diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-12 07:49:36 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-12 07:49:36 +0200 |
commit | 3fb41ff9a14077c345b59c4e4ed0e2aaa701982a (patch) | |
tree | 8e06a711aef4c2a12cf3efe4073ce724e1bb6579 /php-pecl-protobuf.spec | |
parent | 070e76a8815b3c7539a0198b1a69b1a40196de52 (diff) |
update to 4.28.0RC1
Diffstat (limited to 'php-pecl-protobuf.spec')
-rw-r--r-- | php-pecl-protobuf.spec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index b973320..a58153a 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -12,8 +12,8 @@ %global pecl_name protobuf %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 4.27.2 -#global upstream_prever RC3 +%global upstream_version 4.28.0 +%global upstream_prever RC1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -55,8 +55,7 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO # Don't install/register tests sed -e 's/role="test"/role="src"/' \ -e '/utf8_range/s/role="doc"/role="src"/' \ - %{?_licensedir: -e '/LICENSE/s/role="doc"/role="src"/' } \ - %{!?_licensedir:-e '/LICENSE/s/role="src"/role="doc"/' } \ + -e '/LICENSE/s/role="doc"/role="src"/' \ -i package.xml cd %{sources} @@ -148,8 +147,7 @@ done %files -%{?_licensedir:%license %{sources}/LICENSE*} -%{!?_licensedir:%doc %{pecl_docdir}/%{pecl_name}} +%license %{sources}/LICENSE* %{pecl_xmldir}/%{name}.xml %config(noreplace) %{php_inidir}/%{ini_name} @@ -162,6 +160,9 @@ done %changelog +* Fri Jul 12 2024 Remi Collet <remi@remirepo.net> - 4.28.0~RC1-1 +- update to 4.28.0RC1 + * Mon Jul 1 2024 Remi Collet <remi@remirepo.net> - 4.27.2-1 - update to 4.27.2 |