Accepting request 246327 from GNOME:Factory
Push GNOME 3.13.90 for staging and openQA - DO NOT CHECKING - PRERELEASE SOFTWARE OBS-URL: https://build.opensuse.org/request/show/246327 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=3
This commit is contained in:
commit
314947d937
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20e0464114d5ddea504f82dc5d5741ab02400d1691f58baa4b3d2101b842fb0a
|
||||
size 1518664
|
3
appstream-glib-0.2.4.tar.xz
Normal file
3
appstream-glib-0.2.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2231ea0b5e63a99f3158f8f8f668be5084dee338ad4b2508e11c6c53a7e04fa
|
||||
size 1531760
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 11:24:56 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.2.4:
|
||||
+ New Features:
|
||||
- Add AS_PROVIDE_KIND_DBUS_SYSTEM.
|
||||
- Add an 'install-origin' command to appstream-util.
|
||||
- Add an installed tests to validate appdata.
|
||||
- Add as_store_set_destdir() so we can use a different root.
|
||||
- Add as_store_validate().
|
||||
- Add asb_app_set_veto_description().
|
||||
- Add support for <source_pkgname> which will be in
|
||||
AppStream 0.8.
|
||||
- Add the <dbus> provide for applications automatically.
|
||||
+ Bugfixes:
|
||||
- Add a plugin to detect new-style 'gtk/menus.ui' AppMenu
|
||||
support.
|
||||
- Avoid using rsync's -a parameter.
|
||||
- Detect any addons with missing parents.
|
||||
- Do not load applications with NoDisplay=true when loading
|
||||
local.
|
||||
- Do not pad the compressed AppStream metadata with NUL bytes.
|
||||
- Do not treat app-install metadata as installed.
|
||||
- Markup errors should not be fatal when assembling a store.
|
||||
- Only add registered projects and categories to the metadata.
|
||||
- Only link to apps.fedoraproject.org when processing Fedora
|
||||
metadata.
|
||||
- Show the time remaining when building metadata.
|
||||
- Show what application addons extend in status.html.
|
||||
- Validate for a sentence case start in <p>, <li> and <name>
|
||||
tags.
|
||||
- Changes from version 0.2.3:
|
||||
+ New Features:
|
||||
- Add some simple filtering in the status.html page.
|
||||
- Record if distro metadata and screenshots are being used.
|
||||
- Show the builder progress in a ncurses-style panel.
|
||||
- Support pre-decompressed RPMs.
|
||||
+ Bugfixes:
|
||||
- Add oxygen-icon-theme when an application depends on
|
||||
kde-runtime.
|
||||
- Be more careful with untrusted XML data.
|
||||
- Do not allow duplicates to be added when using
|
||||
as_app_add_kudo_kind().
|
||||
- Do not fail to build packages with invalid KDE service files.
|
||||
- Do not warn if the AppData file duplicates the .desktop
|
||||
value.
|
||||
- Show any package duplicates when generating metadata.
|
||||
- Show apps with missing icons in the failed metadata.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 14 18:07:08 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,18 +18,17 @@
|
||||
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.2.2
|
||||
Version: 0.2.4
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Url: http://people.freedesktop.org/~hughsient/appstream-glib/
|
||||
Source: http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-0.2.2.tar.xz
|
||||
Source: http://people.freedesktop.org/~hughsient/appstream-glib/releases/%{name}-%{version}.tar.xz
|
||||
BuildRequires: intltool >= 0.40.0
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.14
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(rpm)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.16.1
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
@ -37,6 +36,7 @@ BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.24
|
||||
BuildRequires: pkgconfig(rpm)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -118,6 +118,8 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
# We don't care for 'installed tests'; that's used by GNOME Smoke Testing.
|
||||
rm %{buildroot}%{_datadir}/installed-tests/appstream-glib/appdata-validate.test
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%find_lang %{name}
|
||||
|
||||
@ -162,4 +164,3 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user