Accepting request 541263 from GNOME:Next
Upstream fix commited OBS-URL: https://build.opensuse.org/request/show/541263 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=114
This commit is contained in:
parent
e57a210bd8
commit
792ebfd60d
4
_service
4
_service
@ -2,9 +2,9 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">0.7.3+git.%cd</param>
|
<param name="versionformat">0.7.4+git.@TAG_OFFSET@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">f230c8d6c82868843b5d5ed6351249846883ef7f</param>
|
<param name="revision">473f3ab19f91e13014d6cefdbf57209337a6d407</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||||
<param name="changesrevision">f230c8d6c82868843b5d5ed6351249846883ef7f</param></service></servicedata>
|
<param name="changesrevision">473f3ab19f91e13014d6cefdbf57209337a6d407</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8601f92208f453eaba38594f8511c1f5002467ae45d66ab2c663506b29060096
|
|
||||||
size 2227452
|
|
3
appstream-glib-0.7.4+git.3.tar.xz
Normal file
3
appstream-glib-0.7.4+git.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7de97ff555ecd83b25427916e51712226370db4e5a0744d33f770a0c850b4038
|
||||||
|
size 2227548
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 13 11:08:55 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.7.4+git.3:
|
||||||
|
+ Do not try to extract duplicate files in the icon theme
|
||||||
|
packages.
|
||||||
|
+ Fix the arithmetic when fitting an image in 16:9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 10 06:59:27 UTC 2017 - fezhang@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.7.4:
|
||||||
|
+ trivial: Disable the fonts self tests in the builder
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 03 11:49:25 UTC 2017 - dimstar@opensuse.org
|
Fri Nov 03 11:49:25 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define _build_from_vcs 1
|
%define _build_from_vcs 1
|
||||||
Name: appstream-glib
|
Name: appstream-glib
|
||||||
Version: 0.7.3+git.20171103
|
Version: 0.7.4+git.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AppStream Abstraction Library
|
Summary: AppStream Abstraction Library
|
||||||
License: LGPL-2.1+ AND GPL-2.0+
|
License: LGPL-2.1+ AND GPL-2.0+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user