Hello community, here is the log from the commit of package geocode-glib for openSUSE:Factory checked in at 2017-09-13 21:44:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/geocode-glib (Old) and /work/SRC/openSUSE:Factory/.geocode-glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "geocode-glib" Wed Sep 13 21:44:02 2017 rev:27 rq:522337 version:3.25.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/geocode-glib/geocode-glib.changes 2017-08-18 14:59:00.295758838 +0200 +++ /work/SRC/openSUSE:Factory/.geocode-glib.new/geocode-glib.changes 2017-09-13 21:44:04.938142288 +0200 @@ -1,0 +2,23 @@ +Fri Sep 8 13:25:36 UTC 2017 - [email protected] + +- Update descriptions and RPM groups. + +------------------------------------------------------------------- +Wed Aug 9 13:25:41 UTC 2017 - [email protected] + +- Update to version 3.25.4.1: + + Brown paperbag release to add news entry for 3.25.4. +- Changes from version 3.25.4: + + Port to meson build system. + + Drop autotools. + + Provide a configure script for backwards compatibility. + + Fix a warning from gcc 7.1.1. +- Add meson BuildRequires and switch autotools macros configure, + make and makeinstall to meson, meson_build and meson_install + following upstream switch to Meson build system. +- Replace gnome-doc-utils-devel with gtk-doc BuildRequires and pass + enable-gtk-doc=true to meson. +- Pass enable-installed-tests=false to meson, unsure if we should + package these or not, default upstream is yes. + +------------------------------------------------------------------- Old: ---- geocode-glib-3.24.0.tar.xz New: ---- geocode-glib-3.25.4.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geocode-glib.spec ++++++ --- /var/tmp/diff_new_pack.4soYTk/_old 2017-09-13 21:44:05.446070827 +0200 +++ /var/tmp/diff_new_pack.4soYTk/_new 2017-09-13 21:44:05.450070264 +0200 @@ -17,19 +17,20 @@ Name: geocode-glib -Version: 3.24.0 +Version: 3.25.4.1 Release: 0 Summary: Convenience library for the Yahoo! Place Finder APIs License: LGPL-2.0+ -Group: System/Libraries +Group: Development/Libraries/GNOME Url: http://www.gnome.org/ -Source: https://download.gnome.org/sources/geocode-glib/3.24/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/geocode-glib/3.25/%{name}-%{version}.tar.xz Source1: baselibs.conf -BuildRequires: gnome-doc-utils-devel BuildRequires: gobject-introspection-devel +BuildRequires: gtk-doc # Needed for post/postun scripts BuildRequires: hicolor-icon-theme BuildRequires: intltool +BuildRequires: meson BuildRequires: pkgconfig(gio-2.0) >= 2.34 BuildRequires: pkgconfig(json-glib-1.0) >= 0.99.2 BuildRequires: pkgconfig(libsoup-2.4) >= 2.42 @@ -59,7 +60,7 @@ from coordinates). %package -n typelib-1_0-GeocodeGlib-1_0 -Summary: Convenience library for the Yahoo! Place Finder APIs -- Introspection bindings +Summary: Introspection bindings for geocode-glib Group: System/Libraries %description -n typelib-1_0-GeocodeGlib-1_0 @@ -74,7 +75,7 @@ geocode-glib library. %package devel -Summary: Convenience library for the Yahoo! Place Finder APIs -- Development Files +Summary: Development files for geocode-glib, a library for the Yahoo Place Finder APIs Group: Development/Libraries/C and C++ Requires: libgeocode-glib0 = %{version} Requires: typelib-1_0-GeocodeGlib-1_0 = %{version} @@ -94,22 +95,17 @@ %setup -q %build -%configure -make %{?_smp_mflags} +# FIXME Please investigate if we should package installed-tests +%meson \ + -Denable-gtk-doc=true \ + -Denable-installed-tests=false \ + %{nil} +%meson_build %install -%make_install +%meson_install find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print -%clean -rm -rf %{buildroot} - -%post -%icon_theme_cache_post gnome - -%postun -%icon_theme_cache_postun gnome - %post -n libgeocode-glib0 -p /sbin/ldconfig %postun -n libgeocode-glib0 -p /sbin/ldconfig @@ -129,7 +125,7 @@ %files devel %defattr(-,root,root) -%doc %{_datadir}/gtk-doc/html/geocode-glib-1.0/ +%doc %{_datadir}/gtk-doc/html/geocode-glib/ %{_datadir}/gir-1.0/*.gir %{_includedir}/geocode-glib-1.0/ %{_libdir}/pkgconfig/geocode-glib-1.0.pc ++++++ geocode-glib-3.24.0.tar.xz -> geocode-glib-3.25.4.1.tar.xz ++++++ ++++ 77622 lines of diff (skipped)
