OBS User unknown 2008-05-06 16:59:27 +00:00 committed by Git OBS Bridge
parent a7d4bb49c5
commit 9daf04c19a
3 changed files with 12 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Index: plugins/proxy/gsd-proxy-manager.c
===================================================================
--- plugins/proxy/gsd-proxy-manager.c (revision 0)
+++ plugins/proxy/gsd-proxy-manager.c (revision 0)
@@ -0,0 +1,570 @@
@@ -0,0 +1,571 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
+ *
+ * Copyright (C) 2008 Rodrigo Moya <rodrigo@gnome-db.org>
@ -247,6 +247,7 @@ Index: plugins/proxy/gsd-proxy-manager.c
+ g_debug ("Proxy host: %s:%d", *host, *port);
+
+ g_strfreev (tokens);
+ return TRUE;
+}
+
+/* Copies the (enabled) system proxy settings in the user's settings */

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 6 12:59:34 CEST 2008 - rodrigo@suse.de
- Updated gnome-settings-daemon-system-proxy-configuration.patch
to add a missing return in non-void function
-------------------------------------------------------------------
Wed Apr 30 19:51:08 CEST 2008 - rodrigo@suse.de

View File

@ -17,7 +17,7 @@ BuildRequires: fdupes gnome-common gnome-desktop-devel gnome-patch-translation
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.22.1
Release: 11
Release: 13
Summary: Settings daemon for the GNOME desktop
Source: %{_name}-%{version}.tar.bz2
# PATCH-FEATURE-OPENSUSE gnome-settings-daemon-system-proxy-configuration.patch
@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Tue May 06 2008 rodrigo@suse.de
- Updated gnome-settings-daemon-system-proxy-configuration.patch
to add a missing return in non-void function
* Wed Apr 30 2008 rodrigo@suse.de
- Updated gnome-settings-daemon-system-proxy-configuration.patch
to make it apply again