diff options
author | Remi Collet <remi@remirepo.net> | 2025-04-11 07:58:41 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-04-11 07:58:41 +0200 |
commit | df16842fa3cd5524019541d60052d783b434b5d2 (patch) | |
tree | 1e3d4be17a05dc9f816e31150f6583f90b2cc5df /php-kjdev-bzip3.spec | |
parent | 391b1d76492353d4c3d4f96eb510bad703dca5c3 (diff) |
Diffstat (limited to 'php-kjdev-bzip3.spec')
-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 |