[kde-runtime] fix initial_passwordless_kwallet option (kde review#110328)

Rex Dieter rdieter at fedoraproject.org
Wed Jul 24 16:58:01 UTC 2013


commit b838244b3ec7f9475e5579cf51210534e217693a
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Jul 24 11:57:52 2013 -0500

    fix initial_passwordless_kwallet option (kde review#110328)

 ...ntime-initial_passwordless_kwallet_option.patch |    2 +-
 kde-runtime.spec                                   |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/kde-runtime-initial_passwordless_kwallet_option.patch b/kde-runtime-initial_passwordless_kwallet_option.patch
index 5b5939b..90b04d8 100644
--- a/kde-runtime-initial_passwordless_kwallet_option.patch
+++ b/kde-runtime-initial_passwordless_kwallet_option.patch
@@ -38,7 +38,7 @@ index fa9fc11..660c404 100644
 -				}
 +			if (!_wallets.count() && _silentlyCreateInitialWallet) {
 +				brandNew = true;
-+				password = QLatin1String();
++				password = QLatin1String("");
 +				b->open(QByteArray());
  			} else {
 -				if (appid.length() == 0) {
diff --git a/kde-runtime.spec b/kde-runtime.spec
index d3b9a99..49bded6 100644
--- a/kde-runtime.spec
+++ b/kde-runtime.spec
@@ -6,7 +6,7 @@
 Name:    kde-runtime
 Summary: KDE Runtime
 Version: 4.10.95
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+ and GPLv2+
@@ -196,7 +196,7 @@ Requires: %{name} = %{version}-%{release}
 %patch11 -p1 -b .trash-readonly
 %patch51 -p1 -b .installdgbsymbols
 %patch52 -p1 -b .mouseeventlistener
-#patch53 -p1 -b .initial_passwordless_kwallet_option
+%patch53 -p1 -b .initial_passwordless_kwallet_option
 
 %if ! 0%{?webkit}
 %patch300 -p1 -b .webkit
@@ -414,6 +414,9 @@ fi
 
 
 %changelog
+* Wed Jul 24 2013 Rex Dieter <rdieter at fedoraproject.org> 4.10.95-2
+- fix initial_passwordless_kwallet option (kde review#110328)
+
 * Tue Jul 23 2013 Rex Dieter <rdieter at fedoraproject.org> - 4.10.95-1
 - 4.10.95
 


More information about the scm-commits mailing list