diff --git a/_service b/_service index 708a426..c8c01a4 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ appstream_glib_(\d+)_(\d+)_(\d+)(\+0)?(\+[1-9][0-9]*)? \1.\2.\3\5 enable - refs/tags/appstream_glib_0_8_2 + refs/tags/appstream_glib_0_8_3 diff --git a/_servicedata b/_servicedata index 8eb4c32..1290ee1 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,6 @@ - - https://github.com/hughsie/appstream-glib.git - 02c8ad3b66075d9b2c9094dff816cd44839a4b45 \ No newline at end of file + + https://github.com/hughsie/appstream-glib.git + 830cdbd0581110bdb74188e7a66c272cd059f5bb + + \ No newline at end of file diff --git a/appstream-glib-0.8.2.obscpio b/appstream-glib-0.8.2.obscpio deleted file mode 100644 index d693abe..0000000 --- a/appstream-glib-0.8.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afeaa8fbb6aeb381487bbe855c8480900a79ea564dda724ce32c54ef6993fc0c -size 5233677 diff --git a/appstream-glib-0.8.3.obscpio b/appstream-glib-0.8.3.obscpio new file mode 100644 index 0000000..b2cab1d --- /dev/null +++ b/appstream-glib-0.8.3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4758c910952baa690d19261ae1347429e3a4b114706a7f9e2878281ff01ba1 +size 5242381 diff --git a/appstream-glib.changes b/appstream-glib.changes index 718e5bb..3edfd61 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Aug 25 14:03:55 UTC 2024 - Andreas Stieger + +- 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 diff --git a/appstream-glib.obsinfo b/appstream-glib.obsinfo index a9d1c97..7da82d1 100644 --- a/appstream-glib.obsinfo +++ b/appstream-glib.obsinfo @@ -1,4 +1,4 @@ name: appstream-glib -version: 0.8.2 -mtime: 1667563006 -commit: 02c8ad3b66075d9b2c9094dff816cd44839a4b45 +version: 0.8.3 +mtime: 1717590488 +commit: 830cdbd0581110bdb74188e7a66c272cd059f5bb diff --git a/appstream-glib.spec b/appstream-glib.spec index 7dae601..fc71d57 100644 --- a/appstream-glib.spec +++ b/appstream-glib.spec @@ -3,6 +3,7 @@ # # Copyright (c) 2024 SUSE LLC # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands +# Copyright (c) 2024 Andreas Stieger # # 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 \