Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2015-03-18 13:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-03 11:10:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes       
2015-03-18 13:02:46.000000000 +0100
@@ -1,0 +2,32 @@
+Tue Mar 17 13:00:59 UTC 2015 - dims...@opensuse.org
+
+- Add gdk-pixbuf-loader-rsvg Requires: needed, in order to be able
+  to convert .svg icons to pixmaps.
+
+-------------------------------------------------------------------
+Fri Mar 13 07:48:02 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.3.5:
+  + New Features:
+    - Add new API required for firmware support.
+    - Add new API required for OSTree and xdg-app support.
+    - Add 'news-to-appdata' and 'appdata-to-news' cmds to
+      appstream-util.
+    - Support all of the yet-unreleased AppStream 0.9 spec.
+  + Bugfixes:
+    - Add releases from the upstream AppData files.
+    - Allow short descriptions when validating <description> in
+      releases.
+    - Correctly load descriptions from <releases> in AppData files.
+    - Fix a builder crash where a package depends on itself.
+    - Fix a crash when more than one thread tries to ensure the
+      same package.
+    - Fix DSO Linking error when built with --as-needed.
+    - Make the failed AppStream metadata optional.
+    - Make the icon tarball optional.
+    - Relax validation checks to allow empty release sections.
+    - Return the correct exit code from appstream-builder.
+- Add gcab BuildRequires and Requires: needed for the cab
+  extraction of the new Firmware support.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ appstream-glib.spec ++++++
--- /var/tmp/diff_new_pack.eYZDWW/_old  2015-03-18 13:02:47.000000000 +0100
+++ /var/tmp/diff_new_pack.eYZDWW/_new  2015-03-18 13:02:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package appstream-glib
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.3.4
+Version:        0.3.5
 Release:        0
 Summary:        AppStream Abstraction Library
 License:        LGPL-2.1+
@@ -34,6 +34,7 @@
 # We still need some part to build the man pages
 BuildRequires:  xsltproc
 %endif
+BuildRequires:  gcab
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  libyaml-devel
@@ -49,6 +50,9 @@
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.24
 BuildRequires:  pkgconfig(rpm)
 BuildRequires:  pkgconfig(sqlite3)
+Requires:       gcab
+# Required in order to be able to convert .svg icons
+Requires:       gdk-pixbuf-loader-rsvg
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -164,7 +168,14 @@
 %find_lang %{name}
 
 %check
-make check
+if make check; then
+  echo CHECKS passed
+  exit 0
+else
+  echo CHECKS failed... dumping log file
+  cat libappstream-builder/test-suite.log
+  exit 1
+fi
 
 %post -n libappstream-glib7 -p /sbin/ldconfig
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.eYZDWW/_old  2015-03-18 13:02:47.000000000 +0100
+++ /var/tmp/diff_new_pack.eYZDWW/_new  2015-03-18 13:02:47.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.3.4</param>
+    <param name="versionformat">0.3.5</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/appstream_glib_0_3_4</param>
+    <param name="revision">refs/tags/appstream_glib_0_3_5</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.eYZDWW/_old  2015-03-18 13:02:47.000000000 +0100
+++ /var/tmp/diff_new_pack.eYZDWW/_new  2015-03-18 13:02:47.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">b0009f1670ce73796f5847018b4e2215a403b673</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">d080dd5c862e20559b1ac1529e2d3c96d7b50069</param></service></servicedata>
\ No newline at end of file

++++++ appstream-glib-0.3.4.tar.xz -> appstream-glib-0.3.5.tar.xz ++++++
++++ 11098 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to