Hello community,

here is the log from the commit of package php7-APCu for openSUSE:Factory 
checked in at 2020-10-10 00:29:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-APCu (Old)
 and      /work/SRC/openSUSE:Factory/.php7-APCu.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7-APCu"

Sat Oct 10 00:29:40 2020 rev:7 rq:840347 version:5.1.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-APCu/php7-APCu.changes      2019-11-21 
12:59:32.390511747 +0100
+++ /work/SRC/openSUSE:Factory/.php7-APCu.new.4249/php7-APCu.changes    
2020-10-10 00:29:40.381162580 +0200
@@ -1,0 +2,8 @@
+Wed Oct  7 05:59:01 UTC 2020 - Johannes Weberhofer <jweberho...@weberhofer.at>
+
+- Update to version 5.1.19
+  * Fixed apcu_store() with integer keys (#388).
+  * Made apc.use_request_time=0 the default (#391).
+  * Made apcu compatible with PHP 8.0.
+
+-------------------------------------------------------------------

Old:
----
  apcu-5.1.18.tgz

New:
----
  apcu-5.1.19.tgz

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

Other differences:
------------------
++++++ php7-APCu.spec ++++++
--- /var/tmp/diff_new_pack.qSxfBB/_old  2020-10-10 00:29:41.997163381 +0200
+++ /var/tmp/diff_new_pack.qSxfBB/_new  2020-10-10 00:29:41.997163381 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php7-APCu
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %define pkg_name apcu
 Name:           php7-APCu
-Version:        5.1.18
+Version:        5.1.19
 Release:        0
 Summary:        APCu - APC User Cache
 License:        PHP-3.01
 Group:          Productivity/Networking/Web/Servers
-URL:            http://pecl.php.net/package/APCu
+URL:            https://pecl.php.net/package/APCu
 Source:         http://pecl.php.net/get/%{pkg_name}-%{version}.tgz
 Source1:        apcu.ini
 BuildRequires:  php7-devel >= 7.0
@@ -32,7 +32,6 @@
 Requires:       php(zend-abi) = %{php_zend_api}
 Provides:       php-APCu = %{version}
 Obsoletes:      php-APCu < %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 APCu is userland caching: APC stripped of opcode caching in preparation
@@ -49,13 +48,13 @@
 fi
 
 %build
-export CFLAGS="%optflags -fvisibility=hidden"
+export CFLAGS="%{optflags} -fvisibility=hidden"
 %{_bindir}/phpize
 %configure --enable-apcu
-make %{?_smp_mflags}
+%make_build
 
 %check
-make %{?_smp_mflags} test PHP_EXECUTABLE=%{_bindir}/php NO_INTERACTION=1
+%make_build test PHP_EXECUTABLE=%{_bindir}/php NO_INTERACTION=1
 
 %install
 make install INSTALL_ROOT=%{buildroot}
@@ -65,7 +64,6 @@
 rm -rf %{buildroot}/%{_includedir}/php7/ext/%{pkg_name}/
 
 %files
-%defattr(-,root,root,-)
 %{_libdir}/php7/extensions/%{pkg_name}.so
 %config(noreplace) %{_sysconfdir}/php7/conf.d/%{pkg_name}.ini
 %doc NOTICE README.md TECHNOTES.txt apc.php

++++++ apcu-5.1.18.tgz -> apcu-5.1.19.tgz ++++++
++++ 52762 lines of diff (skipped)


Reply via email to