summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-07 06:53:10 +0200
committerRemi Collet <remi@remirepo.net>2018-06-07 06:53:10 +0200
commitdea588ef0687927c305efb7961134aca4454caa0 (patch)
tree0dea1081aafd1915ec2c09290b8dfb148693b577
parent5a0512f571b1968750db6a696a1545c3e024086f (diff)
v3.6.0
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-protobuf.spec18
2 files changed, 13 insertions, 11 deletions
diff --git a/REFLECTION b/REFLECTION
index 8777a75..3419a17 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #122 protobuf version 3.5.1.1 ] {
+Extension [ <persistent> extension #124 protobuf version 3.6.0 ] {
- Dependencies {
Dependency [ date (Optional) ]
@@ -1379,7 +1379,7 @@ Extension [ <persistent> extension #122 protobuf version 3.5.1.1 ] {
}
}
- Class [ <internal:protobuf> class Google\Protobuf\Field_Cardinality ] {
+ Class [ <internal:protobuf> class Google\Protobuf\Field\Cardinality ] {
- Constants [4] {
Constant [ public integer CARDINALITY_UNKNOWN ] { 0 }
@@ -1521,7 +1521,7 @@ Extension [ <persistent> extension #122 protobuf version 3.5.1.1 ] {
}
}
- Class [ <internal:protobuf> class Google\Protobuf\Field_Kind ] {
+ Class [ <internal:protobuf> class Google\Protobuf\Field\Kind ] {
- Constants [19] {
Constant [ public integer TYPE_UNKNOWN ] { 0 }
diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec
index 139d669..27d0767 100644
--- a/php-pecl-protobuf.spec
+++ b/php-pecl-protobuf.spec
@@ -6,6 +6,10 @@
#
# Please, preserve the changelog entries
#
+
+# we don't want -z defs linker flag
+%undefine _strict_symbol_defs_build
+
%if 0%{?scl:1}
%global sub_prefix %{scl_prefix}
%scl_package php-pecl-protobuf
@@ -21,13 +25,14 @@
Summary: Mechanism for serializing structured data
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 3.5.1.1
+Version: 3.6.0
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
+BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 5.5.9
BuildRequires: %{?scl_prefix}php-pear
@@ -46,12 +51,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
-Obsoletes: php53-pecl-%{pecl_name} <= %{version}
-Obsoletes: php53u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php54-pecl-%{pecl_name} <= %{version}
-Obsoletes: php54w-pecl-%{pecl_name} <= %{version}
-Obsoletes: php55u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php55w-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "5.6"
Obsoletes: php56u-pecl-%{pecl_name} <= %{version}
Obsoletes: php56w-pecl-%{pecl_name} <= %{version}
@@ -179,7 +178,7 @@ done
%endif
-%if 0%{?fedora} < 24
+%if 0%{?fedora} < 24 && 0%{?rhel} < 8
# when pear installed alone, after us
%triggerin -- %{?scl_prefix}php-pear
if [ -x %{__pecl} ] ; then
@@ -214,6 +213,9 @@ fi
%changelog
+* Thu Jun 7 2018 Remi Collet <remi@remirepo.net> - 3.6.0-1
+- update to 3.6.0
+
* Mon Jan 8 2018 Remi Collet <remi@remirepo.net> - 3.5.1.1-1
- Update to 3.5.1.1