Hello community, here is the log from the commit of package appstream-glib for openSUSE:Factory checked in at 2015-10-06 16:11:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old) and /work/SRC/openSUSE:Factory/.appstream-glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "appstream-glib" Changes: -------- --- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes 2015-09-03 18:05:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes 2015-10-06 16:11:29.000000000 +0200 @@ -1,0 +2,38 @@ +Wed Sep 16 09:00:22 UTC 2015 - [email protected] + +- Update to version 0.5.1: + + trivial: post release version bump + + Do not blacklist the 'desktop' token as this is sometimes + legitimate + + Support SPDX IDs with the LicenseRef prefix + + Support the SPDX 'NONE' and 'NOASSERTION' keywords + + trivial: Fix build warning in make check + + trivial: Fix a build error when running under ninja + + trivial: Remove prototype with no method + + Allow a filter filename to be used with the builder + + Introduce _cleanup_free_libc_ cleanup attribute + + Avoid using PATH_MAX + + Revert "Allow a filter filename to be used with the builder" + + Ignore empty AppStream XML files + + Add a few KDE applications that have changed desktop ID + + Don't show mangled version numbers as negatives + + Add another GNOME application that changed IDs + + libappstream-glib: Port to G_DECLARE_DERIVABLE_TYPE macro + + libappstream-builder: Port to G_DECLARE_DERIVABLE_TYPE macro + + Use GLib's cleanup functions instead of libgsystem's + + trivial: Fix the build + + trivial: Remove any support for installed appdata-extra files + + trivial: Drop as-cleanup.h include where not needed + + Do not fail to validate firmware in AppStream with no + screenshots + + Use glib's cleanup functions for libsoup as well + + Use glib's cleanup functions for GString + + Add support for release urgency + + Don't reallocate malloc'd memory with g_malloc + + Use specific types to remove the last _cleanup_free usage + + Use the typedef'd name in the code to help readability + + trivial: Fix --enable-ostree build + + trivial: Fix gcab generated checksums + + Release version 0.5.1 + +------------------------------------------------------------------- @@ -5,0 +44,18 @@ + +------------------------------------------------------------------- +Thu Aug 13 19:11:12 UTC 2015 - [email protected] + +- Update to version 0.5.0: + + Show a better error message when there's not enough text + before <ul>. + + Add two functions from fwupd for checking GUID strings. + + Fix the name of the D-Bus session enum. + + trivial: Remove unused prototype. + + Add support for the flashed firmware provide kind. + + Find the application in a store by the provide value. + + trivial: Do not run the slow GFileMonitor tests by default. + + Remove support for lower than AppStream 0.8. + + Remove an unused exported method. +- Rename libappstream-builder7 to libappstream-builder8 and + libappstream-glib7 to libappstream-glib8, following upstreams + soname change. Old: ---- appstream-glib-0.4.1.tar.xz New: ---- appstream-glib-0.5.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ appstream-glib.spec ++++++ --- /var/tmp/diff_new_pack.oieT3s/_old 2015-10-06 16:11:30.000000000 +0200 +++ /var/tmp/diff_new_pack.oieT3s/_new 2015-10-06 16:11:30.000000000 +0200 @@ -20,7 +20,7 @@ %define _build_from_vcs 1 Name: appstream-glib -Version: 0.4.1 +Version: 0.5.1 Release: 0 Summary: AppStream Abstraction Library License: LGPL-2.1+ @@ -70,11 +70,11 @@ * Easily retrieve the best application data for the current locale * Efficiently interface with more heavy-weight parsers like expat -%package -n libappstream-glib7 +%package -n libappstream-glib8 Summary: AppStream Abstraction Library Group: System/Libraries -%description -n libappstream-glib7 +%description -n libappstream-glib8 This library provides GObjects and helper methods to make it easy to read and write AppStream metadata. It also provides a simple DOM implementation that makes it easy to edit nodes and convert to and from the standardized XML representation. @@ -87,11 +87,11 @@ * Easily retrieve the best application data for the current locale * Efficiently interface with more heavy-weight parsers like expat -%package -n libappstream-builder7 +%package -n libappstream-builder8 Summary: AppStream Abstraction Library Group: System/Libraries -%description -n libappstream-builder7 +%description -n libappstream-builder8 This library provides GObjects and helper methods to make it easy to read and write AppStream metadata. It also provides a simple DOM implementation that makes it easy to edit nodes and convert to and from the standardized XML representation. @@ -125,8 +125,8 @@ %package devel Summary: AppStream Abstraction Library -- Development files Group: Development/Languages/C and C++ -Requires: libappstream-builder7 = %{version} -Requires: libappstream-glib7 = %{version} +Requires: libappstream-builder8 = %{version} +Requires: libappstream-glib8 = %{version} Requires: typelib-1_0-AppStreamBuilder-1_0 = %{version} Requires: typelib-1_0-AppStreamGlib-1_0 = %{version} # appdata-tools was consumed into appstream-glib and is no longer maintained upstream @@ -196,13 +196,13 @@ exit 0 fi -%post -n libappstream-glib7 -p /sbin/ldconfig +%post -n libappstream-glib8 -p /sbin/ldconfig -%postun -n libappstream-glib7 -p /sbin/ldconfig +%postun -n libappstream-glib8 -p /sbin/ldconfig -%post -n libappstream-builder7 -p /sbin/ldconfig +%post -n libappstream-builder8 -p /sbin/ldconfig -%postun -n libappstream-builder7 -p /sbin/ldconfig +%postun -n libappstream-builder8 -p /sbin/ldconfig %files %defattr(-,root,root) @@ -214,12 +214,12 @@ %{_mandir}/man1/appstream-builder.1%{?ext_man} %{_mandir}/man1/appstream-util.1%{?ext_man} -%files -n libappstream-builder7 +%files -n libappstream-builder8 %defattr(-,root,root) %doc COPYING %{_libdir}/libappstream-builder.so.* -%files -n libappstream-glib7 +%files -n libappstream-glib8 %defattr(-,root,root) %doc COPYING %{_libdir}/libappstream-glib.so.* ++++++ _service ++++++ --- /var/tmp/diff_new_pack.oieT3s/_old 2015-10-06 16:11:30.000000000 +0200 +++ /var/tmp/diff_new_pack.oieT3s/_new 2015-10-06 16:11:30.000000000 +0200 @@ -2,9 +2,9 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/hughsie/appstream-glib.git</param> <param name="scm">git</param> - <param name="versionformat">0.4.1</param> + <param name="versionformat">0.5.1</param> <param name="changesgenerate">enable</param> - <param name="revision">refs/tags/appstream_glib_0_4_1</param> + <param name="revision">refs/tags/appstream_glib_0_5_1</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.oieT3s/_old 2015-10-06 16:11:30.000000000 +0200 +++ /var/tmp/diff_new_pack.oieT3s/_new 2015-10-06 16:11:30.000000000 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/hughsie/appstream-glib.git</param> - <param name="changesrevision">ff7b577719334e97921c57696b916f46f6c4bf9a</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">fa69f04c735ea00e78d800701558a9ed42b75db5</param></service></servicedata> \ No newline at end of file ++++++ appstream-glib-0.4.1.tar.xz -> appstream-glib-0.5.1.tar.xz ++++++ ++++ 15494 lines of diff (skipped)
