forked from pool/gnome-software
Accepting request 811414 from GNOME:Factory
New stable rel, not buildtested (forwarded request 808307 from iznogood) OBS-URL: https://build.opensuse.org/request/show/811414 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=70
This commit is contained in:
commit
409f0c4b5d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daa9b5979db69d429bfb150db57247ead1450f6fa93ce2bc142c8ca2c00cab2c
|
||||
size 8276712
|
3
gnome-software-3.36.1.tar.xz
Normal file
3
gnome-software-3.36.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d4d66c70780539f204f96088da4fcb02371b0a8147f9266ce632ca784bf6f6e
|
||||
size 8277796
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 22 18:13:46 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.36.1:
|
||||
+ Add distro upgrade css for the HC theme.
|
||||
+ Check if a stock icon actually exists in the theme.
|
||||
+ Correctly mark layered local packages as removable.
|
||||
+ Fine-tune F32 upgrade banner position and font.
|
||||
+ Fix loading if applications directory does not exist.
|
||||
+ Fix the progress info required for the loading page.
|
||||
+ Handle invalid snap auth data.
|
||||
+ Improve performance when showing lots of applications.
|
||||
+ Only delete the installed firmware archive if we downloaded it.
|
||||
+ Properly check if an flatpak application is a runtime.
|
||||
+ Show the correct state for local packages without AppData.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 01:59:11 UTC 2020 - Jonathan Kang <songchuan.kang@suse.com>
|
||||
|
||||
- Re-autostart GNOME Software and re-enable its search extension
|
||||
(bsc#1168861, bsc#1157928).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 13:57:51 UTC 2020 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define gs_plugin_api 13
|
||||
Name: gnome-software
|
||||
Version: 3.36.0
|
||||
Version: 3.36.1
|
||||
Release: 0
|
||||
Summary: GNOME Software Store
|
||||
License: GPL-2.0-or-later
|
||||
@ -92,21 +92,6 @@ GNOME software store plugins.
|
||||
# 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
|
||||
|
||||
%if 0%{?sle_version} == 150200
|
||||
#needed for both Leap and SLE
|
||||
#workaround until bsc#1157928 is resolved, otherwise SLES users get authentication popup all the time
|
||||
cat << EOF >> %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
|
||||
Hidden=true
|
||||
EOF
|
||||
|
||||
cat << EOF > %{buildroot}%{_datadir}/glib-2.0/schemas/00_org.gnome.software.gschema.override
|
||||
#workaround until bsc#1157928 is resolved, otherwise SLES users get authentication popup all the time
|
||||
[org.gnome.desktop.search-providers]
|
||||
disabled=["org.gnome.Software.desktop"]
|
||||
EOF
|
||||
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS README.md
|
||||
@ -125,9 +110,6 @@ EOF
|
||||
%{_datadir}/dbus-1/services/org.gnome.Software.service
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
|
||||
%if 0%{?sle_version} == 150200
|
||||
%{_datadir}/glib-2.0/schemas/00_org.gnome.software.gschema.override
|
||||
%endif
|
||||
%dir %{_datadir}/gnome-shell
|
||||
%dir %{_datadir}/gnome-shell/search-providers
|
||||
%{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini
|
||||
|
Loading…
x
Reference in New Issue
Block a user