Hello community,
here is the log from the commit of package php5-pear-XML_Serializer for
openSUSE:Factory checked in at 2015-03-25 21:06:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5-pear-XML_Serializer (Old)
and /work/SRC/openSUSE:Factory/.php5-pear-XML_Serializer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php5-pear-XML_Serializer"
Changes:
--------
---
/work/SRC/openSUSE:Factory/php5-pear-XML_Serializer/php5-pear-XML_Serializer.changes
2012-02-01 09:59:22.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.php5-pear-XML_Serializer.new/php5-pear-XML_Serializer.changes
2015-03-25 21:33:30.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 25 14:29:16 UTC 2015 - [email protected]
+
+- Allow building on SLE11
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ php5-pear-XML_Serializer.spec ++++++
--- /var/tmp/diff_new_pack.vhEG6q/_old 2015-03-25 21:33:30.000000000 +0100
+++ /var/tmp/diff_new_pack.vhEG6q/_new 2015-03-25 21:33:30.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package php5-pear-XML_Serializer
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,17 +30,22 @@
## Source 1: COPYING
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: php >= 5
+%if 0%{?sles_version} == 11
+BuildRequires: php53-devel
+%else
BuildRequires: php-macros
-BuildRequires: php5-pear
+%endif
+BuildRequires: php-pear
Requires: php >= 5
-Requires: php5-pear
-Provides: php-pear-%{pear_name} pear-%{pear_name}
-Provides: php5-pear-%{pear_sname} = %{version}
-Provides: php-pear-%{pear_sname} = %{version}
+Requires: php-pear
+Provides: pear-%{pear_name}
Provides: pear-%{pear_sname} = %{version}
-Obsoletes: php5-pear-%{pear_sname} < %{version}
-Obsoletes: php-pear-%{pear_sname} < %{version}
+Provides: php-pear-%{pear_name}
+Provides: php-pear-%{pear_sname} = %{version}
+Provides: php5-pear-%{pear_sname} = %{version}
Obsoletes: pear-%{pear_sname} < %{version}
+Obsoletes: php-pear-%{pear_sname} < %{version}
+Obsoletes: php5-pear-%{pear_sname} < %{version}
%description
XML_Serializer serializes complex data structures like arrays or object as XML
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]