1
0
forked from pool/mapserver

Accepting request 1153753 from home:dimstar:Factory

- BuildRequire proj-devel instead of the long deprecated name
  libproj-devel.

OBS-URL: https://build.opensuse.org/request/show/1153753
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=146
This commit is contained in:
Jan Engelhardt 2024-03-01 07:56:13 +00:00 committed by Git OBS Bridge
parent 6e6b844c2a
commit 5acc3f30f7
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 1 07:34:53 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire proj-devel instead of the long deprecated name
libproj-devel.
-------------------------------------------------------------------
Wed Sep 13 16:21:02 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package mapserver
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2014 Ioda-Net Sàrl, Charmoille, Switzerland. Bruno Friedmann (tigerfoot)
# Copyright (c) 2015 Angelos Tzotsos (kalxas)
#
@ -60,7 +60,6 @@ BuildRequires: libgdal-devel >= 1.10
BuildRequires: libgeos-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: libproj-devel
BuildRequires: libtiff-devel
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
@ -69,6 +68,7 @@ BuildRequires: openjpeg2-devel
BuildRequires: pam
BuildRequires: pam-devel
BuildRequires: postgresql-devel >= 9.1
BuildRequires: proj-devel
%if 0%{?suse_version} >= 1500
BuildRequires: postgresql-server-devel >= 9.1
%endif