summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-24 18:04:38 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-24 18:04:38 +0100
commitf80f57e966d27947fe3dcecc4a758bf2a76377e6 (patch)
treeb7a3715713ad6eea1db3312bdf5ec49994341e7b
parent6ba9a6ad2f11f8f5479f5b8f5184b0a16e829197 (diff)
php-geos: 1.0.0
-rw-r--r--php-geos-dev.spec11
-rw-r--r--php-geos.spec8
2 files changed, 11 insertions, 8 deletions
diff --git a/php-geos-dev.spec b/php-geos-dev.spec
index 2d150a1..5f7e579 100644
--- a/php-geos-dev.spec
+++ b/php-geos-dev.spec
@@ -12,9 +12,7 @@
%else
%global pkg_name php-geos
%endif
-
-%global prever rc3
-
+#global prever rc3
%global pecl_name geos
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%if "%{php_version}" < "5.6"
@@ -26,7 +24,7 @@
Name: %{?sub_prefix}php-%{pecl_name}
Version: 1.0.0
-Release: 0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: PHP module for GEOS
@@ -34,7 +32,7 @@ Group: Development/Languages
# See COPYING
License: LGPLv2+ and MIT
URL: http://trac.osgeo.org/geos
-Source0: https://git.osgeo.org/gogs/geos/php-geos/archive/%{version}%{prever}.tar.gz
+Source0: https://git.osgeo.org/gogs/geos/php-geos/archive/%{version}%{?prever}.tar.gz
BuildRequires: %{?scl_prefix}php-devel
BuildRequires: %{?scl_prefix}php-pear
@@ -193,6 +191,9 @@ exit $ret
%changelog
+* Sat Dec 24 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-2
+- update to 1.0.0
+
* Fri Dec 16 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.3.rc3
- update to 1.0.0-rc3
diff --git a/php-geos.spec b/php-geos.spec
index 4d46e9c..7be8a79 100644
--- a/php-geos.spec
+++ b/php-geos.spec
@@ -9,7 +9,6 @@
#
# Please, preserve the changelog entries
#
-%global prever rc3
%global pecl_name geos
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
@@ -17,7 +16,7 @@
Name: php-%{pecl_name}
Version: 1.0.0
-Release: 0.4.%{prever}%{?dist}
+Release: 1%{?dist}
Summary: PHP module for GEOS
@@ -25,7 +24,7 @@ Group: Development/Languages
# See COPYING
License: LGPLv2+ and MIT
URL: http://trac.osgeo.org/geos
-Source0: https://git.osgeo.org/gogs/geos/php-geos/archive/%{version}%{prever}.tar.gz
+Source0: https://git.osgeo.org/gogs/geos/php-geos/archive/%{version}%{?prever}.tar.gz
BuildRequires: php-devel
BuildRequires: php-pear
@@ -148,6 +147,9 @@ exit $ret
%changelog
+* Sat Dec 24 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-1
+- update to 1.0.0
+
* Fri Dec 16 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.4.rc3
- cleanup for Fedora review