1
0

Accepting request 921629 from GNOME:Factory

Scripted push from GNOME:Next (forwarded request 920949 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/921629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=83
This commit is contained in:
Dominique Leuenberger 2021-09-29 18:17:38 +00:00 committed by Git OBS Bridge
commit 78f31c7395
5 changed files with 75 additions and 27 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be8c611a802f71718dccbbd4544ed968873119846fd37b7b76a7aad72c7998bf
size 3108460

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0240b76ec9df622d9bec0eb38e4ac563caede6808bad93b88263d80970ff39c1
size 3217336

View File

@ -1,15 +0,0 @@
Index: gnome-software-40.rc/lib/meson.build
===================================================================
--- gnome-software-40.rc.orig/lib/meson.build
+++ gnome-software-40.rc/lib/meson.build
@@ -68,8 +68,8 @@ libgnomesoftware_include_directories = [
include_directories('..'),
]
-libgnomesoftware = library(
- 'gnomesoftware',
+libgnomesoftware = library(
+ 'gnomesoftware-'+gs_plugin_api_version,
sources : [
'gs-app.c',
'gs-app-list.c',

View File

@ -1,3 +1,70 @@
-------------------------------------------------------------------
Sat Sep 18 08:39:25 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 41.0:
+ Instead of showing all package-based apps as "potentially
unsafe", only use that language for 3rd party ones.
+ Fix a bug where the "Show more" button on an app details page
would flicker when the window is resized.
+ Fix a bug where Software sometimes shows an Uninstall button
after uninstalling something.
+ Add GNOME Circle apps to the featured carousel.
+ Fix a bug where Software would sometimes fail to execute an
install/remove operation for PackageKit software rather than
showing a PolicyKit password prompt.
+ Fix a bug where Software would fail to upgrade the distribution
via PackageKit.
+ Fix the hiding of rows on the Updates tab after they have been
updated.
+ Updated translations.
-------------------------------------------------------------------
Wed Sep 8 10:43:56 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 41.rc:
+ Tweaks to the context tiles and dialogs.
+ Fixes to the details page for non-desktop apps.
+ Re-add support for the add-ons categories.
+ Sort new and updated apps by release date on the category page.
+ Updated translations.
-------------------------------------------------------------------
Tue Aug 24 07:39:39 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 41.beta:
+ Many parts of the user interface reworked.
+ Fix when the 'Launch' button is shown after an application
install.
+ Fix appstream:// URL handling.
+ Fix application freeze on Flatpak application
install/remove/update.
+ Disable automatic update downloads when in power saver mode.
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 23 03:41:00 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 41.alpha:
+ Many parts of the user interface reworked.
+ Improve error reporting from flatpak when low on disk space.
+ Fix issues with updating the UI when uninstalling apps with
add-ons.
+ Dont keep rpm-ostreed alive forever.
+ Prevent polkit checks showing up for background operations.
+ Disallow submitting reviews for an app you havent installed.
+ Show download size in the Updates page.
+ Notify when restart is needed when uninstalling an app.
+ Fix some issues with searches not running.
+ Allow non-integer average star ratings for apps.
+ Reduce number of categories in the UI.
+ Improve pending updates notifications.
+ Refine presentation of download and installed size on details
page.
+ Remove left over gnome-online-account dependencies.
+ Updated translations.
- Drop pkgconfig(goa-1.0) BuildRequires: no longer needed.
- Drop gnome-software-no-static-lib.patch: Fixed upstream.
-------------------------------------------------------------------
Fri Aug 13 16:23:41 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -19,19 +19,17 @@
%define gs_plugin_api 16
%define _version 40_0
Name: gnome-software
Version: 40.4
Version: 41.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/40/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gnome-software/41/%{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
# PATCH-FIX-OPENSUSE gnome-software-no-static-lib.patch dimstar@opensuse.org -- convert libgnomesoftware.a to a shared lib
Patch2: gnome-software-no-static-lib.patch
BuildRequires: gtk-doc
BuildRequires: meson >= 0.47.0
@ -43,14 +41,13 @@ BuildRequires: pkgconfig(fwupd) >= 1.0.3
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(goa-1.0)
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.11.5
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.18.0
BuildRequires: pkgconfig(gspell-1)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.0
BuildRequires: pkgconfig(libhandy-1) >= 1.0.2
BuildRequires: pkgconfig(libhandy-1) >= 1.2.0
BuildRequires: pkgconfig(libsecret-1)
BuildRequires: pkgconfig(libsoup-2.4) >= 2.52.0
BuildRequires: pkgconfig(malcontent-0) >= 0.3.0
@ -112,11 +109,9 @@ rm %{buildroot}%{_datadir}/doc/%{name}/README.md
%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.Flatpak.metainfo.xml
%{_datadir}/metainfo/org.gnome.Software.Plugin.Fwupd.metainfo.xml
%{_datadir}/metainfo/org.gnome.Software.Plugin.Odrs.metainfo.xml
%{_datadir}/applications/gnome-software-local-file.desktop
%{_datadir}/applications/org.gnome.Software.desktop
%{_datadir}/dbus-1/services/org.gnome.Software.service
@ -128,7 +123,7 @@ rm %{buildroot}%{_datadir}/doc/%{name}/README.md
%{_datadir}/icons/hicolor/*/*/*.svg
%dir %{_libdir}/gnome-software
%dir %{_libdir}/gnome-software/plugins-%{gs_plugin_api}
%{_libdir}/gnome-software/libgnomesoftware-%{gs_plugin_api}.so
%{_libdir}/gnome-software/libgnomesoftware.so.%{gs_plugin_api}
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/*.so
#{_libexecdir}/gnome-software-service
%{_libexecdir}/gnome-software-cmd
@ -143,6 +138,7 @@ rm %{buildroot}%{_datadir}/doc/%{name}/README.md
%dir %{_datadir}/doc/gnome-software
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/gnome-software.pc
%{_libdir}/gnome-software/libgnomesoftware.so
%files lang -f %{name}.lang