forked from pool/gnome-software
Accepting request 795217 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 795066 from iznogood) OBS-URL: https://build.opensuse.org/request/show/795217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=69
This commit is contained in:
commit
2e19f88fc2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7da2ec0ae958cc6b2151065a2d561a274547db83934f153751c6078e73711fe
|
||||
size 5945736
|
3
gnome-software-3.36.0.tar.xz
Normal file
3
gnome-software-3.36.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daa9b5979db69d429bfb150db57247ead1450f6fa93ce2bc142c8ca2c00cab2c
|
||||
size 8276712
|
@ -1,8 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 13:57:51 UTC 2020 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.36.0:
|
||||
+ gs-app-row: Remove ‘show-folders’ functionality.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 4 19:43:55 UTC 2020 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.35.92:
|
||||
+ Fix crash when viewing application details.
|
||||
+ Fix “thrice daily” check running every 3 days.
|
||||
+ Improve the appearance of the front page banners.
|
||||
+ Show the correct upgrade banner contents when a reboot is
|
||||
required.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 11:06:31 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.35.91:
|
||||
+ Add an info bar about automatic updates.
|
||||
+ Avoid rpm-ostree downgrade error when doing distro upgrade.
|
||||
+ Click on stars to open review dialog in the details view.
|
||||
+ Fix loading of icons from AppStream YAML.
|
||||
+ Fix weird font sizes in the batter.
|
||||
+ Hide any in-app notifications when closing the main window.
|
||||
+ Integrate better with snapd.
|
||||
+ Only ignore flatpak estimated progress if >10%.
|
||||
+ Remove color stripes on categories in the Explore page.
|
||||
+ Remove support for Shell extensions.
|
||||
+ Remove webapp support.
|
||||
+ Reset star rating when loading an unrated app.
|
||||
+ Sort applications using locale based algorithms.
|
||||
+ Stop snaps from being automatically updated.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(ostree-1) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 20:39:42 CET 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.35.2:
|
||||
+ Add missing OARS content rating descriptions.
|
||||
+ Add new plugin for restricting access to apps.
|
||||
+ Avoid a UI crash when switching modes.
|
||||
+ Build libmalcontent dependency on Fedora CI.
|
||||
+ Correctly distinguish empty content ratings from missing ones.
|
||||
+ Correctly set the application state if autoupdate is in
|
||||
progress.
|
||||
+ Do not show a crazy error when installing packages.
|
||||
+ Do not show non-applications in the installed panel.
|
||||
+ Download Flatpak updates in the correct installation.
|
||||
+ Expose snap channels as app alternates.
|
||||
+ Fix a crash on 32-bit systems.
|
||||
+ Fix manual detach when updating removable device firmware.
|
||||
+ Fix third party repo enabling not working.
|
||||
+ Hide add/remove shortcut buttons for parentally filtered apps.
|
||||
+ Improve some front page banners.
|
||||
+ Invalidate caches when adding or removing remotes.
|
||||
+ Make flatpak more thread-safe to fix some crashes.
|
||||
+ Match the exact ID when refining a wildcard.
|
||||
+ Only set the app row's buttons as destructive when they remove
|
||||
an app.
|
||||
+ Rework age ratings handling to avoid hard-coded list.
|
||||
+ Set the shell extension origin correctly in all cases.
|
||||
+ Show the channel for snaps.
|
||||
+ Speed up the flatpak plugin in some situations.
|
||||
+ Use plugin API to launch apps from install notification.
|
||||
- Pass -Dmalcontent=false to meson: Disable parental control
|
||||
integration for now, as we don't have malcontent packaged yet.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 16:57:40 UTC 2020 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Apply polkit workaround also for Leap 15.2
|
||||
bsc#1157928 poo#62762
|
||||
bsc#1157928 poo#62762.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 09:48:12 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
@ -18,20 +18,20 @@
|
||||
|
||||
%define gs_plugin_api 13
|
||||
Name: gnome-software
|
||||
Version: 3.34.2
|
||||
Version: 3.36.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: https://download.gnome.org/sources/gnome-software/3.34/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-software/3.36/%{name}-%{version}.tar.xz
|
||||
%if 0%{?sle_version}
|
||||
# PATCH-FIX-OPENSUSE gnome-software-launch-gpk-update-viewer-for-updates.patch bsc#1077332 boo#1090042 sckang@suse.com -- Don't launch gnome-software when clicking the updates notification. Launch gpk-update-viewer instead.
|
||||
Patch0: gnome-software-launch-gpk-update-viewer-for-updates.patch
|
||||
%endif 0%{?sle_version}
|
||||
%endif
|
||||
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 0.47.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: suse-xsl-stylesheets
|
||||
BuildRequires: pkgconfig(appstream-glib) >= 0.7.3
|
||||
@ -49,6 +49,7 @@ BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.0
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.52.0
|
||||
BuildRequires: pkgconfig(ostree-1)
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
@ -80,6 +81,7 @@ GNOME software store plugins.
|
||||
%meson \
|
||||
-Dtests=false \
|
||||
-Dvalgrind=false \
|
||||
-Dmalcontent=false \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
@ -109,14 +111,12 @@ EOF
|
||||
%license COPYING
|
||||
%doc NEWS README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}-editor
|
||||
%{_datadir}/%{name}/
|
||||
%dir %{_datadir}/app-info
|
||||
%dir %{_datadir}/app-info/xmls
|
||||
%{_datadir}/app-info/xmls/org.gnome.Software.Featured.xml
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/org.gnome.Software.appdata.xml
|
||||
%{_datadir}/metainfo/org.gnome.Software.Plugin.Epiphany.metainfo.xml
|
||||
%{_datadir}/metainfo/org.gnome.Software.Plugin.Flatpak.metainfo.xml
|
||||
%{_datadir}/metainfo/org.gnome.Software.Plugin.Fwupd.metainfo.xml
|
||||
%{_datadir}/metainfo/org.gnome.Software.Plugin.Odrs.metainfo.xml
|
||||
@ -138,9 +138,7 @@ EOF
|
||||
%{_libexecdir}/gnome-software-cmd
|
||||
%{_libexecdir}/gnome-software-restarter
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
%{_mandir}/man1/%{name}-editor.1%{?ext_man}
|
||||
%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
|
||||
%{_datadir}/applications/org.gnome.Software.Editor.desktop
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS MAINTAINERS
|
||||
|
Loading…
x
Reference in New Issue
Block a user