Accepting request 362984 from KDE:Frameworks5

Newer 0.9.2 version

OBS-URL: https://build.opensuse.org/request/show/362984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/AppStream?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-03-01 08:45:51 +00:00 committed by Git OBS Bridge
commit 794df84bb9
4 changed files with 46 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad36b05186ef90902d5f92beb9bc71ba1687440e1cb05d76890ae515e2639273
size 2123220

3
AppStream-0.9.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a98ef41cda6a9d991083d0ec1cfdd97a62720ba04a3a983241dcf90f5f8211e
size 1903360

View File

@ -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 <tip/> 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

View File

@ -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}