Accepting request 1226921 from Application:Geo
- Update data to version 1.19 - Bump gcc version used for Leap building to 13 OBS-URL: https://build.opensuse.org/request/show/1226921 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=48
This commit is contained in:
commit
785c9f718a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc18bfe967f51eb05bb2fd61cb7045548d992d20842d2c38f4cbc37d904dfd50
|
|
||||||
size 735652646
|
|
3
proj-data-1.19.tar.gz
Normal file
3
proj-data-1.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc197199fedee975b6d12865f7efe3ae6c3287526b1f656d75f113fc47a95d54
|
||||||
|
size 781676813
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 27 14:24:13 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update data to version 1.19
|
||||||
|
- Bump gcc version used for Leap building to 13
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 31 21:50:45 UTC 2024 - Libor Pechacek <lpechacek@gmx.com>
|
Thu Oct 31 21:50:45 UTC 2024 - Libor Pechacek <lpechacek@gmx.com>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define data_version 1.18
|
%define data_version 1.19
|
||||||
%define sover 25
|
%define sover 25
|
||||||
%define libname lib%{name}%{sover}
|
%define libname lib%{name}%{sover}
|
||||||
Name: proj
|
Name: proj
|
||||||
@ -30,7 +30,7 @@ Source0: https://github.com/OSGeo/PROJ/releases/download/%{version}/%{nam
|
|||||||
Source1: https://github.com/OSGeo/PROJ-data/releases/download/%{data_version}.0/%{name}-data-%{data_version}.tar.gz
|
Source1: https://github.com/OSGeo/PROJ-data/releases/download/%{data_version}.0/%{name}-data-%{data_version}.tar.gz
|
||||||
BuildRequires: cmake >= 3.16
|
BuildRequires: cmake >= 3.16
|
||||||
%if 0%{?suse_version} < 1600
|
%if 0%{?suse_version} < 1600
|
||||||
BuildRequires: gcc11-c++
|
BuildRequires: gcc13-c++
|
||||||
%else
|
%else
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
%endif
|
%endif
|
||||||
@ -121,8 +121,8 @@ License: MIT
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} < 1600
|
%if 0%{?suse_version} < 1600
|
||||||
export CC=gcc-11
|
export CC=gcc-13
|
||||||
export CXX=g++-11
|
export CXX=g++-13
|
||||||
%endif
|
%endif
|
||||||
# c++14 needed to build tests using gtest >= 1.14
|
# c++14 needed to build tests using gtest >= 1.14
|
||||||
%cmake \
|
%cmake \
|
||||||
|
Loading…
Reference in New Issue
Block a user