diff --git a/proj-7.2.0.tar.gz b/proj-7.2.0.tar.gz deleted file mode 100644 index 382cb5b..0000000 --- a/proj-7.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2957798e5fe295ff96a2af1889d0428e486363d210889422f76dd744f7885763 -size 5687343 diff --git a/proj-7.2.1.tar.gz b/proj-7.2.1.tar.gz new file mode 100644 index 0000000..38e156c --- /dev/null +++ b/proj-7.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b384f42e5fb9c6d01fe5fa4d31da2e91329668863a684f97be5d4760dbbf0a14 +size 5714666 diff --git a/proj.changes b/proj.changes index 4c554a8..7f317c4 100644 --- a/proj.changes +++ b/proj.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jan 7 08:23:17 UTC 2021 - Martin Pluskal + +- Update to version 7.2.1 + * Add metadata with the version number of the database layout (#2474) + * Split coordinateoperation.cpp and test_operation.cpp in several parts (#2484) + * Update to EPSG v10.008 (#2490) + * Added the NKG 2008 and 2020 transformations in proj.db (#2495) + * And several bugfixes - see provided NEWS for details + ------------------------------------------------------------------- Wed Nov 4 08:32:39 UTC 2020 - Libor Pechacek diff --git a/proj.spec b/proj.spec index 7a6509b..4e98425 100644 --- a/proj.spec +++ b/proj.spec @@ -1,7 +1,7 @@ # # spec file for package proj # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define sover 19 %define libname lib%{name}%{sover} Name: proj -Version: 7.2.0 +Version: 7.2.1 Release: 0 Summary: Cartographic projection software License: MIT @@ -32,13 +32,11 @@ BuildRequires: gcc-c++ BuildRequires: pkgconfig >= 0.9.0 BuildRequires: sqlite3 BuildRequires: unzip +BuildRequires: pkgconfig(gtest) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(sqlite3) >= 3.11 Provides: libproj = %{version} -%if 0%{?suse_version} > 1500 -BuildRequires: pkgconfig(gtest) -%endif %description This package offers the commandline tools for performing respective @@ -71,9 +69,7 @@ unzip -o %{SOURCE1} %build %configure \ -%if 0%{?suse_version} > 1500 --with-external-gtest \ -%endif --disable-static \ --enable-lto %make_build