From 007e15ed26f5bf02d07d805d8d31695772f6e114f8591354e55336b572e8bb7a Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Wed, 8 Nov 2023 16:51:23 +0000 Subject: [PATCH] - update to version 0.3.8: * handle primary xml in zstd format * add option to add gpg keys as content tags (bsc#1184326) - use is_opensuse for requiring proper EULAs package (fate#320517) - add appdata.xml.gz and app-icons.tar.gz if exising - drop use of BSUtil.pm - created initial package OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/instsource-susedata?expand=0&rev=36 --- _service | 4 ++-- instsource-susedata-0.3.7.obscpio | 3 --- instsource-susedata-0.3.8.obscpio | 3 +++ instsource-susedata.changes | 18 ++++++++++++------ instsource-susedata.obsinfo | 7 +++---- instsource-susedata.spec | 4 ++-- 6 files changed, 22 insertions(+), 17 deletions(-) delete mode 100644 instsource-susedata-0.3.7.obscpio create mode 100644 instsource-susedata-0.3.8.obscpio diff --git a/_service b/_service index 50e7ca5..188fcf7 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ https://github.com/openSUSE/instsource-susedata.git git - 0.3.7 - 0.3.7 + 0.3.8 + 0.3.8 instsource-susedata.changes instsource-susedata.spec diff --git a/instsource-susedata-0.3.7.obscpio b/instsource-susedata-0.3.7.obscpio deleted file mode 100644 index 28ce28e..0000000 --- a/instsource-susedata-0.3.7.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a89cc8152accb42cd34e53968728c0bf9480b7e9fe9e5fe8760829c993270f85 -size 37898 diff --git a/instsource-susedata-0.3.8.obscpio b/instsource-susedata-0.3.8.obscpio new file mode 100644 index 0000000..871fd04 --- /dev/null +++ b/instsource-susedata-0.3.8.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622e240e983fdac8c546e50fc49b8fdef34510a0479e6d134c9cebab72560a40 +size 38410 diff --git a/instsource-susedata.changes b/instsource-susedata.changes index d547e1f..1a5d271 100644 --- a/instsource-susedata.changes +++ b/instsource-susedata.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 8 14:27:17 UTC 2023 - Dirk Müller + +- update to version 0.3.8: + * handle primary xml in zstd format + ------------------------------------------------------------------- Tue May 04 14:35:48 CEST 2021 - ro@suse.de @@ -8,7 +14,7 @@ Tue May 04 14:35:48 CEST 2021 - ro@suse.de Thu Apr 15 16:18:09 CEST 2021 - ro@suse.de - update to version 0.3.6 - * add option to add gpg keys as content tags (bsc#1184326) + * add option to add gpg keys as content tags (bsc#1184326) ------------------------------------------------------------------- Wed Apr 29 00:27:25 CEST 2020 - ro@suse.de @@ -62,13 +68,13 @@ Mon Oct 17 11:01:28 UTC 2016 - jengelh@inai.de ------------------------------------------------------------------- Tue Sep 27 17:41:40 CEST 2016 - ro@suse.de -- use is_opensuse for requiring proper EULAs package +- use is_opensuse for requiring proper EULAs package ------------------------------------------------------------------- Tue Jul 26 12:32:44 CEST 2016 - ro@suse.de - add option "-p" for adding diskusage information to susedata - (fate#320517) + (fate#320517) ------------------------------------------------------------------- Wed Mar 12 11:30:26 CET 2014 - ro@suse.de @@ -78,12 +84,12 @@ Wed Mar 12 11:30:26 CET 2014 - ro@suse.de ------------------------------------------------------------------- Tue Mar 4 15:05:34 CET 2014 - ro@suse.de -- add appdata.xml.gz and app-icons.tar.gz if exising +- add appdata.xml.gz and app-icons.tar.gz if exising ------------------------------------------------------------------- Tue Mar 4 12:28:08 CET 2014 - ro@suse.de -- drop use of BSUtil.pm +- drop use of BSUtil.pm - drop private copy of ABXML.pm (will be added to inst-source-utils) ------------------------------------------------------------------- @@ -94,5 +100,5 @@ Wed Feb 26 01:25:46 CET 2014 - ro@suse.de ------------------------------------------------------------------- Tue Feb 25 13:49:54 CET 2014 - ro@suse.de -- created initial package +- created initial package diff --git a/instsource-susedata.obsinfo b/instsource-susedata.obsinfo index e3d94a0..4a20e40 100644 --- a/instsource-susedata.obsinfo +++ b/instsource-susedata.obsinfo @@ -1,5 +1,4 @@ name: instsource-susedata -version: 0.3.7 -mtime: 1620131823 -commit: d6d5a7bd701dfb665d04a141dc99a441895ea79d - +version: 0.3.8 +mtime: 1699461763 +commit: 037bb9182dd89aaec9c471b206f2e0f4d6d72bb3 diff --git a/instsource-susedata.spec b/instsource-susedata.spec index 4791935..28c81be 100644 --- a/instsource-susedata.spec +++ b/instsource-susedata.spec @@ -1,7 +1,7 @@ # # spec file for package instsource-susedata # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: instsource-susedata Summary: Utility to add susedata to repomd metadata License: GPL-2.0-only Group: System/Management -Version: 0.3.7 +Version: 0.3.8 Release: 0 Source: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build