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 <[email protected]>
+
+- 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 - [email protected]
+
+- 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 
[email protected] -- 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)


Reply via email to