Hello community,

here is the log from the commit of package proj for openSUSE:Factory checked in 
at 2018-07-18 22:54:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/proj (Old)
 and      /work/SRC/openSUSE:Factory/.proj.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "proj"

Wed Jul 18 22:54:05 2018 rev:16 rq:622268 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/proj/proj.changes        2016-10-04 
15:59:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.proj.new/proj.changes   2018-07-18 
22:54:51.226779070 +0200
@@ -1,0 +2,6 @@
+Thu Jul 12 08:45:57 UTC 2018 - mplus...@suse.com
+
+- Update to version 5.1.0 and datumgrid 1.7
+  * See provided NEWS for list of all changes
+
+-------------------------------------------------------------------

Old:
----
  proj-4.9.3.tar.gz
  proj-datumgrid-1.6.zip

New:
----
  proj-5.1.0.tar.gz
  proj-datumgrid-1.7.zip

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

Other differences:
------------------
++++++ proj.spec ++++++
--- /var/tmp/diff_new_pack.m2BCXC/_old  2018-07-18 22:54:52.022776431 +0200
+++ /var/tmp/diff_new_pack.m2BCXC/_new  2018-07-18 22:54:52.026776418 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package proj
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,45 +16,48 @@
 #
 
 
-%define libname lib%{name}12
+%define gridver 1.7
+%define sover   13
+%define libname lib%{name}%{sover}
 Name:           proj
-Version:        4.9.3
+Version:        5.1.0
 Release:        0
 Summary:        Cartographic projection software
 License:        MIT
 Group:          Productivity/Scientific/Other
-Url:            https://trac.osgeo.org/proj/
+URL:            https://trac.osgeo.org/proj/
 Source0:        http://download.osgeo.org/proj/%{name}-%{version}.tar.gz
-Source1:        http://download.osgeo.org/proj/%{name}-datumgrid-1.6.zip
+Source1:        http://download.osgeo.org/proj/%{name}-datumgrid-%{gridver}.zip
 BuildRequires:  pkgconfig
 BuildRequires:  unzip
 Provides:       libproj = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
+%description
+This package offers the commandline tools for performing respective
+forward and inverse transformation of cartographic data to or from cartesian
+data with a wide range of selectable projection functions.
 
 %package -n %{libname}
 Summary:        Cartographic projection software
 Group:          Development/Libraries/C and C++
 
-%package -n libproj-devel
-Summary:        Development files for PROJ
-Group:          Development/Libraries/C and C++
-Requires:       %{libname} = %{version}
-
 %description -n %{libname}
 This package the library for performing respective
 forward and inverse transformation of cartographic data to or from cartesian
 data with a wide range of selectable projection functions.
 
-%description
-This package offers the commandline tools for performing respective
-forward and inverse transformation of cartographic data to or from cartesian
-data with a wide range of selectable projection functions.
+%package devel
+Summary:        Development files for PROJ
+Group:          Development/Libraries/C and C++
+Requires:       %{libname} = %{version}
+Provides:       libproj-devel = %{version}
+Obsoletes:      libproj-devel < %{version}
 
-%description -n libproj-devel
+%description devel
 This package contains libproj and the appropriate header files and man pages.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 cd nad
 unzip -o %{SOURCE1}
 
@@ -72,31 +75,33 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc NEWS AUTHORS COPYING README ChangeLog
+%doc NEWS AUTHORS README ChangeLog
 %defattr(0755,root,root)
 %{_bindir}/cs2cs
+%{_bindir}/cct
+%{_bindir}/gie
 %{_bindir}/geod
 %{_bindir}/invgeod
 %{_bindir}/invproj
 %{_bindir}/nad2bin
 %{_bindir}/proj
 %defattr(0644,root,root)
-%{_mandir}/man1/cs2cs.1%{ext_man}
-%{_mandir}/man1/geod.1%{ext_man}
-%{_mandir}/man1/proj.1%{ext_man}
+%{_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}
 %{_datadir}/proj/
 
 %files -n %{libname}
-%defattr(0644,root,root)
-%{_libdir}/libproj.so.12*
+%license COPYING
+%{_libdir}/libproj.so.%{sover}*
 
-%files -n libproj-devel
-%defattr(0644,root,root)
+%files devel
 %{_includedir}/*.h
 %{_libdir}/libproj.so
 %{_libdir}/pkgconfig/proj.pc
-%{_mandir}/man3/geodesic.3%{ext_man}
-%{_mandir}/man3/pj_init.3%{ext_man}
+%{_mandir}/man3/geodesic.3%{?ext_man}
+%{_mandir}/man3/pj_init.3%{?ext_man}
 
 %changelog

++++++ proj-4.9.3.tar.gz -> proj-5.1.0.tar.gz ++++++
++++ 100188 lines of diff (skipped)


Reply via email to