Dominique Leuenberger 2024-08-30 11:26:11 +00:00 committed by Git OBS Bridge
commit 2a5e8f054e
7 changed files with 34 additions and 15 deletions

View File

@ -6,7 +6,7 @@
<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">refs/tags/appstream_glib_0_8_2</param>
<param name="revision">refs/tags/appstream_glib_0_8_3</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">

View File

@ -1,4 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="changesrevision">02c8ad3b66075d9b2c9094dff816cd44839a4b45</param></service></servicedata>
<param name="changesrevision">830cdbd0581110bdb74188e7a66c272cd059f5bb</param>
</service>
</servicedata>

BIN
appstream-glib-0.8.2.obscpio (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Aug 25 14:03:55 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 0.8.3:
* Drop support for libstemmer
* Do not veto the extension if the parent cannot be found
* Support RFC9512 registration for application/yaml
* Stop trying to convert Fedora licenses into SPDX
* asb-plugin-font: Add glob match for .ttc files
* Update gl.po
* Update Simplified Chinese translation
* Make the appdata filename check match the plugin globs
* Remove Check for X-KDE-StartupNotify
* Update Russian translation
* Include screenshot size in "too large" errors
* Include screenshot height in "too small" error
-------------------------------------------------------------------
Fri Feb 9 12:56:09 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: appstream-glib
version: 0.8.2
mtime: 1667563006
commit: 02c8ad3b66075d9b2c9094dff816cd44839a4b45
version: 0.8.3
mtime: 1717590488
commit: 830cdbd0581110bdb74188e7a66c272cd059f5bb

View File

@ -3,6 +3,7 @@
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +19,7 @@
Name: appstream-glib
Version: 0.8.2
Version: 0.8.3
Release: 0
Summary: AppStream Abstraction Library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@ -49,13 +50,13 @@ BuildRequires: pkgconfig(libgcab-1.0)
BuildRequires: pkgconfig(rpm)
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(yaml-0.1)
# Due to patch1 only swcatalog will be populated.
# Older libs would not find any info anymore.
Conflicts: libappstream4 < 0.15.2
Requires: gcab
# Required in order to be able to convert .svg icons
Requires: gdk-pixbuf-loader-rsvg
Requires: pngquant >= 2.8
# Due to patch1 only swcatalog will be populated.
# Older libs would not find any info anymore.
Conflicts: libappstream4 < 0.15.2
Provides: asglib(swcatalog)
%description
@ -136,7 +137,6 @@ for the repositories to be published
-Drpm=true \
-Dalpm=false \
-Dfonts=false \
-Dstemmer=false \
-Dman=true \
-Dgtk-doc=true \
-Dintrospection=true \