1
0

Accepting request 363833 from GNOME:Next

Superseede :-) forgot the % in front of the macro

OBS-URL: https://build.opensuse.org/request/show/363833
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=74
This commit is contained in:
Dominique Leuenberger 2016-03-02 10:28:00 +00:00 committed by Git OBS Bridge
parent 1814bb3807
commit 8fcc8555a7
5 changed files with 29 additions and 42 deletions

View File

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

View File

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

View File

@ -1,32 +0,0 @@
From 583ebeac8fab17a25527360c499f9a4dbd084f6f Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@opensuse.org>
Date: Tue, 7 Oct 2014 11:01:36 +0200
Subject: [PATCH] packagekit: openSUSE relies on libzypp/libproxy to have the
correct proxy settings for packagekitd.
This avoids having to pass on proxy settings between the user session
(which user, in a multi-seat env?) and the packagekitd service.
---
src/gs-proxy-settings.c | 2 ++
1 file changed, 2 insertions(+)
Index: gnome-software-3.19.90/src/plugins/gs-plugin-packagekit-proxy.c
===================================================================
--- gnome-software-3.19.90.orig/src/plugins/gs-plugin-packagekit-proxy.c
+++ gnome-software-3.19.90/src/plugins/gs-plugin-packagekit-proxy.c
@@ -133,6 +133,7 @@ set_proxy_cb (GObject *object, GAsyncRes
static void
reload_proxy_settings (GsPlugin *plugin)
{
+/* openSUSE relies on libzypp/libproxy to get the right proxy settings
g_autofree gchar *proxy_http = NULL;
g_autofree gchar *proxy_ftp = NULL;
@@ -147,6 +148,7 @@ reload_proxy_settings (GsPlugin *plugin)
plugin->priv->cancellable,
set_proxy_cb,
plugin);
+*/
}
/**

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 1 10:07:58 UTC 2016 - zaitor@opensuse.org
- Update to version 3.19.91:
+ Add an 'All' subcategory in the category shell.
+ Add ratings and review functionality for Ubuntu.
+ Install the xdg-app runtime as required automatically.
+ Show a confirmation dialog before reporting a review.
+ Show a guide label for the different star values.
+ Support installing local xdg-app bundles.
+ Correctly identify local packages with sources.
+ Do not add multiple search results for the same app.
+ Do not show xdg-app runtimes in the installed panel.
+ Escape markup before showing modal dialogs.
+ Updated translations.
- Add pkgconfig(gdk-pixbuf-2.0) BuildRequires: New dependency.
- "Reactivate" suse_update_desktop_file that got disabled by a
mistake.
- Drop gnome-software-nouser-proxy.patch: Upstream only passes
proxy settings on if polkit is preconfigured to authorize it.
-------------------------------------------------------------------
Tue Feb 16 09:51:54 UTC 2016 - dimstar@opensuse.org

View File

@ -17,7 +17,7 @@
Name: gnome-software
Version: 3.19.90
Version: 3.19.91
Release: 0
%define gs_plugin_api 8
Summary: GNOME Software Store
@ -29,18 +29,17 @@ Source: http://download.gnome.org/sources/gnome-software/3.19/%{name}-%{
Patch0: gnome-software-PK-updates.patch
# PATCH-FEATURE-OPENSUSE gnome-software-add-default-yast-appfolder.patch boo#897713 badshah400@gmail.com -- Adds a YaST app-folder by default, in addition to existing app-folders Sundry and Utilities
Patch1: gnome-software-add-default-yast-appfolder.patch
# PATCH-FIX-OPENSUSE gnome-software-nouser-proxy.patch dimstar@opensuse.org -- Do not pass user settings between the user session and packagekitd
Patch100: gnome-software-nouser-proxy.patch
BuildRequires: intltool >= 0.35.0
BuildRequires: suse-xsl-stylesheets
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(appstream-glib) >= 0.5.6
BuildRequires: pkgconfig(appstream-glib) >= 0.5.10
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.31.5
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.17.92
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.11.5
BuildRequires: pkgconfig(gtk+-3.0) >= 3.18.2
BuildRequires: pkgconfig(gtkspell3-3.0)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.1
BuildRequires: pkgconfig(libsoup-2.4) >= 2.51.92
BuildRequires: pkgconfig(libxslt)
BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0
@ -63,7 +62,6 @@ AppStore like management of Applications for your GNOME Desktop.
# Disables - let's try the systemd offline updater
#patch0 -p1
%patch1 -p1
%patch100 -p1
%build
%configure \
@ -76,7 +74,7 @@ make %{?_smp_mflags}
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
# Currently not shipped, as this is not yet functional (boo#941862)
rm %{buildroot}%{_datadir}/applications/gnome-software-local-file.desktop
#suse_update_desktop_file gnome-software
%suse_update_desktop_file org.gnome.Software
%find_lang %{name}
%post