Accepting request 955411 from GNOME:Next

- Update to version 0.7.18+30:
  * libappstream-builder: Fix file paths in icon tarball
- Update to version 0.7.18+29:
  * Updated translations.
- Improve _service file to handle to drop +0 in versions for when
  we are exactly on a tag.

OBS-URL: https://build.opensuse.org/request/show/955411
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=147
This commit is contained in:
Bjørn Lie 2022-02-16 16:54:52 +00:00 committed by Git OBS Bridge
parent 5c188c8479
commit 9f8d6e6f7c
7 changed files with 25 additions and 11 deletions

View File

@ -3,10 +3,10 @@
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">appstream_glib_(\d+)_(\d+)_(\d+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</param>
<param name="versionrewrite-pattern">appstream_glib_(\d+)_(\d+)_(\d+)(\+0)?(\+[1-9][0-9]*)?</param>
<param name="versionrewrite-replacement">\1.\2.\3\5</param>
<param name="changesgenerate">enable</param>
<param name="revision">004a4e60e2433c404e7c36b94770c94e592db0fc</param>
<param name="revision">349799ba1d026a18012520b9f2e1901a88ac467b</param>
<!--
<param name="revision">refs/tags/appstream_glib_0_7_18</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">004a4e60e2433c404e7c36b94770c94e592db0fc</param></service></servicedata>
<param name="changesrevision">349799ba1d026a18012520b9f2e1901a88ac467b</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Feb 16 14:38:50 UTC 2022 - dimstar@opensuse.org
- Update to version 0.7.18+30:
* libappstream-builder: Fix file paths in icon tarball
-------------------------------------------------------------------
Tue Feb 15 16:43:07 UTC 2022 - dimstar@opensuse.org
- Update to version 0.7.18+29:
* Updated translations.
- Improve _service file to handle to drop +0 in versions for when
we are exactly on a tag.
-------------------------------------------------------------------
Tue Feb 08 15:58:58 UTC 2022 - bjorn.lie@gmail.com

View File

@ -1,4 +1,4 @@
name: appstream-glib
version: 0.7.18+28
mtime: 1644332535
commit: 004a4e60e2433c404e7c36b94770c94e592db0fc
version: 0.7.18+30
mtime: 1645021796
commit: 349799ba1d026a18012520b9f2e1901a88ac467b

View File

@ -18,7 +18,7 @@
Name: appstream-glib
Version: 0.7.18+28
Version: 0.7.18+30
Release: 0
Summary: AppStream Abstraction Library
License: GPL-2.0-or-later AND LGPL-2.1-or-later