From 2f748096e1db9c0da84e9fde5da62c2aa4be058c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 25 Jun 2014 13:36:38 +0200 Subject: [PATCH 001/100] Import package (kf5-kwallet-4.100.0-1) --- .gitignore | 1 + kf5-kwallet.spec | 150 +++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 152 insertions(+) create mode 100644 kf5-kwallet.spec diff --git a/.gitignore b/.gitignore index e69de29..84b8737 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/kwallet-4.100.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec new file mode 100644 index 0000000..1ecefff --- /dev/null +++ b/kf5-kwallet.spec @@ -0,0 +1,150 @@ +#%define snapshot 20140205 +%define framework kwallet + +Name: kf5-%{framework} +Version: 4.100.0 +Release: 2%{?dist} +Summary: KDE Frameworks 5 Tier 3 solution for password management + +License: LGPLv2+ +URL: http://www.kde.org +# git archive --format=tar --prefix=%{framework}-%{version}/ \ +# --remote=git://anongit.kde.org/%{framework}.git master | \ +# bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 +#Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 +Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz + +BuildRequires: libgcrypt-devel +BuildRequires: kf5-rpm-macros +BuildRequires: extra-cmake-modules +BuildRequires: qt5-qtbase-devel + +BuildRequires: kf5-kconfig-devel +BuildRequires: kf5-kwindowsystem-devel +BuildRequires: kf5-kcoreaddons-devel +BuildRequires: kf5-kdbusaddons-devel +BuildRequires: kf5-ki18n-devel +BuildRequires: kf5-kiconthemes-devel +BuildRequires: kf5-knotifications-devel +BuildRequires: kf5-kservice-devel +BuildRequires: kf5-kwidgetsaddons-devel +BuildRequires: kf5-kwindowsystem-devel + +Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: %{name}-runtime%{?_isa} = %{version}-%{release} + +%description +KWallet is a secure and unified container for user passwords. + +%package libs +Summary: KWallet framework libraries +Requires: kf5-filesystem +%description libs +Provides API to access KWallet data from applications. + +%package runtime +Summary: KWallet runtime deamon + +%description runtime +Provides a runtime deamon that stores passwords. + +# FIXME: -devel can only depend on -api, otherwise we get circular dependency +# problem, because -runtime depends on kf5-kded, which is not compiled at this point +# (kf5-kio requires kf5-kwallet, but kf5-kded requires kf5-kinit, which requires kf5-kio) +%package devel +Summary: Development files for %{name} +Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: kf5-kconfig-devel +Requires: kf5-kwindowsystem-devel +Requires: kf5-kcoreaddons-devel +Requires: kf5-kdbusaddons-devel +Requires: kf5-ki18n-devel +Requires: kf5-kiconthemes-devel +Requires: kf5-knotifications-devel +Requires: kf5-kservice-devel +Requires: kf5-kwidgetsaddons-devel +Requires: kf5-kwindowsystem-devel + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%prep +%setup -q -n %{framework}-%{version} + +%build +mkdir -p %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd + +make %{?_smp_mflags} -C %{_target_platform} + +%install +%make_install -C %{_target_platform} + +%post libs -p /sbin/ldconfig + +%postun libs -p /sbin/ldconfig + + +%files +%doc COPYING.LIB README.md + +%files libs +%{_kf5_libdir}/libKF5Wallet.so.* +%{_kf5_libdir}/libkwalletbackend5.so.* + +%files runtime +%{_kf5_datadir}/dbus-1/services/org.kde.kwalletd5.service +%{_kf5_bindir}/kwalletd5 +%{_kf5_datadir}/kservices5/kwalletd5.desktop +%{_kf5_datadir}/knotifications5/kwalletd.notifyrc + +%files devel +%{_kf5_datadir}/dbus-1/interfaces/kf5_org.kde.KWallet.xml +%{_kf5_includedir}/kwallet_version.h +%{_kf5_includedir}/KWallet +%{_kf5_libdir}/cmake/KF5Wallet +%{_kf5_libdir}/libKF5Wallet.so +%{_kf5_libdir}/libkwalletbackend5.so +%{_kf5_archdatadir}/mkspecs/modules/qt_KWallet.pri + +%changelog +* Tue Jun 24 2014 Daniel Vrátil - 4.100.0-2 +- Fix %%post and %%postun +- Removed kf5-kded from Requires to avoid circular dependency + +* Tue Jun 03 2014 Daniel Vrátil - 4.100.0-1 +- KDE Frameworks 4.100.0 + +* Wed May 14 2014 Daniel Vrátil - 4.99.0-3 +- Fix Provides/Obsoletes + +* Mon May 05 2014 Daniel Vrátil - 4.99.0-1 +- KDE Frameworks 4.99.0 + +* Tue Apr 22 2014 dvratil - 4.98.0-3.20140422git388f0660 +- rename -api to -libs to follow naming conventions +- libkwalletbackend5 belongs to -libs, not -runtime + +* Tue Apr 22 2014 dvratil - 4.98.0-2.20140422git388f0660 +- -devel can only Require -api, otherwise we have circular dependency problem + +* Mon Mar 31 2014 Jan Grulich 4.98.0-1 +- Update to KDE Frameworks 5 Beta 1 (4.98.0) + +* Wed Mar 05 2014 Jan Grulich 4.97.0-1 +- Update to KDE Frameworks 5 Alpha 1 (4.97.0) + +* Wed Feb 12 2014 Daniel Vrátil 4.96.0-1 +- Update to KDE Frameworks 5 Alpha 1 (4.96.0) + +* Wed Feb 05 2014 Daniel Vrátil 4.96.0-0.1.20140205git +- Update to pre-relase snapshot of 4.96.0 + +* Thu Jan 09 2014 Daniel Vrátil 4.95.0-1 +- Update to KDE Frameworks 5 TP1 (4.95.0) + +* Sat Jan 4 2014 Daniel Vrátil +- initial version diff --git a/sources b/sources index e69de29..92cb008 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +371fdf0a7cd3261c4d9f9f2ecde62283 kwallet-4.100.0.tar.xz From 53c9c6dba3b7c119b50385fbbca966e523e7e043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 9 Jul 2014 15:56:31 +0200 Subject: [PATCH 002/100] KDE Frameworks 5.0.0 --- .gitignore | 1 + kf5-kwallet.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 84b8737..21f622d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kwallet-4.100.0.tar.xz +/kwallet-5.0.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 1ecefff..f9ace57 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,8 +2,8 @@ %define framework kwallet Name: kf5-%{framework} -Version: 4.100.0 -Release: 2%{?dist} +Version: 5.0.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -12,7 +12,7 @@ URL: http://www.kde.org # --remote=git://anongit.kde.org/%{framework}.git master | \ # bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 #Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 -Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: libgcrypt-devel BuildRequires: kf5-rpm-macros @@ -111,6 +111,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KWallet.pri %changelog +* Wed Jul 09 2014 Daniel Vrátil - 5.0.0-1 +- KDE Frameworks 5.0.0 + * Tue Jun 24 2014 Daniel Vrátil - 4.100.0-2 - Fix %%post and %%postun - Removed kf5-kded from Requires to avoid circular dependency diff --git a/sources b/sources index 92cb008..4e9ca3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -371fdf0a7cd3261c4d9f9f2ecde62283 kwallet-4.100.0.tar.xz +14fc1c13e13ed451dbe8065fe3bc96ec kwallet-5.0.0.tar.xz From 8d5a6d23326501c0e813317da3422779f9a2d1e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 6 Aug 2014 15:32:43 +0200 Subject: [PATCH 003/100] KDE Frameworks 5.1.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 21f622d..3ba7112 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kwallet-4.100.0.tar.xz /kwallet-5.0.0.tar.xz +/kwallet-5.1.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index f9ace57..477575e 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,7 +2,7 @@ %define framework kwallet Name: kf5-%{framework} -Version: 5.0.0 +Version: 5.1.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -111,6 +111,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KWallet.pri %changelog +* Wed Aug 06 2014 Daniel Vrátil - 5.1.0-1 +- KDE Frameworks 5.1.0 + * Wed Jul 09 2014 Daniel Vrátil - 5.0.0-1 - KDE Frameworks 5.0.0 diff --git a/sources b/sources index 4e9ca3b..6408c2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14fc1c13e13ed451dbe8065fe3bc96ec kwallet-5.0.0.tar.xz +59907063bbdf92f8814f5f72f993d5d3 kwallet-5.1.0.tar.xz From 1d3badee4de95528371625db8475921f9cf1ec11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 7 Aug 2014 12:08:35 +0200 Subject: [PATCH 004/100] Install dbus service file --- kf5-kwallet.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 477575e..7bd1147 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -97,6 +97,7 @@ make %{?_smp_mflags} -C %{_target_platform} %files runtime %{_kf5_datadir}/dbus-1/services/org.kde.kwalletd5.service +%{_kf5_datadir}/dbus-1/services/org.kde.kwalletd.service %{_kf5_bindir}/kwalletd5 %{_kf5_datadir}/kservices5/kwalletd5.desktop %{_kf5_datadir}/knotifications5/kwalletd.notifyrc From 2bc10d36104e835094d2cf24d8410a07fd9d56aa Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 16 Aug 2014 23:59:59 +0000 Subject: [PATCH 005/100] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 7bd1147..659a59e 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -112,6 +112,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KWallet.pri %changelog +* Sat Aug 16 2014 Fedora Release Engineering - 5.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Wed Aug 06 2014 Daniel Vrátil - 5.1.0-1 - KDE Frameworks 5.1.0 From 5310ef7f4788a50038f3006adce8d18975b8d0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 15 Sep 2014 09:57:17 +0200 Subject: [PATCH 006/100] KDE Frameworks 5.2.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3ba7112..6833ab6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kwallet-4.100.0.tar.xz /kwallet-5.0.0.tar.xz /kwallet-5.1.0.tar.xz +/kwallet-5.2.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 659a59e..fedaa53 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,8 +2,8 @@ %define framework kwallet Name: kf5-%{framework} -Version: 5.1.0 -Release: 2%{?dist} +Version: 5.2.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -112,6 +112,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KWallet.pri %changelog +* Mon Sep 15 2014 Daniel Vrátil - 5.2.0-1 +- KDE Frameworks 5.2.0 + * Sat Aug 16 2014 Fedora Release Engineering - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 6408c2e..c17abe2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59907063bbdf92f8814f5f72f993d5d3 kwallet-5.1.0.tar.xz +969f7be4cb7e483935855f9e8c12a041 kwallet-5.2.0.tar.xz From d3e3bf48203ebb9a352801f6a331187c068663b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Oct 2014 13:18:40 +0200 Subject: [PATCH 007/100] KDE Frameworks 5.3.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6833ab6..3ac2880 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kwallet-5.0.0.tar.xz /kwallet-5.1.0.tar.xz /kwallet-5.2.0.tar.xz +/kwallet-5.3.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index fedaa53..7274d33 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,7 +2,7 @@ %define framework kwallet Name: kf5-%{framework} -Version: 5.2.0 +Version: 5.3.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -112,6 +112,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KWallet.pri %changelog +* Tue Oct 07 2014 Daniel Vrátil - 5.3.0-1 +- KDE Frameworks 5.3.0 + * Mon Sep 15 2014 Daniel Vrátil - 5.2.0-1 - KDE Frameworks 5.2.0 diff --git a/sources b/sources index c17abe2..b62ea5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -969f7be4cb7e483935855f9e8c12a041 kwallet-5.2.0.tar.xz +f1c347255147b621788e664da4bf7afa kwallet-5.3.0.tar.xz From fed3267e70f1f6eafe4dc4c94a3197f739919fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 8 Oct 2014 12:12:07 +0200 Subject: [PATCH 008/100] Install translations --- kf5-kwallet.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 7274d33..8e4bd73 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -82,6 +82,7 @@ make %{?_smp_mflags} -C %{_target_platform} %install %make_install -C %{_target_platform} +%find_lang kwalletd5_qt --with-qt --all-names %post libs -p /sbin/ldconfig @@ -95,7 +96,7 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_libdir}/libKF5Wallet.so.* %{_kf5_libdir}/libkwalletbackend5.so.* -%files runtime +%files runtime -f kwalletd5_qt.lang %{_kf5_datadir}/dbus-1/services/org.kde.kwalletd5.service %{_kf5_datadir}/dbus-1/services/org.kde.kwalletd.service %{_kf5_bindir}/kwalletd5 From d0e2fb5ba1c6bbc55853796ee5eccf7e08f38ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 8 Oct 2014 13:30:41 +0200 Subject: [PATCH 009/100] Fix typo --- kf5-kwallet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 8e4bd73..3061a46 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -82,7 +82,7 @@ make %{?_smp_mflags} -C %{_target_platform} %install %make_install -C %{_target_platform} -%find_lang kwalletd5_qt --with-qt --all-names +%find_lang kwalletd5_qt --with-qt --all-name %post libs -p /sbin/ldconfig From e1fd527928165e4e2a1d81c7ef79ccc728cfb122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 12:29:09 +0100 Subject: [PATCH 010/100] KDE Frameworks 5.4.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3ac2880..d87a1e1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kwallet-5.1.0.tar.xz /kwallet-5.2.0.tar.xz /kwallet-5.3.0.tar.xz +/kwallet-5.4.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 3061a46..f5bf91d 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,7 +2,7 @@ %define framework kwallet Name: kf5-%{framework} -Version: 5.3.0 +Version: 5.4.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -113,6 +113,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KWallet.pri %changelog +* Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 +- KDE Frameworks 5.4.0 + * Tue Oct 07 2014 Daniel Vrátil - 5.3.0-1 - KDE Frameworks 5.3.0 diff --git a/sources b/sources index b62ea5f..45c9f7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1c347255147b621788e664da4bf7afa kwallet-5.3.0.tar.xz +244af5c935e94271c5a7781e629a2a78 kwallet-5.4.0.tar.xz From 557acd616032c64a1b1b349c64ba558dceb40ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 13:30:28 +0100 Subject: [PATCH 011/100] Clean up spec file, autodetect stable/unstable download folder --- kf5-kwallet.spec | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index f5bf91d..ec3fcda 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,4 +1,3 @@ -#%define snapshot 20140205 %define framework kwallet Name: kf5-%{framework} @@ -8,11 +7,14 @@ Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ URL: http://www.kde.org -# git archive --format=tar --prefix=%{framework}-%{version}/ \ -# --remote=git://anongit.kde.org/%{framework}.git master | \ -# bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 -#Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 -Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz + +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: libgcrypt-devel BuildRequires: kf5-rpm-macros @@ -69,6 +71,7 @@ Requires: kf5-kwindowsystem-devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. + %prep %setup -q -n %{framework}-%{version} @@ -84,14 +87,13 @@ make %{?_smp_mflags} -C %{_target_platform} %make_install -C %{_target_platform} %find_lang kwalletd5_qt --with-qt --all-name -%post libs -p /sbin/ldconfig - -%postun libs -p /sbin/ldconfig - %files %doc COPYING.LIB README.md +%post libs -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig + %files libs %{_kf5_libdir}/libKF5Wallet.so.* %{_kf5_libdir}/libkwalletbackend5.so.* @@ -112,6 +114,7 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_libdir}/libkwalletbackend5.so %{_kf5_archdatadir}/mkspecs/modules/qt_KWallet.pri + %changelog * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 From 9aa56561e6e26ae9a464cba9c4f349343bdab0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 13:36:01 +0100 Subject: [PATCH 012/100] Use %global instead of %define --- kf5-kwallet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index ec3fcda..6f9f0d2 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,4 +1,4 @@ -%define framework kwallet +%global framework kwallet Name: kf5-%{framework} Version: 5.4.0 From 15bcb39bb88c01fe2d53e49a83bb6ec9b4fdb345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 8 Dec 2014 15:34:58 +0100 Subject: [PATCH 013/100] KDE Frameworks 5.5.0 --- .gitignore | 1 + kf5-kwallet.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d87a1e1..84b3af6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kwallet-5.2.0.tar.xz /kwallet-5.3.0.tar.xz /kwallet-5.4.0.tar.xz +/kwallet-5.5.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 6f9f0d2..70f9088 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,20 +1,21 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ URL: http://www.kde.org +%global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz BuildRequires: libgcrypt-devel BuildRequires: kf5-rpm-macros @@ -116,6 +117,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 +- KDE Frameworks 5.5.0 + * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 diff --git a/sources b/sources index 45c9f7e..7e05aba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -244af5c935e94271c5a7781e629a2a78 kwallet-5.4.0.tar.xz +63220a388da231ff99da277a879d0a9b kwallet-5.5.0.tar.xz From 000209fb62d24058f0ecf8aea5fad2269b91687f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Jan 2015 14:55:10 +0100 Subject: [PATCH 014/100] KDE Frameworks 5.6.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 84b3af6..20b8d8f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kwallet-5.3.0.tar.xz /kwallet-5.4.0.tar.xz /kwallet-5.5.0.tar.xz +/kwallet-5.6.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 70f9088..1114bff 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.5.0 +Version: 5.6.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -117,6 +117,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 +- KDE Frameworks 5.6.0 + * Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 - KDE Frameworks 5.5.0 diff --git a/sources b/sources index 7e05aba..db0614a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -63220a388da231ff99da277a879d0a9b kwallet-5.5.0.tar.xz +02b2654f0bd5ac993c09d6594a25dc40 kwallet-5.6.0.tar.xz From 9d18fd4292c3f9c3db54710a00d955f77710b148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 11 Feb 2015 16:33:26 +0100 Subject: [PATCH 015/100] Use make install/fast --- kf5-kwallet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 1114bff..ef610d2 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -85,7 +85,7 @@ popd make %{?_smp_mflags} -C %{_target_platform} %install -%make_install -C %{_target_platform} +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang kwalletd5_qt --with-qt --all-name From 12e98e6d92d66140519ec3fbf64b2f5a02373124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Feb 2015 13:13:03 +0100 Subject: [PATCH 016/100] KDE Frameworks 5.7.0 --- .gitignore | 1 + kf5-kwallet.spec | 17 ++++++++--------- sources | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 20b8d8f..7cf2b72 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kwallet-5.4.0.tar.xz /kwallet-5.5.0.tar.xz /kwallet-5.6.0.tar.xz +/kwallet-5.7.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index ef610d2..51561f0 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.6.0 +Version: 5.7.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -59,14 +59,7 @@ Summary: Development files for %{name} Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: kf5-kconfig-devel Requires: kf5-kwindowsystem-devel -Requires: kf5-kcoreaddons-devel -Requires: kf5-kdbusaddons-devel -Requires: kf5-ki18n-devel -Requires: kf5-kiconthemes-devel -Requires: kf5-knotifications-devel -Requires: kf5-kservice-devel -Requires: kf5-kwidgetsaddons-devel -Requires: kf5-kwindowsystem-devel +Requires: qt5-qtbase-devel %description devel The %{name}-devel package contains libraries and header files for @@ -117,6 +110,12 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Feb 16 2015 Daniel Vrátil - 5.7.0-1 +- KDE Frameworks 5.7.0 + +* Mon Feb 09 2015 Daniel Vrátil - 5.7.0-1 +- KDE Frameworks 5.7.0 + * Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 - KDE Frameworks 5.6.0 diff --git a/sources b/sources index db0614a..35a456b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -02b2654f0bd5ac993c09d6594a25dc40 kwallet-5.6.0.tar.xz +20174f02ae51be1e3d3d63f8b4dba722 kwallet-5.7.0.tar.xz From 0f254335922a681e6ef1d5ed6886551c74f9b734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 27 Feb 2015 18:12:14 +0100 Subject: [PATCH 017/100] Rebuild (GCC 5) --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 51561f0..30c55a5 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -110,6 +110,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Feb 27 2015 Daniel Vrátil - 5.7.0-2 +- Rebuild (GCC 5) + * Mon Feb 16 2015 Daniel Vrátil - 5.7.0-1 - KDE Frameworks 5.7.0 From ad5c69b83ecc9514a66ba0e811727e204672a445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Mar 2015 13:03:00 +0100 Subject: [PATCH 018/100] KDE Frameworks 5.8.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7cf2b72..f262eb4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kwallet-5.5.0.tar.xz /kwallet-5.6.0.tar.xz /kwallet-5.7.0.tar.xz +/kwallet-5.8.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 30c55a5..8ff2d8a 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,8 +1,8 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.7.0 -Release: 2%{?dist} +Version: 5.8.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -110,6 +110,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Mar 16 2015 Daniel Vrátil - 5.8.0-1 +- KDE Frameworks 5.8.0 + * Fri Feb 27 2015 Daniel Vrátil - 5.7.0-2 - Rebuild (GCC 5) diff --git a/sources b/sources index 35a456b..990ea4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -20174f02ae51be1e3d3d63f8b4dba722 kwallet-5.7.0.tar.xz +3c5803acbbe295726017b80d7b5d1d49 kwallet-5.8.0.tar.xz From 7b24bc08ea47ae5fcfa0152b7c99a850fe23915c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 17 Mar 2015 12:02:34 +0100 Subject: [PATCH 019/100] Remove duplicateed BR --- kf5-kwallet.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 8ff2d8a..79fc952 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -31,7 +31,6 @@ BuildRequires: kf5-kiconthemes-devel BuildRequires: kf5-knotifications-devel BuildRequires: kf5-kservice-devel BuildRequires: kf5-kwidgetsaddons-devel -BuildRequires: kf5-kwindowsystem-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-runtime%{?_isa} = %{version}-%{release} From e57411f41080c1f4ec7d4e85c5485ef259d1fd97 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 25 Mar 2015 10:30:35 -0500 Subject: [PATCH 020/100] 5.8.0-2 - -libs: Requires: kf5-kwallet - drop -runtime (include in main pkg now) --- kf5-kwallet.spec | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 79fc952..1583745 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -32,8 +32,11 @@ BuildRequires: kf5-knotifications-devel BuildRequires: kf5-kservice-devel BuildRequires: kf5-kwidgetsaddons-devel +Obsoletes: kf5-kwallet-runtime < 5.8.0-2 +Provides: kf5-kwallet-runtime = %{version}-%{release} +Provides: kf5-kwallet-runtime%{?_isa} = %{version}-%{release} + Requires: %{name}-libs%{?_isa} = %{version}-%{release} -Requires: %{name}-runtime%{?_isa} = %{version}-%{release} %description KWallet is a secure and unified container for user passwords. @@ -41,18 +44,10 @@ KWallet is a secure and unified container for user passwords. %package libs Summary: KWallet framework libraries Requires: kf5-filesystem +Requires: %{name} = %{version}-%{release} %description libs Provides API to access KWallet data from applications. -%package runtime -Summary: KWallet runtime deamon - -%description runtime -Provides a runtime deamon that stores passwords. - -# FIXME: -devel can only depend on -api, otherwise we get circular dependency -# problem, because -runtime depends on kf5-kded, which is not compiled at this point -# (kf5-kio requires kf5-kwallet, but kf5-kded requires kf5-kinit, which requires kf5-kio) %package devel Summary: Development files for %{name} Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -68,21 +63,28 @@ developing applications that use %{name}. %prep %setup -q -n %{framework}-%{version} + %build -mkdir -p %{_target_platform} +mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} + %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%find_lang kwalletd5_qt --with-qt --all-name +%find_lang %{name} --with-qt --all-name -%files +%files -f %{name}.lang %doc COPYING.LIB README.md +%{_kf5_datadir}/dbus-1/services/org.kde.kwalletd5.service +%{_kf5_datadir}/dbus-1/services/org.kde.kwalletd.service +%{_kf5_bindir}/kwalletd5 +%{_kf5_datadir}/kservices5/kwalletd5.desktop +%{_kf5_datadir}/knotifications5/kwalletd.notifyrc %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig @@ -91,13 +93,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_libdir}/libKF5Wallet.so.* %{_kf5_libdir}/libkwalletbackend5.so.* -%files runtime -f kwalletd5_qt.lang -%{_kf5_datadir}/dbus-1/services/org.kde.kwalletd5.service -%{_kf5_datadir}/dbus-1/services/org.kde.kwalletd.service -%{_kf5_bindir}/kwalletd5 -%{_kf5_datadir}/kservices5/kwalletd5.desktop -%{_kf5_datadir}/knotifications5/kwalletd.notifyrc - %files devel %{_kf5_datadir}/dbus-1/interfaces/kf5_org.kde.KWallet.xml %{_kf5_includedir}/kwallet_version.h @@ -109,6 +104,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Mar 25 2015 Rex Dieter +- 5.8.0-2 +- -libs: Requires: kf5-kwallet +- drop -runtime (include in main pkg now) + * Mon Mar 16 2015 Daniel Vrátil - 5.8.0-1 - KDE Frameworks 5.8.0 From 514a57c6084f27073e0db8e1092a5ff366806a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Apr 2015 13:56:06 +0200 Subject: [PATCH 021/100] KDE Frameworks 5.9.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f262eb4..2360f73 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kwallet-5.6.0.tar.xz /kwallet-5.7.0.tar.xz /kwallet-5.8.0.tar.xz +/kwallet-5.9.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 1583745..cf11aaa 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,8 +1,8 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.8.0 -Release: 2%{?dist} +Version: 5.9.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 +- KDE Frameworks 5.9.0 + * Wed Mar 25 2015 Rex Dieter - 5.8.0-2 - -libs: Requires: kf5-kwallet diff --git a/sources b/sources index 990ea4c..646e7de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c5803acbbe295726017b80d7b5d1d49 kwallet-5.8.0.tar.xz +2128a04d80f4898282b50c3861ff21d7 kwallet-5.9.0.tar.xz From 3d322916572497e5d9f49d0bee58530c24499a19 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 14:49:02 +0200 Subject: [PATCH 022/100] Rebuilt for GCC 5 C++11 ABI change --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index cf11aaa..cc66135 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat May 02 2015 Kalev Lember - 5.9.0-2 +- Rebuilt for GCC 5 C++11 ABI change + * Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 - KDE Frameworks 5.9.0 From 559a1134d10ef02623c834c5810b9129b8e5d9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 11 May 2015 11:09:41 +0200 Subject: [PATCH 023/100] KDE Frameworks 5.10.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2360f73..3a61dbb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kwallet-5.7.0.tar.xz /kwallet-5.8.0.tar.xz /kwallet-5.9.0.tar.xz +/kwallet-5.10.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index cc66135..d0c3ed7 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,8 +1,8 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.9.0 -Release: 2%{?dist} +Version: 5.10.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 11 2015 Daniel Vrátil - 5.10.0-1 +- KDE Frameworks 5.10.0 + * Sat May 02 2015 Kalev Lember - 5.9.0-2 - Rebuilt for GCC 5 C++11 ABI change diff --git a/sources b/sources index 646e7de..86286f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2128a04d80f4898282b50c3861ff21d7 kwallet-5.9.0.tar.xz +0cbab8b03b31becab0ff475d7c19662d kwallet-5.10.0.tar.xz From dd51f7487bfceaeec6f81d87aa74d80e377c30ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 10 Jun 2015 14:24:48 +0200 Subject: [PATCH 024/100] KDE Frameworks 5.11.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 ++++--- sources | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3a61dbb..9365de8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kwallet-5.8.0.tar.xz /kwallet-5.9.0.tar.xz /kwallet-5.10.0.tar.xz +/kwallet-5.11.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index d0c3ed7..837e07d 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.10.0 +Version: 5.11.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -51,8 +51,6 @@ Provides API to access KWallet data from applications. %package devel Summary: Development files for %{name} Requires: %{name}-libs%{?_isa} = %{version}-%{release} -Requires: kf5-kconfig-devel -Requires: kf5-kwindowsystem-devel Requires: qt5-qtbase-devel %description devel @@ -104,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 10 2015 Daniel Vrátil - 5.11.0-1 +- KDE Frameworks 5.11.0 + * Mon May 11 2015 Daniel Vrátil - 5.10.0-1 - KDE Frameworks 5.10.0 diff --git a/sources b/sources index 86286f0..d2aecbb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0cbab8b03b31becab0ff475d7c19662d kwallet-5.10.0.tar.xz +15bd67e33adc2fce5fdabb580b4a408a kwallet-5.11.0.tar.xz From 321217cf89531b93dc1613883f0153627d843fb7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 13:18:01 +0000 Subject: [PATCH 025/100] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 837e07d..7136bfb 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 5.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Jun 10 2015 Daniel Vrátil - 5.11.0-1 - KDE Frameworks 5.11.0 From c1b49840fcd55e9d5782cdb63e36e16bf5bdda74 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Jul 2015 09:07:16 -0500 Subject: [PATCH 026/100] 5.12.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9365de8..d751e96 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kwallet-5.9.0.tar.xz /kwallet-5.10.0.tar.xz /kwallet-5.11.0.tar.xz +/kwallet-5.12.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 7136bfb..0a46b4e 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,8 +1,8 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.11.0 -Release: 2%{?dist} +Version: 5.12.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 10 2015 Rex Dieter - 5.12.0-1 +- 5.12.0 + * Wed Jun 17 2015 Fedora Release Engineering - 5.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index d2aecbb..08fae94 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15bd67e33adc2fce5fdabb580b4a408a kwallet-5.11.0.tar.xz +eb3118489006cd6760740cc9f1f3be51 kwallet-5.12.0.tar.xz From 779cb7ed60eab55c2164410cb08ae1573df5afe1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Jul 2015 21:31:54 -0500 Subject: [PATCH 027/100] BR: kf5-doctools-devel --- kf5-kwallet.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 0a46b4e..b4b7e9e 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -23,6 +23,7 @@ BuildRequires: extra-cmake-modules BuildRequires: qt5-qtbase-devel BuildRequires: kf5-kconfig-devel +BuildRequires: kf5-kdoctools-devel >= %{version} BuildRequires: kf5-kwindowsystem-devel BuildRequires: kf5-kcoreaddons-devel BuildRequires: kf5-kdbusaddons-devel From 811c67536eb46861fb85f4d94fd017a33ef96c4a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Jul 2015 21:42:59 -0500 Subject: [PATCH 028/100] update %files for kwallet-query --- kf5-kwallet.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index b4b7e9e..6c7dc3c 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -84,6 +84,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_bindir}/kwalletd5 %{_kf5_datadir}/kservices5/kwalletd5.desktop %{_kf5_datadir}/knotifications5/kwalletd.notifyrc +%{_kf5_bindir}/kwallet-query +%{_mandir}/man1/kwallet-query.1.gz %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig From 3eb6a340f1b3531f025c1c19bd74a9e6fdbe7a68 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Jul 2015 21:43:34 -0500 Subject: [PATCH 029/100] use a safer glob for manpage --- kf5-kwallet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 6c7dc3c..6fdf403 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -85,7 +85,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_datadir}/kservices5/kwalletd5.desktop %{_kf5_datadir}/knotifications5/kwalletd.notifyrc %{_kf5_bindir}/kwallet-query -%{_mandir}/man1/kwallet-query.1.gz +%{_mandir}/man1/kwallet-query.1* %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig From ac8938e35013da1a98fa220d121f19a781f9a3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 19 Aug 2015 16:47:54 +0200 Subject: [PATCH 030/100] KDE Frameworks 5.13.0 --- .gitignore | 1 + kf5-kwallet.spec | 33 +++++++++++++++++++++------------ sources | 2 +- 3 files changed, 23 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index d751e96..e3d6869 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kwallet-5.10.0.tar.xz /kwallet-5.11.0.tar.xz /kwallet-5.12.0.tar.xz +/kwallet-5.13.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 6fdf403..6b9608b 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.12.0 +Version: 5.13.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -18,20 +18,20 @@ URL: http://www.kde.org Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz BuildRequires: libgcrypt-devel -BuildRequires: kf5-rpm-macros -BuildRequires: extra-cmake-modules +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: qt5-qtbase-devel -BuildRequires: kf5-kconfig-devel +BuildRequires: kf5-kconfig-devel >= %{version} BuildRequires: kf5-kdoctools-devel >= %{version} -BuildRequires: kf5-kwindowsystem-devel -BuildRequires: kf5-kcoreaddons-devel -BuildRequires: kf5-kdbusaddons-devel -BuildRequires: kf5-ki18n-devel -BuildRequires: kf5-kiconthemes-devel -BuildRequires: kf5-knotifications-devel -BuildRequires: kf5-kservice-devel -BuildRequires: kf5-kwidgetsaddons-devel +BuildRequires: kf5-kwindowsystem-devel >= %{version} +BuildRequires: kf5-kcoreaddons-devel >= %{version} +BuildRequires: kf5-kdbusaddons-devel >= %{version} +BuildRequires: kf5-ki18n-devel >= %{version} +BuildRequires: kf5-kiconthemes-devel >= %{version} +BuildRequires: kf5-knotifications-devel >= %{version} +BuildRequires: kf5-kservice-devel >= %{version} +BuildRequires: kf5-kwidgetsaddons-devel >= %{version} Obsoletes: kf5-kwallet-runtime < 5.8.0-2 Provides: kf5-kwallet-runtime = %{version}-%{release} @@ -105,6 +105,15 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Tue Aug 11 2015 Daniel Vrátil - 5.13.0-0.1 +- KDE Frameworks 5.13 + * Fri Jul 10 2015 Rex Dieter - 5.12.0-1 - 5.12.0 diff --git a/sources b/sources index 08fae94..9e9b2c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb3118489006cd6760740cc9f1f3be51 kwallet-5.12.0.tar.xz +df67412fef04c891c98facf870ec370f kwallet-5.13.0.tar.xz From fa926588d815af124c99eb56b71fe97145e30ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 16 Sep 2015 13:45:06 +0200 Subject: [PATCH 031/100] KDE Frameworks 5.14.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e3d6869..88e6be6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kwallet-5.11.0.tar.xz /kwallet-5.12.0.tar.xz /kwallet-5.13.0.tar.xz +/kwallet-5.14.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 6b9608b..ed5ffb4 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.13.0 +Version: 5.14.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -105,6 +105,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 16 2015 Daniel Vrátil - 5.14.0-1 +- KDE Frameworks 5.14.0 + * Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 - KDE Frameworks 5.13.0 diff --git a/sources b/sources index 9e9b2c1..5da7dc4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df67412fef04c891c98facf870ec370f kwallet-5.13.0.tar.xz +9c6ddf667c3a4dfca3f617ec22f3b6bc kwallet-5.14.0.tar.xz From a96cf0ccf9eee1f1094ab5be581d04f521c143be Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Sep 2015 12:42:23 -0500 Subject: [PATCH 032/100] +sources.basename --- sources.basename | 1 + 1 file changed, 1 insertion(+) create mode 100644 sources.basename diff --git a/sources.basename b/sources.basename new file mode 100644 index 0000000..239752d --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +kwallet From ec710232928553bc0932962b9a8d2f599e6a284d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Oct 2015 15:03:40 +0200 Subject: [PATCH 033/100] KDE Frameworks 5.15.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 88e6be6..a79204f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kwallet-5.12.0.tar.xz /kwallet-5.13.0.tar.xz /kwallet-5.14.0.tar.xz +/kwallet-5.15.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index ed5ffb4..3b5e7dc 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.14.0 +Version: 5.15.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -105,6 +105,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Oct 08 2015 Daniel Vrátil - 5.15.0-1 +- KDE Frameworks 5.15.0 + * Wed Sep 16 2015 Daniel Vrátil - 5.14.0-1 - KDE Frameworks 5.14.0 diff --git a/sources b/sources index 5da7dc4..91a264a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c6ddf667c3a4dfca3f617ec22f3b6bc kwallet-5.14.0.tar.xz +291d29f8b9333abd9ea2d240d3eab1d9 kwallet-5.15.0.tar.xz From 09c6da4d5d342418e0f9e8f88ca9a366ffe31675 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 24 Oct 2015 08:19:27 -0500 Subject: [PATCH 034/100] .spec cosmetics, update URL, backport upstream fixes --- ...efix-the-kwallet-pam-output-properly.patch | 87 +++++++++++++++++++ ...alize-socket-size-with-correct-value.patch | 47 ++++++++++ kf5-kwallet.spec | 32 ++++--- 3 files changed, 154 insertions(+), 12 deletions(-) create mode 100644 0003-Prefix-the-kwallet-pam-output-properly.patch create mode 100644 0004-initialize-socket-size-with-correct-value.patch diff --git a/0003-Prefix-the-kwallet-pam-output-properly.patch b/0003-Prefix-the-kwallet-pam-output-properly.patch new file mode 100644 index 0000000..4933575 --- /dev/null +++ b/0003-Prefix-the-kwallet-pam-output-properly.patch @@ -0,0 +1,87 @@ +From cc161d7a748ec23c621a6cef6f99dcbc88049fc5 Mon Sep 17 00:00:00 2001 +From: Martin Klapetek +Date: Fri, 16 Oct 2015 12:42:52 -0400 +Subject: [PATCH 3/4] Prefix the kwallet-pam output properly + +KWallet4 uses the same prefix, so this makes it "kwalletd5" so it's +clear in the debug output if it comes from KWallet 4 or 5 +--- + src/runtime/kwalletd/main.cpp | 18 +++++++++--------- + 1 file changed, 9 insertions(+), 9 deletions(-) + +diff --git a/src/runtime/kwalletd/main.cpp b/src/runtime/kwalletd/main.cpp +index fbab58d..39b5ae9 100644 +--- a/src/runtime/kwalletd/main.cpp ++++ b/src/runtime/kwalletd/main.cpp +@@ -56,7 +56,7 @@ static bool isWalletEnabled() + //Waits until the PAM_MODULE sends the hash + static char *waitForHash() + { +- printf("kwalletd: Waiting for hash on %d-\n", pipefd); ++ printf("kwalletd5: Waiting for hash on %d-\n", pipefd); + int totalRead = 0; + int readBytes = 0; + int attempts = 0; +@@ -79,16 +79,16 @@ static char *waitForHash() + //Waits until startkde sends the environment variables + static int waitForEnvironment() + { +- printf("kwalletd: waitingForEnvironment on: %d\n", socketfd); ++ printf("kwalletd5: waitingForEnvironment on: %d\n", socketfd); + + int s2; + socklen_t t; + struct sockaddr_un remote; + if ((s2 = accept(socketfd, (struct sockaddr *)&remote, &t)) == -1) { +- fprintf(stdout, "kwalletd: Couldn't accept incoming connection\n"); ++ fprintf(stdout, "kwalletd5: Couldn't accept incoming connection\n"); + return -1; + } +- printf("kwalletd: client connected\n"); ++ printf("kwalletd5: client connected\n"); + + char str[BSIZE]; + memset(str, '\0', sizeof(char) * BSIZE); +@@ -102,26 +102,26 @@ static int waitForEnvironment() + putenv(strdup(str)); + } + } +- printf("kwalletd: client disconnected\n"); ++ printf("kwalletd5: client disconnected\n"); + close(socketfd); + return 1; + } + + char* checkPamModule(int argc, char **argv) + { +- printf("Checking for pam module\n"); ++ printf("kwalletd5: Checking for pam module\n"); + char *hash = NULL; + int x = 1; + for (; x < argc; ++x) { + if (strcmp(argv[x], "--pam-login") != 0) { + continue; + } +- printf("Got pam-login\n"); ++ printf("kwalletd5: Got pam-login param\n"); + argv[x] = NULL; + x++; + //We need at least 2 extra arguments after --pam-login + if (x + 1 > argc) { +- printf("Invalid arguments (less than needed)\n"); ++ printf("kwalletd5: Invalid arguments (less than needed)\n"); + return NULL; + } + +@@ -143,7 +143,7 @@ char* checkPamModule(int argc, char **argv) + hash = waitForHash(); + + if (hash == NULL || waitForEnvironment() == -1) { +- printf("Hash or environment not received\n"); ++ printf("kwalletd5: Hash or environment not received\n"); + free(hash); + return NULL; + } +-- +2.5.0 + diff --git a/0004-initialize-socket-size-with-correct-value.patch b/0004-initialize-socket-size-with-correct-value.patch new file mode 100644 index 0000000..d918a0b --- /dev/null +++ b/0004-initialize-socket-size-with-correct-value.patch @@ -0,0 +1,47 @@ +From f1e6b9d168281196010c44af2eae4587c1d2d088 Mon Sep 17 00:00:00 2001 +From: Harald Sitter +Date: Wed, 21 Oct 2015 07:38:48 +0200 +Subject: [PATCH 4/4] initialize socket size with correct value + +to quote man 2 accept: +> The addrlen argument is a value-result argument: the caller must +> initialize it to contain the size (in bytes) of the structure pointed +> to by addr; on return it will contain the actual size of the peer +> address. + +If addrlen is not correct we may get EINVAL on trying to connect to the +environment socket which in turn results in a broken environment of the +daemon when started through pam as it will inherit the DM environment. +This doesn't have to happen, it does however reproducibly with nvidia-352 +on Kubuntu 15.10. Why or how nvidia plays into this is not entirely clear, +best bet is that it simply is a coincidence where nvidia would have +something allocated in the memory beforehand and since the addrlen +stack variable was not explicitly initialized to anything it would could +potentially be negative (EINVAL condition) or wrong such that it meets +an internal error check within accept(). + +CHANGELOG: Fixed KWallet configuration file warnings on login +FIXED-IN: 5.16 +BUG: 351805 +REVIEW: 125717 +--- + src/runtime/kwalletd/main.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/runtime/kwalletd/main.cpp b/src/runtime/kwalletd/main.cpp +index 39b5ae9..e790afe 100644 +--- a/src/runtime/kwalletd/main.cpp ++++ b/src/runtime/kwalletd/main.cpp +@@ -82,8 +82,8 @@ static int waitForEnvironment() + printf("kwalletd5: waitingForEnvironment on: %d\n", socketfd); + + int s2; +- socklen_t t; + struct sockaddr_un remote; ++ socklen_t t = sizeof(remote); + if ((s2 = accept(socketfd, (struct sockaddr *)&remote, &t)) == -1) { + fprintf(stdout, "kwalletd5: Couldn't accept incoming connection\n"); + return -1; +-- +2.5.0 + diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 3b5e7dc..b5de618 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.15.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ -URL: http://www.kde.org +URL: http://projects.kde.org/kwallet %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -17,21 +17,25 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -BuildRequires: libgcrypt-devel -BuildRequires: kf5-rpm-macros >= %{version} -BuildRequires: extra-cmake-modules >= %{version} -BuildRequires: qt5-qtbase-devel +## upstream patches +Patch3: 0003-Prefix-the-kwallet-pam-output-properly.patch +Patch4: 0004-initialize-socket-size-with-correct-value.patch +BuildRequires: cmake +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-kconfig-devel >= %{version} -BuildRequires: kf5-kdoctools-devel >= %{version} -BuildRequires: kf5-kwindowsystem-devel >= %{version} BuildRequires: kf5-kcoreaddons-devel >= %{version} BuildRequires: kf5-kdbusaddons-devel >= %{version} +BuildRequires: kf5-kdoctools-devel >= %{version} BuildRequires: kf5-ki18n-devel >= %{version} BuildRequires: kf5-kiconthemes-devel >= %{version} BuildRequires: kf5-knotifications-devel >= %{version} BuildRequires: kf5-kservice-devel >= %{version} BuildRequires: kf5-kwidgetsaddons-devel >= %{version} +BuildRequires: kf5-kwindowsystem-devel >= %{version} +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: libgcrypt-devel +BuildRequires: qt5-qtbase-devel Obsoletes: kf5-kwallet-runtime < 5.8.0-2 Provides: kf5-kwallet-runtime = %{version}-%{release} @@ -60,7 +64,7 @@ developing applications that use %{name}. %prep -%setup -q -n %{framework}-%{version} +%autosetup -n %{framework}-%{version} -p1 %build @@ -78,7 +82,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files -f %{name}.lang -%doc COPYING.LIB README.md +%doc README.md +%license COPYING.LIB %{_kf5_datadir}/dbus-1/services/org.kde.kwalletd5.service %{_kf5_datadir}/dbus-1/services/org.kde.kwalletd.service %{_kf5_bindir}/kwalletd5 @@ -97,14 +102,17 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files devel %{_kf5_datadir}/dbus-1/interfaces/kf5_org.kde.KWallet.xml %{_kf5_includedir}/kwallet_version.h -%{_kf5_includedir}/KWallet -%{_kf5_libdir}/cmake/KF5Wallet +%{_kf5_includedir}/KWallet/ +%{_kf5_libdir}/cmake/KF5Wallet/ %{_kf5_libdir}/libKF5Wallet.so %{_kf5_libdir}/libkwalletbackend5.so %{_kf5_archdatadir}/mkspecs/modules/qt_KWallet.pri %changelog +* Sat Oct 24 2015 Rex Dieter 5.15.0-2 +- .spec cosmetics, update URL, backport upstream fixes + * Thu Oct 08 2015 Daniel Vrátil - 5.15.0-1 - KDE Frameworks 5.15.0 From fcd8888a2353b27385a3ac4042295178bea8e30b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 24 Oct 2015 08:29:19 -0500 Subject: [PATCH 035/100] reference bug --- kf5-kwallet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index b5de618..f343731 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -111,7 +111,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog * Sat Oct 24 2015 Rex Dieter 5.15.0-2 -- .spec cosmetics, update URL, backport upstream fixes +- .spec cosmetics, update URL, backport upstream fixes (#1266756) * Thu Oct 08 2015 Daniel Vrátil - 5.15.0-1 - KDE Frameworks 5.15.0 From b2d46349cc07bb17e9d162b769f16de3c22b3f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 9 Nov 2015 23:07:51 +0100 Subject: [PATCH 036/100] KDE Frameworks 5.16 --- .gitignore | 1 + kf5-kwallet.spec | 9 +++++---- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a79204f..03461e8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kwallet-5.13.0.tar.xz /kwallet-5.14.0.tar.xz /kwallet-5.15.0.tar.xz +/kwallet-5.16.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index f343731..eb68397 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,8 +1,8 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.15.0 -Release: 2%{?dist} +Version: 5.16.0 +Release: 1%{?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 -Patch3: 0003-Prefix-the-kwallet-pam-output-properly.patch -Patch4: 0004-initialize-socket-size-with-correct-value.patch BuildRequires: cmake BuildRequires: extra-cmake-modules >= %{version} @@ -110,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Nov 08 2015 Daniel Vrátil - 5.16.0-1 +- KDE Frameworks 5.16.0 + * Sat Oct 24 2015 Rex Dieter 5.15.0-2 - .spec cosmetics, update URL, backport upstream fixes (#1266756) diff --git a/sources b/sources index 91a264a..2127481 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -291d29f8b9333abd9ea2d240d3eab1d9 kwallet-5.15.0.tar.xz +c4e84a22c586fedd21961c14be9a03c4 kwallet-5.16.0.tar.xz From 75cc0b5a40d96cc8e67313cf7e0bc027b834d90e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 8 Dec 2015 23:32:04 +0100 Subject: [PATCH 037/100] KDE Frameworks 5.17.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 03461e8..ebc1502 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kwallet-5.14.0.tar.xz /kwallet-5.15.0.tar.xz /kwallet-5.16.0.tar.xz +/kwallet-5.17.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index eb68397..fcd269c 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.16.0 +Version: 5.17.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -108,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 08 2015 Daniel Vrátil - 5.17.0-1 +- KDE Frameworks 5.17.0 + * Sun Nov 08 2015 Daniel Vrátil - 5.16.0-1 - KDE Frameworks 5.16.0 diff --git a/sources b/sources index 2127481..18df180 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4e84a22c586fedd21961c14be9a03c4 kwallet-5.16.0.tar.xz +597b6b55a035d3d53698cdfa18ec92c3 kwallet-5.17.0.tar.xz From ecd504ef8454357bcc233d44e877afbec6516a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Sun, 3 Jan 2016 17:56:57 +0100 Subject: [PATCH 038/100] KDE Frameworks 5.18.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ebc1502..d6a40e1 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kwallet-5.15.0.tar.xz /kwallet-5.16.0.tar.xz /kwallet-5.17.0.tar.xz +/kwallet-5.18.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index fcd269c..f70df2a 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.17.0 +Version: 5.18.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -108,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 +- KDE Frameworks 5.18.0 + * Tue Dec 08 2015 Daniel Vrátil - 5.17.0-1 - KDE Frameworks 5.17.0 diff --git a/sources b/sources index 18df180..73c440d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -597b6b55a035d3d53698cdfa18ec92c3 kwallet-5.17.0.tar.xz +27d259fbed05abec5231b4c159cf19c2 kwallet-5.18.0.tar.xz From b15aa27df852261fe1fa28850d9d71eec680a2eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Sun, 3 Jan 2016 18:07:01 +0100 Subject: [PATCH 039/100] Remove old patches --- ...efix-the-kwallet-pam-output-properly.patch | 87 ------------------- ...alize-socket-size-with-correct-value.patch | 47 ---------- 2 files changed, 134 deletions(-) delete mode 100644 0003-Prefix-the-kwallet-pam-output-properly.patch delete mode 100644 0004-initialize-socket-size-with-correct-value.patch diff --git a/0003-Prefix-the-kwallet-pam-output-properly.patch b/0003-Prefix-the-kwallet-pam-output-properly.patch deleted file mode 100644 index 4933575..0000000 --- a/0003-Prefix-the-kwallet-pam-output-properly.patch +++ /dev/null @@ -1,87 +0,0 @@ -From cc161d7a748ec23c621a6cef6f99dcbc88049fc5 Mon Sep 17 00:00:00 2001 -From: Martin Klapetek -Date: Fri, 16 Oct 2015 12:42:52 -0400 -Subject: [PATCH 3/4] Prefix the kwallet-pam output properly - -KWallet4 uses the same prefix, so this makes it "kwalletd5" so it's -clear in the debug output if it comes from KWallet 4 or 5 ---- - src/runtime/kwalletd/main.cpp | 18 +++++++++--------- - 1 file changed, 9 insertions(+), 9 deletions(-) - -diff --git a/src/runtime/kwalletd/main.cpp b/src/runtime/kwalletd/main.cpp -index fbab58d..39b5ae9 100644 ---- a/src/runtime/kwalletd/main.cpp -+++ b/src/runtime/kwalletd/main.cpp -@@ -56,7 +56,7 @@ static bool isWalletEnabled() - //Waits until the PAM_MODULE sends the hash - static char *waitForHash() - { -- printf("kwalletd: Waiting for hash on %d-\n", pipefd); -+ printf("kwalletd5: Waiting for hash on %d-\n", pipefd); - int totalRead = 0; - int readBytes = 0; - int attempts = 0; -@@ -79,16 +79,16 @@ static char *waitForHash() - //Waits until startkde sends the environment variables - static int waitForEnvironment() - { -- printf("kwalletd: waitingForEnvironment on: %d\n", socketfd); -+ printf("kwalletd5: waitingForEnvironment on: %d\n", socketfd); - - int s2; - socklen_t t; - struct sockaddr_un remote; - if ((s2 = accept(socketfd, (struct sockaddr *)&remote, &t)) == -1) { -- fprintf(stdout, "kwalletd: Couldn't accept incoming connection\n"); -+ fprintf(stdout, "kwalletd5: Couldn't accept incoming connection\n"); - return -1; - } -- printf("kwalletd: client connected\n"); -+ printf("kwalletd5: client connected\n"); - - char str[BSIZE]; - memset(str, '\0', sizeof(char) * BSIZE); -@@ -102,26 +102,26 @@ static int waitForEnvironment() - putenv(strdup(str)); - } - } -- printf("kwalletd: client disconnected\n"); -+ printf("kwalletd5: client disconnected\n"); - close(socketfd); - return 1; - } - - char* checkPamModule(int argc, char **argv) - { -- printf("Checking for pam module\n"); -+ printf("kwalletd5: Checking for pam module\n"); - char *hash = NULL; - int x = 1; - for (; x < argc; ++x) { - if (strcmp(argv[x], "--pam-login") != 0) { - continue; - } -- printf("Got pam-login\n"); -+ printf("kwalletd5: Got pam-login param\n"); - argv[x] = NULL; - x++; - //We need at least 2 extra arguments after --pam-login - if (x + 1 > argc) { -- printf("Invalid arguments (less than needed)\n"); -+ printf("kwalletd5: Invalid arguments (less than needed)\n"); - return NULL; - } - -@@ -143,7 +143,7 @@ char* checkPamModule(int argc, char **argv) - hash = waitForHash(); - - if (hash == NULL || waitForEnvironment() == -1) { -- printf("Hash or environment not received\n"); -+ printf("kwalletd5: Hash or environment not received\n"); - free(hash); - return NULL; - } --- -2.5.0 - diff --git a/0004-initialize-socket-size-with-correct-value.patch b/0004-initialize-socket-size-with-correct-value.patch deleted file mode 100644 index d918a0b..0000000 --- a/0004-initialize-socket-size-with-correct-value.patch +++ /dev/null @@ -1,47 +0,0 @@ -From f1e6b9d168281196010c44af2eae4587c1d2d088 Mon Sep 17 00:00:00 2001 -From: Harald Sitter -Date: Wed, 21 Oct 2015 07:38:48 +0200 -Subject: [PATCH 4/4] initialize socket size with correct value - -to quote man 2 accept: -> The addrlen argument is a value-result argument: the caller must -> initialize it to contain the size (in bytes) of the structure pointed -> to by addr; on return it will contain the actual size of the peer -> address. - -If addrlen is not correct we may get EINVAL on trying to connect to the -environment socket which in turn results in a broken environment of the -daemon when started through pam as it will inherit the DM environment. -This doesn't have to happen, it does however reproducibly with nvidia-352 -on Kubuntu 15.10. Why or how nvidia plays into this is not entirely clear, -best bet is that it simply is a coincidence where nvidia would have -something allocated in the memory beforehand and since the addrlen -stack variable was not explicitly initialized to anything it would could -potentially be negative (EINVAL condition) or wrong such that it meets -an internal error check within accept(). - -CHANGELOG: Fixed KWallet configuration file warnings on login -FIXED-IN: 5.16 -BUG: 351805 -REVIEW: 125717 ---- - src/runtime/kwalletd/main.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/runtime/kwalletd/main.cpp b/src/runtime/kwalletd/main.cpp -index 39b5ae9..e790afe 100644 ---- a/src/runtime/kwalletd/main.cpp -+++ b/src/runtime/kwalletd/main.cpp -@@ -82,8 +82,8 @@ static int waitForEnvironment() - printf("kwalletd5: waitingForEnvironment on: %d\n", socketfd); - - int s2; -- socklen_t t; - struct sockaddr_un remote; -+ socklen_t t = sizeof(remote); - if ((s2 = accept(socketfd, (struct sockaddr *)&remote, &t)) == -1) { - fprintf(stdout, "kwalletd5: Couldn't accept incoming connection\n"); - return -1; --- -2.5.0 - From 25e48f227506819ec5686d4caae8e1b3fa9bf4de Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Jan 2016 14:42:58 -0600 Subject: [PATCH 040/100] old sources --- .gitignore | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.gitignore b/.gitignore index d6a40e1..640b0f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1 @@ -/kwallet-4.100.0.tar.xz -/kwallet-5.0.0.tar.xz -/kwallet-5.1.0.tar.xz -/kwallet-5.2.0.tar.xz -/kwallet-5.3.0.tar.xz -/kwallet-5.4.0.tar.xz -/kwallet-5.5.0.tar.xz -/kwallet-5.6.0.tar.xz -/kwallet-5.7.0.tar.xz -/kwallet-5.8.0.tar.xz -/kwallet-5.9.0.tar.xz -/kwallet-5.10.0.tar.xz -/kwallet-5.11.0.tar.xz -/kwallet-5.12.0.tar.xz -/kwallet-5.13.0.tar.xz -/kwallet-5.14.0.tar.xz -/kwallet-5.15.0.tar.xz -/kwallet-5.16.0.tar.xz -/kwallet-5.17.0.tar.xz /kwallet-5.18.0.tar.xz From 71eed755e39a5bad4b052d0d2226a7d71e9ec0ea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Jan 2016 14:45:54 -0600 Subject: [PATCH 041/100] pull in fix from reviewboard 126681 --- kf5-kwallet.spec | 7 ++++++- kwallet-5.18.0-rb126681.patch | 12 ++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 kwallet-5.18.0-rb126681.patch diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index f70df2a..1b28a06 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -18,6 +18,8 @@ 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} @@ -108,6 +110,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jan 08 2016 Rex Dieter 5.18.0-2 +- pull in fix from reviewboard 126681 + * Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 - KDE Frameworks 5.18.0 diff --git a/kwallet-5.18.0-rb126681.patch b/kwallet-5.18.0-rb126681.patch new file mode 100644 index 0000000..f43408f --- /dev/null +++ b/kwallet-5.18.0-rb126681.patch @@ -0,0 +1,12 @@ +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; From c09fe4029b931e036ce7ec2b8c7108f8925b3258 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 9 Jan 2016 17:48:02 -0600 Subject: [PATCH 042/100] respin --- kf5-kwallet.spec | 7 ++++--- kwallet-5.18.0-rb126681.patch | 12 ------------ sources | 2 +- 3 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 kwallet-5.18.0-rb126681.patch diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 1b28a06..bd1eaff 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -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 5.18.0-3 +- respin + * Fri Jan 08 2016 Rex Dieter 5.18.0-2 - pull in fix from reviewboard 126681 diff --git a/kwallet-5.18.0-rb126681.patch b/kwallet-5.18.0-rb126681.patch deleted file mode 100644 index f43408f..0000000 --- a/kwallet-5.18.0-rb126681.patch +++ /dev/null @@ -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; diff --git a/sources b/sources index 73c440d..b707638 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -27d259fbed05abec5231b4c159cf19c2 kwallet-5.18.0.tar.xz +f8223c50d9a34f7017edb86bf87341a8 kwallet-5.18.0.tar.xz From 7161366ea30b9bbe9358c1ca562e1722329bc505 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Jan 2016 12:15:30 -0600 Subject: [PATCH 043/100] BR: cmake --- kf5-kwallet.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index bd1eaff..76b7dce 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -19,7 +19,6 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra ## upstream patches -BuildRequires: cmake BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-kconfig-devel >= %{version} BuildRequires: kf5-kcoreaddons-devel >= %{version} @@ -108,6 +107,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jan 14 2016 Rex Dieter 5.18.0-4 +- -BR: cmake + * Sat Jan 09 2016 Rex Dieter 5.18.0-3 - respin From 767dc44453bd90c30d8eb657c1ade13550beed74 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:06:58 +0000 Subject: [PATCH 044/100] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 76b7dce..894ebba 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -107,6 +107,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 5.18.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Jan 14 2016 Rex Dieter 5.18.0-4 - -BR: cmake From c07adea2f91c4d2dd7de29b00f48357ca44c1be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 11 Feb 2016 15:18:12 +0100 Subject: [PATCH 045/100] KDE Frameworks 5.19.0 --- .gitignore | 1 + kf5-kwallet.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 640b0f7..a4960ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kwallet-5.18.0.tar.xz +/kwallet-5.19.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 894ebba..133aa29 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,8 +1,8 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.18.0 -Release: 5%{?dist} +Version: 5.19.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -33,6 +33,8 @@ BuildRequires: kf5-kwindowsystem-devel >= %{version} BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: libgcrypt-devel BuildRequires: qt5-qtbase-devel +BuildRequires: kf5-kconfigwidgets-devel >= %{version} + Obsoletes: kf5-kwallet-runtime < 5.8.0-2 Provides: kf5-kwallet-runtime = %{version}-%{release} @@ -107,6 +109,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 11 2016 Daniel Vrátil - 5.19.0-1 +- KDE Frameworks 5.19.0 + * Thu Feb 04 2016 Fedora Release Engineering - 5.18.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index b707638..24d4ac7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f8223c50d9a34f7017edb86bf87341a8 kwallet-5.18.0.tar.xz +1c6c9aac635b623ab78368dd8617ca4e kwallet-5.19.0.tar.xz From f1f4877e5a410e5f220183264f880b5bdabb1124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 14 Mar 2016 11:42:19 +0100 Subject: [PATCH 046/100] KDE Frameworks 5.20.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a4960ea..dc1528a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kwallet-5.18.0.tar.xz /kwallet-5.19.0.tar.xz +/kwallet-5.20.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 133aa29..d54b9fa 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.19.0 +Version: 5.20.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -109,6 +109,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Mar 14 2016 Daniel Vrátil - 5.20.0-1 +- KDE Frameworks 5.20.0 + * Thu Feb 11 2016 Daniel Vrátil - 5.19.0-1 - KDE Frameworks 5.19.0 diff --git a/sources b/sources index 24d4ac7..501ad1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c6c9aac635b623ab78368dd8617ca4e kwallet-5.19.0.tar.xz +8f7404990e60580dd6b707f6a7c390a4 kwallet-5.20.0.tar.xz From 1b44b865631f1c9555dc6fbbd6416c1a552fa197 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Apr 2016 08:18:19 -0500 Subject: [PATCH 047/100] KDE Frameworks 5.21.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dc1528a..3c3e965 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kwallet-5.18.0.tar.xz /kwallet-5.19.0.tar.xz /kwallet-5.20.0.tar.xz +/kwallet-5.21.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index d54b9fa..2b2e972 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.20.0 +Version: 5.21.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -109,6 +109,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 04 2016 Rex Dieter - 5.21.0-1 +- KDE Frameworks 5.21.0 + * Mon Mar 14 2016 Daniel Vrátil - 5.20.0-1 - KDE Frameworks 5.20.0 diff --git a/sources b/sources index 501ad1d..59980fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f7404990e60580dd6b707f6a7c390a4 kwallet-5.20.0.tar.xz +f7ed4eb160d0345780ff54bf365cedb8 kwallet-5.21.0.tar.xz From ed52c8cc75160c6258ffe862f1dcc6590b725638 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 09:52:18 -0500 Subject: [PATCH 048/100] KDE Frameworks 5.22.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3c3e965..f44287c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kwallet-5.19.0.tar.xz /kwallet-5.20.0.tar.xz /kwallet-5.21.0.tar.xz +/kwallet-5.22.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 2b2e972..8d91635 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.21.0 +Version: 5.22.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -109,6 +109,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 16 2016 Rex Dieter - 5.22.0-1 +- KDE Frameworks 5.22.0 + * Mon Apr 04 2016 Rex Dieter - 5.21.0-1 - KDE Frameworks 5.21.0 diff --git a/sources b/sources index 59980fc..b77bd11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f7ed4eb160d0345780ff54bf365cedb8 kwallet-5.21.0.tar.xz +786c2c39d19c5eb3afc7fa7fd1102292 kwallet-5.22.0.tar.xz From 2d8752aad16ff5d7601da32b42a15476ba5575f7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 09:53:39 -0500 Subject: [PATCH 049/100] update URL --- kf5-kwallet.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 8d91635..4599759 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.22.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ -URL: http://projects.kde.org/kwallet +URL: https://quickgit.kde.org/?p=%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -35,7 +35,6 @@ BuildRequires: libgcrypt-devel BuildRequires: qt5-qtbase-devel BuildRequires: kf5-kconfigwidgets-devel >= %{version} - Obsoletes: kf5-kwallet-runtime < 5.8.0-2 Provides: kf5-kwallet-runtime = %{version}-%{release} Provides: kf5-kwallet-runtime%{?_isa} = %{version}-%{release} @@ -109,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 07 2016 Rex Dieter - 5.22.0-2 +- update URL + * Mon May 16 2016 Rex Dieter - 5.22.0-1 - KDE Frameworks 5.22.0 From 0e7f6e7185f32cbf07970efb6ae653b097bf5ec8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 10:28:27 -0500 Subject: [PATCH 050/100] KDE Frameworks 5.23.0 --- .gitignore | 1 + clog | 2 ++ kf5-kwallet.spec | 7 +++++-- sources | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 clog diff --git a/.gitignore b/.gitignore index f44287c..7dd3d65 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kwallet-5.20.0.tar.xz /kwallet-5.21.0.tar.xz /kwallet-5.22.0.tar.xz +/kwallet-5.23.0.tar.xz diff --git a/clog b/clog new file mode 100644 index 0000000..6160085 --- /dev/null +++ b/clog @@ -0,0 +1,2 @@ +update URL + diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 4599759..455eb3b 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,8 +1,8 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.22.0 -Release: 2%{?dist} +Version: 5.23.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -108,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 +- KDE Frameworks 5.23.0 + * Tue Jun 07 2016 Rex Dieter - 5.22.0-2 - update URL diff --git a/sources b/sources index b77bd11..d49c155 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -786c2c39d19c5eb3afc7fa7fd1102292 kwallet-5.22.0.tar.xz +37715313db7117da3eabc163ce8c9f0b kwallet-5.23.0.tar.xz From 80b4fc7467e4eaa4b271a57a7b36b7355139881e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 25 Jun 2016 08:35:13 -0500 Subject: [PATCH 051/100] rm clog --- clog | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 clog diff --git a/clog b/clog deleted file mode 100644 index 6160085..0000000 --- a/clog +++ /dev/null @@ -1,2 +0,0 @@ -update URL - From 1579549508efb456c3cfd23f15c3879023244843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Wed, 6 Jul 2016 17:54:22 +0200 Subject: [PATCH 052/100] KDE Frameworks 5.24.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7dd3d65..28a545d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kwallet-5.21.0.tar.xz /kwallet-5.22.0.tar.xz /kwallet-5.23.0.tar.xz +/kwallet-5.24.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 455eb3b..84d0df9 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.23.0 +Version: 5.24.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -108,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 +- KDE Frameworks 5.24.0 + * Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 - KDE Frameworks 5.23.0 diff --git a/sources b/sources index d49c155..c14adc1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37715313db7117da3eabc163ce8c9f0b kwallet-5.23.0.tar.xz +dd676b072ca62580d6c8abb8b7651289 kwallet-5.24.0.tar.xz From 08be4a3a9aa8335ae76ecbd4cbaf48400b494f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 8 Aug 2016 10:11:31 +0200 Subject: [PATCH 053/100] KDE Frameworks 5.25.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 28a545d..173ab2a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kwallet-5.22.0.tar.xz /kwallet-5.23.0.tar.xz /kwallet-5.24.0.tar.xz +/kwallet-5.25.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 84d0df9..76c4baa 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,7 +1,7 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.24.0 +Version: 5.25.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -108,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 +- KDE Frameworks 5.25.0 + * Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 - KDE Frameworks 5.24.0 diff --git a/sources b/sources index c14adc1..8c64194 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd676b072ca62580d6c8abb8b7651289 kwallet-5.24.0.tar.xz +d64ee5eb63d0490b36a1cc9c0ebf126d kwallet-5.25.0.tar.xz From b2075d5857f5e0a7f5f530843f56049084eb8650 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Sep 2016 08:32:27 -0500 Subject: [PATCH 054/100] pull in candidate fix for https://bugs.kde.org/show_bug.cgi?id=358260 --- fix-isOpen-crash-when-wallet-disabled.patch | 28 +++++++++++++++++++++ kf5-kwallet.spec | 9 ++++++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 fix-isOpen-crash-when-wallet-disabled.patch diff --git a/fix-isOpen-crash-when-wallet-disabled.patch b/fix-isOpen-crash-when-wallet-disabled.patch new file mode 100644 index 0000000..3d25679 --- /dev/null +++ b/fix-isOpen-crash-when-wallet-disabled.patch @@ -0,0 +1,28 @@ +diff --git a/src/api/KWallet/kwallet.cpp b/src/api/KWallet/kwallet.cpp +index dffebda..15be0eb 100644 +--- a/src/api/KWallet/kwallet.cpp ++++ b/src/api/KWallet/kwallet.cpp +@@ -363,14 +363,16 @@ bool Wallet::isOpen(const QString &name) + } + } else { + #endif +- QDBusReply r = walletLauncher()->getInterface().isOpen(name); ++ if (walletLauncher()->m_walletEnabled) { ++ QDBusReply r = walletLauncher()->getInterface().isOpen(name); + +- if (!r.isValid()) { +- qDebug() << "Invalid DBus reply: " << r.error(); +- return false; +- } else { +- return r; +- } ++ if (!r.isValid()) { ++ qDebug() << "Invalid DBus reply: " << r.error(); ++ return false; ++ } else { ++ return r; ++ } ++ } else return false; + #if HAVE_KSECRETSSERVICE + } + #endif diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 76c4baa..d442e71 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.25.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -19,6 +19,10 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra ## upstream patches +## upstreamable patches +# https://git.reviewboard.kde.org/r/128831 +Patch100: fix-isOpen-crash-when-wallet-disabled.patch + BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-kconfig-devel >= %{version} BuildRequires: kf5-kcoreaddons-devel >= %{version} @@ -108,6 +112,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Sep 06 2016 Rex Dieter - 5.25.0-2 +- pull in candidate fix for https://bugs.kde.org/show_bug.cgi?id=358260 + * Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 - KDE Frameworks 5.25.0 From 2c89dfade9de6f432d3f9da688b95c938e40f65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 8 Sep 2016 10:26:15 +0200 Subject: [PATCH 055/100] KDE Frameworks 5.26.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 173ab2a..fc60b77 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kwallet-5.23.0.tar.xz /kwallet-5.24.0.tar.xz /kwallet-5.25.0.tar.xz +/kwallet-5.26.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index d442e71..3cd4e63 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,8 +1,8 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.25.0 -Release: 2%{?dist} +Version: 5.26.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -112,6 +112,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 +- KDE Frameworks 5.26.0 + * Tue Sep 06 2016 Rex Dieter - 5.25.0-2 - pull in candidate fix for https://bugs.kde.org/show_bug.cgi?id=358260 diff --git a/sources b/sources index 8c64194..1663ffe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d64ee5eb63d0490b36a1cc9c0ebf126d kwallet-5.25.0.tar.xz +8865e8f7eb9014d6ca5ff5986af55773 kwallet-5.26.0.tar.xz From 179e9f6f8df24d0fbf8ebeb3fad1bde75fd82ba1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 20 Sep 2016 14:52:55 -0500 Subject: [PATCH 056/100] 5.26.0-2 - enable gpgme support (#1377814) - %check: enable tests --- kf5-kwallet.spec | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 3cd4e63..b6aa57e 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,8 +1,15 @@ %global framework kwallet +# uncomment to enable bootstrap mode +#global bootstrap 1 + +%if !0%{?bootstrap} +%global tests 1 +%endif + Name: kf5-%{framework} Version: 5.26.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -38,6 +45,9 @@ BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: libgcrypt-devel BuildRequires: qt5-qtbase-devel BuildRequires: kf5-kconfigwidgets-devel >= %{version} +# gpgme suppot +BuildRequires: kf5-gpgmepp-devel +BuildRequires: gpgme-devel Obsoletes: kf5-kwallet-runtime < 5.8.0-2 Provides: kf5-kwallet-runtime = %{version}-%{release} @@ -72,7 +82,8 @@ developing applications that use %{name}. %build mkdir %{_target_platform} pushd %{_target_platform} -%{cmake_kf5} .. +%{cmake_kf5} .. \ + -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} popd make %{?_smp_mflags} -C %{_target_platform} @@ -83,6 +94,13 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang %{name} --with-qt --all-name +%check +%if 0%{?tests} +export CTEST_OUTPUT_ON_FAILURE=1 +make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: +%endif + + %files -f %{name}.lang %doc README.md %license COPYING.LIB @@ -112,6 +130,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Sep 20 2016 Rex Dieter - 5.26.0-2 +- enable gpgme support (#1377814) +- %%check: enable tests + * Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 - KDE Frameworks 5.26.0 From e20f483a7d5b9c148ac09e93c9e6812804fe3af7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Oct 2016 22:07:06 -0500 Subject: [PATCH 057/100] 5.27.0 --- .gitignore | 1 + fix-isOpen-crash-when-wallet-disabled.patch | 28 --------------------- kf5-kwallet.spec | 9 ++++--- sources | 2 +- 4 files changed, 7 insertions(+), 33 deletions(-) delete mode 100644 fix-isOpen-crash-when-wallet-disabled.patch diff --git a/.gitignore b/.gitignore index fc60b77..6ca2f5c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kwallet-5.24.0.tar.xz /kwallet-5.25.0.tar.xz /kwallet-5.26.0.tar.xz +/kwallet-5.27.0.tar.xz diff --git a/fix-isOpen-crash-when-wallet-disabled.patch b/fix-isOpen-crash-when-wallet-disabled.patch deleted file mode 100644 index 3d25679..0000000 --- a/fix-isOpen-crash-when-wallet-disabled.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/src/api/KWallet/kwallet.cpp b/src/api/KWallet/kwallet.cpp -index dffebda..15be0eb 100644 ---- a/src/api/KWallet/kwallet.cpp -+++ b/src/api/KWallet/kwallet.cpp -@@ -363,14 +363,16 @@ bool Wallet::isOpen(const QString &name) - } - } else { - #endif -- QDBusReply r = walletLauncher()->getInterface().isOpen(name); -+ if (walletLauncher()->m_walletEnabled) { -+ QDBusReply r = walletLauncher()->getInterface().isOpen(name); - -- if (!r.isValid()) { -- qDebug() << "Invalid DBus reply: " << r.error(); -- return false; -- } else { -- return r; -- } -+ if (!r.isValid()) { -+ qDebug() << "Invalid DBus reply: " << r.error(); -+ return false; -+ } else { -+ return r; -+ } -+ } else return false; - #if HAVE_KSECRETSSERVICE - } - #endif diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index b6aa57e..331e423 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.26.0 -Release: 2%{?dist} +Version: 5.27.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -27,8 +27,6 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra ## upstream patches ## upstreamable patches -# https://git.reviewboard.kde.org/r/128831 -Patch100: fix-isOpen-crash-when-wallet-disabled.patch BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-kconfig-devel >= %{version} @@ -130,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Oct 04 2016 Rex Dieter - 5.27.0-1 +- 5.27.0 + * Tue Sep 20 2016 Rex Dieter - 5.26.0-2 - enable gpgme support (#1377814) - %%check: enable tests diff --git a/sources b/sources index 1663ffe..f1981c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8865e8f7eb9014d6ca5ff5986af55773 kwallet-5.26.0.tar.xz +012d0e05887ede47f221d08474213dd8 kwallet-5.27.0.tar.xz From 3c4f01d8dcde104c0c6ee565c6b7eb3b7b523259 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 10 Dec 2016 20:06:07 +0100 Subject: [PATCH 058/100] Rebuild for gpgme 1.18 Signed-off-by: Igor Gnatenko --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 331e423..fc4a383 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.27.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sat Dec 10 2016 Igor Gnatenko - 5.27.0-2 +- Rebuild for gpgme 1.18 + * Tue Oct 04 2016 Rex Dieter - 5.27.0-1 - 5.27.0 From 4aacde4113940533e75c37d6e3a68f7db2a566b1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Dec 2016 11:52:07 -0600 Subject: [PATCH 059/100] 5.29.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6ca2f5c..aa06b72 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kwallet-5.25.0.tar.xz /kwallet-5.26.0.tar.xz /kwallet-5.27.0.tar.xz +/kwallet-5.29.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index fc4a383..12751cf 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.27.0 -Release: 2%{?dist} +Version: 5.29.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Fri Dec 16 2016 Rex Dieter - 5.29.0-1 +- 5.29.0 + * Sat Dec 10 2016 Igor Gnatenko - 5.27.0-2 - Rebuild for gpgme 1.18 diff --git a/sources b/sources index f1981c7..a8349f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -012d0e05887ede47f221d08474213dd8 kwallet-5.27.0.tar.xz +SHA512 (kwallet-5.29.0.tar.xz) = 8a57b792c8e78778e4ced09793a9d093a4f9a39ac92125b77bcf25937722db9c85740576388a0a290478ac4527ca0550017a28a5e5e2382f6e13508ca5e1c0a2 From 282d04f16312d555f7accbd2fb9b970a8a7a9400 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 6 Feb 2017 12:13:03 -0600 Subject: [PATCH 060/100] 5.31.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa06b72..295177e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kwallet-5.26.0.tar.xz /kwallet-5.27.0.tar.xz /kwallet-5.29.0.tar.xz +/kwallet-5.31.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 12751cf..c084029 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.29.0 +Version: 5.31.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Feb 06 2017 Rex Dieter - 5.31.0-1 +- 5.31.0 + * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0 diff --git a/sources b/sources index a8349f7..d66ffab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.29.0.tar.xz) = 8a57b792c8e78778e4ced09793a9d093a4f9a39ac92125b77bcf25937722db9c85740576388a0a290478ac4527ca0550017a28a5e5e2382f6e13508ca5e1c0a2 +SHA512 (kwallet-5.31.0.tar.xz) = 82566effbf269983aba47f52f3f34d49ab7c5a3bd5f71a84c80cf3b5e1f4b58ce43eb5579ae7793a7dd5a4ba6b49770a6cf4fe8cb4795504fca76e59a7675744 From ad42ae80ea36ec75f6c7bc1ec724c85f86e8ddf0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 4 Mar 2017 14:33:36 -0600 Subject: [PATCH 061/100] 5.32.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 295177e..c253115 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kwallet-5.27.0.tar.xz /kwallet-5.29.0.tar.xz /kwallet-5.31.0.tar.xz +/kwallet-5.32.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index c084029..7b3ee7d 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.31.0 +Version: 5.32.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sat Mar 04 2017 Rex Dieter - 5.32.0-1 +- 5.32.0 + * Mon Feb 06 2017 Rex Dieter - 5.31.0-1 - 5.31.0 diff --git a/sources b/sources index d66ffab..1924543 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.31.0.tar.xz) = 82566effbf269983aba47f52f3f34d49ab7c5a3bd5f71a84c80cf3b5e1f4b58ce43eb5579ae7793a7dd5a4ba6b49770a6cf4fe8cb4795504fca76e59a7675744 +SHA512 (kwallet-5.32.0.tar.xz) = b2c708c1a128084eecc9e784a82ba9310279c149190ce6fcad854038427f0523a89d3fb9bea3fffb0850e1b4ddf4adf37c1b05f0f5d528fcd7a6ce4b9ce90c04 From e6869148d5421fa129133e8ba507f3238bb5fbeb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Apr 2017 08:20:15 -0500 Subject: [PATCH 062/100] 5.33.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c253115..1f1731a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kwallet-5.29.0.tar.xz /kwallet-5.31.0.tar.xz /kwallet-5.32.0.tar.xz +/kwallet-5.33.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 7b3ee7d..37ab9d5 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,12 +8,12 @@ %endif Name: kf5-%{framework} -Version: 5.32.0 +Version: 5.33.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ -URL: https://quickgit.kde.org/?p=%{framework}.git +URL: https://cgit.kde.org/%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Apr 03 2017 Rex Dieter - 5.33.0-1 +- 5.33.0 + * Sat Mar 04 2017 Rex Dieter - 5.32.0-1 - 5.32.0 diff --git a/sources b/sources index 1924543..b1ed71c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.32.0.tar.xz) = b2c708c1a128084eecc9e784a82ba9310279c149190ce6fcad854038427f0523a89d3fb9bea3fffb0850e1b4ddf4adf37c1b05f0f5d528fcd7a6ce4b9ce90c04 +SHA512 (kwallet-5.33.0.tar.xz) = 84d960156c3dac3b2a4a9a2315820a59d82333ac19bf596c9329bb500a908923251809c7e7c59fdd0c1d3fe582e15a10b58f52fdab4f2279ca2d6c9a4a8605c5 From 3a483269d36926b6e46fcb1d768829a4f6cacac6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 15 May 2017 11:15:08 -0500 Subject: [PATCH 063/100] 5.34.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1f1731a..82f9d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kwallet-5.31.0.tar.xz /kwallet-5.32.0.tar.xz /kwallet-5.33.0.tar.xz +/kwallet-5.34.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 37ab9d5..b8ce984 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.33.0 +Version: 5.34.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon May 15 2017 Rex Dieter - 5.34.0-1 +- 5.34.0 + * Mon Apr 03 2017 Rex Dieter - 5.33.0-1 - 5.33.0 diff --git a/sources b/sources index b1ed71c..998e2a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.33.0.tar.xz) = 84d960156c3dac3b2a4a9a2315820a59d82333ac19bf596c9329bb500a908923251809c7e7c59fdd0c1d3fe582e15a10b58f52fdab4f2279ca2d6c9a4a8605c5 +SHA512 (kwallet-5.34.0.tar.xz) = 19a3a6e8f77e0a566befba7bc72ecdc7b870773944176247b53af312b475a0a00fbd5403cef8de6393cf8261c43627c947084231201a51074b8955ffe5989568 From 3d34da980fab4f9e8908e37eb2729ac3a00e525e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Jun 2017 07:23:54 -0500 Subject: [PATCH 064/100] 5.35.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 82f9d5d..2b65b6e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kwallet-5.32.0.tar.xz /kwallet-5.33.0.tar.xz /kwallet-5.34.0.tar.xz +/kwallet-5.35.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index b8ce984..50d031c 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.34.0 +Version: 5.35.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sun Jun 04 2017 Rex Dieter - 5.35.0-1 +- 5.35.0 + * Mon May 15 2017 Rex Dieter - 5.34.0-1 - 5.34.0 diff --git a/sources b/sources index 998e2a2..d11eb14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.34.0.tar.xz) = 19a3a6e8f77e0a566befba7bc72ecdc7b870773944176247b53af312b475a0a00fbd5403cef8de6393cf8261c43627c947084231201a51074b8955ffe5989568 +SHA512 (kwallet-5.35.0.tar.xz) = 6b07b9a30f2080e83e968c4f670de78dc816905d09d0e429f7073d23aa1b44abc11b51a285de3785295abb024f0de76d792b310c231d47ea4ca036527e9df4ea From c6fb6638c0930f5baad711d7bda7f600ded25a43 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Jul 2017 12:19:12 -0500 Subject: [PATCH 065/100] 5.36.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2b65b6e..b19564a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kwallet-5.33.0.tar.xz /kwallet-5.34.0.tar.xz /kwallet-5.35.0.tar.xz +/kwallet-5.36.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 50d031c..33f9154 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.35.0 +Version: 5.36.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Jul 03 2017 Rex Dieter - 5.36.0-1 +- 5.36.0 + * Sun Jun 04 2017 Rex Dieter - 5.35.0-1 - 5.35.0 diff --git a/sources b/sources index d11eb14..2d63460 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.35.0.tar.xz) = 6b07b9a30f2080e83e968c4f670de78dc816905d09d0e429f7073d23aa1b44abc11b51a285de3785295abb024f0de76d792b310c231d47ea4ca036527e9df4ea +SHA512 (kwallet-5.36.0.tar.xz) = 42b6e24ee83d246bdec92c752750b69bec98598c22b939f1a7f40a14b386ee1002a1af8e249f218d67f3ebbe44222ec4f639b8d5aa78dc39b01c4dd5e9018a54 From 50c7a869b030abb2fbbf470f0456cf0dae753342 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 15:22:14 +0000 Subject: [PATCH 066/100] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 33f9154..7544f36 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Mon Jul 03 2017 Rex Dieter - 5.36.0-1 - 5.36.0 From e79565117980abe23585e7330066f7e63189e98a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 00:30:33 +0000 Subject: [PATCH 067/100] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 7544f36..35005be 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From bbfbcfe290ef3c49bb6535d2300243537b138cbb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Aug 2017 09:37:47 -0500 Subject: [PATCH 068/100] 5.37.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b19564a..c98b5d6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kwallet-5.34.0.tar.xz /kwallet-5.35.0.tar.xz /kwallet-5.36.0.tar.xz +/kwallet-5.37.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 35005be..de09810 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.36.0 -Release: 3%{?dist} +Version: 5.37.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Fri Aug 25 2017 Rex Dieter - 5.37.0-1 +- 5.37.0 + * Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index 2d63460..6d41ffc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.36.0.tar.xz) = 42b6e24ee83d246bdec92c752750b69bec98598c22b939f1a7f40a14b386ee1002a1af8e249f218d67f3ebbe44222ec4f639b8d5aa78dc39b01c4dd5e9018a54 +SHA512 (kwallet-5.37.0.tar.xz) = 2b15caca7459e367f07d2aad98859db08f9e6bd337348ab63abd671dc45a434bf305e18e044b469a981c12661ce4dac2407af8b2dac7c3d0588a7b6f907548af From ec9c891758d904dcc0e02aa4fa7b55c211f7ce8f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 11 Sep 2017 15:04:35 -0500 Subject: [PATCH 069/100] 5.38.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c98b5d6..4939ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kwallet-5.35.0.tar.xz /kwallet-5.36.0.tar.xz /kwallet-5.37.0.tar.xz +/kwallet-5.38.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index de09810..143e060 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.37.0 +Version: 5.38.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Sep 11 2017 Rex Dieter - 5.38.0-1 +- 5.38.0 + * Fri Aug 25 2017 Rex Dieter - 5.37.0-1 - 5.37.0 diff --git a/sources b/sources index 6d41ffc..07fd01b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.37.0.tar.xz) = 2b15caca7459e367f07d2aad98859db08f9e6bd337348ab63abd671dc45a434bf305e18e044b469a981c12661ce4dac2407af8b2dac7c3d0588a7b6f907548af +SHA512 (kwallet-5.38.0.tar.xz) = e66266015c674a7ba731fc5c37fe2bed1edf18645393793b6dfa552dcc1fb93227db73913503961f46d72c5c71b11c807d61a1bb0980f5ac1d62bab59efa72db From 17e8f8520593800c2f392465ed776ad3da46a84e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Oct 2017 10:07:56 -0500 Subject: [PATCH 070/100] 5.39.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4939ff5..5d8d650 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kwallet-5.36.0.tar.xz /kwallet-5.37.0.tar.xz /kwallet-5.38.0.tar.xz +/kwallet-5.39.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 143e060..d712232 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.38.0 +Version: 5.39.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sun Oct 08 2017 Rex Dieter - 5.39.0-1 +- 5.39.0 + * Mon Sep 11 2017 Rex Dieter - 5.38.0-1 - 5.38.0 diff --git a/sources b/sources index 07fd01b..41e75a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.38.0.tar.xz) = e66266015c674a7ba731fc5c37fe2bed1edf18645393793b6dfa552dcc1fb93227db73913503961f46d72c5c71b11c807d61a1bb0980f5ac1d62bab59efa72db +SHA512 (kwallet-5.39.0.tar.xz) = b8fef894a492a27691ae37199b9e564094bc3f2e342458ea97bac415148abd4b85018f1ec201e61bd28460909bbb719de30b7786dd1d954018a4f6f1a3ad28bf From fc30429bb9e2dcc90102c2de7874e75bb0903aa5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Nov 2017 09:46:15 -0600 Subject: [PATCH 071/100] 5.40.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5d8d650..7977ea1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kwallet-5.37.0.tar.xz /kwallet-5.38.0.tar.xz /kwallet-5.39.0.tar.xz +/kwallet-5.40.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index d712232..848815c 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.39.0 +Version: 5.40.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Fri Nov 10 2017 Rex Dieter - 5.40.0-1 +- 5.40.0 + * Sun Oct 08 2017 Rex Dieter - 5.39.0-1 - 5.39.0 diff --git a/sources b/sources index 41e75a2..918ab58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.39.0.tar.xz) = b8fef894a492a27691ae37199b9e564094bc3f2e342458ea97bac415148abd4b85018f1ec201e61bd28460909bbb719de30b7786dd1d954018a4f6f1a3ad28bf +SHA512 (kwallet-5.40.0.tar.xz) = a162d5ed1901fe3c8675f715ddb9a32640d7b563bf0755a7add885208a8f55465d9082d2abb9553d411018d3a5a4856b17efc94789dbd5993ac6f11a8a0c71c8 From a2326ea8ef414b1a3afc2bfc152e33acf102fdbe Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Dec 2017 10:45:59 -0600 Subject: [PATCH 072/100] 5.41.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7977ea1..215894a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kwallet-5.38.0.tar.xz /kwallet-5.39.0.tar.xz /kwallet-5.40.0.tar.xz +/kwallet-5.41.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 848815c..b4c7aa3 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.40.0 +Version: 5.41.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -128,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Dec 04 2017 Rex Dieter - 5.41.0-1 +- 5.41.0 + * Fri Nov 10 2017 Rex Dieter - 5.40.0-1 - 5.40.0 diff --git a/sources b/sources index 918ab58..2d627ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.40.0.tar.xz) = a162d5ed1901fe3c8675f715ddb9a32640d7b563bf0755a7add885208a8f55465d9082d2abb9553d411018d3a5a4856b17efc94789dbd5993ac6f11a8a0c71c8 +SHA512 (kwallet-5.41.0.tar.xz) = 572b1d145f7092ed8ca581a00ced425f6a6fa4d153853ec591bbe6f91c5851c8476356b907ea1808e93f881a9e24797e894e7621f5627eadaf086a7f92e89e74 From 3481169ad2ec95826a2e730e4f59c5f347a99476 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 6 Dec 2017 14:48:15 -0600 Subject: [PATCH 073/100] fix %%files, drop kf5-filesystem --- kf5-kwallet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index b4c7aa3..70dbf5a 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -58,7 +58,6 @@ KWallet is a secure and unified container for user passwords. %package libs Summary: KWallet framework libraries -Requires: kf5-filesystem Requires: %{name} = %{version}-%{release} %description libs Provides API to access KWallet data from applications. @@ -102,6 +101,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %files -f %{name}.lang %doc README.md %license COPYING.LIB +%{_kf5_sysconfdir}/xdg/%{framework}* %{_kf5_datadir}/dbus-1/services/org.kde.kwalletd5.service %{_kf5_datadir}/dbus-1/services/org.kde.kwalletd.service %{_kf5_bindir}/kwalletd5 From 0a7e72051de93c34878d5bca1f6e7549a73dfa55 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 4 Jan 2018 10:04:45 -0600 Subject: [PATCH 074/100] cosmetics, fix gpgme support --- .gitignore | 21 --------------------- kf5-kwallet.spec | 17 +++++++++++------ 2 files changed, 11 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index 215894a..df71107 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1 @@ -/kwallet-5.18.0.tar.xz -/kwallet-5.19.0.tar.xz -/kwallet-5.20.0.tar.xz -/kwallet-5.21.0.tar.xz -/kwallet-5.22.0.tar.xz -/kwallet-5.23.0.tar.xz -/kwallet-5.24.0.tar.xz -/kwallet-5.25.0.tar.xz -/kwallet-5.26.0.tar.xz -/kwallet-5.27.0.tar.xz -/kwallet-5.29.0.tar.xz -/kwallet-5.31.0.tar.xz -/kwallet-5.32.0.tar.xz -/kwallet-5.33.0.tar.xz -/kwallet-5.34.0.tar.xz -/kwallet-5.35.0.tar.xz -/kwallet-5.36.0.tar.xz -/kwallet-5.37.0.tar.xz -/kwallet-5.38.0.tar.xz -/kwallet-5.39.0.tar.xz -/kwallet-5.40.0.tar.xz /kwallet-5.41.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 70dbf5a..51728a2 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.41.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -30,6 +30,7 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-kconfig-devel >= %{version} +BuildRequires: kf5-kconfigwidgets-devel >= %{version} BuildRequires: kf5-kcoreaddons-devel >= %{version} BuildRequires: kf5-kdbusaddons-devel >= %{version} BuildRequires: kf5-kdoctools-devel >= %{version} @@ -40,12 +41,12 @@ BuildRequires: kf5-kservice-devel >= %{version} BuildRequires: kf5-kwidgetsaddons-devel >= %{version} BuildRequires: kf5-kwindowsystem-devel >= %{version} BuildRequires: kf5-rpm-macros >= %{version} -BuildRequires: libgcrypt-devel + BuildRequires: qt5-qtbase-devel -BuildRequires: kf5-kconfigwidgets-devel >= %{version} + +BuildRequires: libgcrypt-devel # gpgme suppot -BuildRequires: kf5-gpgmepp-devel -BuildRequires: gpgme-devel +BuildRequires: cmake(Gpgmepp) Obsoletes: kf5-kwallet-runtime < 5.8.0-2 Provides: kf5-kwallet-runtime = %{version}-%{release} @@ -88,7 +89,8 @@ make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%find_lang %{name} --with-qt --all-name + +%find_lang %{name} --all-name --with-man %check @@ -128,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Wed Jan 03 2018 Rex Dieter - 5.41.0-2 +- cosmetics, fix gpgme support + * Mon Dec 04 2017 Rex Dieter - 5.41.0-1 - 5.41.0 From 810f4c483d58b88e4152c4c8dc6b687a5bd8814c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 4 Jan 2018 10:18:32 -0600 Subject: [PATCH 075/100] +Recommends: pinentry-gui --- kf5-kwallet.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 51728a2..d5c8ed4 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.41.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -54,6 +54,13 @@ Provides: kf5-kwallet-runtime%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release} +# gpg support ui +%if 0%{?fedora} < 26 && 0%{?rhel} < 8 +Requires: pinentry-gui +%else +Recommends: pinentry-gui +%endif + %description KWallet is a secure and unified container for user passwords. @@ -130,6 +137,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Thu Jan 04 2018 Rex Dieter - 5.41.0-3 +- +Recommends: pinentry-gui + * Wed Jan 03 2018 Rex Dieter - 5.41.0-2 - cosmetics, fix gpgme support From f64d0b82b44a46fdebfedafddd2ed794d76617a4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Jan 2018 09:07:34 -0600 Subject: [PATCH 076/100] 5.42.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df71107..2436f06 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kwallet-5.41.0.tar.xz +/kwallet-5.42.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index d5c8ed4..c8986ef 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.41.0 -Release: 3%{?dist} +Version: 5.42.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -137,6 +137,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Jan 08 2018 Rex Dieter - 5.42.0-1 +- 5.42.0 + * Thu Jan 04 2018 Rex Dieter - 5.41.0-3 - +Recommends: pinentry-gui diff --git a/sources b/sources index 2d627ab..de19bf5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.41.0.tar.xz) = 572b1d145f7092ed8ca581a00ced425f6a6fa4d153853ec591bbe6f91c5851c8476356b907ea1808e93f881a9e24797e894e7621f5627eadaf086a7f92e89e74 +SHA512 (kwallet-5.42.0.tar.xz) = 800eca462be0f95d5f0c41aef8cbf5513b5599cea988c49fe94dddc5803ec2834acde0f44a83d4739cef120cbfca5807c523c3b5a7a7f07f1ee3372fe5e63987 From 722338ce471538d24f872ce06a154791dbd301ea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Feb 2018 10:16:26 -0600 Subject: [PATCH 077/100] 5.43.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2436f06..3462343 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kwallet-5.41.0.tar.xz /kwallet-5.42.0.tar.xz +/kwallet-5.43.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index c8986ef..b9e89ea 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.42.0 +Version: 5.43.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -137,6 +137,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Wed Feb 07 2018 Rex Dieter - 5.43.0-1 +- 5.43.0 + * Mon Jan 08 2018 Rex Dieter - 5.42.0-1 - 5.42.0 diff --git a/sources b/sources index de19bf5..1eb56b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.42.0.tar.xz) = 800eca462be0f95d5f0c41aef8cbf5513b5599cea988c49fe94dddc5803ec2834acde0f44a83d4739cef120cbfca5807c523c3b5a7a7f07f1ee3372fe5e63987 +SHA512 (kwallet-5.43.0.tar.xz) = 38d129c45b1c2282c1e09a01fc9316b30b0d3f3c53f1b56dba295f732a2aaf5dab7759ca40b46ec80985d773a59a4ecddfc6edbe7fca7beb59c3392dab44e13b From 5e29ef69308ffe9e2226d16c091874c67b20c040 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 3 Mar 2018 08:12:38 -0600 Subject: [PATCH 078/100] 5.44.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3462343..a262bb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kwallet-5.41.0.tar.xz /kwallet-5.42.0.tar.xz /kwallet-5.43.0.tar.xz +/kwallet-5.44.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index b9e89ea..4b5f989 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.43.0 +Version: 5.44.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -137,6 +137,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sat Mar 03 2018 Rex Dieter - 5.44.0-1 +- 5.44.0 + * Wed Feb 07 2018 Rex Dieter - 5.43.0-1 - 5.43.0 diff --git a/sources b/sources index 1eb56b3..103fd8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.43.0.tar.xz) = 38d129c45b1c2282c1e09a01fc9316b30b0d3f3c53f1b56dba295f732a2aaf5dab7759ca40b46ec80985d773a59a4ecddfc6edbe7fca7beb59c3392dab44e13b +SHA512 (kwallet-5.44.0.tar.xz) = c7ca9438699fb9c33c5afd700b5273379e851384e525e75ac9044b9c829bb253651676bc67935442c4062da571a698f03586b842e097669b0b90f55531f2daf2 From ef77e7d045c51e78bbc79884ebf00d58a6d07924 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Apr 2018 07:45:03 -0500 Subject: [PATCH 079/100] 5.45.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a262bb1..b145122 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kwallet-5.42.0.tar.xz /kwallet-5.43.0.tar.xz /kwallet-5.44.0.tar.xz +/kwallet-5.45.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 4b5f989..bbf244f 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.44.0 +Version: 5.45.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -137,6 +137,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sun Apr 08 2018 Rex Dieter - 5.45.0-1 +- 5.45.0 + * Sat Mar 03 2018 Rex Dieter - 5.44.0-1 - 5.44.0 diff --git a/sources b/sources index 103fd8d..04c06a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.44.0.tar.xz) = c7ca9438699fb9c33c5afd700b5273379e851384e525e75ac9044b9c829bb253651676bc67935442c4062da571a698f03586b842e097669b0b90f55531f2daf2 +SHA512 (kwallet-5.45.0.tar.xz) = 6d612895676550fd278b0dc376b377fd38d2d3f4d8e4e529ea3224bf7f83633a2b62d86e0a338a347f7f163f97d76813ef54ad3bf2daa86c4560eba3fbaa5119 From 8e1386455015becf679f9ac64cb10b8f46ef31d6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 5 May 2018 16:37:52 -0500 Subject: [PATCH 080/100] 5.46.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b145122..46ea8c1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kwallet-5.43.0.tar.xz /kwallet-5.44.0.tar.xz /kwallet-5.45.0.tar.xz +/kwallet-5.46.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index bbf244f..05abb6d 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.45.0 +Version: 5.46.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -137,6 +137,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sat May 05 2018 Rex Dieter - 5.46.0-1 +- 5.46.0 + * Sun Apr 08 2018 Rex Dieter - 5.45.0-1 - 5.45.0 diff --git a/sources b/sources index 04c06a7..fe096a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.45.0.tar.xz) = 6d612895676550fd278b0dc376b377fd38d2d3f4d8e4e529ea3224bf7f83633a2b62d86e0a338a347f7f163f97d76813ef54ad3bf2daa86c4560eba3fbaa5119 +SHA512 (kwallet-5.46.0.tar.xz) = 244c386d5739752fdc27a3ef9b5a5a90a529ab842e7337b8ef9c539781f230bfd0dac487cda370a75bd9a6c0eda52549c9dda0fd6a27b1d243b373b05cd57d46 From 2d663fb0f1867903e57bf2715284d0036777523a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 2 Jun 2018 16:06:04 -0500 Subject: [PATCH 081/100] 5.47.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 46ea8c1..79dcf7e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kwallet-5.44.0.tar.xz /kwallet-5.45.0.tar.xz /kwallet-5.46.0.tar.xz +/kwallet-5.47.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 05abb6d..6af87f9 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.46.0 +Version: 5.47.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -137,6 +137,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sat Jun 02 2018 Rex Dieter - 5.47.0-1 +- 5.47.0 + * Sat May 05 2018 Rex Dieter - 5.46.0-1 - 5.46.0 diff --git a/sources b/sources index fe096a8..464e334 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.46.0.tar.xz) = 244c386d5739752fdc27a3ef9b5a5a90a529ab842e7337b8ef9c539781f230bfd0dac487cda370a75bd9a6c0eda52549c9dda0fd6a27b1d243b373b05cd57d46 +SHA512 (kwallet-5.47.0.tar.xz) = 428982c812c9ebae53289bbef0b16243925783d2b34475228f5354e07e4d7ec35f1c3601ccfd65349493c892d37ae7c2b8ff72f79e2f683966bdee821f9b8413 From f24e4e6de5e306c11ea8eaffddcdf4c060b517a8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Jun 2018 13:34:11 -0500 Subject: [PATCH 082/100] cleanup, use %majmin /usr/bin/make -O -j4 %ldconfig_scriptlets, drop old Obsoletes --- .gitignore | 6 ------ kf5-kwallet.spec | 52 +++++++++++++++++++++++------------------------- 2 files changed, 25 insertions(+), 33 deletions(-) diff --git a/.gitignore b/.gitignore index 79dcf7e..e488eae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -/kwallet-5.41.0.tar.xz -/kwallet-5.42.0.tar.xz -/kwallet-5.43.0.tar.xz -/kwallet-5.44.0.tar.xz -/kwallet-5.45.0.tar.xz -/kwallet-5.46.0.tar.xz /kwallet-5.47.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 6af87f9..0c81ce1 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -7,40 +7,40 @@ %global tests 1 %endif -Name: kf5-%{framework} +Name: kf5-%{framework} Version: 5.47.0 -Release: 1%{?dist} -Summary: KDE Frameworks 5 Tier 3 solution for password management +Release: 2%{?dist} +Summary: KDE Frameworks 5 Tier 3 solution for password management -License: LGPLv2+ -URL: https://cgit.kde.org/%{framework}.git +License: LGPLv2+ +URL: https://cgit.kde.org/%{framework}.git -%global versiondir %(echo %{version} | cut -d. -f1-2) +%global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz ## upstream patches ## upstreamable patches -BuildRequires: extra-cmake-modules >= %{version} -BuildRequires: kf5-kconfig-devel >= %{version} -BuildRequires: kf5-kconfigwidgets-devel >= %{version} -BuildRequires: kf5-kcoreaddons-devel >= %{version} -BuildRequires: kf5-kdbusaddons-devel >= %{version} -BuildRequires: kf5-kdoctools-devel >= %{version} -BuildRequires: kf5-ki18n-devel >= %{version} -BuildRequires: kf5-kiconthemes-devel >= %{version} -BuildRequires: kf5-knotifications-devel >= %{version} -BuildRequires: kf5-kservice-devel >= %{version} -BuildRequires: kf5-kwidgetsaddons-devel >= %{version} -BuildRequires: kf5-kwindowsystem-devel >= %{version} -BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: extra-cmake-modules >= %{majmin} +BuildRequires: kf5-kconfig-devel >= %{majmin} +BuildRequires: kf5-kconfigwidgets-devel >= %{majmin} +BuildRequires: kf5-kcoreaddons-devel >= %{majmin} +BuildRequires: kf5-kdbusaddons-devel >= %{majmin} +BuildRequires: kf5-kdoctools-devel >= %{majmin} +BuildRequires: kf5-ki18n-devel >= %{majmin} +BuildRequires: kf5-kiconthemes-devel >= %{majmin} +BuildRequires: kf5-knotifications-devel >= %{majmin} +BuildRequires: kf5-kservice-devel >= %{majmin} +BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin} +BuildRequires: kf5-kwindowsystem-devel >= %{majmin} +BuildRequires: kf5-rpm-macros BuildRequires: qt5-qtbase-devel @@ -48,10 +48,6 @@ BuildRequires: libgcrypt-devel # gpgme suppot BuildRequires: cmake(Gpgmepp) -Obsoletes: kf5-kwallet-runtime < 5.8.0-2 -Provides: kf5-kwallet-runtime = %{version}-%{release} -Provides: kf5-kwallet-runtime%{?_isa} = %{version}-%{release} - Requires: %{name}-libs%{?_isa} = %{version}-%{release} # gpg support ui @@ -91,7 +87,7 @@ pushd %{_target_platform} -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} popd -make %{?_smp_mflags} -C %{_target_platform} +%make-build -C %{_target_platform} %install @@ -119,8 +115,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %{_kf5_bindir}/kwallet-query %{_mandir}/man1/kwallet-query.1* -%post libs -p /sbin/ldconfig -%postun libs -p /sbin/ldconfig +%ldconfig_scriptlets libs %files libs %{_kf5_libdir}/libKF5Wallet.so.* @@ -137,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Fri Jun 08 2018 Rex Dieter - 5.47.0-2 +- cleanup, use %%majmin %make_build %%ldconfig_scriptlets, drop old Obsoletes + * Sat Jun 02 2018 Rex Dieter - 5.47.0-1 - 5.47.0 From 97a7ed5b22b47bbe3c4c10446c08f017b625e6ff Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Jun 2018 13:53:59 -0500 Subject: [PATCH 083/100] typos --- kf5-kwallet.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 0c81ce1..af27e69 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -87,7 +87,7 @@ pushd %{_target_platform} -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} popd -%make-build -C %{_target_platform} +%make_build -C %{_target_platform} %install @@ -133,7 +133,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog * Fri Jun 08 2018 Rex Dieter - 5.47.0-2 -- cleanup, use %%majmin %make_build %%ldconfig_scriptlets, drop old Obsoletes +- cleanup, use %%majmin %%make_build %%ldconfig_scriptlets, drop old Obsoletes * Sat Jun 02 2018 Rex Dieter - 5.47.0-1 - 5.47.0 From c49c2a402558765f727f60e56f50f3899ec83cf8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Jun 2018 16:48:52 -0500 Subject: [PATCH 084/100] gpg support fedora only rhel7 gpgme is too old --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index af27e69..fc257a5 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -45,8 +45,11 @@ BuildRequires: kf5-rpm-macros BuildRequires: qt5-qtbase-devel BuildRequires: libgcrypt-devel -# gpgme suppot + +%if ! 0%{?bootstrap} && 0%{?fedora} +# optional gpgme suppot BuildRequires: cmake(Gpgmepp) +%endif Requires: %{name}-libs%{?_isa} = %{version}-%{release} From 6b0b16f004a3502e3474d445503ed3bfc6d9a25f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Jul 2018 20:10:04 -0500 Subject: [PATCH 085/100] 5.48.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e488eae..75f4902 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kwallet-5.47.0.tar.xz +/kwallet-5.48.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index fc257a5..52dedab 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.47.0 -Release: 2%{?dist} +Version: 5.48.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Jul 09 2018 Rex Dieter - 5.48.0-1 +- 5.48.0 + * Fri Jun 08 2018 Rex Dieter - 5.47.0-2 - cleanup, use %%majmin %%make_build %%ldconfig_scriptlets, drop old Obsoletes diff --git a/sources b/sources index 464e334..25fd06d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.47.0.tar.xz) = 428982c812c9ebae53289bbef0b16243925783d2b34475228f5354e07e4d7ec35f1c3601ccfd65349493c892d37ae7c2b8ff72f79e2f683966bdee821f9b8413 +SHA512 (kwallet-5.48.0.tar.xz) = 465c6839f5a47126f785381f0a8b01c03aa6952c606ff1beb639f48f0f57baecff89a48590cebde1b731e8a931f96ccc0ec9e4df786aa947962cc1999c188db4 From 31a3f574c29f851002d2dd31ccd7ed06451c7b5f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 9 Jul 2018 20:44:32 -0500 Subject: [PATCH 086/100] FTBFS workaround --- kf5-kwallet.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 52dedab..9f6d46c 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -7,6 +7,11 @@ %global tests 1 %endif +# workaround FTBFS wierdness in rawhide +%if 0%{?fedora} > 28 +%undefine _annotated_build +%endif + Name: kf5-%{framework} Version: 5.48.0 Release: 1%{?dist} From ad9bd5eefce81bbd8a93478794f121657c4707ca Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 9 Jul 2018 21:01:48 -0500 Subject: [PATCH 087/100] Revert "FTBFS workaround" This reverts commit 31a3f574c29f851002d2dd31ccd7ed06451c7b5f. doesn't help, something else --- kf5-kwallet.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 9f6d46c..52dedab 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -7,11 +7,6 @@ %global tests 1 %endif -# workaround FTBFS wierdness in rawhide -%if 0%{?fedora} > 28 -%undefine _annotated_build -%endif - Name: kf5-%{framework} Version: 5.48.0 Release: 1%{?dist} From 95b83a53b60245e36010c2c8692768751c0ac9ce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:09:27 +0000 Subject: [PATCH 088/100] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 52dedab..1242414 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.48.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 5.48.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Jul 09 2018 Rex Dieter - 5.48.0-1 - 5.48.0 From 7eb2830ca7f5dc70ecf0c6b749e2034301df52bb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Aug 2018 10:26:44 -0500 Subject: [PATCH 089/100] 5.49.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 75f4902..a5d1821 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kwallet-5.47.0.tar.xz /kwallet-5.48.0.tar.xz +/kwallet-5.49.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 1242414..ae0c1dc 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.48.0 -Release: 2%{?dist} +Version: 5.49.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Aug 07 2018 Rex Dieter - 5.49.0-1 +- 5.49.0 + * Fri Jul 13 2018 Fedora Release Engineering - 5.48.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 25fd06d..01c3504 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.48.0.tar.xz) = 465c6839f5a47126f785381f0a8b01c03aa6952c606ff1beb639f48f0f57baecff89a48590cebde1b731e8a931f96ccc0ec9e4df786aa947962cc1999c188db4 +SHA512 (kwallet-5.49.0.tar.xz) = 0ce685ebe5b9411f38cbb28cf18d44cdcfda0ae19faa6336343e0df8a824a8ee4a8932e6df92a6ab1ba024f863e81c9ea7966a1b347cf0a66787b9ccc3605136 From 4565a23fcc78e8f0c39ee268c11df3d549bb4e99 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Sep 2018 15:08:41 -0500 Subject: [PATCH 090/100] 5.50.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a5d1821..dbcc187 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kwallet-5.47.0.tar.xz /kwallet-5.48.0.tar.xz /kwallet-5.49.0.tar.xz +/kwallet-5.50.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index ae0c1dc..22fb358 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.49.0 +Version: 5.50.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Sep 04 2018 Rex Dieter - 5.50.0-1 +- 5.50.0 + * Tue Aug 07 2018 Rex Dieter - 5.49.0-1 - 5.49.0 diff --git a/sources b/sources index 01c3504..63a0380 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.49.0.tar.xz) = 0ce685ebe5b9411f38cbb28cf18d44cdcfda0ae19faa6336343e0df8a824a8ee4a8932e6df92a6ab1ba024f863e81c9ea7966a1b347cf0a66787b9ccc3605136 +SHA512 (kwallet-5.50.0.tar.xz) = 45d798775898a8781be3341411c55f07df668d2f13806b3085e3c9f77926f564d6dc5ea3425aa3e0fdc42276125f320136725cd988807fb1a29b22ccc1bdccf8 From 669695b262e023e0d969ef0dd81997648d8aad8b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 15:49:09 -0500 Subject: [PATCH 091/100] 5.51.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dbcc187..dc30b06 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kwallet-5.48.0.tar.xz /kwallet-5.49.0.tar.xz /kwallet-5.50.0.tar.xz +/kwallet-5.51.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 22fb358..bda6f28 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.50.0 +Version: 5.51.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Wed Oct 10 2018 Rex Dieter - 5.51.0-1 +- 5.51.0 + * Tue Sep 04 2018 Rex Dieter - 5.50.0-1 - 5.50.0 diff --git a/sources b/sources index 63a0380..73ad56e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.50.0.tar.xz) = 45d798775898a8781be3341411c55f07df668d2f13806b3085e3c9f77926f564d6dc5ea3425aa3e0fdc42276125f320136725cd988807fb1a29b22ccc1bdccf8 +SHA512 (kwallet-5.51.0.tar.xz) = edb4129ad542d1b359c5a6f8ea2d84b400fe314138e22441f560e399b0209c6cd6be216ffc1b9066d6a05a880920ca7ef6969e24de9fe4a355cb291c6c5850ac From 666aef19b0e1894fb7ae09f425ecd7285377ce3a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Nov 2018 12:48:06 -0600 Subject: [PATCH 092/100] 5.52.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dc30b06..3d469f1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kwallet-5.49.0.tar.xz /kwallet-5.50.0.tar.xz /kwallet-5.51.0.tar.xz +/kwallet-5.52.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index bda6f28..a2bd21e 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.51.0 +Version: 5.52.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sun Nov 04 2018 Rex Dieter - 5.52.0-1 +- 5.52.0 + * Wed Oct 10 2018 Rex Dieter - 5.51.0-1 - 5.51.0 diff --git a/sources b/sources index 73ad56e..83be1c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.51.0.tar.xz) = edb4129ad542d1b359c5a6f8ea2d84b400fe314138e22441f560e399b0209c6cd6be216ffc1b9066d6a05a880920ca7ef6969e24de9fe4a355cb291c6c5850ac +SHA512 (kwallet-5.52.0.tar.xz) = 63a84d0016b59297274f55eba901e0219e6c38bd6316007edda94cddd496488b4baa35c7cb38447bde70f65c35bedbe2aa5ce21b68a6a1574cf6275f62073ca6 From a69407e555c7e9f43adcd7c5f4b2ad1fb80dd88a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 9 Dec 2018 08:39:23 -0600 Subject: [PATCH 093/100] 5.53.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3d469f1..a6c6470 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kwallet-5.50.0.tar.xz /kwallet-5.51.0.tar.xz /kwallet-5.52.0.tar.xz +/kwallet-5.53.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index a2bd21e..cd98a33 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.52.0 +Version: 5.53.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sun Dec 09 2018 Rex Dieter - 5.53.0-1 +- 5.53.0 + * Sun Nov 04 2018 Rex Dieter - 5.52.0-1 - 5.52.0 diff --git a/sources b/sources index 83be1c2..3a3ea68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.52.0.tar.xz) = 63a84d0016b59297274f55eba901e0219e6c38bd6316007edda94cddd496488b4baa35c7cb38447bde70f65c35bedbe2aa5ce21b68a6a1574cf6275f62073ca6 +SHA512 (kwallet-5.53.0.tar.xz) = 25d3a8d00c6b7cc3504a9dfa71aaaca1bbff63a8bac6181a1723b538061757c395b6b899ee4dae670bd458ae3621d9b5f74e7dd6c3be047325c44c5a06c8a821 From 5e07a2cac373955f93dfff86b956fb40662f76e0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 9 Jan 2019 08:08:45 -0600 Subject: [PATCH 094/100] 5.54.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a6c6470..9393091 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kwallet-5.51.0.tar.xz /kwallet-5.52.0.tar.xz /kwallet-5.53.0.tar.xz +/kwallet-5.54.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index cd98a33..5612c54 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.53.0 +Version: 5.54.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Wed Jan 09 2019 Rex Dieter - 5.54.0-1 +- 5.54.0 + * Sun Dec 09 2018 Rex Dieter - 5.53.0-1 - 5.53.0 diff --git a/sources b/sources index 3a3ea68..3bc78c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.53.0.tar.xz) = 25d3a8d00c6b7cc3504a9dfa71aaaca1bbff63a8bac6181a1723b538061757c395b6b899ee4dae670bd458ae3621d9b5f74e7dd6c3be047325c44c5a06c8a821 +SHA512 (kwallet-5.54.0.tar.xz) = f30ceda97180a562853923a0ad1cefbadbed51bbbf4b29405bbe85ccae3dc815053903367ba3638e7a7293eda7fbb7df88f527d6176fc6c2286088c38ce0069a From 7235dbf6fa80e3ef8c0a9bf9ee581d190ed86e37 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 05:37:13 +0000 Subject: [PATCH 095/100] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 5612c54..29fd8f2 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.54.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 5.54.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Wed Jan 09 2019 Rex Dieter - 5.54.0-1 - 5.54.0 From 78a32d45643fd1c10628f2bbc49abfec0658fe40 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Feb 2019 11:17:10 -0600 Subject: [PATCH 096/100] 5.55.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9393091..cda45e0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kwallet-5.52.0.tar.xz /kwallet-5.53.0.tar.xz /kwallet-5.54.0.tar.xz +/kwallet-5.55.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 29fd8f2..ef45527 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.54.0 -Release: 2%{?dist} +Version: 5.55.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Feb 04 2019 Rex Dieter - 5.55.0-1 +- 5.55.0 + * Fri Feb 01 2019 Fedora Release Engineering - 5.54.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index 3bc78c3..52a93f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.54.0.tar.xz) = f30ceda97180a562853923a0ad1cefbadbed51bbbf4b29405bbe85ccae3dc815053903367ba3638e7a7293eda7fbb7df88f527d6176fc6c2286088c38ce0069a +SHA512 (kwallet-5.55.0.tar.xz) = a40f6755fdbec146267a8d96a355e11d8a257c112e82fe7ea3f32de4335cc570dd2e3e27f8880877563405dd2d5fd9d7f26665aaa432134b548ec35ac19bccac From 2db6a1a0f2fc7b4ba09bfc8ccec77ea8b603bb8b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Mar 2019 09:09:47 -0600 Subject: [PATCH 097/100] 5.56.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cda45e0..931d2a8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kwallet-5.53.0.tar.xz /kwallet-5.54.0.tar.xz /kwallet-5.55.0.tar.xz +/kwallet-5.56.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index ef45527..6f28a8d 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.55.0 +Version: 5.56.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Mar 05 2019 Rex Dieter - 5.56.0-1 +- 5.56.0 + * Mon Feb 04 2019 Rex Dieter - 5.55.0-1 - 5.55.0 diff --git a/sources b/sources index 52a93f6..cb6f476 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.55.0.tar.xz) = a40f6755fdbec146267a8d96a355e11d8a257c112e82fe7ea3f32de4335cc570dd2e3e27f8880877563405dd2d5fd9d7f26665aaa432134b548ec35ac19bccac +SHA512 (kwallet-5.56.0.tar.xz) = 29a6699e490b3f8289cc983f14b2e99f1d157e68b2310f02cf2d2dc888ae5d6ed3029029cff0cbe3b9ccc2d5d36a9271e0826fcbc62a297fc40f30171ff8fa13 From 8b6f7ff4deddd1f98e643971fd503c8c5b893312 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Apr 2019 10:16:38 -0500 Subject: [PATCH 098/100] 5.57.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 931d2a8..e4942ea 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kwallet-5.54.0.tar.xz /kwallet-5.55.0.tar.xz /kwallet-5.56.0.tar.xz +/kwallet-5.57.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 6f28a8d..fe600ab 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.56.0 +Version: 5.57.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Apr 09 2019 Rex Dieter - 5.57.0-1 +- 5.57.0 + * Tue Mar 05 2019 Rex Dieter - 5.56.0-1 - 5.56.0 diff --git a/sources b/sources index cb6f476..2499346 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.56.0.tar.xz) = 29a6699e490b3f8289cc983f14b2e99f1d157e68b2310f02cf2d2dc888ae5d6ed3029029cff0cbe3b9ccc2d5d36a9271e0826fcbc62a297fc40f30171ff8fa13 +SHA512 (kwallet-5.57.0.tar.xz) = 7a3809d6563dbd46c1a8de6f9fe7f1665ede884430ac83782cfed4e02f4fc9ecd275293f8c09463a42054d071a545308c8353ddb447e8b0acab5a9c6e47966f2 From c7cc7015b52db27ebf5fd039d8925f2c23209121 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 May 2019 14:04:31 -0500 Subject: [PATCH 099/100] 5.58.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e4942ea..f05ac67 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kwallet-5.55.0.tar.xz /kwallet-5.56.0.tar.xz /kwallet-5.57.0.tar.xz +/kwallet-5.58.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index fe600ab..e06537d 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.57.0 +Version: 5.58.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue May 07 2019 Rex Dieter - 5.58.0-1 +- 5.58.0 + * Tue Apr 09 2019 Rex Dieter - 5.57.0-1 - 5.57.0 diff --git a/sources b/sources index 2499346..97d3036 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.57.0.tar.xz) = 7a3809d6563dbd46c1a8de6f9fe7f1665ede884430ac83782cfed4e02f4fc9ecd275293f8c09463a42054d071a545308c8353ddb447e8b0acab5a9c6e47966f2 +SHA512 (kwallet-5.58.0.tar.xz) = 7145510aa75c179a7c283f26c6d479d753a435a14e423881793ef061b3dc6144c4126365719118b3fdd5d36560a706b36cb003d829d3c469f6f0844351ddc4f4 From fc0f3aa81038311bd58d49c7756b3138231b272d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 6 Jun 2019 12:49:50 -0500 Subject: [PATCH 100/100] 5.59.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f05ac67..3c96ac8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kwallet-5.56.0.tar.xz /kwallet-5.57.0.tar.xz /kwallet-5.58.0.tar.xz +/kwallet-5.59.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index e06537d..6e26942 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.58.0 +Version: 5.59.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Thu Jun 06 2019 Rex Dieter - 5.59.0-1 +- 5.59.0 + * Tue May 07 2019 Rex Dieter - 5.58.0-1 - 5.58.0 diff --git a/sources b/sources index 97d3036..e2b5fb1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.58.0.tar.xz) = 7145510aa75c179a7c283f26c6d479d753a435a14e423881793ef061b3dc6144c4126365719118b3fdd5d36560a706b36cb003d829d3c469f6f0844351ddc4f4 +SHA512 (kwallet-5.59.0.tar.xz) = 5f7094c914ad37c634758826d878f5cc204e853722d2555e20ff4f8fb5471311d1ad43d3aad5ca05df0e7b60b6febc243f4205d9c68919d62cbe2f0e9d4f2d04