Hello community,

here is the log from the commit of package AppStream for openSUSE:Factory 
checked in at 2017-07-07 10:15:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/AppStream (Old)
 and      /work/SRC/openSUSE:Factory/.AppStream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "AppStream"

Fri Jul  7 10:15:52 2017 rev:7 rq:508299 version:0.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/AppStream/AppStream.changes      2017-02-03 
17:29:31.634115279 +0100
+++ /work/SRC/openSUSE:Factory/.AppStream.new/AppStream.changes 2017-07-07 
10:15:53.635692501 +0200
@@ -1,0 +2,97 @@
+Wed Jul  5 09:09:42 UTC 2017 - [email protected]
+
+- Update to version 0.11.1:
+
+  Notes:
+   * This release contains refactoring of the XML/YAML parsers and some other 
changes that are more invasive
+     than usual.
+  
+  Features:
+   * qt: Add new getters/setters and classes to be on par with the GObject 
library (Jan Grulich)
+   * qt: Add AS::Metadata class used for parsing desktop and appstream 
metadata files (Jan Grulich)
+   * Refactor the XML parser and serialization code (Matthias Klumpp)
+   * Refactor the YAML parser and emitter code (Matthias Klumpp)
+   * Implement 'service' component type (Matthias Klumpp)
+   * Improve speed of metainfo description parsing slightly (Matthias Klumpp)
+   * test: Add additional testcase for reading metainfo description tags 
(Matthias Klumpp)
+   * test: Test metainfo descriptions starting with enumerations (Matthias 
Klumpp)
+  
+  Specification:
+   * doc: Add Distro Packaging page (Jeremy Bicha)
+   * doc: Add "service" components and their launchables (Marius Vollmer)
+   * Allow components to provide other components (provides -> id) (Matthias 
Klumpp)
+  
+  Bugfixes:
+   * doc: Uncomment line in middle of paragraph (Jeremy Bicha)
+   * doc: A releases tag is not essential for components, but summary is 
(Matthias Klumpp)
+   * Allow descriptions to start with an enumeration (Matthias Klumpp)
+   * Ensure we always update with fresh data when refreshing the cache 
(Matthias Klumpp)
+   * Replace invalid components in the pool with new ones of the same name 
(Matthias Klumpp)
+   * Resolve a few potential bugs (found by static checks) (Matthias Klumpp)
+   * xml: Check if we are trying to parse a real component (Matthias Klumpp)
+
+- Update to version 0.11.0:
+
+  Features:
+   * Implement read/write support for content ratings (Matthias Klumpp)
+   * tests: Test the content_rating tag XML read/write (Matthias Klumpp)
+   * yaml: Read/write ContentRating (Matthias Klumpp)
+   * cache: Handle the content-rating property (Matthias Klumpp)
+   * Add new AsLaunch type (Matthias Klumpp)
+   * Fully implement the launchable tag (Matthias Klumpp)
+   * Recognize scaling factor for HiDPI icons (Matthias Klumpp)
+   * apt: Allow fetching HiDPI icons (Matthias Klumpp)
+  
+  Specification:
+   * spec: Don't give wrong information about the <font/> tag (Matthias Klumpp)
+   * spec: Specify content_rating tag for content age ratings (Matthias Klumpp)
+   * spec: Specify the new launchable tag and apply its effects (Matthias 
Klumpp)
+   * spec: Add note on where to place icons with a scaling factor (Matthias 
Klumpp)
+  
+  Bugfixes:
+   * Add missing word in string (Anders Jonsson)
+   * yaml: Fix crash when serializing component with a dbus:user provided item 
(Matthias Klumpp)
+   * cache: Don't write cache if there are no valid components (Matthias 
Klumpp)
+   * docs: Clarify "permissive" for metadata_license and make the paragraph 
more explicit (Matthias Klumpp)
+   * Ensure GVFS never starts in root user slice (Matthias Klumpp)
+   * Correctly tokenize values with dash or plus (Matthias Klumpp)
+   * vapi: Add appstream.deps file (Rico Tzschichholz)
+
+- Update to version 0.10.6:
+
+  Features:
+  * validator: Be more strict about the <icon> tag types in metainfo files 
(Matthias Klumpp)
+  * validator: Unconditionally check for name and summary (Matthias Klumpp)
+  * Move all merge logic to AsComponent (Matthias Klumpp)
+  * Allow making AppStream consume data from metainfo instead of collection 
files (Matthias Klumpp)
+  * apt: Do not enable any icon downloads by default (Matthias Klumpp)
+  * validator: Check categories in XML as well (Matthias Klumpp)
+  * cli: Make templates for different component-types a bit more useful 
(Matthias Klumpp)
+  * Allow a few more permissive licenses for metadata_license (Matthias Klumpp)
+  * Add support for "+" operator at the end of SPDX license identifiers (Kalev 
Lember, Matthias Klumpp)
+  * cli: Print tiny summary after validation (very useful for validate-tree) 
(Matthias Klumpp)
+  * validator: Validate for hyperlinks in description / summary / 
developer-name (Matthias Klumpp)
+  * validator: Make missing long description a pedantic issue in more cases 
(Matthias Klumpp)
+  * Also recognize "FSFUL" license as pemissive (Matthias Klumpp)
+  * validator: Adjust priorities of missing modalias/font tags in driver/font 
components (Matthias Klumpp)
+  * Skip loading desktop-entries if we know their component already (Matthias 
Klumpp)
+  * Be lazier, only parse what is necessary in the data pool (Matthias Klumpp)
+  
+  Specification:
+  * spec: Clarify that name/summary are now always required for metainfo files 
(Matthias Klumpp)
+  * spec: Clarify desktop vs. desktop-application (Matthias Klumpp)
+  * spec: Add a small paragraph about whether and what xmlns to use (Matthias 
Klumpp)
+  * spec: Make it clear <categories/> can be used in metainfo files too 
(Matthias Klumpp)
+  * spec: Make clear that update_contact's value is case-insensitive (Matthias 
Klumpp)
+  * docs: Make sure all examples follow the reverse-DNS scheme (Matthias 
Klumpp)
+  
+  Bugfixes:
+  * Don't hardcode share dir but use CMAKE_INSTALL.. (Heiko Becker)
+  * validator: Don't enforce .desktop suffix on desktop-app component IDs 
(Matthias Klumpp)
+  * qt: Allow catching error strings returned by Pool::load (Aleix Pol)
+  * Always drop data from desktop-entry files if we have better metadata 
(Matthias Klumpp)
+  * apt: Install icons back if they went completely missing (Matthias Klumpp)
+  * Update SPDX and TLD data (Matthias Klumpp)
+  * yaml: Read release/urgency key (Matthias Klumpp)
+
+-------------------------------------------------------------------

Old:
----
  AppStream-0.10.5.tar.xz

New:
----
  AppStream-0.11.1.tar.xz

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

Other differences:
------------------
++++++ AppStream.spec ++++++
--- /var/tmp/diff_new_pack.iejqZ8/_old  2017-07-07 10:15:54.339592901 +0200
+++ /var/tmp/diff_new_pack.iejqZ8/_new  2017-07-07 10:15:54.343592335 +0200
@@ -20,7 +20,7 @@
 %define libAppStreamQt_sover 2
 
 Name:           AppStream
-Version:        0.10.5
+Version:        0.11.1
 Release:        0
 Summary:        Utilities to generate, maintain and access the AppStream 
Xapian database
 License:        GPL-2.0+ and LGPL-2.1+
@@ -170,6 +170,7 @@
 %{_datadir}/gettext/
 %dir %{_datadir}/vala/
 %dir %{_datadir}/vala/vapi/
+%{_datadir}/vala/vapi/appstream.deps
 %{_datadir}/vala/vapi/appstream.vapi
 
 %files -n typelib-1_0-AppStream-1.0

++++++ AppStream-0.10.5.tar.xz -> AppStream-0.11.1.tar.xz ++++++
++++ 66599 lines of diff (skipped)


Reply via email to