diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-31 08:16:12 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-31 08:16:12 +0200 |
| commit | ab85b91556b68d2405d3c625f5f17fd68f7b86a9 (patch) | |
| tree | b43f0fd4d7454130e1f7311ff89a94ef654bc9be | |
| parent | 1b39d5605a9e2200b4c3704f3a9b5ed0be8362c9 (diff) | |
| -rw-r--r-- | php-tecnickcom-tc-lib-file.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec index affc4e0..88bfc32 100644 --- a/php-tecnickcom-tc-lib-file.spec +++ b/php-tecnickcom-tc-lib-file.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit ffc15b2fed4b98064c5b560fef210168310752ab +%global gh_commit 8d99097250c9f534933ef8cd0e91e872a58a9da5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.3.1 +Version: 2.3.2 Release: 1%{?dist} Summary: PHP library to read byte-level data from files @@ -109,6 +109,9 @@ exit $ret %changelog +* Tue Mar 31 2026 Remi Collet <remi@remirepo.net> - 2.3.2-1 +- update to 2.3.2 (no change) + * Tue Feb 24 2026 Remi Collet <remi@remirepo.net> - 2.3.1-1 - update to 2.3.1 |
