From ab830320928603dbdf019785803ffe371e2c852e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 21:33:29 +0200 Subject: rebuild for 7.2.0beta1 --- .gitignore | 7 +++++++ php-geos.spec | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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 - 1.0.0-3 +- rebuild for PHP 7.2.0beta1 new API + * Sat Dec 24 2016 Remi Collet - 1.0.0-2 - update to 1.0.0 -- cgit