Hello community, here is the log from the commit of package php7-maxminddb for openSUSE:Factory checked in at 2020-08-12 10:36:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7-maxminddb (Old) and /work/SRC/openSUSE:Factory/.php7-maxminddb.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-maxminddb" Wed Aug 12 10:36:37 2020 rev:3 rq:825784 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/php7-maxminddb/php7-maxminddb.changes 2020-01-09 22:52:10.630756801 +0100 +++ /work/SRC/openSUSE:Factory/.php7-maxminddb.new.3399/php7-maxminddb.changes 2020-08-12 10:38:55.092363340 +0200 @@ -1,0 +2,16 @@ +Tue Aug 11 12:31:33 UTC 2020 - Johannes Weberhofer <[email protected]> + +- Updated to version 1.7.0 + * PHP 7.2 or greater is now required + * The extension no longer depends on the pure PHP classes ini + maxmind-db/reader. You can use it independently + * Type hints have been added to both the pure PHP implementation + and the extension. + * The metadata method on the reader now returns a new copy of the + metadata object rather than the actual object used by the reader. + * Work around PHP is_readable() bug. Reported by Ben Roberts. + gh#maxmind/MaxMind-DB-Reader-php#92 + * This is the first release of the extension as a PECL package. + gh#maxmind/MaxMind-DB-Reader-php#34 + +------------------------------------------------------------------- Old: ---- MaxMind-DB-Reader-php-1.6.0.tar.gz New: ---- MaxMind-DB-Reader-php-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7-maxminddb.spec ++++++ --- /var/tmp/diff_new_pack.akfzbo/_old 2020-08-12 10:38:56.624364100 +0200 +++ /var/tmp/diff_new_pack.akfzbo/_new 2020-08-12 10:38:56.624364100 +0200 @@ -19,14 +19,14 @@ %define source_file MaxMind-DB-Reader-php %define pkg_name maxminddb Name: php7-%{pkg_name} -Version: 1.6.0 +Version: 1.7.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}.tar.gz -BuildRequires: php7-devel >= 7.0.0 +BuildRequires: php7-devel >= 7.2.0 BuildRequires: pkgconfig BuildRequires: re2c BuildRequires: pkgconfig(libmaxminddb) @@ -47,11 +47,11 @@ export CFLAGS="%{optflags} -fvisibility=hidden" %{_bindir}/phpize %configure -make %{?_smp_mflags} +%make_build %check cd ext -make %{?_smp_mflags} PHP_EXECUTABLE=%{__php} NO_INTERACTION=1 test +%make_build PHP_EXECUTABLE=%{__php} NO_INTERACTION=1 test %install cd ext ++++++ MaxMind-DB-Reader-php-1.6.0.tar.gz -> MaxMind-DB-Reader-php-1.7.0.tar.gz ++++++ ++++ 1858 lines of diff (skipped)
