forked from pool/gnome-software
Accepting request 291515 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/291515 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=48
This commit is contained in:
parent
d9240a5665
commit
9fa73bc99d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:69c4aaf4f518f0f780469cf60e5e20bb766e3eb6ce068c78dc06a260377f79ab
|
|
||||||
size 2144420
|
|
3
gnome-software-3.15.92.tar.xz
Normal file
3
gnome-software-3.15.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a72904aefcfa338914aa2ba53ea49066aaf2f63dd94a1fcc314c47214dc835bb
|
||||||
|
size 2216324
|
@ -1,8 +1,8 @@
|
|||||||
Index: gnome-software-3.14.0/src/gs-folders.c
|
Index: gnome-software-3.15.4/src/gs-folders.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gnome-software-3.14.0.orig/src/gs-folders.c
|
--- gnome-software-3.15.4.orig/src/gs-folders.c
|
||||||
+++ gnome-software-3.14.0/src/gs-folders.c
|
+++ gnome-software-3.15.4/src/gs-folders.c
|
||||||
@@ -559,6 +559,7 @@ gs_folders_convert (void)
|
@@ -539,6 +539,7 @@ gs_folders_convert (void)
|
||||||
const gchar * const children[] = {
|
const gchar * const children[] = {
|
||||||
"Utilities",
|
"Utilities",
|
||||||
"Sundry",
|
"Sundry",
|
||||||
@ -10,7 +10,7 @@ Index: gnome-software-3.14.0/src/gs-folders.c
|
|||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
const gchar * const utilities_categories[] = {
|
const gchar * const utilities_categories[] = {
|
||||||
@@ -627,6 +628,11 @@ gs_folders_convert (void)
|
@@ -607,6 +608,11 @@ gs_folders_convert (void)
|
||||||
"vino-preferences.desktop",
|
"vino-preferences.desktop",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
@ -22,7 +22,7 @@ Index: gnome-software-3.14.0/src/gs-folders.c
|
|||||||
gchar *path;
|
gchar *path;
|
||||||
gchar *child_path;
|
gchar *child_path;
|
||||||
GSettings *child;
|
GSettings *child;
|
||||||
@@ -653,6 +659,15 @@ gs_folders_convert (void)
|
@@ -633,6 +639,15 @@ gs_folders_convert (void)
|
||||||
|
|
||||||
g_object_unref (child);
|
g_object_unref (child);
|
||||||
g_free (child_path);
|
g_free (child_path);
|
||||||
@ -37,4 +37,4 @@ Index: gnome-software-3.14.0/src/gs-folders.c
|
|||||||
+ g_free (child_path);
|
+ g_free (child_path);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -10,26 +10,23 @@ This avoids having to pass on proxy settings between the user session
|
|||||||
src/gs-proxy-settings.c | 2 ++
|
src/gs-proxy-settings.c | 2 ++
|
||||||
1 file changed, 2 insertions(+)
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
diff --git a/src/gs-proxy-settings.c b/src/gs-proxy-settings.c
|
Index: gnome-software-3.15.4/src/gs-proxy-settings.c
|
||||||
index 494ad2f..17b5724 100644
|
===================================================================
|
||||||
--- a/src/gs-proxy-settings.c
|
--- gnome-software-3.15.4.orig/src/gs-proxy-settings.c
|
||||||
+++ b/src/gs-proxy-settings.c
|
+++ gnome-software-3.15.4/src/gs-proxy-settings.c
|
||||||
@@ -144,6 +144,7 @@ set_proxy_cb (GObject *object, GAsyncResult *res, gpointer user_data)
|
@@ -127,6 +127,7 @@ set_proxy_cb (GObject *object, GAsyncRes
|
||||||
static void
|
static void
|
||||||
reload_proxy_settings (GsProxySettings *proxy_settings)
|
reload_proxy_settings (GsProxySettings *proxy_settings)
|
||||||
{
|
{
|
||||||
+/* openSUSE relies on libzypp/libproxy to get the right proxy settings
|
+/* openSUSE relies on libzypp/libproxy to get the right proxy settings
|
||||||
gchar *proxy_http;
|
_cleanup_free_ gchar *proxy_http = NULL;
|
||||||
gchar *proxy_ftp;
|
_cleanup_free_ gchar *proxy_ftp = NULL;
|
||||||
|
|
||||||
@@ -160,6 +161,7 @@ reload_proxy_settings (GsProxySettings *proxy_settings)
|
@@ -141,6 +142,7 @@ reload_proxy_settings (GsProxySettings *
|
||||||
|
proxy_settings->cancellable,
|
||||||
|
set_proxy_cb,
|
||||||
proxy_settings);
|
proxy_settings);
|
||||||
g_free (proxy_http);
|
|
||||||
g_free (proxy_ftp);
|
|
||||||
+*/
|
+*/
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
--
|
|
||||||
2.1.1
|
|
||||||
|
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 16 10:15:03 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.15.92:
|
||||||
|
+ This unstable release adds the following features:
|
||||||
|
- React to theme changes.
|
||||||
|
- Rebase the HighContrast theme.
|
||||||
|
+ This release fixes the following bug:
|
||||||
|
- Fix HiDPI scale factor calculation.
|
||||||
|
- Align section headings in all views.
|
||||||
|
- Fix 'installed' overlays when using the HighContrast theme.
|
||||||
|
- Fall back to showing the top level category when no sub
|
||||||
|
category exists.
|
||||||
|
- Fix a crash when using the pending applications feature.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 3 00:20:44 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.15.91:
|
||||||
|
+ Enable kinetic scrolling in updates dialog.
|
||||||
|
+ This release fixes the following bug:
|
||||||
|
- Always ensure that the back entry focus widget is valid.
|
||||||
|
- Don't show small screenshots on HiDPI hardware.
|
||||||
|
- Fix a crash when starting GNOME Software for the first time.
|
||||||
|
- Only show compatible projects when getting the featured
|
||||||
|
list.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 27 16:09:27 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.15.90:
|
||||||
|
+ Add a new panel for displaying session service results.
|
||||||
|
+ Add a new version of the Modify interface.
|
||||||
|
+ Require AppData for all available packages.
|
||||||
|
+ Use the new mockups for the 3rd party source install dialogs.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 27 16:09:26 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.15.4:
|
||||||
|
+ Add support for unavailable packages.
|
||||||
|
+ Use new API from libappstream-glib for tokenizing the search
|
||||||
|
string.
|
||||||
|
+ Bugfixes:
|
||||||
|
- Add some more prefer-GTK rules for applications that ship
|
||||||
|
both.
|
||||||
|
- Delay the updates-changed notification for a few seconds.
|
||||||
|
- Do case-insensitive searching of suitable keywords.
|
||||||
|
- Fix color of add button on add to app folder dialog.
|
||||||
|
- Fix searching for keyworks with special chars.
|
||||||
|
- Update Inkscape featured splash.
|
||||||
|
- Use an AsIcon internally to simplify a lot of complex code.
|
||||||
|
+ Updated translations.
|
||||||
|
- Rebase gnome-software-add-default-yast-appfolder.patch and
|
||||||
|
gnome-software-nouser-proxy.patch.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 27 16:09:25 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.15.2:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 27 16:09:24 UTC 2015 - zaitor@opensuse.org
|
Fri Feb 27 16:09:24 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.14.3
|
Version: 3.15.92
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gs_plugin_api 7
|
%define gs_plugin_api 7
|
||||||
Summary: GNOME Software Store
|
Summary: GNOME Software Store
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: https://wiki.gnome.org/Design/Apps/Software
|
Url: https://wiki.gnome.org/Design/Apps/Software
|
||||||
Source: http://download.gnome.org/sources/gnome-software/3.14/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-software/3.15/%{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.
|
# 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
|
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
|
# 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,7 +34,7 @@ Patch100: gnome-software-nouser-proxy.patch
|
|||||||
BuildRequires: intltool >= 0.35.0
|
BuildRequires: intltool >= 0.35.0
|
||||||
BuildRequires: suse-xsl-stylesheets
|
BuildRequires: suse-xsl-stylesheets
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(appstream-glib) >= 0.2.6
|
BuildRequires: pkgconfig(appstream-glib) >= 0.3.4
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.11.5
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.11.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user