summaryrefslogtreecommitdiffstats
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
parent86e268a6b5af98a03ae63f8b07b0e2ac3bc4565c (diff)
v1.13.0
-rw-r--r--PHPINFO7
-rw-r--r--REFLECTION25
-rw-r--r--php-pecl-uuid.spec15
3 files changed, 25 insertions, 22 deletions
diff --git a/PHPINFO b/PHPINFO
new file mode 100644
index 0000000..a3930cc
--- /dev/null
+++ b/PHPINFO
@@ -0,0 +1,7 @@
+
+uuid
+
+UUID extension => enabled
+Version => 1.0.5 (stable)
+Released => 2019-11-28
+Authors => Hartmut Holzgraefe, Remi Collet
diff --git a/REFLECTION b/REFLECTION
index 5c82274..ba49ab0 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,16 +1,17 @@
-Extension [ <persistent> extension #160 uuid version 1.0.4 ] {
+Extension [ <persistent> extension #156 uuid version 1.0.5 ] {
- - Constants [10] {
- Constant [ integer UUID_VARIANT_DCE ] { 1 }
- Constant [ integer UUID_VARIANT_MICROSOFT ] { 2 }
- Constant [ integer UUID_VARIANT_OTHER ] { 3 }
- Constant [ integer UUID_TYPE_DEFAULT ] { 0 }
- Constant [ integer UUID_TYPE_TIME ] { 1 }
- Constant [ integer UUID_TYPE_DCE ] { 4 }
- Constant [ integer UUID_TYPE_NAME ] { 1 }
- Constant [ integer UUID_TYPE_RANDOM ] { 4 }
- Constant [ integer UUID_TYPE_NULL ] { -1 }
- Constant [ integer UUID_TYPE_INVALID ] { -42 }
+ - Constants [11] {
+ Constant [ int UUID_VARIANT_NCS ] { 0 }
+ Constant [ int UUID_VARIANT_DCE ] { 1 }
+ Constant [ int UUID_VARIANT_MICROSOFT ] { 2 }
+ Constant [ int UUID_VARIANT_OTHER ] { 3 }
+ Constant [ int UUID_TYPE_DEFAULT ] { 0 }
+ Constant [ int UUID_TYPE_TIME ] { 1 }
+ Constant [ int UUID_TYPE_DCE ] { 4 }
+ Constant [ int UUID_TYPE_NAME ] { 1 }
+ Constant [ int UUID_TYPE_RANDOM ] { 4 }
+ Constant [ int UUID_TYPE_NULL ] { -1 }
+ Constant [ int UUID_TYPE_INVALID ] { -42 }
}
- Functions {
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