From 8fcc8555a792ba3332dcd93a0e5eb6f6f5e428d735e125f37e3c392a0da614a4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 2 Mar 2016 10:28:00 +0000 Subject: [PATCH] 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 --- gnome-software-3.19.90.tar.xz | 3 --- gnome-software-3.19.91.tar.xz | 3 +++ gnome-software-nouser-proxy.patch | 32 ------------------------------- gnome-software.changes | 21 ++++++++++++++++++++ gnome-software.spec | 12 +++++------- 5 files changed, 29 insertions(+), 42 deletions(-) delete mode 100644 gnome-software-3.19.90.tar.xz create mode 100644 gnome-software-3.19.91.tar.xz delete mode 100644 gnome-software-nouser-proxy.patch diff --git a/gnome-software-3.19.90.tar.xz b/gnome-software-3.19.90.tar.xz deleted file mode 100644 index 481301b..0000000 --- a/gnome-software-3.19.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b984cbcdeb8a8368c364d755a62580142c1d30bc1871bcc9ede4d74e77d4949 -size 3184372 diff --git a/gnome-software-3.19.91.tar.xz b/gnome-software-3.19.91.tar.xz new file mode 100644 index 0000000..2a1e6aa --- /dev/null +++ b/gnome-software-3.19.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e946ebeff0c4edbef96c2dd20fbd77f2151d28f77e30fd0bee0c331b696070cc +size 3153476 diff --git a/gnome-software-nouser-proxy.patch b/gnome-software-nouser-proxy.patch deleted file mode 100644 index 4ab4554..0000000 --- a/gnome-software-nouser-proxy.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 583ebeac8fab17a25527360c499f9a4dbd084f6f Mon Sep 17 00:00:00 2001 -From: Dominique Leuenberger -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); -+*/ - } - - /** diff --git a/gnome-software.changes b/gnome-software.changes index 7822ad3..d88bb73 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -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 diff --git a/gnome-software.spec b/gnome-software.spec index 9543c74..421bb92 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -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