From 21f5ee72c57b1ef9701d93cc71a53e3ebc610a28 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 5 May 2014 13:10:06 +0000 Subject: [PATCH 001/149] 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 9a063837e8c9d945d6f59336fcecad5fb533839c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 5 May 2014 17:22:46 +0200 Subject: [PATCH 002/149] KDE Frameworks 4.99.0 (import package) --- .gitignore | 1 + kf5-attica.spec | 94 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 96 insertions(+) create mode 100644 kf5-attica.spec diff --git a/.gitignore b/.gitignore index e69de29..2952318 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/attica-4.99.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec new file mode 100644 index 0000000..c0e246f --- /dev/null +++ b/kf5-attica.spec @@ -0,0 +1,94 @@ +#%define snapshot 20140206 +%define framework attica + + +Name: kf5-attica +Version: 4.99.0 +Release: 1%{?dist} +Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API + +Group: Development/Libraries +License: LGPLv2+ +URL: http://www.kde.org + +Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz + +BuildRequires: kf5-rpm-macros +BuildRequires: extra-cmake-modules +BuildRequires: qt5-qtbase-devel + +Requires: kf5-filesystem + +%description +Attica is a Qt library that implements the Open Collaboration Services +API version 1.4. + +%package devel +Summary: Development files for %{name} +Group: Development/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release} +%description devel +%{summary}. + + +%prep +%setup -q -n %{framework}-%{version} + + +%build +mkdir -p %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd + +make %{?_smp_mflags} -C %{_target_platform} + + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%doc AUTHORS COPYING README.md +%doc ChangeLog +%{_kf5_libdir}/libKF5Attica.so.* + +%files devel +%{_kf5_libdir}/cmake/KF5Attica/ +%{_kf5_includedir}/attica_version.h +%{_kf5_includedir}/Attica/ +%{_kf5_libdir}/libKF5Attica.so +%{_kf5_archdatadir}/mkspecs/modules/qt_Attica.pri +%{_kf5_libdir}/pkgconfig/libKF5Attica.pc + + +%changelog +* Mon May 05 2014 Daniel Vrátil - 4.99.0-1 +- KDE Frameworks 4.99.0 + +* Mon May 05 2014 Daniel Vrátil 4.98.0-2 +- Remove Provides and Obsoletes (not needed in actual repos) + +* Mon Mar 31 2014 Jan Grulich 4.98.0-1 +- Update to KDE Frameworks 5 Beta 1 (4.98.0) + +* Wed Mar 05 2014 Jan Grulich 4.97.0-1 +- Update to KDE Frameworks 5 Alpha 1 (4.97.0) + +* Wed Feb 12 2014 Daniel Vrátil 4.96.0-1 +- Update to KDE Frameworks 5 Alpha 1 (4.96.0) + +* Thu Feb 06 2014 Daniel Vrátil 4.96.0-20140206git +- Attica is now a proper Tier 1 framework + +* Wed Feb 05 2014 Daniel Vrátil 1.0.0-20140205git +- Update snapshot of Attica to current git + +* Thu Jan 09 2014 Daniel Vrátil 1.0.0-1 +- Update to KDE Frameworks 5 TP1 (4.9.95) + +* Mon Jan 06 2014 Daniel Vrátil 0.4.2-1 +- Attica-qt5 4.9.95 - fork attica to attica-qt5 diff --git a/sources b/sources index e69de29..13f2d07 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +1c6b71778ce0f2aea549e272bb14f5c3 attica-4.99.0.tar.xz From 2a6e83b49730183c254e4d240e3d9da0e73ad6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 3 Jun 2014 11:52:22 +0200 Subject: [PATCH 003/149] KDE Frameworks 4.100.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2952318..c765b52 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /attica-4.99.0.tar.xz +/attica-4.100.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index c0e246f..825d884 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -3,7 +3,7 @@ Name: kf5-attica -Version: 4.99.0 +Version: 4.100.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -11,7 +11,7 @@ Group: Development/Libraries License: LGPLv2+ URL: http://www.kde.org -Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/unstable/frameworks/4.100.0/%{framework}-4.100.0.tar.xz%{version}/%{framework}-%{version}.tar.xz BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules @@ -66,6 +66,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 03 2014 Daniel Vrátil - 4.100.0-1 +- KDE Frameworks 4.100.0 + * Mon May 05 2014 Daniel Vrátil - 4.99.0-1 - KDE Frameworks 4.99.0 diff --git a/sources b/sources index 13f2d07..1942c13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c6b71778ce0f2aea549e272bb14f5c3 attica-4.99.0.tar.xz +360d1fe078da4680bf9bf0c8450e729b attica-4.100.0.tar.xz From bbea4e6a9d433f7adcdc519429aae733a45b7a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 3 Jun 2014 12:34:51 +0200 Subject: [PATCH 004/149] Fix Source0 URL --- kf5-attica.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 825d884..5e460d6 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -11,7 +11,7 @@ Group: Development/Libraries License: LGPLv2+ URL: http://www.kde.org -Source0: http://download.kde.org/unstable/frameworks/4.100.0/%{framework}-4.100.0.tar.xz%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules From c85e50d15413ce7956157541d91fda745239ba89 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 21:21:13 -0500 Subject: [PATCH 005/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 5e460d6..42be4af 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -4,7 +4,7 @@ Name: kf5-attica Version: 4.100.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API Group: Development/Libraries @@ -66,6 +66,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 4.100.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Tue Jun 03 2014 Daniel Vrátil - 4.100.0-1 - KDE Frameworks 4.100.0 From 4a8e92dce40030807e7a4ab3259e77f64670f826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 9 Jul 2014 15:23:02 +0200 Subject: [PATCH 006/149] KDE Frameworks 5.0.0 --- .gitignore | 1 + kf5-attica.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c765b52..85840da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /attica-4.99.0.tar.xz /attica-4.100.0.tar.xz +/attica-5.0.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 42be4af..b3dc485 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -3,15 +3,15 @@ Name: kf5-attica -Version: 4.100.0 -Release: 2%{?dist} +Version: 5.0.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API Group: Development/Libraries License: LGPLv2+ URL: http://www.kde.org -Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules @@ -66,6 +66,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 09 2014 Daniel Vrátil - 5.0.0-1 +- KDE Frameworks 5.0.0 + * Sun Jun 08 2014 Fedora Release Engineering - 4.100.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 1942c13..2649a80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -360d1fe078da4680bf9bf0c8450e729b attica-4.100.0.tar.xz +73d1d1953b12eda42f6f4010df889b73 attica-5.0.0.tar.xz From 0651e9403e600650422b86dc2607e1ec38fb5287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 6 Aug 2014 15:03:22 +0200 Subject: [PATCH 007/149] KDE Frameworks 5.1.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 85840da..b8c68f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /attica-4.99.0.tar.xz /attica-4.100.0.tar.xz /attica-5.0.0.tar.xz +/attica-5.1.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index b3dc485..55cadd3 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -3,7 +3,7 @@ Name: kf5-attica -Version: 5.0.0 +Version: 5.1.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -66,6 +66,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 06 2014 Daniel Vrátil - 5.1.0-1 +- KDE Frameworks 5.1.0 + * Wed Jul 09 2014 Daniel Vrátil - 5.0.0-1 - KDE Frameworks 5.0.0 diff --git a/sources b/sources index 2649a80..dc4b67f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73d1d1953b12eda42f6f4010df889b73 attica-5.0.0.tar.xz +354be516e3233c2f27b23c578fbc9e89 attica-5.1.0.tar.xz From 7cb432f402793e9fabca21d458da2802538c16e6 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 16 Aug 2014 23:37:45 +0000 Subject: [PATCH 008/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 55cadd3..910b21b 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -4,7 +4,7 @@ Name: kf5-attica Version: 5.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API Group: Development/Libraries @@ -66,6 +66,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Aug 16 2014 Fedora Release Engineering - 5.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Wed Aug 06 2014 Daniel Vrátil - 5.1.0-1 - KDE Frameworks 5.1.0 From 8c6571d6d3816b7c1d101a8511ad3ce5dbb55bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 11 Sep 2014 09:41:40 +0200 Subject: [PATCH 009/149] KDE Frameworks 5.2.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b8c68f9..e303540 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /attica-4.100.0.tar.xz /attica-5.0.0.tar.xz /attica-5.1.0.tar.xz +/attica-5.2.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 910b21b..a4d13e1 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -3,8 +3,8 @@ Name: kf5-attica -Version: 5.1.0 -Release: 2%{?dist} +Version: 5.2.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API Group: Development/Libraries @@ -66,6 +66,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Sep 11 2014 Daniel Vrátil - 5.2.0-1 +- KDE Frameworks 5.2.0 + * Sat Aug 16 2014 Fedora Release Engineering - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index dc4b67f..5afacd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -354be516e3233c2f27b23c578fbc9e89 attica-5.1.0.tar.xz +0ea17e62e6f027033a4e88c307d6e90d attica-5.2.0.tar.xz From f1252d14e6671f183f1aa71154222c827ff8b372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Oct 2014 12:58:32 +0200 Subject: [PATCH 010/149] KDE Frameworks 5.3.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e303540..ea771ce 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /attica-5.0.0.tar.xz /attica-5.1.0.tar.xz /attica-5.2.0.tar.xz +/attica-5.3.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index a4d13e1..e78ddc7 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -3,7 +3,7 @@ Name: kf5-attica -Version: 5.2.0 +Version: 5.3.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -66,6 +66,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Oct 07 2014 Daniel Vrátil - 5.3.0-1 +- KDE Frameworks 5.3.0 + * Thu Sep 11 2014 Daniel Vrátil - 5.2.0-1 - KDE Frameworks 5.2.0 diff --git a/sources b/sources index 5afacd0..baf1c47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0ea17e62e6f027033a4e88c307d6e90d attica-5.2.0.tar.xz +194b9a2141a2a4e23f2bc6dde92178f5 attica-5.3.0.tar.xz From f52e32ccb307e1322ecb31b93df33ddddc43eee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 12:04:04 +0100 Subject: [PATCH 011/149] KDE Frameworks 5.4.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ea771ce..fad3b00 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /attica-5.1.0.tar.xz /attica-5.2.0.tar.xz /attica-5.3.0.tar.xz +/attica-5.4.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index e78ddc7..f55af9c 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -3,7 +3,7 @@ Name: kf5-attica -Version: 5.3.0 +Version: 5.4.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -66,6 +66,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 +- KDE Frameworks 5.4.0 + * Tue Oct 07 2014 Daniel Vrátil - 5.3.0-1 - KDE Frameworks 5.3.0 diff --git a/sources b/sources index baf1c47..7692cc3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -194b9a2141a2a4e23f2bc6dde92178f5 attica-5.3.0.tar.xz +493c08ce82d5ab34bf2efeb1a01349ab attica-5.4.0.tar.xz From 2fdc2c0a47ea2136df3f3aaddf60529e58e1dba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 12:54:11 +0100 Subject: [PATCH 012/149] Clean up spec file, autodetect stable/unstable download folder --- kf5-attica.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index f55af9c..92e40c2 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,5 @@ -#%define snapshot 20140206 %define framework attica - Name: kf5-attica Version: 5.4.0 Release: 1%{?dist} @@ -11,7 +9,13 @@ Group: Development/Libraries License: LGPLv2+ URL: http://www.kde.org -Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules @@ -34,7 +38,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep %setup -q -n %{framework}-%{version} - %build mkdir -p %{_target_platform} pushd %{_target_platform} @@ -43,7 +46,6 @@ popd make %{?_smp_mflags} -C %{_target_platform} - %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} From 69a4959885919def597c014ec7ec06a743024442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 13:35:55 +0100 Subject: [PATCH 013/149] Use %global instead of %define --- kf5-attica.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 92e40c2..71686dd 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,4 +1,4 @@ -%define framework attica +%global framework attica Name: kf5-attica Version: 5.4.0 From bf76d75fdde23ef6c1a90cf49a0d5f5c263004a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 8 Dec 2014 15:01:41 +0100 Subject: [PATCH 014/149] KDE Frameworks 5.5.0 --- .gitignore | 1 + kf5-attica.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fad3b00..bc1acf1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /attica-5.2.0.tar.xz /attica-5.3.0.tar.xz /attica-5.4.0.tar.xz +/attica-5.5.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 71686dd..815d098 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -9,13 +9,14 @@ Group: Development/Libraries License: LGPLv2+ URL: http://www.kde.org +%global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules @@ -68,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 +- KDE Frameworks 5.5.0 + * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 diff --git a/sources b/sources index 7692cc3..9ae5d12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -493c08ce82d5ab34bf2efeb1a01349ab attica-5.4.0.tar.xz +094b6d024cc171b9350c44f7870011e1 attica-5.5.0.tar.xz From af577e801d846c0b706f9a8be01fd411c315b257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Jan 2015 14:34:44 +0100 Subject: [PATCH 015/149] KDE Frameworks 5.6.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bc1acf1..5c0deb2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /attica-5.3.0.tar.xz /attica-5.4.0.tar.xz /attica-5.5.0.tar.xz +/attica-5.6.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 815d098..cb1623a 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.5.0 +Version: 5.6.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 +- KDE Frameworks 5.6.0 + * Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 - KDE Frameworks 5.5.0 diff --git a/sources b/sources index 9ae5d12..a64de80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -094b6d024cc171b9350c44f7870011e1 attica-5.5.0.tar.xz +57a2b5c250f3172401a07d1e4693a33a attica-5.6.0.tar.xz From 39f68b3d5e80522bdbd82aa8c0d3300c8073763d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Feb 2015 13:12:57 +0100 Subject: [PATCH 016/149] KDE Frameworks 5.7.0 --- kf5-attica.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index cb1623a..05ce102 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.6.0 +Version: 5.7.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -32,6 +32,8 @@ API version 1.4. Summary: Development files for %{name} Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: qt5-qtbase-devel + %description devel %{summary}. @@ -69,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Feb 16 2015 Daniel Vrátil - 5.7.0-1 +- KDE Frameworks 5.7.0 + * Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 - KDE Frameworks 5.6.0 From 7c42119cf3c83b286da855b2dad5e92184963b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Feb 2015 14:22:30 +0100 Subject: [PATCH 017/149] Update sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5c0deb2..4df9dd4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /attica-5.4.0.tar.xz /attica-5.5.0.tar.xz /attica-5.6.0.tar.xz +/attica-5.7.0.tar.xz diff --git a/sources b/sources index a64de80..fbdb316 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -57a2b5c250f3172401a07d1e4693a33a attica-5.6.0.tar.xz +45edbcf24f65f17f6d00860ae77cbc1e attica-5.7.0.tar.xz From 8e217a15cd96ea9442804066451214d98ce29e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 27 Feb 2015 18:09:17 +0100 Subject: [PATCH 018/149] Rebuild (GCC 5) --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 05ce102..f4d50c9 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,7 +2,7 @@ Name: kf5-attica Version: 5.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API Group: Development/Libraries @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Feb 27 2015 Daniel Vrátil - 5.7.0-2 +- Rebuild (GCC 5) + * Mon Feb 16 2015 Daniel Vrátil - 5.7.0-1 - KDE Frameworks 5.7.0 From 62c0a3ec5d4bd85992538f021b4cdb00051728ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Mar 2015 12:48:53 +0100 Subject: [PATCH 019/149] KDE Frameworks 5.8.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4df9dd4..ca11ab7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /attica-5.5.0.tar.xz /attica-5.6.0.tar.xz /attica-5.7.0.tar.xz +/attica-5.8.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index f4d50c9..06dd53e 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,8 +1,8 @@ %global framework attica Name: kf5-attica -Version: 5.7.0 -Release: 2%{?dist} +Version: 5.8.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API Group: Development/Libraries @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Mar 16 2015 Daniel Vrátil - 5.8.0-1 +- KDE Frameworks 5.8.0 + * Fri Feb 27 2015 Daniel Vrátil - 5.7.0-2 - Rebuild (GCC 5) diff --git a/sources b/sources index fbdb316..b021d3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45edbcf24f65f17f6d00860ae77cbc1e attica-5.7.0.tar.xz +ef9d4203da44dd39736285db19b9b528 attica-5.8.0.tar.xz From 73e15a381e1c41de09365678c585f13c6cf1e106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Apr 2015 13:02:47 +0200 Subject: [PATCH 020/149] KDE Frameworks 5.9.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca11ab7..317a7f4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /attica-5.6.0.tar.xz /attica-5.7.0.tar.xz /attica-5.8.0.tar.xz +/attica-5.9.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 06dd53e..ff2acea 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.8.0 +Version: 5.9.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 +- KDE Frameworks 5.9.0 + * Mon Mar 16 2015 Daniel Vrátil - 5.8.0-1 - KDE Frameworks 5.8.0 diff --git a/sources b/sources index b021d3c..6e7b441 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef9d4203da44dd39736285db19b9b528 attica-5.8.0.tar.xz +a1931a0cc2b19e9026935c32c8b860a6 attica-5.9.0.tar.xz From f0ae0798e24fb253a4749dd4200019b8f1d8a4cf Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 14:41:27 +0200 Subject: [PATCH 021/149] Rebuilt for GCC 5 C++11 ABI change --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index ff2acea..c1ce0af 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,7 +2,7 @@ Name: kf5-attica Version: 5.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API Group: Development/Libraries @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat May 02 2015 Kalev Lember - 5.9.0-2 +- Rebuilt for GCC 5 C++11 ABI change + * Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 - KDE Frameworks 5.9.0 From 84ccf348981ba6a6afca27b90ae51938c248a995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 11 May 2015 11:14:18 +0200 Subject: [PATCH 022/149] KDE Frameworks 5.10.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 317a7f4..421ef99 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /attica-5.7.0.tar.xz /attica-5.8.0.tar.xz /attica-5.9.0.tar.xz +/attica-5.10.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index c1ce0af..ff10f75 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,8 +1,8 @@ %global framework attica Name: kf5-attica -Version: 5.9.0 -Release: 2%{?dist} +Version: 5.10.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API Group: Development/Libraries @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 11 2015 Daniel Vrátil - 5.10.0-1 +- KDE Frameworks 5.10.0 + * Sat May 02 2015 Kalev Lember - 5.9.0-2 - Rebuilt for GCC 5 C++11 ABI change diff --git a/sources b/sources index 6e7b441..2595df4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a1931a0cc2b19e9026935c32c8b860a6 attica-5.9.0.tar.xz +dd25019323f63ac9ee13fd2a92a30a3e attica-5.10.0.tar.xz From 4c40817efe45b09c59a1c3bb73f529362150a432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 10 Jun 2015 14:29:00 +0200 Subject: [PATCH 023/149] KDE Frameworks 5.11.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 421ef99..47b2a9a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /attica-5.8.0.tar.xz /attica-5.9.0.tar.xz /attica-5.10.0.tar.xz +/attica-5.11.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index ff10f75..3c5a2ac 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.10.0 +Version: 5.11.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 10 2015 Daniel Vrátil - 5.11.0-1 +- KDE Frameworks 5.11.0 + * Mon May 11 2015 Daniel Vrátil - 5.10.0-1 - KDE Frameworks 5.10.0 diff --git a/sources b/sources index 2595df4..d749ddd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd25019323f63ac9ee13fd2a92a30a3e attica-5.10.0.tar.xz +cf34c6fa2dcad71300592dd393920ff4 attica-5.11.0.tar.xz From dbcd18f62fa1ac02730be547730a772c5fc45aa6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 13:09:29 +0000 Subject: [PATCH 024/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 3c5a2ac..baed7ba 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,7 +2,7 @@ Name: kf5-attica Version: 5.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API Group: Development/Libraries @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 5.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Jun 10 2015 Daniel Vrátil - 5.11.0-1 - KDE Frameworks 5.11.0 From 2dee84ca3a18389afbca648b1206e649f2eafce6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 Jul 2015 10:40:57 -0500 Subject: [PATCH 025/149] 5.12.0, update URL, .spec cosmetics --- .gitignore | 1 + kf5-attica.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 47b2a9a..da324b9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /attica-5.9.0.tar.xz /attica-5.10.0.tar.xz /attica-5.11.0.tar.xz +/attica-5.12.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index baed7ba..533e027 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,13 +1,12 @@ %global framework attica Name: kf5-attica -Version: 5.11.0 -Release: 2%{?dist} +Version: 5.12.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API -Group: Development/Libraries License: LGPLv2+ -URL: http://www.kde.org +URL: https://projects.kde.org/projects/frameworks/attica %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -30,7 +29,6 @@ API version 1.4. %package devel Summary: Development files for %{name} -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel @@ -41,14 +39,16 @@ Requires: qt5-qtbase-devel %prep %setup -q -n %{framework}-%{version} + %build -mkdir -p %{_target_platform} +mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} + %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jul 09 2015 Rex Dieter - 5.12.0-1 +- 5.12.0, update URL, .spec cosmetics + * Wed Jun 17 2015 Fedora Release Engineering - 5.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index d749ddd..6be3a75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf34c6fa2dcad71300592dd393920ff4 attica-5.11.0.tar.xz +f12d5f866690b0954dfaa963e971eb27 attica-5.12.0.tar.xz From a865d179f370c737d7f008d569c6c4024d537987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 19 Aug 2015 16:52:05 +0200 Subject: [PATCH 026/149] KDE Frameworks 5.13.0 --- .gitignore | 1 + kf5-attica.spec | 17 +++++++++++++---- sources | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index da324b9..6e9884e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /attica-5.10.0.tar.xz /attica-5.11.0.tar.xz /attica-5.12.0.tar.xz +/attica-5.13.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 533e027..109446a 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.12.0 +Version: 5.13.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -17,11 +17,11 @@ URL: https://projects.kde.org/projects/frameworks/attica %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -BuildRequires: kf5-rpm-macros -BuildRequires: extra-cmake-modules +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: qt5-qtbase-devel -Requires: kf5-filesystem +Requires: kf5-filesystem >= %{version} %description Attica is a Qt library that implements the Open Collaboration Services @@ -71,6 +71,15 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Tue Aug 11 2015 Daniel Vrátil - 5.13.0-0.1 +- KDE Frameworks 5.13 + * Thu Jul 09 2015 Rex Dieter - 5.12.0-1 - 5.12.0, update URL, .spec cosmetics diff --git a/sources b/sources index 6be3a75..2ac0787 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f12d5f866690b0954dfaa963e971eb27 attica-5.12.0.tar.xz +e1c3a9de659aa78922ef170cea1f0fdd attica-5.13.0.tar.xz From 4d59074c37f87e1b8efba3ba13bac2fa87b66279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 16 Sep 2015 13:49:19 +0200 Subject: [PATCH 027/149] KDE Frameworks 5.14.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6e9884e..4f37cd0 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /attica-5.11.0.tar.xz /attica-5.12.0.tar.xz /attica-5.13.0.tar.xz +/attica-5.14.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 109446a..098abdc 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.13.0 +Version: 5.14.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 16 2015 Daniel Vrátil - 5.14.0-1 +- KDE Frameworks 5.14.0 + * Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 - KDE Frameworks 5.13.0 diff --git a/sources b/sources index 2ac0787..79d5d48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e1c3a9de659aa78922ef170cea1f0fdd attica-5.13.0.tar.xz +206256ed0dda3161d73a61d29835b04b attica-5.14.0.tar.xz From 86913515f131f5fbec89e1bf88471fc4b700ce06 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Sep 2015 12:15:35 -0500 Subject: [PATCH 028/149] +sources.basename --- sources.basename | 1 + 1 file changed, 1 insertion(+) create mode 100644 sources.basename diff --git a/sources.basename b/sources.basename new file mode 100644 index 0000000..140d778 --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +attica From 7123f71d52f2b48d7f23c63c4ae9ba35c3eeaed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Oct 2015 15:08:42 +0200 Subject: [PATCH 029/149] KDE Frameworks 5.15.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4f37cd0..4dceb40 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /attica-5.12.0.tar.xz /attica-5.13.0.tar.xz /attica-5.14.0.tar.xz +/attica-5.15.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 098abdc..79f4155 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.14.0 +Version: 5.15.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Oct 08 2015 Daniel Vrátil - 5.15.0-1 +- KDE Frameworks 5.15.0 + * Wed Sep 16 2015 Daniel Vrátil - 5.14.0-1 - KDE Frameworks 5.14.0 diff --git a/sources b/sources index 79d5d48..d751df9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -206256ed0dda3161d73a61d29835b04b attica-5.14.0.tar.xz +935921bcc04f7e4af10be8e57b7ac899 attica-5.15.0.tar.xz From 4854d9a43a2a91f841d24397c63afdcf0b5cdc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 9 Nov 2015 23:07:50 +0100 Subject: [PATCH 030/149] KDE Frameworks 5.16 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4dceb40..c341033 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /attica-5.13.0.tar.xz /attica-5.14.0.tar.xz /attica-5.15.0.tar.xz +/attica-5.16.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 79f4155..478a13c 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.15.0 +Version: 5.16.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Nov 08 2015 Daniel Vrátil - 5.16.0-1 +- KDE Frameworks 5.16.0 + * Thu Oct 08 2015 Daniel Vrátil - 5.15.0-1 - KDE Frameworks 5.15.0 diff --git a/sources b/sources index d751df9..59a067c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -935921bcc04f7e4af10be8e57b7ac899 attica-5.15.0.tar.xz +af158df312fc6c2310d33fd2e0a2c06e attica-5.16.0.tar.xz From f0d2853160ff65453991e9e28417e5a7624851b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 8 Dec 2015 22:16:59 +0100 Subject: [PATCH 031/149] KDE Frameworks 5.17.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c341033..bca4414 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /attica-5.14.0.tar.xz /attica-5.15.0.tar.xz /attica-5.16.0.tar.xz +/attica-5.17.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 478a13c..3534cc2 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.16.0 +Version: 5.17.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 08 2015 Daniel Vrátil - 5.17.0-1 +- KDE Frameworks 5.17.0 + * Sun Nov 08 2015 Daniel Vrátil - 5.16.0-1 - KDE Frameworks 5.16.0 diff --git a/sources b/sources index 59a067c..290af81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af158df312fc6c2310d33fd2e0a2c06e attica-5.16.0.tar.xz +db68ef6b8bc6841318f90f001db359b4 attica-5.17.0.tar.xz From dc96e6189b3688c806d188ad03720d8ef0b9d68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Sun, 3 Jan 2016 18:03:51 +0100 Subject: [PATCH 032/149] KDE Frameworks 5.18.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bca4414..96bb6d1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /attica-5.15.0.tar.xz /attica-5.16.0.tar.xz /attica-5.17.0.tar.xz +/attica-5.18.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 3534cc2..9f95a1e 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.17.0 +Version: 5.18.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 +- KDE Frameworks 5.18.0 + * Tue Dec 08 2015 Daniel Vrátil - 5.17.0-1 - KDE Frameworks 5.17.0 diff --git a/sources b/sources index 290af81..dd905d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db68ef6b8bc6841318f90f001db359b4 attica-5.17.0.tar.xz +55422b499a3ebc5743df167b26685f3c attica-5.18.0.tar.xz From 014107434bbb377f7182f9132fdf4634490c878c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Jan 2016 06:51:07 -0600 Subject: [PATCH 033/149] update URL, use %license --- kf5-attica.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 9f95a1e..800174e 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,11 +2,11 @@ Name: kf5-attica Version: 5.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ -URL: https://projects.kde.org/projects/frameworks/attica +URL: https://projects.kde.org/attica %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -17,8 +17,8 @@ URL: https://projects.kde.org/projects/frameworks/attica %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: extra-cmake-modules >= %{version} +BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: qt5-qtbase-devel Requires: kf5-filesystem >= %{version} @@ -31,7 +31,6 @@ API version 1.4. Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel - %description devel %{summary}. @@ -57,8 +56,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %postun -p /sbin/ldconfig %files -%doc AUTHORS COPYING README.md -%doc ChangeLog +%doc AUTHORS ChangeLog README.md +%license COPYING %{_kf5_libdir}/libKF5Attica.so.* %files devel @@ -71,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jan 14 2016 Rex Dieter 5.18.0-2 +- update URL, use %%license + * Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 - KDE Frameworks 5.18.0 From 6735c048535ac54a57393d77cf9afd408e20a5ae Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 01:57:52 +0000 Subject: [PATCH 034/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 800174e..7201ef3 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,7 +2,7 @@ Name: kf5-attica Version: 5.18.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 5.18.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Jan 14 2016 Rex Dieter 5.18.0-2 - update URL, use %%license From 294a5c5bdf9d82dfabd7d61be856e4c8332fe36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 11 Feb 2016 15:24:17 +0100 Subject: [PATCH 035/149] KDE Frameworks 5.19.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 96bb6d1..0022cff 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /attica-5.16.0.tar.xz /attica-5.17.0.tar.xz /attica-5.18.0.tar.xz +/attica-5.19.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 7201ef3..5b7f549 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,8 +1,8 @@ %global framework attica Name: kf5-attica -Version: 5.18.0 -Release: 3%{?dist} +Version: 5.19.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 11 2016 Daniel Vrátil - 5.19.0-1 +- KDE Frameworks 5.19.0 + * Thu Feb 04 2016 Fedora Release Engineering - 5.18.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index dd905d2..7fd17ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55422b499a3ebc5743df167b26685f3c attica-5.18.0.tar.xz +3b4b45a3e250cec426890735089c7fcf attica-5.19.0.tar.xz From 810912a8a0da24d07227d023b860686e481fd637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 14 Mar 2016 11:47:56 +0100 Subject: [PATCH 036/149] KDE Frameworks 5.20.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0022cff..a4decc6 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /attica-5.17.0.tar.xz /attica-5.18.0.tar.xz /attica-5.19.0.tar.xz +/attica-5.20.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 5b7f549..a1ab96e 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.19.0 +Version: 5.20.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Mar 14 2016 Daniel Vrátil - 5.20.0-1 +- KDE Frameworks 5.20.0 + * Thu Feb 11 2016 Daniel Vrátil - 5.19.0-1 - KDE Frameworks 5.19.0 diff --git a/sources b/sources index 7fd17ea..2c3ec7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3b4b45a3e250cec426890735089c7fcf attica-5.19.0.tar.xz +217141216fa45f79d7373cadd3e3c27c attica-5.20.0.tar.xz From f2699c84a468dbee9d8fbdcf2b6e4be26095dba8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Apr 2016 08:25:11 -0500 Subject: [PATCH 037/149] KDE Frameworks 5.21.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a4decc6..bf610b9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /attica-5.18.0.tar.xz /attica-5.19.0.tar.xz /attica-5.20.0.tar.xz +/attica-5.21.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index a1ab96e..45836aa 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.20.0 +Version: 5.21.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 04 2016 Rex Dieter - 5.21.0-1 +- KDE Frameworks 5.21.0 + * Mon Mar 14 2016 Daniel Vrátil - 5.20.0-1 - KDE Frameworks 5.20.0 diff --git a/sources b/sources index 2c3ec7b..6afb9fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -217141216fa45f79d7373cadd3e3c27c attica-5.20.0.tar.xz +17d59faee6f1742cad3bb0ca28106463 attica-5.21.0.tar.xz From 856e5c656035a93f222b026e9193b6d670da172e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 09:35:04 -0500 Subject: [PATCH 038/149] update URL, use autosetup --- kf5-attica.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 45836aa..f56e853 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,11 +2,11 @@ Name: kf5-attica Version: 5.21.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ -URL: https://projects.kde.org/attica +URL: https://quickgit.kde.org/?p=%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -36,7 +36,7 @@ Requires: qt5-qtbase-devel %prep -%setup -q -n %{framework}-%{version} +%autosetup -n %{framework}-%{version} %build @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 16 2016 Rex Dieter - 5.21.0-2 +- update URL, use autosetup + * Mon Apr 04 2016 Rex Dieter - 5.21.0-1 - KDE Frameworks 5.21.0 From 25ef420c9dbaab3a9d10a2ef8ee2f6dfea057af8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 09:54:17 -0500 Subject: [PATCH 039/149] KDE Frameworks 5.22.0 --- .gitignore | 1 + clog | 2 ++ kf5-attica.spec | 7 +++++-- sources | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 clog diff --git a/.gitignore b/.gitignore index bf610b9..c7707fe 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /attica-5.19.0.tar.xz /attica-5.20.0.tar.xz /attica-5.21.0.tar.xz +/attica-5.22.0.tar.xz diff --git a/clog b/clog new file mode 100644 index 0000000..3e3407f --- /dev/null +++ b/clog @@ -0,0 +1,2 @@ +update URL, use autosetup + diff --git a/kf5-attica.spec b/kf5-attica.spec index f56e853..7bee547 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,8 +1,8 @@ %global framework attica Name: kf5-attica -Version: 5.21.0 -Release: 2%{?dist} +Version: 5.22.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 16 2016 Rex Dieter - 5.22.0-1 +- KDE Frameworks 5.22.0 + * Mon May 16 2016 Rex Dieter - 5.21.0-2 - update URL, use autosetup diff --git a/sources b/sources index 6afb9fe..2d79882 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -17d59faee6f1742cad3bb0ca28106463 attica-5.21.0.tar.xz +f0962f1a970318a1e54dd9fd724279d1 attica-5.22.0.tar.xz From 2302966b00a78954e6bd129eec61acbd2f269d48 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 18 May 2016 14:22:51 -0500 Subject: [PATCH 040/149] rm clog --- clog | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 clog diff --git a/clog b/clog deleted file mode 100644 index 3e3407f..0000000 --- a/clog +++ /dev/null @@ -1,2 +0,0 @@ -update URL, use autosetup - From c4405014e596e1a098ac2e0b1220cd49ae8fa685 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 10:31:07 -0500 Subject: [PATCH 041/149] KDE Frameworks 5.23.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c7707fe..92e04fb 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /attica-5.20.0.tar.xz /attica-5.21.0.tar.xz /attica-5.22.0.tar.xz +/attica-5.23.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 7bee547..6f147df 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.22.0 +Version: 5.23.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 +- KDE Frameworks 5.23.0 + * Mon May 16 2016 Rex Dieter - 5.22.0-1 - KDE Frameworks 5.22.0 diff --git a/sources b/sources index 2d79882..8206a2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f0962f1a970318a1e54dd9fd724279d1 attica-5.22.0.tar.xz +e632a0f2f13615ca961b0a24f3322b58 attica-5.23.0.tar.xz From 21c7e7a13a1da12f99117008156681980c0e89cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Wed, 6 Jul 2016 17:49:33 +0200 Subject: [PATCH 042/149] KDE Frameworks 5.24.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 92e04fb..04cecff 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /attica-5.21.0.tar.xz /attica-5.22.0.tar.xz /attica-5.23.0.tar.xz +/attica-5.24.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 6f147df..28263ba 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.23.0 +Version: 5.24.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 +- KDE Frameworks 5.24.0 + * Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 - KDE Frameworks 5.23.0 diff --git a/sources b/sources index 8206a2b..92b5ddc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e632a0f2f13615ca961b0a24f3322b58 attica-5.23.0.tar.xz +6ede58fe918849ec364d632d2aaff61b attica-5.24.0.tar.xz From bbc37362d0597c9cde3fa0b1096bf0051c575a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 8 Aug 2016 10:11:30 +0200 Subject: [PATCH 043/149] KDE Frameworks 5.25.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 04cecff..7c8eb91 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /attica-5.22.0.tar.xz /attica-5.23.0.tar.xz /attica-5.24.0.tar.xz +/attica-5.25.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 28263ba..0fd158c 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.24.0 +Version: 5.25.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 +- KDE Frameworks 5.25.0 + * Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 - KDE Frameworks 5.24.0 diff --git a/sources b/sources index 92b5ddc..ec64d38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ede58fe918849ec364d632d2aaff61b attica-5.24.0.tar.xz +000a8c34e6c4e548f53493c4519c3c1c attica-5.25.0.tar.xz From 03b41b38c8b0cc29170c793e1f9f6a430a90647e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 8 Sep 2016 10:24:10 +0200 Subject: [PATCH 044/149] KDE Frameworks 5.26.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7c8eb91..77a404a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /attica-5.23.0.tar.xz /attica-5.24.0.tar.xz /attica-5.25.0.tar.xz +/attica-5.26.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 0fd158c..25afd81 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.25.0 +Version: 5.26.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 +- KDE Frameworks 5.26.0 + * Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 - KDE Frameworks 5.25.0 diff --git a/sources b/sources index ec64d38..a02486a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -000a8c34e6c4e548f53493c4519c3c1c attica-5.25.0.tar.xz +d9964350af248c74900b2cc5ee9f475c attica-5.26.0.tar.xz From 538860175fec5adf92e8226eeea178061b0a83a7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Oct 2016 13:40:42 -0500 Subject: [PATCH 045/149] 5.27.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 77a404a..729d4d9 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /attica-5.24.0.tar.xz /attica-5.25.0.tar.xz /attica-5.26.0.tar.xz +/attica-5.27.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 25afd81..c401863 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,8 +1,8 @@ %global framework attica Name: kf5-attica -Version: 5.26.0 -Release: 1%{?dist} +Version: 5.27.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Oct 03 2016 Rex Dieter - 5.27.0-1 +- 5.27.0 + * Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 - KDE Frameworks 5.26.0 diff --git a/sources b/sources index a02486a..b9d392a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d9964350af248c74900b2cc5ee9f475c attica-5.26.0.tar.xz +58d0152f41877f2c4086070fd119ca4f attica-5.27.0.tar.xz From 918e5b28814d6ebde6957b641908d51d3bbf5491 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Dec 2016 08:44:26 -0600 Subject: [PATCH 046/149] 5.29.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 729d4d9..52b5905 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /attica-5.25.0.tar.xz /attica-5.26.0.tar.xz /attica-5.27.0.tar.xz +/attica-5.29.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index c401863..4074a31 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.27.0 +Version: 5.29.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Dec 16 2016 Rex Dieter - 5.29.0-1 +- 5.29.0 + * Mon Oct 03 2016 Rex Dieter - 5.27.0-1 - 5.27.0 diff --git a/sources b/sources index b9d392a..771175c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -58d0152f41877f2c4086070fd119ca4f attica-5.27.0.tar.xz +SHA512 (attica-5.29.0.tar.xz) = 14263ef7d6fda74b53bef615674c210737cc943b5d9024ed6fcd66bb4ec4fe7ef4fd91ab7ac7ca174b067cb16fe553a47eba5c83b91216ca6669e0a94112b49c From 3f09f467a35c14d46159316e4d5cbdcdf0f44ca0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 6 Feb 2017 11:58:39 -0600 Subject: [PATCH 047/149] 5.31.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 52b5905..1aba014 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /attica-5.26.0.tar.xz /attica-5.27.0.tar.xz /attica-5.29.0.tar.xz +/attica-5.31.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 4074a31..345150d 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.29.0 +Version: 5.31.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Feb 06 2017 Rex Dieter - 5.31.0-1 +- 5.31.0 + * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0 diff --git a/sources b/sources index 771175c..a398370 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.29.0.tar.xz) = 14263ef7d6fda74b53bef615674c210737cc943b5d9024ed6fcd66bb4ec4fe7ef4fd91ab7ac7ca174b067cb16fe553a47eba5c83b91216ca6669e0a94112b49c +SHA512 (attica-5.31.0.tar.xz) = d5ed176ddc968ba9c2ec11d2d8049af8d897410b93353c6498f7ad2b62f7eb658766d6d82590e8b11b51d13e16c36d581a5c32d258e66ea81e975362f0bd0d01 From 4d47121325b71d62bb6726c5ceb9a0c31e8f2219 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 4 Mar 2017 14:20:49 -0600 Subject: [PATCH 048/149] 5.32.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1aba014..412fcea 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /attica-5.27.0.tar.xz /attica-5.29.0.tar.xz /attica-5.31.0.tar.xz +/attica-5.32.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 345150d..8616c78 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.31.0 +Version: 5.32.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Mar 04 2017 Rex Dieter - 5.32.0-1 +- 5.32.0 + * Mon Feb 06 2017 Rex Dieter - 5.31.0-1 - 5.31.0 diff --git a/sources b/sources index a398370..b472b1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.31.0.tar.xz) = d5ed176ddc968ba9c2ec11d2d8049af8d897410b93353c6498f7ad2b62f7eb658766d6d82590e8b11b51d13e16c36d581a5c32d258e66ea81e975362f0bd0d01 +SHA512 (attica-5.32.0.tar.xz) = 653e40016387670c0850403f886c64a05bfa6abbfb3e2a87427181874d37d1a6ccb8f90feb782ffed80d17517380f101bcb09ccb133e56ef0946c214eef3e338 From 674f9ec833501d03893a7e8c61a4d723504e9c38 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Apr 2017 08:05:27 -0500 Subject: [PATCH 049/149] 5.33.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 412fcea..bb31b61 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /attica-5.29.0.tar.xz /attica-5.31.0.tar.xz /attica-5.32.0.tar.xz +/attica-5.33.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 8616c78..c2b2966 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,12 +1,12 @@ %global framework attica Name: kf5-attica -Version: 5.32.0 +Version: 5.33.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ -URL: https://quickgit.kde.org/?p=%{framework}.git +URL: https://cgit.kde.org/%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 03 2017 Rex Dieter - 5.33.0-1 +- 5.33.0 + * Sat Mar 04 2017 Rex Dieter - 5.32.0-1 - 5.32.0 diff --git a/sources b/sources index b472b1c..719880e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.32.0.tar.xz) = 653e40016387670c0850403f886c64a05bfa6abbfb3e2a87427181874d37d1a6ccb8f90feb782ffed80d17517380f101bcb09ccb133e56ef0946c214eef3e338 +SHA512 (attica-5.33.0.tar.xz) = ef64b2b1538e99d448f043ec057afe24049b9bc8c36da6b62ab5a79e7f57c94ca0f1e13794a15b7d36852f62d1aa770382b1537b6f52c8e558864d4c14a07e9f From bd17f7237b9b73dbae8f608e138720baa482595f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 15 May 2017 11:00:26 -0500 Subject: [PATCH 050/149] 5.34.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bb31b61..73b627e 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /attica-5.31.0.tar.xz /attica-5.32.0.tar.xz /attica-5.33.0.tar.xz +/attica-5.34.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index c2b2966..a1b284b 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.33.0 +Version: 5.34.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 15 2017 Rex Dieter - 5.34.0-1 +- 5.34.0 + * Mon Apr 03 2017 Rex Dieter - 5.33.0-1 - 5.33.0 diff --git a/sources b/sources index 719880e..509e0d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.33.0.tar.xz) = ef64b2b1538e99d448f043ec057afe24049b9bc8c36da6b62ab5a79e7f57c94ca0f1e13794a15b7d36852f62d1aa770382b1537b6f52c8e558864d4c14a07e9f +SHA512 (attica-5.34.0.tar.xz) = 1bd5c51717be65d71824fd93831f01a240d430c8b621acb2d766d1e216ad78793319420762e5dd01a2bbdbbccafc19c885acb7c187317957d0e8b9f807c7d142 From 643fd51ecee220aded5fb41a877dc3121d106e04 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Jun 2017 07:13:36 -0500 Subject: [PATCH 051/149] 5.35.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 73b627e..48819e8 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /attica-5.32.0.tar.xz /attica-5.33.0.tar.xz /attica-5.34.0.tar.xz +/attica-5.35.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index a1b284b..b9b410c 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.34.0 +Version: 5.35.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jun 04 2017 Rex Dieter - 5.35.0-1 +- 5.35.0 + * Mon May 15 2017 Rex Dieter - 5.34.0-1 - 5.34.0 diff --git a/sources b/sources index 509e0d1..fc95015 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.34.0.tar.xz) = 1bd5c51717be65d71824fd93831f01a240d430c8b621acb2d766d1e216ad78793319420762e5dd01a2bbdbbccafc19c885acb7c187317957d0e8b9f807c7d142 +SHA512 (attica-5.35.0.tar.xz) = 704c2a6d2dc1f8b4a4ab67e9bc0bd9d7eb1d941c5d65c0709b77c61415df0b1b1b11fd6c364822283d6ecfb26da22588e63d0438e5885aefe2b6046478cd2600 From 8ccad20078ab5a8a22ae742ad7b567e2d720c8e7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Jul 2017 09:12:58 -0500 Subject: [PATCH 052/149] 5.36.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 48819e8..0d3e57b 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /attica-5.33.0.tar.xz /attica-5.34.0.tar.xz /attica-5.35.0.tar.xz +/attica-5.36.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index b9b410c..71bba76 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.35.0 +Version: 5.36.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jul 03 2017 Rex Dieter - 5.36.0-1 +- 5.36.0 + * Sun Jun 04 2017 Rex Dieter - 5.35.0-1 - 5.35.0 diff --git a/sources b/sources index fc95015..c1476c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.35.0.tar.xz) = 704c2a6d2dc1f8b4a4ab67e9bc0bd9d7eb1d941c5d65c0709b77c61415df0b1b1b11fd6c364822283d6ecfb26da22588e63d0438e5885aefe2b6046478cd2600 +SHA512 (attica-5.36.0.tar.xz) = 1c203942f092e8969ae3868e8ed116261f5423edb31dc248decccbb484914bedc1f40f7792c9c00ec5c8e5e1e5c4affc4a6861acba5ecedef32198605541ae0d From a286436b4e843031f2dde3002e4065962bf89f98 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 15:10:59 +0000 Subject: [PATCH 053/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 71bba76..d1cda4c 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,7 +2,7 @@ Name: kf5-attica Version: 5.36.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Mon Jul 03 2017 Rex Dieter - 5.36.0-1 - 5.36.0 From 4d2db0fa1e13bb9f94fd3d495b314bc8f7e0bb9c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 00:21:37 +0000 Subject: [PATCH 054/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index d1cda4c..abb3400 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,7 +2,7 @@ Name: kf5-attica Version: 5.36.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From fff7a059460a4d9778a6f0bbe545765231a12da4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Aug 2017 09:22:43 -0500 Subject: [PATCH 055/149] 5.37.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0d3e57b..1379cf3 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /attica-5.34.0.tar.xz /attica-5.35.0.tar.xz /attica-5.36.0.tar.xz +/attica-5.37.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index abb3400..aff0193 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,8 +1,8 @@ %global framework attica Name: kf5-attica -Version: 5.36.0 -Release: 3%{?dist} +Version: 5.37.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Aug 25 2017 Rex Dieter - 5.37.0-1 +- 5.37.0 + * Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index c1476c8..3ddbb41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.36.0.tar.xz) = 1c203942f092e8969ae3868e8ed116261f5423edb31dc248decccbb484914bedc1f40f7792c9c00ec5c8e5e1e5c4affc4a6861acba5ecedef32198605541ae0d +SHA512 (attica-5.37.0.tar.xz) = 4b37a553ea224cd4f37bd12492bf05646527849dcb3a6b66430ea0f4978dd18c2481a0d8793a05c768e6849b11b00f0deea888591ecc8d3f51323d266257f80f From 27f6c773a9e5d5edb11ac44728db56d7346c4f21 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Aug 2017 09:51:33 -0500 Subject: [PATCH 056/149] update %files --- kf5-attica.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-attica.spec b/kf5-attica.spec index aff0193..e783ffe 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -58,6 +58,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files %doc AUTHORS ChangeLog README.md %license COPYING +%{_kf5_sysconfdir}/xdg/%{framework}.* %{_kf5_libdir}/libKF5Attica.so.* %files devel From 2655aac8a706c8746f0b3127d13e762003d46dc1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 11 Sep 2017 14:49:45 -0500 Subject: [PATCH 057/149] 5.38.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1379cf3..81b8c8f 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /attica-5.35.0.tar.xz /attica-5.36.0.tar.xz /attica-5.37.0.tar.xz +/attica-5.38.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index e783ffe..e01fc9f 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.37.0 +Version: 5.38.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Sep 11 2017 Rex Dieter - 5.38.0-1 +- 5.38.0 + * Fri Aug 25 2017 Rex Dieter - 5.37.0-1 - 5.37.0 diff --git a/sources b/sources index 3ddbb41..7facb80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.37.0.tar.xz) = 4b37a553ea224cd4f37bd12492bf05646527849dcb3a6b66430ea0f4978dd18c2481a0d8793a05c768e6849b11b00f0deea888591ecc8d3f51323d266257f80f +SHA512 (attica-5.38.0.tar.xz) = acd69c9e9955062ebd362ab6d2e247e3b37a12f9d470197426f90798b422c64f198a93754d408be72b0e442b97b161218349a71761f6156c87c1feae6f62b2f6 From 027e86d8537304584cb0622cefcd68fb0a1be504 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Oct 2017 09:54:46 -0500 Subject: [PATCH 058/149] 5.39.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 81b8c8f..93d1800 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /attica-5.36.0.tar.xz /attica-5.37.0.tar.xz /attica-5.38.0.tar.xz +/attica-5.39.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index e01fc9f..327a69b 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.38.0 +Version: 5.39.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Oct 08 2017 Rex Dieter - 5.39.0-1 +- 5.39.0 + * Mon Sep 11 2017 Rex Dieter - 5.38.0-1 - 5.38.0 diff --git a/sources b/sources index 7facb80..4dcaf6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.38.0.tar.xz) = acd69c9e9955062ebd362ab6d2e247e3b37a12f9d470197426f90798b422c64f198a93754d408be72b0e442b97b161218349a71761f6156c87c1feae6f62b2f6 +SHA512 (attica-5.39.0.tar.xz) = 7614a684fc09e721f470b46f00a0f3ba5c9355efa6873d9bdeaabf6e44a087703434c47753f380fe7797ad95d4be984f0074ddbc48cce1e1e27aa733ae5b8be8 From eeb829fbb5d978d9fa50070cd040bf1eb5321ffd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Nov 2017 09:30:34 -0600 Subject: [PATCH 059/149] 5.40.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 93d1800..b67e89d 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /attica-5.37.0.tar.xz /attica-5.38.0.tar.xz /attica-5.39.0.tar.xz +/attica-5.40.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 327a69b..9eb51a6 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.39.0 +Version: 5.40.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Nov 10 2017 Rex Dieter - 5.40.0-1 +- 5.40.0 + * Sun Oct 08 2017 Rex Dieter - 5.39.0-1 - 5.39.0 diff --git a/sources b/sources index 4dcaf6f..96c3ff8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.39.0.tar.xz) = 7614a684fc09e721f470b46f00a0f3ba5c9355efa6873d9bdeaabf6e44a087703434c47753f380fe7797ad95d4be984f0074ddbc48cce1e1e27aa733ae5b8be8 +SHA512 (attica-5.40.0.tar.xz) = 860a33820f3ad44b079bbd1c72a5dd751bb7b23ac26f729a72241dac5167fa63f43c9184c07494036ae2a0a39819afd24094c18c18fbc330e9b3679c1eaca5ff From 189d9768d2ee8017f6e459ec99d8dc9b5133a54f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Dec 2017 10:30:00 -0600 Subject: [PATCH 060/149] 5.41.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b67e89d..b252c46 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /attica-5.38.0.tar.xz /attica-5.39.0.tar.xz /attica-5.40.0.tar.xz +/attica-5.41.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 9eb51a6..fb2a9ed 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.40.0 +Version: 5.41.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Dec 04 2017 Rex Dieter - 5.41.0-1 +- 5.41.0 + * Fri Nov 10 2017 Rex Dieter - 5.40.0-1 - 5.40.0 diff --git a/sources b/sources index 96c3ff8..f56c7e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.40.0.tar.xz) = 860a33820f3ad44b079bbd1c72a5dd751bb7b23ac26f729a72241dac5167fa63f43c9184c07494036ae2a0a39819afd24094c18c18fbc330e9b3679c1eaca5ff +SHA512 (attica-5.41.0.tar.xz) = 9e9fc456bd1e7853140c71fead1ac6205e4f572d1d69d485d95188355e3b2fc775fa85c6d115564bd444f9925526a77da1decf990226ef46302fa5f605d73b09 From 617c623040fe3556234b8662e95967ebea2b63d6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Jan 2018 08:52:10 -0600 Subject: [PATCH 061/149] 5.42.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b252c46..6a09a39 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /attica-5.39.0.tar.xz /attica-5.40.0.tar.xz /attica-5.41.0.tar.xz +/attica-5.42.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index fb2a9ed..43342ed 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.41.0 +Version: 5.42.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jan 08 2018 Rex Dieter - 5.42.0-1 +- 5.42.0 + * Mon Dec 04 2017 Rex Dieter - 5.41.0-1 - 5.41.0 diff --git a/sources b/sources index f56c7e3..3dabb01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.41.0.tar.xz) = 9e9fc456bd1e7853140c71fead1ac6205e4f572d1d69d485d95188355e3b2fc775fa85c6d115564bd444f9925526a77da1decf990226ef46302fa5f605d73b09 +SHA512 (attica-5.42.0.tar.xz) = 289fa868e0c79b2075d1c60472fcab21315cf5fb1ae48b28475a13492967fdef38a25f037ff63e4e66bd18da7bf1f618a4a838d36fbe6b47523a4c58d46a017e From 2559eb9fd1daa99126b4f6012bf48105ec1e8c28 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Feb 2018 09:48:17 -0600 Subject: [PATCH 062/149] 5.43.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6a09a39..ba58f69 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /attica-5.40.0.tar.xz /attica-5.41.0.tar.xz /attica-5.42.0.tar.xz +/attica-5.43.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 43342ed..2a48dd4 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.42.0 +Version: 5.43.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Feb 07 2018 Rex Dieter - 5.43.0-1 +- 5.43.0 + * Mon Jan 08 2018 Rex Dieter - 5.42.0-1 - 5.42.0 diff --git a/sources b/sources index 3dabb01..c563881 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.42.0.tar.xz) = 289fa868e0c79b2075d1c60472fcab21315cf5fb1ae48b28475a13492967fdef38a25f037ff63e4e66bd18da7bf1f618a4a838d36fbe6b47523a4c58d46a017e +SHA512 (attica-5.43.0.tar.xz) = 1584c7f121c4e5092e1f694d0ebed1ac2b31a3a7ce5ee9330ee00852a470266011d3e076da3174b3f37207aad93dd2070fcee9384e466afe202d8e5175fb81e1 From 1f2935725b29f22413ec9f4d8fdab656483f58ec Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 3 Mar 2018 07:55:10 -0600 Subject: [PATCH 063/149] 5.44.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ba58f69..73d271d 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /attica-5.41.0.tar.xz /attica-5.42.0.tar.xz /attica-5.43.0.tar.xz +/attica-5.44.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 2a48dd4..060065c 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.43.0 +Version: 5.44.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Mar 03 2018 Rex Dieter - 5.44.0-1 +- 5.44.0 + * Wed Feb 07 2018 Rex Dieter - 5.43.0-1 - 5.43.0 diff --git a/sources b/sources index c563881..4df5aeb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.43.0.tar.xz) = 1584c7f121c4e5092e1f694d0ebed1ac2b31a3a7ce5ee9330ee00852a470266011d3e076da3174b3f37207aad93dd2070fcee9384e466afe202d8e5175fb81e1 +SHA512 (attica-5.44.0.tar.xz) = 49e24dec14a85a2ba1a9603919afeafb916231dea95c2597d02a0f78d2aec1f6759ddb97adf023a89221b9ebb593aca4c3bac0defff3aecbccfe26e162089860 From b5e1f4f49d56f0aeeaa1b61ec7ba02c99a7ed8df Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Apr 2018 07:30:51 -0500 Subject: [PATCH 064/149] 5.45.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 73d271d..2947ec5 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /attica-5.42.0.tar.xz /attica-5.43.0.tar.xz /attica-5.44.0.tar.xz +/attica-5.45.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 060065c..bbda1b1 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.44.0 +Version: 5.45.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Apr 08 2018 Rex Dieter - 5.45.0-1 +- 5.45.0 + * Sat Mar 03 2018 Rex Dieter - 5.44.0-1 - 5.44.0 diff --git a/sources b/sources index 4df5aeb..e5773cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.44.0.tar.xz) = 49e24dec14a85a2ba1a9603919afeafb916231dea95c2597d02a0f78d2aec1f6759ddb97adf023a89221b9ebb593aca4c3bac0defff3aecbccfe26e162089860 +SHA512 (attica-5.45.0.tar.xz) = a810bf4535fe7a012c63c27542e6fd5a58486118ffd3bb10be9aebbf2ef4f122a5141af45c051f50492bd872daa81f575447860b78eff4a26c646a2adc62b110 From 7d049d80dd3cccfdf6d0886c50e1d6d3bed25b13 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 5 May 2018 16:24:05 -0500 Subject: [PATCH 065/149] 5.46.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2947ec5..1a7dd3b 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /attica-5.43.0.tar.xz /attica-5.44.0.tar.xz /attica-5.45.0.tar.xz +/attica-5.46.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index bbda1b1..8307f1a 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.45.0 +Version: 5.46.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat May 05 2018 Rex Dieter - 5.46.0-1 +- 5.46.0 + * Sun Apr 08 2018 Rex Dieter - 5.45.0-1 - 5.45.0 diff --git a/sources b/sources index e5773cb..60bd952 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.45.0.tar.xz) = a810bf4535fe7a012c63c27542e6fd5a58486118ffd3bb10be9aebbf2ef4f122a5141af45c051f50492bd872daa81f575447860b78eff4a26c646a2adc62b110 +SHA512 (attica-5.46.0.tar.xz) = cd5036c5475f3efc502002c4d18f7bddb322095dbc6faaf99958cf76ea6a3e95cb39b3ceaf7d6a5a38b5e6eefd2708463c8023a877e3f96b83642780d942fa98 From a5b6aa0c3d1e184d901f87c9c3da53502859b7f2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 2 Jun 2018 15:50:47 -0500 Subject: [PATCH 066/149] 5.47.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1a7dd3b..7f6d014 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /attica-5.44.0.tar.xz /attica-5.45.0.tar.xz /attica-5.46.0.tar.xz +/attica-5.47.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 8307f1a..4dbcda9 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.46.0 +Version: 5.47.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -71,6 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jun 02 2018 Rex Dieter - 5.47.0-1 +- 5.47.0 + * Sat May 05 2018 Rex Dieter - 5.46.0-1 - 5.46.0 diff --git a/sources b/sources index 60bd952..da3b969 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.46.0.tar.xz) = cd5036c5475f3efc502002c4d18f7bddb322095dbc6faaf99958cf76ea6a3e95cb39b3ceaf7d6a5a38b5e6eefd2708463c8023a877e3f96b83642780d942fa98 +SHA512 (attica-5.47.0.tar.xz) = 723b23912f451a2b8f6ac438328d890358367ae8f79d4d57cc59f2c3e227b1763e318402f8fae6275e70b3a1603ab98d45b4d1c76b2f37eec30f79cc4b8a8c15 From a2a2aca535b6cb87ceb92e32eca607daf8dcffbe Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 7 Jun 2018 11:04:52 -0500 Subject: [PATCH 067/149] cleanup use %majmin %make_build %ldconfig_scriptlets --- .gitignore | 46 ---------------------------------------------- kf5-attica.spec | 17 ++++++++++------- 2 files changed, 10 insertions(+), 53 deletions(-) diff --git a/.gitignore b/.gitignore index 7f6d014..6bfa730 100644 --- a/.gitignore +++ b/.gitignore @@ -1,48 +1,2 @@ -/attica-4.99.0.tar.xz -/attica-4.100.0.tar.xz -/attica-5.0.0.tar.xz -/attica-5.1.0.tar.xz -/attica-5.2.0.tar.xz -/attica-5.3.0.tar.xz -/attica-5.4.0.tar.xz -/attica-5.5.0.tar.xz -/attica-5.6.0.tar.xz -/attica-5.7.0.tar.xz -/attica-5.8.0.tar.xz -/attica-5.9.0.tar.xz -/attica-5.10.0.tar.xz -/attica-5.11.0.tar.xz -/attica-5.12.0.tar.xz -/attica-5.13.0.tar.xz -/attica-5.14.0.tar.xz -/attica-5.15.0.tar.xz -/attica-5.16.0.tar.xz -/attica-5.17.0.tar.xz -/attica-5.18.0.tar.xz -/attica-5.19.0.tar.xz -/attica-5.20.0.tar.xz -/attica-5.21.0.tar.xz -/attica-5.22.0.tar.xz -/attica-5.23.0.tar.xz -/attica-5.24.0.tar.xz -/attica-5.25.0.tar.xz -/attica-5.26.0.tar.xz -/attica-5.27.0.tar.xz -/attica-5.29.0.tar.xz -/attica-5.31.0.tar.xz -/attica-5.32.0.tar.xz -/attica-5.33.0.tar.xz -/attica-5.34.0.tar.xz -/attica-5.35.0.tar.xz -/attica-5.36.0.tar.xz -/attica-5.37.0.tar.xz -/attica-5.38.0.tar.xz -/attica-5.39.0.tar.xz -/attica-5.40.0.tar.xz -/attica-5.41.0.tar.xz -/attica-5.42.0.tar.xz -/attica-5.43.0.tar.xz -/attica-5.44.0.tar.xz -/attica-5.45.0.tar.xz /attica-5.46.0.tar.xz /attica-5.47.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 4dbcda9..7a84cef 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,26 +2,26 @@ Name: kf5-attica Version: 5.47.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ URL: https://cgit.kde.org/%{framework}.git -%global versiondir %(echo %{version} | cut -d. -f1-2) +%global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: qt5-qtbase-devel -Requires: kf5-filesystem >= %{version} +Requires: kf5-filesystem >= %{majmin} %description Attica is a Qt library that implements the Open Collaboration Services @@ -45,15 +45,14 @@ pushd %{_target_platform} %{cmake_kf5} .. popd -make %{?_smp_mflags} -C %{_target_platform} +%make_build -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %doc AUTHORS ChangeLog README.md @@ -71,6 +70,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jun 07 2018 Rex Dieter - 5.47.0-2 +- cleanup +- use %%majmin %%make_build %%ldconfig_scriptlets + * Sat Jun 02 2018 Rex Dieter - 5.47.0-1 - 5.47.0 From 9005f8faba88aa2dd17591066ea3e32dcebfa004 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Jul 2018 19:53:59 -0500 Subject: [PATCH 068/149] 5.48.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6bfa730..f96756b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /attica-5.46.0.tar.xz /attica-5.47.0.tar.xz +/attica-5.48.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 7a84cef..acdeb1c 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,8 +1,8 @@ %global framework attica Name: kf5-attica -Version: 5.47.0 -Release: 2%{?dist} +Version: 5.48.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jul 09 2018 Rex Dieter - 5.48.0-1 +- 5.48.0 + * Thu Jun 07 2018 Rex Dieter - 5.47.0-2 - cleanup - use %%majmin %%make_build %%ldconfig_scriptlets diff --git a/sources b/sources index da3b969..b2e87cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.47.0.tar.xz) = 723b23912f451a2b8f6ac438328d890358367ae8f79d4d57cc59f2c3e227b1763e318402f8fae6275e70b3a1603ab98d45b4d1c76b2f37eec30f79cc4b8a8c15 +SHA512 (attica-5.48.0.tar.xz) = 7e56a0236793d6028160cca56bf799f6042095e16853a9413795f1f123e7c09114b1bf688ea4534712f5db13554d91d7f5c1c991b8fc379efe9977bc453ae4f6 From fa3d1d14d1bb010901f2a5839bf8e37d590073e5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:01:54 +0000 Subject: [PATCH 069/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index acdeb1c..93379cd 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,7 +2,7 @@ Name: kf5-attica Version: 5.48.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 5.48.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Jul 09 2018 Rex Dieter - 5.48.0-1 - 5.48.0 From fcc364f5f676dc9a5768a961b197bde00639ad78 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Aug 2018 10:14:43 -0500 Subject: [PATCH 070/149] 5.49.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f96756b..64adc32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /attica-5.46.0.tar.xz /attica-5.47.0.tar.xz /attica-5.48.0.tar.xz +/attica-5.49.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 93379cd..38a71bd 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,8 +1,8 @@ %global framework attica Name: kf5-attica -Version: 5.48.0 -Release: 2%{?dist} +Version: 5.49.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Aug 07 2018 Rex Dieter - 5.49.0-1 +- 5.49.0 + * Fri Jul 13 2018 Fedora Release Engineering - 5.48.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index b2e87cb..c90524b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.48.0.tar.xz) = 7e56a0236793d6028160cca56bf799f6042095e16853a9413795f1f123e7c09114b1bf688ea4534712f5db13554d91d7f5c1c991b8fc379efe9977bc453ae4f6 +SHA512 (attica-5.49.0.tar.xz) = 49209a78762470394c3d36a549042c5093241bf5e5d5b1f7f20070c47c81638f45e7443555df793d7997e99ad8d1f2efacd1b75c043c0c8ff4f64dad65d00ba3 From 5202d2350406d6ba5564dfbbb3237ec7ad7b72b5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Sep 2018 14:56:35 -0500 Subject: [PATCH 071/149] 5.50.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 64adc32..07351f8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /attica-5.47.0.tar.xz /attica-5.48.0.tar.xz /attica-5.49.0.tar.xz +/attica-5.50.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 38a71bd..41327a4 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.49.0 +Version: 5.50.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Sep 04 2018 Rex Dieter - 5.50.0-1 +- 5.50.0 + * Tue Aug 07 2018 Rex Dieter - 5.49.0-1 - 5.49.0 diff --git a/sources b/sources index c90524b..219ae89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.49.0.tar.xz) = 49209a78762470394c3d36a549042c5093241bf5e5d5b1f7f20070c47c81638f45e7443555df793d7997e99ad8d1f2efacd1b75c043c0c8ff4f64dad65d00ba3 +SHA512 (attica-5.50.0.tar.xz) = 026fcb7d5de01840dfaa8f28f007cd1fba142af0e1b471b5c4f5ef479e4d5b169108703ddf30998ba3e33c054bd8a833ee3f8bc4ebac25fafdba196f93166b07 From 9f487ed8c945147052509a55b8fd95854aca4190 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 15:36:55 -0500 Subject: [PATCH 072/149] 5.51.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 07351f8..f9b9393 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /attica-5.48.0.tar.xz /attica-5.49.0.tar.xz /attica-5.50.0.tar.xz +/attica-5.51.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 41327a4..16f2381 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.50.0 +Version: 5.51.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Oct 10 2018 Rex Dieter - 5.51.0-1 +- 5.51.0 + * Tue Sep 04 2018 Rex Dieter - 5.50.0-1 - 5.50.0 diff --git a/sources b/sources index 219ae89..b455803 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.50.0.tar.xz) = 026fcb7d5de01840dfaa8f28f007cd1fba142af0e1b471b5c4f5ef479e4d5b169108703ddf30998ba3e33c054bd8a833ee3f8bc4ebac25fafdba196f93166b07 +SHA512 (attica-5.51.0.tar.xz) = 290cd42ab6081fa827560983830789a89c172327aac802058a34ba977108ead255632131f0d55c83aa99845374f98cd581b29157840b7418d6371b1f4ded5bfc From ecdf90646324cd17862ea1a616cf6840d4e3b195 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Nov 2018 12:30:55 -0600 Subject: [PATCH 073/149] 5.52.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f9b9393..ccbf599 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /attica-5.49.0.tar.xz /attica-5.50.0.tar.xz /attica-5.51.0.tar.xz +/attica-5.52.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 16f2381..c1cc17a 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.51.0 +Version: 5.52.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Nov 04 2018 Rex Dieter - 5.52.0-1 +- 5.52.0 + * Wed Oct 10 2018 Rex Dieter - 5.51.0-1 - 5.51.0 diff --git a/sources b/sources index b455803..b9052a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.51.0.tar.xz) = 290cd42ab6081fa827560983830789a89c172327aac802058a34ba977108ead255632131f0d55c83aa99845374f98cd581b29157840b7418d6371b1f4ded5bfc +SHA512 (attica-5.52.0.tar.xz) = 5f5233082695c507263f02877988e069a4c4b03ce51060193401edb18664218fc093964f49bd0b217c860ceea05c389e7a32a51bc7c89bfb1568db2b06b3addd From 25c786e5d3b74b842bc888831a03fd0742b1ed9f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 9 Dec 2018 08:18:48 -0600 Subject: [PATCH 074/149] 5.53.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ccbf599..0e73973 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /attica-5.50.0.tar.xz /attica-5.51.0.tar.xz /attica-5.52.0.tar.xz +/attica-5.53.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index c1cc17a..5a40702 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.52.0 +Version: 5.53.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Dec 09 2018 Rex Dieter - 5.53.0-1 +- 5.53.0 + * Sun Nov 04 2018 Rex Dieter - 5.52.0-1 - 5.52.0 diff --git a/sources b/sources index b9052a4..8399caf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.52.0.tar.xz) = 5f5233082695c507263f02877988e069a4c4b03ce51060193401edb18664218fc093964f49bd0b217c860ceea05c389e7a32a51bc7c89bfb1568db2b06b3addd +SHA512 (attica-5.53.0.tar.xz) = 2529213615db91d0e8f029a61764d208e24cd53fae62787708f55f474302da29f672b0f1067dada941d3fd5e09ec0242e4d14769ed9e608e49cdc97402ddec5c From ebd0764872793597b4409437132a53126e21e900 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jan 2019 16:56:35 -0600 Subject: [PATCH 075/149] 5.54.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0e73973..b4abaae 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /attica-5.51.0.tar.xz /attica-5.52.0.tar.xz /attica-5.53.0.tar.xz +/attica-5.54.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 5a40702..ad146ce 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.53.0 +Version: 5.54.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jan 08 2019 Rex Dieter - 5.54.0-1 +- 5.54.0 + * Sun Dec 09 2018 Rex Dieter - 5.53.0-1 - 5.53.0 diff --git a/sources b/sources index 8399caf..a5484e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.53.0.tar.xz) = 2529213615db91d0e8f029a61764d208e24cd53fae62787708f55f474302da29f672b0f1067dada941d3fd5e09ec0242e4d14769ed9e608e49cdc97402ddec5c +SHA512 (attica-5.54.0.tar.xz) = f278423e5bcbd1899d6c41caceee740e3caee01dd1af20303827ec5a807e262e560b068dcb6619f5410ebe815b71b1244ccc453c49956c3bfd1452a88ecf5b18 From c9575724b09eb8e20cb3bf0e474f64dc8e5f199d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 05:23:19 +0000 Subject: [PATCH 076/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index ad146ce..76af19c 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,7 +2,7 @@ Name: kf5-attica Version: 5.54.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 5.54.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Jan 08 2019 Rex Dieter - 5.54.0-1 - 5.54.0 From 4e68b763ba2178ffa68a1cc4b34b9a4ccf509f5a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Feb 2019 10:59:06 -0600 Subject: [PATCH 077/149] 5.55.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b4abaae..d983aaa 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /attica-5.52.0.tar.xz /attica-5.53.0.tar.xz /attica-5.54.0.tar.xz +/attica-5.55.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 76af19c..29470ea 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,8 +1,8 @@ %global framework attica Name: kf5-attica -Version: 5.54.0 -Release: 2%{?dist} +Version: 5.55.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Feb 04 2019 Rex Dieter - 5.55.0-1 +- 5.55.0 + * Fri Feb 01 2019 Fedora Release Engineering - 5.54.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index a5484e1..1328d2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.54.0.tar.xz) = f278423e5bcbd1899d6c41caceee740e3caee01dd1af20303827ec5a807e262e560b068dcb6619f5410ebe815b71b1244ccc453c49956c3bfd1452a88ecf5b18 +SHA512 (attica-5.55.0.tar.xz) = 09fc4c00a4543af82f3fe4d8bddf16fbb8675545623d9f851714b03fca4b7ba18643f471f251ccbcb577824ae1b9a680383094c884f2f3ffd07a3067a7afa0cb From a5c9a3f7bdd249854547011d2eb4f1d18e392786 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Mar 2019 08:52:09 -0600 Subject: [PATCH 078/149] 5.56.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d983aaa..8f3d085 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /attica-5.53.0.tar.xz /attica-5.54.0.tar.xz /attica-5.55.0.tar.xz +/attica-5.56.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 29470ea..f7992c0 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.55.0 +Version: 5.56.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Mar 05 2019 Rex Dieter - 5.56.0-1 +- 5.56.0 + * Mon Feb 04 2019 Rex Dieter - 5.55.0-1 - 5.55.0 diff --git a/sources b/sources index 1328d2a..f957abe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.55.0.tar.xz) = 09fc4c00a4543af82f3fe4d8bddf16fbb8675545623d9f851714b03fca4b7ba18643f471f251ccbcb577824ae1b9a680383094c884f2f3ffd07a3067a7afa0cb +SHA512 (attica-5.56.0.tar.xz) = e365aeeec6545406e03350494601b23f0b5bebcc978ca3c23327007124037a68476127e94438462898c3cdb9df3c816efb04bdd11a3cdbc322437626ae63e2cc From 8e69b59d4d23186ec1a1fffdcfdb9e97846d0d96 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Apr 2019 10:00:10 -0500 Subject: [PATCH 079/149] 5.57.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8f3d085..c037efc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /attica-5.54.0.tar.xz /attica-5.55.0.tar.xz /attica-5.56.0.tar.xz +/attica-5.57.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index f7992c0..1a6f50c 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.56.0 +Version: 5.57.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Apr 09 2019 Rex Dieter - 5.57.0-1 +- 5.57.0 + * Tue Mar 05 2019 Rex Dieter - 5.56.0-1 - 5.56.0 diff --git a/sources b/sources index f957abe..b20722c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.56.0.tar.xz) = e365aeeec6545406e03350494601b23f0b5bebcc978ca3c23327007124037a68476127e94438462898c3cdb9df3c816efb04bdd11a3cdbc322437626ae63e2cc +SHA512 (attica-5.57.0.tar.xz) = 217c0d00fedd594826eaefbed683008df00403179243c938eebdb46a429a24be4a684286d7f813593711059f9ffbb4c5ff6261a436b6d568f9fedd96f52ed0b3 From aba0fd149acfd9274cbe43aa1fa23947a389402c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 May 2019 13:45:38 -0500 Subject: [PATCH 080/149] 5.58.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c037efc..4f83dca 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /attica-5.55.0.tar.xz /attica-5.56.0.tar.xz /attica-5.57.0.tar.xz +/attica-5.58.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 1a6f50c..0702e8f 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.57.0 +Version: 5.58.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue May 07 2019 Rex Dieter - 5.58.0-1 +- 5.58.0 + * Tue Apr 09 2019 Rex Dieter - 5.57.0-1 - 5.57.0 diff --git a/sources b/sources index b20722c..ab20397 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.57.0.tar.xz) = 217c0d00fedd594826eaefbed683008df00403179243c938eebdb46a429a24be4a684286d7f813593711059f9ffbb4c5ff6261a436b6d568f9fedd96f52ed0b3 +SHA512 (attica-5.58.0.tar.xz) = e33104beb353982e587384b1ddc831f640177d2b0e24ec2c7f378ef8e9b7e2a998e3425ebdb3c17cab56fe3873b296c86302e7a9a00641e06e8a2896163e7703 From 035a7759db3b285cdc7f70a8bb920bc2716a558e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 6 Jun 2019 12:30:36 -0500 Subject: [PATCH 081/149] 5.59.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4f83dca..ab3fe3e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /attica-5.56.0.tar.xz /attica-5.57.0.tar.xz /attica-5.58.0.tar.xz +/attica-5.59.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 0702e8f..2e2d991 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.58.0 +Version: 5.59.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jun 06 2019 Rex Dieter - 5.59.0-1 +- 5.59.0 + * Tue May 07 2019 Rex Dieter - 5.58.0-1 - 5.58.0 diff --git a/sources b/sources index ab20397..1e09397 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.58.0.tar.xz) = e33104beb353982e587384b1ddc831f640177d2b0e24ec2c7f378ef8e9b7e2a998e3425ebdb3c17cab56fe3873b296c86302e7a9a00641e06e8a2896163e7703 +SHA512 (attica-5.59.0.tar.xz) = 094d29045ec19c94300cd4dce9da12520e0d6685aa9dde4a468dc439fdf2c8617d369a396609a77ecb6fd0ca48a6e5da211ad7668dcd16f998307be87c25cefc From ca3c565e0103387fdae45ba0b8d240f697d2a325 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 11:57:33 -0500 Subject: [PATCH 082/149] 5.60.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ab3fe3e..fd85372 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /attica-5.57.0.tar.xz /attica-5.58.0.tar.xz /attica-5.59.0.tar.xz +/attica-5.60.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 2e2d991..a8152b1 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.59.0 +Version: 5.60.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jul 13 2019 Rex Dieter - 5.60.0-1 +- 5.60.0 + * Thu Jun 06 2019 Rex Dieter - 5.59.0-1 - 5.59.0 diff --git a/sources b/sources index 1e09397..e7bf7b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.59.0.tar.xz) = 094d29045ec19c94300cd4dce9da12520e0d6685aa9dde4a468dc439fdf2c8617d369a396609a77ecb6fd0ca48a6e5da211ad7668dcd16f998307be87c25cefc +SHA512 (attica-5.60.0.tar.xz) = 7473afaf2bf4d30feaf1948ea0e432af72090403ad53af48aa56dc30d1770ba1831aad7a106bf2f94ded33aa44c5269d4401ddbeb4126ba00f61af01e342829d From 7667b4b6be4e45b365bc4b276b01b642f8a99842 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 11:25:54 +0000 Subject: [PATCH 083/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index a8152b1..b1353e6 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,7 +2,7 @@ Name: kf5-attica Version: 5.60.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sat Jul 13 2019 Rex Dieter - 5.60.0-1 - 5.60.0 From f3bbcfda339944c1f9fbc27dbb52882e7d559f89 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 29 Jul 2019 11:12:04 -0500 Subject: [PATCH 084/149] update %%files --- kf5-attica.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index b1353e6..b4773a3 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -57,7 +57,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files %doc AUTHORS ChangeLog README.md %license COPYING -%{_kf5_sysconfdir}/xdg/%{framework}.* +%{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5Attica.so.* %files devel From f9143797db80164422ff2f8657fd927ff628e6d8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Aug 2019 09:52:58 -0500 Subject: [PATCH 085/149] 5.61.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fd85372..493647c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /attica-5.58.0.tar.xz /attica-5.59.0.tar.xz /attica-5.60.0.tar.xz +/attica-5.61.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index b4773a3..1de1a9b 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,8 +1,8 @@ %global framework attica Name: kf5-attica -Version: 5.60.0 -Release: 2%{?dist} +Version: 5.61.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 07 2019 Rex Dieter - 5.61.0-1 +- 5.61.0 + * Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index e7bf7b2..f613afa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.60.0.tar.xz) = 7473afaf2bf4d30feaf1948ea0e432af72090403ad53af48aa56dc30d1770ba1831aad7a106bf2f94ded33aa44c5269d4401ddbeb4126ba00f61af01e342829d +SHA512 (attica-5.61.0.tar.xz) = 33bf7feced1d792b4f0b2b05642ac58e651fae68adee9eff33d2542e528a003d51682e1af27db3e9cef96545989f957e543dce64cf07a685efdf5b5056ba6bdd From 45f89177b48051a438ff5a3471ad9c9570f0530f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Sep 2019 16:26:06 -0500 Subject: [PATCH 086/149] 5.62.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 493647c..ab3bbaf 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /attica-5.59.0.tar.xz /attica-5.60.0.tar.xz /attica-5.61.0.tar.xz +/attica-5.62.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 1de1a9b..f112894 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.61.0 +Version: 5.62.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Sep 16 2019 Rex Dieter - 5.62.0-1 +- 5.62.0 + * Wed Aug 07 2019 Rex Dieter - 5.61.0-1 - 5.61.0 diff --git a/sources b/sources index f613afa..eecfce7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.61.0.tar.xz) = 33bf7feced1d792b4f0b2b05642ac58e651fae68adee9eff33d2542e528a003d51682e1af27db3e9cef96545989f957e543dce64cf07a685efdf5b5056ba6bdd +SHA512 (attica-5.62.0.tar.xz) = 3a16882d272b888cf1eef5816336ac7119bb5da46ac84cd7a0b86b8d0858fdef6816c995864eb6717bbc8817cf26bdc4d47fea1c7bf946fb696e304abce9d6cc From 08bb50ba9c5ee5ae36d871e74f06669532e55f37 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Oct 2019 08:23:52 -0500 Subject: [PATCH 087/149] 5.63.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ab3bbaf..a4060d8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /attica-5.60.0.tar.xz /attica-5.61.0.tar.xz /attica-5.62.0.tar.xz +/attica-5.63.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index f112894..5c0cfeb 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.62.0 +Version: 5.63.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Oct 22 2019 Rex Dieter - 5.63.0-1 +- 5.63.0 + * Mon Sep 16 2019 Rex Dieter - 5.62.0-1 - 5.62.0 diff --git a/sources b/sources index eecfce7..f10d9ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.62.0.tar.xz) = 3a16882d272b888cf1eef5816336ac7119bb5da46ac84cd7a0b86b8d0858fdef6816c995864eb6717bbc8817cf26bdc4d47fea1c7bf946fb696e304abce9d6cc +SHA512 (attica-5.63.0.tar.xz) = e133426298bbe3c645d559993305509bf14b262f2b2580c51fef25d0640f4ba809044066dfd5351eb864b2f5c70f463f55a57e8ad0a994acf1e5676423961215 From 398090f2674e3a2fdc223f8025e4a3001232f699 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Nov 2019 10:19:06 -0600 Subject: [PATCH 088/149] 5.64.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a4060d8..93f86c1 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /attica-5.61.0.tar.xz /attica-5.62.0.tar.xz /attica-5.63.0.tar.xz +/attica-5.64.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 5c0cfeb..9be7f89 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.63.0 +Version: 5.64.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Nov 08 2019 Rex Dieter - 5.64.0-1 +- 5.64.0 + * Tue Oct 22 2019 Rex Dieter - 5.63.0-1 - 5.63.0 diff --git a/sources b/sources index f10d9ed..2c9918a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.63.0.tar.xz) = e133426298bbe3c645d559993305509bf14b262f2b2580c51fef25d0640f4ba809044066dfd5351eb864b2f5c70f463f55a57e8ad0a994acf1e5676423961215 +SHA512 (attica-5.64.0.tar.xz) = a85f9bf62496b8878e77e40f101ae58371b09731d7be86eab0e5adbc0fac9c076d7f740b2dd4471e03105eadc16fc2de663a69f48caf3f5f96040789e6cd64bb From d3d2f3096716a722d59b9367541dd7db81e360dc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 10:59:23 -0600 Subject: [PATCH 089/149] 5.65.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 93f86c1..cc69d7f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /attica-5.62.0.tar.xz /attica-5.63.0.tar.xz /attica-5.64.0.tar.xz +/attica-5.65.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 9be7f89..7b65041 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.64.0 +Version: 5.65.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 17 2019 Rex Dieter - 5.65.0-1 +- 5.65.0 + * Fri Nov 08 2019 Rex Dieter - 5.64.0-1 - 5.64.0 diff --git a/sources b/sources index 2c9918a..42cece9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.64.0.tar.xz) = a85f9bf62496b8878e77e40f101ae58371b09731d7be86eab0e5adbc0fac9c076d7f740b2dd4471e03105eadc16fc2de663a69f48caf3f5f96040789e6cd64bb +SHA512 (attica-5.65.0.tar.xz) = ec2399baf721ba1553bf9ad44c6db0c77fe9b5dbdd4fdab3e27f0b496990179da346713b91ab96defc615474721644abf9d1819c04934b3b05191e540b86c94d From e7579e67d5b6f496875e4016b50107be3b49e362 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jan 2020 14:03:52 -0600 Subject: [PATCH 090/149] 5.66.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cc69d7f..490feab 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /attica-5.63.0.tar.xz /attica-5.64.0.tar.xz /attica-5.65.0.tar.xz +/attica-5.66.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 7b65041..f0bca70 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.65.0 +Version: 5.66.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jan 07 2020 Rex Dieter - 5.66.0-1 +- 5.66.0 + * Tue Dec 17 2019 Rex Dieter - 5.65.0-1 - 5.65.0 diff --git a/sources b/sources index 42cece9..390ff13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.65.0.tar.xz) = ec2399baf721ba1553bf9ad44c6db0c77fe9b5dbdd4fdab3e27f0b496990179da346713b91ab96defc615474721644abf9d1819c04934b3b05191e540b86c94d +SHA512 (attica-5.66.0.tar.xz) = 817a996cfd0a39584e38f8beb50ddcf891ad48d03d28691c256b3c632b22a1f9c4a0a32fb422147118e5ab5a468bf7ed721baff4ed212418a1b3447b5611845c From 7f22b6c48092ef0e9c48b61c949fbca33278fa3d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 18 Jan 2020 18:01:01 -0600 Subject: [PATCH 091/149] rebuild --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index f0bca70..c9f9427 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,7 +2,7 @@ Name: kf5-attica Version: 5.66.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jan 18 2020 Rex Dieter - 5.66.0-2 +- rebuild + * Tue Jan 07 2020 Rex Dieter - 5.66.0-1 - 5.66.0 From d1d3029780eb7ffdd29635b7946a1f412081e407 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 07:03:23 +0000 Subject: [PATCH 092/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index c9f9427..db49350 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -2,7 +2,7 @@ Name: kf5-attica Version: 5.66.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jan 18 2020 Rex Dieter - 5.66.0-2 - rebuild From 2ca4f3a755eb3df39798d11d2070659f07206a36 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2020 17:49:21 -0600 Subject: [PATCH 093/149] 5.67.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 490feab..1eb5ae7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /attica-5.64.0.tar.xz /attica-5.65.0.tar.xz /attica-5.66.0.tar.xz +/attica-5.67.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index db49350..8ed01f8 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,8 +1,8 @@ %global framework attica Name: kf5-attica -Version: 5.66.0 -Release: 3%{?dist} +Version: 5.67.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Feb 02 2020 Rex Dieter - 5.67.0-1 +- 5.67.0 + * Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 390ff13..465137c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.66.0.tar.xz) = 817a996cfd0a39584e38f8beb50ddcf891ad48d03d28691c256b3c632b22a1f9c4a0a32fb422147118e5ab5a468bf7ed721baff4ed212418a1b3447b5611845c +SHA512 (attica-5.67.0.tar.xz) = 59965df4eea792563cb46fd6d6ae8604dff5547917ea22a0ae00659d692ec05851768f66860de15c37631f918c1b54fc07264e9df123da3235c5a43576105cd7 From 3beefa6b866ed84416ef71f32e7ac1f929c8c235 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Mar 2020 21:54:20 -0500 Subject: [PATCH 094/149] 5.68.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1eb5ae7..b0a72f0 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /attica-5.65.0.tar.xz /attica-5.66.0.tar.xz /attica-5.67.0.tar.xz +/attica-5.68.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 8ed01f8..fbe15e6 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.67.0 +Version: 5.68.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Mar 20 2020 Rex Dieter - 5.68.0-1 +- 5.68.0 + * Sun Feb 02 2020 Rex Dieter - 5.67.0-1 - 5.67.0 diff --git a/sources b/sources index 465137c..411c74b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.67.0.tar.xz) = 59965df4eea792563cb46fd6d6ae8604dff5547917ea22a0ae00659d692ec05851768f66860de15c37631f918c1b54fc07264e9df123da3235c5a43576105cd7 +SHA512 (attica-5.68.0.tar.xz) = 225bec1c0e54ce1c13273aeb8ea2350c15f147c0d68c6a4427b5da381f72dfb5817eabb5f2a798cece49d14b111ca205b21576222ed8eeb8000b7fa760a1d30d From 0b7db9c9c4d75c7a9ac961f078385ea06583816a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Apr 2020 13:20:56 -0500 Subject: [PATCH 095/149] 5.69.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b0a72f0..8e22568 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /attica-5.66.0.tar.xz /attica-5.67.0.tar.xz /attica-5.68.0.tar.xz +/attica-5.69.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index fbe15e6..1111340 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.68.0 +Version: 5.69.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Apr 21 2020 Rex Dieter - 5.69.0-1 +- 5.69.0 + * Fri Mar 20 2020 Rex Dieter - 5.68.0-1 - 5.68.0 diff --git a/sources b/sources index 411c74b..0c0379c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.68.0.tar.xz) = 225bec1c0e54ce1c13273aeb8ea2350c15f147c0d68c6a4427b5da381f72dfb5817eabb5f2a798cece49d14b111ca205b21576222ed8eeb8000b7fa760a1d30d +SHA512 (attica-5.69.0.tar.xz) = b7d191c6e42e7e139bee18e69c7f5572333ce0eec0c845a2514016b1ab83bbae0cbbb67909139c29b7b78b8849a68d630d04fdcc9d3f454daa610ff07c290f86 From ee7e1f0448a619dbe2b47943a94bd7970f9b6c1c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 May 2020 16:43:49 -0500 Subject: [PATCH 096/149] 5.70.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8e22568..06985c0 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /attica-5.67.0.tar.xz /attica-5.68.0.tar.xz /attica-5.69.0.tar.xz +/attica-5.70.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 1111340..baed9c0 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.69.0 +Version: 5.70.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 04 2020 Rex Dieter - 5.70.0-1 +- 5.70.0 + * Tue Apr 21 2020 Rex Dieter - 5.69.0-1 - 5.69.0 diff --git a/sources b/sources index 0c0379c..a26f0ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.69.0.tar.xz) = b7d191c6e42e7e139bee18e69c7f5572333ce0eec0c845a2514016b1ab83bbae0cbbb67909139c29b7b78b8849a68d630d04fdcc9d3f454daa610ff07c290f86 +SHA512 (attica-5.70.0.tar.xz) = bb88e7bf34b1d3c958e31ad1591bdc5620361a300fcba957ecb017c31227b4ac80a94523d7b40f9a62a4a5d45a2840d37aa199c7305e6da471d4ebaee84c9630 From 507ef2a5e9a2cef22dd40bcb4ce99980c01c7729 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 16 Jun 2020 09:12:23 -0500 Subject: [PATCH 097/149] 5.71.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 06985c0..61f1666 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /attica-5.68.0.tar.xz /attica-5.69.0.tar.xz /attica-5.70.0.tar.xz +/attica-5.71.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index baed9c0..f587815 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.70.0 +Version: 5.71.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 16 2020 Rex Dieter - 5.71.0-1 +- 5.71.0 + * Mon May 04 2020 Rex Dieter - 5.70.0-1 - 5.70.0 diff --git a/sources b/sources index a26f0ab..2bd4567 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.70.0.tar.xz) = bb88e7bf34b1d3c958e31ad1591bdc5620361a300fcba957ecb017c31227b4ac80a94523d7b40f9a62a4a5d45a2840d37aa199c7305e6da471d4ebaee84c9630 +SHA512 (attica-5.71.0.tar.xz) = 14034b8eb2967aeaf9c1e76a0a32356252a8705d52dddadb188809e57575a21791000ff5fb7c4af4cc433d1b37cc6310a607edc90a59b1fac512f10dfc656b2a From 3b202969449e4d2fdfc7a36d29def2bfc4b0e256 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jul 2020 12:10:34 -0500 Subject: [PATCH 098/149] 5.72.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 61f1666..2a0ed26 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /attica-5.69.0.tar.xz /attica-5.70.0.tar.xz /attica-5.71.0.tar.xz +/attica-5.72.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index f587815..3bbac74 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica Name: kf5-attica -Version: 5.71.0 +Version: 5.72.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -70,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jul 07 2020 Rex Dieter - 5.72.0-1 +- 5.72.0 + * Tue Jun 16 2020 Rex Dieter - 5.71.0-1 - 5.71.0 diff --git a/sources b/sources index 2bd4567..026c9c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.71.0.tar.xz) = 14034b8eb2967aeaf9c1e76a0a32356252a8705d52dddadb188809e57575a21791000ff5fb7c4af4cc433d1b37cc6310a607edc90a59b1fac512f10dfc656b2a +SHA512 (attica-5.72.0.tar.xz) = b8730c6b3f0b268c07e2b6f9752ccf0b41953148bdb91087ddee5bbdfb496012e119486e66c48ecb9d4790a875baa8e0066e0c008396027f0ee440f74648c38b From 3d2166b20df13dbaddcdbdffd1662a307fb279d6 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 09:09:16 +0200 Subject: [PATCH 099/149] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- kf5-attica.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 3bbac74..7b0639e 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,3 +1,4 @@ +%undefine __cmake_in_source_build %global framework attica Name: kf5-attica @@ -40,16 +41,12 @@ Requires: qt5-qtbase-devel %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 %ldconfig_scriptlets From 0bf4e32014e7e9a996b801baf2db41581a6cf8b0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Jul 2020 13:22:24 -0500 Subject: [PATCH 100/149] cleanup whitespace --- kf5-attica.spec | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 7b0639e..b3adb91 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,13 +1,13 @@ %undefine __cmake_in_source_build %global framework attica -Name: kf5-attica +Name: kf5-attica Version: 5.72.0 Release: 1%{?dist} -Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API +Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API -License: LGPLv2+ -URL: https://cgit.kde.org/%{framework}.git +License: LGPLv2+ +URL: https://cgit.kde.org/%{framework}.git %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -16,22 +16,22 @@ URL: https://cgit.kde.org/%{framework}.git %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: qt5-qtbase-devel -Requires: kf5-filesystem >= %{majmin} +Requires: kf5-filesystem >= %{majmin} %description Attica is a Qt library that implements the Open Collaboration Services API version 1.4. -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: qt5-qtbase-devel +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: qt5-qtbase-devel %description devel %{summary}. @@ -41,7 +41,8 @@ Requires: qt5-qtbase-devel %build -%{cmake_kf5} +%cmake_kf5 + %cmake_build From b2a533630f97013f9c14213f9a1ff46b37911c01 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Jul 2020 13:33:24 -0500 Subject: [PATCH 101/149] -doc subpkg --- kf5-attica.spec | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index b3adb91..ebbdda2 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,9 +1,11 @@ %undefine __cmake_in_source_build %global framework attica +%global docs 1 + Name: kf5-attica Version: 5.72.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -32,8 +34,21 @@ API version 1.4. Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel -%description devel +%description devel +%{summary}. + +%if 0%{?docs} +%package doc +Summary: API documentation for %{name} +BuildRequires: doxygen +BuildRequires: qt5-qdoc +BuildRequires: qt5-qhelpgenerator +BuildRequires: qt5-qtbase-doc +Requires: kf5-filesystem +BuildArch: noarch +%description doc %{summary}. +%endif %prep @@ -41,7 +56,8 @@ Requires: qt5-qtbase-devel %build -%cmake_kf5 +%cmake_kf5 \ + %{?docs:-DBUILD_QCH:BOOL=ON} \ %cmake_build @@ -66,8 +82,16 @@ Requires: qt5-qtbase-devel %{_kf5_archdatadir}/mkspecs/modules/qt_Attica.pri %{_kf5_libdir}/pkgconfig/libKF5Attica.pc +%if 0%{?docs} +%{_qt5_docdir}/KF5Attica.qch +%{_qt5_docdir}/KF5Attica.tags +%endif + %changelog +* Tue Jul 21 2020 Rex Dieter - 5.72.0-2 +- -doc subpkg + * Tue Jul 07 2020 Rex Dieter - 5.72.0-1 - 5.72.0 From f3ae20d93ac972c4f856d8f1abfb68f291983b6c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 03:03:33 +0000 Subject: [PATCH 102/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index ebbdda2..1038fa6 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -5,7 +5,7 @@ Name: kf5-attica Version: 5.72.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -89,6 +89,9 @@ BuildArch: noarch %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 21 2020 Rex Dieter - 5.72.0-2 - -doc subpkg From 2b8b75dd6f79c29b69a43166bd3b12fdff719195 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Aug 2020 11:32:57 -0500 Subject: [PATCH 103/149] 5.73.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2a0ed26..418b8a7 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /attica-5.70.0.tar.xz /attica-5.71.0.tar.xz /attica-5.72.0.tar.xz +/attica-5.73.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 1038fa6..bb14db6 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -4,8 +4,8 @@ %global docs 1 Name: kf5-attica -Version: 5.72.0 -Release: 3%{?dist} +Version: 5.73.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -89,6 +89,9 @@ BuildArch: noarch %changelog +* Mon Aug 03 2020 Rex Dieter - 5.73.0-1 +- 5.73.0 + * Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 026c9c1..0332509 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.72.0.tar.xz) = b8730c6b3f0b268c07e2b6f9752ccf0b41953148bdb91087ddee5bbdfb496012e119486e66c48ecb9d4790a875baa8e0066e0c008396027f0ee440f74648c38b +SHA512 (attica-5.73.0.tar.xz) = ca8787af5e7c5d6b88fad4f52b4fa4d34be40c27020f54cd05a81c135b2269702733094e917db7dd8bce07a0b39ad19b57f4dc0e686eb16b809b712078beb964 From 17e8092b10524f3d944400adcd8010094ee87ac7 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 11:02:52 +0200 Subject: [PATCH 104/149] 5.74.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 418b8a7..a184485 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /attica-5.71.0.tar.xz /attica-5.72.0.tar.xz /attica-5.73.0.tar.xz +/attica-5.74.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index bb14db6..6dcc4c6 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -4,7 +4,7 @@ %global docs 1 Name: kf5-attica -Version: 5.73.0 +Version: 5.74.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -89,6 +89,9 @@ BuildArch: noarch %changelog +* Fri Sep 18 2020 Jan Grulich - 5.74.0-1 +- 5.74.0 + * Mon Aug 03 2020 Rex Dieter - 5.73.0-1 - 5.73.0 diff --git a/sources b/sources index 0332509..55b647c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.73.0.tar.xz) = ca8787af5e7c5d6b88fad4f52b4fa4d34be40c27020f54cd05a81c135b2269702733094e917db7dd8bce07a0b39ad19b57f4dc0e686eb16b809b712078beb964 +SHA512 (attica-5.74.0.tar.xz) = 261bcec9836c36c3e22df6d629dee35512dac6d8194a393bf2d818432696eb053edee04f5474383f4ab69559f5b875ac392a4c41727eedbea2df9d51b81a19e0 From 909cfc8e56ee1feb94e735e870b28742c4693fe6 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 12:04:08 +0200 Subject: [PATCH 105/149] Fix instalation of licence files --- kf5-attica.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 6dcc4c6..ebfa39b 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -70,7 +70,7 @@ BuildArch: noarch %files %doc AUTHORS ChangeLog README.md -%license COPYING +%license LICENSES/*.txt %{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5Attica.so.* From bf4c794543bf073d4f7448e963fd5a650af903bf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 14 Oct 2020 09:43:49 -0500 Subject: [PATCH 106/149] 5.75.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a184485..5f3f4da 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /attica-5.72.0.tar.xz /attica-5.73.0.tar.xz /attica-5.74.0.tar.xz +/attica-5.75.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index ebfa39b..7a75cc7 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -4,7 +4,7 @@ %global docs 1 Name: kf5-attica -Version: 5.74.0 +Version: 5.75.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -89,6 +89,9 @@ BuildArch: noarch %changelog +* Wed Oct 14 09:43:43 CDT 2020 Rex Dieter - 5.75.0-1 +- 5.75.0 + * Fri Sep 18 2020 Jan Grulich - 5.74.0-1 - 5.74.0 diff --git a/sources b/sources index 55b647c..256f7fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.74.0.tar.xz) = 261bcec9836c36c3e22df6d629dee35512dac6d8194a393bf2d818432696eb053edee04f5474383f4ab69559f5b875ac392a4c41727eedbea2df9d51b81a19e0 +SHA512 (attica-5.75.0.tar.xz) = c523057406efd33a21304df2230c0165f3a7f30582e872171a24fca2997970f23f54a2f53c5b5ca7cc6b890f622874a40af9bb2f555d0c58c313c05a9f2d99f3 From f7b0b80bf2298c01ba634e4f8b173b4cff4d2413 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Nov 2020 08:53:24 -0600 Subject: [PATCH 107/149] 5.76.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5f3f4da..da86af7 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /attica-5.73.0.tar.xz /attica-5.74.0.tar.xz /attica-5.75.0.tar.xz +/attica-5.76.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 7a75cc7..0790ca5 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -4,7 +4,7 @@ %global docs 1 Name: kf5-attica -Version: 5.75.0 +Version: 5.76.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -89,6 +89,9 @@ BuildArch: noarch %changelog +* Thu Nov 19 08:53:17 CST 2020 Rex Dieter - 5.76.0-1 +- 5.76.0 + * Wed Oct 14 09:43:43 CDT 2020 Rex Dieter - 5.75.0-1 - 5.75.0 diff --git a/sources b/sources index 256f7fb..310d9a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.75.0.tar.xz) = c523057406efd33a21304df2230c0165f3a7f30582e872171a24fca2997970f23f54a2f53c5b5ca7cc6b890f622874a40af9bb2f555d0c58c313c05a9f2d99f3 +SHA512 (attica-5.76.0.tar.xz) = b644c1abc6c7309bd8f03e552316f2ed4e660c65b929197da60057468c136dd7e54a83a2f7cfd3553aac74075752ca8bcbd3049ed2c14ec7c2657239dca2bfcd From 8b83fc55cfac291fb3f459c011bcb59ea85e2e6d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 13 Dec 2020 14:06:47 -0600 Subject: [PATCH 108/149] 5.77.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index da86af7..d7f3eed 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /attica-5.74.0.tar.xz /attica-5.75.0.tar.xz /attica-5.76.0.tar.xz +/attica-5.77.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 0790ca5..ac08e4e 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -4,7 +4,7 @@ %global docs 1 Name: kf5-attica -Version: 5.76.0 +Version: 5.77.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -89,6 +89,9 @@ BuildArch: noarch %changelog +* Sun Dec 13 14:06:43 CST 2020 Rex Dieter - 5.77.0-1 +- 5.77.0 + * Thu Nov 19 08:53:17 CST 2020 Rex Dieter - 5.76.0-1 - 5.76.0 diff --git a/sources b/sources index 310d9a9..6301bc5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.76.0.tar.xz) = b644c1abc6c7309bd8f03e552316f2ed4e660c65b929197da60057468c136dd7e54a83a2f7cfd3553aac74075752ca8bcbd3049ed2c14ec7c2657239dca2bfcd +SHA512 (attica-5.77.0.tar.xz) = e60d0263d34c02adf1d8df2329177ac340e8eb5d796f57820b59c4f5ae62c1b59d75c985a2d309f528aecbf3f0691a919957800a398ecf9b79659cea1e011477 From 582a8b87c5507400fe9f745bc838ecc44ec5d799 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Jan 2021 08:37:37 -0600 Subject: [PATCH 109/149] 5.78.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d7f3eed..0dabbcc 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /attica-5.75.0.tar.xz /attica-5.76.0.tar.xz /attica-5.77.0.tar.xz +/attica-5.78.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index ac08e4e..07d98d4 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -4,12 +4,12 @@ %global docs 1 Name: kf5-attica -Version: 5.77.0 +Version: 5.78.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ -URL: https://cgit.kde.org/%{framework}.git +URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -89,6 +89,9 @@ BuildArch: noarch %changelog +* Mon Jan 4 08:37:30 CST 2021 Rex Dieter - 5.78.0-1 +- 5.78.0 + * Sun Dec 13 14:06:43 CST 2020 Rex Dieter - 5.77.0-1 - 5.77.0 diff --git a/sources b/sources index 6301bc5..bbadee0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.77.0.tar.xz) = e60d0263d34c02adf1d8df2329177ac340e8eb5d796f57820b59c4f5ae62c1b59d75c985a2d309f528aecbf3f0691a919957800a398ecf9b79659cea1e011477 +SHA512 (attica-5.78.0.tar.xz) = c0d988218ac5bbc5e85815316d545b44325f4592de2b3a5181030804e5c2b898747c1c7e7eff4c93729ea2704b996ae14addf272d08544abdc8f3762fa8fdc98 From 22c6d302eff53281ab7542ff733c581789dfd15e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 15:31:18 +0000 Subject: [PATCH 110/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 07d98d4..7f97b1e 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -5,7 +5,7 @@ Name: kf5-attica Version: 5.78.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -89,6 +89,9 @@ BuildArch: noarch %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jan 4 08:37:30 CST 2021 Rex Dieter - 5.78.0-1 - 5.78.0 From ba4a5cff3e204a023395d7907a0d16591481d99c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 09:44:04 -0600 Subject: [PATCH 111/149] 5.79.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0dabbcc..35ce937 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /attica-5.76.0.tar.xz /attica-5.77.0.tar.xz /attica-5.78.0.tar.xz +/attica-5.79.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 7f97b1e..b01985c 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -4,8 +4,8 @@ %global docs 1 Name: kf5-attica -Version: 5.78.0 -Release: 2%{?dist} +Version: 5.79.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -89,6 +89,9 @@ BuildArch: noarch %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-1 +- 5.79.0 + * Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index bbadee0..892be69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.78.0.tar.xz) = c0d988218ac5bbc5e85815316d545b44325f4592de2b3a5181030804e5c2b898747c1c7e7eff4c93729ea2704b996ae14addf272d08544abdc8f3762fa8fdc98 +SHA512 (attica-5.79.0.tar.xz) = 7e0c7c650545b47c827627f4bbe443ebbca3273d22196f997a3c9deba48bf6549caefb58829cde6098ffc3620c7b12a6f2602ddaded81e2125937983fadd8d72 From 2a32aca9b563cace6fee1cbc705715213a78b8f3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 15:04:30 -0600 Subject: [PATCH 112/149] respin --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index b01985c..7e4c798 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -5,7 +5,7 @@ Name: kf5-attica Version: 5.79.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -89,6 +89,9 @@ BuildArch: noarch %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-2 +- respin + * Sat Feb 06 2021 Rex Dieter - 5.79.0-1 - 5.79.0 From fe88fd309643681ab3aa1da1ecd402c19ed9ddef Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Mar 2021 08:29:34 -0600 Subject: [PATCH 113/149] 5.80.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 35ce937..8c3f3cc 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /attica-5.77.0.tar.xz /attica-5.78.0.tar.xz /attica-5.79.0.tar.xz +/attica-5.80.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 7e4c798..c3c5fbb 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -4,8 +4,8 @@ %global docs 1 Name: kf5-attica -Version: 5.79.0 -Release: 2%{?dist} +Version: 5.80.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -89,6 +89,9 @@ BuildArch: noarch %changelog +* Tue Mar 09 2021 Rex Dieter - 5.80.0-1 +- 5.80.0 + * Sat Feb 06 2021 Rex Dieter - 5.79.0-2 - respin diff --git a/sources b/sources index 892be69..205faaa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.79.0.tar.xz) = 7e0c7c650545b47c827627f4bbe443ebbca3273d22196f997a3c9deba48bf6549caefb58829cde6098ffc3620c7b12a6f2602ddaded81e2125937983fadd8d72 +SHA512 (attica-5.80.0.tar.xz) = 70cecfe60ce396a4cdbfa4b2d133076897912ae32a5494dfaea6f777e51f5be79b240d18d2e6b4f71f8dc4ff0f18d43243c711629c6913b8512aed0ba6b3f051 From 9711cd271e7aa143858ebcfceda01f799deca94c Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Sat, 20 Mar 2021 18:36:04 +0300 Subject: [PATCH 114/149] disabling docs for flatpak packages --- kf5-attica.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index c3c5fbb..72229f7 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,11 +1,14 @@ %undefine __cmake_in_source_build %global framework attica +%{!?docs: %global docs 1} -%global docs 1 +%if 0%{?flatpak} +%global docs 0 +%endif Name: kf5-attica Version: 5.80.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -57,7 +60,11 @@ BuildArch: noarch %build %cmake_kf5 \ + %if 0%{?flatpak} + %{?docs:-DBUILD_QCH:BOOL=OFF} \ + %else %{?docs:-DBUILD_QCH:BOOL=ON} \ + %endif %cmake_build @@ -89,6 +96,9 @@ BuildArch: noarch %changelog +* Sat Mar 20 2021 Onuralp SEZER - 5.80.0-2 +- disabling docs for flatpak packages + * Tue Mar 09 2021 Rex Dieter - 5.80.0-1 - 5.80.0 From 988e430e05e109d221a82a8801977dc4e8bbb575 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Apr 2021 08:41:45 -0500 Subject: [PATCH 115/149] 5.81.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8c3f3cc..0890687 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /attica-5.78.0.tar.xz /attica-5.79.0.tar.xz /attica-5.80.0.tar.xz +/attica-5.81.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 72229f7..a6e3008 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -7,8 +7,8 @@ %endif Name: kf5-attica -Version: 5.80.0 -Release: 2%{?dist} +Version: 5.81.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Tue Apr 06 2021 Rex Dieter - 5.81.0-1 +- 5.81.0 + * Sat Mar 20 2021 Onuralp SEZER - 5.80.0-2 - disabling docs for flatpak packages diff --git a/sources b/sources index 205faaa..59d63ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.80.0.tar.xz) = 70cecfe60ce396a4cdbfa4b2d133076897912ae32a5494dfaea6f777e51f5be79b240d18d2e6b4f71f8dc4ff0f18d43243c711629c6913b8512aed0ba6b3f051 +SHA512 (attica-5.81.0.tar.xz) = db8edb25a2cfe8e23785934797d38d5237d4ef26f9deed8e6b43a668c03dee2a6f164d4235d0c7b4cfa339ac69d77b29e4a9fcab080c56f6bb2dbe07d0069655 From 999e6beb840185b631475134f5f3ec4d0947772c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 May 2021 08:30:56 -0500 Subject: [PATCH 116/149] 5.82.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0890687..0c63603 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /attica-5.79.0.tar.xz /attica-5.80.0.tar.xz /attica-5.81.0.tar.xz +/attica-5.82.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index a6e3008..a7fe1d6 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -7,7 +7,7 @@ %endif Name: kf5-attica -Version: 5.81.0 +Version: 5.82.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Mon May 03 2021 Rex Dieter - 5.82.0-1 +- 5.82.0 + * Tue Apr 06 2021 Rex Dieter - 5.81.0-1 - 5.81.0 diff --git a/sources b/sources index 59d63ee..21ce472 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.81.0.tar.xz) = db8edb25a2cfe8e23785934797d38d5237d4ef26f9deed8e6b43a668c03dee2a6f164d4235d0c7b4cfa339ac69d77b29e4a9fcab080c56f6bb2dbe07d0069655 +SHA512 (attica-5.82.0.tar.xz) = 8569ec110679bc026f98cf98ef79aba44279821f10f6153f0054c7a75806921683a83317bc1873896f5bba23679eb4fbe50b50ea43b22813dd2b203e84bf44d2 From 566f2ae23a5036fff64ea719a307955b6ba9a4f2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jun 2021 15:53:38 -0500 Subject: [PATCH 117/149] 5.83.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0c63603..5a8b3a6 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /attica-5.80.0.tar.xz /attica-5.81.0.tar.xz /attica-5.82.0.tar.xz +/attica-5.83.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index a7fe1d6..927559b 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -7,7 +7,7 @@ %endif Name: kf5-attica -Version: 5.82.0 +Version: 5.83.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Tue Jun 08 2021 Rex Dieter - 5.83.0-1 +- 5.83.0 + * Mon May 03 2021 Rex Dieter - 5.82.0-1 - 5.82.0 diff --git a/sources b/sources index 21ce472..38a853a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.82.0.tar.xz) = 8569ec110679bc026f98cf98ef79aba44279821f10f6153f0054c7a75806921683a83317bc1873896f5bba23679eb4fbe50b50ea43b22813dd2b203e84bf44d2 +SHA512 (attica-5.83.0.tar.xz) = 70588a42c9e460e8174972d152f046b8720d2e75c86b7c9ee545e684af0a460f2c8648c9b736f7b88a067bfb0bdeb13c85a90bfc78aa397b364e762c1e1831ea From daf7ad7a515542ca47ad9003ff67c708eba04def Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 09:45:44 +0000 Subject: [PATCH 118/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 927559b..86e9cea 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ Name: kf5-attica Version: 5.83.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 08 2021 Rex Dieter - 5.83.0-1 - 5.83.0 From d8db79dc831efd26515c77cac053b158d76c907e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Aug 2021 10:58:24 -0500 Subject: [PATCH 119/149] 5.85.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a8b3a6..c5f2016 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /attica-5.81.0.tar.xz /attica-5.82.0.tar.xz /attica-5.83.0.tar.xz +/attica-5.85.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 86e9cea..b6d4c08 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -7,8 +7,8 @@ %endif Name: kf5-attica -Version: 5.83.0 -Release: 2%{?dist} +Version: 5.85.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Thu Aug 12 2021 Rex Dieter - 5.85.0-1 +- 5.85.0 + * Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 38a853a..dad6a7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.83.0.tar.xz) = 70588a42c9e460e8174972d152f046b8720d2e75c86b7c9ee545e684af0a460f2c8648c9b736f7b88a067bfb0bdeb13c85a90bfc78aa397b364e762c1e1831ea +SHA512 (attica-5.85.0.tar.xz) = a6f64c51bd0b6a8eb739db198b6db7f5c91f3276912a0bba8b20bbca526738b6e8baea24e6f4502cd0f96b1fc704f4a61445dde0acd645776052527d376215bc From c40e5c736ff76467699c36da1b30fabaaf6bd705 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Wed, 15 Sep 2021 00:17:20 +0200 Subject: [PATCH 120/149] 5.86.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c5f2016..12bc1d7 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /attica-5.82.0.tar.xz /attica-5.83.0.tar.xz /attica-5.85.0.tar.xz +/attica-5.86.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index b6d4c08..9f31829 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -7,7 +7,7 @@ %endif Name: kf5-attica -Version: 5.85.0 +Version: 5.86.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Tue Sep 14 2021 Marc Deop - 5.86.0-1 +- 5.86.0 + * Thu Aug 12 2021 Rex Dieter - 5.85.0-1 - 5.85.0 diff --git a/sources b/sources index dad6a7d..1a2d85c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.85.0.tar.xz) = a6f64c51bd0b6a8eb739db198b6db7f5c91f3276912a0bba8b20bbca526738b6e8baea24e6f4502cd0f96b1fc704f4a61445dde0acd645776052527d376215bc +SHA512 (attica-5.86.0.tar.xz) = aff74d1bbde5ad10f007f3f51f7bf0346746fd6fd5ca37745001257a72b04bb02a08bd61f03891edc13fbb11975833d1fa1ced6dcc116f9435a544dc9e6d5d47 From bcf313257f8221245d99b183283a898039f04faf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Oct 2021 09:14:20 -0500 Subject: [PATCH 121/149] 5.87.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 12bc1d7..500c11b 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /attica-5.83.0.tar.xz /attica-5.85.0.tar.xz /attica-5.86.0.tar.xz +/attica-5.87.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 9f31829..82b334e 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -7,7 +7,7 @@ %endif Name: kf5-attica -Version: 5.86.0 +Version: 5.87.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Tue Oct 05 2021 Rex Dieter - 5.87.0-1 +- 5.87.0 + * Tue Sep 14 2021 Marc Deop - 5.86.0-1 - 5.86.0 diff --git a/sources b/sources index 1a2d85c..a3468f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.86.0.tar.xz) = aff74d1bbde5ad10f007f3f51f7bf0346746fd6fd5ca37745001257a72b04bb02a08bd61f03891edc13fbb11975833d1fa1ced6dcc116f9435a544dc9e6d5d47 +SHA512 (attica-5.87.0.tar.xz) = 211ee8256bd5da4a21cf4afe513557e4be878b2f84c5b9848e929df62d18573bfcbab5128b998d9eb00c8f5e54c65da768a5e017b4e2e27105ad3efaeca7a172 From 6b68723221981dd582f76c41ebc6d763922d795f Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 9 Nov 2021 09:57:15 +0100 Subject: [PATCH 122/149] 5.88.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 500c11b..99f8051 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /attica-5.85.0.tar.xz /attica-5.86.0.tar.xz /attica-5.87.0.tar.xz +/attica-5.88.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 82b334e..a8a5fa9 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -7,7 +7,7 @@ %endif Name: kf5-attica -Version: 5.87.0 +Version: 5.88.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Mon Nov 08 2021 Marc Deop - 5.88.0-1 +- 5.88.0 + * Tue Oct 05 2021 Rex Dieter - 5.87.0-1 - 5.87.0 diff --git a/sources b/sources index a3468f4..5feb7dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.87.0.tar.xz) = 211ee8256bd5da4a21cf4afe513557e4be878b2f84c5b9848e929df62d18573bfcbab5128b998d9eb00c8f5e54c65da768a5e017b4e2e27105ad3efaeca7a172 +SHA512 (attica-5.88.0.tar.xz) = edc3b5dcb9399f6121c972fd432d526aae8b018323caf1be460ceef2e53b2820e3e4b0a04430027c9c2d2eb8fad723461b6b7a93fc2f6a8fa00fb590cca75b77 From 4ca0658d0c8cf6e67a452df1b8281a82de93c991 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:25:53 -0600 Subject: [PATCH 123/149] 5.89.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 99f8051..51218dc 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /attica-5.86.0.tar.xz /attica-5.87.0.tar.xz /attica-5.88.0.tar.xz +/attica-5.89.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index a8a5fa9..57633ad 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -7,7 +7,7 @@ %endif Name: kf5-attica -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Wed Dec 08 2021 Rex Dieter - 5.89.0-1 +- 5.89.0 + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 diff --git a/sources b/sources index 5feb7dc..b3ff742 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.88.0.tar.xz) = edc3b5dcb9399f6121c972fd432d526aae8b018323caf1be460ceef2e53b2820e3e4b0a04430027c9c2d2eb8fad723461b6b7a93fc2f6a8fa00fb590cca75b77 +SHA512 (attica-5.89.0.tar.xz) = 125c27a50cd2bb29fe749df7b43bad9087ddadacf9a00cc714efab2ce9ec9e9451a0a459b2c9c0ebffe58e80161f8a132301602d3f61423521525600a3b07f95 From fabfa3faabcebed073f942f8b429c8a4a67723a2 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:28:26 +0100 Subject: [PATCH 124/149] 5.90.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 51218dc..047663d 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /attica-5.87.0.tar.xz /attica-5.88.0.tar.xz /attica-5.89.0.tar.xz +/attica-5.90.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 57633ad..9e88c9b 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -7,7 +7,7 @@ %endif Name: kf5-attica -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 +- 5.90.0 + * Wed Dec 08 2021 Rex Dieter - 5.89.0-1 - 5.89.0 diff --git a/sources b/sources index b3ff742..a970faa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.89.0.tar.xz) = 125c27a50cd2bb29fe749df7b43bad9087ddadacf9a00cc714efab2ce9ec9e9451a0a459b2c9c0ebffe58e80161f8a132301602d3f61423521525600a3b07f95 +SHA512 (attica-5.90.0.tar.xz) = f6bad4e47852239d54b76177f27cd5d689d4c517909b90143f715f40d50fdb8aa01c18f19733813b43f03bf56fab9564becea8d3f1b6421bd36412a47fa4529e From caa0cd69db9b9b4dbb3ebf01f81fb0a7bad4afac Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:29:47 +0000 Subject: [PATCH 125/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 9e88c9b..ebf08d1 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ Name: kf5-attica Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 - 5.90.0 From cf968fc580ac0d1c0ae52861813db25959ecaa84 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:19:49 -0600 Subject: [PATCH 126/149] 5.91.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 047663d..4f0105d 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /attica-5.88.0.tar.xz /attica-5.89.0.tar.xz /attica-5.90.0.tar.xz +/attica-5.91.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index ebf08d1..975692a 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -7,8 +7,8 @@ %endif Name: kf5-attica -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Fri Feb 11 2022 Rex Dieter - 5.91.0-1 +- 5.91.0 + * Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index a970faa..a3a4a02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.90.0.tar.xz) = f6bad4e47852239d54b76177f27cd5d689d4c517909b90143f715f40d50fdb8aa01c18f19733813b43f03bf56fab9564becea8d3f1b6421bd36412a47fa4529e +SHA512 (attica-5.91.0.tar.xz) = 541080d23d4b3b59dd626a06e6b425e9fa17106d4b9b4cd9ae134c61be5564531892baa06a149cf7c00d18b784fc84185ed1b11e2329dec9c9db3ca4dd61452d From e01170fe14646636c45e33c3e453af1e2a50bfac Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 14:00:56 -0600 Subject: [PATCH 127/149] update %%files --- kf5-attica.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 975692a..3e7cee1 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,4 +1,3 @@ -%undefine __cmake_in_source_build %global framework attica %{!?docs: %global docs 1} @@ -83,7 +82,6 @@ BuildArch: noarch %files devel %{_kf5_libdir}/cmake/KF5Attica/ -%{_kf5_includedir}/attica_version.h %{_kf5_includedir}/Attica/ %{_kf5_libdir}/libKF5Attica.so %{_kf5_archdatadir}/mkspecs/modules/qt_Attica.pri From 59963f11ac17b62cdf128b818c89ce7db982621b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 14:52:57 -0600 Subject: [PATCH 128/149] 5.92.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4f0105d..bd6df27 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /attica-5.89.0.tar.xz /attica-5.90.0.tar.xz /attica-5.91.0.tar.xz +/attica-5.92.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 3e7cee1..6fdbc4a 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -6,7 +6,7 @@ %endif Name: kf5-attica -Version: 5.91.0 +Version: 5.92.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -94,6 +94,9 @@ BuildArch: noarch %changelog +* Thu Mar 10 2022 Rex Dieter - 5.92.0-1 +- 5.92.0 + * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 diff --git a/sources b/sources index a3a4a02..c38587f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.91.0.tar.xz) = 541080d23d4b3b59dd626a06e6b425e9fa17106d4b9b4cd9ae134c61be5564531892baa06a149cf7c00d18b784fc84185ed1b11e2329dec9c9db3ca4dd61452d +SHA512 (attica-5.92.0.tar.xz) = cb82bbe7d2ba6bd093eb09c3b658af24462ba82380a93138eaec367caacbb6f89931dbcfd8a560a576c51d8f4f532a96dd3ec56fd404c92214d38705fd18fb9c From 68f534525b81d710881e58102d9a28878db2cb90 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 16:20:10 -0600 Subject: [PATCH 129/149] disable qch docs (FTBFS) --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 6fdbc4a..aaef087 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,5 +1,7 @@ %global framework attica -%{!?docs: %global docs 1} +# doc generation fails on 5.92, disable +# Error in line 1: Opening and ending tag mismatch. +#{!?docs:%global docs 1} %if 0%{?flatpak} %global docs 0 @@ -96,6 +98,7 @@ BuildArch: noarch %changelog * Thu Mar 10 2022 Rex Dieter - 5.92.0-1 - 5.92.0 +- disable qch doc generation (FTBFS) * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 From 9c0ae1990263e91e6c5248c9e3ff9f495c26dc43 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 16:29:49 -0600 Subject: [PATCH 130/149] fix lame syntax error (in a comment) --- kf5-attica.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index aaef087..fcf5fb8 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -1,7 +1,7 @@ %global framework attica # doc generation fails on 5.92, disable # Error in line 1: Opening and ending tag mismatch. -#{!?docs:%global docs 1} +#global docs 1 %if 0%{?flatpak} %global docs 0 From 7a58584273ca914740f59d49fad50b2a25d786fc Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:20:08 +0930 Subject: [PATCH 131/149] Update to 5.93 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bd6df27..ede37ac 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /attica-5.90.0.tar.xz /attica-5.91.0.tar.xz /attica-5.92.0.tar.xz +./attica-5.93.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index fcf5fb8..1c1af57 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Sun Apr 10 2022 Justin Zobel - 5.93-1 +- Update to 5.93 + * Thu Mar 10 2022 Rex Dieter - 5.92.0-1 - 5.92.0 - disable qch doc generation (FTBFS) diff --git a/sources b/sources index c38587f..9d7a2a4 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (attica-5.92.0.tar.xz) = cb82bbe7d2ba6bd093eb09c3b658af24462ba82380a93138eaec367caacbb6f89931dbcfd8a560a576c51d8f4f532a96dd3ec56fd404c92214d38705fd18fb9c +SHA512 (attica-5.93.0.tar.xz) = b034d90f081f3c8d2c41d6379ebad6c979de1b7cd2eb90a5ff4a6c51429498bc62cc6fe857533b0139d8c0f5ef515faf7c9df440d2c7a4f95921ece0bf204768 From a12261542b314942d24ca83ad96cd4902dc07af4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:08:08 -0500 Subject: [PATCH 132/149] 5.94.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ede37ac..edb735d 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /attica-5.91.0.tar.xz /attica-5.92.0.tar.xz ./attica-5.93.tar.xz +/attica-5.94.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 1c1af57..3a3752b 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Fri May 13 2022 Rex Dieter - 5.94.0-1 +- 5.94.0 + * Sun Apr 10 2022 Justin Zobel - 5.93-1 - Update to 5.93 diff --git a/sources b/sources index 9d7a2a4..c37cdd3 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (attica-5.92.0.tar.xz) = cb82bbe7d2ba6bd093eb09c3b658af24462ba82380a93138eaec367caacbb6f89931dbcfd8a560a576c51d8f4f532a96dd3ec56fd404c92214d38705fd18fb9c -SHA512 (attica-5.93.0.tar.xz) = b034d90f081f3c8d2c41d6379ebad6c979de1b7cd2eb90a5ff4a6c51429498bc62cc6fe857533b0139d8c0f5ef515faf7c9df440d2c7a4f95921ece0bf204768 +SHA512 (attica-5.94.0.tar.xz) = 0c5dd2495f43b2cd4e7bd431619af249a767e5f7add913889dffcf64dc5ef8c4551e789a3a2b1850bb7c4a544144921d562e62580f0ff257b0291521dfdddf56 From 6979cfbe402fa0fd62685beb2c8d62a8bef7e024 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:44 +0200 Subject: [PATCH 133/149] 5.96.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index edb735d..c6a533a 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /attica-5.92.0.tar.xz ./attica-5.93.tar.xz /attica-5.94.0.tar.xz +/attica-5.96.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 3a3752b..3fb400f 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.94.0 +Version: 5.96.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Sun Jul 03 2022 Marc Deop - 5.96.0-1 +- 5.96.0 + * Fri May 13 2022 Rex Dieter - 5.94.0-1 - 5.94.0 diff --git a/sources b/sources index c37cdd3..5ffe2b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.94.0.tar.xz) = 0c5dd2495f43b2cd4e7bd431619af249a767e5f7add913889dffcf64dc5ef8c4551e789a3a2b1850bb7c4a544144921d562e62580f0ff257b0291521dfdddf56 +SHA512 (attica-5.96.0.tar.xz) = 2dc8e32594e95d7d7beb4ce3125e4e81f9e11068b7c0c017b1473dcaa08661f3ed1f3c4d6627bb2dfcddeaff584e8f8ab3fe703d234faecac392653d6a185a0d From 140cff870be6cbc0b046397d6fb837c89e3f5b95 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 15:56:27 +0000 Subject: [PATCH 134/149] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 3fb400f..503547a 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -9,7 +9,7 @@ Name: kf5-attica Version: 5.96.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sun Jul 03 2022 Marc Deop - 5.96.0-1 - 5.96.0 From edf4192ae4007ddbd9e8b35021a199e591bb1a71 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 14 Aug 2022 13:01:13 +0930 Subject: [PATCH 135/149] Update to 5.97.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c6a533a..a18c53c 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ ./attica-5.93.tar.xz /attica-5.94.0.tar.xz /attica-5.96.0.tar.xz +/attica-5.97.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 503547a..6cab4ec 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,8 +8,8 @@ %endif Name: kf5-attica -Version: 5.96.0 -Release: 2%{?dist} +Version: 5.97.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Sat Aug 13 2022 Justin Zobel - 5.97.0-1 +- Update to 5.97.0 + * Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 5ffe2b1..ac94bf7 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (attica-5.96.0.tar.xz) = 2dc8e32594e95d7d7beb4ce3125e4e81f9e11068b7c0c017b1473dcaa08661f3ed1f3c4d6627bb2dfcddeaff584e8f8ab3fe703d234faecac392653d6a185a0d +SHA512 (attica-5.97.0.tar.xz) = 1d69ba68a1f9a0e712b9459c84498b4818202bf1acd1c3a635f9aff41d916071f8a25eda5cf43ab129b15b4c3a80eea7091358880534c320ab56c5b800193fcf From 4ed7ee73694147c08c352221c0e4e726d94b480a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Thu, 15 Sep 2022 17:59:18 +0200 Subject: [PATCH 136/149] 5.98.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a18c53c..d22d116 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /attica-5.94.0.tar.xz /attica-5.96.0.tar.xz /attica-5.97.0.tar.xz +/attica-5.98.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 6cab4ec..4b6a2c8 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.97.0 +Version: 5.98.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Thu Sep 15 2022 Marc Deop - 5.98.0-1 +- 5.98.0 + * Sat Aug 13 2022 Justin Zobel - 5.97.0-1 - Update to 5.97.0 diff --git a/sources b/sources index ac94bf7..cd1d1d0 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (attica-5.96.0.tar.xz) = 2dc8e32594e95d7d7beb4ce3125e4e81f9e11068b7c0c017b1473dcaa08661f3ed1f3c4d6627bb2dfcddeaff584e8f8ab3fe703d234faecac392653d6a185a0d -SHA512 (attica-5.97.0.tar.xz) = 1d69ba68a1f9a0e712b9459c84498b4818202bf1acd1c3a635f9aff41d916071f8a25eda5cf43ab129b15b4c3a80eea7091358880534c320ab56c5b800193fcf +SHA512 (attica-5.98.0.tar.xz) = 778a6bc38ea57421fa8e342fa6cc7ad47dbc7c32d7696e35df3a3ae76b06b88eefa9d9b5e9b4ae5e1e25bcb3ba6cbc9afcb24c2b517d83d5500443de16a00802 From 27127085333230f59109ef64cd9858a326ac9fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 14 Oct 2022 17:00:04 +0200 Subject: [PATCH 137/149] 5.99.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d22d116..93769c0 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /attica-5.96.0.tar.xz /attica-5.97.0.tar.xz /attica-5.98.0.tar.xz +/attica-5.99.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 4b6a2c8..5fc19e0 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.98.0 +Version: 5.99.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Fri Oct 14 2022 Marc Deop - 5.99.0-1 +- 5.99.0 + * Thu Sep 15 2022 Marc Deop - 5.98.0-1 - 5.98.0 diff --git a/sources b/sources index cd1d1d0..62f0cfc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.98.0.tar.xz) = 778a6bc38ea57421fa8e342fa6cc7ad47dbc7c32d7696e35df3a3ae76b06b88eefa9d9b5e9b4ae5e1e25bcb3ba6cbc9afcb24c2b517d83d5500443de16a00802 +SHA512 (attica-5.99.0.tar.xz) = ac362f1f30c4545a483bbab9a0501c366c0e5431803877de68d399dae932c611c0a3255b890f2e317bfb473a2481722e5598cd8564551f5f9f8d58cf56943027 From 2edede189946a2d3df5212eb59960076ec7a07a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 6 Nov 2022 22:29:01 +0100 Subject: [PATCH 138/149] 5.100.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 93769c0..5875109 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /attica-5.97.0.tar.xz /attica-5.98.0.tar.xz /attica-5.99.0.tar.xz +/attica-5.100.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 5fc19e0..e7efaaa 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.99.0 +Version: 5.100.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -96,6 +96,9 @@ BuildArch: noarch %changelog +* Sun Nov 06 2022 Marc Deop - 5.100.0-1 +- 5.100.0 + * Fri Oct 14 2022 Marc Deop - 5.99.0-1 - 5.99.0 diff --git a/sources b/sources index 62f0cfc..b0acded 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.99.0.tar.xz) = ac362f1f30c4545a483bbab9a0501c366c0e5431803877de68d399dae932c611c0a3255b890f2e317bfb473a2481722e5598cd8564551f5f9f8d58cf56943027 +SHA512 (attica-5.100.0.tar.xz) = 020c05d1d6b3ca4572ffa5e3bf3adfb928f7d7aaf504448c5c1e286f5510f05edd42e52a73f7881fadb8aea2e23291d4b81813068502234ca3ad3a27982f5c4d From 8e650be1b4cb3845ae6d69e7bcbcf70d24ac0cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 12 Dec 2022 16:02:52 +0100 Subject: [PATCH 139/149] 5.101.0 --- .gitignore | 1 + kf5-attica.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 5875109..fe60734 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /attica-5.98.0.tar.xz /attica-5.99.0.tar.xz /attica-5.100.0.tar.xz +/attica-5.101.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index e7efaaa..9800f2b 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.100.0 +Version: 5.101.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -16,12 +16,7 @@ License: LGPLv2+ URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) -%global revision %(echo %{version} | cut -d. -f3) -%if %{revision} >= 50 -%global stable unstable -%else -%global stable stable -%endif +%global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= %{version} @@ -96,6 +91,10 @@ BuildArch: noarch %changelog +* Mon Dec 12 2022 Marc Deop - 5.101.0-1 +- 5.101.0 +- use new macros to simplify code + * Sun Nov 06 2022 Marc Deop - 5.100.0-1 - 5.100.0 diff --git a/sources b/sources index b0acded..4c85445 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.100.0.tar.xz) = 020c05d1d6b3ca4572ffa5e3bf3adfb928f7d7aaf504448c5c1e286f5510f05edd42e52a73f7881fadb8aea2e23291d4b81813068502234ca3ad3a27982f5c4d +SHA512 (attica-5.101.0.tar.xz) = 2e555e52abe4df872aeb189aee5f0b91b2b3b6920207d83fc536426a14ca135037dd3122d03ffeef088b5ffa49e3ae5444812e07add6e5063acc1e43ce293a5d From a569c778459ed07e0b826d0a931464b27bc3f38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 14 Jan 2023 16:40:35 +0100 Subject: [PATCH 140/149] 5.102.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fe60734..455a641 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /attica-5.99.0.tar.xz /attica-5.100.0.tar.xz /attica-5.101.0.tar.xz +/attica-5.102.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 9800f2b..e520d0f 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.101.0 +Version: 5.102.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -91,6 +91,9 @@ BuildArch: noarch %changelog +* Sat Jan 14 2023 Marc Deop - 5.102.0-1 +- 5.102.0 + * Mon Dec 12 2022 Marc Deop - 5.101.0-1 - 5.101.0 - use new macros to simplify code diff --git a/sources b/sources index 4c85445..84188ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.101.0.tar.xz) = 2e555e52abe4df872aeb189aee5f0b91b2b3b6920207d83fc536426a14ca135037dd3122d03ffeef088b5ffa49e3ae5444812e07add6e5063acc1e43ce293a5d +SHA512 (attica-5.102.0.tar.xz) = e60e7189eb0b60b936a9b8a665c25ae70f32c241c98fc576f58b99301dd4de1efea765c75669a6cc9c7f2403f4d21d832c25a18c7bd5e988a6c0798a82cd6f75 From ad8627802f7e6909a760215df2dc9a8fdb4fa887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 15 Jan 2023 17:46:21 +0100 Subject: [PATCH 141/149] fix: use macros from macros.kf5 instead of custom code --- kf5-attica.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index e520d0f..122dcf7 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -15,7 +15,7 @@ Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ URL: https://invent.kde.org/frameworks/%{framework} -%global majmin %(echo %{version} | cut -d. -f1-2) +%global majmin %majmin_ver_kf5 %global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz From 70c2447a9d38da1d262ddc989265497ffb94dc65 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 14:26:13 +0000 Subject: [PATCH 142/149] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-attica.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-attica.spec b/kf5-attica.spec index 122dcf7..3488e7f 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -9,7 +9,7 @@ Name: kf5-attica Version: 5.102.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -91,6 +91,9 @@ BuildArch: noarch %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jan 14 2023 Marc Deop - 5.102.0-1 - 5.102.0 From 21a9f0995000d9e5aca2ced646a26aaa6087eadd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 5 Feb 2023 17:38:19 +0100 Subject: [PATCH 143/149] 5.103.0 --- .gitignore | 1 + kf5-attica.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 455a641..f6b3075 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /attica-5.100.0.tar.xz /attica-5.101.0.tar.xz /attica-5.102.0.tar.xz +/attica-5.103.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 3488e7f..8f92860 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,8 +8,8 @@ %endif Name: kf5-attica -Version: 5.102.0 -Release: 2%{?dist} +Version: 5.103.0 +Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API License: LGPLv2+ @@ -91,6 +91,9 @@ BuildArch: noarch %changelog +* Sun Feb 05 2023 Marc Deop - 5.103.0-1 +- 5.103.0 + * Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 84188ba..d9c9c71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.102.0.tar.xz) = e60e7189eb0b60b936a9b8a665c25ae70f32c241c98fc576f58b99301dd4de1efea765c75669a6cc9c7f2403f4d21d832c25a18c7bd5e988a6c0798a82cd6f75 +SHA512 (attica-5.103.0.tar.xz) = cc087ba93288b6c81a527d00a916493fdd75504a473b70639ff25e77e02f85a4cf5403ecd046a8e514511fd1ce75c36dd95c5a9f4fced580c70be8ae9ac0963f From 0261db91fe0350d0270eae515fd77278b64c86eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 4 Mar 2023 17:24:41 +0100 Subject: [PATCH 144/149] 5.104.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f6b3075..b6898d4 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /attica-5.101.0.tar.xz /attica-5.102.0.tar.xz /attica-5.103.0.tar.xz +/attica-5.104.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 8f92860..20017ac 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.103.0 +Version: 5.104.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -91,6 +91,9 @@ BuildArch: noarch %changelog +* Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 +- 5.104.0 + * Sun Feb 05 2023 Marc Deop - 5.103.0-1 - 5.103.0 diff --git a/sources b/sources index d9c9c71..6f4fc68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.103.0.tar.xz) = cc087ba93288b6c81a527d00a916493fdd75504a473b70639ff25e77e02f85a4cf5403ecd046a8e514511fd1ce75c36dd95c5a9f4fced580c70be8ae9ac0963f +SHA512 (attica-5.104.0.tar.xz) = b37e23d189ca374059afe5a04492bae67d57c7a43affe68c5c44fa6248a8c9c5dbffb97a2cf570170e9a2200278b718599e1d17611502ad15ae02b1f2a6cf94e From cfc29dde7def980ef0ff218189efda406312b889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Apr 2023 10:21:00 +0200 Subject: [PATCH 145/149] 5.105.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b6898d4..435b8d4 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /attica-5.102.0.tar.xz /attica-5.103.0.tar.xz /attica-5.104.0.tar.xz +/attica-5.105.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 20017ac..6da4226 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.104.0 +Version: 5.105.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -91,6 +91,9 @@ BuildArch: noarch %changelog +* Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 +- 5.105.0 + * Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 - 5.104.0 diff --git a/sources b/sources index 6f4fc68..6092472 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.104.0.tar.xz) = b37e23d189ca374059afe5a04492bae67d57c7a43affe68c5c44fa6248a8c9c5dbffb97a2cf570170e9a2200278b718599e1d17611502ad15ae02b1f2a6cf94e +SHA512 (attica-5.105.0.tar.xz) = 315ab88fd77c95b8fad61bc1a39e5af867c62d9c89d6b3caaf8c2d617c3ca632ecf86583db081002ee2a5ebf41646b9981b8992fbee1d27624fdf347306b5ba3 From 28fe780c08d373b4219c1bef5f45de00a8cea8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 15 May 2023 21:55:20 +0200 Subject: [PATCH 146/149] 5.106.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 435b8d4..d5e7a4d 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /attica-5.103.0.tar.xz /attica-5.104.0.tar.xz /attica-5.105.0.tar.xz +/attica-5.106.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index 6da4226..d0be4ec 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.105.0 +Version: 5.106.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -91,6 +91,9 @@ BuildArch: noarch %changelog +* Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 +- 5.106.0 + * Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 - 5.105.0 diff --git a/sources b/sources index 6092472..c597cf2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.105.0.tar.xz) = 315ab88fd77c95b8fad61bc1a39e5af867c62d9c89d6b3caaf8c2d617c3ca632ecf86583db081002ee2a5ebf41646b9981b8992fbee1d27624fdf347306b5ba3 +SHA512 (attica-5.106.0.tar.xz) = e5c27a477ac065e74479a061ef562a2eb34e1214fa1696796c8cd73738eec895389a7d45431a46685129784a6367c53d58c31edb1da64aadf4a502712c3276b5 From 5643d346dd91187921b8e6a870b27d679abe87f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 3 Jun 2023 15:29:15 +0200 Subject: [PATCH 147/149] 5.107.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d5e7a4d..2a90f7c 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /attica-5.104.0.tar.xz /attica-5.105.0.tar.xz /attica-5.106.0.tar.xz +/attica-5.107.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index d0be4ec..c68b2aa 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.106.0 +Version: 5.107.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -91,6 +91,9 @@ BuildArch: noarch %changelog +* Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 +- 5.107.0 + * Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 - 5.106.0 diff --git a/sources b/sources index c597cf2..741e012 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.106.0.tar.xz) = e5c27a477ac065e74479a061ef562a2eb34e1214fa1696796c8cd73738eec895389a7d45431a46685129784a6367c53d58c31edb1da64aadf4a502712c3276b5 +SHA512 (attica-5.107.0.tar.xz) = 91afb73913c84ba23b78713bf084955f531d45d7c3dba765f036ce2fd9cfaefbe6214e018235f290c453409c04eecb41ec5ab672ced25cacb67444b2a4cc3c65 From f45529196269ef0c28d54ff0bb0b4d95cc507d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Jul 2023 19:32:19 +0200 Subject: [PATCH 148/149] 5.108.0 --- .gitignore | 1 + kf5-attica.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2a90f7c..bc932bf 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /attica-5.105.0.tar.xz /attica-5.106.0.tar.xz /attica-5.107.0.tar.xz +/attica-5.108.0.tar.xz diff --git a/kf5-attica.spec b/kf5-attica.spec index c68b2aa..d8847fb 100644 --- a/kf5-attica.spec +++ b/kf5-attica.spec @@ -8,7 +8,7 @@ %endif Name: kf5-attica -Version: 5.107.0 +Version: 5.108.0 Release: 1%{?dist} Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API @@ -91,6 +91,9 @@ BuildArch: noarch %changelog +* Sun Jul 02 2023 Marc Deop i Argemí - 5.108.0-1 +- 5.108.0 + * Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 - 5.107.0 diff --git a/sources b/sources index 741e012..eeb8ce6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (attica-5.107.0.tar.xz) = 91afb73913c84ba23b78713bf084955f531d45d7c3dba765f036ce2fd9cfaefbe6214e018235f290c453409c04eecb41ec5ab672ced25cacb67444b2a4cc3c65 +SHA512 (attica-5.108.0.tar.xz) = 38a28b03909e53399157cef9341c73b92bc129c65c0de61c39c9fca6133652cf8a689a9c1d32ff16f967e0ed6bd21183153b733843a78a0f7fa8b491c04f840f From 333306e1235f1c3e4d3a2828c98a8b53ed5e4b07 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:29:57 +0300 Subject: [PATCH 149/149] Remove unnecessary files --- sources | 1 - sources.basename | 1 - 2 files changed, 2 deletions(-) delete mode 100644 sources delete mode 100644 sources.basename diff --git a/sources b/sources deleted file mode 100644 index eeb8ce6..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (attica-5.108.0.tar.xz) = 38a28b03909e53399157cef9341c73b92bc129c65c0de61c39c9fca6133652cf8a689a9c1d32ff16f967e0ed6bd21183153b733843a78a0f7fa8b491c04f840f diff --git a/sources.basename b/sources.basename deleted file mode 100644 index 140d778..0000000 --- a/sources.basename +++ /dev/null @@ -1 +0,0 @@ -attica