From cd6ad0ed929bc494428af44e4e9ca4b441d1326184e6d2ec1e264fb16b98fcd8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 17 Sep 2015 12:42:21 +0000 Subject: [PATCH] Accepting request 331408 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/331408 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=47 --- _service | 4 ++-- _servicedata | 2 +- appstream-glib-0.5.0.tar.xz | 3 --- appstream-glib-0.5.1.tar.xz | 3 +++ appstream-glib.changes | 38 +++++++++++++++++++++++++++++++++++++ appstream-glib.spec | 2 +- 6 files changed, 45 insertions(+), 7 deletions(-) delete mode 100644 appstream-glib-0.5.0.tar.xz create mode 100644 appstream-glib-0.5.1.tar.xz diff --git a/_service b/_service index def04e2..d4f0b71 100644 --- a/_service +++ b/_service @@ -2,9 +2,9 @@ https://github.com/hughsie/appstream-glib.git git - 0.5.0 + 0.5.1 enable - refs/tags/appstream_glib_0_5_0 + refs/tags/appstream_glib_0_5_1 *.tar diff --git a/_servicedata b/_servicedata index 0ded4db..d2c2e4e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/appstream-glib.git - d3885c325271fee0bed5c5815d41eb788712acb4 + fa69f04c735ea00e78d800701558a9ed42b75db5 \ No newline at end of file diff --git a/appstream-glib-0.5.0.tar.xz b/appstream-glib-0.5.0.tar.xz deleted file mode 100644 index 157e528..0000000 --- a/appstream-glib-0.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e36bf24d2490e43f03c3a77b7f422d91c7a5956fffd5d962a9c191acb219567 -size 2149520 diff --git a/appstream-glib-0.5.1.tar.xz b/appstream-glib-0.5.1.tar.xz new file mode 100644 index 0000000..d0ee41e --- /dev/null +++ b/appstream-glib-0.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edcbef9b48dad1a0c75cbbabf029f770c4e782e1426094e47a621e7850874721 +size 2147708 diff --git a/appstream-glib.changes b/appstream-glib.changes index ca8eb52..c118b5d 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Wed Sep 16 09:00:22 UTC 2015 - opensuse-packaging@opensuse.org + +- 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 + ------------------------------------------------------------------- Tue Sep 1 06:55:23 UTC 2015 - dimstar@opensuse.org diff --git a/appstream-glib.spec b/appstream-glib.spec index bcac95f..ca9deb6 100644 --- a/appstream-glib.spec +++ b/appstream-glib.spec @@ -20,7 +20,7 @@ %define _build_from_vcs 1 Name: appstream-glib -Version: 0.5.0 +Version: 0.5.1 Release: 0 Summary: AppStream Abstraction Library License: LGPL-2.1+