commit libchamplain for openSUSE:Factory

2019-11-03 Thread root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2019-11-03 11:56:03

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new.2990 (New)


Package is "libchamplain"

Sun Nov  3 11:56:03 2019 rev:55 rq:744269 version:0.12.20

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2019-03-08 12:00:17.323966201 +0100
+++ /work/SRC/openSUSE:Factory/.libchamplain.new.2990/libchamplain.changes  
2019-11-03 11:56:04.719262528 +0100
@@ -1,0 +2,9 @@
+Tue Oct 29 19:40:53 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.12.20:
+  + Remove autotools-based build and all the related files.
+  + Fix gtk-doc module name.
+  + Add missing gdk required dependency.
+  + Make the build reproducible.
+
+---

Old:

  libchamplain-0.12.19.tar.xz

New:

  libchamplain-0.12.20.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.FVJumG/_old  2019-11-03 11:56:05.179263104 +0100
+++ /var/tmp/diff_new_pack.FVJumG/_new  2019-11-03 11:56:05.183263109 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   libchamplain
-Version:0.12.19
+Version:0.12.20
 Release:0
 Summary:Library to display maps
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/GNOME
-URL:http://projects.gnome.org/libchamplain/
-Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
+URL:https://wiki.gnome.org/Projects/libchamplain
+Source0:
https://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
@@ -107,7 +107,7 @@
 
 %files -n libchamplain-0_12-0
 %license COPYING
-%doc AUTHORS ChangeLog NEWS
+%doc AUTHORS NEWS README.md
 %{_libdir}/libchamplain-0.12.so.*
 %{_libdir}/libchamplain-gtk-0.12.so.*
 

++ libchamplain-0.12.19.tar.xz -> libchamplain-0.12.20.tar.xz ++
 1701 lines of diff (skipped)




commit libchamplain for openSUSE:Factory

2019-03-08 Thread root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2019-03-08 12:00:11

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new.28833 (New)


Package is "libchamplain"

Fri Mar  8 12:00:11 2019 rev:54 rq:681423 version:0.12.19

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2019-01-26 22:16:18.803152573 +0100
+++ /work/SRC/openSUSE:Factory/.libchamplain.new.28833/libchamplain.changes 
2019-03-08 12:00:17.323966201 +0100
@@ -1,0 +2,33 @@
+Sun Mar  3 20:03:39 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.12.19:
+  + Fix incorrect Requires in pc files when using meson.
+  + Various meson-related fixes and cleanups.
+
+---
+Thu Feb 21 15:58:17 UTC 2019 - bjorn@gmail.com
+
+- Update to version 0.12.18:
+  + Fix incorrect so version when using meson.
+  + Avoid exporting marshaler functions by dropping the use of
+glib-genmarshal and using the generic marshaler instead.
+  + Don't use glib-mkenums for champlain-gtk where it's not needed.
+- Changes from version 0.12.17:
+  + Use of meson build system, CI tests and automatized generation
+of documentation.
+  + Various map wrapping fixes.
+  + Pass data as uint8 pointer in champlain_renderer_set_data() and
+make this function introspectable.
+  + Bump versions of some dependencies - clutter (1.24), glib
+(2.38) - and fix depreciation warnings.
+  + Use https for all map sources that support it.
+  + Don't version-control generated vapi files.
+  + Combine champlain and champlain-gtk documentations into one.
+  + More helpful README.md with links to pages related to
+libchamplain.
+  + Various housekeeping and cleanups.
+- Drop patch fixed upstream:
+  libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch.
+- Switch to meson build system, add meson BuildRequires and macros.
+
+---

Old:

  libchamplain-0.12.16.tar.xz
  libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch

New:

  libchamplain-0.12.19.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.MTQRjh/_old  2019-03-08 12:00:18.163966059 +0100
+++ /var/tmp/diff_new_pack.MTQRjh/_new  2019-03-08 12:00:18.167966059 +0100
@@ -17,19 +17,18 @@
 
 
 Name:   libchamplain
-Version:0.12.16
+Version:0.12.19
 Release:0
 Summary:Library to display maps
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/GNOME
 URL:http://projects.gnome.org/libchamplain/
 Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 
libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch 
bjorn@gmail.com -- Fix wrapping in champlain_view_x_to_longitude.
-Patch0: libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo) >= 1.4
 BuildRequires:  pkgconfig(clutter-1.0) >= 1.12
@@ -89,16 +88,18 @@
 %autosetup -p1
 
 %build
-%configure \
-   --disable-static \
-   --disable-memphis \
-   --enable-vala \
+%meson \
+   -Dmemphis=false \
+   -Dintrospection=true \
+   -Dvapi=true \
+   -Dwidgetry=true \
+   -Dgtk_doc=true \
+   -Ddemos=false \
%{nil}
-%make_build
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 %fdupes %{buildroot}%{_datadir}/gtk-doc
 
 %post -n libchamplain-0_12-0 -p /sbin/ldconfig
@@ -118,10 +119,8 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/champlain-0.12.pc
 %{_libdir}/pkgconfig/champlain-gtk-0.12.pc
