Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2016-02-05 00:30:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2016-01-05 09:39:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes       
2016-02-05 00:30:36.000000000 +0100
@@ -1,0 +2,67 @@
+Fri Jan 29 16:02:58 UTC 2016 - dims...@opensuse.org
+
+- openSUSE-appstream-process: use specific temporary/cache
+  directories between calls. Otherwise, icons extracted from a
+  previous run bleed into the next one.
+
+-------------------------------------------------------------------
+Fri Jan 29 11:57:01 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.5.7:
+  + trivial: post release version bump.
+  + Detect web-apps which are added as .desktop files.
+  + Make the check for screenshot equality more robust.
+  + trivial: Fix self tests after the xdg-app fixes.
+  + trivial: Never write empty <screenshot/> tags.
+  + Move the blacklisted application list to the front-end client.
+  + ostree: Work around threadsafety issue with
+    g_get_language_names.
+  + ostree: Remove unnecessary workarounds for bundle paths.
+  + Move the gettext parsing to libappstream-glib.
+  + trivial: Use G_DEFINE_QUARK.
+  + Only build the test firmware files when using
+    --enable-firmware.
+  + Allow disabling font support with --disable-fonts.
+  + Allow multiple NLS domains to be specified when searching.
+  + Add as_image_load_filename_full().
+  + Support date=iso8601 attributes in <release> markup.
+  + Add appstream-compose.
+  + Remove all traces of ostree.
+  + Remove the GStreamer plugin.
+  + Remove the GIR and GResource, nm and KDE-specific plugins.
+  + trivial: Fix 'make distcheck' with the new gettext test files.
+  + trivial: Fix building firmware after the ostree removal.
+  + Release version 0.5.7.
+
+-------------------------------------------------------------------
+Mon Jan 18 13:49:06 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.5.6:
+  + trivial: post release version bump.
+  + Accept various 'or later' metadata content licenses.
+  + libappstream-glib: Add the runtime ID kind.
+  + trivial: Fix a small memory leak when parsing debs.
+  + Assume a release value of '0' when unset.
+  + Fix AppStream generation when using duplicate .deb packages.
+  + Check the project_group when validating.
+  + Check name uniqueness when validating AppStream data.
+  + trivial: Mark some more strings as translatable.
+  + Install gettext ITS rules.
+  + Cull the application blacklist now we depend on AppData files
+    for the builder.
+  + trivial: Add the gettext files to the example spec file.
+  + Set a validation failure for files using <updatecontact> when
+    being strict.
+  + Allow dumping inf files using appstream-util.
+  + trivial: Fix the Since: value on as_utils_is_spdx_license().
+  + Always blacklist desktop files for uninstalling software.
+  + Automatically add missing .inf types as required.
+  + trivial: Fix the self tests after the blacklist cull.
+  + Prefer stock icons when using as_app_get_icon_default().
+  + package-ostree: Init NEVRA on open otherwise we don't get the
+    right tmpdir name.
+  + asb-package-ostree: Fix things up for xdg-app use.
+  + ostree: Allow specifying a particular arch only.
+  + Release version 0.5.6.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ appstream-glib.spec ++++++
--- /var/tmp/diff_new_pack.q84E69/_old  2016-02-05 00:30:37.000000000 +0100
+++ /var/tmp/diff_new_pack.q84E69/_new  2016-02-05 00:30:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package appstream-glib
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %define _build_from_vcs 1
 
 Name:           appstream-glib
-Version:        0.5.5
+Version:        0.5.7
 Release:        0
 Summary:        AppStream Abstraction Library
 License:        LGPL-2.1+
@@ -209,11 +209,13 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/appstream-builder
+%{_bindir}/appstream-compose
 %{_bindir}/appstream-util
 %{_datadir}/bash-completion/completions/appstream-builder
 %{_datadir}/bash-completion/completions/appstream-util
-%{_libdir}/asb-plugins-4/
+%{_libdir}/asb-plugins-5/
 %{_mandir}/man1/appstream-builder.1%{?ext_man}
+%{_mandir}/man1/appstream-compose.1%{?ext_man}
 %{_mandir}/man1/appstream-util.1%{?ext_man}
 
 %files -n libappstream-builder8
@@ -238,6 +240,8 @@
 %defattr(-,root,root)
 %{_datadir}/aclocal/appdata-xml.m4
 %{_datadir}/aclocal/appstream-xml.m4
+%dir %{_datadir}/gettext/its
+%{_datadir}/gettext/its/appdata.*
 %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
 %{_datadir}/gir-1.0/AppStreamGlib-1.0.gir
 %{_datadir}/gtk-doc/html/appstream-glib/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.q84E69/_old  2016-02-05 00:30:37.000000000 +0100
+++ /var/tmp/diff_new_pack.q84E69/_new  2016-02-05 00:30:37.000000000 +0100
@@ -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.5.5</param>
+    <param name="versionformat">0.5.7</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/appstream_glib_0_5_5</param>
+    <param name="revision">refs/tags/appstream_glib_0_5_7</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.q84E69/_old  2016-02-05 00:30:37.000000000 +0100
+++ /var/tmp/diff_new_pack.q84E69/_new  2016-02-05 00:30:37.000000000 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">https://github.com/hughsie/appstream-glib.git</param>
-          <param 
name="changesrevision">fe3a3d15e8619ea5e59788973508853c6dc76804</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">73fd7a07d1dfc3870c2b1bd5e5ecfd1c9864bb4a</param></service></servicedata>
\ No newline at end of file

++++++ appstream-glib-0.5.5.tar.xz -> appstream-glib-0.5.7.tar.xz ++++++
++++ 92623 lines of diff (skipped)

++++++ openSUSE-appstream-process ++++++
--- /var/tmp/diff_new_pack.q84E69/_old  2016-02-05 00:30:37.000000000 +0100
+++ /var/tmp/diff_new_pack.q84E69/_new  2016-02-05 00:30:37.000000000 +0100
@@ -7,17 +7,22 @@
 # Users interested in them can always produce them locally out of the 
appdata.xml.gz file
 HTMLOUT=no
 
+TMDIR=$(mktemp -d)
+
 /usr/bin/appstream-builder \
   --enable-hidpi                                       \
   --include-failed                                     \
-  --temp-dir=/tmp/apb                                  \
-  --cache-dir=/tmp/apb/cache                           \
+  --temp-dir=${TMPDIR}/apb                             \
+  --cache-dir=${TMPDIR}/apb/cache                      \
   --origin=appdata                                     \
   --api-version=0.8                                    \
   --basename=appdata                                   \
   --packages-dir=${SRC}                                        \
   --output-dir=${DEST}
 
+# clean up TMPDIR again
+rm -rf ${TMPDIR}
+
 # Change screenshot URLs to our own infrastructure; disabled, as infra not 
ready
 # appstream-util mirror-screenshots    \
 #   ${DEST}/appdata.xml.gz             \


Reply via email to