diff --git a/_service b/_service index 39b4145..9b9471c 100644 --- a/_service +++ b/_service @@ -2,9 +2,9 @@ https://github.com/hughsie/appstream-glib.git git - 0.6.7 + 0.6.8 enable - refs/tags/appstream_glib_0_6_7 + refs/tags/appstream_glib_0_6_8 *.tar diff --git a/_servicedata b/_servicedata index 3b8b90c..5186597 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/appstream-glib.git - 329a4aa5e0421a49d339d22f61f755a2a8fa21d0 \ No newline at end of file + 509db34f8cde654a05847c7f403b427682297fc0 \ No newline at end of file diff --git a/appstream-glib-0.6.7.tar.xz b/appstream-glib-0.6.7.tar.xz deleted file mode 100644 index a6bf23f..0000000 --- a/appstream-glib-0.6.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6528b724f5636a69530ca6b073aceaf8e35640dbf6a3a9b132790fa33e2df4f8 -size 2225740 diff --git a/appstream-glib-0.6.8.tar.xz b/appstream-glib-0.6.8.tar.xz new file mode 100644 index 0000000..3f8d4d5 --- /dev/null +++ b/appstream-glib-0.6.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5bdcf068d175151e16718936d2263b91c0e52805179d4a8bbefb0be9a19e8c +size 2228232 diff --git a/appstream-glib.changes b/appstream-glib.changes index fede842..4832bd1 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Feb 02 14:37:24 UTC 2017 - zaitor@opensuse.org + +- Update to version 0.6.8: + + Do not ignore type=replace merge components. + + Tighten a rule that classifies apps as web-apps. + + Support reading metainfo.xml files when using + appstream-compose. + + Read and write the tag. + + appstream-compose: Support appdata with no desktop files. + + AsStore: hold a ref in hash_unique_id to avoid use-after-free. + + trivial: profile: Free mutex resources in finalize(). + + trivial: Update app ID rename list. + + store: Fix use after free with hash table keys. + + Add a destructor for AsRefString. + + Make gperf a hard dep. + + Fix the build with gperf 3.1. + + Ignore -Wconversion and -Wsign-conversion warnings from + generated file. + + Require name and summary for validate-relax. + + util: Add a dummy update_contact to appdata-from-desktop. + + trivial: Fix a crash when removing apps from the store. + + Release version 0.6.8. +- Add gperf BuildRequires: New dependency. + ------------------------------------------------------------------- Thu Jan 12 11:10:26 UTC 2017 - dimstar@opensuse.org diff --git a/appstream-glib.spec b/appstream-glib.spec index ece7102..d0db734 100644 --- a/appstream-glib.spec +++ b/appstream-glib.spec @@ -20,7 +20,7 @@ %define _build_from_vcs 1 Name: appstream-glib -Version: 0.6.7 +Version: 0.6.8 Release: 0 Summary: AppStream Abstraction Library License: LGPL-2.1+ @@ -36,6 +36,7 @@ BuildRequires: xsltproc %endif BuildRequires: gcab >= 0.6 BuildRequires: gobject-introspection-devel +BuildRequires: gperf BuildRequires: intltool >= 0.40.0 BuildRequires: libyaml-devel BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.14