Hello community,

here is the log from the commit of package gdal for openSUSE:Factory checked in 
at 2015-03-11 09:58:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdal (Old)
 and      /work/SRC/openSUSE:Factory/.gdal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdal"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdal/gdal.changes        2015-02-10 
20:24:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gdal.new/gdal.changes   2015-03-11 
09:58:56.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Mar 10 10:35:47 UTC 2015 - schubert....@gmail.com
+
+- Fix hard coded proj4 library name
+  * gdal-libproj.patch
+
+-------------------------------------------------------------------
+Sun Mar  8 20:39:00 UTC 2015 - mplus...@suse.com
+
+- Update perl package dependencies
+
+-------------------------------------------------------------------

New:
----
  gdal-libproj.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gdal.spec ++++++
--- /var/tmp/diff_new_pack.qRBu6p/_old  2015-03-11 09:58:57.000000000 +0100
+++ /var/tmp/diff_new_pack.qRBu6p/_new  2015-03-11 09:58:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdal
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,10 @@
 Patch2:         gdal-perl.patch
 # Fix occasional paralle build failure
 Patch3:                GDALmake.opt.in.patch
+# Fix hard coded name of libproj library
+Patch4:         gdal-libproj.patch
 BuildRequires:  blas-devel
+BuildRequires:  chrpath
 BuildRequires:  curl-devel
 BuildRequires:  doxygen >= 1.4.2
 BuildRequires:  fdupes
@@ -47,6 +50,7 @@
 BuildRequires:  libspatialite-devel
 BuildRequires:  libtiff-devel >= 3.6.0
 BuildRequires:  libtool
+BuildRequires:  libxerces-c-devel
 BuildRequires:  netcdf-devel
 BuildRequires:  openjpeg2-devel
 BuildRequires:  poppler-devel
@@ -57,20 +61,18 @@
 BuildRequires:  swig
 BuildRequires:  unixODBC-devel
 BuildRequires:  zlib-devel >= 1.1.4
-BuildRequires:  chrpath
-BuildRequires:  libxerces-c-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with ecw_support}
 BuildRequires:  libecwj2-devel
 %endif
 %if 0%{?suse_version} >= 1310
-BuildRequires:  hdf5-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  hdf5-devel
 %endif
 %if 0%{?suse_version} > 1310 && 0%{?suse_version} != 1315
-BuildRequires:  perl-ExtUtils-MakeMaker
 BuildRequires:  libwebp-devel
+BuildRequires:  perl-ExtUtils-MakeMaker
 %else
 BuildRequires:  hdf-devel >= 4.0
 %endif
@@ -105,8 +107,11 @@
 Summary:        Perl bindings for GDAL
 Group:          Development/Languages/Perl
 Requires:       %{name} = %{version}-%{release}
+%if 0%{?suse_version} < 1140
 Requires:       perl = %{perl_version}
-Requires:       perl-base
+%else
+%{perl_requires}
+%endif
 
 %description -n perl-gdal
 Perl bindings for GDAL - Geo::GDAL, Geo::OGR and Geo::OSR modules.
@@ -126,6 +131,7 @@
 %patch1
 %patch2 -p1
 %patch3 -p0
+%patch4 -p0
 
 # need to regenerate (old ones don't support perl 5.10)
 rm swig/perl/{gdal_wrap.cpp,gdalconst_wrap.c,ogr_wrap.cpp,osr_wrap.cpp}

++++++ gdal-libproj.patch ++++++
--- ogr/ogrct.cpp       2014-09-24 15:47:42.000000000 +0200
+++ ogr/ogrct.cpp_new   2015-03-10 11:09:34.135358433 +0100
@@ -92,7 +92,7 @@
 #elif defined(__APPLE__)
 #  define LIBNAME      "libproj.dylib"
 #else
-#  define LIBNAME      "libproj.so"
+#  define LIBNAME      "libproj.so.0"
 #endif
 
 /************************************************************************/
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to