Hello community, here is the log from the commit of package libgdata for openSUSE:Leap:15.2 checked in at 2020-01-30 14:49:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libgdata (Old) and /work/SRC/openSUSE:Leap:15.2/.libgdata.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgdata" Thu Jan 30 14:49:58 2020 rev:17 rq:757868 version:0.17.11 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libgdata/libgdata.changes 2020-01-15 15:21:05.354431489 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libgdata.new.26092/libgdata.changes 2020-01-30 14:50:56.990919996 +0100 @@ -1,0 +2,34 @@ +Wed Aug 21 14:41:15 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 0.17.11: + + Various fixes to the Meson port, including a soversion fix. + + Add support for user-specified properties of documents in + Drive. + + Bugs fixed: glgo#GNOME/libgdata#30, glgo#GNOME/libgdata#31, + glgo#GNOME/libgdata#32, glgo#GNOME/libgdata#33, + glgo#GNOME/libgdata#35, glgo#GNOME/libgdata!7, + glgo#GNOME/libgdata!9, glgo#GNOME/libgdata!10, + glgo#GNOME/libgdata!13 glgo#GNOME/libgdata!16. + + Updated translations. + +------------------------------------------------------------------- +Tue Jun 25 15:32:23 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 0.17.10: + + Port to Meson and drop autotools support. + + Migrate from intltool to gettext. + + Bugs fixed: glgo#GNOME/libgdata#26, glgo#GNOME/libgdata#27, + glgo#GNOME/libgdata!1, glgo#GNOME/libgdata!3, + glgo#GNOME/libgdata!4, bgo787252. + + Updated translations. +- Add meson BuildRequires and macros following upstreams port. +- Drop intltool BuildRequires, no longer needed after port. +- Add gtk-doc BuildRequires: Build documentation. +- Add pkgconfig(vapigen) BuildRequires: Build vapi bindings. + +------------------------------------------------------------------- +Wed Feb 28 16:34:23 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- Old: ---- libgdata-0.17.9.tar.xz New: ---- libgdata-0.17.11.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgdata.spec ++++++ --- /var/tmp/diff_new_pack.3UL2q9/_old 2020-01-30 14:50:57.670920358 +0100 +++ /var/tmp/diff_new_pack.3UL2q9/_new 2020-01-30 14:50:57.674920360 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgdata # -# Copyright (c) 2017 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,24 +12,26 @@ # 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/ # # Update baselibs.conf when changing this %define _sover 22 - Name: libgdata -Version: 0.17.9 +Version: 0.17.11 Release: 0 Summary: GLib-based library for accessing online service APIs using the GData protocol -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/GNOME -Url: http://live.gnome.org/libgdata +URL: http://live.gnome.org/libgdata Source: https://download.gnome.org/sources/libgdata/0.17/%{name}-%{version}.tar.xz Source99: baselibs.conf + BuildRequires: gobject-introspection-devel -BuildRequires: intltool +BuildRequires: gtk-doc +BuildRequires: meson +BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: pkgconfig(gcr-base-3) BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.14 @@ -43,7 +45,7 @@ BuildRequires: pkgconfig(libuhttpmock-0.0) >= 0.5.0 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(oauth) -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig(vapigen) %description libgdata is a GLib-based library for accessing online service APIs using @@ -51,7 +53,6 @@ to access the common Google services, and has full asynchronous support. %package -n libgdata%{_sover} - Summary: GLib-based library for accessing online service APIs using the GData protocol Group: System/Libraries Recommends: %{name}-lang @@ -88,42 +89,43 @@ This subpackage contains the header files for developing applications that want to make use of libgdata. - %lang_package + %prep -%setup -q +%autosetup -p1 translation-update-upstream %build -%configure \ - --disable-static -make %{?_smp_mflags} +%meson \ + -Dalways_build_tests=false \ + -Dinstalled_tests=false \ + -Dgtk_doc=true \ + -Dvapi=true \ + %{nil} +%meson_build %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print +%meson_install %find_lang gdata %post -n libgdata%{_sover} -p /sbin/ldconfig - %postun -n libgdata%{_sover} -p /sbin/ldconfig %files -n libgdata%{_sover} -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING HACKING NEWS README -%{_libdir}/*.so.%{_sover}* +%license COPYING +%doc AUTHORS HACKING NEWS README +%{_libdir}/%{name}.so.* %files -n typelib-1_0-GData-0_0 -%defattr(-,root,root) %{_libdir}/girepository-1.0/GData-0.0.typelib %files devel -%defattr(-,root,root) %{_includedir}/libgdata/ %{_libdir}/*.so %{_libdir}/pkgconfig/libgdata.pc %{_datadir}/gir-1.0/*.gir %doc %{_datadir}/gtk-doc/html/gdata/ +%{_datadir}/vala/vapi/%{name}.* %files lang -f gdata.lang ++++++ libgdata-0.17.9.tar.xz -> libgdata-0.17.11.tar.xz ++++++ ++++ 200415 lines of diff (skipped)
