diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-03 15:09:08 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-03 15:09:08 +0100 |
commit | 3629094f8a6a8052f853ab3e54e168458ca00877 (patch) | |
tree | c1113839d4d7aefb9a7da18a005534e6e47df146 | |
parent | e95719568adca6b1a48fb4b83a12e77dddafbc75 (diff) |
-rw-r--r-- | php-brick-math.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-brick-math.spec b/php-brick-math.spec index fa43afc..d3ed107 100644 --- a/php-brick-math.spec +++ b/php-brick-math.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 866551da34e9a618e64a819ee1e01c20d8a588ba +%global gh_commit efe64d2cd94d410ba85831a6d4c16ac48542751b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner brick %global gh_project math @@ -22,7 +22,7 @@ %global ns_project Math Name: php-%{pk_vendor}-%{pk_name} -Version: 0.12.3 +Version: 0.13.0 Release: 1%{?dist} Summary: Arbitrary-precision arithmetic library @@ -122,6 +122,9 @@ exit $ret %changelog +* Mon Mar 3 2025 Remi Collet <remi@remirepo.net> - 0.13.0-1 +- update to 0.13.0 + * Fri Feb 28 2025 Remi Collet <remi@remirepo.net> - 0.12.3-1 - update to 0.12.3 |