- 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:
parent
efc9dbff64
commit
9a0adb33a8
@ -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
3
proj-7.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b384f42e5fb9c6d01fe5fa4d31da2e91329668863a684f97be5d4760dbbf0a14
|
||||
size 5714666
|
10
proj.changes
10
proj.changes
@ -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>
|
||||
|
||||
|
10
proj.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user