summaryrefslogtreecommitdiffstats
path: root/php-pecl-uuid.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-28 09:30:41 +0100
committerRemi Collet <remi@remirepo.net>2019-11-28 09:30:41 +0100
commit45edb0dcb024b8fdbc4329e207852eb92d20d006 (patch)
tree76edbc8345d8121e6fd714a22986d028a3d7fbeb /php-pecl-uuid.spec
parent86e268a6b5af98a03ae63f8b07b0e2ac3bc4565c (diff)
v1.13.0
Diffstat (limited to 'php-pecl-uuid.spec')
-rw-r--r--php-pecl-uuid.spec15
1 files changed, 5 insertions, 10 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec
index 9e639a8..ed4ee5f 100644
--- a/php-pecl-uuid.spec
+++ b/php-pecl-uuid.spec
@@ -29,8 +29,8 @@
Summary: Universally Unique Identifier extension for PHP
Name: %{?sub_prefix}php-pecl-uuid
-Version: 1.0.4
-Release: 16%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.0.5
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: LGPLv2+
URL: http://pecl.php.net/package/uuid
Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
@@ -56,14 +56,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{relea
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
-%if "%{php_version}" > "5.6"
-Obsoletes: php56u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php56w-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "7.0"
-Obsoletes: php70u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php70w-pecl-%{pecl_name} <= %{version}
-%endif
%if "%{php_version}" > "7.1"
Obsoletes: php71u-pecl-%{pecl_name} <= %{version}
Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
@@ -227,6 +219,9 @@ fi
%changelog
+* Thu Nov 28 2019 Remi Collet <remi@remirepo.net> - 1.0.5-1
+- update to 1.0.5
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.4-16
- rebuild for 7.4.0RC1