diff options
| -rw-r--r-- | php-kjdev-bzip3.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-kjdev-bzip3.spec b/php-kjdev-bzip3.spec index 9e06497..f648aee 100644 --- a/php-kjdev-bzip3.spec +++ b/php-kjdev-bzip3.spec @@ -19,7 +19,7 @@  %bcond_without libbzip3  %endif -%global gh_commit   29f20d70e9eef8839b97b98584f8db92306275f6 +%global gh_commit   221fb296c2506cf1b588b28ac0db0b227e480b08  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner    kjdev  %global gh_project  php-ext-bzip3 @@ -29,7 +29,7 @@  %global ini_name    40-%{pecl_name}.ini  %global upstream_version 0.1.0 -%global upstream_prever  rc +#global upstream_prever  rc  %global sources     %{gh_project}-%{gh_commit} @@ -138,7 +138,7 @@ REPORT_EXIT_STATUS=1 \  %files -#license %%{sources}/LICENSE +%license %{sources}/LICENSE  %if %{without libbzip3}  %license %{sources}/LICENSE.libbzip3  %endif @@ -150,6 +150,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Fri Apr 11 2025 Remi Collet <remi@remirepo.net> - 0.1.0-1 +- update to 0.1.0 +  * Thu Apr 10 2025 Remi Collet <remi@remirepo.net> - 0.1.0~rc-1  - new package, version 0.1.0rc1  - open https://github.com/kjdev/php-ext-bzip3/issues/2 add LICENSE file  | 
