diff --git a/_service b/_service index d2aeffc..174c412 100644 --- a/_service +++ b/_service @@ -2,9 +2,9 @@ https://github.com/hughsie/appstream-glib.git git - 0.4.0 + 0.4.1 enable - refs/tags/appstream_glib_0_4_0 + refs/tags/appstream_glib_0_4_1 *.tar diff --git a/_servicedata b/_servicedata index dda26f6..bb97ebd 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/appstream-glib.git - 2e6efb2a00a9064768ecfa0085cb581bae654521 \ No newline at end of file + ff7b577719334e97921c57696b916f46f6c4bf9a \ No newline at end of file diff --git a/appstream-glib-0.4.0.tar.xz b/appstream-glib-0.4.0.tar.xz deleted file mode 100644 index 31380ff..0000000 --- a/appstream-glib-0.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7507c328cf99fd9172a6ba615aab4492b208b070f424a1e8eac92759869fdd47 -size 2143020 diff --git a/appstream-glib-0.4.1.tar.xz b/appstream-glib-0.4.1.tar.xz new file mode 100644 index 0000000..989cd10 --- /dev/null +++ b/appstream-glib-0.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1263a02610e72f346fe675c4bb4a39b3079d27cc4318dbb9eab1332fe859c01 +size 2145412 diff --git a/appstream-glib.changes b/appstream-glib.changes index 2ec0c99..87a7814 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Sep 1 06:55:23 UTC 2015 - dimstar@opensuse.org + +- openSUSE-appstream-process: compress the status html files + (boo#942985). + +------------------------------------------------------------------- +Thu Jul 23 14:11:53 UTC 2015 - zaitor@opensuse.org + +- Update to version 0.4.1: + + New Features: + - Add a 'compare' command to appstream-util. + - Add a 'mirror-local-firmware' command to appstream-util. + - Add a flag to relax the AppData Category=Settings + requirement. + - Add a flag to use non-optimal data sources when building + metadata. + - Add am 'incorporate' command to appstream-util. + - Add two flags to veto-ignore to relax the requirements for + metadata. + + Bugfixes: + - Be less strict when loading incorrect AppData files. + - Do not duplicate tags within a release. + - Do not expect the INF ClassGuid to be the ESRT GUID. + - Don't crash when parsing a with no description. + - Fix a potential crash spotted by clang. + - Fix autogen with latest Intltool. + - Ignore the prefix when loading system-wide AppStream + information. + - Include when writing the ignored metadata. + - Only write the release timestamp if non-zero. + - Remove the AppData veto when incorporating metadata. + - Search harder when using AS_ICON_LOAD_FLAG_SEARCH_SIZE. + - Sort multiple entries by name. + - Update the SPDX licence list to v2.0. + - When building metadata with the use-fallback flag accept + legacy icon names. + ------------------------------------------------------------------- Mon Jul 13 13:03:39 UTC 2015 - dimstar@opensuse.org diff --git a/appstream-glib.spec b/appstream-glib.spec index 6fe3ba4..dc5a4c0 100644 --- a/appstream-glib.spec +++ b/appstream-glib.spec @@ -20,7 +20,7 @@ %define _build_from_vcs 1 Name: appstream-glib -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: AppStream Abstraction Library License: LGPL-2.1+ diff --git a/openSUSE-appstream-process b/openSUSE-appstream-process index 6b9a772..270e130 100644 --- a/openSUSE-appstream-process +++ b/openSUSE-appstream-process @@ -27,8 +27,13 @@ URL=https://static.opensuse.org/appstream/tumbleweed ${DEST}/appdata.xml.gz \ ${DEST}/appdata.html +# compress the HTML file (boo#942985) +xz -9 ${DEST}/appdata.html + /usr/bin/appstream-util \ status-html \ ${DEST}/appdata-failed.xml.gz \ ${DEST}/appdata-failed.html +# compress the HTML file (boo#942985) +xz -9 ${DEST}/appdata-failed.html