Hello community,
here is the log from the commit of package NetworkManager-gnome for
openSUSE:Factory checked in at 2016-05-31 12:08:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-gnome (Old)
and /work/SRC/openSUSE:Factory/.NetworkManager-gnome.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager-gnome"
Changes:
--------
---
/work/SRC/openSUSE:Factory/NetworkManager-gnome/NetworkManager-appindicator.changes
2016-01-08 15:39:45.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/NetworkManager-appindicator.changes
2016-05-31 12:08:48.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 23 09:43:03 UTC 2016 - [email protected]
+
+- Add NetworkManager-wrongly-placed-brace.patch: fix wrongly placed
+ brace.
+
+-------------------------------------------------------------------
NetworkManager-gnome.changes: same change
New:
----
NetworkManager-wrongly-placed-brace.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager-appindicator.spec ++++++
--- /var/tmp/diff_new_pack.PyJZCK/_old 2016-05-31 12:08:49.000000000 +0200
+++ /var/tmp/diff_new_pack.PyJZCK/_new 2016-05-31 12:08:49.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package NetworkManager-appindicator
#
-# 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
@@ -66,6 +66,8 @@
Patch2: NetworkManager-gnome-no-firewalld.patch
# PATCH-FEATURE-UPSTREAM AppIndicator systray support
Patch3: nm-applet-app-indicator.patch
+# PATCH-FIX-UPSTREAM NetworkManager-wrongly-placed-brace.patch
[email protected] -- Fix wrongly placed brace, taken from git
+Patch4: NetworkManager-wrongly-placed-brace.patch
Provides: NetworkManager-client
Requires: NetworkManager >= 0.9.3
# needed for translated country names
@@ -134,6 +136,7 @@
%if %{build_appindicator}
%patch3 -p1
%endif
+%patch4 -p1
##translation-update-upstream
%build
++++++ NetworkManager-gnome.spec ++++++
--- /var/tmp/diff_new_pack.PyJZCK/_old 2016-05-31 12:08:49.000000000 +0200
+++ /var/tmp/diff_new_pack.PyJZCK/_new 2016-05-31 12:08:49.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package NetworkManager-gnome
#
-# 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
@@ -65,6 +65,8 @@
Patch2: NetworkManager-gnome-no-firewalld.patch
# PATCH-FEATURE-UPSTREAM AppIndicator systray support
Patch3: nm-applet-app-indicator.patch
+# PATCH-FIX-UPSTREAM NetworkManager-wrongly-placed-brace.patch
[email protected] -- Fix wrongly placed brace, taken from git
+Patch4: NetworkManager-wrongly-placed-brace.patch
Provides: NetworkManager-client
Requires: NetworkManager >= 0.9.3
# needed for translated country names
@@ -133,6 +135,7 @@
%if %{build_appindicator}
%patch3 -p1
%endif
+%patch4 -p1
##translation-update-upstream
%build
++++++ NetworkManager-wrongly-placed-brace.patch ++++++
>From 766494826ab040af9012bf9f2c575ab6dc0b9d5c Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <[email protected]>
Date: Tue, 29 Mar 2016 16:21:17 +0200
Subject: eap: fix a wrongly placed brace
---
src/wireless-security/eap-method-leap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/wireless-security/eap-method-leap.c
b/src/wireless-security/eap-method-leap.c
index e52c7a2..63e2d51 100644
--- a/src/wireless-security/eap-method-leap.c
+++ b/src/wireless-security/eap-method-leap.c
@@ -64,8 +64,8 @@ validate (EAPMethod *parent, GError **error)
return FALSE;
}
- text = gtk_entry_get_text (method->password_entry); {
- if (!text || !strlen (text))
+ text = gtk_entry_get_text (method->password_entry);
+ if (!text || !strlen (text)) {
g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC,
_("missing EAP-LEAP password"));
return FALSE;
}
--
cgit v0.12