Hello community, here is the log from the commit of package php7-maxminddb for openSUSE:Factory checked in at 2020-01-09 22:51:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7-maxminddb (Old) and /work/SRC/openSUSE:Factory/.php7-maxminddb.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-maxminddb" Thu Jan 9 22:51:15 2020 rev:2 rq:762068 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/php7-maxminddb/php7-maxminddb.changes 2019-06-19 21:14:39.098877886 +0200 +++ /work/SRC/openSUSE:Factory/.php7-maxminddb.new.6675/php7-maxminddb.changes 2020-01-09 22:52:10.630756801 +0100 @@ -1,0 +2,16 @@ +Thu Jan 9 07:14:29 UTC 2020 - Johannes Weberhofer <[email protected]> + +- Updated to version 1.6.0 + * fix for a possible memory corruption in version 1.5.0 and 1.5.1 + * composer.json file now conflicts with all versions of the + maxminddb C extension less than the Composer version. +- Updated to version 1.5.1 + * Minor performance improvements. + * Make tests pass with older versions of libmaxminddb + * Make tests pass with older versions of libmaxminddb +- Updated to version 1.5.0 + * PHP 5.6 or greater is now required. + * supports for PHP 8 + * new method, getWithPrefixLen, was added to the Reader class + +------------------------------------------------------------------- Old: ---- MaxMind-DB-Reader-php-1.4.1 New: ---- MaxMind-DB-Reader-php-1.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7-maxminddb.spec ++++++ --- /var/tmp/diff_new_pack.xfe2pU/_old 2020-01-09 22:52:11.506757239 +0100 +++ /var/tmp/diff_new_pack.xfe2pU/_new 2020-01-09 22:52:11.534757253 +0100 @@ -1,7 +1,7 @@ # # spec file for package php7-maxminddb # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,22 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define source_file MaxMind-DB-Reader-php -%define php_name php7 %define pkg_name maxminddb -Name: %{php_name}-%{pkg_name} -Version: 1.4.1 +Name: php7-%{pkg_name} +Version: 1.6.0 Release: 0 Summary: PHP extension providing access to maxminddb databases License: Apache-2.0 Group: Productivity/Networking/Web/Servers URL: https://pecl.php.net/package/maxminddb -Source0: https://github.com/maxmind/%{source_file}/archive/v%{version}.tar.gz#/%{source_file}-%{version} -BuildRequires: %{php_name}-devel >= 7.0.0 +Source0: https://github.com/maxmind/%{source_file}/archive/v%{version}.tar.gz#/%{source_file}-%{version}.tar.gz +BuildRequires: php7-devel >= 7.0.0 BuildRequires: pkgconfig BuildRequires: re2c BuildRequires: pkgconfig(libmaxminddb) @@ -57,15 +56,15 @@ %install cd ext make DESTDIR=%{buildroot} install INSTALL_ROOT=%{buildroot} -mkdir -p %{buildroot}%{_sysconfdir}/%{php_name}/conf.d +mkdir -p %{buildroot}%{_sysconfdir}/php7/conf.d echo '; comment out next line to disable the extension -extension = %{pkg_name}.so' > %{buildroot}%{_sysconfdir}/%{php_name}/conf.d/%{pkg_name}.ini +extension = %{pkg_name}.so' > %{buildroot}%{_sysconfdir}/php7/conf.d/%{pkg_name}.ini %files %defattr(0644,root,root,-) %license LICENSE %doc README.md CHANGELOG.md -%config(noreplace) %{_sysconfdir}/%{php_name}/conf.d/%{pkg_name}.ini -%{_libdir}/%{php_name}/extensions/%{pkg_name}.so +%config(noreplace) %{_sysconfdir}/php7/conf.d/%{pkg_name}.ini +%{_libdir}/php7/extensions/%{pkg_name}.so %changelog
