Accepting request 952877 from GNOME:Factory

(forwarded request 952770 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/952877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:06:58 +00:00 committed by Git OBS Bridge
commit 2cfcece513
7 changed files with 57 additions and 14 deletions

View File

@ -2,11 +2,14 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</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="changesgenerate">enable</param>
<param name="revision">004a4e60e2433c404e7c36b94770c94e592db0fc</param>
<!--
<param name="revision">refs/tags/appstream_glib_0_7_18</param>
-->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">

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">705e8e2061e9c9ef741792b1de56c6529fb57082</param></service></servicedata>
<param name="changesrevision">004a4e60e2433c404e7c36b94770c94e592db0fc</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Feb 08 15:58:58 UTC 2022 - bjorn.lie@gmail.com
- Update to version 0.7.18+28:
* as-app: Also unwrap description in metainfo files
* Fix validation of translated captions when LANG is not C
* Revert "Don't emit legacy component type values"
* Don't emit legacy component type values
* its: Sync with appstream
* Consider AppStream version as a string
* meson: Check --version-script linker option before using.
* Update current newest version in AsStore
* Support em/code tags Some appstream-data packages add <em> and
</em> or <code> and </code> to the files. Not all package
manager can handle that. An example would be pamac from Manjaro
* Update asb-self-test to match current behavior
* Add validation for duplicate license xml elements
* builder: make directories as 0755 && umask
* Do not show a critical warning on <suggests><id/></suggests>
* libappstream-builder: Fix paths for cached icons
* as-util: Fix Markdown underlining in appdata-to-news
* Replace links http://standards.freedesktop.org/... by https in
README.md
* Replace a link http://www.freedesktop.org/wiki/... by https in
README.md
* as-app: Parse launchables from DEP-11
* as-app: Parse custom tags from DEP-11
* as-content-rating: Align the OARS/CSM mappings of sex-*
* Updated translations.
- Switch to current git head, upstream is not making releases.
- Drop 0001-as-app-Also-unwrap-description-in-metainfo-files.patch:
Fixed upstream.
-------------------------------------------------------------------
Tue Feb 8 15:25:24 UTC 2022 - Fabian Vogt <fvogt@suse.com>
- Add patch to fix descriptions in .metainfo.xml files
(boo#1192243, gh#hughsie/appstream-glib#381):
* 0001-as-app-Also-unwrap-description-in-metainfo-files.patch
-------------------------------------------------------------------
Sun Sep 13 19:12:51 UTC 2020 - elimat@opensuse.org

View File

@ -1,5 +1,4 @@
name: appstream-glib
version: 0.7.18
mtime: 1599473586
commit: 705e8e2061e9c9ef741792b1de56c6529fb57082
version: 0.7.18+28
mtime: 1644332535
commit: 004a4e60e2433c404e7c36b94770c94e592db0fc

View File

@ -1,7 +1,7 @@
#
# spec file for package appstream-glib
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@ -18,13 +18,14 @@
Name: appstream-glib
Version: 0.7.18
Version: 0.7.18+28
Release: 0
Summary: AppStream Abstraction Library
License: LGPL-2.1-or-later AND GPL-2.0-or-later
License: GPL-2.0-or-later AND LGPL-2.1-or-later
URL: https://people.freedesktop.org/~hughsient/appstream-glib/
Source0: %{name}-%{version}.tar.xz
Source1: openSUSE-appstream-process
BuildRequires: docbook-xsl-stylesheets
BuildRequires: gcab >= 0.6
BuildRequires: gobject-introspection-devel
@ -85,7 +86,7 @@ nodes and convert to and from the standardized XML representation.
%package devel
Summary: Development files for the AppStream abstraction library
License: LGPL-2.1-or-later AND GPL-2.0-or-later
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Requires: %{name} = %{version}
Requires: libappstream-glib8 = %{version}
Requires: typelib-1_0-AppStreamGlib-1_0 = %{version}
@ -110,7 +111,7 @@ This library allows to:
%package -n openSUSE-appstream-process
Summary: Appstream processor employed by kiwi
License: LGPL-2.1-or-later AND GPL-2.0-or-later
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Requires: appstream-glib >= %{version}
Requires: openSUSE-appdata-extra