diff --git a/AppStream-0.9.1.tar.xz b/AppStream-0.9.1.tar.xz deleted file mode 100644 index 3a9bc3f..0000000 --- a/AppStream-0.9.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad36b05186ef90902d5f92beb9bc71ba1687440e1cb05d76890ae515e2639273 -size 2123220 diff --git a/AppStream-0.9.2.tar.xz b/AppStream-0.9.2.tar.xz new file mode 100644 index 0000000..4a92e86 --- /dev/null +++ b/AppStream-0.9.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a98ef41cda6a9d991083d0ec1cfdd97a62720ba04a3a983241dcf90f5f8211e +size 1903360 diff --git a/AppStream.changes b/AppStream.changes index b9a393d..1466b73 100644 --- a/AppStream.changes +++ b/AppStream.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Mon Feb 29 14:05:16 UTC 2016 - tittiatcoke@gmail.com + +- Update to version 0.9.2 +Features: + * qt: Improve usage of Qt containers (Aleix Pol) + * qt: Implement Component::extends on the Qt front-end (Aleix Pol) + * qt: Also call reserve for bundles on the Qt frontend (Aleix Pol) + * validator: strstrip values when reading XML/YAML and validate + linebreaks in summaries (Matthias Klumpp) + * validator: Check if a description is present (Matthias Klumpp) + * Always build with YAML support (Matthias Klumpp) + * Move XML parser into its own class (Matthias Klumpp) + * Make data-pool use the new YAML-aware metadata parser (Matthias Klumpp) + * Simplify data-pool building routine (Matthias Klumpp) + * Preprocess extension information for frontends (Matthias Klumpp) + * qt: Use the new extensions property (Matthias Klumpp) + * Implement translations tag (Matthias Klumpp) + * cli: Document the "install" command (Matthias Klumpp) + * l10n: Update + +Specification: + * spec: Document the translation tag (Matthias Klumpp) + * doc: Don't use tags in documentation (Matthias Klumpp) + * spec: Mention the essential tags for a type:desktop component (Matthias Klumpp) + +Bugfixes: + * as-cache-builder: Cope with no YAML documents (Iain Lane) + * 50appstream: Don't run if we can't write to the system paths (Iain Lane) + * Check for writability instead of root permissions when updating the cache (Matthias Klumpp) + * qt: Don't compute screenshot images and then forget about them (Aleix Pol) + * Add the missing extends property to the Xapian cache (Matthias Klumpp) + * validator: Don't fail validation for description-less addons. (Matthias Klumpp) + * Make reading empty cache values more robust (Matthias Klumpp) + * Check if GIR scanner & compiler are really installed (Matthias Klumpp) + ------------------------------------------------------------------- Fri Feb 5 11:53:13 UTC 2016 - tittiatcoke@gmail.com diff --git a/AppStream.spec b/AppStream.spec index f095d54..c6fd4f7 100644 --- a/AppStream.spec +++ b/AppStream.spec @@ -1,7 +1,7 @@ # -# spec file for package appstream-qt5 +# spec file for package AppStream # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: AppStream -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: Utilities to generate, maintain and access the AppStream Xapian database License: GPL-2.0+ and LGPL-2.1+ @@ -28,6 +28,7 @@ BuildRequires: cmake BuildRequires: gettext BuildRequires: intltool BuildRequires: libxapian-devel +BuildRequires: libyaml-devel BuildRequires: xmlto BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Test) @@ -35,7 +36,6 @@ BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(packagekit-glib2) -BuildRequires: libyaml-devel BuildRequires: pkgconfig(protobuf) BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: libappstream3 @@ -46,6 +46,7 @@ AppStream database over a nice GObject-based interface. %package -n libappstream3 Summary: The main library for AppStream +License: GPL-2.0+ and LGPL-2.1+ Group: System/Libraries %description -n libappstream3 @@ -53,6 +54,7 @@ The main library for AppStream. %package -n libAppstreamQt1 Summary: Qt5 bindings for AppStream +License: GPL-2.0+ and LGPL-2.1+ Group: System/Libraries %description -n libAppstreamQt1 @@ -60,6 +62,7 @@ The Qt5 bindings for AppStream. %package -n libAppstreamQt-devel Summary: Needed include files and libraries for development +License: GPL-2.0+ and LGPL-2.1+ Group: Development/Libraries/C and C++ Requires: libAppstreamQt1 = %{version} Requires: libappstream3 = %{version}