summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-06 14:27:59 +0200
committerRemi Collet <remi@remirepo.net>2020-10-06 14:27:59 +0200
commit033164340158eb5542d8a707dc680764fc908ebb (patch)
treedfb5d3de258a02870be404b55c0301ca20006b3f
parent9caaf1486996ab37703d2296c25f3f1b0c68fcf9 (diff)
v1.2.0
-rw-r--r--.gitignore2
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-uuid.spec7
4 files changed, 10 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 1ab5c4f..01f0400 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
+clog
package-*.xml
*.tgz
+*.tar.bz2
*.tar.gz
*.tar.xz
*.tar.xz.asc
diff --git a/PHPINFO b/PHPINFO
index 4e33e46..fa74e96 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
uuid
UUID extension => enabled
-Version => 1.1.0 (stable)
-Released => 2019-11-28
+Version => 1.2.0 (stable)
+Released => 2020-10-06
Authors => Hartmut Holzgraefe, Remi Collet
diff --git a/REFLECTION b/REFLECTION
index e0a7add..d6a04df 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #156 uuid version 1.1.0 ] {
+Extension [ <persistent> extension #102 uuid version 1.2.0 ] {
- Constants [14] {
Constant [ int UUID_VARIANT_NCS ] { 0 }
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec
index 8fb8593..4658f6d 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.1.0
-Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.2.0
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: LGPLv2+
URL: https://pecl.php.net/package/uuid
Source: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
@@ -212,6 +212,9 @@ fi
%changelog
+* Tue Oct 6 2020 Remi Collet <remi@remirepo.net> - 1.2.0-1
+- update to 1.2.0
+
* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.1.0-4
- rebuild for PHP 8.0.0RC1