Accepting request 328244 from GNOME:Factory

- openSUSE-appstream-process: compress the status html files
  (boo#942985). 

- 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 <location> tags within a release.
    - Do not expect the INF ClassGuid to be the ESRT GUID.
    - Don't crash when parsing a <release> 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 <pkgname> 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 <icon> entries by name.
    - Update the SPDX licence list to v2.0.
    - When building metadata with the use-fallback flag accept

OBS-URL: https://build.opensuse.org/request/show/328244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2015-09-03 15:59:26 +00:00 committed by Git OBS Bridge
parent 294c462e11
commit 3844638cc4
7 changed files with 50 additions and 7 deletions

View File

@ -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.0</param>
<param name="versionformat">0.4.1</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/appstream_glib_0_4_0</param>
<param name="revision">refs/tags/appstream_glib_0_4_1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="changesrevision">2e6efb2a00a9064768ecfa0085cb581bae654521</param></service></servicedata>
<param name="changesrevision">ff7b577719334e97921c57696b916f46f6c4bf9a</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7507c328cf99fd9172a6ba615aab4492b208b070f424a1e8eac92759869fdd47
size 2143020

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1263a02610e72f346fe675c4bb4a39b3079d27cc4318dbb9eab1332fe859c01
size 2145412

View File

@ -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 <location> tags within a release.
- Do not expect the INF ClassGuid to be the ESRT GUID.
- Don't crash when parsing a <release> 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 <pkgname> 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 <icon> 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

View File

@ -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+

View File

@ -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