-%{_includedir}/libchamplain-0.12/
-%{_includedir}/libchamplain-gtk-0.12/
-%doc %{_datadir}/gtk-doc/html/libchamplain-0.12/
-%doc %{_datadir}/gtk-doc/html/libchamplain-gtk-0.12/
+%{_includedir}/champlain-0.12/
+%doc %{_datadir}/gtk-doc/html/champlain-0.12/
 %{_datadir}/gir-1.0/*.gir
 %dir %{_datadir}/vala
 %dir %{_datadir}/vala/vapi

++ libchamplain-0.12.16.tar.xz -> libchamplain-0.12.19.tar.xz ++
 139000 lines of diff (skipped)




commit libchamplain for openSUSE:Factory

2019-01-26 Thread root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2019-01-26 22:16:18

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new.28833 (New)


Package is "libchamplain"

Sat Jan 26 22:16:18 2019 rev:53 rq:666336 version:0.12.16

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2018-03-08 10:46:52.260294806 +0100
+++ /work/SRC/openSUSE:Factory/.libchamplain.new.28833/libchamplain.changes 
2019-01-26 22:16:18.803152573 +0100
@@ -1,0 +2,18 @@
+Thu Jan  3 21:13:30 UTC 2019 - bjorn@gmail.com
+
+- No longer build mephis support: Drop memphis-devel BuildRequires,
+  memphis upstream is dead and gone from the web for several years.
+  libchamplain upstream have disabled mephis support in git 5 years
+  ago, so we should not build it either. Pass --disable-memphis to
+  configure to be ensure we do not.
+- Pkgconfigify spec, align with what configure checks for:
+  + Drop clutter-devel, clutter-gtk-devel, gtk3-devel,
+libsoup-devel, sqlite3-devel and vala BuildRequires.
+  + Add pkgconfig, pkgconfig(cairo), pkgconfig(clutter-1.0),
+pkgconfig(clutter-gtk-1.0), pkgconfig(gdk-3.0),
+pkgconfig(gio-2.0), pkgconfig(glib-2.0),
+pkgconfig(gobject-2.0), pkgconfig(gtk+-3.0),
+pkgconfig(libsoup-2.4), pkgconfig(sqlite3) and
+pkgconfig(vapigen) BuildRequires.
+
+---



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.Cd1dmV/_old  2019-01-26 22:16:19.279152186 +0100
+++ /var/tmp/diff_new_pack.Cd1dmV/_new  2019-01-26 22:16:19.291152177 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libchamplain
 #
-# 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,17 +26,22 @@
 Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM 
libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch 
bjorn@gmail.com -- Fix wrapping in champlain_view_x_to_longitude.
 Patch0: libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch
-BuildRequires:  clutter-devel >= 1.12
-BuildRequires:  clutter-gtk-devel
+
 BuildRequires:  fdupes
-BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
-BuildRequires:  gtk3-devel
-BuildRequires:  libsoup-devel >= 2.42
-BuildRequires:  memphis-devel
-BuildRequires:  sqlite3-devel
-BuildRequires:  vala
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(cairo) >= 1.4
+BuildRequires:  pkgconfig(clutter-1.0) >= 1.12
+BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 0.90
+BuildRequires:  pkgconfig(gdk-3.0) >= 2.90
+BuildRequires:  pkgconfig(gio-2.0) >= 2.16
+BuildRequires:  pkgconfig(glib-2.0) >= 2.16
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.10
+BuildRequires:  pkgconfig(gtk+-3.0) >= 2.90
+BuildRequires:  pkgconfig(libsoup-2.4) >= 2.42
+BuildRequires:  pkgconfig(sqlite3) >= 3.0
+BuildRequires:  pkgconfig(vapigen)
 
 %description
 Libchamplain is a C library providing a ClutterActor to display maps. It
@@ -86,6 +91,7 @@
 %build
 %configure \
 --disable-static \
+   --disable-memphis \
 --enable-vala \
 %{nil}
 %make_build




commit libchamplain for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2018-03-08 10:46:50

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Thu Mar  8 10:46:50 2018 rev:52 rq:582806 version:0.12.16

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2018-02-03 15:38:32.564468238 +0100
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2018-03-08 10:46:52.260294806 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:34:03 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.GGNLoP/_old  2018-03-08 10:46:52.932270613 +0100
+++ /var/tmp/diff_new_pack.GGNLoP/_new  2018-03-08 10:46:52.936270469 +0100
@@ -20,13 +20,12 @@
 Version:0.12.16
 Release:0
 Summary:Library to display maps
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/GNOME
-Url:http://projects.gnome.org/libchamplain/
+URL:http://projects.gnome.org/libchamplain/
 Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM 
libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch 
bjorn@gmail.com -- Fix wrapping in champlain_view_x_to_longitude.
 Patch0: libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch
-
 BuildRequires:  clutter-devel >= 1.12
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
@@ -100,7 +99,8 @@
 %postun -n libchamplain-0_12-0 -p /sbin/ldconfig
 
 %files -n libchamplain-0_12-0
-%doc AUTHORS ChangeLog COPYING NEWS
+%license COPYING
+%doc AUTHORS ChangeLog NEWS
 %{_libdir}/libchamplain-0.12.so.*
 %{_libdir}/libchamplain-gtk-0.12.so.*
 




commit libchamplain for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2018-02-03 15:38:31

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Sat Feb  3 15:38:31 2018 rev:51 rq:572079 version:0.12.16

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2017-09-13 21:43:25.571680813 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2018-02-03 15:38:32.564468238 +0100
@@ -1,0 +2,12 @@
+Sun Jan 28 23:43:23 UTC 2018 - bjorn@gmail.com
+
+- Add
+  libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch:
+  Fix wrapping in champlain_view_x_to_longitude. Previous
+  implementation assumed that after using x_to_wrap_x further
+  wrapping would be needed only if x + priv->viewport_x >= width.
+- Do minor spec cleanup, use autosetup, make_build and make_install
+  macros, drop obsolete and unused BUILD_FROM_VCS conditional
+  gnome-common and gtk-doc BuildRequires and autogen.sh call.
+
+---

New:

  libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.znrHyJ/_old  2018-02-03 15:38:33.324432742 +0100
+++ /var/tmp/diff_new_pack.znrHyJ/_new  2018-02-03 15:38:33.328432555 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libchamplain
 #
-# Copyright (c) 2017 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
@@ -24,6 +24,9 @@
 Group:  Development/Libraries/GNOME
 Url:http://projects.gnome.org/libchamplain/
 Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 
libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch 
bjorn@gmail.com -- Fix wrapping in champlain_view_x_to_longitude.
+Patch0: libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch
+
 BuildRequires:  clutter-devel >= 1.12
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
@@ -35,10 +38,6 @@
 BuildRequires:  memphis-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  vala
-%if 0%{?BUILD_FROM_VCS}
-BuildRequires:  gnome-common
-BuildRequires:  gtk-doc
-%endif
 
 %description
 Libchamplain is a C library providing a ClutterActor to display maps. It
@@ -83,40 +82,33 @@
 OpenAerialMap and Maps for free.
 
 %prep
-%setup -q
-
-%if 0%{?BUILD_FROM_VCS}
-[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
-%endif
+%autosetup -p1
 
 %build
 %configure \
 --disable-static \
---enable-vala
-make %{?_smp_mflags} V=1
+--enable-vala \
+%{nil}
+%make_build
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}%{_datadir}/gtk-doc
 
 %post -n libchamplain-0_12-0 -p /sbin/ldconfig
-
 %postun -n libchamplain-0_12-0 -p /sbin/ldconfig
 
 %files -n libchamplain-0_12-0
-%defattr(-, root, root)
 %doc AUTHORS ChangeLog COPYING NEWS
 %{_libdir}/libchamplain-0.12.so.*
 %{_libdir}/libchamplain-gtk-0.12.so.*
 
 %files -n typelib-1_0-Champlain-0_12
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Champlain-0.12.typelib
 %{_libdir}/girepository-1.0/GtkChamplain-0.12.typelib
 
 %files devel
-%defattr(-, root, root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/champlain-0.12.pc
 %{_libdir}/pkgconfig/champlain-gtk-0.12.pc

++ libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch ++
>From 122d872eddec278d3b21aa6088ee2d57981e7da8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Mi=C4=85sko?= 
Date: Wed, 20 Dec 2017 00:00:00 +
Subject: Fix wrapping in champlain_view_x_to_longitude.

Previous implementation assumed that after using x_to_wrap_x further
wrapping would be needed only if x + priv->viewport_x >= width.
Unfortunately, this is not the case when priv->viewport_x is negative
and whole x + priv->viewport_x ends up negative.
---
 champlain/champlain-view.c | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/champlain/champlain-view.c b/champlain/champlain-view.c
index 784d644..154b5eb 100644
--- a/champlain/champlain-view.c
+++ b/champlain/champlain-view.c
@@ -2471,18 +2471,17 @@ champlain_view_x_to_longitude (ChamplainView *view,
 
   g_return_val_if_fail (CHAMPLAIN_IS_VIEW (view), 0.0);
 
+  x += priv->viewport_x;
+
   if (priv->hwrap)
 {
   gdouble width = get_map_width (view);
   x = x_to_wrap_x (x, width);
-
-  if (x >= width - priv-

commit libchamplain for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2017-09-13 21:43:24

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Wed Sep 13 21:43:24 2017 rev:50 rq:521938 version:0.12.16

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2017-03-22 23:01:59.982188755 +0100
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2017-09-13 21:43:25.571680813 +0200
@@ -1,0 +2,8 @@
+Wed Sep  6 23:32:59 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.12.16:
+  + Add possibility to set User-Agent for requests.
+  + Fix touch gesture zoom.
+  + Python demo fixes and cleanups.
+
+---

Old:

  libchamplain-0.12.15.tar.xz

New:

  libchamplain-0.12.16.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.meM9Zb/_old  2017-09-13 21:43:26.055612728 +0200
+++ /var/tmp/diff_new_pack.meM9Zb/_new  2017-09-13 21:43:26.059612165 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.15
+Version:0.12.16
 Release:0
 Summary:Library to display maps
 License:LGPL-2.1+
@@ -39,7 +39,6 @@
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libchamplain is a C library providing a ClutterActor to display maps. It
@@ -94,16 +93,13 @@
 %configure \
 --disable-static \
 --enable-vala
-%__make %{?_smp_mflags} V=1
+make %{?_smp_mflags} V=1
 
 %install
 %makeinstall
 find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}%{_datadir}/gtk-doc
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post -n libchamplain-0_12-0 -p /sbin/ldconfig
 
 %postun -n libchamplain-0_12-0 -p /sbin/ldconfig

++ libchamplain-0.12.15.tar.xz -> libchamplain-0.12.16.tar.xz ++
 47196 lines of diff (skipped)




commit libchamplain for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2017-03-22 23:01:58

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Wed Mar 22 23:01:58 2017 rev:49 rq:478746 version:0.12.15

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2016-09-21 18:28:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2017-03-22 23:01:59.982188755 +0100
@@ -1,0 +2,9 @@
+Wed Mar  8 12:53:48 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.12.15:
+  + Fix path layer surface exporting when no clone is visible.
+  + Fix printing in gnome-maps.
+  + Fix build on RHEL 7.3.
+  + Minor example updates.
+
+---

Old:

  libchamplain-0.12.14.tar.xz

New:

  libchamplain-0.12.15.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.bgaXmX/_old  2017-03-22 23:02:01.31380 +0100
+++ /var/tmp/diff_new_pack.bgaXmX/_new  2017-03-22 23:02:01.317999413 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libchamplain
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.14
+Version:0.12.15
 Release:0
 Summary:Library to display maps
 License:LGPL-2.1+

++ libchamplain-0.12.14.tar.xz -> libchamplain-0.12.15.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libchamplain-0.12.14/ChangeLog 
new/libchamplain-0.12.15/ChangeLog
--- old/libchamplain-0.12.14/ChangeLog  2016-09-06 23:09:28.0 +0200
+++ new/libchamplain-0.12.15/ChangeLog  2017-03-08 11:53:57.0 +0100
@@ -1,5 +1,69 @@
 # Generated by Makefile. Do not edit.
 
+commit d5f50d3932e2fabae8f3f10df522d7716e5bed7b
+Author: Jiří Techet 
+Date:   Wed Mar 8 11:50:17 2017 +0100
+
+0.12.15
+
+commit c6cebf485bc1c5950ab2bee36c3190552c466622
+Author: Matthias Clasen 
+Date:   Fri Mar 3 16:03:37 2017 +0100
+
+build: Add pangocairo and cogl-pango-1.0 to *_gir_PACKAGES
+
+https://bugzilla.gnome.org/show_bug.cgi?id=779542
+
+commit 528cdbf46e0e26503744409083d4c6360c709c30
+Author: Marcus Lundblad 
+Date:   Tue Oct 11 23:24:21 2016 +0200
+
+Ensure path layer surface is created
+
+When getting the surface from a path layer,
+ensure that the right and left surfaces are
+merged if the surface isn't yet available.
+This happens when a layer is realized "on-screen"
+as is the case when printing routes in gnome-maps.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=772477
+
+commit be636b39e1208033850ca65b93ac69c3fab25378
+Author: Marius Stanciu 
+Date:   Thu Sep 29 21:39:54 2016 +0300
+
+Fix path-layer surface exporting when no clone is visible.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=771698
+
+commit d682bea291049422427fc8fb961d6b721787bd94
+Author: Jiří Techet 
+Date:   Thu Sep 29 23:34:07 2016 +0200
+
+launcher-gtk: Add missing NULL at the end of gdk_pixbuf_save_to_stream()
+
+gdk_pixbuf_save_to_stream() is a vararg function whose vararg parameters
+have to be NULL-terminated.
+
+commit e1f6e591ca752f20bb29cbe46b7f2e4e41468a56
+Author: Jiří Techet 
+Date:   Tue Sep 27 00:34:36 2016 +0200
+
+launcher-gtk: allow replacing exported map
+
+It's too easy to miss there's already a png export in the current directory
+and expect the export happened alright even though it's still the original
+file.
+
+Also close the output stream correctly which was missing in the original
+code.
+
+commit cb478b22ab1a64f250eea117aa2e807b2fbf3b34
+Author: Jiří Techet 
+Date:   Mon Sep 26 23:22:36 2016 +0200
+
+Post release version bump
+
 commit a8453441f486773602a96d491ef5525a51e31f4d
 Author: Jiří Techet 
 Date:   Tue Sep 6 23:08:01 2016 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libchamplain-0.12.14/NEWS 
new/libchamplain-0.12.15/NEWS
--- old/libchamplain-0.12.14/NEWS   2016-09-06 23:01:28.0 +0200
+++ new/libchamplain-0.12.15/NEWS   2017-03-08 11:49:52.0 +0100
@@ -1,4 +1,16 @@
-libchamplain 0.12.14 (2016-07-06)
+libchamplain 0.12.15 (2016-03-08)
+=
+
+Stable release
+
+Changes:
+
+* Fix path layer surface exporting when no clone is visib

commit libchamplain for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2016-09-21 18:28:38

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2016-06-03 16:31:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2016-09-21 18:28:40.0 +0200
@@ -1,0 +2,16 @@
+Wed Sep  7 15:29:17 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.12.14:
+  + Add support for horizontal map wrapping.
+  + Make the number of parallel connections of network tile source
+configurable.
+  + Remove Mapquest map source as the tile server is not accessible
+any more.
+  + Remove Maemo-related code.
+  + Fix small memory leaks.
+  + Bump libsoup dependency requirement to 2.42 and drop deprecated
+function calls.
+  + Various minor improvements, fixes, depreciaton warning removals
+and cleanups.
+
+---

Old:

  libchamplain-0.12.13.tar.xz

New:

  libchamplain-0.12.14.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.h0WJY6/_old  2016-09-21 18:28:42.0 +0200
+++ /var/tmp/diff_new_pack.h0WJY6/_new  2016-09-21 18:28:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.13
+Version:0.12.14
 Release:0
 Summary:Library to display maps
 License:LGPL-2.1+
@@ -31,7 +31,7 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  gtk3-devel
-BuildRequires:  libsoup-devel >= 2.34
+BuildRequires:  libsoup-devel >= 2.42
 BuildRequires:  memphis-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  vala

++ libchamplain-0.12.13.tar.xz -> libchamplain-0.12.14.tar.xz ++
 4313 lines of diff (skipped)




commit libchamplain for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2016-06-03 16:31:38

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2016-03-29 14:27:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2016-06-03 16:31:39.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 15 22:17:46 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---



Other differences:
--



commit libchamplain for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2016-03-29 14:27:27

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2015-12-17 15:54:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2016-03-29 14:27:28.0 +0200
@@ -1,0 +2,11 @@
+Fri Feb 26 08:22:32 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.12.13:
+  + Implement ChamplainExportable in MarkerLayer and
+ChamplainPoint.
+  + Avoid runtime warnings due to the use of deprecated API.
+  + Make sure enums are introspectable.
+  + Fix occasional crash when closing map with layers.
+  + Various minor fixes and improvements.
+
+---

Old:

  libchamplain-0.12.12.tar.xz

New:

  libchamplain-0.12.13.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.RAXtcz/_old  2016-03-29 14:27:29.0 +0200
+++ /var/tmp/diff_new_pack.RAXtcz/_new  2016-03-29 14:27:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libchamplain
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.12
+Version:0.12.13
 Release:0
 Summary:Library to display maps
 License:LGPL-2.1+

++ libchamplain-0.12.12.tar.xz -> libchamplain-0.12.13.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libchamplain-0.12.12/ChangeLog 
new/libchamplain-0.12.13/ChangeLog
--- old/libchamplain-0.12.12/ChangeLog  2015-12-02 20:43:24.0 +0100
+++ new/libchamplain-0.12.13/ChangeLog  2016-02-25 21:10:06.0 +0100
@@ -1,5 +1,107 @@
 # Generated by Makefile. Do not edit.
 
+commit ceccc10eacce0d4ffef22233739ecbf05ea60180
+Author: Jiří Techet 
+Date:   Thu Feb 25 21:05:27 2016 +0100
+
+0.12.13
+
+commit 5038ab1b704e609ba76958075a4b61eab13699b0
+Author: Jonas Danielsson 
+Date:   Tue Feb 16 10:54:00 2016 +0100
+
+champlain-view: Remove children from user_layers in dispose
+
+https://bugzilla.gnome.org/show_bug.cgi?id=760012
+
+commit a8073a3c837c291a3b3b5331ea2bc01f2f7ca2ca
+Author: Jiří Techet 
+Date:   Fri Feb 12 16:45:37 2016 +0100
+
+demos: Fix confusingly swapped latitude/longitude retrieval in Python demo
+
+Thanks to Pavel Machek for the patch.
+
+commit e641833c36620a712781b1ebce31311daa888535
+Author: Hashem Nasarat 
+Date:   Sun Jan 31 12:19:33 2016 -0500
+
+build: Set G_LOG_DOMAIN to libchamplain
+
+"Libraries should define this so that any messages which they log can be
+differentiated from messages from other libraries and application code"
+
+
https://developer.gnome.org/glib/stable/glib-Message-Logging.html#G-LOG-DOMAIN:CAPS
+
+This enables us to filter debug messages to only see libchamplain
+output — quite useful!
+
+E.g.  G_MESSAGES_DEBUG=libchamplain CHAMPLAIN_DEBUG=view gnome-maps
+
+https://bugzilla.gnome.org/show_bug.cgi?id=761368
+
+commit 9fcbddde94d9fbeb1ef9dfc82b16675c0a47acf1
+Author: Cosimo Cecchi 
+Date:   Wed Jan 27 14:59:03 2016 +0100
+
+gtk-champlain-embed: avoid runtime warnings
+
+We need to set the state on the GtkStyleContext these days, to avoid GTK
+emitting runtime warnings.
+This change is retro-compatible with older versions of GTK.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=761178
+
+commit 713f73b933730d64d6e037c548cb9fbbe210d039
+Author: Emmanuele Bassi 
+Date:   Fri Jan 15 14:26:28 2016 +
+
+Build fixes for builddir != srcdir
+
+Generated files go in builddir, which evaluates to '.', not in srcdir.
+
+Without this change, libchamplain fails to build in Continuous with the
+following error:
+
+make[3]: *** No rule to make target 
'../../champlain/champlain-enum-types.h', needed by 'Champlain-0.12.gir'.  Stop.
+
+commit 06de4514628b53996d46940e644e7b2ff8d7db02
+Author: Jonas Danielsson 
+Date:   Tue Jan 12 20:41:19 2016 +0100
+
+build: Make sure enums are introspectable
+
+commit c8829c4f86569fe5c75dc96d3578e29edbb327bd
+Author: Jonas Danielsson 
+Date:   Sat Jan 9 10:35:50 2016 +0100
+
+ChamplainPoint: Implement ChamplainExportable interface
+
+commit 2814f9e2ad6812a0da8c23289b7

commit libchamplain for openSUSE:Factory

2015-12-17 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2015-12-17 15:54:32

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2015-10-01 09:27:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2015-12-17 15:54:33.0 +0100
@@ -1,0 +2,9 @@
+Tue Dec  8 11:30:20 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.12.12:
+  + Add possibility to export maps.
+  + Fix map getting blank after some mouse actions.
+  + Fix tile loading at higher zoom levels.
+  + Improve mouse wheel zoom handling.
+
+---

Old:

  libchamplain-0.12.11.tar.xz

New:

  libchamplain-0.12.12.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.TB1oVe/_old  2015-12-17 15:54:34.0 +0100
+++ /var/tmp/diff_new_pack.TB1oVe/_new  2015-12-17 15:54:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.11
+Version:0.12.12
 Release:0
 Summary:Library to display maps
 License:LGPL-2.1+

++ libchamplain-0.12.11.tar.xz -> libchamplain-0.12.12.tar.xz ++
 2335 lines of diff (skipped)




commit libchamplain for openSUSE:Factory

2015-10-01 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2015-10-01 09:27:46

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2015-03-19 21:04:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2015-10-01 09:27:47.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep 18 17:40:03 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.12.11:
+  + Improved touch-screen support, pinch-to-zoom.
+  + Add champlain_view_set_world() to limit the world to the
+specified bounding box.
+  + Various minor fixes.
+
+---

Old:

  libchamplain-0.12.10.tar.xz

New:

  libchamplain-0.12.11.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.bN51Co/_old  2015-10-01 09:27:48.0 +0200
+++ /var/tmp/diff_new_pack.bN51Co/_new  2015-10-01 09:27:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.10
+Version:0.12.11
 Release:0
 Summary:Library to display maps
 License:LGPL-2.1+

++ libchamplain-0.12.10.tar.xz -> libchamplain-0.12.11.tar.xz ++
 1824 lines of diff (skipped)




commit libchamplain for openSUSE:Factory

2015-03-19 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2015-03-19 21:04:28

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2014-09-30 19:38:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2015-03-19 21:04:31.0 +0100
@@ -1,0 +2,12 @@
+Wed Mar 18 10:56:42 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.12.10:
+  + Improve key-press event handling to better support custom
+keybindings.
+  + Add a simple demo demonstrating custom keybindings.
+  + Handle CLUTTER_SCROLL_SMOOTH to fix moouse-wheel zooming with
+newer clutter versions.
+  + Make ChamplainLabel shadow optional.
+  + Emit animation-completed::zoom signal when zoom ends.
+
+---

Old:

  libchamplain-0.12.9.tar.xz

New:

  libchamplain-0.12.10.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.u0K00t/_old  2015-03-19 21:04:32.0 +0100
+++ /var/tmp/diff_new_pack.u0K00t/_new  2015-03-19 21:04:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libchamplain
 #
-# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.9
+Version:0.12.10
 Release:0
 Summary:Library to display maps
 License:LGPL-2.1+

++ libchamplain-0.12.9.tar.xz -> libchamplain-0.12.10.tar.xz ++
 1649 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libchamplain-0.12.9/ChangeLog new/libchamplain-0.12.10/ChangeLog
--- old/libchamplain-0.12.9/ChangeLog   2014-09-18 00:22:23.0 +0200
+++ new/libchamplain-0.12.10/ChangeLog  2015-03-18 11:44:23.0 +0100
@@ -1,5 +1,114 @@
 # Generated by Makefile. Do not edit.
 
+commit e0386f80647b0bf0b00b8b2f3a276fcd4165e133
+Author: Jiří Techet 
+Date:   Wed Mar 18 11:41:10 2015 +0100
+
+0.12.10
+
+commit eb2cff0f429ad542d7eba55232c33579e5cceddd
+Author: Jiří Techet 
+Date:   Wed Mar 18 10:49:58 2015 +0100
+
+Fix warning
+
+commit 1a34b284750d966cd5fce59be3d03bb263dd184a
+Author: Jonas Danielsson 
+Date:   Mon Mar 16 17:42:44 2015 +0100
+
+ChamplainView: Handle CLUTTER_SCROLL_SMOOTH
+
+In latest Clutter more devices reports scroll using
+the CLUTTER_SCROLL_SMOOTH direction. This means that the
+scroll to zoom functionality stopped working for Maps.
+
+Not handling the CLUTTER_SCROLL_SMOOTH in Champlain has
+always been a buglet. It gets more serious now that we
+get CLUTTER_SCROLL_SMOOTH more often.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=746127
+
+commit 10c74dd5ec9430a501f702b7ff02a1d90858674f
+Author: Jonas Danielsson 
+Date:   Sun Jan 18 13:48:48 2015 +0100
+
+Revert "Increase the maximum zoom level of Mapquest to 19"
+
+This reverts commit 08c9ea88e4a9fe19adc81da2329066f53b2332c5.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=743121
+
+commit adf500d71116ddc90255b0d5ec6bec961ee5122e
+Author: Jonas Danielsson 
+Date:   Tue Nov 4 20:57:31 2014 +0100
+
+ChamplainView: Emit animation-completed::zoom
+
+https://bugzilla.gnome.org/show_bug.cgi?id=739641
+
+commit 08c9ea88e4a9fe19adc81da2329066f53b2332c5
+Author: Jiří Techet 
+Date:   Thu Oct 30 14:49:30 2014 +0100
+
+Increase the maximum zoom level of Mapquest to 19
+
+commit e1a1af44f90c1c65e81a4c7b65a6a92b79b6e125
+Author: Jiří Techet 
+Date:   Mon Oct 20 20:04:38 2014 +0200
+
+Whitespace change
+
+commit 4776e790091f7b3ffab2a4e462b1f4e7825b1366
+Author: Jonas Danielsson 
+Date:   Mon Oct 20 05:14:05 2014 -0400
+
+GtkChamplainEmbed: Propagate key-press to view
+
+Make sure the GtkChamplainEmbed widget gives focus to the
+GtkClutterEmbed widget. And also propagates the key press
+events to the ChamplainView actor.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=738849
+
+commit 1fd0ba0f0b87b64ead0a7f0c8c83c9761bf05f79
+Author: Jonas Danielsson 
+Date:   Mon O

commit libchamplain for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2014-09-30 19:37:47

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2014-07-04 17:18:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2014-09-30 19:38:35.0 +0200
@@ -1,0 +2,11 @@
+Wed Sep 17 23:26:36 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.12.9:
+  + For privacy reasons use https instead of http in map sources 
+that support it.
+  + Fixed leaked idle function in ChamplainPathLayer and
+ChamplainScale.
+  + Don't deselect all markers when a marker got deselected.
+  + Various minor fixes and compilation warning removal.
+
+---

Old:

  libchamplain-0.12.8.tar.xz

New:

  libchamplain-0.12.9.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.5RDjKf/_old  2014-09-30 19:38:36.0 +0200
+++ /var/tmp/diff_new_pack.5RDjKf/_new  2014-09-30 19:38:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.8
+Version:0.12.9
 Release:0
 Summary:Library to display maps
 License:LGPL-2.1+
@@ -91,7 +91,9 @@
 %endif
 
 %build
-%configure --disable-static --enable-vala
+%configure \
+--disable-static \
+--enable-vala
 %__make %{?_smp_mflags} V=1
 
 %install

++ libchamplain-0.12.8.tar.xz -> libchamplain-0.12.9.tar.xz ++
 39811 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchamplain for openSUSE:Factory

2014-02-11 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2014-02-11 10:29:49

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2014-02-06 06:50:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2014-02-11 10:29:50.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb  6 22:00:52 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.12.7:
+  + Use correct LIBRARY_VERSION string.
+
+---

Old:

  libchamplain-0.12.6.tar.xz

New:

  libchamplain-0.12.7.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.2zRqxh/_old  2014-02-11 10:29:51.0 +0100
+++ /var/tmp/diff_new_pack.2zRqxh/_new  2014-02-11 10:29:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.6
+Version:0.12.7
 Release:0
 Summary:Library to display maps
 License:LGPL-2.1+

++ libchamplain-0.12.6.tar.xz -> libchamplain-0.12.7.tar.xz ++
 16708 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchamplain for openSUSE:Factory

2014-02-05 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2014-02-06 06:50:04

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2013-09-23 09:41:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2014-02-06 06:50:05.0 +0100
@@ -1,0 +2,14 @@
+Tue Feb  4 17:18:20 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.12.6:
+  + Make sure Maemo is disabled when --disable-maemo is used.
+  + Add the new weather map sources for Maemo builds as well.
+  + ChamplainView:
+- More reliable notifications for max/min-zoom-level
+  properties.
+- Add API to determine appropriate zoom-level for a particular
+  bounding box.
+  + Update project homepage link.
+  + Fixes to build.
+
+---

Old:

  libchamplain-0.12.5.tar.xz

New:

  libchamplain-0.12.6.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.bnS5TJ/_old  2014-02-06 06:50:06.0 +0100
+++ /var/tmp/diff_new_pack.bnS5TJ/_new  2014-02-06 06:50:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libchamplain
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.5
+Version:0.12.6
 Release:0
 Summary:Library to display maps
 License:LGPL-2.1+
@@ -122,7 +122,6 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/champlain-0.12.pc
 %{_libdir}/pkgconfig/champlain-gtk-0.12.pc
-%{_libdir}/pkgconfig/champlain-memphis-0.12.pc
 %{_includedir}/libchamplain-0.12/
 %{_includedir}/libchamplain-gtk-0.12/
 %doc %{_datadir}/gtk-doc/html/libchamplain-0.12/

++ libchamplain-0.12.5.tar.xz -> libchamplain-0.12.6.tar.xz ++
 18644 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchamplain for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2013-09-23 09:41:01

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2013-05-27 09:51:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2013-09-23 09:41:02.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 16 21:47:23 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.12.5:
+  + Add properties for animation mode & duration.
+  + Add support for OpenWeatherMap overlays.
+  + Performance improvements.
+  + Minor fixes and improvements.
+- Add gtk-doc BuildRequires: needed in order to build the html
+  docs.
+
+---

Old:

  libchamplain-0.12.4.tar.xz

New:

  libchamplain-0.12.5.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.sI63l9/_old  2013-09-23 09:41:03.0 +0200
+++ /var/tmp/diff_new_pack.sI63l9/_new  2013-09-23 09:41:03.0 +0200
@@ -17,9 +17,8 @@
 
 
 Name:   libchamplain
-Version:0.12.4
+Version:0.12.5
 Release:0
-# FIXME: on update, check if patch0 is still needed, or if it got fixed in vala
 Summary:Library to display maps
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
@@ -30,6 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk-doc
 BuildRequires:  gtk3-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  memphis-devel
@@ -125,8 +125,8 @@
 %{_libdir}/pkgconfig/champlain-memphis-0.12.pc
 %{_includedir}/libchamplain-0.12/
 %{_includedir}/libchamplain-gtk-0.12/
-%doc %{_datadir}/gtk-doc/html/libchamplain/
-%doc %{_datadir}/gtk-doc/html/libchamplain-gtk/
+%doc %{_datadir}/gtk-doc/html/libchamplain-0.12/
+%doc %{_datadir}/gtk-doc/html/libchamplain-gtk-0.12/
 %{_datadir}/gir-1.0/*.gir
 %dir %{_datadir}/vala
 %dir %{_datadir}/vala/vapi

++ libchamplain-0.12.4.tar.xz -> libchamplain-0.12.5.tar.xz ++
 8134 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchamplain for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2013-05-27 09:51:31

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2012-07-18 17:23:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2013-05-27 09:51:33.0 +0200
@@ -1,0 +2,22 @@
+Fri May 17 08:29:01 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.12.4:
+  + Add dependency on clutter 1.12 and fix all the deprecation
+warnings.
+  + Many internal cleanups and minor improvements.
+  + Fix gtk and libsoup deprecation warnings.
+  + Deprecate CHAMPLAIN_MAP_SOURCE_OSM_OSMARENDER and
+CHAMPLAIN_MAP_SOURCE_OAM which don't exist any more and remove
+them from the factory.
+  + Deprecate ChamplainCustomMarker.
+  + Deprecate champlain_view_bin_layout_add().
+  + Fix blurry map when view resized.
+  + Use more neutral map background color.
+  + Add champlain_view_get_bounding_box() and
+champlain_bounding_box_covers().
+  + Add a possibility to set a background texture.
+  + Add Mapquest Open Aerial map source.
+  + Added the possibility to use TMS correct y-axis.
+  + Minor fixes and improvements.
+
+---

Old:

  libchamplain-0.12.3.tar.xz

New:

  libchamplain-0.12.4.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.oFpLBf/_old  2013-05-27 09:51:34.0 +0200
+++ /var/tmp/diff_new_pack.oFpLBf/_new  2013-05-27 09:51:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libchamplain
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.3
+Version:0.12.4
 Release:0
 # FIXME: on update, check if patch0 is still needed, or if it got fixed in vala
 Summary:Library to display maps
@@ -25,7 +25,7 @@
 Group:  Development/Libraries/GNOME
 Url:http://projects.gnome.org/libchamplain/
 Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
-BuildRequires:  clutter-devel
+BuildRequires:  clutter-devel >= 1.12
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel

++ libchamplain-0.12.3.tar.xz -> libchamplain-0.12.4.tar.xz ++
 15206 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchamplain for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2012-07-18 17:23:31

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2012-03-23 12:06:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2012-07-18 17:23:41.0 +0200
@@ -1,0 +2,10 @@
+Sun Jul 15 12:31:13 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.12.3:
+  + Fix OpenCycleMap source URL.
+  + Fix ChmplainPoint resizing issue.
+  + Many minor documentation improvements.
+  + New polygons.py Python demo.
+  + Other minor fixes and improvements.
+
+---

Old:

  libchamplain-0.12.2.tar.xz

New:

  libchamplain-0.12.3.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.e5KMfr/_old  2012-07-18 17:23:43.0 +0200
+++ /var/tmp/diff_new_pack.e5KMfr/_new  2012-07-18 17:23:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.2
+Version:0.12.3
 Release:0
 # FIXME: on update, check if patch0 is still needed, or if it got fixed in vala
 Summary:Library to display maps

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchamplain for openSUSE:Factory

2012-03-23 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2012-03-23 12:06:02

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2012-03-02 13:48:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2012-03-23 12:06:03.0 +0100
@@ -1,0 +2,14 @@
+Mon Mar 12 20:20:41 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.12.2:
+  + Call vapigen with --pkg cogl-pango-1.0.
+  + Don't call vapigen during distcheck and use pre-generated vapi
+instead to become independent of vala version during distcheck.
+  + Minor changes here and there.
+- Drop libchamplain-vapi-cogl-pango.patch: fixed upstream.
+- Remove libtool BuildRequires and call to autoreconf: we don't
+  carry any patches anymore.
+- Remove xz BuildRequires since it now comes for free in the build
+  system.
+
+---

Old:

  libchamplain-0.12.1.tar.xz
  libchamplain-vapi-cogl-pango.patch

New:

  libchamplain-0.12.2.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.VcV67A/_old  2012-03-23 12:06:05.0 +0100
+++ /var/tmp/diff_new_pack.VcV67A/_new  2012-03-23 12:06:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.1
+Version:0.12.2
 Release:0
 # FIXME: on update, check if patch0 is still needed, or if it got fixed in vala
 Summary:Library to display maps
@@ -25,8 +25,6 @@
 Group:  Development/Libraries/GNOME
 Url:http://projects.gnome.org/libchamplain/
 Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM libchamplain-vapi-cogl-pango.patch bgo#669378 
vu...@opensuse.org -- Fix build with vala 0.15
-Patch0: libchamplain-vapi-cogl-pango.patch
 BuildRequires:  clutter-devel
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
@@ -34,13 +32,9 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  libsoup-devel
-# needed for patch0
-BuildRequires:  libtool
 BuildRequires:  memphis-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  vala
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 %if 0%{?BUILD_FROM_VCS}
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
@@ -91,15 +85,12 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
 %endif
 
 %build
-# needed for patch0
-autoreconf -fi
 %configure --disable-static --enable-vala
 %__make %{?_smp_mflags} V=1
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchamplain for openSUSE:Factory

2012-03-02 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2012-03-02 13:48:43

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2012-01-09 15:17:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2012-03-02 13:48:51.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb 27 14:24:10 UTC 2012 - vu...@opensuse.org
+
+- Add libchamplain-vapi-cogl-pango.patch: fix build with vala 0.15.
+- Add libtool BuildRequires and call to autoreconf, needed for
+  above patch.
+
+---

New:

  libchamplain-vapi-cogl-pango.patch



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.6PVxUj/_old  2012-03-02 13:48:53.0 +0100
+++ /var/tmp/diff_new_pack.6PVxUj/_new  2012-03-02 13:48:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libchamplain
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,14 @@
 Name:   libchamplain
 Version:0.12.1
 Release:0
+# FIXME: on update, check if patch0 is still needed, or if it got fixed in vala
 Summary:Library to display maps
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
 Url:http://projects.gnome.org/libchamplain/
 Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM libchamplain-vapi-cogl-pango.patch bgo#669378 
vu...@opensuse.org -- Fix build with vala 0.15
+Patch0: libchamplain-vapi-cogl-pango.patch
 BuildRequires:  clutter-devel
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
@@ -31,6 +34,8 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  libsoup-devel
+# needed for patch0
+BuildRequires:  libtool
 BuildRequires:  memphis-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  vala
@@ -86,12 +91,15 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
 %endif
 
 %build
+# needed for patch0
+autoreconf -fi
 %configure --disable-static --enable-vala
 %__make %{?_smp_mflags} V=1
 


++ libchamplain-vapi-cogl-pango.patch ++
>From 79062869a18ef70862f5cadb51a53731d3ba5cc1 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev 
Date: Sat, 4 Feb 2012 16:51:53 -0500
Subject: [PATCH] Call vapigen with --pkg cogl-pango-1.0

https://bugzilla.gnome.org/show_bug.cgi?id=669378
---
 champlain-gtk/Makefile.am |2 +-
 champlain/Makefile.am |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/champlain-gtk/Makefile.am b/champlain-gtk/Makefile.am
index 1efeeea..549c197 100644
--- a/champlain-gtk/Makefile.am
+++ b/champlain-gtk/Makefile.am
@@ -113,7 +113,7 @@ if ENABLE_VALA
 CLEANFILES += $(dist_vapi_DATA)
 
 champlain-gtk-@CHAMPLAIN_API_VERSION@.vapi:
GtkChamplain-@CHAMPLAIN_API_VERSION@.gir
-   $(AM_V_GEN) ( $(VAPIGEN) --library 
champlain-gtk-@CHAMPLAIN_API_VERSION@ --vapidir=$(top_builddir)/champlain --pkg 
champlain-@CHAMPLAIN_API_VERSION@ --pkg clutter-gtk-1.0 --pkg gtk+-3.0 --pkg 
atk --pkg pangocairo --girdir=$(top_builddir)/champlain 
$(builddir)/GtkChamplain-@CHAMPLAIN_API_VERSION@.gir )
+   $(AM_V_GEN) ( $(VAPIGEN) --library 
champlain-gtk-@CHAMPLAIN_API_VERSION@ --vapidir=$(top_builddir)/champlain --pkg 
champlain-@CHAMPLAIN_API_VERSION@ --pkg clutter-gtk-1.0 --pkg cogl-pango-1.0 
--pkg gtk+-3.0 --pkg atk --pkg pangocairo --girdir=$(top_builddir)/champlain 
$(builddir)/GtkChamplain-@CHAMPLAIN_API_VERSION@.gir )
 
 endif
 
diff --git a/champlain/Makefile.am b/champlain/Makefile.am
index a4b55a6..f145e9f 100644
--- a/champlain/Makefile.am
+++ b/champlain/Makefile.am
@@ -206,7 +206,7 @@ if ENABLE_VALA
 CLEANFILES += $(dist_vapi_DATA)
 
 champlain-@CHAMPLAIN_API_VERSION@.vapi:
Champlain-@CHAMPLAIN_API_VERSION@.gir
-   $(AM_V_GEN) ( $(VAPIGEN) --library champlain-@CHAMPLAIN_API_VERSION@ 
--pkg clutter-1.0 --pkg atk --pkg pangocairo 
$(builddir)/Champlain-@CHAMPLAIN_API_VERSION@.gir )
+   $(AM_V_GEN) ( $(VAPIGEN) --library champlain-@CHAMPLAIN_API_VERSION@ 
--pkg clutter-1.0 --pkg cogl-pango-1.0 --pkg atk --pkg pangocairo 
$(builddir)/Champlain-@CHAMPLAIN_API_VERSION@.gir )
 
 endif
 
-- 
1.7.8.4
-

commit libchamplain for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2012-01-09 15:17:58

Comparing /work/SRC/openSUSE:Factory/libchamplain (Old)
 and  /work/SRC/openSUSE:Factory/.libchamplain.new (New)


Package is "libchamplain", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2011-10-04 16:59:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2012-01-09 15:17:59.0 +0100
@@ -1,0 +2,28 @@
+Tue Dec 20 09:40:10 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.1:
+  + Fix scale drawing
+  + Don't call g_thread_init
+  + Redraw path when its properties change
+  + Fix crashes on ChamplainView destruction
+  + Add dashed lines drawing to paths
+  + Fix factory methods for introspection-based bindings
+  + Fix wrong zoom actor placement at low zoom levels
+  + Minor fixes and improvements
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Drop libchamplain-move-88dc672.patch: fixed upstream.
+
+---
+Fri Dec  9 09:29:35 UTC 2011 - dims...@opensuse.org
+
+- Split typelib files into typelib-1_0-Champlain-0_12 subpackage.
+- Add typelib-1_0-Champlain-0_12 Requires to devel subpackage.
+
+---
+Wed Nov 23 08:22:54 UTC 2011 - dims...@opensuse.org
+
+- Add libchamplain-move-88dc672.patch: Fixes build with new glib.
+
+---

Old:

  libchamplain-0.12.0.tar.bz2

New:

  libchamplain-0.12.1.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.1tDLNt/_old  2012-01-09 15:18:00.0 +0100
+++ /var/tmp/diff_new_pack.1tDLNt/_new  2012-01-09 15:18:00.0 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   libchamplain
-Version:0.12.0
-Release:1
-License:LGPLv2.1+
+Version:0.12.1
+Release:0
 Summary:Library to display maps
-Url:http://projects.gnome.org/libchamplain/
+License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.bz2
+Url:http://projects.gnome.org/libchamplain/
+Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
 BuildRequires:  clutter-devel
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
@@ -35,6 +34,8 @@
 BuildRequires:  memphis-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  vala
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 %if 0%{?BUILD_FROM_VCS}
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
@@ -49,7 +50,6 @@
 OpenAerialMap and Maps for free.
 
 %package -n libchamplain-0_12-0
-License:LGPLv2.1+
 Summary:Library to display maps
 Group:  Development/Libraries/GNOME
 
@@ -60,11 +60,22 @@
 It supports numerous free map sources such as OpenStreetMap,
 OpenAerialMap and Maps for free.
 
+%package -n typelib-1_0-Champlain-0_12
+Summary:Library to display maps -- Introspection bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-Champlain-0_12
+Libchamplain is a C library providing a ClutterActor to display maps. It
+also provides a Gtk+ widget to display maps in Gtk+ applications.
+
+This package provides the GObject Introspection bindings for
+libchamplain.
+
 %package devel
-License:LGPLv2.1+
 Summary:Library to dusplay maps - Development Files
 Group:  Development/Libraries/GNOME
 Requires:   libchamplain-0_12-0 = %{version}
+Requires:   typelib-1_0-Champlain-0_12 = %{version}
 
 %description devel
 Libchamplain is a C library providing a ClutterActor to display maps. It
@@ -101,6 +112,9 @@
 %doc AUTHORS ChangeLog COPYING NEWS
 %{_libdir}/libchamplain-0.12.so.*
 %{_libdir}/libchamplain-gtk-0.12.so.*
+
+%files -n typelib-1_0-Champlain-0_12
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Champlain-0.12.typelib
 %{_libdir}/girepository-1.0/GtkChamplain-0.12.typelib
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchamplain for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory
checked in at Tue Oct 4 16:58:58 CEST 2011.




--- openSUSE:Factory/libchamplain/libchamplain.changes  2011-09-23 
02:07:56.0 +0200
+++ /mounts/work_src_done/STABLE/libchamplain/libchamplain.changes  
2011-09-29 22:05:05.0 +0200
@@ -1,0 +2,12 @@
+Wed Sep 28 19:12:09 UTC 2011 - zai...@opensuse.org
+
+- Changed BuildRequires from vala-devel to vala, as vala-devel 
+  is an old deprecated name.
+  
+---
+Sun Sep 18 08:20:14 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.0:
+  + Minor fixes.
+
+---

calling whatdependson for head-i586


Old:

  libchamplain-0.11.0.tar.bz2

New:

  libchamplain-0.12.0.tar.bz2



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.gB2kO0/_old  2011-10-04 16:58:55.0 +0200
+++ /var/tmp/diff_new_pack.gB2kO0/_new  2011-10-04 16:58:55.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   libchamplain
-Version:0.11.0
+Version:0.12.0
 Release:1
 License:LGPLv2.1+
 Summary:Library to display maps
 Url:http://projects.gnome.org/libchamplain/
 Group:  Development/Libraries/GNOME
-Source0:
http://download.gnome.org/sources/libchamplain/0.11/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.bz2
 BuildRequires:  clutter-devel
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
@@ -34,7 +34,7 @@
 BuildRequires:  libsoup-devel
 BuildRequires:  memphis-devel
 BuildRequires:  sqlite3-devel
-BuildRequires:  vala-devel
+BuildRequires:  vala
 %if 0%{?BUILD_FROM_VCS}
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc

++ libchamplain-0.11.0.tar.bz2 -> libchamplain-0.12.0.tar.bz2 ++
 12041 lines of diff (skipped)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchamplain for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory
checked in at Fri Sep 9 11:41:21 CEST 2011.




--- GNOME/libchamplain/libchamplain.changes 2011-08-18 21:16:47.0 
+0200
+++ /mounts/work_src_done/STABLE/libchamplain/libchamplain.changes  
2011-09-04 18:41:36.0 +0200
@@ -1,0 +2,8 @@
+Sun Sep  4 16:25:52 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.11.0:
+  + Animated zoom-in/out.
+  + Various fixes.
+- Drop libchamplain-build.patch: fixed upstream.
+
+---

calling whatdependson for head-i586


Old:

  libchamplain-0.10.0.tar.bz2
  libchamplain-build.patch

New:

  libchamplain-0.11.0.tar.bz2



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.nA0hhw/_old  2011-09-09 11:41:14.0 +0200
+++ /var/tmp/diff_new_pack.nA0hhw/_new  2011-09-09 11:41:14.0 +0200
@@ -18,15 +18,13 @@
 
 
 Name:   libchamplain
-Version:0.10.0
-Release:2
+Version:0.11.0
+Release:1
 License:LGPLv2.1+
 Summary:Library to display maps
 Url:http://projects.gnome.org/libchamplain/
 Group:  Development/Libraries/GNOME
-Source0:%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM libchamplain-build.patch bgo#656845 dims...@opensuse.org 
-- Add pangocairo to the vala binding generation call.
-Patch0: libchamplain-build.patch
+Source0:
http://download.gnome.org/sources/libchamplain/0.11/%{name}-%{version}.tar.bz2
 BuildRequires:  clutter-devel
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
@@ -50,12 +48,12 @@
 It supports numerous free map sources such as OpenStreetMap,
 OpenAerialMap and Maps for free.
 
-%package -n libchamplain-0_10-0
+%package -n libchamplain-0_12-0
 License:LGPLv2.1+
 Summary:Library to display maps
 Group:  Development/Libraries/GNOME
 
-%description -n libchamplain-0_10-0
+%description -n libchamplain-0_12-0
 Libchamplain is a C library providing a ClutterActor to display maps. It
 also provides a Gtk+ widget to display maps in Gtk+ applications.
 
@@ -66,7 +64,7 @@
 License:LGPLv2.1+
 Summary:Library to dusplay maps - Development Files
 Group:  Development/Libraries/GNOME
-Requires:   libchamplain-0_10-0 = %{version}
+Requires:   libchamplain-0_12-0 = %{version}
 
 %description devel
 Libchamplain is a C library providing a ClutterActor to display maps. It
@@ -77,7 +75,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
@@ -95,32 +92,32 @@
 %clean
 %{__rm} -rf %{buildroot}
 
-%post -n libchamplain-0_10-0 -p /sbin/ldconfig
+%post -n libchamplain-0_12-0 -p /sbin/ldconfig
 
-%postun -n libchamplain-0_10-0 -p /sbin/ldconfig
+%postun -n libchamplain-0_12-0 -p /sbin/ldconfig
 
-%files -n libchamplain-0_10-0
+%files -n libchamplain-0_12-0
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog COPYING NEWS
-%{_libdir}/libchamplain-0.10.so.*
-%{_libdir}/libchamplain-gtk-0.10.so.*
-%{_libdir}/girepository-1.0/Champlain-0.10.typelib
-%{_libdir}/girepository-1.0/GtkChamplain-0.10.typelib
+%{_libdir}/libchamplain-0.12.so.*
+%{_libdir}/libchamplain-gtk-0.12.so.*
+%{_libdir}/girepository-1.0/Champlain-0.12.typelib
+%{_libdir}/girepository-1.0/GtkChamplain-0.12.typelib
 
 %files devel
 %defattr(-, root, root)
 %{_libdir}/*.so
-%{_libdir}/pkgconfig/champlain-0.10.pc
-%{_libdir}/pkgconfig/champlain-gtk-0.10.pc
-%{_libdir}/pkgconfig/champlain-memphis-0.10.pc
-%{_includedir}/libchamplain-0.10/
-%{_includedir}/libchamplain-gtk-0.10/
+%{_libdir}/pkgconfig/champlain-0.12.pc
+%{_libdir}/pkgconfig/champlain-gtk-0.12.pc
+%{_libdir}/pkgconfig/champlain-memphis-0.12.pc
+%{_includedir}/libchamplain-0.12/
+%{_includedir}/libchamplain-gtk-0.12/
 %doc %{_datadir}/gtk-doc/html/libchamplain/
 %doc %{_datadir}/gtk-doc/html/libchamplain-gtk/
 %{_datadir}/gir-1.0/*.gir
 %dir %{_datadir}/vala
 %dir %{_datadir}/vala/vapi
-%{_datadir}/vala/vapi/champlain-0.10.*
-%{_datadir}/vala/vapi/champlain-gtk-0.10.*
+%{_datadir}/vala/vapi/champlain-0.12.*
+%{_datadir}/vala/vapi/champlain-gtk-0.12.*
 
 %changelog

++ libchamplain-0.10.0.tar.bz2 -> libchamplain-0.11.0.tar.bz2 ++
 24428 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchamplain for openSUSE:Factory

2011-08-19 Thread h_root

Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory
checked in at Fri Aug 19 09:20:41 CEST 2011.




--- GNOME/libchamplain/libchamplain.changes 2011-04-21 17:40:44.0 
+0200
+++ /mounts/work_src_done/STABLE/libchamplain/libchamplain.changes  
2011-08-18 21:16:47.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 19:06:54 UTC 2011 - dims...@opensuse.org
+
+- Add libchamplain-build.patch: Fix build.
+
+---

calling whatdependson for head-i586


New:

  libchamplain-build.patch



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.5LUoGL/_old  2011-08-19 09:20:14.0 +0200
+++ /var/tmp/diff_new_pack.5LUoGL/_new  2011-08-19 09:20:14.0 +0200
@@ -19,12 +19,14 @@
 
 Name:   libchamplain
 Version:0.10.0
-Release:1
+Release:2
 License:LGPLv2.1+
 Summary:Library to display maps
 Url:http://projects.gnome.org/libchamplain/
 Group:  Development/Libraries/GNOME
 Source0:%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM libchamplain-build.patch bgo#656845 dims...@opensuse.org 
-- Add pangocairo to the vala binding generation call.
+Patch0: libchamplain-build.patch
 BuildRequires:  clutter-devel
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
@@ -75,6 +77,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh

++ libchamplain-build.patch ++
diff -ur libchamplain-0.10.0/champlain/Makefile.am 
libchamplain-0.10.0.patched/champlain/Makefile.am
--- libchamplain-0.10.0/champlain/Makefile.am   2011-04-01 02:00:25.0 
+0200
+++ libchamplain-0.10.0.patched/champlain/Makefile.am   2011-08-18 
20:51:32.470823709 +0200
@@ -206,7 +206,7 @@
 CLEANFILES += $(dist_vapi_DATA)
 
 champlain-@CHAMPLAIN_API_VERSION@.vapi:
Champlain-@CHAMPLAIN_API_VERSION@.gir
-   $(AM_V_GEN) ( $(VAPIGEN) --library champlain-@CHAMPLAIN_API_VERSION@ 
--pkg clutter-1.0 --pkg atk $(builddir)/Champlain-@CHAMPLAIN_API_VERSION@.gir )
+   $(AM_V_GEN) ( $(VAPIGEN) --library champlain-@CHAMPLAIN_API_VERSION@ 
--pkg clutter-1.0 --pkg atk --pkg pangoclutter 
$(builddir)/Champlain-@CHAMPLAIN_API_VERSION@.gir )
 
 endif
 
diff -ur libchamplain-0.10.0/champlain/Makefile.in 
libchamplain-0.10.0.patched/champlain/Makefile.in
--- libchamplain-0.10.0/champlain/Makefile.in   2011-04-03 22:37:07.0 
+0200
+++ libchamplain-0.10.0.patched/champlain/Makefile.in   2011-08-18 
20:52:30.635851484 +0200
@@ -1399,7 +1399,7 @@
 @HAVE_INTROSPECTION_TRUE@Champlain-@CHAMPLAIN_API_VERSION@.gir: 
libchamplain-@CHAMPLAIN_API_VERSION@.la
 
 @ENABLE_VALA_TRUE@champlain-@CHAMPLAIN_API_VERSION@.vapi:  
Champlain-@CHAMPLAIN_API_VERSION@.gir
-@ENABLE_VALA_TRUE@ $(AM_V_GEN) ( $(VAPIGEN) --library 
champlain-@CHAMPLAIN_API_VERSION@ --pkg clutter-1.0 --pkg atk 
$(builddir)/Champlain-@CHAMPLAIN_API_VERSION@.gir )
+@ENABLE_VALA_TRUE@ $(AM_V_GEN) ( $(VAPIGEN) --library 
champlain-@CHAMPLAIN_API_VERSION@ --pkg clutter-1.0 --pkg atk --pkg pangocairo 
$(builddir)/Champlain-@CHAMPLAIN_API_VERSION@.gir )
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchamplain for openSUSE:Factory

2011-05-03 Thread h_root

Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory
checked in at Tue May 3 13:16:47 CEST 2011.




--- GNOME/libchamplain/libchamplain.changes 2010-12-14 15:03:27.0 
+0100
+++ libchamplain/libchamplain.changes   2011-04-21 17:40:44.0 +0200
@@ -1,0 +2,55 @@
+Mon Apr  4 12:22:41 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.10.0:
+  + Vala bindings generated from gir's
+  + Various build-related fixes
+  + Performance improvements in path node and marker addition code
+- Add vala-devel BuildRequires and enable building vala bindings
+  explicitly with --enable-vala options to configure.
+
+---
+Mon Mar 28 17:34:26 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.9.1:
+  + Fix the redrawing bug caused by more aggressive clutter
+clipping.
+  + Return to tidy from mx
+  + Port event handling from mx to tidy
+  + Reduce the amount of tidy source files and move them to the
+champlain directory.
+  + Custom pick implementation for markers so markers are selected
+only when clicked inside them.
+  + Fixes of several memory leaks on object destruction
+  + Deprecated symbols removal from ChamplainGtk
+  + Minimal Python demo added
+  + Minor bugfixes, cleanups, documentation additions, alignment
+fixes.
+
+---
+Tue Feb 22 12:01:04 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.9.0:
+  + Port to GTK3
+  + Rethink layer, marker, polygon and custom widget hierarchy
+  + Make ChamplainView more independent of layers and polygons
+  + Move license and scale actors outside of ChamplainView
+  + Add possibility to align custom widget actors to different
+positions of ChamplainView
+  + Inherit all libchamplain actors from ClutterActor instead of
+ClutterGroup
+  + Replace tidy with mx
+  + Make markers and paths movable
+  + Change ChamplainMapSourceDesc to be a class
+  + Speed up marker addition by using custom ClutterGroup without
+depth ordering
+  + Depend on clutter 1.2 (needed for alignment) and
+clutter-gtk 1.0 (needed by GTK 3 port)
+  + Many other fixes, cleanups, renames, improvements
+- Change gtk2-devel BuildRequires to gtk3-devel.
+- Rename libchamplain-0_8-0 to libchamplain-0_10-0 following soname
+  change.
+- Add support for source service checkout, with %BUILD_FROM_VCS:
+  + Add gnome-common and gtk-doc BuildRequires.
+  + Add call to ./autogen.sh.
+
+---

calling whatdependson for head-i586


Old:

  libchamplain-0.8.0.tar.bz2

New:

  libchamplain-0.10.0.tar.bz2



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.4f3k8p/_old  2011-05-03 13:13:10.0 +0200
+++ /var/tmp/diff_new_pack.4f3k8p/_new  2011-05-03 13:13:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libchamplain (Version 0.8.0)
+# spec file for package libchamplain
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,8 @@
 
 
 Name:   libchamplain
-Version:0.8.0
-Release:2
-# FIXME: Python bindings: in 0.7.1, this needs pymemphis, which is a temporary 
solution until pygi works. So wait for real solution.
+Version:0.10.0
+Release:1
 License:LGPLv2.1+
 Summary:Library to display maps
 Url:http://projects.gnome.org/libchamplain/
@@ -31,10 +30,15 @@
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  memphis-devel
 BuildRequires:  sqlite3-devel
+BuildRequires:  vala-devel
+%if 0%{?BUILD_FROM_VCS}
+BuildRequires:  gnome-common
+BuildRequires:  gtk-doc
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,12 +48,12 @@
 It supports numerous free map sources such as OpenStreetMap,
 OpenAerialMap and Maps for free.
 
-%package -n libchamplain-0_8-0
+%package -n libchamplain-0_10-0
 License:LGPLv2.1+
 Summary:Library to display maps
 Group:  Development/Libraries/GNOME
 
-%description -n libchamplain-0_8-0
+%description -n libchamplain-0_10-0
 Libchamplain is a C library providing a ClutterActor to display maps. It
 also provides a Gtk+ widget to display maps in Gtk+ applications.
 
@@ -60,7 +64,7 @@
 License:LGPLv2.1+
 Summary:Library to dusplay maps - Development Files
 Group:  Development/Libraries/GNOME
-Requires:   libchamplain-0_8-0 = %{version