Accepting request 360419 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360419 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=73
This commit is contained in:
parent
640170ba3c
commit
1814bb3807
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc76a51f56d114018f64478437aebef068799802884543c59e2473066c959b7b
|
||||
size 2195300
|
3
gnome-software-3.19.90.tar.xz
Normal file
3
gnome-software-3.19.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b984cbcdeb8a8368c364d755a62580142c1d30bc1871bcc9ede4d74e77d4949
|
||||
size 3184372
|
@ -10,23 +10,23 @@ 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.17.92/src/gs-proxy-settings.c
|
||||
Index: gnome-software-3.19.90/src/plugins/gs-plugin-packagekit-proxy.c
|
||||
===================================================================
|
||||
--- 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
|
||||
--- 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 (GsProxySettings *proxy_settings)
|
||||
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;
|
||||
|
||||
@@ -136,6 +137,7 @@ reload_proxy_settings (GsProxySettings *
|
||||
proxy_settings->cancellable,
|
||||
@@ -147,6 +148,7 @@ reload_proxy_settings (GsPlugin *plugin)
|
||||
plugin->priv->cancellable,
|
||||
set_proxy_cb,
|
||||
proxy_settings);
|
||||
plugin);
|
||||
+*/
|
||||
}
|
||||
|
||||
static void
|
||||
/**
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 09:51:54 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.19.90:
|
||||
+ Add end-user application review functionality.
|
||||
+ Add support for upgrading the OS from one release to another.
|
||||
+ Add support for xdg-app and Limba bundles.
|
||||
+ Add tags to applications, and explain them in the details page.
|
||||
+ Update the list of featured applications on the front page.
|
||||
+ The following bugs are also fixed:
|
||||
- Add a missing tag to the software center metadata file.
|
||||
- PackageKit support is now optional.
|
||||
- Temporarily remove the remove button in the sources dialog.
|
||||
- Use versioned user cache directories to pick up new
|
||||
screenshots.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(gtkspell3-3.0) BuildRequires: new dependency.
|
||||
- Add pkgconfig(xdg-app) BuildRequires: new optional dependency.
|
||||
- Drop gnome-software-fix-screenshots.patch: fixed upstream.
|
||||
- Rebase gnome-software-nouser-proxy.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 2 09:49:07 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Add gnome-software-fix-screenshots.patch: Fix clashing screenshot
|
||||
names (bgo#761434).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 18 13:30:47 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.19.4:
|
||||
+ Use PackageKits distro-upgrade feature.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(json-glib-1.0) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 5 13:12:13 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-software
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: gnome-software
|
||||
Version: 3.18.3
|
||||
Version: 3.19.90
|
||||
Release: 0
|
||||
%define gs_plugin_api 8
|
||||
Summary: GNOME Software Store
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: https://wiki.gnome.org/Design/Apps/Software
|
||||
Source: http://download.gnome.org/sources/gnome-software/3.18/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-software/3.19/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-OPENSUSE gnome-software-PK-updates.patch dimstar@opensuse.org -- Switch to PackageKit Update provider instead of systemd offline updates.
|
||||
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
|
||||
@ -34,16 +34,19 @@ 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.1
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.45.8
|
||||
BuildRequires: pkgconfig(appstream-glib) >= 0.5.6
|
||||
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.16
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.18.2
|
||||
BuildRequires: pkgconfig(gtkspell3-3.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.51.92
|
||||
BuildRequires: pkgconfig(libxslt)
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 1.0.9
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(xdg-app) >= 0.4.7
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: iso-codes
|
||||
Requires: libzypp-plugin-appdata
|
||||
@ -101,8 +104,8 @@ rm %{buildroot}%{_datadir}/applications/gnome-software-local-file.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
|
||||
%dir %{_datadir}/gnome-shell
|
||||
%dir %{_datadir}/gnome-shell/search-providers
|
||||
%{_datadir}/gnome-shell/search-providers/gnome-software-search-provider.ini
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
||||
%{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.Software*
|
||||
%dir %{_libdir}/gs-plugins-%{gs_plugin_api}
|
||||
%{_libdir}/gs-plugins-%{gs_plugin_api}/*.so
|
||||
#{_libexecdir}/gnome-software-service
|
||||
|
Loading…
x
Reference in New Issue
Block a user