From 7fbd3dbc3313cb4f33b9ce9afcc56f12f641cc74d1a4fc162050a2e7766ba70b Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Thu, 20 Sep 2018 03:44:49 +0000 Subject: [PATCH 1/3] Accepting request 634814 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/634814 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=145 --- gnome-software-3.28.2.tar.xz | 3 --- gnome-software-3.30.0.tar.xz | 3 +++ gnome-software.changes | 34 ++++++++++++++++++++++++++++++++++ gnome-software.spec | 28 ++++++++++++++-------------- 4 files changed, 51 insertions(+), 17 deletions(-) delete mode 100644 gnome-software-3.28.2.tar.xz create mode 100644 gnome-software-3.30.0.tar.xz diff --git a/gnome-software-3.28.2.tar.xz b/gnome-software-3.28.2.tar.xz deleted file mode 100644 index 59272ac..0000000 --- a/gnome-software-3.28.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c001853c0da8761e702e2c7e44311523da9184b76aeb334797dcf6c41b929e8 -size 5181868 diff --git a/gnome-software-3.30.0.tar.xz b/gnome-software-3.30.0.tar.xz new file mode 100644 index 0000000..1df2e32 --- /dev/null +++ b/gnome-software-3.30.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400c4ef7b3734cd54b290dede7a1278b74aa965fea4d43ef6da26c8c9268a977 +size 5199304 diff --git a/gnome-software.changes b/gnome-software.changes index 76fad20..84a9a98 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Sat Sep 8 08:29:45 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 3.30.0: + + New stable release. +- Changes from version 3.39.2: + + Do not go 'back' to a previous application details panel. + + Don't crash if when getting the fwupd locked status. + + Download updates automatically when required. + + Fix dark theme support. + + Hide screenshot and support widgets when no screenshots. + + Ignore non-interactive generic errors. + + Implement distro upgrade downloading when using rpm-ostree. + + Only update the update check timestamp when it succeeds. + + Open the WiFi panel when clicking the Network Settings button. + + Rotate featured apps on the overview page. + + Simplify the updates panel. + + Use FlatpakTransaction to install, remove and update. + + Use new display name for the Snap publisher. + + Use the full name for the ESRB ratings descripion. +- Update spec file: + + Use new option names in meson call. + + Remove lang package from recommended packages as it already + supplements main package (same effect, it's redundant). + +------------------------------------------------------------------- +Thu May 10 00:12:26 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.29.1: + + Show a better notification when a local file or URI is not + supported. + + snap: Use ODRS for reviews. + + Updated translations. + ------------------------------------------------------------------- Wed May 9 10:12:57 UTC 2018 - bjorn.lie@gmail.com diff --git a/gnome-software.spec b/gnome-software.spec index 2e0d915..12b3da8 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -16,15 +16,15 @@ # -%define gs_plugin_api 11 +%define gs_plugin_api 12 Name: gnome-software -Version: 3.28.2 +Version: 3.30.0 Release: 0 Summary: GNOME Software Store License: GPL-2.0-or-later Group: System/GUI/GNOME -Url: https://wiki.gnome.org/Apps/Software -Source0: http://download.gnome.org/sources/gnome-software/3.28/%{name}-%{version}.tar.xz +URL: https://wiki.gnome.org/Apps/Software +Source0: http://download.gnome.org/sources/gnome-software/3.30/%{name}-%{version}.tar.xz BuildRequires: gtk-doc BuildRequires: meson BuildRequires: pkgconfig @@ -47,11 +47,10 @@ BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(valgrind) -Requires: iso-codes -Requires: libzypp-plugin-appdata # boo#1090042 Requires: fwupd -Recommends: %{name}-lang +Requires: iso-codes +Requires: libzypp-plugin-appdata %description AppStore like management of Applications for your GNOME Desktop. @@ -72,11 +71,9 @@ GNOME software store plugins. %build %meson \ - -D enable-ubuntu-reviews=false \ - -D enable-ubuntuone=false \ - -D enable-tests=false \ - -D enable-fwupd=true \ - -D enable-gspell=true \ + -D ubuntu_reviews=false \ + -D ubuntuone=false \ + -D tests=false \ %{nil} %meson_build @@ -88,10 +85,12 @@ GNOME software store plugins. #rm %%{buildroot}%%{_datadir}/applications/gnome-software-local-file.desktop %find_lang %{name} +# Remove any piece of doc that ends up in non-standard locations and use the doc macro instead +rm %{buildroot}%{_datadir}/doc/%{name}/README.md + %files %license COPYING -%docdir %{_datadir}/doc/%{name} -%{_datadir}/doc/%{name}/README.md +%doc NEWS README.md %{_bindir}/%{name} %{_bindir}/%{name}-editor %{_datadir}/%{name}/ @@ -128,6 +127,7 @@ GNOME software store plugins. %{_datadir}/applications/org.gnome.Software.Editor.desktop %files devel +%doc AUTHORS MAINTAINERS %dir %{_includedir}/%{name} %{_datadir}/gtk-doc/html/%{name}/ %dir %{_datadir}/doc/gnome-software From 096a192a803b7a1cdd4890e4cc39799bd20cb1a7544620e7d10259bce8a9be02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 26 Sep 2018 16:48:03 +0000 Subject: [PATCH 2/3] Accepting request 638437 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/638437 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=146 --- gnome-software-3.30.0.tar.xz | 3 --- gnome-software-3.30.1.tar.xz | 3 +++ gnome-software.changes | 21 +++++++++++++++++++++ gnome-software.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 gnome-software-3.30.0.tar.xz create mode 100644 gnome-software-3.30.1.tar.xz diff --git a/gnome-software-3.30.0.tar.xz b/gnome-software-3.30.0.tar.xz deleted file mode 100644 index 1df2e32..0000000 --- a/gnome-software-3.30.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:400c4ef7b3734cd54b290dede7a1278b74aa965fea4d43ef6da26c8c9268a977 -size 5199304 diff --git a/gnome-software-3.30.1.tar.xz b/gnome-software-3.30.1.tar.xz new file mode 100644 index 0000000..3236d14 --- /dev/null +++ b/gnome-software-3.30.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d348d37c6b7a9e61255863f8442beec89f01c08b3136b888cd8d97a9a960bce +size 5192924 diff --git a/gnome-software.changes b/gnome-software.changes index 84a9a98..e663f86 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Sep 26 11:23:19 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.1: + + Fix an issue that caused duplicate lines in 'OS Updates'. + + Filter the application restart notification to actual desktop + apps. + + Fix an issue that caused automatic updates to fail during + download phase. + + Avoid showing duplicates in the featured apps when an app is + available as both flatpak and a package. + + Fix an issue that caused gnome-software to use 100% of CPU when + doing automatic updates. + + Lower IO priority for gnome-software so that other apps stay + responsive during flatpak installs. + + Various fixes and wording changes to automatic updates + notifications. + + Only show "Examine Disk" button when baobab is available. + + Leak and correctness fixes in the snap plugin. + + Updated translations. + ------------------------------------------------------------------- Sat Sep 8 08:29:45 UTC 2018 - antoine.belvire@opensuse.org diff --git a/gnome-software.spec b/gnome-software.spec index 12b3da8..1138a7b 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define gs_plugin_api 12 Name: gnome-software -Version: 3.30.0 +Version: 3.30.1 Release: 0 Summary: GNOME Software Store License: GPL-2.0-or-later From 94f191960de8dcda0dd4785cd582cb2aa4bb3e02b449339c141d41e1dd86442f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 5 Oct 2018 16:02:09 +0000 Subject: [PATCH 3/3] Accepting request 640102 from GNOME:Next - Update to version 3.30.2: + Localize the polkit policy file. + Display ongoing app-installation at top of the list. + Update apps in display order. + Fix autoupdates triggering in a feedback loop. + Tweak the prefs dialog layout. + Various fixes to the flatpak plugin, making its state keeping more robust. + Fix flatpak errors to show up instead of a generic "Aborted" error. + Avoid triggering reboots for online updatable apps (flatpak). + Make rpm-ostree updates work again. + Fix an issue that caused duplicate lines in 'OS Updates' on rpm-ostree based systems. + Compiler warning fixes. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/640102 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=147 --- gnome-software-3.30.1.tar.xz | 3 --- gnome-software-3.30.2.tar.xz | 3 +++ gnome-software.changes | 20 ++++++++++++++++++++ gnome-software.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 gnome-software-3.30.1.tar.xz create mode 100644 gnome-software-3.30.2.tar.xz diff --git a/gnome-software-3.30.1.tar.xz b/gnome-software-3.30.1.tar.xz deleted file mode 100644 index 3236d14..0000000 --- a/gnome-software-3.30.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d348d37c6b7a9e61255863f8442beec89f01c08b3136b888cd8d97a9a960bce -size 5192924 diff --git a/gnome-software-3.30.2.tar.xz b/gnome-software-3.30.2.tar.xz new file mode 100644 index 0000000..e77ccea --- /dev/null +++ b/gnome-software-3.30.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1bf97733e0f35e9131ab5b16ff3abdd70b69f6bffa96951739f61369fe37a7 +size 5193064 diff --git a/gnome-software.changes b/gnome-software.changes index e663f86..ced73dc 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Oct 5 15:26:26 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.2: + + Localize the polkit policy file. + + Display ongoing app-installation at top of the list. + + Update apps in display order. + + Fix autoupdates triggering in a feedback loop. + + Tweak the prefs dialog layout. + + Various fixes to the flatpak plugin, making its state keeping + more robust. + + Fix flatpak errors to show up instead of a generic "Aborted" + error. + + Avoid triggering reboots for online updatable apps (flatpak). + + Make rpm-ostree updates work again. + + Fix an issue that caused duplicate lines in 'OS Updates' on + rpm-ostree based systems. + + Compiler warning fixes. + + Updated translations. + ------------------------------------------------------------------- Wed Sep 26 11:23:19 UTC 2018 - bjorn.lie@gmail.com diff --git a/gnome-software.spec b/gnome-software.spec index 1138a7b..a6302e6 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -18,7 +18,7 @@ %define gs_plugin_api 12 Name: gnome-software -Version: 3.30.1 +Version: 3.30.2 Release: 0 Summary: GNOME Software Store License: GPL-2.0-or-later