Accepting request 795001 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/795001 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=140
This commit is contained in:
parent
6c2aa43f9f
commit
ad70ddccbf
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="versionrewrite-pattern">appstream_glib_(\d+)_(\d+)_(\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_7_16</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_7_17</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||
<param name="changesrevision">230e2da082d9754858330c3e262a9d44f816def1</param></service></servicedata>
|
||||
<param name="changesrevision">93f614add2377465bc7bd24a9a99c8ae28e2342f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daf92fc5d013098cd0e797aae8000552d4fbdf18e6c941b26e50bded2b43f09a
|
||||
size 4317196
|
3
appstream-glib-0.7.17.obscpio
Normal file
3
appstream-glib-0.7.17.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9cc5c3683d6c5ff92fd9a7a7001c09d1088378422f2dd141169fabc97111315f
|
||||
size 4333068
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 17:12:57 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.7.17:
|
||||
* Support versioning on clang/macOS
|
||||
* Use ".so" suffix for the plugins on macOS
|
||||
* Use internal uuid library in macOS
|
||||
* docs: Fix examples of AsNodeToXmlFlags using an invalid flag.
|
||||
* Bump minimum glib2 dependency.
|
||||
* Update Galician translations
|
||||
* as-app: properly initialize unique_id_mutex
|
||||
* Use _fullpath() instead of GetFullPathNameA().
|
||||
* Fix Win32 headers.
|
||||
* Support ${id}/${locale}.qm in addition to ${id}_${locale}.qm
|
||||
* as-app: add "icon-theme" as recognised component type
|
||||
* as-content-rating: Make default values match OARS semantics
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 12:07:58 UTC 2019 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: appstream-glib
|
||||
version: 0.7.16
|
||||
mtime: 1569866536
|
||||
commit: 230e2da082d9754858330c3e262a9d44f816def1
|
||||
version: 0.7.17
|
||||
mtime: 1582191077
|
||||
commit: 93f614add2377465bc7bd24a9a99c8ae28e2342f
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package appstream-glib
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.7.16
|
||||
Version: 0.7.17
|
||||
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