diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-25 11:47:28 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-25 11:47:28 +0100 |
commit | 6ced2ee63a0268670c091e0941dc44e00b800bc3 (patch) | |
tree | 981934e102c6210288566f8850c3c1444d768383 /php-tecnickcom-tc-lib-barcode.spec | |
parent | 737e100200f4b3779c10f565e363bf724d90e9b6 (diff) |
update to 2.4.0
Diffstat (limited to 'php-tecnickcom-tc-lib-barcode.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 278d8eb..0d81bea 100644 --- a/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit e6ba1a00575c949faf8d56cdd7d71c39b3397b92 +%global gh_commit bac7e86fb22c22dc69ae121337b77e4a7354793d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %bcond_without tests Name: php-%{gh_owner}-%{gh_project} -Version: 2.3.2 +Version: 2.4.0 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -137,6 +137,9 @@ exit $ret %changelog +* Mon Nov 25 2024 Remi Collet <remi@remirepo.net> - 2.4.0-1 +- update to 2.4.0 + * Mon Oct 28 2024 Remi Collet <remi@remirepo.net> - 2.3.2-1 - update to 2.3.2 (no change) |