epel8
Rex Dieter 9 years ago
parent 71eed755e3
commit c09fe4029b

@ -2,7 +2,7 @@
Name: kf5-%{framework}
Version: 5.18.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: KDE Frameworks 5 Tier 3 solution for password management
License: LGPLv2+
@ -18,8 +18,6 @@ URL: http://projects.kde.org/kwallet
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
## upstream patches
# http://reviewboard.kde.org/r/126681
Patch1: kwallet-5.18.0-rb126681.patch
BuildRequires: cmake
BuildRequires: extra-cmake-modules >= %{version}
@ -110,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Sat Jan 09 2016 Rex Dieter <rdieter@fedoraproject.org> 5.18.0-3
- respin
* Fri Jan 08 2016 Rex Dieter <rdieter@fedoraproject.org> 5.18.0-2
- pull in fix from reviewboard 126681

@ -1,12 +0,0 @@
diff -up kwallet-5.18.0/src/runtime/kwalletd/main.cpp.rb126681 kwallet-5.18.0/src/runtime/kwalletd/main.cpp
--- kwallet-5.18.0/src/runtime/kwalletd/main.cpp.rb126681 2016-01-02 10:52:34.000000000 -0600
+++ kwallet-5.18.0/src/runtime/kwalletd/main.cpp 2016-01-08 14:43:51.144687579 -0600
@@ -93,7 +93,7 @@ static int waitForEnvironment()
char str[BSIZE] = {'\0'};
int chop = 0;
- FILE *s3 = fdopen(s2, "r");
+ FILE *s3 = fdopen(dup(s2), "r");
while(!feof(s3)) {
if (fgets(str, BSIZE, s3)) {
chop = strlen(str) - 1;

@ -1 +1 @@
27d259fbed05abec5231b4c159cf19c2 kwallet-5.18.0.tar.xz
f8223c50d9a34f7017edb86bf87341a8 kwallet-5.18.0.tar.xz

Loading…
Cancel
Save