Hello community, here is the log from the commit of package proj for openSUSE:Factory checked in at 2019-03-26 15:44:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proj (Old) and /work/SRC/openSUSE:Factory/.proj.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proj" Tue Mar 26 15:44:13 2019 rev:19 rq:688144 version:6.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/proj/proj.changes 2019-03-12 09:55:01.443518812 +0100 +++ /work/SRC/openSUSE:Factory/.proj.new.25356/proj.changes 2019-03-26 15:44:31.532142558 +0100 @@ -1,0 +2,6 @@ +Mon Mar 25 08:54:25 UTC 2019 - Martin Pluskal <[email protected]> + +- Enable tests +- Fix previous changelog entry + +------------------------------------------------------------------- @@ -4 +10 @@ -- Update to version 5.2.0 and datumgrid 1.7 +- Update to version 6.0.0 and datumgrid 1.7 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proj.spec ++++++ --- /var/tmp/diff_new_pack.wjHhGH/_old 2019-03-26 15:44:32.184141794 +0100 +++ /var/tmp/diff_new_pack.wjHhGH/_new 2019-03-26 15:44:32.188141789 +0100 @@ -29,11 +29,14 @@ Source0: http://download.osgeo.org/proj/%{name}-%{version}.tar.gz Source1: http://download.osgeo.org/proj/%{name}-datumgrid-%{gridver}.zip BuildRequires: gcc-c++ -BuildRequires: pkgconfig +BuildRequires: pkgconfig >= 0.9.0 BuildRequires: sqlite3 BuildRequires: unzip BuildRequires: pkgconfig(sqlite3) >= 3.7 Provides: libproj = %{version} +%if 0%{?suse_version} > 1500 +BuildRequires: pkgconfig(gtest) +%endif %description This package offers the commandline tools for performing respective @@ -67,6 +70,9 @@ %build %configure \ +%if 0%{?suse_version} > 1500 + --with-external-gtest \ +%endif --disable-static make %{?_smp_mflags} @@ -74,6 +80,12 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print +%check +# Tests dont work on i586 and noone cares +%ifnarch %{ix86} +make %{?_smp_mflags} check +%endif + %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig
