From df555dc8ac6c576a8fd98569381f2f14bcaac185 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 25 Mar 2015 17:35:13 +0000 Subject: [PATCH 001/143] Initial setup of the repo --- .gitignore | 0 sources | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From f063fddbb429dee661db0985353d289855d6633c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 31 Mar 2015 12:00:33 +0200 Subject: [PATCH 002/143] Import package (kaccounts-integration 15.03.95) --- .gitignore | 2 + kaccounts-integration.spec | 98 ++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 101 insertions(+) create mode 100644 kaccounts-integration.spec diff --git a/.gitignore b/.gitignore index e69de29..ed19fe2 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,2 @@ +/kaccounts-integration-15.03.90.tar.xz +/kaccounts-integration-15.03.95.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec new file mode 100644 index 0000000..9ad0da4 --- /dev/null +++ b/kaccounts-integration.spec @@ -0,0 +1,98 @@ +Name: kaccounts-integration +Version: 15.03.95 +Release: 1%{?dist} +Summary: Small system to administer web accounts across the KDE desktop +License: GPLv2+ +URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integration + +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz + +BuildRequires: extra-cmake-modules +BuildRequires: kf5-rpm-macros +BuildRequires: qt5-qtbase-devel + +BuildRequires: kf5-kcmutils-devel +BuildRequires: kf5-kio-devel +BuildRequires: kf5-ki18n-devel +BuildRequires: kf5-kwidgetsaddons-devel +BuildRequires: kf5-kcoreaddons-devel +BuildRequires: kf5-kiconthemes-devel +BuildRequires: kf5-kconfig-devel +BuildRequires: kf5-kwallet-devel +BuildRequires: kf5-kdbusaddons-devel + +BuildRequires: libaccounts-qt5-devel +BuildRequires: signon-devel + +Requires: signon +Requires: signon-plugin-oauth2 + +Obsoletes: kaccounts < 15.03 +Provides: kaccounts = %{version}-%{release} + +%description +Small system to administer web accounts for the sites and services +across the KDE desktop. + +%package devel +Summary: Development files for accounts-qt +Group: Development/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: qt5-qtbase-devel%{?_isa} +Requires: kf5-kcoreaddons-devel%{?_isa} +Requires: libaccounts-qt5-devel%{?_isa} +Requires: signon-devel%{?_isa} + +%description devel +Headers, development libraries and documentation for %{name}. + +%prep +%setup -q -n kaccounts-integration-%{version} + +%build +mkdir -p %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd + +make %{?_smp_mflags} -C %{_target_platform} + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%doc README +%license COPYING +%{_kf5_qtplugindir}/kcm_kaccounts.so +%{_kf5_datadir}/kservices5/kcm_kaccounts.desktop +%{_kf5_qtplugindir}/kded_accounts.so +%{_kf5_datadir}/kservices5/kded/accounts.desktop +%{_kf5_libdir}/libkaccounts.so.* + +%files devel +%{_kf5_libdir}/libkaccounts.so +%{_kf5_libdir}/cmake/KAccounts +%{_includedir}/KAccounts + +%changelog +* Tue Mar 31 2015 Daniel Vrátil - 15.03.95-1 +- update to latest beta + +* Wed Mar 25 2015 Daniel Vrátil - 15.03.90-2 +- fix license +- fix summary +- fix typos in changelog +- use %%license + +* Tue Mar 17 2015 Daniel Vrátil - 15.03.90-1 +- Initial version diff --git a/sources b/sources index e69de29..7d3321b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +0b5d08e3b9719248ed888496854c04ae kaccounts-integration-15.03.95.tar.xz From 2058b686f7919737bc80cff1bb860f067c2682aa Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 14 Apr 2015 11:42:19 -0500 Subject: [PATCH 003/143] 15.04.0 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed19fe2..3a3edfb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kaccounts-integration-15.03.90.tar.xz /kaccounts-integration-15.03.95.tar.xz +/kaccounts-integration-15.04.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 9ad0da4..dd78740 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 15.03.95 -Release: 1%{?dist} +Version: 15.04.0 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integration @@ -85,6 +85,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_includedir}/KAccounts %changelog +* Tue Apr 14 2015 Rex Dieter - 15.04.0-1 +- 15.04.0 + * Tue Mar 31 2015 Daniel Vrátil - 15.03.95-1 - update to latest beta diff --git a/sources b/sources index 7d3321b..5aaebe3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b5d08e3b9719248ed888496854c04ae kaccounts-integration-15.03.95.tar.xz +0b59f48932b893bb32a9b64435f56d9a kaccounts-integration-15.04.0.tar.xz From ff29ccc3d6aaaea16fa96c9b5094765c81c7e548 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 26 May 2015 11:37:30 -0500 Subject: [PATCH 004/143] 15.04.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3a3edfb..47ba2f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kaccounts-integration-15.03.90.tar.xz /kaccounts-integration-15.03.95.tar.xz /kaccounts-integration-15.04.0.tar.xz +/kaccounts-integration-15.04.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index dd78740..a76d397 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 15.04.0 +Version: 15.04.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -85,6 +85,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_includedir}/KAccounts %changelog +* Tue May 26 2015 Rex Dieter - 15.04.1-1 +- 15.04.1 + * Tue Apr 14 2015 Rex Dieter - 15.04.0-1 - 15.04.0 diff --git a/sources b/sources index 5aaebe3..e582930 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b59f48932b893bb32a9b64435f56d9a kaccounts-integration-15.04.0.tar.xz +aea0c967bc7f3b0e8da9a3cbc25649ee kaccounts-integration-15.04.1.tar.xz From de2e9eeef76d121ff9726aa73b299a79c767a9a7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Jun 2015 07:24:41 -0500 Subject: [PATCH 005/143] 15.04.2 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 47ba2f2..cda6f96 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kaccounts-integration-15.03.95.tar.xz /kaccounts-integration-15.04.0.tar.xz /kaccounts-integration-15.04.1.tar.xz +/kaccounts-integration-15.04.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index a76d397..86b96a0 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 15.04.1 +Version: 15.04.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -85,6 +85,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_includedir}/KAccounts %changelog +* Wed Jun 10 2015 Rex Dieter - 15.04.2-1 +- 15.04.2 + * Tue May 26 2015 Rex Dieter - 15.04.1-1 - 15.04.1 diff --git a/sources b/sources index e582930..629faa0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aea0c967bc7f3b0e8da9a3cbc25649ee kaccounts-integration-15.04.1.tar.xz +b8608b7a91f8494d4710a51296e65e2a kaccounts-integration-15.04.2.tar.xz From 148245a0b59a3de8ee40f612b1d8f26895c8274e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 12:44:59 +0000 Subject: [PATCH 006/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 86b96a0..a09ad7a 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration Version: 15.04.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integration @@ -85,6 +85,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_includedir}/KAccounts %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 15.04.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Jun 10 2015 Rex Dieter - 15.04.2-1 - 15.04.2 From da37787268e9a06d68921a9bdbc9b65a1c64b480 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 29 Jun 2015 14:37:26 -0500 Subject: [PATCH 007/143] 15.04.3 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cda6f96..cea9af7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kaccounts-integration-15.04.0.tar.xz /kaccounts-integration-15.04.1.tar.xz /kaccounts-integration-15.04.2.tar.xz +/kaccounts-integration-15.04.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index a09ad7a..a948a5e 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 15.04.2 -Release: 2%{?dist} +Version: 15.04.3 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integration @@ -85,6 +85,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_includedir}/KAccounts %changelog +* Mon Jun 29 2015 Rex Dieter - 15.04.3-1 +- 15.04.3 + * Wed Jun 17 2015 Fedora Release Engineering - 15.04.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 629faa0..bea7693 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8608b7a91f8494d4710a51296e65e2a kaccounts-integration-15.04.2.tar.xz +6a45b0287963a19e90a2f112656d016d kaccounts-integration-15.04.3.tar.xz From 2ca71add78dc0c8ceb8f728309c6fe1f899c1f5f Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 20 Aug 2015 22:33:56 +0200 Subject: [PATCH 008/143] 15.08.0 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cea9af7..aa066d5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kaccounts-integration-15.04.1.tar.xz /kaccounts-integration-15.04.2.tar.xz /kaccounts-integration-15.04.3.tar.xz +/kaccounts-integration-15.08.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index a948a5e..fd8fbd6 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 15.04.3 +Version: 15.08.0 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -85,6 +85,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_includedir}/KAccounts %changelog +* Thu Aug 20 2015 Than Ngo - 15.08.0-1 +- 15.08.0 + * Mon Jun 29 2015 Rex Dieter - 15.04.3-1 - 15.04.3 diff --git a/sources b/sources index bea7693..570c019 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a45b0287963a19e90a2f112656d016d kaccounts-integration-15.04.3.tar.xz +594b1e65f6d223bf6ccef38b8afa5111 kaccounts-integration-15.08.0.tar.xz From 71a6358586ba6bda7d81297be75d9eba0ad4c071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 27 Aug 2015 18:05:29 +0200 Subject: [PATCH 009/143] Add support for optional Akonadi integration (disabled for now) --- kaccounts-integration.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index fd8fbd6..abfb2e0 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,8 @@ +#global with_akonadi 1 + Name: kaccounts-integration -Version: 15.08.0 -Release: 1%{?dist} +Version: 15.08.0 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integration @@ -26,6 +28,9 @@ BuildRequires: kf5-kiconthemes-devel BuildRequires: kf5-kconfig-devel BuildRequires: kf5-kwallet-devel BuildRequires: kf5-kdbusaddons-devel +%if 0%{?with_akonadi} +BuildRequires: kf5-akonadi-devel +%endif BuildRequires: libaccounts-qt5-devel BuildRequires: signon-devel @@ -78,6 +83,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_qtplugindir}/kded_accounts.so %{_kf5_datadir}/kservices5/kded/accounts.desktop %{_kf5_libdir}/libkaccounts.so.* +%{_kf5_qmldir}/org/kde/kaccounts +%if 0%{?with_akonadi} +%{_kf5_qtplugindir}/kaccounts/daemonplugins/kaccounts_akonadi_plugin.so +%endif %files devel %{_kf5_libdir}/libkaccounts.so From 62828343e841463f7d6c6a6b8062a52f5c41ed61 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 28 Sep 2015 09:38:45 -0500 Subject: [PATCH 010/143] 15.08.1-1 - 15.08.1 - .spec cosmetics --- .gitignore | 8 +------- kaccounts-integration.spec | 21 ++++++++++++++------- sources | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index aa066d5..79d3372 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -/kaccounts-integration-15.03.90.tar.xz -/kaccounts-integration-15.03.95.tar.xz -/kaccounts-integration-15.04.0.tar.xz -/kaccounts-integration-15.04.1.tar.xz -/kaccounts-integration-15.04.2.tar.xz -/kaccounts-integration-15.04.3.tar.xz -/kaccounts-integration-15.08.0.tar.xz +/kaccounts-integration-15.08.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index abfb2e0..ccf9350 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,8 +1,8 @@ #global with_akonadi 1 Name: kaccounts-integration -Version: 15.08.0 -Release: 1%{?dist} +Version: 15.08.1 +Release: 0.1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integration @@ -47,7 +47,6 @@ across the KDE desktop. %package devel Summary: Development files for accounts-qt -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel%{?_isa} Requires: kf5-kcoreaddons-devel%{?_isa} @@ -57,17 +56,20 @@ Requires: signon-devel%{?_isa} %description devel Headers, development libraries and documentation for %{name}. + %prep %setup -q -n kaccounts-integration-%{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} @@ -83,17 +85,22 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_qtplugindir}/kded_accounts.so %{_kf5_datadir}/kservices5/kded/accounts.desktop %{_kf5_libdir}/libkaccounts.so.* -%{_kf5_qmldir}/org/kde/kaccounts +%{_kf5_qmldir}/org/kde/kaccounts/ %if 0%{?with_akonadi} %{_kf5_qtplugindir}/kaccounts/daemonplugins/kaccounts_akonadi_plugin.so %endif %files devel %{_kf5_libdir}/libkaccounts.so -%{_kf5_libdir}/cmake/KAccounts -%{_includedir}/KAccounts +%{_kf5_libdir}/cmake/KAccounts/ +%{_includedir}/KAccounts/ + %changelog +* Mon Sep 28 2015 Rex Dieter - 15.08.1-1 +- 15.08.1 +- .spec cosmetics + * Thu Aug 20 2015 Than Ngo - 15.08.0-1 - 15.08.0 diff --git a/sources b/sources index 570c019..d3dc2d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -594b1e65f6d223bf6ccef38b8afa5111 kaccounts-integration-15.08.0.tar.xz +e27071a5e2724f759ad7ed189ea407c9 kaccounts-integration-15.08.1.tar.xz From 4cbc958b34662ddab768385143bb0e456844d67a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 28 Sep 2015 09:39:22 -0500 Subject: [PATCH 011/143] reset Release tag --- kaccounts-integration.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index ccf9350..616ae79 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -2,7 +2,7 @@ Name: kaccounts-integration Version: 15.08.1 -Release: 0.1%{?dist} +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integration From 718dcdd666e2c14e72ebfc59aeb7051ea921eacb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 28 Sep 2015 10:06:24 -0500 Subject: [PATCH 012/143] cleanup build deps (use pkgconfig consistently), -devel: fix summary --- kaccounts-integration.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 616ae79..5d6ab68 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -15,10 +15,9 @@ URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integ %endif Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz +BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros -BuildRequires: qt5-qtbase-devel - BuildRequires: kf5-kcmutils-devel BuildRequires: kf5-kio-devel BuildRequires: kf5-ki18n-devel @@ -32,8 +31,11 @@ BuildRequires: kf5-kdbusaddons-devel BuildRequires: kf5-akonadi-devel %endif -BuildRequires: libaccounts-qt5-devel -BuildRequires: signon-devel +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Qml) + +BuildRequires: pkgconfig(accounts-qt5) +BuildRequires: pkgconfig(libsignon-qt5) Requires: signon Requires: signon-plugin-oauth2 @@ -46,7 +48,7 @@ Small system to administer web accounts for the sites and services across the KDE desktop. %package devel -Summary: Development files for accounts-qt +Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel%{?_isa} Requires: kf5-kcoreaddons-devel%{?_isa} From d29200b00d2eabe1eef426fb8c0974788d361778 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 14 Oct 2015 11:16:54 -0500 Subject: [PATCH 013/143] 15.08.2 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 79d3372..c9f6b5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kaccounts-integration-15.08.1.tar.xz +/kaccounts-integration-15.08.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 5d6ab68..eddb436 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,8 +1,8 @@ #global with_akonadi 1 Name: kaccounts-integration -Version: 15.08.1 -Release: 1%{?dist} +Version: 15.08.2 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integration @@ -99,6 +99,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Oct 14 2015 Rex Dieter - 15.08.2-1 +- 15.08.2 + * Mon Sep 28 2015 Rex Dieter - 15.08.1-1 - 15.08.1 - .spec cosmetics diff --git a/sources b/sources index d3dc2d2..e58ac10 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e27071a5e2724f759ad7ed189ea407c9 kaccounts-integration-15.08.1.tar.xz +bb1ef1eb94b76650d8ba274039e60f2d kaccounts-integration-15.08.2.tar.xz From 4578d43dce4c779eaafb4c80da92f76cef357c14 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 5 Dec 2015 11:13:05 -0600 Subject: [PATCH 014/143] 15.08.3, backport gtalk auth fix (#1288646,kde#354949) --- .gitignore | 3 +- ...x-wrongly-set-username-on-a-service-.patch | 44 +++++++++++++++++++ kaccounts-integration.spec | 20 ++++++--- sources | 2 +- 4 files changed, 59 insertions(+), 10 deletions(-) create mode 100644 0001-createaccount-Fix-wrongly-set-username-on-a-service-.patch diff --git a/.gitignore b/.gitignore index c9f6b5e..cddde7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/kaccounts-integration-15.08.1.tar.xz -/kaccounts-integration-15.08.2.tar.xz +/kaccounts-integration-15.08.3.tar.xz diff --git a/0001-createaccount-Fix-wrongly-set-username-on-a-service-.patch b/0001-createaccount-Fix-wrongly-set-username-on-a-service-.patch new file mode 100644 index 0000000..45c2156 --- /dev/null +++ b/0001-createaccount-Fix-wrongly-set-username-on-a-service-.patch @@ -0,0 +1,44 @@ +From fcc6aa7dd630cf6be1a2085426920ad9bbb2b57a Mon Sep 17 00:00:00 2001 +From: Georgy Kirichenko +Date: Fri, 4 Dec 2015 14:00:36 -0500 +Subject: [PATCH] [createaccount] Fix wrongly set username on a service instead + of account + +BUG: 354949 +FIXED-IN: 15.12.0 +--- + src/jobs/createaccount.cpp | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/src/jobs/createaccount.cpp b/src/jobs/createaccount.cpp +index b55264b..22aff1b 100644 +--- a/src/jobs/createaccount.cpp ++++ b/src/jobs/createaccount.cpp +@@ -141,8 +141,8 @@ void CreateAccount::pluginFinished(const QString &screenName, const QString &sec + + m_done = true; + +- m_identity->storeCredentials(); + connect(m_identity, &SignOn::Identity::credentialsStored, m_identity, &SignOn::Identity::queryInfo); ++ m_identity->storeCredentials(); + } + + void CreateAccount::pluginError(const QString &error) +@@ -177,12 +177,12 @@ void CreateAccount::info(const SignOn::IdentityInfo &info) + return; + } + ++ m_account->selectService(); ++ + if (m_account->displayName().isEmpty()) { + m_account->setDisplayName(info.userName()); + } + m_account->setValue("username", info.userName()); +- +- m_account->selectService(); + m_account->setCredentialsId(info.id()); + + Accounts::AuthData authData = m_accInfo->authData(); +-- +2.5.0 + diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index eddb436..6da271e 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,11 +1,11 @@ #global with_akonadi 1 -Name: kaccounts-integration -Version: 15.08.2 +Name: kaccounts-integration +Version: 15.08.3 Release: 1%{?dist} -Summary: Small system to administer web accounts across the KDE desktop -License: GPLv2+ -URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integration +Summary: Small system to administer web accounts across the KDE desktop +License: GPLv2+ +URL: https://projects.kde.org/kaccounts-integration %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 @@ -13,7 +13,10 @@ URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-integ %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz + +## upstream fixes +Patch1: 0001-createaccount-Fix-wrongly-set-username-on-a-service-.patch BuildRequires: cmake BuildRequires: extra-cmake-modules @@ -60,7 +63,7 @@ Headers, development libraries and documentation for %{name}. %prep -%setup -q -n kaccounts-integration-%{version} +%autosetup -n kaccounts-integration-%{version} -p1 %build @@ -99,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Dec 05 2015 Rex Dieter 15.08.3-1 +- 15.08.3, backport gtalk auth fix (#1288646,kde#354949) + * Wed Oct 14 2015 Rex Dieter - 15.08.2-1 - 15.08.2 diff --git a/sources b/sources index e58ac10..4d5d9c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb1ef1eb94b76650d8ba274039e60f2d kaccounts-integration-15.08.2.tar.xz +ffefdb1009cfc113b38f860baf9f2f29 kaccounts-integration-15.08.3.tar.xz From c0d3397ccd235424ecc6e9d15e117aae557c7b36 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Dec 2015 12:49:39 -0600 Subject: [PATCH 015/143] 15.12.0 --- .gitignore | 2 +- ...x-wrongly-set-username-on-a-service-.patch | 44 ------------------- kaccounts-integration.spec | 6 ++- sources | 2 +- 4 files changed, 6 insertions(+), 48 deletions(-) delete mode 100644 0001-createaccount-Fix-wrongly-set-username-on-a-service-.patch diff --git a/.gitignore b/.gitignore index cddde7c..0a5d7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/kaccounts-integration-15.08.3.tar.xz +/kaccounts-integration-15.12.0.tar.xz diff --git a/0001-createaccount-Fix-wrongly-set-username-on-a-service-.patch b/0001-createaccount-Fix-wrongly-set-username-on-a-service-.patch deleted file mode 100644 index 45c2156..0000000 --- a/0001-createaccount-Fix-wrongly-set-username-on-a-service-.patch +++ /dev/null @@ -1,44 +0,0 @@ -From fcc6aa7dd630cf6be1a2085426920ad9bbb2b57a Mon Sep 17 00:00:00 2001 -From: Georgy Kirichenko -Date: Fri, 4 Dec 2015 14:00:36 -0500 -Subject: [PATCH] [createaccount] Fix wrongly set username on a service instead - of account - -BUG: 354949 -FIXED-IN: 15.12.0 ---- - src/jobs/createaccount.cpp | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/jobs/createaccount.cpp b/src/jobs/createaccount.cpp -index b55264b..22aff1b 100644 ---- a/src/jobs/createaccount.cpp -+++ b/src/jobs/createaccount.cpp -@@ -141,8 +141,8 @@ void CreateAccount::pluginFinished(const QString &screenName, const QString &sec - - m_done = true; - -- m_identity->storeCredentials(); - connect(m_identity, &SignOn::Identity::credentialsStored, m_identity, &SignOn::Identity::queryInfo); -+ m_identity->storeCredentials(); - } - - void CreateAccount::pluginError(const QString &error) -@@ -177,12 +177,12 @@ void CreateAccount::info(const SignOn::IdentityInfo &info) - return; - } - -+ m_account->selectService(); -+ - if (m_account->displayName().isEmpty()) { - m_account->setDisplayName(info.userName()); - } - m_account->setValue("username", info.userName()); -- -- m_account->selectService(); - m_account->setCredentialsId(info.id()); - - Accounts::AuthData authData = m_accInfo->authData(); --- -2.5.0 - diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 6da271e..e399fe9 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ #global with_akonadi 1 Name: kaccounts-integration -Version: 15.08.3 +Version: 15.12.0 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -16,7 +16,6 @@ URL: https://projects.kde.org/kaccounts-integration Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz ## upstream fixes -Patch1: 0001-createaccount-Fix-wrongly-set-username-on-a-service-.patch BuildRequires: cmake BuildRequires: extra-cmake-modules @@ -102,6 +101,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Dec 21 2015 Rex Dieter - 15.12.0-1 +- 15.12.0 + * Sat Dec 05 2015 Rex Dieter 15.08.3-1 - 15.08.3, backport gtalk auth fix (#1288646,kde#354949) diff --git a/sources b/sources index 4d5d9c1..8422391 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ffefdb1009cfc113b38f860baf9f2f29 kaccounts-integration-15.08.3.tar.xz +6ae85de02ca89f16f2daa9f8367dc528 kaccounts-integration-15.12.0.tar.xz From c55b0e42b26dc9e2946e621a52a6fdf19fd76ded Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Dec 2015 13:19:24 -0600 Subject: [PATCH 016/143] BR: kdeclarative --- kaccounts-integration.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index e399fe9..73bd762 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -21,6 +21,7 @@ BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros BuildRequires: kf5-kcmutils-devel +BuildRequires: kf5-kdeclarative-devel BuildRequires: kf5-kio-devel BuildRequires: kf5-ki18n-devel BuildRequires: kf5-kwidgetsaddons-devel From 9e9ef971afda7e7c0685867f777c7be6baa56605 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 10 Jan 2016 17:54:05 -0600 Subject: [PATCH 017/143] 15.12.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0a5d7ec..2acb8a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kaccounts-integration-15.12.0.tar.xz +/kaccounts-integration-15.12.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 73bd762..576ff7c 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ #global with_akonadi 1 Name: kaccounts-integration -Version: 15.12.0 +Version: 15.12.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jan 10 2016 Rex Dieter - 15.12.1-1 +- 15.12.1 + * Mon Dec 21 2015 Rex Dieter - 15.12.0-1 - 15.12.0 diff --git a/sources b/sources index 8422391..2cd332f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ae85de02ca89f16f2daa9f8367dc528 kaccounts-integration-15.12.0.tar.xz +ad163a51f21e3c9ffe30372c536df9d5 kaccounts-integration-15.12.1.tar.xz From a6d5aba07370009f13d507f22d84dae4451a4399 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 01:34:52 +0000 Subject: [PATCH 018/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 576ff7c..392b3da 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -2,7 +2,7 @@ Name: kaccounts-integration Version: 15.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://projects.kde.org/kaccounts-integration @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 15.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Sun Jan 10 2016 Rex Dieter - 15.12.1-1 - 15.12.1 From b6b66044f721b688cfd9bfd10c54a8dc3e178f19 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 14 Feb 2016 20:10:19 -0600 Subject: [PATCH 019/143] 15.12.2 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2acb8a2..0cb55e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kaccounts-integration-15.12.0.tar.xz /kaccounts-integration-15.12.1.tar.xz +/kaccounts-integration-15.12.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 392b3da..11df603 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,8 +1,8 @@ #global with_akonadi 1 Name: kaccounts-integration -Version: 15.12.1 -Release: 2%{?dist} +Version: 15.12.2 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://projects.kde.org/kaccounts-integration @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Feb 15 2016 Rex Dieter - 15.12.2-1 +- 15.12.2 + * Thu Feb 04 2016 Fedora Release Engineering - 15.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 2cd332f..3b322f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad163a51f21e3c9ffe30372c536df9d5 kaccounts-integration-15.12.1.tar.xz +18a12a1dfaa57f27729af05b1ef39d96 kaccounts-integration-15.12.2.tar.xz From 896291cb598b9f2523c93206372af71c345511ed Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Mar 2016 12:43:26 -0500 Subject: [PATCH 020/143] 15.12.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0cb55e2..64c9615 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kaccounts-integration-15.12.0.tar.xz /kaccounts-integration-15.12.1.tar.xz /kaccounts-integration-15.12.2.tar.xz +/kaccounts-integration-15.12.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 11df603..6c35ee8 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ #global with_akonadi 1 Name: kaccounts-integration -Version: 15.12.2 +Version: 15.12.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Mar 15 2016 Rex Dieter - 15.12.3-1 +- 15.12.3 + * Mon Feb 15 2016 Rex Dieter - 15.12.2-1 - 15.12.2 diff --git a/sources b/sources index 3b322f6..ed9d49d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18a12a1dfaa57f27729af05b1ef39d96 kaccounts-integration-15.12.2.tar.xz +487b5eeccfec55a1238cea322fe18e24 kaccounts-integration-15.12.3.tar.xz From 60ffd6ad93a0e5cd4651d7bf7351536cadb06848 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 18 Apr 2016 19:42:56 -0500 Subject: [PATCH 021/143] 16.04.0 --- .gitignore | 5 +---- kaccounts-integration.spec | 12 +++++++----- sources | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 64c9615..3ef990a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -/kaccounts-integration-15.12.0.tar.xz -/kaccounts-integration-15.12.1.tar.xz -/kaccounts-integration-15.12.2.tar.xz -/kaccounts-integration-15.12.3.tar.xz +/kaccounts-integration-16.04.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 6c35ee8..713a596 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,11 +1,11 @@ #global with_akonadi 1 Name: kaccounts-integration -Version: 15.12.3 +Version: 16.04.0 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ -URL: https://projects.kde.org/kaccounts-integration +URL: https://quickgit.kde.org/?p=%{name}.git %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 @@ -17,7 +17,6 @@ Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-% ## upstream fixes -BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros BuildRequires: kf5-kcmutils-devel @@ -38,6 +37,7 @@ BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(accounts-qt5) +BuildRequires: pkgconfig(libaccounts-glib) BuildRequires: pkgconfig(libsignon-qt5) Requires: signon @@ -57,13 +57,12 @@ Requires: qt5-qtbase-devel%{?_isa} Requires: kf5-kcoreaddons-devel%{?_isa} Requires: libaccounts-qt5-devel%{?_isa} Requires: signon-devel%{?_isa} - %description devel Headers, development libraries and documentation for %{name}. %prep -%autosetup -n kaccounts-integration-%{version} -p1 +%autosetup -p1 %build @@ -102,6 +101,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 18 2016 Rex Dieter - 16.04.0-1 +- 16.04.0 + * Tue Mar 15 2016 Rex Dieter - 15.12.3-1 - 15.12.3 diff --git a/sources b/sources index ed9d49d..b028980 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -487b5eeccfec55a1238cea322fe18e24 kaccounts-integration-15.12.3.tar.xz +07d3f815532c63eeb77fbb8006978120 kaccounts-integration-16.04.0.tar.xz From 74b992f960a52b9c19687b60aabdd1703dfeecb7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 18 Apr 2016 19:54:17 -0500 Subject: [PATCH 022/143] bump minimal build deps --- kaccounts-integration.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 713a596..44e7ff4 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -2,7 +2,7 @@ Name: kaccounts-integration Version: 16.04.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -36,9 +36,9 @@ BuildRequires: kf5-akonadi-devel BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Qml) -BuildRequires: pkgconfig(accounts-qt5) -BuildRequires: pkgconfig(libaccounts-glib) -BuildRequires: pkgconfig(libsignon-qt5) +BuildRequires: pkgconfig(accounts-qt5) >= 1.13 +BuildRequires: pkgconfig(libaccounts-glib) >= 1.21 +BuildRequires: pkgconfig(libsignon-qt5) >= 8.55 Requires: signon Requires: signon-plugin-oauth2 @@ -101,6 +101,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 18 2016 Rex Dieter - 16.04.0-2 +- bump minimal build deps + * Mon Apr 18 2016 Rex Dieter - 16.04.0-1 - 16.04.0 From 732211b7279d3f36869fa41ed43702e707058b2c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 18 Apr 2016 19:57:13 -0500 Subject: [PATCH 023/143] track library soname --- kaccounts-integration.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 44e7ff4..510c635 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -88,7 +88,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_datadir}/kservices5/kcm_kaccounts.desktop %{_kf5_qtplugindir}/kded_accounts.so %{_kf5_datadir}/kservices5/kded/accounts.desktop -%{_kf5_libdir}/libkaccounts.so.* +%{_kf5_libdir}/libkaccounts.so.1* +%{_kf5_libdir}/libkaccounts.so.%{version} %{_kf5_qmldir}/org/kde/kaccounts/ %if 0%{?with_akonadi} %{_kf5_qtplugindir}/kaccounts/daemonplugins/kaccounts_akonadi_plugin.so @@ -102,7 +103,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog * Mon Apr 18 2016 Rex Dieter - 16.04.0-2 -- bump minimal build deps +- bump minimal build deps, track library soname * Mon Apr 18 2016 Rex Dieter - 16.04.0-1 - 16.04.0 From 27170d35cacfd99e06736c6a6aa711b342d05e1b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 May 2016 17:49:05 -0500 Subject: [PATCH 024/143] 16.04.1 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3ef990a..d339054 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kaccounts-integration-16.04.0.tar.xz +/kaccounts-integration-16.04.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 510c635..b9ccf23 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,8 +1,8 @@ #global with_akonadi 1 Name: kaccounts-integration -Version: 16.04.0 -Release: 2%{?dist} +Version: 16.04.1 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun May 08 2016 Rex Dieter - 16.04.1-1 +- 16.04.1 + * Mon Apr 18 2016 Rex Dieter - 16.04.0-2 - bump minimal build deps, track library soname diff --git a/sources b/sources index b028980..6dae6b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07d3f815532c63eeb77fbb8006978120 kaccounts-integration-16.04.0.tar.xz +cd5931cb973915473e58ccd75a3df529 kaccounts-integration-16.04.1.tar.xz From 03f982bf5f332e977385a6facd2ac0a89bc0e72f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 12 Jun 2016 11:28:07 -0500 Subject: [PATCH 025/143] 16.04.2 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d339054..0095ff7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kaccounts-integration-16.04.0.tar.xz /kaccounts-integration-16.04.1.tar.xz +/kaccounts-integration-16.04.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index b9ccf23..9539c8d 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ #global with_akonadi 1 Name: kaccounts-integration -Version: 16.04.1 +Version: 16.04.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jun 12 2016 Rex Dieter - 16.04.2-1 +- 16.04.2 + * Sun May 08 2016 Rex Dieter - 16.04.1-1 - 16.04.1 diff --git a/sources b/sources index 6dae6b0..12fa94c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd5931cb973915473e58ccd75a3df529 kaccounts-integration-16.04.1.tar.xz +4690dcd90cc53da3c15a4fc50c4191cc kaccounts-integration-16.04.2.tar.xz From 6e2499cb4640b269e3cf8b8ebc497a509e4e1cf3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 9 Jul 2016 10:14:07 -0500 Subject: [PATCH 026/143] 16.04.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0095ff7..fbe55cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kaccounts-integration-16.04.0.tar.xz /kaccounts-integration-16.04.1.tar.xz /kaccounts-integration-16.04.2.tar.xz +/kaccounts-integration-16.04.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 9539c8d..db912e8 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ #global with_akonadi 1 Name: kaccounts-integration -Version: 16.04.2 +Version: 16.04.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jul 09 2016 Rex Dieter - 16.04.3-1 +- 16.04.3 + * Sun Jun 12 2016 Rex Dieter - 16.04.2-1 - 16.04.2 diff --git a/sources b/sources index 12fa94c..a4621d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4690dcd90cc53da3c15a4fc50c4191cc kaccounts-integration-16.04.2.tar.xz +c211528a5a683d0abe0f0728b8600a46 kaccounts-integration-16.04.3.tar.xz From cb985a1ad926c655bfbbc51ef7f88d928020cae7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 10 Jul 2016 07:39:28 -0500 Subject: [PATCH 027/143] 16.04.3-2 - fix KAccountsConfig to not make any assumptions about relative/full paths - drop akonadi conditionals --- ...integration-16.04.3-cmakeconfig_path.patch | 9 ++++++++ kaccounts-integration.spec | 22 +++++++++---------- 2 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 kaccounts-integration-16.04.3-cmakeconfig_path.patch diff --git a/kaccounts-integration-16.04.3-cmakeconfig_path.patch b/kaccounts-integration-16.04.3-cmakeconfig_path.patch new file mode 100644 index 0000000..b9e1477 --- /dev/null +++ b/kaccounts-integration-16.04.3-cmakeconfig_path.patch @@ -0,0 +1,9 @@ +diff -up kaccounts-integration-16.04.3/src/lib/KAccountsConfig.cmake.in.path kaccounts-integration-16.04.3/src/lib/KAccountsConfig.cmake.in +--- kaccounts-integration-16.04.3/src/lib/KAccountsConfig.cmake.in.path 2016-07-02 11:13:43.000000000 -0500 ++++ kaccounts-integration-16.04.3/src/lib/KAccountsConfig.cmake.in 2016-07-10 07:35:51.037019206 -0500 +@@ -9,4 +9,4 @@ include("${CMAKE_CURRENT_LIST_DIR}/FindA + include("${CMAKE_CURRENT_LIST_DIR}/KAccountsTargets.cmake") + include("${CMAKE_CURRENT_LIST_DIR}/KAccountsMacros.cmake") + +-set(KACCOUNTS_MACROS_PATH "@CMAKE_INSTALL_PREFIX@/@CMAKECONFIG_INSTALL_DIR@") ++set(KACCOUNTS_MACROS_PATH "@KDE_INSTALL_FULL_CMAKEPACKAGEDIR@/KAccounts") diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index db912e8..a7656bf 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,8 +1,7 @@ -#global with_akonadi 1 Name: kaccounts-integration Version: 16.04.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -17,6 +16,10 @@ Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-% ## upstream fixes +## upstreamable fixes +# fix KAccountsConfig to not make any assumptions about relative/full paths +Patch100: kaccounts-integration-16.04.3-cmakeconfig_path.patch + BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros BuildRequires: kf5-kcmutils-devel @@ -29,9 +32,6 @@ BuildRequires: kf5-kiconthemes-devel BuildRequires: kf5-kconfig-devel BuildRequires: kf5-kwallet-devel BuildRequires: kf5-kdbusaddons-devel -%if 0%{?with_akonadi} -BuildRequires: kf5-akonadi-devel -%endif BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Qml) @@ -40,8 +40,7 @@ BuildRequires: pkgconfig(accounts-qt5) >= 1.13 BuildRequires: pkgconfig(libaccounts-glib) >= 1.21 BuildRequires: pkgconfig(libsignon-qt5) >= 8.55 -Requires: signon -Requires: signon-plugin-oauth2 +Requires: signon-plugin-oauth2%{?_isa} Obsoletes: kaccounts < 15.03 Provides: kaccounts = %{version}-%{release} @@ -88,12 +87,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_datadir}/kservices5/kcm_kaccounts.desktop %{_kf5_qtplugindir}/kded_accounts.so %{_kf5_datadir}/kservices5/kded/accounts.desktop -%{_kf5_libdir}/libkaccounts.so.1* +%{_kf5_libdir}/libkaccounts.so.1 %{_kf5_libdir}/libkaccounts.so.%{version} %{_kf5_qmldir}/org/kde/kaccounts/ -%if 0%{?with_akonadi} -%{_kf5_qtplugindir}/kaccounts/daemonplugins/kaccounts_akonadi_plugin.so -%endif %files devel %{_kf5_libdir}/libkaccounts.so @@ -102,6 +98,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jul 10 2016 Rex Dieter - 16.04.3-2 +- fix KAccountsConfig to not make any assumptions about relative/full paths +- drop akonadi conditionals + * Sat Jul 09 2016 Rex Dieter - 16.04.3-1 - 16.04.3 From c412ad4f59d3c13b2671081fdf2ca38e274a5ed0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 29 Jul 2016 10:31:41 -0500 Subject: [PATCH 028/143] better/upstreamable KAccountsConfig fix --- .gitignore | 5 +-- ...integration-16.04.3-cmakeconfig_path.patch | 32 ++++++++++++++++--- kaccounts-integration.spec | 5 ++- 3 files changed, 32 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index fbe55cb..1c1156e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -/kaccounts-integration-16.04.0.tar.xz -/kaccounts-integration-16.04.1.tar.xz -/kaccounts-integration-16.04.2.tar.xz -/kaccounts-integration-16.04.3.tar.xz +kaccounts-integration-16.04.3.tar.xz diff --git a/kaccounts-integration-16.04.3-cmakeconfig_path.patch b/kaccounts-integration-16.04.3-cmakeconfig_path.patch index b9e1477..ada7b3a 100644 --- a/kaccounts-integration-16.04.3-cmakeconfig_path.patch +++ b/kaccounts-integration-16.04.3-cmakeconfig_path.patch @@ -1,9 +1,31 @@ -diff -up kaccounts-integration-16.04.3/src/lib/KAccountsConfig.cmake.in.path kaccounts-integration-16.04.3/src/lib/KAccountsConfig.cmake.in ---- kaccounts-integration-16.04.3/src/lib/KAccountsConfig.cmake.in.path 2016-07-02 11:13:43.000000000 -0500 -+++ kaccounts-integration-16.04.3/src/lib/KAccountsConfig.cmake.in 2016-07-10 07:35:51.037019206 -0500 -@@ -9,4 +9,4 @@ include("${CMAKE_CURRENT_LIST_DIR}/FindA +commit 868f7b29df5d72d3bb62d6527c9c09464b751b85 +Author: Rex Dieter +Date: Fri Jul 29 10:28:38 2016 -0500 + + better CMAKECONFIG_INSTALL_DIR fix + + this should handle both relative and full paths properly + +diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt +index 9aaf488..650f046 100644 +--- a/src/lib/CMakeLists.txt ++++ b/src/lib/CMakeLists.txt +@@ -4,7 +4,7 @@ include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ) + +-set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KAccounts") ++set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_FULL_CMAKEPACKAGEDIR}/KAccounts") + + include(ECMPackageConfigHelpers) + include(ECMSetupVersion) +diff --git a/src/lib/KAccountsConfig.cmake.in b/src/lib/KAccountsConfig.cmake.in +index 3a1e524..0922496 100644 +--- a/src/lib/KAccountsConfig.cmake.in ++++ b/src/lib/KAccountsConfig.cmake.in +@@ -9,4 +9,4 @@ include("${CMAKE_CURRENT_LIST_DIR}/FindAccountsFileDir.cmake") include("${CMAKE_CURRENT_LIST_DIR}/KAccountsTargets.cmake") include("${CMAKE_CURRENT_LIST_DIR}/KAccountsMacros.cmake") -set(KACCOUNTS_MACROS_PATH "@CMAKE_INSTALL_PREFIX@/@CMAKECONFIG_INSTALL_DIR@") -+set(KACCOUNTS_MACROS_PATH "@KDE_INSTALL_FULL_CMAKEPACKAGEDIR@/KAccounts") ++set(KACCOUNTS_MACROS_PATH "@CMAKECONFIG_INSTALL_DIR@") diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index a7656bf..6521deb 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 16.04.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -98,6 +98,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 29 2016 Rex Dieter - 16.04.3-3 +- better/upstreamable KAccountsConfig fix + * Sun Jul 10 2016 Rex Dieter - 16.04.3-2 - fix KAccountsConfig to not make any assumptions about relative/full paths - drop akonadi conditionals From 35e8fa119c0baa0596a2c7f3e15d6691d4345694 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 30 Jul 2016 19:43:41 -0500 Subject: [PATCH 029/143] 16.07.80 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1c1156e..326adec 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ kaccounts-integration-16.04.3.tar.xz +/kaccounts-integration-16.07.80.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 6521deb..3a81e7f 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration -Version: 16.04.3 -Release: 3%{?dist} +Version: 16.07.80 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -98,6 +98,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jul 31 2016 Rex Dieter - 16.07.80-1 +- 16.07.80 + * Fri Jul 29 2016 Rex Dieter - 16.04.3-3 - better/upstreamable KAccountsConfig fix diff --git a/sources b/sources index a4621d2..04bc4d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c211528a5a683d0abe0f0728b8600a46 kaccounts-integration-16.04.3.tar.xz +418a20919487fcdb1fb5e90df572dc71 kaccounts-integration-16.07.80.tar.xz From 5459b67116ec78cad0a70fc56cbfd6b540354427 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Aug 2016 12:33:43 -0500 Subject: [PATCH 030/143] 16.07.90 --- .gitignore | 1 + ...integration-16.04.3-cmakeconfig_path.patch | 31 ------------------- kaccounts-integration.spec | 7 +++-- sources | 2 +- 4 files changed, 6 insertions(+), 35 deletions(-) delete mode 100644 kaccounts-integration-16.04.3-cmakeconfig_path.patch diff --git a/.gitignore b/.gitignore index 326adec..98157b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ kaccounts-integration-16.04.3.tar.xz /kaccounts-integration-16.07.80.tar.xz +/kaccounts-integration-16.07.90.tar.xz diff --git a/kaccounts-integration-16.04.3-cmakeconfig_path.patch b/kaccounts-integration-16.04.3-cmakeconfig_path.patch deleted file mode 100644 index ada7b3a..0000000 --- a/kaccounts-integration-16.04.3-cmakeconfig_path.patch +++ /dev/null @@ -1,31 +0,0 @@ -commit 868f7b29df5d72d3bb62d6527c9c09464b751b85 -Author: Rex Dieter -Date: Fri Jul 29 10:28:38 2016 -0500 - - better CMAKECONFIG_INSTALL_DIR fix - - this should handle both relative and full paths properly - -diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt -index 9aaf488..650f046 100644 ---- a/src/lib/CMakeLists.txt -+++ b/src/lib/CMakeLists.txt -@@ -4,7 +4,7 @@ include_directories( - ${CMAKE_CURRENT_BINARY_DIR} - ) - --set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KAccounts") -+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_FULL_CMAKEPACKAGEDIR}/KAccounts") - - include(ECMPackageConfigHelpers) - include(ECMSetupVersion) -diff --git a/src/lib/KAccountsConfig.cmake.in b/src/lib/KAccountsConfig.cmake.in -index 3a1e524..0922496 100644 ---- a/src/lib/KAccountsConfig.cmake.in -+++ b/src/lib/KAccountsConfig.cmake.in -@@ -9,4 +9,4 @@ include("${CMAKE_CURRENT_LIST_DIR}/FindAccountsFileDir.cmake") - include("${CMAKE_CURRENT_LIST_DIR}/KAccountsTargets.cmake") - include("${CMAKE_CURRENT_LIST_DIR}/KAccountsMacros.cmake") - --set(KACCOUNTS_MACROS_PATH "@CMAKE_INSTALL_PREFIX@/@CMAKECONFIG_INSTALL_DIR@") -+set(KACCOUNTS_MACROS_PATH "@CMAKECONFIG_INSTALL_DIR@") diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 3a81e7f..6d7bf30 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 16.07.80 +Version: 16.07.90 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -17,8 +17,6 @@ Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-% ## upstream fixes ## upstreamable fixes -# fix KAccountsConfig to not make any assumptions about relative/full paths -Patch100: kaccounts-integration-16.04.3-cmakeconfig_path.patch BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros @@ -98,6 +96,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Aug 06 2016 Rex Dieter - 16.07.90-1 +- 16.07.90 + * Sun Jul 31 2016 Rex Dieter - 16.07.80-1 - 16.07.80 diff --git a/sources b/sources index 04bc4d9..cd33ab2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -418a20919487fcdb1fb5e90df572dc71 kaccounts-integration-16.07.80.tar.xz +9e44d1786fe6c891e94386bf1130bb9f kaccounts-integration-16.07.90.tar.xz From c57769c3f4cd9688d74f7f17446343a79a0f36bd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Aug 2016 09:34:35 -0500 Subject: [PATCH 031/143] 16.08.0 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 98157b6..3969ef3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ kaccounts-integration-16.04.3.tar.xz /kaccounts-integration-16.07.80.tar.xz /kaccounts-integration-16.07.90.tar.xz +/kaccounts-integration-16.08.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 6d7bf30..bfdc486 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 16.07.90 +Version: 16.08.0 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -96,6 +96,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Aug 13 2016 Rex Dieter - 16.08.0-1 +- 16.08.0 + * Sat Aug 06 2016 Rex Dieter - 16.07.90-1 - 16.07.90 diff --git a/sources b/sources index cd33ab2..59f802a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e44d1786fe6c891e94386bf1130bb9f kaccounts-integration-16.07.90.tar.xz +fd12bdce43eeb43f71601ff5bb1413fa kaccounts-integration-16.08.0.tar.xz From ad2fda56021d56c460d76f7772dd18aef63c4b27 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 28 Aug 2016 11:14:58 -0500 Subject: [PATCH 032/143] old sources --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3969ef3..556a701 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -kaccounts-integration-16.04.3.tar.xz -/kaccounts-integration-16.07.80.tar.xz -/kaccounts-integration-16.07.90.tar.xz /kaccounts-integration-16.08.0.tar.xz From b9694f0b709a667aee508c84b6c9e6fdceaee34c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Sep 2016 14:17:41 -0500 Subject: [PATCH 033/143] 16.08.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 556a701..e8ea1e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kaccounts-integration-16.08.0.tar.xz +/kaccounts-integration-16.08.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index bfdc486..f2052e0 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 16.08.0 +Version: 16.08.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -96,6 +96,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 07 2016 Rex Dieter - 16.08.1-1 +- 16.08.1 + * Sat Aug 13 2016 Rex Dieter - 16.08.0-1 - 16.08.0 diff --git a/sources b/sources index 59f802a..aea9b6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd12bdce43eeb43f71601ff5bb1413fa kaccounts-integration-16.08.0.tar.xz +f93f930718ed2dc864031f4eae64c439 kaccounts-integration-16.08.1.tar.xz From eab59e154e619c4bbfd43cee49a1633d2a0107b9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 13 Oct 2016 09:10:35 -0500 Subject: [PATCH 034/143] 16.08.2 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e8ea1e7..109c389 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kaccounts-integration-16.08.0.tar.xz /kaccounts-integration-16.08.1.tar.xz +/kaccounts-integration-16.08.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index f2052e0..2446429 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 16.08.1 +Version: 16.08.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -96,6 +96,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Oct 13 2016 Rex Dieter - 16.08.2-1 +- 16.08.2 + * Wed Sep 07 2016 Rex Dieter - 16.08.1-1 - 16.08.1 diff --git a/sources b/sources index aea9b6e..777c5ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f93f930718ed2dc864031f4eae64c439 kaccounts-integration-16.08.1.tar.xz +a186c81b3b658c25dd586423c76c2bc7 kaccounts-integration-16.08.2.tar.xz From c7073a1dd482f33c76ce6041fd2b56b58ea418a4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 5 Dec 2016 12:24:29 -0600 Subject: [PATCH 035/143] 16.08.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 109c389..69efcdb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kaccounts-integration-16.08.0.tar.xz /kaccounts-integration-16.08.1.tar.xz /kaccounts-integration-16.08.2.tar.xz +/kaccounts-integration-16.08.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 2446429..ed07af4 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 16.08.2 +Version: 16.08.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -96,6 +96,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Dec 05 2016 Rex Dieter - 16.08.3-1 +- 16.08.3 + * Thu Oct 13 2016 Rex Dieter - 16.08.2-1 - 16.08.2 diff --git a/sources b/sources index 777c5ba..a65ebfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a186c81b3b658c25dd586423c76c2bc7 kaccounts-integration-16.08.2.tar.xz +3599eea84581827b68b0134d0d006bfb kaccounts-integration-16.08.3.tar.xz From b312eabd6e3cae9c83d4544a66a7785c985c26fc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 10 Jan 2017 17:49:05 -0600 Subject: [PATCH 036/143] 16.12.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 69efcdb..df889f4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kaccounts-integration-16.08.1.tar.xz /kaccounts-integration-16.08.2.tar.xz /kaccounts-integration-16.08.3.tar.xz +/kaccounts-integration-16.12.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index ed07af4..e92ae35 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 16.08.3 +Version: 16.12.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -96,6 +96,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jan 10 2017 Rex Dieter - 16.12.1-1 +- 16.12.1 + * Mon Dec 05 2016 Rex Dieter - 16.08.3-1 - 16.08.3 diff --git a/sources b/sources index a65ebfa..869ff2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3599eea84581827b68b0134d0d006bfb kaccounts-integration-16.08.3.tar.xz +SHA512 (kaccounts-integration-16.12.1.tar.xz) = 2ef727e120fddd89e096c47375f7dd2df6bc80e09aa99d98f462ed118c1f8e12a43740f6417c2e0a24dbe246acf67c7160a617ed502b6dfcb22d91c74c93477d From adc11a58c789a3a37f2a13ab4c98e41df4bd9108 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 Feb 2017 10:24:08 -0600 Subject: [PATCH 037/143] 16.12.2 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df889f4..15bf1b4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kaccounts-integration-16.08.2.tar.xz /kaccounts-integration-16.08.3.tar.xz /kaccounts-integration-16.12.1.tar.xz +/kaccounts-integration-16.12.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index e92ae35..50aab41 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 16.12.1 +Version: 16.12.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -96,6 +96,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 09 2017 Rex Dieter - 16.12.2-1 +- 16.12.2 + * Tue Jan 10 2017 Rex Dieter - 16.12.1-1 - 16.12.1 diff --git a/sources b/sources index 869ff2c..cf8dd26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-16.12.1.tar.xz) = 2ef727e120fddd89e096c47375f7dd2df6bc80e09aa99d98f462ed118c1f8e12a43740f6417c2e0a24dbe246acf67c7160a617ed502b6dfcb22d91c74c93477d +SHA512 (kaccounts-integration-16.12.2.tar.xz) = aafc073e2195f10fdef141a0d605112e296ac7304c20c64c4cfa62367707b0a6b19fcc7845538d76e84eb903eb738f3aa2026b8ff8ac65d4ff7f218bdcba5e22 From 9ca1a7d06404063e6df655bfe04ad423093bc9ad Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 Mar 2017 10:12:38 -0600 Subject: [PATCH 038/143] 16.12.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 15bf1b4..0785629 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kaccounts-integration-16.08.3.tar.xz /kaccounts-integration-16.12.1.tar.xz /kaccounts-integration-16.12.2.tar.xz +/kaccounts-integration-16.12.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 50aab41..dc4e6f6 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 16.12.2 +Version: 16.12.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -96,6 +96,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Mar 09 2017 Rex Dieter - 16.12.3-1 +- 16.12.3 + * Thu Feb 09 2017 Rex Dieter - 16.12.2-1 - 16.12.2 diff --git a/sources b/sources index cf8dd26..56c724c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-16.12.2.tar.xz) = aafc073e2195f10fdef141a0d605112e296ac7304c20c64c4cfa62367707b0a6b19fcc7845538d76e84eb903eb738f3aa2026b8ff8ac65d4ff7f218bdcba5e22 +SHA512 (kaccounts-integration-16.12.3.tar.xz) = f2b646b2c1b21a8990984fd447457f93ed2b9692bbdf352b9803c5a8f1b3e93909d1f1bfbf8c834e4402e86bc8518b9958121d2f568b9cd26c61056b6864690c From d289f00b291fd69acda9bca5e6b880c3bd54d698 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Jun 2017 16:09:21 -0500 Subject: [PATCH 039/143] 17.04.1 --- .gitignore | 1 + kaccounts-integration.spec | 16 ++++++++++++---- sources | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0785629..a8bfca3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kaccounts-integration-16.12.1.tar.xz /kaccounts-integration-16.12.2.tar.xz /kaccounts-integration-16.12.3.tar.xz +/kaccounts-integration-17.04.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index dc4e6f6..a666fc2 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,10 +1,10 @@ Name: kaccounts-integration -Version: 16.12.3 +Version: 17.04.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ -URL: https://quickgit.kde.org/?p=%{name}.git +URL: https://cgit.kde.org/%{name}.git %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 @@ -43,6 +43,9 @@ Requires: signon-plugin-oauth2%{?_isa} Obsoletes: kaccounts < 15.03 Provides: kaccounts = %{version}-%{release} +# translations moved here +Conflicts: kde-l10n < 17.03 + %description Small system to administer web accounts for the sites and services across the KDE desktop. @@ -74,13 +77,15 @@ make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%find_lang %{name} --all-name --with-html + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files +%files -f %{name}.lang %doc README -%license COPYING +%license COPYING* %{_kf5_qtplugindir}/kcm_kaccounts.so %{_kf5_datadir}/kservices5/kcm_kaccounts.desktop %{_kf5_qtplugindir}/kded_accounts.so @@ -96,6 +101,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jun 04 2017 Rex Dieter - 17.04.1-1 +- 17.04.1 + * Thu Mar 09 2017 Rex Dieter - 16.12.3-1 - 16.12.3 diff --git a/sources b/sources index 56c724c..b590c02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-16.12.3.tar.xz) = f2b646b2c1b21a8990984fd447457f93ed2b9692bbdf352b9803c5a8f1b3e93909d1f1bfbf8c834e4402e86bc8518b9958121d2f568b9cd26c61056b6864690c +SHA512 (kaccounts-integration-17.04.1.tar.xz) = 1506fcd65e401f9c4a0565b55090ff3d26002b8ed857936742cd8f574932a73cc436314984bb4c1734f20ac32a805625019b1c5c3fd47b60d35ac49bc4ae323c From f8f8faedfa9541d03b8342485f75ed547ff15dd2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 15 Jun 2017 09:42:01 -0500 Subject: [PATCH 040/143] 17.04.2 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a8bfca3..b23af5b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kaccounts-integration-16.12.2.tar.xz /kaccounts-integration-16.12.3.tar.xz /kaccounts-integration-17.04.1.tar.xz +/kaccounts-integration-17.04.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index a666fc2..97bf137 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 17.04.1 +Version: 17.04.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -101,6 +101,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jun 15 2017 Rex Dieter - 17.04.2-1 +- 17.04.2 + * Sun Jun 04 2017 Rex Dieter - 17.04.1-1 - 17.04.1 diff --git a/sources b/sources index b590c02..0fe851f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-17.04.1.tar.xz) = 1506fcd65e401f9c4a0565b55090ff3d26002b8ed857936742cd8f574932a73cc436314984bb4c1734f20ac32a805625019b1c5c3fd47b60d35ac49bc4ae323c +SHA512 (kaccounts-integration-17.04.2.tar.xz) = 0cf8f671586e77ad7eaf65fbdc06d90416b0b6d32d346412e148a1775bc52416c7a682fca500d89574779406a31f3f680fc8721438cb14d4fa4da65bc1a5c8a2 From 25cece350b5712c64e2d3deb487ac71867bb64e4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 14:51:11 +0000 Subject: [PATCH 041/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 97bf137..f943497 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 17.04.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -101,6 +101,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 17.04.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Thu Jun 15 2017 Rex Dieter - 17.04.2-1 - 17.04.2 From 5c1411925a8a73e5e1689f4247eaca61290364af Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 00:06:30 +0000 Subject: [PATCH 042/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index f943497..c007bab 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 17.04.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -101,6 +101,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 17.04.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 17.04.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 0c54fc4aa18fdd50a12aefc732e3ea634e37add8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 3 Aug 2017 10:27:38 -0500 Subject: [PATCH 043/143] 17.04.3 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b23af5b..80ad6e8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kaccounts-integration-16.12.3.tar.xz /kaccounts-integration-17.04.1.tar.xz /kaccounts-integration-17.04.2.tar.xz +/kaccounts-integration-17.04.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index c007bab..e35215b 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration -Version: 17.04.2 -Release: 3%{?dist} +Version: 17.04.3 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -101,6 +101,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Aug 03 2017 Rex Dieter - 17.04.3-1 +- 17.04.3 + * Thu Aug 03 2017 Fedora Release Engineering - 17.04.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index 0fe851f..a2c0d0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-17.04.2.tar.xz) = 0cf8f671586e77ad7eaf65fbdc06d90416b0b6d32d346412e148a1775bc52416c7a682fca500d89574779406a31f3f680fc8721438cb14d4fa4da65bc1a5c8a2 +SHA512 (kaccounts-integration-17.04.3.tar.xz) = f02300863612d0a6cf7f123e649c67062a49d1545b41eeff6f5ee456f88168236e7e3688f65aa161c25c42548ff4c03184e81b305ab5d691d6e1ce5010d5ef20 From 0090249e6554b727e84fb9c440b2a01604130c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 7 Aug 2017 11:07:14 +0200 Subject: [PATCH 044/143] Rebuilt for AutoReq cmake-filesystem --- kaccounts-integration.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index e35215b..6049185 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 17.04.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -38,6 +38,9 @@ BuildRequires: pkgconfig(accounts-qt5) >= 1.13 BuildRequires: pkgconfig(libaccounts-glib) >= 1.21 BuildRequires: pkgconfig(libsignon-qt5) >= 8.55 +# For AutoReq cmake-filesystem +BuildRequires: cmake + Requires: signon-plugin-oauth2%{?_isa} Obsoletes: kaccounts < 15.03 @@ -101,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Aug 07 2017 Björn Esser - 17.04.3-2 +- Rebuilt for AutoReq cmake-filesystem + * Thu Aug 03 2017 Rex Dieter - 17.04.3-1 - 17.04.3 From 852a8d24a7479d9fd4ca4f54dc346a04b03cc810 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 28 Sep 2017 08:46:40 -0500 Subject: [PATCH 045/143] 17.08.1 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 80ad6e8..0ae64a6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kaccounts-integration-17.04.1.tar.xz /kaccounts-integration-17.04.2.tar.xz /kaccounts-integration-17.04.3.tar.xz +/kaccounts-integration-17.08.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 6049185..c93398a 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration -Version: 17.04.3 -Release: 2%{?dist} +Version: 17.08.1 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Sep 28 2017 Rex Dieter - 17.08.1-1 +- 17.08.1 + * Mon Aug 07 2017 Björn Esser - 17.04.3-2 - Rebuilt for AutoReq cmake-filesystem diff --git a/sources b/sources index a2c0d0c..172e765 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-17.04.3.tar.xz) = f02300863612d0a6cf7f123e649c67062a49d1545b41eeff6f5ee456f88168236e7e3688f65aa161c25c42548ff4c03184e81b305ab5d691d6e1ce5010d5ef20 +SHA512 (kaccounts-integration-17.08.1.tar.xz) = ceae8a24618ee06e294cea7ed2fa6a5c43326682c773b80414d17e3b672d2852f4517d76b0925dd7332283cc50a7f78cb8f40de92a66d304ac5cc05241480294 From e57daf680b2dddd974eb4c69297bf1c3b246ce66 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 11 Oct 2017 16:18:28 -0500 Subject: [PATCH 046/143] 17.08.2 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0ae64a6..da974f7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kaccounts-integration-17.04.2.tar.xz /kaccounts-integration-17.04.3.tar.xz /kaccounts-integration-17.08.1.tar.xz +/kaccounts-integration-17.08.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index c93398a..57d180b 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 17.08.1 +Version: 17.08.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Oct 11 2017 Rex Dieter - 17.08.2-1 +- 17.08.2 + * Thu Sep 28 2017 Rex Dieter - 17.08.1-1 - 17.08.1 diff --git a/sources b/sources index 172e765..f2d71d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-17.08.1.tar.xz) = ceae8a24618ee06e294cea7ed2fa6a5c43326682c773b80414d17e3b672d2852f4517d76b0925dd7332283cc50a7f78cb8f40de92a66d304ac5cc05241480294 +SHA512 (kaccounts-integration-17.08.2.tar.xz) = 04f5bd5a1167386f296848a6c5a7a0a222a7529e5f71c885a54f3e0f5b15b159c06448e94ce636b9e964046c6fc5546a00a62a274016a73d8f34f9b8f35a7577 From 34e52751cb966ccc2157edaf6907b6645206a128 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Nov 2017 10:13:43 -0600 Subject: [PATCH 047/143] 17.08.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index da974f7..1b62203 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kaccounts-integration-17.04.3.tar.xz /kaccounts-integration-17.08.1.tar.xz /kaccounts-integration-17.08.2.tar.xz +/kaccounts-integration-17.08.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 57d180b..64cd745 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 17.08.2 +Version: 17.08.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Nov 08 2017 Rex Dieter - 17.08.3-1 +- 17.08.3 + * Wed Oct 11 2017 Rex Dieter - 17.08.2-1 - 17.08.2 diff --git a/sources b/sources index f2d71d5..7ef378f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-17.08.2.tar.xz) = 04f5bd5a1167386f296848a6c5a7a0a222a7529e5f71c885a54f3e0f5b15b159c06448e94ce636b9e964046c6fc5546a00a62a274016a73d8f34f9b8f35a7577 +SHA512 (kaccounts-integration-17.08.3.tar.xz) = 00210737f43b7d4808bafd1899630989ece2ef65e23e0849717fa8fb2cd93881099fe670591025f44b8d901130e6ee0a2843af40f49c6ee7adbcec6cf163aa55 From 5bceefbd21ddd521d7bf07afe309c48b2cbe29c2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 28 Dec 2017 12:14:49 -0600 Subject: [PATCH 048/143] 17.12.0 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b62203..143f283 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kaccounts-integration-17.08.1.tar.xz /kaccounts-integration-17.08.2.tar.xz /kaccounts-integration-17.08.3.tar.xz +/kaccounts-integration-17.12.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 64cd745..e1f5a3a 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 17.08.3 +Version: 17.12.0 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Dec 28 2017 Rex Dieter - 17.12.0-1 +- 17.12.0 + * Wed Nov 08 2017 Rex Dieter - 17.08.3-1 - 17.08.3 diff --git a/sources b/sources index 7ef378f..a6f6e27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-17.08.3.tar.xz) = 00210737f43b7d4808bafd1899630989ece2ef65e23e0849717fa8fb2cd93881099fe670591025f44b8d901130e6ee0a2843af40f49c6ee7adbcec6cf163aa55 +SHA512 (kaccounts-integration-17.12.0.tar.xz) = 378a2bb3edb168852026a229a072a720a35efef0ec7547297a9da0f8df3f59b5464de66709796c7893c3f549fdd372cd16e4bc3efc156fc0924a16637425e4e3 From 74b6d4a997f5945331e861b8c950f0aafd9197cd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 11 Jan 2018 14:55:50 -0600 Subject: [PATCH 049/143] 17.12.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 143f283..19cc030 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kaccounts-integration-17.08.2.tar.xz /kaccounts-integration-17.08.3.tar.xz /kaccounts-integration-17.12.0.tar.xz +/kaccounts-integration-17.12.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index e1f5a3a..2947482 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 17.12.0 +Version: 17.12.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jan 11 2018 Rex Dieter - 17.12.1-1 +- 17.12.1 + * Thu Dec 28 2017 Rex Dieter - 17.12.0-1 - 17.12.0 diff --git a/sources b/sources index a6f6e27..ff132fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-17.12.0.tar.xz) = 378a2bb3edb168852026a229a072a720a35efef0ec7547297a9da0f8df3f59b5464de66709796c7893c3f549fdd372cd16e4bc3efc156fc0924a16637425e4e3 +SHA512 (kaccounts-integration-17.12.1.tar.xz) = c167786079f55f29b74757fd84669ec2678ea1d1639e333be74cd66bb1a9aec2d6ab52dd68f22d5675e6562115b7a266f813e7b5a2dacc6303af8c5d66c44c34 From 14ef60789a815f1e31fc12422bceb800c50f1440 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 19:28:07 +0000 Subject: [PATCH 050/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 2947482..f29c7c0 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 17.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 17.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jan 11 2018 Rex Dieter - 17.12.1-1 - 17.12.1 From b490c63d7350c151160a01129dad37cfcfe498bc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 8 Feb 2018 11:08:45 -0600 Subject: [PATCH 051/143] 17.12.2 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 19cc030..f4c37f0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kaccounts-integration-17.08.3.tar.xz /kaccounts-integration-17.12.0.tar.xz /kaccounts-integration-17.12.1.tar.xz +/kaccounts-integration-17.12.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index f29c7c0..c6abd18 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration -Version: 17.12.1 -Release: 2%{?dist} +Version: 17.12.2 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 08 2018 Rex Dieter - 17.12.2-1 +- 17.12.2 + * Wed Feb 07 2018 Fedora Release Engineering - 17.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild diff --git a/sources b/sources index ff132fe..cb6cc8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-17.12.1.tar.xz) = c167786079f55f29b74757fd84669ec2678ea1d1639e333be74cd66bb1a9aec2d6ab52dd68f22d5675e6562115b7a266f813e7b5a2dacc6303af8c5d66c44c34 +SHA512 (kaccounts-integration-17.12.2.tar.xz) = 82146501a44c0e1974d17fd1cfb9b8b6337cf76c2606b40ef90770668b471384562e58e82f1a8e09f24043a123cbd2617e53cf9ff600c92c8da883134ad29436 From 6e18ada628cbba3553ccfa08ca41fa617b749f52 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Mar 2018 12:53:27 -0600 Subject: [PATCH 052/143] 17.12.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f4c37f0..89c90bb 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kaccounts-integration-17.12.0.tar.xz /kaccounts-integration-17.12.1.tar.xz /kaccounts-integration-17.12.2.tar.xz +/kaccounts-integration-17.12.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index c6abd18..9d4189f 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 17.12.2 +Version: 17.12.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Mar 06 2018 Rex Dieter - 17.12.3-1 +- 17.12.3 + * Thu Feb 08 2018 Rex Dieter - 17.12.2-1 - 17.12.2 diff --git a/sources b/sources index cb6cc8a..b01f34f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-17.12.2.tar.xz) = 82146501a44c0e1974d17fd1cfb9b8b6337cf76c2606b40ef90770668b471384562e58e82f1a8e09f24043a123cbd2617e53cf9ff600c92c8da883134ad29436 +SHA512 (kaccounts-integration-17.12.3.tar.xz) = 239e273496c6d190a5c07f4fb98d718e435d0d4864f2c58877e90824d8f4fbbefcc4a057bc4a1ea25b4df77da9a111711d18a6111a58febe932844befc0489dc From 37c160a7801de53710a2b478d72b1be295ccd040 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Apr 2018 13:48:56 -0500 Subject: [PATCH 053/143] 18.04.0 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89c90bb..59e24f0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kaccounts-integration-17.12.1.tar.xz /kaccounts-integration-17.12.2.tar.xz /kaccounts-integration-17.12.3.tar.xz +/kaccounts-integration-18.04.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 9d4189f..d5abe8e 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 17.12.3 +Version: 18.04.0 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Apr 19 2018 Rex Dieter - 18.04.0-1 +- 18.04.0 + * Tue Mar 06 2018 Rex Dieter - 17.12.3-1 - 17.12.3 diff --git a/sources b/sources index b01f34f..672d965 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-17.12.3.tar.xz) = 239e273496c6d190a5c07f4fb98d718e435d0d4864f2c58877e90824d8f4fbbefcc4a057bc4a1ea25b4df77da9a111711d18a6111a58febe932844befc0489dc +SHA512 (kaccounts-integration-18.04.0.tar.xz) = b16d6b8146c859451852ce78b7f47f6767ef6dfc7561685928102f8e57d339818cad10474688e4932154798eacde16553b40886b4b0cbe63553e9a58e1382c7d From b3964055ee27683bc4dd771ca43a5f39a3b5e66a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 20 Apr 2018 09:21:55 -0500 Subject: [PATCH 054/143] cleanup, use %ldconfig_scriptlets %make_build --- .gitignore | 17 ----------------- kaccounts-integration.spec | 10 ++++++---- 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 59e24f0..f5e45b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1 @@ -/kaccounts-integration-16.08.0.tar.xz -/kaccounts-integration-16.08.1.tar.xz -/kaccounts-integration-16.08.2.tar.xz -/kaccounts-integration-16.08.3.tar.xz -/kaccounts-integration-16.12.1.tar.xz -/kaccounts-integration-16.12.2.tar.xz -/kaccounts-integration-16.12.3.tar.xz -/kaccounts-integration-17.04.1.tar.xz -/kaccounts-integration-17.04.2.tar.xz -/kaccounts-integration-17.04.3.tar.xz -/kaccounts-integration-17.08.1.tar.xz -/kaccounts-integration-17.08.2.tar.xz -/kaccounts-integration-17.08.3.tar.xz -/kaccounts-integration-17.12.0.tar.xz -/kaccounts-integration-17.12.1.tar.xz -/kaccounts-integration-17.12.2.tar.xz -/kaccounts-integration-17.12.3.tar.xz /kaccounts-integration-18.04.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index d5abe8e..568cca6 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 18.04.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -74,7 +74,7 @@ pushd %{_target_platform} %{cmake_kf5} .. popd -make %{?_smp_mflags} -C %{_target_platform} +%make_build -C %{_target_platform} %install @@ -83,8 +83,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang %{name} --all-name --with-html -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files -f %{name}.lang %doc README @@ -104,6 +103,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Apr 20 2018 Rex Dieter - 18.04.0-2 +- cleanup, use %%ldconfig_scriptlets %%make_build + * Thu Apr 19 2018 Rex Dieter - 18.04.0-1 - 18.04.0 From c548727186c4ee9e7767287f01402e43a6b30dc5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 9 May 2018 11:24:49 -0500 Subject: [PATCH 055/143] 18.04.1 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f5e45b5..09adfeb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kaccounts-integration-18.04.0.tar.xz +/kaccounts-integration-18.04.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 568cca6..c071edb 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration -Version: 18.04.0 -Release: 2%{?dist} +Version: 18.04.1 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -103,6 +103,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed May 09 2018 Rex Dieter - 18.04.1-1 +- 18.04.1 + * Fri Apr 20 2018 Rex Dieter - 18.04.0-2 - cleanup, use %%ldconfig_scriptlets %%make_build diff --git a/sources b/sources index 672d965..1f6a0ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-18.04.0.tar.xz) = b16d6b8146c859451852ce78b7f47f6767ef6dfc7561685928102f8e57d339818cad10474688e4932154798eacde16553b40886b4b0cbe63553e9a58e1382c7d +SHA512 (kaccounts-integration-18.04.1.tar.xz) = f1783daf3bb1488baf9cec78eed9e344d5d185defaaf0635545b68e824a743c5cefb51c58370fd4c3518fbea3b21a59c9b6ab3041cf532076009aea7850cac7d From 49a7c39c62e744fb306561717745bfc32ed33cda Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 6 Jun 2018 14:20:04 -0500 Subject: [PATCH 056/143] 18.04.2 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 09adfeb..a193876 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kaccounts-integration-18.04.0.tar.xz /kaccounts-integration-18.04.1.tar.xz +/kaccounts-integration-18.04.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index c071edb..b47407f 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 18.04.1 +Version: 18.04.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -103,6 +103,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 06 2018 Rex Dieter - 18.04.2-1 +- 18.04.2 + * Wed May 09 2018 Rex Dieter - 18.04.1-1 - 18.04.1 diff --git a/sources b/sources index 1f6a0ce..b63d7ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-18.04.1.tar.xz) = f1783daf3bb1488baf9cec78eed9e344d5d185defaaf0635545b68e824a743c5cefb51c58370fd4c3518fbea3b21a59c9b6ab3041cf532076009aea7850cac7d +SHA512 (kaccounts-integration-18.04.2.tar.xz) = 3025586b6c9337d9cf7f9faca05e3dd0eb059dc3ae7c41b9b305f70edc5c728b724e3a852ca6f2167542be3e46f6e11283e876b5469606327f19916b8d45c1d8 From 5b2dc36a53a02eb9306d651da585286ae8be4582 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Jul 2018 22:43:17 -0500 Subject: [PATCH 057/143] 18.04.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a193876..dbb80a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kaccounts-integration-18.04.0.tar.xz /kaccounts-integration-18.04.1.tar.xz /kaccounts-integration-18.04.2.tar.xz +/kaccounts-integration-18.04.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index b47407f..5f398ce 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 18.04.2 +Version: 18.04.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -103,6 +103,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 13 2018 Rex Dieter - 18.04.3-1 +- 18.04.3 + * Wed Jun 06 2018 Rex Dieter - 18.04.2-1 - 18.04.2 diff --git a/sources b/sources index b63d7ca..9e3d6c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-18.04.2.tar.xz) = 3025586b6c9337d9cf7f9faca05e3dd0eb059dc3ae7c41b9b305f70edc5c728b724e3a852ca6f2167542be3e46f6e11283e876b5469606327f19916b8d45c1d8 +SHA512 (kaccounts-integration-18.04.3.tar.xz) = 2b7ff86398f5dfd454be3f8b2792f0abe9ca17cc4cafee9c4f99ad5f4eb63d47a4a7b9a0f43583e1c108d362a5cda52f8428252b0e7f3afef30c67c13b926ba1 From eda67603b9e54efef4042bcf5289682c86334412 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 06:47:54 +0000 Subject: [PATCH 058/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 5f398ce..2827ba2 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 18.04.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -103,6 +103,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 18.04.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Jul 13 2018 Rex Dieter - 18.04.3-1 - 18.04.3 From 1b5faf86320265b8c2cddcdad27da00bbcdbccc2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 Jul 2018 08:15:09 -0500 Subject: [PATCH 059/143] rebuild --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 2827ba2..4d8f5bc 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 18.04.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -103,6 +103,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 13 2018 Rex Dieter - 18.04.3-3 +- rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 18.04.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 1dd458358c3630a3b0c53d36774d2e36697e3aed Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 1 Oct 2018 15:42:00 -0500 Subject: [PATCH 060/143] 18.08.1 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dbb80a3..16db3d5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kaccounts-integration-18.04.1.tar.xz /kaccounts-integration-18.04.2.tar.xz /kaccounts-integration-18.04.3.tar.xz +/kaccounts-integration-18.08.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 4d8f5bc..ebb8c0e 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration -Version: 18.04.3 -Release: 3%{?dist} +Version: 18.08.1 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -103,6 +103,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Oct 01 2018 Rex Dieter - 18.08.1-1 +- 18.08.1 + * Fri Jul 13 2018 Rex Dieter - 18.04.3-3 - rebuild diff --git a/sources b/sources index 9e3d6c3..06bd49e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-18.04.3.tar.xz) = 2b7ff86398f5dfd454be3f8b2792f0abe9ca17cc4cafee9c4f99ad5f4eb63d47a4a7b9a0f43583e1c108d362a5cda52f8428252b0e7f3afef30c67c13b926ba1 +SHA512 (kaccounts-integration-18.08.1.tar.xz) = 48b875aab203b3a5ed080249c915ec857691dcdc3cb7e7fb261fb9a5f51677c494c375245e3cbc9e10202f16b310f7c477968768f0e89156f6a5013e4e85a5d0 From 4198102beeff3ec5403ae44c78e0cbafb27ca791 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 4 Oct 2018 16:24:46 -0500 Subject: [PATCH 061/143] update %%files --- kaccounts-integration.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index ebb8c0e..18c5d09 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -90,8 +90,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %license COPYING* %{_kf5_qtplugindir}/kcm_kaccounts.so %{_kf5_datadir}/kservices5/kcm_kaccounts.desktop -%{_kf5_qtplugindir}/kded_accounts.so -%{_kf5_datadir}/kservices5/kded/accounts.desktop +%{_kf5_plugindir}/kded/accounts.so %{_kf5_libdir}/libkaccounts.so.1 %{_kf5_libdir}/libkaccounts.so.%{version} %{_kf5_qmldir}/org/kde/kaccounts/ From f495ead59faa9ab7f1d94cedbb5f5adf35e58b72 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 5 Oct 2018 09:21:23 -0500 Subject: [PATCH 062/143] devel: Requires: libaccounts-glib --- kaccounts-integration.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 18c5d09..e642f3d 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,6 @@ - Name: kaccounts-integration Version: 18.08.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -58,6 +57,7 @@ Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel%{?_isa} Requires: kf5-kcoreaddons-devel%{?_isa} +Requires: libaccounts-glib-devel%{?_isa} Requires: libaccounts-qt5-devel%{?_isa} Requires: signon-devel%{?_isa} %description devel @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Oct 05 2018 Rex Dieter - 18.08.1-2 +- devel: Requires: libaccounts-glib + * Mon Oct 01 2018 Rex Dieter - 18.08.1-1 - 18.08.1 From e9d47fbbfc01dfe9b4b021b0cb79c69a44c2c3dd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 13:14:06 -0500 Subject: [PATCH 063/143] 18.08.2 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16db3d5..af9b643 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kaccounts-integration-18.04.2.tar.xz /kaccounts-integration-18.04.3.tar.xz /kaccounts-integration-18.08.1.tar.xz +/kaccounts-integration-18.08.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index e642f3d..75be209 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 18.08.1 -Release: 2%{?dist} +Version: 18.08.2 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Oct 10 2018 Rex Dieter - 18.08.2-1 +- 18.08.2 + * Fri Oct 05 2018 Rex Dieter - 18.08.1-2 - devel: Requires: libaccounts-glib diff --git a/sources b/sources index 06bd49e..dde2cb2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-18.08.1.tar.xz) = 48b875aab203b3a5ed080249c915ec857691dcdc3cb7e7fb261fb9a5f51677c494c375245e3cbc9e10202f16b310f7c477968768f0e89156f6a5013e4e85a5d0 +SHA512 (kaccounts-integration-18.08.2.tar.xz) = 84bf3aeabb3b3b4a821d540ce9350a051e59ce4d25f3d90c23f60d6bc1fa83d4cd0e89f4780727f5a2df2341bbfa9addaef70151295be14274b02771710d8499 From e06c46725704122976598c9f7de46abbd5494068 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Nov 2018 14:40:44 -0600 Subject: [PATCH 064/143] 18.08.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index af9b643..6458017 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kaccounts-integration-18.04.3.tar.xz /kaccounts-integration-18.08.1.tar.xz /kaccounts-integration-18.08.2.tar.xz +/kaccounts-integration-18.08.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 75be209..ebd0394 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 18.08.2 +Version: 18.08.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Nov 06 2018 Rex Dieter - 18.08.3-1 +- 18.08.3 + * Wed Oct 10 2018 Rex Dieter - 18.08.2-1 - 18.08.2 diff --git a/sources b/sources index dde2cb2..4313f13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-18.08.2.tar.xz) = 84bf3aeabb3b3b4a821d540ce9350a051e59ce4d25f3d90c23f60d6bc1fa83d4cd0e89f4780727f5a2df2341bbfa9addaef70151295be14274b02771710d8499 +SHA512 (kaccounts-integration-18.08.3.tar.xz) = 8ad5fa737c7323625c6f961b105046ead133df5659f99501911ba5785445b52dd7e46f7db80486e9c764a3d50ce798d17f31a5204da0bbf4eeb03586d2d933dc From d006836e100bd518ce23b5eb3c224ba498aa67a3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 16 Dec 2018 16:31:07 -0600 Subject: [PATCH 065/143] 18.12.0 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6458017..3f3310a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kaccounts-integration-18.08.1.tar.xz /kaccounts-integration-18.08.2.tar.xz /kaccounts-integration-18.08.3.tar.xz +/kaccounts-integration-18.12.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index ebd0394..319b992 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 18.08.3 +Version: 18.12.0 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Dec 16 2018 Rex Dieter - 18.12.0-1 +- 18.12.0 + * Tue Nov 06 2018 Rex Dieter - 18.08.3-1 - 18.08.3 diff --git a/sources b/sources index 4313f13..34e9b81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-18.08.3.tar.xz) = 8ad5fa737c7323625c6f961b105046ead133df5659f99501911ba5785445b52dd7e46f7db80486e9c764a3d50ce798d17f31a5204da0bbf4eeb03586d2d933dc +SHA512 (kaccounts-integration-18.12.0.tar.xz) = 05049161a5bddda9a03e85dc28e5bb88b437c8c49f04871146955e980d3ea263c7816a655985ec2eff5595fd938b6e0772f8c1411d2d404bd28669e434327d2c From 6953a5a9a5c8eaadc85d372d3aedace400e054a2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jan 2019 16:08:30 -0600 Subject: [PATCH 066/143] 18.12.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3f3310a..0c128ef 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kaccounts-integration-18.08.2.tar.xz /kaccounts-integration-18.08.3.tar.xz /kaccounts-integration-18.12.0.tar.xz +/kaccounts-integration-18.12.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 319b992..8c61c1c 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 18.12.0 +Version: 18.12.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jan 08 2019 Rex Dieter - 18.12.1-1 +- 18.12.1 + * Sun Dec 16 2018 Rex Dieter - 18.12.0-1 - 18.12.0 diff --git a/sources b/sources index 34e9b81..f9d895d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-18.12.0.tar.xz) = 05049161a5bddda9a03e85dc28e5bb88b437c8c49f04871146955e980d3ea263c7816a655985ec2eff5595fd938b6e0772f8c1411d2d404bd28669e434327d2c +SHA512 (kaccounts-integration-18.12.1.tar.xz) = 2463dc1e837f9caf9fd7ab34672803caef80ad65e19bcce074f3f47b80c60043ca44dd2b11d8130d706201a2e2b90fb36208ffccd8b2b26521bbf6bb5d39e41e From 646f9140d88ac48839c7b63f0945ad5e5bf6bedf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 04:58:18 +0000 Subject: [PATCH 067/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 8c61c1c..a85f437 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration Version: 18.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 18.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Jan 08 2019 Rex Dieter - 18.12.1-1 - 18.12.1 From af77ad6323a062d34f9faa4bfb2131fd1968e96f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Feb 2019 13:50:13 -0600 Subject: [PATCH 068/143] 18.12.2 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0c128ef..e199d1b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kaccounts-integration-18.08.3.tar.xz /kaccounts-integration-18.12.0.tar.xz /kaccounts-integration-18.12.1.tar.xz +/kaccounts-integration-18.12.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index a85f437..9ca7d90 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 18.12.1 -Release: 2%{?dist} +Version: 18.12.2 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Feb 05 2019 Rex Dieter - 18.12.2-1 +- 18.12.2 + * Fri Feb 01 2019 Fedora Release Engineering - 18.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index f9d895d..d93139a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-18.12.1.tar.xz) = 2463dc1e837f9caf9fd7ab34672803caef80ad65e19bcce074f3f47b80c60043ca44dd2b11d8130d706201a2e2b90fb36208ffccd8b2b26521bbf6bb5d39e41e +SHA512 (kaccounts-integration-18.12.2.tar.xz) = 26dd11fa9bb2c97f9407798d4cab904123e97257ab01f4e6e96d0f8eee5927f5e908f8559615517bda5ecd8edc2d7561500971edf1d85b3d9a49840404678e12 From f17fa1bf93353def738955f42f4c7fed737aabe1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Mar 2019 12:49:09 -0600 Subject: [PATCH 069/143] 18.12.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e199d1b..8f9fff6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kaccounts-integration-18.12.0.tar.xz /kaccounts-integration-18.12.1.tar.xz /kaccounts-integration-18.12.2.tar.xz +/kaccounts-integration-18.12.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 9ca7d90..27102a7 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 18.12.2 +Version: 18.12.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Mar 08 2019 Rex Dieter - 18.12.3-1 +- 18.12.3 + * Tue Feb 05 2019 Rex Dieter - 18.12.2-1 - 18.12.2 diff --git a/sources b/sources index d93139a..876a670 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-18.12.2.tar.xz) = 26dd11fa9bb2c97f9407798d4cab904123e97257ab01f4e6e96d0f8eee5927f5e908f8559615517bda5ecd8edc2d7561500971edf1d85b3d9a49840404678e12 +SHA512 (kaccounts-integration-18.12.3.tar.xz) = bebe909e40bfe32ebb2216e9215fe36580c048d3784c6317c1358f2be28311ae34c01c0fe8e13848b9d5075ead12daf087349911bdcd308677b7000e05ed7710 From fda34992b3bdbc6e05d2ba0f94166f6e094ca0dd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 May 2019 10:31:38 -0500 Subject: [PATCH 070/143] 19.04.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8f9fff6..2ccfe94 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kaccounts-integration-18.12.1.tar.xz /kaccounts-integration-18.12.2.tar.xz /kaccounts-integration-18.12.3.tar.xz +/kaccounts-integration-19.04.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 27102a7..6538896 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 18.12.3 +Version: 19.04.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed May 08 2019 Rex Dieter - 19.04.1-1 +- 19.04.1 + * Fri Mar 08 2019 Rex Dieter - 18.12.3-1 - 18.12.3 diff --git a/sources b/sources index 876a670..c4a3433 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-18.12.3.tar.xz) = bebe909e40bfe32ebb2216e9215fe36580c048d3784c6317c1358f2be28311ae34c01c0fe8e13848b9d5075ead12daf087349911bdcd308677b7000e05ed7710 +SHA512 (kaccounts-integration-19.04.1.tar.xz) = f34a69b4c1be0bc96bf800880e58e358af90b9d780bf695b45d8d6d5195d1d3f3ff074c404a075bd1b14f932ac7c0129eaf201650eff074e730fff1fededaace From 5bd31c387fcaaa9c6c04c42f89723d8cfcca0f6d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Jun 2019 12:37:13 -0500 Subject: [PATCH 071/143] 19.04.2 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2ccfe94..8fef4e6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kaccounts-integration-18.12.2.tar.xz /kaccounts-integration-18.12.3.tar.xz /kaccounts-integration-19.04.1.tar.xz +/kaccounts-integration-19.04.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 6538896..952efa0 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 19.04.1 +Version: 19.04.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 04 2019 Rex Dieter - 19.04.2-1 +- 19.04.2 + * Wed May 08 2019 Rex Dieter - 19.04.1-1 - 19.04.1 diff --git a/sources b/sources index c4a3433..4afddaa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-19.04.1.tar.xz) = f34a69b4c1be0bc96bf800880e58e358af90b9d780bf695b45d8d6d5195d1d3f3ff074c404a075bd1b14f932ac7c0129eaf201650eff074e730fff1fededaace +SHA512 (kaccounts-integration-19.04.2.tar.xz) = 77335fd257dab8ef5e1d41eba34effb1bdbc3b7b177e37af0b203be42650f16be30a1786f23c6ecde9121d19ab6f381922aca1773a780f3cad15f5aea2d62aa5 From 12a2454a79153f50b1a5aad1e11b22cd356aebf2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 12 Jul 2019 11:02:06 -0500 Subject: [PATCH 072/143] 19.04.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8fef4e6..1052118 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kaccounts-integration-18.12.3.tar.xz /kaccounts-integration-19.04.1.tar.xz /kaccounts-integration-19.04.2.tar.xz +/kaccounts-integration-19.04.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 952efa0..04e75e3 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 19.04.2 +Version: 19.04.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 12 2019 Rex Dieter - 19.04.3-1 +- 19.04.3 + * Tue Jun 04 2019 Rex Dieter - 19.04.2-1 - 19.04.2 diff --git a/sources b/sources index 4afddaa..f6eee81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-19.04.2.tar.xz) = 77335fd257dab8ef5e1d41eba34effb1bdbc3b7b177e37af0b203be42650f16be30a1786f23c6ecde9121d19ab6f381922aca1773a780f3cad15f5aea2d62aa5 +SHA512 (kaccounts-integration-19.04.3.tar.xz) = 19e25869fdbb086d0619e49ed3c2f893ac462e9ced6b5faa50f9935b448461fd3cc6a9a3f646f4563a798e573f7b441f1030d4ab38e336dd7f36198deb3ffc99 From f553820b6018dd39376398e73b767ac19d30e4fd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 11:01:09 +0000 Subject: [PATCH 073/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 04e75e3..21531bd 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration Version: 19.04.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 19.04.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Jul 12 2019 Rex Dieter - 19.04.3-1 - 19.04.3 From fd9e9f9af7b4ccbba71cc5d1d71f5c31d5059f2a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 4 Oct 2019 15:00:04 -0500 Subject: [PATCH 074/143] 19.08.1 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1052118..c01ad09 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kaccounts-integration-19.04.1.tar.xz /kaccounts-integration-19.04.2.tar.xz /kaccounts-integration-19.04.3.tar.xz +/kaccounts-integration-19.08.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 21531bd..73a9fef 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 19.04.3 -Release: 2%{?dist} +Version: 19.08.1 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Oct 04 2019 Rex Dieter - 19.08.1-1 +- 19.08.1 + * Thu Jul 25 2019 Fedora Release Engineering - 19.04.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index f6eee81..3ddafc9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-19.04.3.tar.xz) = 19e25869fdbb086d0619e49ed3c2f893ac462e9ced6b5faa50f9935b448461fd3cc6a9a3f646f4563a798e573f7b441f1030d4ab38e336dd7f36198deb3ffc99 +SHA512 (kaccounts-integration-19.08.1.tar.xz) = cf1659dbe221e304b568e82869431ad7bc4234d236d338f8eaa1de2ff747f0c95474c7976bc785ff92b634176f236fdc38ca856bfa09dfdb40b779a3253eaab7 From a7e5c7c60283275794e826903fd3eaa684b7af00 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 17 Oct 2019 14:12:53 -0500 Subject: [PATCH 075/143] 19.08.2 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c01ad09..0e82a37 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kaccounts-integration-19.04.2.tar.xz /kaccounts-integration-19.04.3.tar.xz /kaccounts-integration-19.08.1.tar.xz +/kaccounts-integration-19.08.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 73a9fef..9cd7cfd 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 19.08.1 +Version: 19.08.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Oct 17 2019 Rex Dieter - 19.08.2-1 +- 19.08.2 + * Fri Oct 04 2019 Rex Dieter - 19.08.1-1 - 19.08.1 diff --git a/sources b/sources index 3ddafc9..076dc50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-19.08.1.tar.xz) = cf1659dbe221e304b568e82869431ad7bc4234d236d338f8eaa1de2ff747f0c95474c7976bc785ff92b634176f236fdc38ca856bfa09dfdb40b779a3253eaab7 +SHA512 (kaccounts-integration-19.08.2.tar.xz) = cdc8601c59a17b8fe197a69c7117e55d7307c8e6fc6ea886d064f8b6d963c2919d7984e5b54c1c59405da18f8e6d2a5a5eb37bb39aece3de8f1c839297f13175 From a97ade37c0dd88a9cde86e9822cc4a1689a08369 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 12 Nov 2019 11:03:28 -0600 Subject: [PATCH 076/143] 19.08.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0e82a37..dabdae1 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kaccounts-integration-19.04.3.tar.xz /kaccounts-integration-19.08.1.tar.xz /kaccounts-integration-19.08.2.tar.xz +/kaccounts-integration-19.08.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 9cd7cfd..b285c1a 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 19.08.2 +Version: 19.08.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Nov 12 2019 Rex Dieter - 19.08.3-1 +- 19.08.3 + * Thu Oct 17 2019 Rex Dieter - 19.08.2-1 - 19.08.2 diff --git a/sources b/sources index 076dc50..7aeb8d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-19.08.2.tar.xz) = cdc8601c59a17b8fe197a69c7117e55d7307c8e6fc6ea886d064f8b6d963c2919d7984e5b54c1c59405da18f8e6d2a5a5eb37bb39aece3de8f1c839297f13175 +SHA512 (kaccounts-integration-19.08.3.tar.xz) = f1e7a1c3959b6739aeba3ab8a2bce51116b1b7263951cb55931564f2628f0fbe7eaa876dff9a4b7a4c6846853360293e5949297d4faf5d6a739579bf29245fd6 From 33502797c40699aae3934abd3df2c7195d3f2416 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 13 Jan 2020 11:16:33 -0600 Subject: [PATCH 077/143] 19.12.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dabdae1..d9adfb6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kaccounts-integration-19.08.1.tar.xz /kaccounts-integration-19.08.2.tar.xz /kaccounts-integration-19.08.3.tar.xz +/kaccounts-integration-19.12.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index b285c1a..394fc7a 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 19.08.3 +Version: 19.12.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -102,6 +102,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jan 13 2020 Rex Dieter - 19.12.1-1 +- 19.12.1 + * Tue Nov 12 2019 Rex Dieter - 19.08.3-1 - 19.08.3 diff --git a/sources b/sources index 7aeb8d4..ef90e63 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-19.08.3.tar.xz) = f1e7a1c3959b6739aeba3ab8a2bce51116b1b7263951cb55931564f2628f0fbe7eaa876dff9a4b7a4c6846853360293e5949297d4faf5d6a739579bf29245fd6 +SHA512 (kaccounts-integration-19.12.1.tar.xz) = 233f6df594926f6fa5b897f81a5f63ffa71f5b60577c167d77c20fd1a723cbbf6625368e88b2fa9195f7bbc2f40ddc70fcd1cc63fe55a2cb6c0ed1319e8237f7 From 1398c28498edde57c80b1e394dfd7261c22d4dde Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 13 Jan 2020 11:57:18 -0600 Subject: [PATCH 078/143] update %%files --- kaccounts-integration.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 394fc7a..82e3ec9 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -88,7 +88,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files -f %{name}.lang %doc README %license COPYING* -%{_kf5_qtplugindir}/kcm_kaccounts.so +%{_kf5_qtplugindir}/kcms/kcm_kaccounts.so +%{_kf5_datadir}/kpackage/kcms/kcm_kaccounts/ %{_kf5_datadir}/kservices5/kcm_kaccounts.desktop %{_kf5_plugindir}/kded/accounts.so %{_kf5_libdir}/libkaccounts.so.1 From eb956e9d42975c05e3265c831225a4f372f8423c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 06:35:35 +0000 Subject: [PATCH 079/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 82e3ec9..1935e24 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration Version: 19.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -103,6 +103,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 19.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Mon Jan 13 2020 Rex Dieter - 19.12.1-1 - 19.12.1 From afb8dd9ec0aecdc61d46c90287a05de37c577147 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Feb 2020 13:09:51 -0600 Subject: [PATCH 080/143] 19.12.2 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d9adfb6..86cc391 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kaccounts-integration-19.08.2.tar.xz /kaccounts-integration-19.08.3.tar.xz /kaccounts-integration-19.12.1.tar.xz +/kaccounts-integration-19.12.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 1935e24..0b611cd 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 19.12.1 -Release: 2%{?dist} +Version: 19.12.2 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -103,6 +103,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Feb 04 2020 Rex Dieter - 19.12.2-1 +- 19.12.2 + * Wed Jan 29 2020 Fedora Release Engineering - 19.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index ef90e63..81acfb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-19.12.1.tar.xz) = 233f6df594926f6fa5b897f81a5f63ffa71f5b60577c167d77c20fd1a723cbbf6625368e88b2fa9195f7bbc2f40ddc70fcd1cc63fe55a2cb6c0ed1319e8237f7 +SHA512 (kaccounts-integration-19.12.2.tar.xz) = 378f8d8d5cc470fbd70e197dd472331b648bdf498d9df4a45779aa3d7675c6f196c87ba43ed035f178bbdc9474b74dc1ed1ed7b0a48f83ce651971696d2bdf3e From 860bd324bc37abaf18e9bd0c1139a036c58b8fbe Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 13 Feb 2020 11:42:34 -0600 Subject: [PATCH 081/143] Requires: accounts-qml-module (#1794594) --- kaccounts-integration.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 0b611cd..6fd947f 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration Version: 19.12.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -40,6 +40,7 @@ BuildRequires: pkgconfig(libsignon-qt5) >= 8.55 # For AutoReq cmake-filesystem BuildRequires: cmake +Requires: acounts-qml-module%{?_isa} Requires: signon-plugin-oauth2%{?_isa} Obsoletes: kaccounts < 15.03 @@ -103,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 13 2020 Rex Dieter - 19.12.2-2 +- Requires: accounts-qml-module (#1794594) + * Tue Feb 04 2020 Rex Dieter - 19.12.2-1 - 19.12.2 From f2faf1c11f5d04a39b3278c28b98758e8e16fc1a Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 14 Feb 2020 09:12:55 -0500 Subject: [PATCH 082/143] Fixing a typo of Requires: accounts-qml-module Signed-off-by: Mohan Boddu --- kaccounts-integration.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 6fd947f..2283949 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration Version: 19.12.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -40,7 +40,7 @@ BuildRequires: pkgconfig(libsignon-qt5) >= 8.55 # For AutoReq cmake-filesystem BuildRequires: cmake -Requires: acounts-qml-module%{?_isa} +Requires: accounts-qml-module%{?_isa} Requires: signon-plugin-oauth2%{?_isa} Obsoletes: kaccounts < 15.03 @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Feb 14 2020 Mohan Boddu - 19.12.2-3 +- Fixing a typo of Requires: accounts-qml-module + * Thu Feb 13 2020 Rex Dieter - 19.12.2-2 - Requires: accounts-qml-module (#1794594) From 49e2643c586b4329f56860ac51332db2acd4a30a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 7 Mar 2020 08:56:46 -0600 Subject: [PATCH 083/143] 19.12.3 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 86cc391..d3fe4f6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kaccounts-integration-19.08.3.tar.xz /kaccounts-integration-19.12.1.tar.xz /kaccounts-integration-19.12.2.tar.xz +/kaccounts-integration-19.12.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 2283949..0d5d688 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 19.12.2 -Release: 3%{?dist} +Version: 19.12.3 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Mar 07 2020 Rex Dieter - 19.12.3-1 +- 19.12.3 + * Fri Feb 14 2020 Mohan Boddu - 19.12.2-3 - Fixing a typo of Requires: accounts-qml-module diff --git a/sources b/sources index 81acfb4..23d8f39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-19.12.2.tar.xz) = 378f8d8d5cc470fbd70e197dd472331b648bdf498d9df4a45779aa3d7675c6f196c87ba43ed035f178bbdc9474b74dc1ed1ed7b0a48f83ce651971696d2bdf3e +SHA512 (kaccounts-integration-19.12.3.tar.xz) = 3bf8850d9d81001c30bf6fb62178501bd45e6e447093fa63f32cba0b17cb83eadc518f439653c6212e80f20be7cb76a912a632a286e94b15fa8d9c2c6ad9e681 From 1615e03e84b8ae2898810456a208a121c8a76830 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 2 May 2020 09:53:04 -0500 Subject: [PATCH 084/143] 20.04.0 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d3fe4f6..65d10f7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kaccounts-integration-19.12.1.tar.xz /kaccounts-integration-19.12.2.tar.xz /kaccounts-integration-19.12.3.tar.xz +/kaccounts-integration-20.04.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 0d5d688..8adc56d 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 19.12.3 +Version: 20.04.0 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -11,7 +11,7 @@ URL: https://cgit.kde.org/%{name}.git %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz ## upstream fixes @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat May 02 2020 Rex Dieter - 20.04.0-1 +- 20.04.0 + * Sat Mar 07 2020 Rex Dieter - 19.12.3-1 - 19.12.3 diff --git a/sources b/sources index 23d8f39..72448d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-19.12.3.tar.xz) = 3bf8850d9d81001c30bf6fb62178501bd45e6e447093fa63f32cba0b17cb83eadc518f439653c6212e80f20be7cb76a912a632a286e94b15fa8d9c2c6ad9e681 +SHA512 (kaccounts-integration-20.04.0.tar.xz) = 64b36e738cf814c87eec7a0f9ac7c1d5b9e8463f2697c81116fb4420aa1cc93b92d30f1d37fae9caadb47ca4eacf1722dafe6c9cf55298257e6e035458173f02 From 034fd555451897b6b51f034e7ad3e591b800b3da Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 2 May 2020 10:01:11 -0500 Subject: [PATCH 085/143] update %%files --- kaccounts-integration.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 8adc56d..fcedb05 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -92,7 +92,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_qtplugindir}/kcms/kcm_kaccounts.so %{_kf5_datadir}/kpackage/kcms/kcm_kaccounts/ %{_kf5_datadir}/kservices5/kcm_kaccounts.desktop -%{_kf5_plugindir}/kded/accounts.so +%{_kf5_plugindir}/kded/kded_accounts.so %{_kf5_libdir}/libkaccounts.so.1 %{_kf5_libdir}/libkaccounts.so.%{version} %{_kf5_qmldir}/org/kde/kaccounts/ From 33e0f1354a0386f320c19589632f91be59c1b44c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 27 May 2020 11:09:32 -0500 Subject: [PATCH 086/143] 20.04.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 65d10f7..3bc8416 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kaccounts-integration-19.12.2.tar.xz /kaccounts-integration-19.12.3.tar.xz /kaccounts-integration-20.04.0.tar.xz +/kaccounts-integration-20.04.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index fcedb05..2968ae1 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 20.04.0 +Version: 20.04.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed May 27 2020 Rex Dieter - 20.04.1-1 +- 20.04.1 + * Sat May 02 2020 Rex Dieter - 20.04.0-1 - 20.04.0 diff --git a/sources b/sources index 72448d5..30cb798 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-20.04.0.tar.xz) = 64b36e738cf814c87eec7a0f9ac7c1d5b9e8463f2697c81116fb4420aa1cc93b92d30f1d37fae9caadb47ca4eacf1722dafe6c9cf55298257e6e035458173f02 +SHA512 (kaccounts-integration-20.04.1.tar.xz) = 7339d1e877503b436e1af3a3efed047d7c646cc6e342330e691b6314eed8f13a355ad69ec691ab442bfd1d7490fec82d2a2f6f87edec0f682941ec88b41d65b0 From 78d860c75cd8abe11523d130fcef254ea93c22ca Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 12 Jun 2020 09:42:33 -0500 Subject: [PATCH 087/143] 20.04.2 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3bc8416..2d811fd 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /kaccounts-integration-19.12.3.tar.xz /kaccounts-integration-20.04.0.tar.xz /kaccounts-integration-20.04.1.tar.xz +/kaccounts-integration-20.04.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 2968ae1..d7962c3 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 20.04.1 +Version: 20.04.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jun 12 2020 Rex Dieter - 20.04.2-1 +- 20.04.2 + * Wed May 27 2020 Rex Dieter - 20.04.1-1 - 20.04.1 diff --git a/sources b/sources index 30cb798..8e14356 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-20.04.1.tar.xz) = 7339d1e877503b436e1af3a3efed047d7c646cc6e342330e691b6314eed8f13a355ad69ec691ab442bfd1d7490fec82d2a2f6f87edec0f682941ec88b41d65b0 +SHA512 (kaccounts-integration-20.04.2.tar.xz) = c488584e10d3c25205dff2b3f502cb85ac28a31084b9e7d7b5a50609405f2c8182fe72e313e3d3eb19de68c03a65f6a577e85f249c3d2d1744775e368a63c12b From b707f9b55aaf0d0fce8908755dec3595479a70a6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Jul 2020 13:18:22 -0500 Subject: [PATCH 088/143] 20.04.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2d811fd..8cc294c 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /kaccounts-integration-20.04.0.tar.xz /kaccounts-integration-20.04.1.tar.xz /kaccounts-integration-20.04.2.tar.xz +/kaccounts-integration-20.04.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index d7962c3..7af0445 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,5 +1,5 @@ Name: kaccounts-integration -Version: 20.04.2 +Version: 20.04.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 10 2020 Rex Dieter - 20.04.3-1 +- 20.04.3 + * Fri Jun 12 2020 Rex Dieter - 20.04.2-1 - 20.04.2 diff --git a/sources b/sources index 8e14356..c3eda68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-20.04.2.tar.xz) = c488584e10d3c25205dff2b3f502cb85ac28a31084b9e7d7b5a50609405f2c8182fe72e313e3d3eb19de68c03a65f6a577e85f249c3d2d1744775e368a63c12b +SHA512 (kaccounts-integration-20.04.3.tar.xz) = 974cb5296431d692c2b274172a4e538bb727016ab23419dce3c9da881b129521558b87fca505836447e24eb2bc8b1bb1a6d8c1e7950f448fb27dbfb8e74cd41d From 5ebeb7c52e9c68813d459d3053f51f8306547cac Mon Sep 17 00:00:00 2001 From: Marie Loise Nolden Date: Sat, 11 Jul 2020 14:36:23 +0000 Subject: [PATCH 089/143] fix packaging error Processing files: kaccounts-integration-20.04.3-1.el8.x86_64 error: File not found: /builddir/build/BUILDROOT/kaccounts-integration-20.04.3-1.el8.x86_64/usr/lib64/libkaccounts.so.1 -- Installing: /builddir/build/BUILDROOT/kaccounts-integration-20.04.3-1.el8.x86_64/usr/lib64/libkaccounts.so.20.04.3 -- Installing: /builddir/build/BUILDROOT/kaccounts-integration-20.04.3-1.el8.x86_64/usr/lib64/libkaccounts.so.2 -- Installing: /builddir/build/BUILDROOT/kaccounts-integration-20.04.3-1.el8.x86_64/usr/lib64/libkaccounts.so --- kaccounts-integration.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 7af0445..5a496d0 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -93,8 +93,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_datadir}/kpackage/kcms/kcm_kaccounts/ %{_kf5_datadir}/kservices5/kcm_kaccounts.desktop %{_kf5_plugindir}/kded/kded_accounts.so -%{_kf5_libdir}/libkaccounts.so.1 -%{_kf5_libdir}/libkaccounts.so.%{version} +%{_kf5_libdir}/libkaccounts.so.* %{_kf5_qmldir}/org/kde/kaccounts/ %files devel From 395d28b0484f2694f1ab698b16393e15d9d2fa84 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 11 Jul 2020 11:12:03 -0500 Subject: [PATCH 090/143] Revert "fix packaging error" This reverts commit 5ebeb7c52e9c68813d459d3053f51f8306547cac. Sorry, failed to notice this introduces globs and no longer tracks library soname --- kaccounts-integration.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 5a496d0..7af0445 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -93,7 +93,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_datadir}/kpackage/kcms/kcm_kaccounts/ %{_kf5_datadir}/kservices5/kcm_kaccounts.desktop %{_kf5_plugindir}/kded/kded_accounts.so -%{_kf5_libdir}/libkaccounts.so.* +%{_kf5_libdir}/libkaccounts.so.1 +%{_kf5_libdir}/libkaccounts.so.%{version} %{_kf5_qmldir}/org/kde/kaccounts/ %files devel From be99fe79155b991dd21b424b4fd972715cd7332f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 11 Jul 2020 11:12:48 -0500 Subject: [PATCH 091/143] bump library soname May be an upstream snafu, may want to double-check, it's uncommon for a shared library soname change in a minor point release --- kaccounts-integration.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 7af0445..e4e540c 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -93,7 +93,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_datadir}/kpackage/kcms/kcm_kaccounts/ %{_kf5_datadir}/kservices5/kcm_kaccounts.desktop %{_kf5_plugindir}/kded/kded_accounts.so -%{_kf5_libdir}/libkaccounts.so.1 +%{_kf5_libdir}/libkaccounts.so.2 %{_kf5_libdir}/libkaccounts.so.%{version} %{_kf5_qmldir}/org/kde/kaccounts/ From b07498e4f299f7aebd01845542834347cde2b1dc Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 18:23:27 +0200 Subject: [PATCH 092/143] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- kaccounts-integration.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index e4e540c..fede287 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,3 +1,5 @@ +%undefine __cmake_in_source_build + Name: kaccounts-integration Version: 20.04.3 Release: 1%{?dist} @@ -70,16 +72,12 @@ Headers, development libraries and documentation for %{name}. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd - -%make_build -C %{_target_platform} +%{cmake_kf5} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %find_lang %{name} --all-name --with-html From 2e01bc9d855e3cd2f160c65a5917aa54d13b3572 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 02:40:21 +0000 Subject: [PATCH 093/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index fede287..f90cb8d 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -2,7 +2,7 @@ Name: kaccounts-integration Version: 20.04.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -102,6 +102,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 20.04.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 10 2020 Rex Dieter - 20.04.3-1 - 20.04.3 From 7e205822f30ee8a61eb8e29fcef0450447b2745e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 18 Aug 2020 13:37:45 -0500 Subject: [PATCH 094/143] 20.08.0 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8cc294c..68298bc 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /kaccounts-integration-20.04.1.tar.xz /kaccounts-integration-20.04.2.tar.xz /kaccounts-integration-20.04.3.tar.xz +/kaccounts-integration-20.08.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index f90cb8d..c70d08f 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,8 +1,8 @@ %undefine __cmake_in_source_build Name: kaccounts-integration -Version: 20.04.3 -Release: 2%{?dist} +Version: 20.08.0 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -102,6 +102,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Tue Aug 18 2020 Rex Dieter - 20.08.0-1 +- 20.08.0 + * Tue Jul 28 2020 Fedora Release Engineering - 20.04.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index c3eda68..b5cbb16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-20.04.3.tar.xz) = 974cb5296431d692c2b274172a4e538bb727016ab23419dce3c9da881b129521558b87fca505836447e24eb2bc8b1bb1a6d8c1e7950f448fb27dbfb8e74cd41d +SHA512 (kaccounts-integration-20.08.0.tar.xz) = 621d1aad9eb4fb4ca179837b93e178386ae32c7904a33655ff6d7da8e81d5a2be088820abcc70032ca26e4214291275e0b36f87210b34583b009624b10ff2f72 From 55e7de0e72202a02e6bd49c5c42ff4abda28c558 Mon Sep 17 00:00:00 2001 From: Marie Loise Nolden Date: Fri, 21 Aug 2020 16:45:11 +0000 Subject: [PATCH 095/143] Update kaccounts-integration.spec --- kaccounts-integration.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index c70d08f..2910f71 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -91,6 +91,7 @@ Headers, development libraries and documentation for %{name}. %{_kf5_datadir}/kpackage/kcms/kcm_kaccounts/ %{_kf5_datadir}/kservices5/kcm_kaccounts.desktop %{_kf5_plugindir}/kded/kded_accounts.so +%{_kf5_plugindir}/kaccounts/daemonplugins/kaccounts_kio_webdav_plugin.so %{_kf5_libdir}/libkaccounts.so.2 %{_kf5_libdir}/libkaccounts.so.%{version} %{_kf5_qmldir}/org/kde/kaccounts/ From f74b641f38af6b4d237831fdcae434ea9414e555 Mon Sep 17 00:00:00 2001 From: Marie Loise Nolden Date: Fri, 21 Aug 2020 17:22:25 +0000 Subject: [PATCH 096/143] Update kaccounts-integration.spec --- kaccounts-integration.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 2910f71..9b3c259 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -91,7 +91,7 @@ Headers, development libraries and documentation for %{name}. %{_kf5_datadir}/kpackage/kcms/kcm_kaccounts/ %{_kf5_datadir}/kservices5/kcm_kaccounts.desktop %{_kf5_plugindir}/kded/kded_accounts.so -%{_kf5_plugindir}/kaccounts/daemonplugins/kaccounts_kio_webdav_plugin.so +%{_qt5_plugindir}/kaccounts/daemonplugins/kaccounts_kio_webdav_plugin.so %{_kf5_libdir}/libkaccounts.so.2 %{_kf5_libdir}/libkaccounts.so.%{version} %{_kf5_qmldir}/org/kde/kaccounts/ From eee22c5fbed3a0fd5e390bdcb183de316fe93008 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Sep 2020 13:44:35 -0500 Subject: [PATCH 097/143] 20.08.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 68298bc..70cbf5a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /kaccounts-integration-20.04.2.tar.xz /kaccounts-integration-20.04.3.tar.xz /kaccounts-integration-20.08.0.tar.xz +/kaccounts-integration-20.08.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 9b3c259..9d708c5 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ %undefine __cmake_in_source_build Name: kaccounts-integration -Version: 20.08.0 +Version: 20.08.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -103,6 +103,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Tue Sep 15 2020 Rex Dieter - 20.08.1-1 +- 20.08.1 + * Tue Aug 18 2020 Rex Dieter - 20.08.0-1 - 20.08.0 diff --git a/sources b/sources index b5cbb16..c40b279 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-20.08.0.tar.xz) = 621d1aad9eb4fb4ca179837b93e178386ae32c7904a33655ff6d7da8e81d5a2be088820abcc70032ca26e4214291275e0b36f87210b34583b009624b10ff2f72 +SHA512 (kaccounts-integration-20.08.1.tar.xz) = 94c2b7977228e0e3993540bf8093e922916a93cc8cc7e721688bc42568540a3aa62c13d77e89d342aba19456624a7e6d88f1c96aab8c9ba04b306fc77e0f18bc From 34114e65628a3013e5673770798f4e2d54cd3b67 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 6 Nov 2020 15:16:31 -0600 Subject: [PATCH 098/143] 20.08.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 70cbf5a..58c24b5 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /kaccounts-integration-20.04.3.tar.xz /kaccounts-integration-20.08.0.tar.xz /kaccounts-integration-20.08.1.tar.xz +/kaccounts-integration-20.08.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 9d708c5..2cc8363 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ %undefine __cmake_in_source_build Name: kaccounts-integration -Version: 20.08.1 +Version: 20.08.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -103,6 +103,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Fri Nov 6 15:16:25 CST 2020 Rex Dieter - 20.08.3-1 +- 20.08.3 + * Tue Sep 15 2020 Rex Dieter - 20.08.1-1 - 20.08.1 diff --git a/sources b/sources index c40b279..7a97309 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-20.08.1.tar.xz) = 94c2b7977228e0e3993540bf8093e922916a93cc8cc7e721688bc42568540a3aa62c13d77e89d342aba19456624a7e6d88f1c96aab8c9ba04b306fc77e0f18bc +SHA512 (kaccounts-integration-20.08.3.tar.xz) = 83dadfc224568ab07f23975db6dd04d8524a512bbdecc72da6dd8dc03cc06290199309a60f3b6f2570ac422da9bfdb9e253ec7a56c7dc15026414b3c108098a6 From a56392fb4b9c9548eab03743b4a4ef07d5994d29 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 15:08:38 +0000 Subject: [PATCH 099/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 2cc8363..ff27f82 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -2,7 +2,7 @@ Name: kaccounts-integration Version: 20.08.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -103,6 +103,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 20.08.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Nov 6 15:16:25 CST 2020 Rex Dieter - 20.08.3-1 - 20.08.3 From c8f33fb50a7ee7d3f9bb82424c59973f17ee439e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 4 Feb 2021 08:43:24 -0600 Subject: [PATCH 100/143] 20.12.2 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 58c24b5..e54c34d 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /kaccounts-integration-20.08.0.tar.xz /kaccounts-integration-20.08.1.tar.xz /kaccounts-integration-20.08.3.tar.xz +/kaccounts-integration-20.12.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index ff27f82..057e32f 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,8 +1,8 @@ %undefine __cmake_in_source_build Name: kaccounts-integration -Version: 20.08.3 -Release: 2%{?dist} +Version: 20.12.2 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -103,6 +103,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu Feb 04 2021 Rex Dieter - 20.12.2-1 +- 20.12.2 + * Tue Jan 26 2021 Fedora Release Engineering - 20.08.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 7a97309..f214e77 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-20.08.3.tar.xz) = 83dadfc224568ab07f23975db6dd04d8524a512bbdecc72da6dd8dc03cc06290199309a60f3b6f2570ac422da9bfdb9e253ec7a56c7dc15026414b3c108098a6 +SHA512 (kaccounts-integration-20.12.2.tar.xz) = 12c3413ef8023c3a38e32658b6d47948c29e189c9f7c5d9bd702dffbc1c0e27007278092256adcb15cfc89028446cbbb4b130b1408bd7a612a5500a3a5b7e268 From a77c2ae47624f61aa580afda709dacd7eaa16d4d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 4 Feb 2021 10:49:33 -0600 Subject: [PATCH 101/143] cleanup, fix build --- kaccounts-integration.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 057e32f..3954ed3 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,11 +1,10 @@ -%undefine __cmake_in_source_build Name: kaccounts-integration Version: 20.12.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ -URL: https://cgit.kde.org/%{name}.git +URL: https://invent.kde.org/network/%{name} %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 @@ -72,7 +71,8 @@ Headers, development libraries and documentation for %{name}. %build -%{cmake_kf5} +%cmake_kf5 + %cmake_build @@ -85,8 +85,8 @@ Headers, development libraries and documentation for %{name}. %ldconfig_scriptlets %files -f %{name}.lang -%doc README -%license COPYING* +%doc README* +%license LICENSES/* %{_kf5_qtplugindir}/kcms/kcm_kaccounts.so %{_kf5_datadir}/kpackage/kcms/kcm_kaccounts/ %{_kf5_datadir}/kservices5/kcm_kaccounts.desktop From e96f26095bfc96cc6c7aff23dc3335a0e077ed4d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 3 Mar 2021 09:40:38 -0600 Subject: [PATCH 102/143] 20.12.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e54c34d..d6c4480 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /kaccounts-integration-20.08.1.tar.xz /kaccounts-integration-20.08.3.tar.xz /kaccounts-integration-20.12.2.tar.xz +/kaccounts-integration-20.12.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 3954ed3..a6c6ebe 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 20.12.2 +Version: 20.12.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -103,6 +103,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Wed Mar 03 2021 Rex Dieter - 20.12.3-1 +- 20.12.3 + * Thu Feb 04 2021 Rex Dieter - 20.12.2-1 - 20.12.2 diff --git a/sources b/sources index f214e77..5c3dd9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-20.12.2.tar.xz) = 12c3413ef8023c3a38e32658b6d47948c29e189c9f7c5d9bd702dffbc1c0e27007278092256adcb15cfc89028446cbbb4b130b1408bd7a612a5500a3a5b7e268 +SHA512 (kaccounts-integration-20.12.3.tar.xz) = e9089f5d99d665a0568e43d66837faa5e994d2d93a3699057e6b86ff3bd65bddc448dd36afb49642ff80e150a922b4f110541f7834d04b52e9059fbff7795a88 From dc53f13282543f31c03404604fc85d9cda5b9a88 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 19 Apr 2021 10:09:11 -0500 Subject: [PATCH 103/143] 21.04.0 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6c4480..344aa52 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /kaccounts-integration-20.08.3.tar.xz /kaccounts-integration-20.12.2.tar.xz /kaccounts-integration-20.12.3.tar.xz +/kaccounts-integration-21.04.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index a6c6ebe..e968f90 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 20.12.3 +Version: 21.04.0 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -103,6 +103,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Mon Apr 19 2021 Rex Dieter - 21.04.0-1 +- 21.04.0 + * Wed Mar 03 2021 Rex Dieter - 20.12.3-1 - 20.12.3 diff --git a/sources b/sources index 5c3dd9d..c2c777e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-20.12.3.tar.xz) = e9089f5d99d665a0568e43d66837faa5e994d2d93a3699057e6b86ff3bd65bddc448dd36afb49642ff80e150a922b4f110541f7834d04b52e9059fbff7795a88 +SHA512 (kaccounts-integration-21.04.0.tar.xz) = 83d78b34216a8670f2a042b1beb3da733eff9120abff5db9bda864cb8470e885754897448bc6bd1e1eb388ad95ad7dfaffd57967f3ff954f3f42a98a6c87a69b From 047576e755172c63d1aea98c9672d0a82a9e12e2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 11 May 2021 14:48:30 -0500 Subject: [PATCH 104/143] 21.04.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 344aa52..593b979 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /kaccounts-integration-20.12.2.tar.xz /kaccounts-integration-20.12.3.tar.xz /kaccounts-integration-21.04.0.tar.xz +/kaccounts-integration-21.04.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index e968f90..4f86399 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 21.04.0 +Version: 21.04.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -103,6 +103,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Tue May 11 2021 Rex Dieter - 21.04.1-1 +- 21.04.1 + * Mon Apr 19 2021 Rex Dieter - 21.04.0-1 - 21.04.0 diff --git a/sources b/sources index c2c777e..4c2735d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-21.04.0.tar.xz) = 83d78b34216a8670f2a042b1beb3da733eff9120abff5db9bda864cb8470e885754897448bc6bd1e1eb388ad95ad7dfaffd57967f3ff954f3f42a98a6c87a69b +SHA512 (kaccounts-integration-21.04.1.tar.xz) = 7ea371f939fde26cc093b87bb10dc23d72f4dc728528029cc68d083bbb7c73da3fe8497b37055ffd8578924c2217e1a719b79e172930783e75dd1434497668d4 From c74087c152bd6baa4abbdcea057ac5d1b379770c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 15 May 2021 08:44:40 -0500 Subject: [PATCH 105/143] -devel: Requires: intltool --- kaccounts-integration.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 4f86399..1bb6c7d 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 21.04.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -62,6 +62,7 @@ Requires: kf5-kcoreaddons-devel%{?_isa} Requires: libaccounts-glib-devel%{?_isa} Requires: libaccounts-qt5-devel%{?_isa} Requires: signon-devel%{?_isa} +Requires: intltool %description devel Headers, development libraries and documentation for %{name}. @@ -103,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Sat May 15 2021 Rex Dieter - 21.04.1-2 +- -devel: Requires: intltool + * Tue May 11 2021 Rex Dieter - 21.04.1-1 - 21.04.1 From ef5bd7c67bb1085a1f84505a1176b2259f9400ea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Jun 2021 16:42:27 -0500 Subject: [PATCH 106/143] 21.04.2 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 593b979..badbb07 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /kaccounts-integration-20.12.3.tar.xz /kaccounts-integration-21.04.0.tar.xz /kaccounts-integration-21.04.1.tar.xz +/kaccounts-integration-21.04.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 1bb6c7d..21af300 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration -Version: 21.04.1 -Release: 2%{?dist} +Version: 21.04.2 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu Jun 10 2021 Rex Dieter - 21.04.2-1 +- 21.04.2 + * Sat May 15 2021 Rex Dieter - 21.04.1-2 - -devel: Requires: intltool diff --git a/sources b/sources index 4c2735d..f699e58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-21.04.1.tar.xz) = 7ea371f939fde26cc093b87bb10dc23d72f4dc728528029cc68d083bbb7c73da3fe8497b37055ffd8578924c2217e1a719b79e172930783e75dd1434497668d4 +SHA512 (kaccounts-integration-21.04.2.tar.xz) = d93a3c8a9e93e7cf2d1247c11947818d61a4cb66900a8fe2e04c2d944ffba18501adf3128fff0ebdc0f04958c5c95bcc211cfbd7820ad43cfb4b9bc605ae2008 From 6e6ad4de869d7eef247eb5cd7a4c3e7cd2250940 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 09:23:18 +0000 Subject: [PATCH 107/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 21af300..407a286 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 21.04.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 21.04.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jun 10 2021 Rex Dieter - 21.04.2-1 - 21.04.2 From ebe27cd6ee34dcdedc08bf17b435563ed6e7da1c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 28 Jul 2021 11:05:45 -0500 Subject: [PATCH 108/143] 21.04.3 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index badbb07..61c86ef 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /kaccounts-integration-21.04.0.tar.xz /kaccounts-integration-21.04.1.tar.xz /kaccounts-integration-21.04.2.tar.xz +/kaccounts-integration-21.04.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 407a286..6f0a016 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration -Version: 21.04.2 -Release: 2%{?dist} +Version: 21.04.3 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Wed Jul 28 2021 Rex Dieter - 21.04.3-1 +- 21.04.3 + * Thu Jul 22 2021 Fedora Release Engineering - 21.04.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index f699e58..60a8a0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-21.04.2.tar.xz) = d93a3c8a9e93e7cf2d1247c11947818d61a4cb66900a8fe2e04c2d944ffba18501adf3128fff0ebdc0f04958c5c95bcc211cfbd7820ad43cfb4b9bc605ae2008 +SHA512 (kaccounts-integration-21.04.3.tar.xz) = 0552ab2da16b8ab85632f458827a1c16dc0b7e4a4d3b97266249430595abe11f0b76dc2dd7f59dc7796e795855bce122915733b692d9270b6da8b6cabc2c2ae8 From 03dc2d4bedae1bd78a5daf9b30e3a15645a26abd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 21 Oct 2021 09:08:35 -0500 Subject: [PATCH 109/143] 21.08.2 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 61c86ef..525f1bb 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /kaccounts-integration-21.04.1.tar.xz /kaccounts-integration-21.04.2.tar.xz /kaccounts-integration-21.04.3.tar.xz +/kaccounts-integration-21.08.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 6f0a016..a63bb9a 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 21.04.3 +Version: 21.08.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu Oct 21 2021 Rex Dieter - 21.08.2-1 +- 21.08.2 + * Wed Jul 28 2021 Rex Dieter - 21.04.3-1 - 21.04.3 diff --git a/sources b/sources index 60a8a0c..040125c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-21.04.3.tar.xz) = 0552ab2da16b8ab85632f458827a1c16dc0b7e4a4d3b97266249430595abe11f0b76dc2dd7f59dc7796e795855bce122915733b692d9270b6da8b6cabc2c2ae8 +SHA512 (kaccounts-integration-21.08.2.tar.xz) = 9d1c2ac0453c168cf0bc5d7b4692695e77ec02f8d7f363e68772acc22f45f9d2c9e5e30e1a503ea29014029e7556d7d2c59fef3d29012aab144d4ad0e6ca5478 From 823ee85aa80187070c58a5e9dd9b66f4d4ec8b07 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 2 Nov 2021 09:31:03 -0500 Subject: [PATCH 110/143] 21.08.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 525f1bb..33b0a3e 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /kaccounts-integration-21.04.2.tar.xz /kaccounts-integration-21.04.3.tar.xz /kaccounts-integration-21.08.2.tar.xz +/kaccounts-integration-21.08.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index a63bb9a..0fdb3d2 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 21.08.2 +Version: 21.08.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Tue Nov 02 2021 Rex Dieter - 21.08.3-1 +- 21.08.3 + * Thu Oct 21 2021 Rex Dieter - 21.08.2-1 - 21.08.2 diff --git a/sources b/sources index 040125c..38e30d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-21.08.2.tar.xz) = 9d1c2ac0453c168cf0bc5d7b4692695e77ec02f8d7f363e68772acc22f45f9d2c9e5e30e1a503ea29014029e7556d7d2c59fef3d29012aab144d4ad0e6ca5478 +SHA512 (kaccounts-integration-21.08.3.tar.xz) = b98b5932c061760c44eecc9c49c8c18e3a7f43f5bd7c7d055d9f7ed66a0ceea46d21046c8dd63422299b633baef352b031725c2d938f8745b38ef06c35a6c09d From 0b03269e9fdd41ccce51de1f5aeefaba9fc787f1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 27 Dec 2021 14:16:52 -0600 Subject: [PATCH 111/143] 21.12.0 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 33b0a3e..aa17d00 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /kaccounts-integration-21.04.3.tar.xz /kaccounts-integration-21.08.2.tar.xz /kaccounts-integration-21.08.3.tar.xz +/kaccounts-integration-21.12.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 0fdb3d2..b2a5289 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 21.08.3 +Version: 21.12.0 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Mon Dec 27 2021 Rex Dieter - 21.12.0-1 +- 21.12.0 + * Tue Nov 02 2021 Rex Dieter - 21.08.3-1 - 21.08.3 diff --git a/sources b/sources index 38e30d3..5973a89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-21.08.3.tar.xz) = b98b5932c061760c44eecc9c49c8c18e3a7f43f5bd7c7d055d9f7ed66a0ceea46d21046c8dd63422299b633baef352b031725c2d938f8745b38ef06c35a6c09d +SHA512 (kaccounts-integration-21.12.0.tar.xz) = 230cd77b8300495b56d66f43aae62086ffb61a2d8a0f5f58a3a93f6e5a962fc237ba3936015ca48ed26e9500f5a2c9e051c6932c2470fe6a68a5fc7f296ab2d1 From 8346a56e3d5a47f261e954b61d16229c51879a79 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 6 Jan 2022 09:52:49 -0600 Subject: [PATCH 112/143] 21.12.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa17d00..452fe68 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /kaccounts-integration-21.08.2.tar.xz /kaccounts-integration-21.08.3.tar.xz /kaccounts-integration-21.12.0.tar.xz +/kaccounts-integration-21.12.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index b2a5289..4afa3bd 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 21.12.0 +Version: 21.12.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu Jan 06 2022 Rex Dieter - 21.12.1-1 +- 21.12.1 + * Mon Dec 27 2021 Rex Dieter - 21.12.0-1 - 21.12.0 diff --git a/sources b/sources index 5973a89..347b2fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-21.12.0.tar.xz) = 230cd77b8300495b56d66f43aae62086ffb61a2d8a0f5f58a3a93f6e5a962fc237ba3936015ca48ed26e9500f5a2c9e051c6932c2470fe6a68a5fc7f296ab2d1 +SHA512 (kaccounts-integration-21.12.1.tar.xz) = 9393d8833d28f5169c45c0246b05b00ad97db1579751941f8a138a131233d2f0df70c55154298fa0653773c19be1766e828f0c5d2d961c4161dea49b130213c6 From b2d60a04cd667a786435fdf603b99c0ecfd407c6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:05:42 +0000 Subject: [PATCH 113/143] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 4afa3bd..2bee759 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 21.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 21.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jan 06 2022 Rex Dieter - 21.12.1-1 - 21.12.1 From a37561ca4f394ae0a7279ba4f132636373156089 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 4 Feb 2022 10:19:09 -0600 Subject: [PATCH 114/143] 21.12.2 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 452fe68..75b26ee 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /kaccounts-integration-21.08.3.tar.xz /kaccounts-integration-21.12.0.tar.xz /kaccounts-integration-21.12.1.tar.xz +/kaccounts-integration-21.12.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 2bee759..c3b38c3 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration -Version: 21.12.1 -Release: 2%{?dist} +Version: 21.12.2 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Fri Feb 04 2022 Rex Dieter - 21.12.2-1 +- 21.12.2 + * Thu Jan 20 2022 Fedora Release Engineering - 21.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 347b2fa..0ad2e7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-21.12.1.tar.xz) = 9393d8833d28f5169c45c0246b05b00ad97db1579751941f8a138a131233d2f0df70c55154298fa0653773c19be1766e828f0c5d2d961c4161dea49b130213c6 +SHA512 (kaccounts-integration-21.12.2.tar.xz) = e94dc3d5505110675ebf3e9998a258a2f63165a07d87cdf282ca8edbcc97a526fdc779d4efa46512be976ac70ddd184a64d2a578ff4b231aa38f6aaec29b0269 From 1bfffeededba01229c3125f7935a63bcc0248970 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Wed, 2 Mar 2022 16:38:43 +0100 Subject: [PATCH 115/143] 21.12.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 75b26ee..9c7a779 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /kaccounts-integration-21.12.0.tar.xz /kaccounts-integration-21.12.1.tar.xz /kaccounts-integration-21.12.2.tar.xz +/kaccounts-integration-21.12.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index c3b38c3..4a130eb 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 21.12.2 +Version: 21.12.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Wed Mar 02 2022 Marc Deop - 21.12.3-1 +- 21.12.3 + * Fri Feb 04 2022 Rex Dieter - 21.12.2-1 - 21.12.2 diff --git a/sources b/sources index 0ad2e7f..254eca7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-21.12.2.tar.xz) = e94dc3d5505110675ebf3e9998a258a2f63165a07d87cdf282ca8edbcc97a526fdc779d4efa46512be976ac70ddd184a64d2a578ff4b231aa38f6aaec29b0269 +SHA512 (kaccounts-integration-21.12.3.tar.xz) = fd18735191ea2e0bee2e08c8b2d2b64e85056c4efb7bc857516f27a1e5bbb27de0c8a048009879be04e7718e4340e9b2512b65192ff75801c47c5a0b38d8107f From fda3dd0d21041059a5e66e653e87b8964ad10411 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 8 Mar 2022 16:18:34 +0100 Subject: [PATCH 116/143] Rebuild (qt5) --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 4a130eb..745c839 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 21.12.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Tue Mar 08 2022 Jan Grulich - 21.12.3-2 +- Rebuild (qt5) + * Wed Mar 02 2022 Marc Deop - 21.12.3-1 - 21.12.3 From 150ff53518a85da1ad52f3a185555e7d8f0f1d31 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 22 Mar 2022 08:39:13 +0100 Subject: [PATCH 117/143] Rebuild (qt5) --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index c3b38c3..f4f72b7 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 21.12.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Tue Mar 22 2022 Jan Grulich - 21.12.2-2 +- Rebuild (qt5) + * Fri Feb 04 2022 Rex Dieter - 21.12.2-1 - 21.12.2 From 9e82293ebc5ef0ae3f9b20ade85e6c74dbeb50fd Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Mon, 9 May 2022 15:22:15 +0930 Subject: [PATCH 118/143] Update to 22.04.0 --- .gitignore | 2 ++ kaccounts-integration.spec | 7 +++++-- sources | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9c7a779..20a0d4d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ /kaccounts-integration-21.12.1.tar.xz /kaccounts-integration-21.12.2.tar.xz /kaccounts-integration-21.12.3.tar.xz +/kaccounts-integration-22.04.0.tar.xz +/kaccounts-integration-22.04.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 745c839..433e3aa 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration -Version: 21.12.3 -Release: 2%{?dist} +Version: 22.04.0 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Mon May 09 2022 Justin Zobel - 22.04.0-1 +- Update to 22.04.0 + * Tue Mar 08 2022 Jan Grulich - 21.12.3-2 - Rebuild (qt5) diff --git a/sources b/sources index 254eca7..8ac26a6 100644 --- a/sources +++ b/sources @@ -1 +1,3 @@ SHA512 (kaccounts-integration-21.12.3.tar.xz) = fd18735191ea2e0bee2e08c8b2d2b64e85056c4efb7bc857516f27a1e5bbb27de0c8a048009879be04e7718e4340e9b2512b65192ff75801c47c5a0b38d8107f +SHA512 (kaccounts-integration-22.04.0.tar.xz) = 6a6b115a6c2daddf7b63ed1d1ddbc7705b0fceb01cf7f71566d3022bfe3c8b5c92783ccf009aee7dc741b063c37c8f644a991f5a4a213eb1b2917f8ae1123b0c +SHA512 (kaccounts-integration-22.04.0.tar.xz) = 6a6b115a6c2daddf7b63ed1d1ddbc7705b0fceb01cf7f71566d3022bfe3c8b5c92783ccf009aee7dc741b063c37c8f644a991f5a4a213eb1b2917f8ae1123b0c From bcbd51f4a42c0a26d119312dda484e6e158c2e75 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Thu, 12 May 2022 20:23:17 +0930 Subject: [PATCH 119/143] Update to 22.04.1 --- .gitignore | 2 ++ kaccounts-integration.spec | 5 ++++- sources | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 20a0d4d..1ac8b01 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ /kaccounts-integration-21.12.3.tar.xz /kaccounts-integration-22.04.0.tar.xz /kaccounts-integration-22.04.0.tar.xz +/kaccounts-integration-22.04.1.tar.xz +/kaccounts-integration-22.04.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 433e3aa..67b8ff7 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 22.04.0 +Version: 22.04.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu May 12 2022 Justin Zobel - 22.04.1-1 +- Update to 22.04.1 + * Mon May 09 2022 Justin Zobel - 22.04.0-1 - Update to 22.04.0 diff --git a/sources b/sources index 8ac26a6..b27839f 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ SHA512 (kaccounts-integration-21.12.3.tar.xz) = fd18735191ea2e0bee2e08c8b2d2b64e85056c4efb7bc857516f27a1e5bbb27de0c8a048009879be04e7718e4340e9b2512b65192ff75801c47c5a0b38d8107f SHA512 (kaccounts-integration-22.04.0.tar.xz) = 6a6b115a6c2daddf7b63ed1d1ddbc7705b0fceb01cf7f71566d3022bfe3c8b5c92783ccf009aee7dc741b063c37c8f644a991f5a4a213eb1b2917f8ae1123b0c -SHA512 (kaccounts-integration-22.04.0.tar.xz) = 6a6b115a6c2daddf7b63ed1d1ddbc7705b0fceb01cf7f71566d3022bfe3c8b5c92783ccf009aee7dc741b063c37c8f644a991f5a4a213eb1b2917f8ae1123b0c +SHA512 (kaccounts-integration-22.04.1.tar.xz) = 8b5b77708930424a9faf452fdc11da0c7c1a2c608c57ba732007691e85a703c4af1b0ef0dcbff3f63d38e8909414317a2617bafb2a12af97a3e6d1adeb17c6a9 +SHA512 (kaccounts-integration-22.04.1.tar.xz) = 8b5b77708930424a9faf452fdc11da0c7c1a2c608c57ba732007691e85a703c4af1b0ef0dcbff3f63d38e8909414317a2617bafb2a12af97a3e6d1adeb17c6a9 From 8de79c9db1d28d66040ee05fac2f7e70d80711e9 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 17 May 2022 13:02:45 +0200 Subject: [PATCH 120/143] Rebuild (qt5) --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 67b8ff7..8fafdd5 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 22.04.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Tue May 17 2022 Jan Grulich - 22.04.1-2 +- Rebuild (qt5) + * Thu May 12 2022 Justin Zobel - 22.04.1-1 - Update to 22.04.1 From d0ac4fafec56beb40e4b95765446ba453379e31d Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 14 Jul 2022 15:03:23 +0200 Subject: [PATCH 121/143] Rebuild (qt5) --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 8fafdd5..65492e3 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 22.04.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu Jul 14 2022 Jan Grulich - 22.04.1-3 +- Rebuild (qt5) + * Tue May 17 2022 Jan Grulich - 22.04.1-2 - Rebuild (qt5) From 63a8f4629d039c37c28ce27902f79e2c9f66ec59 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 19 Jul 2022 11:53:49 +0200 Subject: [PATCH 122/143] 22.04.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 5 +---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1ac8b01..6c4ab82 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /kaccounts-integration-22.04.0.tar.xz /kaccounts-integration-22.04.1.tar.xz /kaccounts-integration-22.04.1.tar.xz +/kaccounts-integration-22.04.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 65492e3..b45c31d 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 22.04.1 +Version: 22.04.3 Release: 3%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Tue Jul 19 2022 Than Ngo - 22.04.3-3 +- 22.04.3 + * Thu Jul 14 2022 Jan Grulich - 22.04.1-3 - Rebuild (qt5) diff --git a/sources b/sources index b27839f..d8d8d0f 100644 --- a/sources +++ b/sources @@ -1,4 +1 @@ -SHA512 (kaccounts-integration-21.12.3.tar.xz) = fd18735191ea2e0bee2e08c8b2d2b64e85056c4efb7bc857516f27a1e5bbb27de0c8a048009879be04e7718e4340e9b2512b65192ff75801c47c5a0b38d8107f -SHA512 (kaccounts-integration-22.04.0.tar.xz) = 6a6b115a6c2daddf7b63ed1d1ddbc7705b0fceb01cf7f71566d3022bfe3c8b5c92783ccf009aee7dc741b063c37c8f644a991f5a4a213eb1b2917f8ae1123b0c -SHA512 (kaccounts-integration-22.04.1.tar.xz) = 8b5b77708930424a9faf452fdc11da0c7c1a2c608c57ba732007691e85a703c4af1b0ef0dcbff3f63d38e8909414317a2617bafb2a12af97a3e6d1adeb17c6a9 -SHA512 (kaccounts-integration-22.04.1.tar.xz) = 8b5b77708930424a9faf452fdc11da0c7c1a2c608c57ba732007691e85a703c4af1b0ef0dcbff3f63d38e8909414317a2617bafb2a12af97a3e6d1adeb17c6a9 +SHA512 (kaccounts-integration-22.04.3.tar.xz) = ca843db9893d073c118df5b1e3700a7c603bcc1d9f9cd6975d6f3b9398c1f7733ce34c26dd5962e0e867f5726b1146362e6323b135413a5149d489906d64b0e6 From 6c2539c1eb076cc6818b1a761bf4bbd6715b0567 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 15:32:02 +0000 Subject: [PATCH 123/143] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index b45c31d..e50eff1 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 22.04.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 22.04.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Jul 19 2022 Than Ngo - 22.04.3-3 - 22.04.3 From 1af4746257ab1ddfab4ea0044d3596a45e6c5549 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 21 Aug 2022 22:53:11 +0200 Subject: [PATCH 124/143] 22.08.0 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6c4ab82..e8b4b5f 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /kaccounts-integration-22.04.1.tar.xz /kaccounts-integration-22.04.1.tar.xz /kaccounts-integration-22.04.3.tar.xz +/kaccounts-integration-22.08.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index e50eff1..4e94d2c 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration -Version: 22.04.3 -Release: 4%{?dist} +Version: 22.08.0 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Fri Aug 19 2022 Marc Deop - 22.08.0-1 +- 22.08.0 + * Thu Jul 21 2022 Fedora Release Engineering - 22.04.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index d8d8d0f..5913647 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-22.04.3.tar.xz) = ca843db9893d073c118df5b1e3700a7c603bcc1d9f9cd6975d6f3b9398c1f7733ce34c26dd5962e0e867f5726b1146362e6323b135413a5149d489906d64b0e6 +SHA512 (kaccounts-integration-22.08.0.tar.xz) = 0b7163607a59fbe93d70850368d7c1da7403b4582089ef1e9c643665dfe91424eae1485651961d16a70e0d01dc5a681a5a1b534225abc4988d4777efcdf9a0f9 From c404b22a8fc9f06b8b88e9290727b6c6d5e77efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Thu, 8 Sep 2022 14:12:52 +0200 Subject: [PATCH 125/143] 22.08.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e8b4b5f..39e6f96 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /kaccounts-integration-22.04.1.tar.xz /kaccounts-integration-22.04.3.tar.xz /kaccounts-integration-22.08.0.tar.xz +/kaccounts-integration-22.08.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 4e94d2c..b9b932e 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 22.08.0 +Version: 22.08.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu Sep 08 2022 Marc Deop - 22.08.1-1 +- 22.08.1 + * Fri Aug 19 2022 Marc Deop - 22.08.0-1 - 22.08.0 diff --git a/sources b/sources index 5913647..41a1f19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-22.08.0.tar.xz) = 0b7163607a59fbe93d70850368d7c1da7403b4582089ef1e9c643665dfe91424eae1485651961d16a70e0d01dc5a681a5a1b534225abc4988d4777efcdf9a0f9 +SHA512 (kaccounts-integration-22.08.1.tar.xz) = 53f250a40a1c22f66ce3cdbf14f1c52def2f6d565367ceee43f2e07dbd362d23e69db772db7ef31712fc83e65baabd9795b5bb33caa403a2955699b8a09274f6 From adf131a8c7435c4f6e66eac4b303c76fad5c8124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 15 Oct 2022 13:25:47 +0200 Subject: [PATCH 126/143] 22.08.2 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 39e6f96..b069769 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /kaccounts-integration-22.04.3.tar.xz /kaccounts-integration-22.08.0.tar.xz /kaccounts-integration-22.08.1.tar.xz +/kaccounts-integration-22.08.2.tar.xz diff --git a/sources b/sources index 41a1f19..8ed5f39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-22.08.1.tar.xz) = 53f250a40a1c22f66ce3cdbf14f1c52def2f6d565367ceee43f2e07dbd362d23e69db772db7ef31712fc83e65baabd9795b5bb33caa403a2955699b8a09274f6 +SHA512 (kaccounts-integration-22.08.2.tar.xz) = 4ba6e4ddfbe8d8d01f72c66492c604ba6dbe1b7940405fdc3e7097db2592d62427362e99897ed6e1fc1bcc6f08db1e82b73109b7cd15f3e80114d8c6132e0a9a From 65badc8b7cb01d3c2b796646dc4784f11136e030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 15 Oct 2022 13:35:54 +0200 Subject: [PATCH 127/143] fix: update spec file --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index b9b932e..9607f85 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 22.08.1 +Version: 22.08.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Fri Oct 14 2022 Marc Deop - 22.08.2-1 +- 22.08.2 + * Thu Sep 08 2022 Marc Deop - 22.08.1-1 - 22.08.1 From 6ce425d0dcf40c03574d393a162acca26b79114b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 4 Nov 2022 17:13:19 +0100 Subject: [PATCH 128/143] 22.08.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b069769..77f13e5 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /kaccounts-integration-22.08.0.tar.xz /kaccounts-integration-22.08.1.tar.xz /kaccounts-integration-22.08.2.tar.xz +/kaccounts-integration-22.08.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 9607f85..440031b 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 22.08.2 +Version: 22.08.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Fri Nov 04 2022 Marc Deop i Argemí (Private) - 22.08.3-1 +- 22.08.3 + * Fri Oct 14 2022 Marc Deop - 22.08.2-1 - 22.08.2 diff --git a/sources b/sources index 8ed5f39..78eebad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-22.08.2.tar.xz) = 4ba6e4ddfbe8d8d01f72c66492c604ba6dbe1b7940405fdc3e7097db2592d62427362e99897ed6e1fc1bcc6f08db1e82b73109b7cd15f3e80114d8c6132e0a9a +SHA512 (kaccounts-integration-22.08.3.tar.xz) = 07957febdf39a53374b051efdc8f98beba5b53fed516ff677764125c15e2499fe74423b17dbaff3068a17d59ef7febf30d6a70e2109d45cdf0bf30cdd49ad40b From ac440ada3cc6f7943888de7b55b7ddcf0acc07d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 19 Dec 2022 16:20:14 +0100 Subject: [PATCH 129/143] 22.12.0 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 77f13e5..8bfe37e 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /kaccounts-integration-22.08.1.tar.xz /kaccounts-integration-22.08.2.tar.xz /kaccounts-integration-22.08.3.tar.xz +/kaccounts-integration-22.12.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 440031b..0770c60 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 22.08.3 +Version: 22.12.0 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -104,6 +104,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Mon Dec 19 2022 Marc Deop - 22.12.0-1 +- 22.12.0 + * Fri Nov 04 2022 Marc Deop i Argemí (Private) - 22.08.3-1 - 22.08.3 diff --git a/sources b/sources index 78eebad..13983ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-22.08.3.tar.xz) = 07957febdf39a53374b051efdc8f98beba5b53fed516ff677764125c15e2499fe74423b17dbaff3068a17d59ef7febf30d6a70e2109d45cdf0bf30cdd49ad40b +SHA512 (kaccounts-integration-22.12.0.tar.xz) = 0e23fd65178ff7a5cfd2764ea25ec59b1ef8d72b68a0cbbd65bda51e6bb892bf4a4629eb7aaec19ea095f2d08934e5cafbfe4fc9ddf0ab545cc2b81c148aa584 From e8151caaee3d66faed45df2dde7f1eb5d71ac0f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Tue, 20 Dec 2022 09:09:46 +0100 Subject: [PATCH 130/143] fix: adjust files section --- kaccounts-integration.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 0770c60..64b379e 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -88,9 +88,8 @@ Headers, development libraries and documentation for %{name}. %files -f %{name}.lang %doc README* %license LICENSES/* -%{_kf5_qtplugindir}/kcms/kcm_kaccounts.so %{_kf5_datadir}/kpackage/kcms/kcm_kaccounts/ -%{_kf5_datadir}/kservices5/kcm_kaccounts.desktop +%{_kf5_qtplugindir}/plasma/kcms/systemsettings/kcm_kaccounts.so %{_kf5_plugindir}/kded/kded_accounts.so %{_qt5_plugindir}/kaccounts/daemonplugins/kaccounts_kio_webdav_plugin.so %{_kf5_libdir}/libkaccounts.so.2 From 48490b4215a1eff2a992728ef6b685db785c2078 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Wed, 4 Jan 2023 14:53:11 +1030 Subject: [PATCH 131/143] Update to 22.12.1 --- .gitignore | 1 + kaccounts-integration-22.12.1-1.fc38.src.rpm | Bin 0 -> 118291 bytes kaccounts-integration.spec | 5 ++++- sources | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 kaccounts-integration-22.12.1-1.fc38.src.rpm diff --git a/.gitignore b/.gitignore index 8bfe37e..bd6d228 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /kaccounts-integration-22.08.2.tar.xz /kaccounts-integration-22.08.3.tar.xz /kaccounts-integration-22.12.0.tar.xz +/kaccounts-integration-22.12.1.tar.xz diff --git a/kaccounts-integration-22.12.1-1.fc38.src.rpm b/kaccounts-integration-22.12.1-1.fc38.src.rpm new file mode 100644 index 0000000000000000000000000000000000000000..d2bab32e11ed6b5125f41c2cc69f089931b6b89e GIT binary patch literal 118291 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 r;mP;I?}7gFhdogCJ~O`ua&jj literal 0 HcmV?d00001 diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 64b379e..7947b2b 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 22.12.0 +Version: 22.12.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -103,6 +103,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Wed Jan 04 2023 Justin Zobel - 22.12.1-1 +- Update to 22.12.1 + * Mon Dec 19 2022 Marc Deop - 22.12.0-1 - 22.12.0 diff --git a/sources b/sources index 13983ee..5731e4d 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kaccounts-integration-22.12.0.tar.xz) = 0e23fd65178ff7a5cfd2764ea25ec59b1ef8d72b68a0cbbd65bda51e6bb892bf4a4629eb7aaec19ea095f2d08934e5cafbfe4fc9ddf0ab545cc2b81c148aa584 +SHA512 (kaccounts-integration-22.12.1.tar.xz) = b29baf79446a690e2f9f8c61ef9756a047ff65e5b4faede9248af29ce8b5c6ad637ee6019f0db687eb2e0d09431c2a41ae65b786433cb400424915c3bdd12ad8 From a70c415d7ac85888327e1685af6d1ab00a5e368c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 14:01:28 +0000 Subject: [PATCH 132/143] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 7947b2b..88b3c08 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 22.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -103,6 +103,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 22.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jan 04 2023 Justin Zobel - 22.12.1-1 - Update to 22.12.1 From 3d6b47898f492a963fd2b2da1328e21723de37fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Tue, 31 Jan 2023 22:12:16 +0100 Subject: [PATCH 133/143] 22.12.2 --- .gitignore | 1 + kaccounts-integration.spec | 7 +++++-- sources | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bd6d228..9321ec6 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /kaccounts-integration-22.08.3.tar.xz /kaccounts-integration-22.12.0.tar.xz /kaccounts-integration-22.12.1.tar.xz +/kaccounts-integration-22.12.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 88b3c08..793c66b 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration -Version: 22.12.1 -Release: 2%{?dist} +Version: 22.12.2 +Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -103,6 +103,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Tue Jan 31 2023 Marc Deop - 22.12.2-1 +- 22.12.2 + * Thu Jan 19 2023 Fedora Release Engineering - 22.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 5731e4d..eaa068a 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kaccounts-integration-22.12.0.tar.xz) = 0e23fd65178ff7a5cfd2764ea25ec59b1ef8d72b68a0cbbd65bda51e6bb892bf4a4629eb7aaec19ea095f2d08934e5cafbfe4fc9ddf0ab545cc2b81c148aa584 -SHA512 (kaccounts-integration-22.12.1.tar.xz) = b29baf79446a690e2f9f8c61ef9756a047ff65e5b4faede9248af29ce8b5c6ad637ee6019f0db687eb2e0d09431c2a41ae65b786433cb400424915c3bdd12ad8 +SHA512 (kaccounts-integration-22.12.2.tar.xz) = aff96d0d9bc907e14b5084e5660770c6f0d0fc7e2fe50ea5d83619a3ad58728f3c953890e3f3ee39fbcafca4ba4f43ed543c3f8f1657c2195f648644dfaaf3ff From bdf85c5f4e7435b88372182ac89ddf5b1d20339c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Thu, 2 Mar 2023 15:28:43 +0100 Subject: [PATCH 134/143] feat: 22.12.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9321ec6..a621332 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /kaccounts-integration-22.12.0.tar.xz /kaccounts-integration-22.12.1.tar.xz /kaccounts-integration-22.12.2.tar.xz +/kaccounts-integration-22.12.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 793c66b..7b3113a 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 22.12.2 +Version: 22.12.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -103,6 +103,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu Mar 02 2023 Marc Deop i Argemí - 22.12.3-1 +- 22.12.3 + * Tue Jan 31 2023 Marc Deop - 22.12.2-1 - 22.12.2 diff --git a/sources b/sources index eaa068a..dad533c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-22.12.2.tar.xz) = aff96d0d9bc907e14b5084e5660770c6f0d0fc7e2fe50ea5d83619a3ad58728f3c953890e3f3ee39fbcafca4ba4f43ed543c3f8f1657c2195f648644dfaaf3ff +SHA512 (kaccounts-integration-22.12.3.tar.xz) = a1ce6d3f0707e203cff84812792fa7ec6122a1d5bb2117f27ab13f5d76d108f4026a2266d06eb39595b6dd54dab6266eb9245a528f6344a354faef8223f3ad8a From 12155d4b1e7a2016157d44b9719a4c90cf29cdf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 27 Mar 2023 10:22:55 +0200 Subject: [PATCH 135/143] 23.03.80 --- .gitignore | 1 + kaccounts-integration.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a621332..a920288 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /kaccounts-integration-22.12.1.tar.xz /kaccounts-integration-22.12.2.tar.xz /kaccounts-integration-22.12.3.tar.xz +/kaccounts-integration-23.03.80.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 7b3113a..cf41bb3 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 22.12.3 +Version: 23.03.80 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -30,6 +30,7 @@ BuildRequires: kf5-kiconthemes-devel BuildRequires: kf5-kconfig-devel BuildRequires: kf5-kwallet-devel BuildRequires: kf5-kdbusaddons-devel +BuildRequires: cmake(QCoro5) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Qml) @@ -89,6 +90,7 @@ Headers, development libraries and documentation for %{name}. %doc README* %license LICENSES/* %{_kf5_datadir}/kpackage/kcms/kcm_kaccounts/ +%{_kf5_datadir}/applications/kcm_kaccounts.desktop %{_kf5_qtplugindir}/plasma/kcms/systemsettings/kcm_kaccounts.so %{_kf5_plugindir}/kded/kded_accounts.so %{_qt5_plugindir}/kaccounts/daemonplugins/kaccounts_kio_webdav_plugin.so @@ -103,6 +105,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Mon Mar 20 2023 Marc Deop i Argemí - 23.03.80-1 +- 23.03.80 + * Thu Mar 02 2023 Marc Deop i Argemí - 22.12.3-1 - 22.12.3 diff --git a/sources b/sources index dad533c..49f71a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-22.12.3.tar.xz) = a1ce6d3f0707e203cff84812792fa7ec6122a1d5bb2117f27ab13f5d76d108f4026a2266d06eb39595b6dd54dab6266eb9245a528f6344a354faef8223f3ad8a +SHA512 (kaccounts-integration-23.03.80.tar.xz) = acdca55eddcbe4ec0ae972e9fcde815fa1262f1c06dab567c55580de028f51c17b5cf6f8e1611185ee9a975be2cca1ddc1d6f1b8544c7a3f9aca49ba1877e365 From 28931229384e978fd18b36613c1c34092f101048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 31 Mar 2023 15:14:08 +0200 Subject: [PATCH 136/143] 23.03.90 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a920288..20dc63a 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /kaccounts-integration-22.12.2.tar.xz /kaccounts-integration-22.12.3.tar.xz /kaccounts-integration-23.03.80.tar.xz +/kaccounts-integration-23.03.90.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index cf41bb3..c725008 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 23.03.80 +Version: 23.03.90 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -105,6 +105,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Fri Mar 31 2023 Marc Deop i Argemí - 23.03.90-1 +- 23.03.90 + * Mon Mar 20 2023 Marc Deop i Argemí - 23.03.80-1 - 23.03.80 diff --git a/sources b/sources index 49f71a6..569eed6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-23.03.80.tar.xz) = acdca55eddcbe4ec0ae972e9fcde815fa1262f1c06dab567c55580de028f51c17b5cf6f8e1611185ee9a975be2cca1ddc1d6f1b8544c7a3f9aca49ba1877e365 +SHA512 (kaccounts-integration-23.03.90.tar.xz) = a1ca2be41f65951e7d44caa84501d4a623ca12c173fc3fe3d3b70f8a008f24e44911822f0aaed0c2206f870abb6b54dc72513bba2cdc60c5a33a487ca27672cb From 998fcc63d85e0a62c34ab100867dae54a1dd5024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 14 Apr 2023 21:39:39 +0200 Subject: [PATCH 137/143] 23.04.0 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 20dc63a..801c055 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /kaccounts-integration-22.12.3.tar.xz /kaccounts-integration-23.03.80.tar.xz /kaccounts-integration-23.03.90.tar.xz +/kaccounts-integration-23.04.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index c725008..b1c53fc 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 23.03.90 +Version: 23.04.0 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -105,6 +105,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Fri Apr 14 2023 Marc Deop i Argemí - 23.04.0-1 +- 23.04.0 + * Fri Mar 31 2023 Marc Deop i Argemí - 23.03.90-1 - 23.03.90 diff --git a/sources b/sources index 569eed6..10b44dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-23.03.90.tar.xz) = a1ca2be41f65951e7d44caa84501d4a623ca12c173fc3fe3d3b70f8a008f24e44911822f0aaed0c2206f870abb6b54dc72513bba2cdc60c5a33a487ca27672cb +SHA512 (kaccounts-integration-23.04.0.tar.xz) = 57aabfc9c22502eebdb946911c0efbcb60a1b297330b3a48e9a9a5aa5871147e2328915cd0702aabef8393f10ebb15e9a7a9c2bd400b3bf82fe2cbc2170f50d6 From 9185b27a6c6bdf39fb093f3dd3073685eebf2d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 14 May 2023 23:08:07 +0200 Subject: [PATCH 138/143] 23.04.1 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 801c055..703f527 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /kaccounts-integration-23.03.80.tar.xz /kaccounts-integration-23.03.90.tar.xz /kaccounts-integration-23.04.0.tar.xz +/kaccounts-integration-23.04.1.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index b1c53fc..a3d4ca6 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 23.04.0 +Version: 23.04.1 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -105,6 +105,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Sat May 13 2023 Marc Deop i Argemí - 23.04.1-1 +- 23.04.1 + * Fri Apr 14 2023 Marc Deop i Argemí - 23.04.0-1 - 23.04.0 diff --git a/sources b/sources index 10b44dd..34e3114 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-23.04.0.tar.xz) = 57aabfc9c22502eebdb946911c0efbcb60a1b297330b3a48e9a9a5aa5871147e2328915cd0702aabef8393f10ebb15e9a7a9c2bd400b3bf82fe2cbc2170f50d6 +SHA512 (kaccounts-integration-23.04.1.tar.xz) = 2ad4636d6d7c34dabe4c52f6f156525ba715b2665b0c8843a5ed3ba139aad8cc42e1093025d0b5ca3ed7d1c6573c14b3f022cdd7507ec779e6e7c4072d35a3ae From 9407a62536a93405a54230d3a941463b56962502 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Mon, 22 May 2023 10:27:28 +0930 Subject: [PATCH 139/143] Remove src.rpm and add gitignore --- .gitignore | 1 + kaccounts-integration-22.12.1-1.fc38.src.rpm | Bin 118291 -> 0 bytes 2 files changed, 1 insertion(+) delete mode 100644 kaccounts-integration-22.12.1-1.fc38.src.rpm diff --git a/.gitignore b/.gitignore index 703f527..a3ab649 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /kaccounts-integration-23.03.90.tar.xz /kaccounts-integration-23.04.0.tar.xz /kaccounts-integration-23.04.1.tar.xz +/*.src.rpm diff --git a/kaccounts-integration-22.12.1-1.fc38.src.rpm b/kaccounts-integration-22.12.1-1.fc38.src.rpm deleted file mode 100644 index d2bab32e11ed6b5125f41c2cc69f089931b6b89e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 118291 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 r;mP;I?}7gFhdogCJ~O`ua&jj From 2f80d5a25471a91bf975f0abca109f184c7f5cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Tue, 6 Jun 2023 17:10:38 +0200 Subject: [PATCH 140/143] 23.04.2 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a3ab649..c16cc04 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /kaccounts-integration-23.04.0.tar.xz /kaccounts-integration-23.04.1.tar.xz /*.src.rpm +/kaccounts-integration-23.04.2.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index a3d4ca6..3dfffce 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 23.04.1 +Version: 23.04.2 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -105,6 +105,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Tue Jun 06 2023 Marc Deop i Argemí - 23.04.2-1 +- 23.04.2 + * Sat May 13 2023 Marc Deop i Argemí - 23.04.1-1 - 23.04.1 diff --git a/sources b/sources index 34e3114..f2038b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-23.04.1.tar.xz) = 2ad4636d6d7c34dabe4c52f6f156525ba715b2665b0c8843a5ed3ba139aad8cc42e1093025d0b5ca3ed7d1c6573c14b3f022cdd7507ec779e6e7c4072d35a3ae +SHA512 (kaccounts-integration-23.04.2.tar.xz) = ef28eb1df64a85ebca747bb6fb4df93e7c207a6c1f0943338a9933d79bc8705ce5c5c8082871a96b8712bf7331a6d01eb7eff9bc07e90b5a451cde6c0f81b3ac From 071a10fa04d0b52cfff27f9db63a0e554209efe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 8 Jul 2023 14:15:16 +0200 Subject: [PATCH 141/143] 23.04.3 --- .gitignore | 1 + kaccounts-integration.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c16cc04..e3c8534 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /kaccounts-integration-23.04.1.tar.xz /*.src.rpm /kaccounts-integration-23.04.2.tar.xz +/kaccounts-integration-23.04.3.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index 3dfffce..fc03cb7 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,6 +1,6 @@ Name: kaccounts-integration -Version: 23.04.2 +Version: 23.04.3 Release: 1%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ @@ -105,6 +105,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Sat Jul 08 2023 Marc Deop i Argemí - 23.04.3-1 +- 23.04.3 + * Tue Jun 06 2023 Marc Deop i Argemí - 23.04.2-1 - 23.04.2 diff --git a/sources b/sources index f2038b2..2b45f6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kaccounts-integration-23.04.2.tar.xz) = ef28eb1df64a85ebca747bb6fb4df93e7c207a6c1f0943338a9933d79bc8705ce5c5c8082871a96b8712bf7331a6d01eb7eff9bc07e90b5a451cde6c0f81b3ac +SHA512 (kaccounts-integration-23.04.3.tar.xz) = f06db87e3b67e2c0cccdaa3a415f7e1b06d9798bdfe54a449c17293a8438e7142fc6be142023f4fe8417fe89294a2bca80b98834c0aae10f02b0d8f1594fc511 From 1f01576edc6a58275304dd3a681f06dc7a82fdb0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 08:19:45 +0000 Subject: [PATCH 142/143] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kaccounts-integration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index fc03cb7..6687718 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 23.04.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://invent.kde.org/network/%{name} @@ -105,6 +105,9 @@ Headers, development libraries and documentation for %{name}. %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 23.04.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jul 08 2023 Marc Deop i Argemí - 23.04.3-1 - 23.04.3 From 3cd797b4e375a9b6b45b615c2e364f8d046240a7 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:25:39 +0300 Subject: [PATCH 143/143] Remove unnecessary files --- sources | 1 - 1 file changed, 1 deletion(-) delete mode 100644 sources diff --git a/sources b/sources deleted file mode 100644 index 2b45f6f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (kaccounts-integration-23.04.3.tar.xz) = f06db87e3b67e2c0cccdaa3a415f7e1b06d9798bdfe54a449c17293a8438e7142fc6be142023f4fe8417fe89294a2bca80b98834c0aae10f02b0d8f1594fc511