Hello community,

here is the log from the commit of package geotiff for openSUSE:Factory checked 
in at 2019-04-08 20:54:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geotiff (Old)
 and      /work/SRC/openSUSE:Factory/.geotiff.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geotiff"

Mon Apr  8 20:54:16 2019 rev:8 rq:692317 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/geotiff/geotiff.changes  2019-03-28 
22:48:07.607060826 +0100
+++ /work/SRC/openSUSE:Factory/.geotiff.new.3908/geotiff.changes        
2019-04-08 20:54:18.786602576 +0200
@@ -1,0 +2,32 @@
+Tue Apr  2 11:27:36 UTC 2019 - Bruno Friedmann <br...@ioda-net.ch>
+
+- Update to version 1.5.1 (support gdal 2.4.1)
+- Remove merged upstream patch f4956251.patch 
+
+-------------------------------------------------------------------
+Mon Mar 25 18:42:34 UTC 2019 - Bruno Friedmann <br...@ioda-net.ch>
+
+- Add upstream patch f4956251.patch to make it useable with gdal
+  2.4.1
+- Upstream issue https://github.com/OSGeo/libgeotiff/issues/14
+  Simplify fixing file (all are utf-8 ok) just CRLF
+
+-------------------------------------------------------------------
+Sun Mar 24 10:14:03 UTC 2019 - Bruno Friedmann <br...@ioda-net.ch>
+
+- Update to version 1.5.
+  + Require PROJ >= 6 dependency
+  + Remove all CSV files used by geo_normalize API, libgeotiff now
+    relies on PROJ database for EPSG CRS definitions.
+  + geo_normalize.c: SetGTParmIds(): use 
+    ProjStraightVertPoleLongGeoKey for CT_PolarStereographic
+  + geo_normalize.c: report StdParallel1 for Mercator_2SP when a 
+    PCS code is used
+  + geo_normalize.c: fix support for Laborde Oblique Mercator
+  + listgeo: use PROJ database to display non-hardcoded values of
+    a number of keys
+- Packaging
+  + Remove unneeded patches e5cf016.patch 7425a7f.patch
+  + Move URL & source to https
+
+-------------------------------------------------------------------

Old:
----
  7425a7f.patch
  e5cf016.patch
  libgeotiff-1.4.3.tar.gz

New:
----
  libgeotiff-1.5.1.tar.gz

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

Other differences:
------------------
++++++ geotiff.spec ++++++
--- /var/tmp/diff_new_pack.668Tft/_old  2019-04-08 20:54:20.566603882 +0200
+++ /var/tmp/diff_new_pack.668Tft/_new  2019-04-08 20:54:20.566603882 +0200
@@ -16,25 +16,23 @@
 #
 
 
-%define sover   2
+%define sover   5
 %define libname lib%{name}%{sover}
 Name:           geotiff
-Version:        1.4.3
+Version:        1.5.1
 Release:        0
 Summary:        Library to handle georeferenced TIFF
 License:        MIT AND SUSE-Public-Domain
 Group:          Productivity/Scientific/Other
-URL:            http://trac.osgeo.org/geotiff
-Source0:        
http://download.osgeo.org/%{name}/lib%{name}/lib%{name}-%{version}.tar.gz
-# UPSTREAM PATCH (proj6 support)
-Patch0:         https://github.com/OSGeo/libgeotiff/commit/7425a7f.patch
-# UPSTREAM PATCH (fix compiler warning)
-Patch1:         https://github.com/OSGeo/libgeotiff/commit/e5cf016.patch
+URL:            https://github.com/OSGeo/libgeotiff
+Source0:        
https://download.osgeo.org/%{name}/lib%{name}/lib%{name}-%{version}.tar.gz
+# UPSTREAM Patch (geotif) to be used with gdal 2.4.1
+# Patch0:         https://github.com/OSGeo/libgeotiff/commit/f4956251.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libtiff-4)
-BuildRequires:  pkgconfig(proj)
+BuildRequires:  pkgconfig(proj) >= 6.0
 BuildRequires:  pkgconfig(zlib)
 
 %description
@@ -71,15 +69,10 @@
 %prep
 
 %setup -q -n lib%{name}-%{version}
-%autopatch -p2
-for f in `find . -type f` ; do
-       if file $f | grep -q ISO-8859 ; then
-               echo "Fix encoding for $f"
-               set -x
-               iconv -f ISO-8859-1 -t UTF-8 $f > ${f}.tmp && \
-                       mv -f ${f}.tmp $f
-               set +x
-       fi
+#%%autopatch -p2
+
+for f in `find . -type f`
+do
        if file $f | grep -q CRLF ; then
                echo "Fix line ends for $f"
                set -x
@@ -121,7 +114,6 @@
 
 install -Dpm 0644 lib%{name}.pc \
   %{buildroot}%{_libdir}/pkgconfig/lib%{name}.pc
-echo  >> %{buildroot}%{_datadir}/epsg_csv/codes.csv
 # do not ship la files
 find %{buildroot} -type f -name "*.la" -delete -print
 
@@ -130,27 +122,23 @@
 
 %files
 %license LICENSE COPYING
-%doc ChangeLog README
+%doc ChangeLog README NEWS
 %{_bindir}/geotifcp
 %{_bindir}/listgeo
 %{_bindir}/applygeo
 %{_mandir}/man1/listgeo.1%{?ext_man}
 %{_mandir}/man1/applygeo.1%{?ext_man}
 %{_mandir}/man1/geotifcp.1%{?ext_man}
-%dir %{_datadir}/epsg_csv
-%attr(0755,root,root) %{_datadir}/epsg_csv/csv2c.py*
-%attr(0755,root,root) %{_datadir}/epsg_csv/csv_tools.py*
-%attr(0644,root,root) %{_datadir}/epsg_csv/*.csv
 
 %files -n %{libname}
 %license LICENSE COPYING
-%doc ChangeLog README
+%doc ChangeLog README NEWS
 %{_libdir}/lib%{name}.so.%{sover}*
 
 %files devel
 %defattr(0644,root,root,0755)
 %license LICENSE COPYING
-%doc ChangeLog README
+%doc ChangeLog README NEWS
 %dir %{_includedir}/lib%{name}
 %{_includedir}/lib%{name}/*.h
 %{_includedir}/lib%{name}/*.inc

++++++ libgeotiff-1.4.3.tar.gz -> libgeotiff-1.5.1.tar.gz ++++++
++++ 76917 lines of diff (skipped)


Reply via email to