diff options
| -rw-r--r-- | unit-php.spec | 12 | 
1 files changed, 9 insertions, 3 deletions
diff --git a/unit-php.spec b/unit-php.spec index ee68f90..4d64bcd 100644 --- a/unit-php.spec +++ b/unit-php.spec @@ -9,7 +9,7 @@  %global gh_owner     nginx  %global project      unit -%global gh_commit    3f9d5872692b9ce617abdd82e69609897631b531 +%global gh_commit    3d1fa29f1d03e392df534b6589d3e1d2ed883671  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %undefine _debugsource_packages @@ -34,7 +34,7 @@ Requires: %{scl_prefix}php-embedded  %endif  Name:          %{?scl_prefix}%{project}-php -Version:       1.26.0 +Version:       1.27.0  Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:       PHP module for NGINX Unit  License:       ASL 2.0 @@ -114,7 +114,7 @@ make %{modname}-install DESTDIR=%{buildroot}  %files  %{!?_licensedir:%global license %%doc}  %license LICENSE -%doc NOTICE README CHANGES +%doc NOTICE CHANGES *.md  %doc pkg/rpm/rpmbuild/SOURCES/unit.example-php-app  %doc pkg/rpm/rpmbuild/SOURCES/unit.example-php-config  %{_root_libdir}/unit/debug-modules/%{modname}.unit.so @@ -122,6 +122,12 @@ make %{modname}-install DESTDIR=%{buildroot}  %changelog +* Thu Jun  2 2022 Remi Collet <remi@remirepo.net> - 1.27.0-1 +- update to 1.27.0 + +* Thu Dec  2 2021 Remi Collet <remi@remirepo.net> - 1.26.1-1 +- update to 1.26.1 +  * Thu Nov 18 2021 Remi Collet <remi@remirepo.net> - 1.26.0-1  - update to 1.26.0  | 
