forked from pool/gnome-software
Accepting request 659048 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/659048 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=154
This commit is contained in:
parent
97e5b0b6d2
commit
9707df8324
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:22a183f7af2ee77f243a00eebea0e32ab54cfe0abb3597e7d7a8cf8511105d34
|
|
||||||
size 5198616
|
|
3
gnome-software-3.30.6.tar.xz
Normal file
3
gnome-software-3.30.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54630cdcde67cc571905a2ef5918fb7697f6aff80d937340440869f65c0c9002
|
||||||
|
size 5217384
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 18 08:16:31 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.30.6:
|
||||||
|
+ Fix various thread safety related crashes.
|
||||||
|
+ Fix row unrevealing to not leave behind 2 pixels on the
|
||||||
|
updates page.
|
||||||
|
+ Make the refresh button to actually refresh packagekit cache.
|
||||||
|
+ Fix various issues that could lead to cache refresh getting
|
||||||
|
stuck.
|
||||||
|
+ Show updates available notifications even when automatic
|
||||||
|
updates are disabled.
|
||||||
|
+ Fix counting apps in the updates applied notification.
|
||||||
|
+ Improve packagekit update loading code, hopefully making it
|
||||||
|
more robust.
|
||||||
|
+ Fix an issue that could lead to the packagekit plugin
|
||||||
|
activating on rpm-ostree based systems.
|
||||||
|
+ Switch flatpak updates to use a single transaction, which lets
|
||||||
|
us share more code (and bugs) with the command line flatpak
|
||||||
|
utility.
|
||||||
|
+ Fix various issues with transitioning from the "Download" state
|
||||||
|
to "Restart & Update".
|
||||||
|
+ Don't error out from update downloads if the ODRS server is
|
||||||
|
unavailable.
|
||||||
|
+ Fix old updates accumulating in the OS Updates item.
|
||||||
|
+ Various flatpakref installation fixes.
|
||||||
|
+ Fix opening the details page when clicking on "Show Details" in
|
||||||
|
GNOME Shell.
|
||||||
|
+ Fix opening shell extensions details from GNOME Tweaks.
|
||||||
|
+ Various fixes for initial loading state.
|
||||||
|
+ Updated transactions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 20 02:38:19 UTC 2018 - sckang@suse.com
|
Tue Nov 20 02:38:19 UTC 2018 - sckang@suse.com
|
||||||
|
|
||||||
|
@ -12,13 +12,13 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%define gs_plugin_api 12
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.30.5
|
Version: 3.30.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Software Store
|
Summary: GNOME Software Store
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user