diff options
| -rw-r--r-- | .gitignore | 7 | ||||
| -rw-r--r-- | php-horde-horde-lz4.spec | 10 | 
2 files changed, 11 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-horde-horde-lz4.spec b/php-horde-horde-lz4.spec index aa3154f..5e99eb6 100644 --- a/php-horde-horde-lz4.spec +++ b/php-horde-horde-lz4.spec @@ -33,13 +33,12 @@  Summary:        Horde LZ4 Compression Extension  Name:           %{?sub_prefix}php-horde-horde-lz4  Version:        1.0.10 -Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        MIT  Group:          Development/Languages  URL:            http://www.horde.org  Source0:        http://%{pecl_channel}/get/%{pecl_name}-%{version}.tgz -BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRequires:  %{?scl_prefix}php-devel  BuildRequires:  %{?scl_prefix}php-pear  BuildRequires:  lz4-devel @@ -152,7 +151,6 @@ make %{?_smp_mflags}  %install -rm -rf %{buildroot}  make -C NTS install-modules INSTALL_ROOT=%{buildroot} @@ -220,12 +218,9 @@ cd ../ZTS  %endif -%clean -rm -rf %{buildroot}  %files -%defattr(-,root,root,-)  %{?_licensedir:%license NTS/LICENSE}  %doc %{pear_docdir}/%{pecl_name}  %{pecl_xmldir}/%{name}.xml @@ -240,6 +235,9 @@ rm -rf %{buildroot}  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.10-4 +- rebuild for PHP 7.2.0beta1 new API +  * Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 1.0.10-3  - rebuild with PHP 7.1.0 GA  | 
