diff options
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | php-geos.spec | 5 |
2 files changed, 11 insertions, 1 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-geos.spec b/php-geos.spec index 0263d49..7b33879 100644 --- a/php-geos.spec +++ b/php-geos.spec @@ -24,7 +24,7 @@ Name: %{?sub_prefix}php-%{pecl_name} Version: 1.0.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP module for GEOS @@ -191,6 +191,9 @@ exit $ret %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.0-3 +- rebuild for PHP 7.2.0beta1 new API + * Sat Dec 24 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-2 - update to 1.0.0 |