From d9c62800894f61f44c2d7b6bac0046e7d8f579c509338159e1989dd483904c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 11 Nov 2015 11:31:35 +0000 Subject: [PATCH] Accepting request 343793 from GNOME:Next New and improved :P OBS-URL: https://build.opensuse.org/request/show/343793 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=49 --- _service | 4 +-- _servicedata | 2 +- appstream-glib-0.5.1.tar.xz | 3 --- appstream-glib-0.5.2.tar.xz | 3 +++ appstream-glib.changes | 54 +++++++++++++++++++++++++++++++++++++ appstream-glib.spec | 6 ++--- 6 files changed, 63 insertions(+), 9 deletions(-) delete mode 100644 appstream-glib-0.5.1.tar.xz create mode 100644 appstream-glib-0.5.2.tar.xz diff --git a/_service b/_service index d4f0b71..2d1d2d1 100644 --- a/_service +++ b/_service @@ -2,9 +2,9 @@ https://github.com/hughsie/appstream-glib.git git - 0.5.1 + 0.5.2 enable - refs/tags/appstream_glib_0_5_1 + refs/tags/appstream_glib_0_5_2 *.tar diff --git a/_servicedata b/_servicedata index d2c2e4e..fde86a3 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/appstream-glib.git - fa69f04c735ea00e78d800701558a9ed42b75db5 \ No newline at end of file + 81a27888453403788605787546bb698a2c836952 \ No newline at end of file diff --git a/appstream-glib-0.5.1.tar.xz b/appstream-glib-0.5.1.tar.xz deleted file mode 100644 index d0ee41e..0000000 --- a/appstream-glib-0.5.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edcbef9b48dad1a0c75cbbabf029f770c4e782e1426094e47a621e7850874721 -size 2147708 diff --git a/appstream-glib-0.5.2.tar.xz b/appstream-glib-0.5.2.tar.xz new file mode 100644 index 0000000..d1837ff --- /dev/null +++ b/appstream-glib-0.5.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd18c820a0d974fd55fdd0b1ca0a50822047438395c2f531d3882bf1800a490d +size 2169976 diff --git a/appstream-glib.changes b/appstream-glib.changes index c118b5d..2d2d042 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Sat Nov 7 14:00:47 UTC 2015 - zaitor@opensuse.org + +- Add pkgconfig(libgcab-1.0) BuildRequires: New dependency. + +------------------------------------------------------------------- +Mon Nov 02 11:00:29 UTC 2015 - dimstar@opensuse.org + +- Update to version 0.5.2: + + Do not overwrite the AppData URL with the one from the package. + + Do not ever store the KDE x-test locale data. + + Require AppData files to be present in the AppStream metadata. + + Use a sensible warning when processing desktop files with + NoDisplay=true. + + Simplify veto messages for missing and . + + Fix a typo in command name. + + Support super-HiDPI icons like shipped in Hedgewars. + + trivial: Do not subsume vetos if AS_APP_SUBSUME_FLAG_PARTIAL is + used. + + Accept a '0x' hexidecimal prefix when parsing a component. + + Always use a dotted-decimal representation of the version. + + Add AsProfile for speed profiling. + + trivial: Show the path when profiling + as_store_load_installed(). + + as_profile: Non-void function should return a value. + + trivial: Symbolic stock icons are valid. + + Add an --enable-profile option to appstream-util. + + Remove the long-obsolete appdata-validate tool. + + Add as_profile_set_autodump(). + + Monitor /usr/share/applications for apps without AppData when + using watch flags. + + Add as_markup_validate() to check descriptions. + + Allow as_markup_convert() to ignore errors. + + Always escape AppStream descriptions when doing passthrough. + + Add support for . + + Add the ability to attach blobs of data to AsRelease objects. + + Add the ability to parse .cab archives as AppStream stores. + + Use AsStoreCab to read .cab files when building metadata. + + Fix crash in validator when processing '
  • '. + + Do not fail to install firmware if DriverVer is not set. + + Use as_utils_vercmp() to be correctly check versions for + equality. + + Try harder to deal with icons that have extension or full path + listed. + + Only accept UNIX paths for files in cab files. + + Do not use the DriverVersion for the inf file version. + + Use a MS-style version number when parsing a hex version. + + libappstream-glib: Do not parse ISO dates as uint32 version + numbers. + + Do not attempt to parse the version in + as_release_set_version(). + + Use a wildcard in the self tests to ignore GCab-generated hash + differences. + ------------------------------------------------------------------- Wed Sep 16 09:00:22 UTC 2015 - opensuse-packaging@opensuse.org diff --git a/appstream-glib.spec b/appstream-glib.spec index ca9deb6..01f01cf 100644 --- a/appstream-glib.spec +++ b/appstream-glib.spec @@ -20,7 +20,7 @@ %define _build_from_vcs 1 Name: appstream-glib -Version: 0.5.1 +Version: 0.5.2 Release: 0 Summary: AppStream Abstraction Library License: LGPL-2.1+ @@ -49,6 +49,7 @@ BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libarchive) +BuildRequires: pkgconfig(libgcab-1.0) BuildRequires: pkgconfig(libsoup-2.4) >= 2.24 BuildRequires: pkgconfig(rpm) BuildRequires: pkgconfig(sqlite3) @@ -210,7 +211,7 @@ fi %{_bindir}/appstream-util %{_datadir}/bash-completion/completions/appstream-builder %{_datadir}/bash-completion/completions/appstream-util -%{_libdir}/asb-plugins-2/ +%{_libdir}/asb-plugins-4/ %{_mandir}/man1/appstream-builder.1%{?ext_man} %{_mandir}/man1/appstream-util.1%{?ext_man} @@ -234,7 +235,6 @@ fi %files devel %defattr(-,root,root) -%{_bindir}/appdata-validate %{_datadir}/aclocal/appdata-xml.m4 %{_datadir}/aclocal/appstream-xml.m4 %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir