1
0

Accepting request 331616 from GNOME:Next

Update to 3.17.92

OBS-URL: https://build.opensuse.org/request/show/331616
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2015-09-17 12:52:09 +00:00 committed by Git OBS Bridge
parent 64fe07316f
commit e0836549cd
5 changed files with 26 additions and 16 deletions

View File

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

View File

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

View File

@ -10,19 +10,19 @@ This avoids having to pass on proxy settings between the user session
src/gs-proxy-settings.c | 2 ++
1 file changed, 2 insertions(+)
Index: gnome-software-3.15.4/src/gs-proxy-settings.c
Index: gnome-software-3.17.92/src/gs-proxy-settings.c
===================================================================
--- gnome-software-3.15.4.orig/src/gs-proxy-settings.c
+++ gnome-software-3.15.4/src/gs-proxy-settings.c
@@ -127,6 +127,7 @@ set_proxy_cb (GObject *object, GAsyncRes
--- gnome-software-3.17.92.orig/src/gs-proxy-settings.c
+++ gnome-software-3.17.92/src/gs-proxy-settings.c
@@ -122,6 +122,7 @@ set_proxy_cb (GObject *object, GAsyncRes
static void
reload_proxy_settings (GsProxySettings *proxy_settings)
{
+/* openSUSE relies on libzypp/libproxy to get the right proxy settings
_cleanup_free_ gchar *proxy_http = NULL;
_cleanup_free_ gchar *proxy_ftp = NULL;
g_autofree gchar *proxy_http = NULL;
g_autofree gchar *proxy_ftp = NULL;
@@ -141,6 +142,7 @@ reload_proxy_settings (GsProxySettings *
@@ -136,6 +137,7 @@ reload_proxy_settings (GsProxySettings *
proxy_settings->cancellable,
set_proxy_cb,
proxy_settings);

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 16 07:51:38 UTC 2015 - dimstar@opensuse.org
- Update to version 3.17.92:
+ Fix getting firmware updates by parsing the metadata correctly.
+ Make the application menu path correct in RTL locales.
+ Don't keep the application running forever when run as a search
provider.
- Rebase gnome-software-nouser-proxy.patch.
-------------------------------------------------------------------
Thu Sep 3 19:24:39 UTC 2015 - zaitor@opensuse.org

View File

@ -17,7 +17,7 @@
Name: gnome-software
Version: 3.17.91
Version: 3.17.92
Release: 0
%define gs_plugin_api 8
Summary: GNOME Software Store
@ -34,14 +34,14 @@ Patch100: gnome-software-nouser-proxy.patch
BuildRequires: intltool >= 0.35.0
BuildRequires: suse-xsl-stylesheets
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(appstream-glib) >= 0.4.2
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(appstream-glib) >= 0.5.1
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.45.8
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.17.92
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.11.5
BuildRequires: pkgconfig(gtk+-3.0) >= 3.16
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(libsoup-2.4) >= 2.51.92
BuildRequires: pkgconfig(libxslt)
BuildRequires: pkgconfig(packagekit-glib2) >= 1.0.0
BuildRequires: pkgconfig(packagekit-glib2) >= 1.0.9
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(sqlite3)
BuildRoot: %{_tmppath}/%{name}-%{version}-build