Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2015-04-12 00:07:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5 (Old)
 and      /work/SRC/openSUSE:Factory/.php5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/php5/php5.changes        2015-03-25 
21:04:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2015-04-12 
00:08:00.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Apr  8 06:15:10 UTC 2015 - [email protected]
+
+- systzdata patch updated to r10
+  - php5-systzdata-v7.patch
+  + php5-systzdata-r10.patch
+
+-------------------------------------------------------------------
+Thu Apr  2 12:58:40 UTC 2015 - [email protected]
+
+- build against system gd and libzip only for 13.2 and above
+
+-------------------------------------------------------------------

Old:
----
  php5-systzdata-v7.patch

New:
----
  php5-systzdata-r10.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php5.spec ++++++
--- /var/tmp/diff_new_pack.BPccyR/_old  2015-04-12 00:08:02.000000000 +0200
+++ /var/tmp/diff_new_pack.BPccyR/_new  2015-04-12 00:08:02.000000000 +0200
@@ -61,7 +61,9 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
 BuildRequires:  libxslt-devel
+%if 0%{suse_version} >= 1320
 BuildRequires:  libzip-devel
+%endif
 BuildRequires:  ncurses-devel
 BuildRequires:  net-snmp-devel
 BuildRequires:  openldap2-devel
@@ -164,7 +166,7 @@
 Patch4:         php5-no-build-date.patch
 Patch5:         php5-pts.patch
 Patch6:         php5-openssl.patch
-Patch7:         php5-systzdata-v7.patch
+Patch7:         php5-systzdata-r10.patch
 Patch8:         php5-systemd-unit.patch
 #bugs
 # this is from https://raw.github.com/NewEraCracker/suhosin-patches/, check 
for official
@@ -1317,7 +1319,7 @@
 %patch4
 %patch5
 %patch6
-%patch7
+%patch7 -p1
 %patch8
 %patch10
 %if %{need_libxml2_hack}
@@ -1432,7 +1434,9 @@
                --with-system-tzdata=/usr/share/zoneinfo \
         --enable-hash \
         --with-mhash \
+%if 0%{suse_version} >= 1320
         --with-libzip \
+%endif
         "$@" || cat config.log
     # Some modules are builtin, reasons:
     #  - libxml can not be shared (and is needed by PEAR)
@@ -1500,7 +1504,11 @@
     --with-zlib=shared \
     --with-bz2=shared \
     --with-curl=shared \
+%if 0%{suse_version} >= 1320
     --with-gd=shared,%{_usr} \
+%else
+    --with-gd=shared \
+%endif
         --enable-gd-native-ttf \
         --with-xpm-dir=%{_x11prefix} \
         --with-freetype-dir=%{_usr} \


++++++ php5-systzdata-r10.patch ++++++
++++ 637 lines (skipped)



Reply via email to