From 081524d9efbb8251d9f25fef15a1ad79106135e214b9074650028ebf7720cfb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 10 Feb 2021 12:48:25 +0000 Subject: [PATCH] Accepting request 870467 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/870467 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=193 --- gnome-software-3.38.0.tar.xz | 3 --- gnome-software-3.38.1.tar.xz | 3 +++ gnome-software.changes | 8 ++++++++ gnome-software.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 gnome-software-3.38.0.tar.xz create mode 100644 gnome-software-3.38.1.tar.xz diff --git a/gnome-software-3.38.0.tar.xz b/gnome-software-3.38.0.tar.xz deleted file mode 100644 index 9efb153..0000000 --- a/gnome-software-3.38.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:878acb12a214f7d52796cd6462a3e1954696f2660de7b06b8acfd8b70d225566 -size 8349796 diff --git a/gnome-software-3.38.1.tar.xz b/gnome-software-3.38.1.tar.xz new file mode 100644 index 0000000..4d28e43 --- /dev/null +++ b/gnome-software-3.38.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd440bd0db58db1968108043f8317207150d28c479d80664f7078273ed82c10b +size 8347476 diff --git a/gnome-software.changes b/gnome-software.changes index e4dc25b..250ec56 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 9 09:58:47 UTC 2021 - Bjørn Lie + +- Update to version 3.38.1: + + Fix package details not found for some packages. + + Ignore harmless warnings when using unusual fwupd versions. + + Updated translations. + ------------------------------------------------------------------- Tue Jan 19 00:41:28 UTC 2021 - Stasiek Michalski diff --git a/gnome-software.spec b/gnome-software.spec index 618557d..6c048f0 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-software # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %define gs_plugin_api 13 -%define _version 3_38_0 +%define _version 3_38_1 Name: gnome-software -Version: 3.38.0 +Version: 3.38.1 Release: 0 Summary: GNOME Software Store License: GPL-2.0-or-later @@ -63,9 +63,9 @@ BuildRequires: pkgconfig(sysprof-4) BuildRequires: pkgconfig(sysprof-capture-4) BuildRequires: pkgconfig(xmlb) >= 0.1.7 # boo#1090042 +Requires: PackageKit Requires: fwupd Requires: iso-codes -Requires: PackageKit Requires: (libzypp-plugin-appdata if PackageKit-backend-zypp) Recommends: flatpak # bsc#1178768