Hello community, here is the log from the commit of package php7-APCu for openSUSE:Factory checked in at 2018-02-09 15:51:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7-APCu (Old) and /work/SRC/openSUSE:Factory/.php7-APCu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-APCu" Fri Feb 9 15:51:43 2018 rev:2 rq:574336 version:5.1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/php7-APCu/php7-APCu.changes 2017-04-20 20:50:27.804092845 +0200 +++ /work/SRC/openSUSE:Factory/.php7-APCu.new/php7-APCu.changes 2018-02-09 15:51:48.890192692 +0100 @@ -1,0 +2,15 @@ +Tue Jan 30 13:01:32 UTC 2018 - [email protected] + +- Build with -fvisibility=hidden, PHP process namespace + pollution must be heavily limited to avoid symbol clashes. +- Use SOURCE_DATE_EPOCH if set instead of custom build hack. +- Update to version 5.1.9 +- fix gh#234 mmap disabled when configure is called with --enable-apcu-mmap +- fix gh#226 Warning: apcu_fetch(): apc_fetch() expects a string or array of strings. +- mitigate gh#223 Fatal error when starting php on windows +- add support for PCRE2 in 7.3 +- use row formatting for information in phpinfo() tables +- set IS_STR_PERSISTENT so refcounting failures are reported by -DRC_DEBUG=1 +- fix gh#266 refcounting errors in APCIterator + +------------------------------------------------------------------- Old: ---- apcu-5.1.8.tgz New: ---- apcu-5.1.9.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7-APCu.spec ++++++ --- /var/tmp/diff_new_pack.yNJ4Ds/_old 2018-02-09 15:51:50.750125889 +0100 +++ /var/tmp/diff_new_pack.yNJ4Ds/_new 2018-02-09 15:51:50.754125745 +0100 @@ -1,7 +1,7 @@ # # spec file for package php7-APCu # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -18,7 +18,7 @@ %define pkg_name apcu Name: php7-APCu -Version: 5.1.8 +Version: 5.1.9 Release: 0 Summary: APCu - APC User Cache License: PHP-3.01 @@ -41,13 +41,15 @@ %prep %setup -q -n %{pkg_name}-%{version} -# remove build time references so build-compare can do its work +if [ -z "$SOURCE_DATE_EPOCH" ]; then FAKE_BUILDTIME=$(LC_ALL=C date -u -r php_apc.c '+%%H:%%M') FAKE_BUILDDATE=$(LC_ALL=C date -u -r php_apc.c '+%%b %%e %%Y') sed -e "s/__TIME__/\"$FAKE_BUILDTIME\"/g" -i php_apc.c sed -e "s/__DATE__/\"$FAKE_BUILDDATE\"/g" -i php_apc.c +fi %build +export CFLAGS="%optflags -fvisibility=hidden" %{_bindir}/phpize %configure --enable-apcu make %{?_smp_mflags} ++++++ apcu-5.1.8.tgz -> apcu-5.1.9.tgz ++++++ ++++ 55330 lines of diff (skipped)
