Hello community,

here is the log from the commit of package proj for openSUSE:Factory checked in 
at 2019-03-12 09:55:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/proj (Old)
 and      /work/SRC/openSUSE:Factory/.proj.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "proj"

Tue Mar 12 09:55:00 2019 rev:18 rq:683902 version:6.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/proj/proj.changes        2018-09-26 
16:11:37.715465521 +0200
+++ /work/SRC/openSUSE:Factory/.proj.new.28833/proj.changes     2019-03-12 
09:55:01.443518812 +0100
@@ -1,0 +2,6 @@
+Mon Mar 11 13:34:36 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Update to version 5.2.0 and datumgrid 1.7
+  * See provided NEWS for list of all changes
+
+-------------------------------------------------------------------

Old:
----
  proj-5.2.0.tar.gz
  proj-datumgrid-1.7.zip

New:
----
  proj-6.0.0.tar.gz
  proj-datumgrid-1.8.zip

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

Other differences:
------------------
++++++ proj.spec ++++++
--- /var/tmp/diff_new_pack.1sHpa3/_old  2019-03-12 09:55:03.399518422 +0100
+++ /var/tmp/diff_new_pack.1sHpa3/_new  2019-03-12 09:55:03.399518422 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package proj
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -16,11 +16,11 @@
 #
 
 
-%define gridver 1.7
-%define sover   13
+%define gridver 1.8
+%define sover   15
 %define libname lib%{name}%{sover}
 Name:           proj
-Version:        5.2.0
+Version:        6.0.0
 Release:        0
 Summary:        Cartographic projection software
 License:        MIT
@@ -30,7 +30,9 @@
 Source1:        http://download.osgeo.org/proj/%{name}-datumgrid-%{gridver}.zip
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
+BuildRequires:  sqlite3
 BuildRequires:  unzip
+BuildRequires:  pkgconfig(sqlite3) >= 3.7
 Provides:       libproj = %{version}
 
 %description
@@ -59,6 +61,7 @@
 
 %prep
 %setup -q
+mkdir nad
 cd nad
 unzip -o %{SOURCE1}
 
@@ -70,7 +73,6 @@
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-install -D -p -m 0644 src/projects.h %{buildroot}/%{_includedir}/projects.h
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
@@ -84,14 +86,15 @@
 %{_bindir}/geod
 %{_bindir}/invgeod
 %{_bindir}/invproj
-%{_bindir}/nad2bin
 %{_bindir}/proj
+%{_bindir}/projinfo
 %defattr(0644,root,root)
 %{_mandir}/man1/cs2cs.1%{?ext_man}
 %{_mandir}/man1/geod.1%{?ext_man}
 %{_mandir}/man1/proj.1%{?ext_man}
 %{_mandir}/man1/cct.1%{?ext_man}
 %{_mandir}/man1/gie.1%{?ext_man}
+%{_mandir}/man1/projinfo.1%{?ext_man}
 %{_datadir}/proj/
 
 %files -n %{libname}
@@ -100,6 +103,7 @@
 
 %files devel
 %{_includedir}/*.h
+%{_includedir}/proj
 %{_libdir}/libproj.so
 %{_libdir}/pkgconfig/proj.pc
 %{_mandir}/man3/geodesic.3%{?ext_man}

++++++ proj-5.2.0.tar.gz -> proj-6.0.0.tar.gz ++++++
++++ 257285 lines of diff (skipped)


Reply via email to