Dominique Leuenberger 2018-03-09 16:17:11 +00:00 committed by Git OBS Bridge
parent dd3ffd5ff3
commit b1705a52ef
6 changed files with 21 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.7.6</param>
<param name="versionformat">0.7.6+git.@TAG_OFFSET@</param>
<param name="changesgenerate">enable</param>
<param name="revision">appstream_glib_0_7_6</param>
<param name="revision">0c54573e420b25c201a016df829906c9aee45472</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">9103913bead336ae43bbc9a0fec1c938b94eb0e4</param></service></servicedata>
<param name="changesrevision">0c54573e420b25c201a016df829906c9aee45472</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 09 16:12:16 UTC 2018 - dimstar@opensuse.org
- Update to version 0.7.6+git.12:
+ Always resize AppStream icons to fit the destination size.
+ Add AS_IMAGE_LOAD_FLAG_ALWAYS_RESIZE to always resize the
pixbuf.
+ Correctly validate files using OR in the metadata_license.
+ Update the SPDX license list to v3.0.
+ Don't abort the build if pngquant fails.
+ Add custom metadata key for shell extension uuid.
+ Do not fail to validate if the timestamps are out of order.
+ Treat pngquant exit code of 98 (nothing done) as success.
-------------------------------------------------------------------
Wed Feb 28 16:22:56 UTC 2018 - dimstar@opensuse.org

View File

@ -19,7 +19,7 @@
%define _build_from_vcs 0
Name: appstream-glib
Version: 0.7.6
Version: 0.7.6+git.12
Release: 0
Summary: AppStream Abstraction Library
License: LGPL-2.1-or-later AND GPL-2.0-or-later