Hello community,

here is the log from the commit of package osm-gps-map for openSUSE:Factory 
checked in at 2016-01-13 22:45:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osm-gps-map (Old)
 and      /work/SRC/openSUSE:Factory/.osm-gps-map.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osm-gps-map"

Changes:
--------
--- /work/SRC/openSUSE:Factory/osm-gps-map/osm-gps-map.changes  2014-07-31 
07:42:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.osm-gps-map.new/osm-gps-map.changes     
2016-01-13 22:45:50.000000000 +0100
@@ -1,0 +2,15 @@
+Thu Dec 31 04:54:40 UTC 2015 - [email protected]
+
+- Update to version 1.1.0:
+  + Add polygon support.
+  + Add osm_gps_map_zoom_fit_bbox.
+  + Fix leaks.
+  + Remove Yahoo (API break).
+  + Build fixes.
+  + Fix image rotation.
+- Do not run ./autogen.sh any more; upstream tarball now includes
+  configure file so we exeecute it directly.
+- Rename libosmgpsmap-1_0-0 subpackage to libosmgpsmap-1_0-1,
+  following upstreams soname bump.
+
+-------------------------------------------------------------------

Old:
----
  1.0.2.tar.gz

New:
----
  osm-gps-map-1.1.0.tar.gz

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

Other differences:
------------------
++++++ osm-gps-map.spec ++++++
--- /var/tmp/diff_new_pack.36tQPb/_old  2016-01-13 22:45:51.000000000 +0100
+++ /var/tmp/diff_new_pack.36tQPb/_new  2016-01-13 22:45:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package osm-gps-map
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:           osm-gps-map
-Version:        1.0.2
+Version:        1.1.0
 Release:        0
 Summary:        A Gtk+ Widget for Displaying OpenStreetMap tiles
 License:        GPL-2.0+
 Group:          Productivity/Other
 Url:            http://nzjrs.github.io/osm-gps-map/
-Source:         https://github.com/nzjrs/osm-gps-map/archive/%{version}.tar.gz
+Source:         
https://github.com/nzjrs/osm-gps-map/releases/download/1.1.0/%{name}-%{version}.tar.gz
 BuildRequires:  gnome-common
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0
@@ -39,11 +39,11 @@
 The library has excellent performance and is currently used in a number of
 Gtk+ and Maemo applications.
 
-%package -n libosmgpsmap-1_0-0
+%package -n libosmgpsmap-1_0-1
 Summary:        A Gtk+ Widget for Displaying OpenStreetMap tiles
 Group:          System/Libraries
 
-%description -n libosmgpsmap-1_0-0
+%description -n libosmgpsmap-1_0-1
 A Gtk+ widget (and Python bindings) that when given GPS co-ordinates, draws a 
GPS track,
 and points of interest on a moving map display. Downloads map data from a 
number of websites,
 including openstreetmap.org.
@@ -66,7 +66,7 @@
 %package -n libosmgpsmap-devel
 Summary:        A Gtk+ Widget for Displaying OpenStreetMap tiles - Development 
files
 Group:          Development/Languages/C and C++
-Requires:       libosmgpsmap-1_0-0 = %{version}
+Requires:       libosmgpsmap-1_0-1 = %{version}
 Requires:       typelib-1_0-OsmGpsMap-1_0 = %{version}
 
 %description -n libosmgpsmap-devel
@@ -81,7 +81,6 @@
 %setup -q
 
 %build
-./autogen.sh
 %configure \
     --disable-static
 make %{?_smp_mflags}
@@ -90,15 +89,15 @@
 %make_install
 find %{buildroot} -type f -name '*.la' -delete -print
 # We package those files as %%doc, resulting in a different location
-rm -rf %{buildroot}%{_prefix}/doc
+rm -rf %{buildroot}%{_datadir}/doc/%{name}
 
-%post -n libosmgpsmap-1_0-0 -p /sbin/ldconfig
+%post -n libosmgpsmap-1_0-1 -p /sbin/ldconfig
 
-%postun -n libosmgpsmap-1_0-0 -p /sbin/ldconfig
+%postun -n libosmgpsmap-1_0-1 -p /sbin/ldconfig
 
-%files -n libosmgpsmap-1_0-0
+%files -n libosmgpsmap-1_0-1
 %defattr(-,root,root)
-%doc ChangeLog README COPYING
+%doc AUTHORS ChangeLog README COPYING NEWS
 %{_libdir}/libosmgpsmap-1.0.so.*
 
 %files -n typelib-1_0-OsmGpsMap-1_0
@@ -111,5 +110,7 @@
 %{_datadir}/gir-1.0/OsmGpsMap-1.0.gir
 %{_libdir}/libosmgpsmap-1.0.so
 %{_libdir}/pkgconfig/osmgpsmap-1.0.pc
+%dir %{_datadir}/gtk-doc
+%{_datadir}/gtk-doc/html/libosmgpsmap
 
 %changelog


Reply via email to