- 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

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=56
This commit is contained in:
Martin Pluskal 2021-01-07 08:30:03 +00:00 committed by Git OBS Bridge
parent efc9dbff64
commit 9a0adb33a8
4 changed files with 16 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2957798e5fe295ff96a2af1889d0428e486363d210889422f76dd744f7885763
size 5687343

3
proj-7.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b384f42e5fb9c6d01fe5fa4d31da2e91329668863a684f97be5d4760dbbf0a14
size 5714666

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 7 08:23:17 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
- 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 <lpechacek@gmx.com> Wed Nov 4 08:32:39 UTC 2020 - Libor Pechacek <lpechacek@gmx.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package proj # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%define sover 19 %define sover 19
%define libname lib%{name}%{sover} %define libname lib%{name}%{sover}
Name: proj Name: proj
Version: 7.2.0 Version: 7.2.1
Release: 0 Release: 0
Summary: Cartographic projection software Summary: Cartographic projection software
License: MIT License: MIT
@ -32,13 +32,11 @@ BuildRequires: gcc-c++
BuildRequires: pkgconfig >= 0.9.0 BuildRequires: pkgconfig >= 0.9.0
BuildRequires: sqlite3 BuildRequires: sqlite3
BuildRequires: unzip BuildRequires: unzip
BuildRequires: pkgconfig(gtest)
BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(libtiff-4)
BuildRequires: pkgconfig(sqlite3) >= 3.11 BuildRequires: pkgconfig(sqlite3) >= 3.11
Provides: libproj = %{version} Provides: libproj = %{version}
%if 0%{?suse_version} > 1500
BuildRequires: pkgconfig(gtest)
%endif
%description %description
This package offers the commandline tools for performing respective This package offers the commandline tools for performing respective
@ -71,9 +69,7 @@ unzip -o %{SOURCE1}
%build %build
%configure \ %configure \
%if 0%{?suse_version} > 1500
--with-external-gtest \ --with-external-gtest \
%endif
--disable-static \ --disable-static \
--enable-lto --enable-lto
%make_build %make_build