diff options
author | Remi Collet <remi@remirepo.net> | 2023-05-05 09:38:25 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-05-05 09:38:25 +0200 |
commit | 16a49fd8b29ad25fbd4032ff858005e4881c5af3 (patch) | |
tree | 27f6943af74a40b89b84ffcdab6f1dcd2ea6a4b3 | |
parent | 7d2a615c6d6b580a1cbdf70ce305ad4e722350f5 (diff) |
update to 1.17.24 (no change)
-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 85cd87b..44cd629 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 8759aea06e4dd19f1c4e6846ffaf37d4f88d3fac +%global gh_commit 73e64cad6df33cfd05ca5009773975fcb0d9b960 %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: 1.17.22 +Version: 1.17.24 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -145,6 +145,9 @@ exit $ret %changelog +* Fri May 5 2023 Remi Collet <remi@remirepo.net> - 1.17.24-1 +- update to 1.17.24 (no change) + * Thu May 4 2023 Remi Collet <remi@remirepo.net> - 1.17.22-1 - update to 1.17.22 (no change) |