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.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 76fad20..ced73dc 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,78 @@ +------------------------------------------------------------------- +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 + +- 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 + +- 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..a6302e6 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -12,19 +12,19 @@ # 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 11 +%define gs_plugin_api 12 Name: gnome-software -Version: 3.28.2 +Version: 3.30.2 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