Accepting request 346453 from GNOME:Factory

Sorry! yet a resub

OBS-URL: https://build.opensuse.org/request/show/346453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2015-12-09 19:35:09 +00:00 committed by Git OBS Bridge
parent 37ecb145ef
commit 2dd0c2226a
6 changed files with 26 additions and 7 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.2</param>
<param name="versionformat">0.5.4</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/appstream_glib_0_5_2</param>
<param name="revision">refs/tags/appstream_glib_0_5_4</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">81a27888453403788605787546bb698a2c836952</param></service></servicedata>
<param name="changesrevision">33f99b7c8591c4c663facc6c7a1ce0fc97a2d7a4</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 25 20:17:28 UTC 2015 - zaitor@opensuse.org
- Update to version 0.5.4:
+ New Features: Add as_utils_version_from_uint16().
+ Bugfixes: Generate GUID values according to RFC4122.
- Add pkgconfig(uuid) BuildRequires: New dependency.
-------------------------------------------------------------------
Tue Nov 17 17:13:46 UTC 2015 - dimstar@opensuse.org
- Update to version 0.5.3:
+ trivial: post release version bump.
+ trivial: Sync example spec file with downstream.
+ Strip Win32 and Linux paths when decompressing firmware.
+ Return the correct error when the desktop file has no
[Desktop Entry] group.
-------------------------------------------------------------------
Tue Nov 17 17:04:18 UTC 2015 - dimstar@opensuse.org

View File

@ -20,7 +20,7 @@
%define _build_from_vcs 1
Name: appstream-glib
Version: 0.5.2
Version: 0.5.4
Release: 0
Summary: AppStream Abstraction Library
License: LGPL-2.1+
@ -53,6 +53,7 @@ BuildRequires: pkgconfig(libgcab-1.0)
BuildRequires: pkgconfig(libsoup-2.4) >= 2.24
BuildRequires: pkgconfig(rpm)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(uuid)
Requires: gcab
# Required in order to be able to convert .svg icons
Requires: gdk-pixbuf-loader-rsvg