Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2015-09-03 17:59:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old)
 and      /work/SRC/openSUSE:Factory/.appstream-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "appstream-glib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes    
2015-07-16 17:15:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes       
2015-09-03 18:05:12.000000000 +0200
@@ -1,0 +2,38 @@
+Tue Sep  1 06:55:23 UTC 2015 - [email protected]
+
+- openSUSE-appstream-process: compress the status html files
+  (boo#942985). 
+
+-------------------------------------------------------------------
+Thu Jul 23 14:11:53 UTC 2015 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  appstream-glib-0.4.0.tar.xz

New:
----
  appstream-glib-0.4.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ appstream-glib.spec ++++++
--- /var/tmp/diff_new_pack.FGZbIS/_old  2015-09-03 18:05:20.000000000 +0200
+++ /var/tmp/diff_new_pack.FGZbIS/_new  2015-09-03 18:05:20.000000000 +0200
@@ -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+

++++++ _service ++++++
--- /var/tmp/diff_new_pack.FGZbIS/_old  2015-09-03 18:05:20.000000000 +0200
+++ /var/tmp/diff_new_pack.FGZbIS/_new  2015-09-03 18:05:20.000000000 +0200
@@ -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>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.FGZbIS/_old  2015-09-03 18:05:20.000000000 +0200
+++ /var/tmp/diff_new_pack.FGZbIS/_new  2015-09-03 18:05:20.000000000 +0200
@@ -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>
\ No newline at end of file
+          <param 
name="changesrevision">ff7b577719334e97921c57696b916f46f6c4bf9a</param></service></servicedata>
\ No newline at end of file

++++++ appstream-glib-0.4.0.tar.xz -> appstream-glib-0.4.1.tar.xz ++++++
++++ 1970 lines of diff (skipped)

++++++ openSUSE-appstream-process ++++++
--- /var/tmp/diff_new_pack.FGZbIS/_old  2015-09-03 18:05:21.000000000 +0200
+++ /var/tmp/diff_new_pack.FGZbIS/_new  2015-09-03 18:05:21.000000000 +0200
@@ -27,8 +27,13 @@
   ${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


Reply via email to