Accepting request 343793 from GNOME:Next

New and improved :P

OBS-URL: https://build.opensuse.org/request/show/343793
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=49
This commit is contained in:
Bjørn Lie 2015-11-11 11:31:35 +00:00 committed by Git OBS Bridge
parent cd6ad0ed92
commit d9c6280089
6 changed files with 63 additions and 9 deletions

View File

@ -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.5.1</param>
<param name="versionformat">0.5.2</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/appstream_glib_0_5_1</param>
<param name="revision">refs/tags/appstream_glib_0_5_2</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="changesrevision">fa69f04c735ea00e78d800701558a9ed42b75db5</param></service></servicedata>
<param name="changesrevision">81a27888453403788605787546bb698a2c836952</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Sat Nov 7 14:00:47 UTC 2015 - zaitor@opensuse.org
- Add pkgconfig(libgcab-1.0) BuildRequires: New dependency.
-------------------------------------------------------------------
Mon Nov 02 11:00:29 UTC 2015 - dimstar@opensuse.org
- Update to version 0.5.2:
+ Do not overwrite the AppData URL with the one from the package.
+ Do not ever store the KDE x-test locale data.
+ Require AppData files to be present in the AppStream metadata.
+ Use a sensible warning when processing desktop files with
NoDisplay=true.
+ Simplify veto messages for missing <name> and <summary>.
+ Fix a typo in command name.
+ Support super-HiDPI icons like shipped in Hedgewars.
+ trivial: Do not subsume vetos if AS_APP_SUBSUME_FLAG_PARTIAL is
used.
+ Accept a '0x' hexidecimal prefix when parsing a component.
+ Always use a dotted-decimal representation of the version.
+ Add AsProfile for speed profiling.
+ trivial: Show the path when profiling
as_store_load_installed().
+ as_profile: Non-void function should return a value.
+ trivial: Symbolic stock icons are valid.
+ Add an --enable-profile option to appstream-util.
+ Remove the long-obsolete appdata-validate tool.
+ Add as_profile_set_autodump().
+ Monitor /usr/share/applications for apps without AppData when
using watch flags.
+ Add as_markup_validate() to check descriptions.
+ Allow as_markup_convert() to ignore errors.
+ Always escape AppStream descriptions when doing passthrough.
+ Add support for <size>.
+ Add the ability to attach blobs of data to AsRelease objects.
+ Add the ability to parse .cab archives as AppStream stores.
+ Use AsStoreCab to read .cab files when building metadata.
+ Fix crash in validator when processing '<li></li>'.
+ Do not fail to install firmware if DriverVer is not set.
+ Use as_utils_vercmp() to be correctly check versions for
equality.
+ Try harder to deal with icons that have extension or full path
listed.
+ Only accept UNIX paths for files in cab files.
+ Do not use the DriverVersion for the inf file version.
+ Use a MS-style version number when parsing a hex version.
+ libappstream-glib: Do not parse ISO dates as uint32 version
numbers.
+ Do not attempt to parse the version in
as_release_set_version().
+ Use a wildcard in the self tests to ignore GCab-generated hash
differences.
-------------------------------------------------------------------
Wed Sep 16 09:00:22 UTC 2015 - opensuse-packaging@opensuse.org

View File

@ -20,7 +20,7 @@
%define _build_from_vcs 1
Name: appstream-glib
Version: 0.5.1
Version: 0.5.2
Release: 0
Summary: AppStream Abstraction Library
License: LGPL-2.1+
@ -49,6 +49,7 @@ BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libarchive)
BuildRequires: pkgconfig(libgcab-1.0)
BuildRequires: pkgconfig(libsoup-2.4) >= 2.24
BuildRequires: pkgconfig(rpm)
BuildRequires: pkgconfig(sqlite3)
@ -210,7 +211,7 @@ fi
%{_bindir}/appstream-util
%{_datadir}/bash-completion/completions/appstream-builder
%{_datadir}/bash-completion/completions/appstream-util
%{_libdir}/asb-plugins-2/
%{_libdir}/asb-plugins-4/
%{_mandir}/man1/appstream-builder.1%{?ext_man}
%{_mandir}/man1/appstream-util.1%{?ext_man}
@ -234,7 +235,6 @@ fi
%files devel
%defattr(-,root,root)
%{_bindir}/appdata-validate
%{_datadir}/aclocal/appdata-xml.m4
%{_datadir}/aclocal/appstream-xml.m4
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir