added patch to default to blowfish choice on fist time wizard dialog [release 5.86.0-2mamba;Wed Sep 22 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 03:20:52 +01:00
parent 3fea5136af
commit 6cbee322f7
2 changed files with 29 additions and 2 deletions

View File

@ -0,0 +1,22 @@
--- kwallet-5.86.0/src/runtime/kwalletd/knewwalletdialogintro.ui.orig 2021-09-22 21:50:50.564683712 +0200
+++ kwallet-5.86.0/src/runtime/kwalletd/knewwalletdialogintro.ui 2021-09-22 21:51:00.889868483 +0200
@@ -65,6 +65,9 @@
<property name="text">
<string>Classic, blowfish encrypted file</string>
</property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
</widget>
</item>
<item>
@@ -72,9 +75,6 @@
<property name="text">
<string>Use GPG encryption, for better protection</string>
</property>
- <property name="checked">
- <bool>true</bool>
- </property>
</widget>
</item>
</layout>

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: kwallet Name: kwallet
Version: 5.86.0 Version: 5.86.0
Release: 1mamba Release: 2mamba
Summary: Safe desktop-wide storage for passwords Summary: Safe desktop-wide storage for passwords
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -10,10 +10,11 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/ URL: https://kde.org/
Source: http://download.kde.org/stable/frameworks/%{majver}/kwallet-%{version}.tar.xz Source: http://download.kde.org/stable/frameworks/%{majver}/kwallet-%{version}.tar.xz
Patch0: kwallet-5.55.0-kwalletd-legacy-path.patch Patch0: kwallet-5.55.0-kwalletd-legacy-path.patch
Patch1: kwallet-5.86.0-wizard-default-to-blowfish.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
#libpthread.so.0()(64bit): /usr/lib64/libpthread.so: file not owned by any package
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libassuan-devel BuildRequires: libassuan-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libgcrypt-devel BuildRequires: libgcrypt-devel
@ -61,6 +62,7 @@ This package contains libraries and header files for developing applications tha
%prep %prep
%setup -q %setup -q
#%patch0 -p1 #%patch0 -p1
%patch1 -p1
%build %build
%cmake_kde5 -d build %cmake_kde5 -d build
@ -109,6 +111,9 @@ This package contains libraries and header files for developing applications tha
%doc README.md %doc README.md
%changelog %changelog
* Wed Sep 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.86.0-2mamba
- added patch to default to blowfish choice on fist time wizard dialog
* Mon Sep 13 2021 Automatic Build System <autodist@mambasoft.it> 5.86.0-1mamba * Mon Sep 13 2021 Automatic Build System <autodist@mambasoft.it> 5.86.0-1mamba
- automatic version update by autodist - automatic version update by autodist