Accepting request 600168 from home:luc14n0:branches:GNOME:Factory
Update to version 0.7.8. OBS-URL: https://build.opensuse.org/request/show/600168 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=125
This commit is contained in:
parent
d9ba211103
commit
83bcdfff97
4
_service
4
_service
@ -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.7.7</param>
|
||||
<param name="versionformat">0.7.8</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">appstream_glib_0_7_7</param>
|
||||
<param name="revision">appstream_glib_0_7_8</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||
<param name="changesrevision">0ff41ace8c070f3aade7b6e4a56a692df3c8b10f</param></service></servicedata>
|
||||
<param name="changesrevision">10f8f8f3b9f68267849fb92e2c1854b1ac9faf85</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:382187045c35da957f73b11e21d5a037e716f5db41c4ab7400b2113e42fd4810
|
||||
size 2233672
|
3
appstream-glib-0.7.8.tar.xz
Normal file
3
appstream-glib-0.7.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb0e2cfd5a6070615efea4c87b1fc539f4566085aa5f5b41945f679d9d61dd4c
|
||||
size 2244652
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 23 02:43:01 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 0.7.8:
|
||||
+ New Features addition: as_store_get_app_by_launchable(),
|
||||
as_utils_unique_id_match(), as_version_string() for fwupd. And
|
||||
support for component agreements.
|
||||
+ Bugfixes:
|
||||
- Correctly compare version numbers like '1.2.3' and '1.2.3a';
|
||||
- Don't include the path component in the name when parsing the
|
||||
package filename;
|
||||
- If the launchable is specified don't guess it when composing;
|
||||
- Never add more than one component to the AppStream store when
|
||||
composing;
|
||||
- Veto apps that have empty OnlyShowIn=.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 12:08:21 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%define _build_from_vcs 0
|
||||
Name: appstream-glib
|
||||
Version: 0.7.7
|
||||
Version: 0.7.8
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user