From 2207aed2e7a5daf6a248015d32bbbb084a3f247f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 13 May 2014 11:59:00 +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 71047e24c716602d0fc11ac5b3f3356c4f3c2e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 13 May 2014 14:13:30 +0200 Subject: [PATCH 002/149] Import package (kf5-karchive-4.99.0-2) --- .gitignore | 1 + kf5-karchive.spec | 89 +++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 91 insertions(+) create mode 100644 kf5-karchive.spec diff --git a/.gitignore b/.gitignore index e69de29..dcfcc0b 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/karchive-4.99.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec new file mode 100644 index 0000000..2eca968 --- /dev/null +++ b/kf5-karchive.spec @@ -0,0 +1,89 @@ +%define framework karchive + +Name: kf5-%{framework} +Version: 4.99.0 +Release: 2%{?dist} +Summary: KDE Frameworks 5 Tier 1 addon with archive functions + +License: LGPLv2+ and BSD +URL: http://www.kde.org + +Source0: http://download.kde.org/unstable/frameworks/4.99.0/%{framework}-4.99.0.tar.xz + +BuildRequires: zlib-devel +BuildRequires: bzip2-devel +BuildRequires: lzma-devel + +BuildRequires: kf5-rpm-macros +BuildRequires: extra-cmake-modules +BuildRequires: qt5-qtbase-devel + +Requires: kf5-filesystem + +%description +KDE Frameworks 5 Tier 1 addon with archive functions. + + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%prep +%setup -q -n %{framework}-%{version} + +%build +mkdir -p %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd + +make %{?_smp_mflags} -C %{_target_platform} + +%install +%make_install -C %{_target_platform} + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files +%doc AUTHORS COPYING COPYING.LIB README.md +%{_kf5_libdir}/libKF5Archive.so.* + +%files devel +%{_kf5_includedir}/karchive_version.h +%{_kf5_includedir}/KArchive +%{_kf5_libdir}/libKF5Archive.so +%{_kf5_libdir}/cmake/KF5Archive +%{_kf5_archdatadir}/mkspecs/modules/qt_KArchive.pri + +%changelog +* Tue May 06 2014 Daniel Vrátil - 4.99.0-2 +- Rebuild against updated kf5-rpm-macros + +* Mon May 05 2014 Daniel Vrátil - 4.99.0-1 +- KDE Frameworks 4.99.0 + +* Mon Mar 31 2014 Jan Grulich 4.98.0-1 +- Update to KDE Frameworks 5 Beta 1 (4.98.0) + +* Wed Mar 05 2014 Jan Grulich 4.97.0-1 +- Update to KDE Frameworks 5 Alpha 1 (4.97.0) + +* Wed Feb 12 2014 Daniel Vrátil 4.96.0-1 +- Update to KDE Frameworks 5 Alpha 1 (4.96.0) + +* Wed Feb 05 2014 Daniel Vrátil 4.96.0-0.1.20140205git +- Update to pre-release snapshot of 4.96.0 + +* Thu Jan 09 2014 Daniel Vrátil 4.95.0-1 +- Update to KDE Frameworks 5 TP1 (4.95.0) + +* Sat Jan 4 2014 Daniel Vrátil +- initial version diff --git a/sources b/sources index e69de29..5675ffb 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a3796efb4fe17cba0a115f3d50c48573 karchive-4.99.0.tar.xz From d1a55110067bfaead2e1a234b8634e37470a3027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 3 Jun 2014 11:54:26 +0200 Subject: [PATCH 003/149] KDE Frameworks 4.100.0 --- .gitignore | 1 + kf5-karchive.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index dcfcc0b..fa7ec0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /karchive-4.99.0.tar.xz +/karchive-4.100.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 2eca968..c10ffd4 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,14 +1,14 @@ %define framework karchive Name: kf5-%{framework} -Version: 4.99.0 -Release: 2%{?dist} +Version: 4.100.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD URL: http://www.kde.org -Source0: http://download.kde.org/unstable/frameworks/4.99.0/%{framework}-4.99.0.tar.xz +Source0: http://download.kde.org/unstable/frameworks/4.100.0/%{framework}-4.100.0.tar.xz%{framework}-4.99.0.tar.xz BuildRequires: zlib-devel BuildRequires: bzip2-devel @@ -64,6 +64,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KArchive.pri %changelog +* Tue Jun 03 2014 Daniel Vrátil - 4.100.0-1 +- KDE Frameworks 4.100.0 + * Tue May 06 2014 Daniel Vrátil - 4.99.0-2 - Rebuild against updated kf5-rpm-macros diff --git a/sources b/sources index 5675ffb..5b1647d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3796efb4fe17cba0a115f3d50c48573 karchive-4.99.0.tar.xz +fd7b89e988124d87a1b2662a34a6e6d8 karchive-4.100.0.tar.xz From cdbf46b4097f6afd27079caf562657073fa6498f 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-karchive.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index c10ffd4..70e0ac1 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -8,7 +8,7 @@ Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD URL: http://www.kde.org -Source0: http://download.kde.org/unstable/frameworks/4.100.0/%{framework}-4.100.0.tar.xz%{framework}-4.99.0.tar.xz +Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: zlib-devel BuildRequires: bzip2-devel From 6c3f7ba3386c4e9afe21fcf21ce9aa37d69cacb2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 21:22:23 -0500 Subject: [PATCH 005/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 70e0ac1..2f62cb7 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 4.100.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -64,6 +64,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KArchive.pri %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 f91a35db5e855849a5170a0d85ca692d94af3a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 9 Jul 2014 15:23:27 +0200 Subject: [PATCH 006/149] KDE Frameworks 5.0.0 --- .gitignore | 1 + kf5-karchive.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fa7ec0e..76f50e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /karchive-4.99.0.tar.xz /karchive-4.100.0.tar.xz +/karchive-5.0.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 2f62cb7..47fbdca 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,14 +1,14 @@ %define framework karchive Name: kf5-%{framework} -Version: 4.100.0 -Release: 2%{?dist} +Version: 5.0.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD 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: zlib-devel BuildRequires: bzip2-devel @@ -64,6 +64,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KArchive.pri %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 5b1647d..1855b23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd7b89e988124d87a1b2662a34a6e6d8 karchive-4.100.0.tar.xz +58e76e44a262cc184af4424d8dc1230b karchive-5.0.0.tar.xz From 3be43a251da1d479d31079af753d24d343c2a9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 6 Aug 2014 15:03:56 +0200 Subject: [PATCH 007/149] KDE Frameworks 5.1.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 76f50e1..612c2c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /karchive-4.99.0.tar.xz /karchive-4.100.0.tar.xz /karchive-5.0.0.tar.xz +/karchive-5.1.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 47fbdca..afb7012 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %define framework karchive Name: kf5-%{framework} -Version: 5.0.0 +Version: 5.1.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -64,6 +64,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KArchive.pri %changelog +* Wed Aug 06 2014 Daniel Vrátil - 5.1.0-1 +- KDE Frameworks 5.1.0 + * Wed Jul 09 2014 Daniel Vrátil - 5.0.0-1 - KDE Frameworks 5.0.0 diff --git a/sources b/sources index 1855b23..98f2778 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -58e76e44a262cc184af4424d8dc1230b karchive-5.0.0.tar.xz +d94ef0be567d7a3f89ccca7159b6c841 karchive-5.1.0.tar.xz From 01d5d1fd8b727febbf4557901d2775d5b4da57a5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 16 Aug 2014 23:39:05 +0000 Subject: [PATCH 008/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index afb7012..d88ad32 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -64,6 +64,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KArchive.pri %changelog +* Sat Aug 16 2014 Fedora Release Engineering - 5.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Wed Aug 06 2014 Daniel Vrátil - 5.1.0-1 - KDE Frameworks 5.1.0 From 5538667afdd7a8ebd553030390426bd2c3012d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 11 Sep 2014 09:43:06 +0200 Subject: [PATCH 009/149] KDE Frameworks 5.2.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 612c2c4..6cf7af7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /karchive-4.100.0.tar.xz /karchive-5.0.0.tar.xz /karchive-5.1.0.tar.xz +/karchive-5.2.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index d88ad32..470a650 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %define framework karchive Name: kf5-%{framework} -Version: 5.1.0 -Release: 2%{?dist} +Version: 5.2.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -64,6 +64,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KArchive.pri %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 98f2778..5c84f1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d94ef0be567d7a3f89ccca7159b6c841 karchive-5.1.0.tar.xz +1628c1a9fc6d277ee15e260cc0a4ab73 karchive-5.2.0.tar.xz From 05ba56d6d11803df595a8c1740907e001baf9790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Oct 2014 12:58:51 +0200 Subject: [PATCH 010/149] KDE Frameworks 5.3.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6cf7af7..a2e6449 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /karchive-5.0.0.tar.xz /karchive-5.1.0.tar.xz /karchive-5.2.0.tar.xz +/karchive-5.3.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 470a650..507c283 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %define framework karchive Name: kf5-%{framework} -Version: 5.2.0 +Version: 5.3.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -64,6 +64,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KArchive.pri %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 5c84f1d..21eb2d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1628c1a9fc6d277ee15e260cc0a4ab73 karchive-5.2.0.tar.xz +0e930e5528bff5d7d8b84b14ab354ac1 karchive-5.3.0.tar.xz From fdc99d8b4836dbbf35e9ced0f09073333e2c61c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 12:04:21 +0100 Subject: [PATCH 011/149] KDE Frameworks 5.4.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a2e6449..f6ed75d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /karchive-5.1.0.tar.xz /karchive-5.2.0.tar.xz /karchive-5.3.0.tar.xz +/karchive-5.4.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 507c283..cf6d9f6 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %define framework karchive Name: kf5-%{framework} -Version: 5.3.0 +Version: 5.4.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -64,6 +64,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KArchive.pri %changelog +* Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 +- KDE Frameworks 5.4.0 + * Tue Oct 07 2014 Daniel Vrátil - 5.3.0-1 - KDE Frameworks 5.3.0 diff --git a/sources b/sources index 21eb2d8..e584ab8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e930e5528bff5d7d8b84b14ab354ac1 karchive-5.3.0.tar.xz +e262c00b2df60c8e8cc78167c4581341 karchive-5.4.0.tar.xz From 372602e845addfdf76155df31d0a0342256f7ef1 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 012/149] Use %global instead of %define --- kf5-karchive.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index cf6d9f6..3b91d3d 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,4 +1,4 @@ -%define framework karchive +%global framework karchive Name: kf5-%{framework} Version: 5.4.0 From b9caa2affa40a35bd0f48a0dc71e331ae4e8f99d 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 013/149] Clean up spec file, autodetect stable/unstable download folder --- kf5-karchive.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 3b91d3d..aee9d26 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -8,7 +8,13 @@ Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD 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: zlib-devel BuildRequires: bzip2-devel @@ -47,11 +53,10 @@ make %{?_smp_mflags} -C %{_target_platform} %install %make_install -C %{_target_platform} -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %files %doc AUTHORS COPYING COPYING.LIB README.md %{_kf5_libdir}/libKF5Archive.so.* @@ -63,6 +68,7 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_libdir}/cmake/KF5Archive %{_kf5_archdatadir}/mkspecs/modules/qt_KArchive.pri + %changelog * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 From 368ad9b9983149bd180920c5431e0fc87b5989ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 8 Dec 2014 15:02:03 +0100 Subject: [PATCH 014/149] KDE Frameworks 5.5.0 --- .gitignore | 1 + kf5-karchive.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f6ed75d..77122ff 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /karchive-5.2.0.tar.xz /karchive-5.3.0.tar.xz /karchive-5.4.0.tar.xz +/karchive-5.5.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index aee9d26..e986c61 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,20 +1,21 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD 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: zlib-devel BuildRequires: bzip2-devel @@ -70,6 +71,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 +- KDE Frameworks 5.5.0 + * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 diff --git a/sources b/sources index e584ab8..2a2301e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e262c00b2df60c8e8cc78167c4581341 karchive-5.4.0.tar.xz +ff95f95a2fa8722c8e2f7f5035625348 karchive-5.5.0.tar.xz From baf7f784c0e49fea653fa0ec773c8a7b8e2cbfff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Jan 2015 14:35:03 +0100 Subject: [PATCH 015/149] KDE Frameworks 5.6.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 77122ff..9566115 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /karchive-5.3.0.tar.xz /karchive-5.4.0.tar.xz /karchive-5.5.0.tar.xz +/karchive-5.6.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index e986c61..568970d 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.5.0 +Version: 5.6.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -71,6 +71,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 +- KDE Frameworks 5.6.0 + * Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 - KDE Frameworks 5.5.0 diff --git a/sources b/sources index 2a2301e..1613dc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff95f95a2fa8722c8e2f7f5035625348 karchive-5.5.0.tar.xz +f4070be48d4b01f81317d284fbf55e57 karchive-5.6.0.tar.xz From b07b82d325e12e2fb75f413214faf7d3d95665aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 21 Jan 2015 14:00:47 +0100 Subject: [PATCH 016/149] BR xz-devel instead of lzma-devel --- kf5-karchive.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 568970d..0e98e79 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -19,7 +19,7 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra BuildRequires: zlib-devel BuildRequires: bzip2-devel -BuildRequires: lzma-devel +BuildRequires: xz-devel BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules @@ -71,6 +71,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Wed Jan 21 2015 Daniel Vrátil - 5.6.0-2 +- BR xz-devel instead of lzma-devel + * Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 - KDE Frameworks 5.6.0 From df0ab2d65ff7fb67e3c6de4d9039fb14d4cc56ad 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 017/149] KDE Frameworks 5.7.0 --- kf5-karchive.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 0e98e79..6522dfd 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.6.0 -Release: 2%{?dist} +Version: 5.7.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -24,6 +24,7 @@ BuildRequires: xz-devel BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules BuildRequires: qt5-qtbase-devel +BuildRequires: kf5-karchive-devel Requires: kf5-filesystem @@ -34,6 +35,7 @@ KDE Frameworks 5 Tier 1 addon with archive functions. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: qt5-qtbase-devel %description devel The %{name}-devel package contains libraries and header files for @@ -71,6 +73,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Mon Feb 16 2015 Daniel Vrátil - 5.7.0-1 +- KDE Frameworks 5.7.0 + * Wed Jan 21 2015 Daniel Vrátil - 5.6.0-2 - BR xz-devel instead of lzma-devel From c634b6e2bd6bd5fbdf32804e81a0c9b2a4439d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Feb 2015 14:22:54 +0100 Subject: [PATCH 018/149] Update sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9566115..978bbc7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /karchive-5.4.0.tar.xz /karchive-5.5.0.tar.xz /karchive-5.6.0.tar.xz +/karchive-5.7.0.tar.xz diff --git a/sources b/sources index 1613dc0..26aa367 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4070be48d4b01f81317d284fbf55e57 karchive-5.6.0.tar.xz +c811d4ebf158cee741715a06e27ff0cb karchive-5.7.0.tar.xz From 4488c17b250f49ce56aace788932704a009948d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 27 Feb 2015 18:09:20 +0100 Subject: [PATCH 019/149] Rebuild (GCC 5) --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 6522dfd..f2eab95 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -73,6 +73,9 @@ make %{?_smp_mflags} -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 f64fae7ffbefbd2ad1ab4cb6308fe7f2fce3fc6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Mar 2015 12:49:06 +0100 Subject: [PATCH 020/149] KDE Frameworks 5.8.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 978bbc7..edfad2e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /karchive-5.5.0.tar.xz /karchive-5.6.0.tar.xz /karchive-5.7.0.tar.xz +/karchive-5.8.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index f2eab95..4a291b1 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.7.0 -Release: 2%{?dist} +Version: 5.8.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -73,6 +73,9 @@ make %{?_smp_mflags} -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 26aa367..21edf29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c811d4ebf158cee741715a06e27ff0cb karchive-5.7.0.tar.xz +35701d66e2716429fa76f441b2756b90 karchive-5.8.0.tar.xz From 4c95981bb6353a6a158db7aca573538bbfdf8a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 17 Mar 2015 10:56:56 +0100 Subject: [PATCH 021/149] Remove ambiguous BR --- kf5-karchive.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 4a291b1..a5cc71e 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -24,7 +24,6 @@ BuildRequires: xz-devel BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules BuildRequires: qt5-qtbase-devel -BuildRequires: kf5-karchive-devel Requires: kf5-filesystem From 6e547a427aef5ebbe548c0ed45c07a3ae1f5e77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Apr 2015 13:03:14 +0200 Subject: [PATCH 022/149] KDE Frameworks 5.9.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index edfad2e..c18a077 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /karchive-5.6.0.tar.xz /karchive-5.7.0.tar.xz /karchive-5.8.0.tar.xz +/karchive-5.9.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index a5cc71e..055584b 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.8.0 +Version: 5.9.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,9 @@ make %{?_smp_mflags} -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 21edf29..1be9b3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35701d66e2716429fa76f441b2756b90 karchive-5.8.0.tar.xz +edf96ce52f1330c28c1c0e0251d4fdb8 karchive-5.9.0.tar.xz From d35be9eae14112e2356dfa0bd9774aa970a26e92 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 14:41:42 +0200 Subject: [PATCH 023/149] Rebuilt for GCC 5 C++11 ABI change --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 055584b..0a4724e 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -72,6 +72,9 @@ make %{?_smp_mflags} -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 6d94fd76f9bf650cbcee960203f1671aa0be3338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 11 May 2015 11:11:28 +0200 Subject: [PATCH 024/149] KDE Frameworks 5.10.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c18a077..10385e0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /karchive-5.7.0.tar.xz /karchive-5.8.0.tar.xz /karchive-5.9.0.tar.xz +/karchive-5.10.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 0a4724e..0c86f1f 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.9.0 -Release: 2%{?dist} +Version: 5.10.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -72,6 +72,9 @@ make %{?_smp_mflags} -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 1be9b3a..0db86bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -edf96ce52f1330c28c1c0e0251d4fdb8 karchive-5.9.0.tar.xz +84b3bb7303f5438247db4e292d9f3cf0 karchive-5.10.0.tar.xz From d934154b14394fec510e5b8e0ddd05ea01d8bd4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 10 Jun 2015 14:26:29 +0200 Subject: [PATCH 025/149] KDE Frameworks 5.11.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 10385e0..1b0c311 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /karchive-5.8.0.tar.xz /karchive-5.9.0.tar.xz /karchive-5.10.0.tar.xz +/karchive-5.11.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 0c86f1f..c15224b 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.10.0 +Version: 5.11.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,9 @@ make %{?_smp_mflags} -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 0db86bd..6c704f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84b3bb7303f5438247db4e292d9f3cf0 karchive-5.10.0.tar.xz +a9044a93fc88324d97108d69b07f7851 karchive-5.11.0.tar.xz From 46a6152cc23189c489fd67167551590a9894bc42 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 13:10:17 +0000 Subject: [PATCH 026/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index c15224b..cf5457a 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -72,6 +72,9 @@ make %{?_smp_mflags} -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 90ce14e4189f74a10dbf8e2c230f2fb9418920f6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 Jul 2015 13:45:59 -0500 Subject: [PATCH 027/149] 5.12.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1b0c311..909c682 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /karchive-5.9.0.tar.xz /karchive-5.10.0.tar.xz /karchive-5.11.0.tar.xz +/karchive-5.12.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index cf5457a..aa34f89 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.11.0 -Release: 2%{?dist} +Version: 5.12.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -72,6 +72,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Thu Jul 09 2015 Rex Dieter - 5.12.0-1 +- 5.12.0 + * Wed Jun 17 2015 Fedora Release Engineering - 5.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 6c704f2..eea90e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a9044a93fc88324d97108d69b07f7851 karchive-5.11.0.tar.xz +024f3f34236bd64823a5350ef8670557 karchive-5.12.0.tar.xz From 7acfb33c53e8a226a0e915078b3bc67a291310da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 19 Aug 2015 16:49:36 +0200 Subject: [PATCH 028/149] KDE Frameworks 5.13.0 --- .gitignore | 1 + kf5-karchive.spec | 17 +++++++++++++---- sources | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 909c682..b81aba2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /karchive-5.10.0.tar.xz /karchive-5.11.0.tar.xz /karchive-5.12.0.tar.xz +/karchive-5.13.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index aa34f89..9aa6c6b 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.12.0 +Version: 5.13.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -21,11 +21,11 @@ BuildRequires: zlib-devel BuildRequires: bzip2-devel BuildRequires: xz-devel -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 KDE Frameworks 5 Tier 1 addon with archive functions. @@ -72,6 +72,15 @@ make %{?_smp_mflags} -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 diff --git a/sources b/sources index eea90e7..7848a6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -024f3f34236bd64823a5350ef8670557 karchive-5.12.0.tar.xz +dd01dc1252cb3d862959970ef7d7f5eb karchive-5.13.0.tar.xz From 3c66bf56a2ffa74672559c72c475db5b28cfa3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 16 Sep 2015 13:46:50 +0200 Subject: [PATCH 029/149] KDE Frameworks 5.14.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b81aba2..038d608 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /karchive-5.11.0.tar.xz /karchive-5.12.0.tar.xz /karchive-5.13.0.tar.xz +/karchive-5.14.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 9aa6c6b..c972f79 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.13.0 +Version: 5.14.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,9 @@ make %{?_smp_mflags} -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 7848a6b..1e28bd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd01dc1252cb3d862959970ef7d7f5eb karchive-5.13.0.tar.xz +1250214279c42c5802f998ee1f2b91b8 karchive-5.14.0.tar.xz From 4248d317aca9a494527b3a1f3342d6870aedd9cb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Sep 2015 12:27:05 -0500 Subject: [PATCH 030/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..d20d2ab --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +karchive From 144553d6f92323699b262b79721c5b453b3d2845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Oct 2015 15:05:37 +0200 Subject: [PATCH 031/149] KDE Frameworks 5.15.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 038d608..ed08742 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /karchive-5.12.0.tar.xz /karchive-5.13.0.tar.xz /karchive-5.14.0.tar.xz +/karchive-5.15.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index c972f79..1ab4663 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.14.0 +Version: 5.15.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,9 @@ make %{?_smp_mflags} -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 1e28bd0..72aff0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1250214279c42c5802f998ee1f2b91b8 karchive-5.14.0.tar.xz +38c7374689688c045cd5ba1acb4ea91b karchive-5.15.0.tar.xz From 7e64ddae1f02a73f02f03ac8b2637e8d99b2e2c2 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 032/149] KDE Frameworks 5.16 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ed08742..b00c962 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /karchive-5.13.0.tar.xz /karchive-5.14.0.tar.xz /karchive-5.15.0.tar.xz +/karchive-5.16.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 1ab4663..21ce6fd 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.15.0 +Version: 5.16.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,9 @@ make %{?_smp_mflags} -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 72aff0a..48ce147 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -38c7374689688c045cd5ba1acb4ea91b karchive-5.15.0.tar.xz +f93b57e3645828890e895a8b993968af karchive-5.16.0.tar.xz From e9a65ed0314370e4a44f816372acefa57698c6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 8 Dec 2015 23:32:10 +0100 Subject: [PATCH 033/149] KDE Frameworks 5.17.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b00c962..9b46667 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /karchive-5.14.0.tar.xz /karchive-5.15.0.tar.xz /karchive-5.16.0.tar.xz +/karchive-5.17.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 21ce6fd..49cbfd3 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.16.0 +Version: 5.17.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,9 @@ make %{?_smp_mflags} -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 48ce147..905bec2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f93b57e3645828890e895a8b993968af karchive-5.16.0.tar.xz +30aad48540a1ff92ea9c1695f51fdb02 karchive-5.17.0.tar.xz From f95db46cf8bbdf28456961c749bffef675059aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Sun, 3 Jan 2016 18:02:25 +0100 Subject: [PATCH 034/149] KDE Frameworks 5.18.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9b46667..6ea97c7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /karchive-5.15.0.tar.xz /karchive-5.16.0.tar.xz /karchive-5.17.0.tar.xz +/karchive-5.18.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 49cbfd3..bbd8bfb 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.17.0 +Version: 5.18.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,9 @@ make %{?_smp_mflags} -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 905bec2..ceaa8be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30aad48540a1ff92ea9c1695f51fdb02 karchive-5.17.0.tar.xz +5e6da520d4910dad8a03dde2d5b4c2d2 karchive-5.18.0.tar.xz From e64d6b7f0bcca0139806e9718756926a1fd2c00e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Jan 2016 07:33:29 -0600 Subject: [PATCH 035/149] cosmetics, update URL, use %license --- .gitignore | 20 -------------------- kf5-karchive.spec | 28 ++++++++++++++++------------ 2 files changed, 16 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index 6ea97c7..14b0ac5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1 @@ -/karchive-4.99.0.tar.xz -/karchive-4.100.0.tar.xz -/karchive-5.0.0.tar.xz -/karchive-5.1.0.tar.xz -/karchive-5.2.0.tar.xz -/karchive-5.3.0.tar.xz -/karchive-5.4.0.tar.xz -/karchive-5.5.0.tar.xz -/karchive-5.6.0.tar.xz -/karchive-5.7.0.tar.xz -/karchive-5.8.0.tar.xz -/karchive-5.9.0.tar.xz -/karchive-5.10.0.tar.xz -/karchive-5.11.0.tar.xz -/karchive-5.12.0.tar.xz -/karchive-5.13.0.tar.xz -/karchive-5.14.0.tar.xz -/karchive-5.15.0.tar.xz -/karchive-5.16.0.tar.xz -/karchive-5.17.0.tar.xz /karchive-5.18.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index bbd8bfb..2fe970e 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD -URL: http://www.kde.org +URL: http://projects.kde.org/karchive %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -17,13 +17,12 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -BuildRequires: zlib-devel BuildRequires: bzip2-devel -BuildRequires: xz-devel - -BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: extra-cmake-modules >= %{version} +BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: qt5-qtbase-devel +BuildRequires: xz-devel +BuildRequires: zlib-devel Requires: kf5-filesystem >= %{version} @@ -35,7 +34,6 @@ KDE Frameworks 5 Tier 1 addon with archive functions. Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel - %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -44,34 +42,40 @@ developing applications that use %{name}. %prep %setup -q -n %{framework}-%{version} + %build -mkdir -p %{_target_platform} +mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} + %install -%make_install -C %{_target_platform} +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%doc AUTHORS COPYING COPYING.LIB README.md +%doc AUTHORS README.md +%license COPYING COPYING.LIB %{_kf5_libdir}/libKF5Archive.so.* %files devel %{_kf5_includedir}/karchive_version.h -%{_kf5_includedir}/KArchive +%{_kf5_includedir}/KArchive/ %{_kf5_libdir}/libKF5Archive.so -%{_kf5_libdir}/cmake/KF5Archive +%{_kf5_libdir}/cmake/KF5Archive/ %{_kf5_archdatadir}/mkspecs/modules/qt_KArchive.pri %changelog +* Thu Jan 14 2016 Rex Dieter 5.18.0-2 +- cosmetics, update URL, use %%license + * Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 - KDE Frameworks 5.18.0 From d5233abbefb6b30a6d77d0631f4ccc3268ed856a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 01:58:53 +0000 Subject: [PATCH 036/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 2fe970e..d987b7d 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -73,6 +73,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 - cosmetics, update URL, use %%license From e9afe5c8b67b6f41e2d8fc3b40c022fc074b1e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 11 Feb 2016 15:23:29 +0100 Subject: [PATCH 037/149] KDE Frameworks 5.19.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 14b0ac5..a700b15 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /karchive-5.18.0.tar.xz +/karchive-5.19.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index d987b7d..14a837d 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.18.0 -Release: 3%{?dist} +Version: 5.19.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -73,6 +73,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 ceaa8be..258ea28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e6da520d4910dad8a03dde2d5b4c2d2 karchive-5.18.0.tar.xz +de8678f38303699cf66303f29bb06748 karchive-5.19.0.tar.xz From af4e38dc91b010b12ea5a69e9d85fbc5efa6fcbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 14 Mar 2016 11:47:09 +0100 Subject: [PATCH 038/149] KDE Frameworks 5.20.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a700b15..abdabe8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /karchive-5.18.0.tar.xz /karchive-5.19.0.tar.xz +/karchive-5.20.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 14a837d..3f3a490 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.19.0 +Version: 5.20.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -73,6 +73,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 258ea28..805d32e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de8678f38303699cf66303f29bb06748 karchive-5.19.0.tar.xz +67f61e0ad2ac41e12597a000a436398b karchive-5.20.0.tar.xz From 146d657263e99124f97035af5a4041f1f2999166 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Apr 2016 08:25:08 -0500 Subject: [PATCH 039/149] KDE Frameworks 5.21.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index abdabe8..564edda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /karchive-5.18.0.tar.xz /karchive-5.19.0.tar.xz /karchive-5.20.0.tar.xz +/karchive-5.21.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 3f3a490..bf589bc 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.20.0 +Version: 5.21.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -73,6 +73,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 805d32e..3a4a96d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67f61e0ad2ac41e12597a000a436398b karchive-5.20.0.tar.xz +125a68c6e5889f6423ecd3e08dbd80ae karchive-5.21.0.tar.xz From 6ff457f60e67eeb96c9ef6a8d34fa3ca9fe28164 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 09:39:43 -0500 Subject: [PATCH 040/149] update URL, use autosetup --- kf5-karchive.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index bf589bc..3cc79e3 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.21.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD -URL: http://projects.kde.org/karchive +URL: https://quickgit.kde.org/?p=%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -40,7 +40,7 @@ developing applications that use %{name}. %prep -%setup -q -n %{framework}-%{version} +%autosetup -n %{framework}-%{version} %build @@ -73,6 +73,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 81b51a3c91869050288ba0b717faad82dd2a97d7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 09:54:15 -0500 Subject: [PATCH 041/149] KDE Frameworks 5.22.0 --- .gitignore | 1 + clog | 2 ++ kf5-karchive.spec | 7 +++++-- sources | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 clog diff --git a/.gitignore b/.gitignore index 564edda..025f8a6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /karchive-5.19.0.tar.xz /karchive-5.20.0.tar.xz /karchive-5.21.0.tar.xz +/karchive-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-karchive.spec b/kf5-karchive.spec index 3cc79e3..936c8d3 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.21.0 -Release: 2%{?dist} +Version: 5.22.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -73,6 +73,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 3a4a96d..13fc191 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -125a68c6e5889f6423ecd3e08dbd80ae karchive-5.21.0.tar.xz +07e006e8ba376680453766d8ea269269 karchive-5.22.0.tar.xz From f632f8eb3a841613bd898929c551414b7708ec44 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 18 May 2016 14:24:51 -0500 Subject: [PATCH 042/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 75aac3f6749aee3643ba03e7bdf5d5de1c309bab Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 10:31:04 -0500 Subject: [PATCH 043/149] KDE Frameworks 5.23.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 025f8a6..d62b457 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /karchive-5.20.0.tar.xz /karchive-5.21.0.tar.xz /karchive-5.22.0.tar.xz +/karchive-5.23.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 936c8d3..72e1e62 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.22.0 +Version: 5.23.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -73,6 +73,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 13fc191..be96241 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07e006e8ba376680453766d8ea269269 karchive-5.22.0.tar.xz +7d21c57bebdd6800143c1b03b4f9b4c3 karchive-5.23.0.tar.xz From c3385e753b32393f1bb3567363a8b4af3291e303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Wed, 6 Jul 2016 17:54:27 +0200 Subject: [PATCH 044/149] KDE Frameworks 5.24.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d62b457..ca6905f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /karchive-5.21.0.tar.xz /karchive-5.22.0.tar.xz /karchive-5.23.0.tar.xz +/karchive-5.24.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 72e1e62..27ceb83 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.23.0 +Version: 5.24.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -73,6 +73,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 be96241..4f86cf5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d21c57bebdd6800143c1b03b4f9b4c3 karchive-5.23.0.tar.xz +49ab9bbc2dde92f16bea572526d3eb1e karchive-5.24.0.tar.xz From 0ca033c28a01b9007cc709a1e6e27be180ac2477 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 045/149] KDE Frameworks 5.25.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca6905f..cda592b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /karchive-5.22.0.tar.xz /karchive-5.23.0.tar.xz /karchive-5.24.0.tar.xz +/karchive-5.25.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 27ceb83..98b6bc2 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.24.0 +Version: 5.25.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -73,6 +73,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 4f86cf5..b1495f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -49ab9bbc2dde92f16bea572526d3eb1e karchive-5.24.0.tar.xz +7205f46ad213e85a736da5f808b5b8df karchive-5.25.0.tar.xz From 3faf03e0f5017345e6024eaa2c2b10cd6e67ccb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 8 Sep 2016 10:26:19 +0200 Subject: [PATCH 046/149] KDE Frameworks 5.26.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cda592b..7c88301 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /karchive-5.23.0.tar.xz /karchive-5.24.0.tar.xz /karchive-5.25.0.tar.xz +/karchive-5.26.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 98b6bc2..9e3b886 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.25.0 +Version: 5.26.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -73,6 +73,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 b1495f0..c53365d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7205f46ad213e85a736da5f808b5b8df karchive-5.25.0.tar.xz +33edd3478ca813a02aa7e525d6a1b9cc karchive-5.26.0.tar.xz From b0f3e03a898ffa07f10ca6273e596ccf2f5b3a9e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Oct 2016 13:40:31 -0500 Subject: [PATCH 047/149] 5.27.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7c88301..7cf5199 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /karchive-5.24.0.tar.xz /karchive-5.25.0.tar.xz /karchive-5.26.0.tar.xz +/karchive-5.27.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 9e3b886..3b4435a 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.26.0 -Release: 1%{?dist} +Version: 5.27.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -73,6 +73,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 c53365d..1e56f89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33edd3478ca813a02aa7e525d6a1b9cc karchive-5.26.0.tar.xz +979133136e319640d2ff7caf4823185d karchive-5.27.0.tar.xz From c70371ed3daef31a72dd68176ba63fd8cee36e48 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Dec 2016 09:05:22 -0600 Subject: [PATCH 048/149] 5.29.0 --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 3b4435a..7d5fac8 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.27.0 +Version: 5.29.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -73,6 +73,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 From 34ab1c7a39d80bcc9aefcbb7449b8b2f1d7c6fb4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Dec 2016 09:27:08 -0600 Subject: [PATCH 049/149] 5.29.0 --- .gitignore | 1 + kf5-karchive.spec | 3 +++ sources | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7cf5199..2c94670 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /karchive-5.25.0.tar.xz /karchive-5.26.0.tar.xz /karchive-5.27.0.tar.xz +/karchive-5.29.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 7d5fac8..ba91cd0 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0 +* 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 1e56f89..560db04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -979133136e319640d2ff7caf4823185d karchive-5.27.0.tar.xz +SHA512 (karchive-5.29.0.tar.xz) = a41347d6e05d54de5d824bc2257254e65651d8430c8f37e19b04c6c290f658853c028824b1acc67d9e0bd5979cd1bdfd89f73bbc0fbcdfcb5ea61b00bce51e69 From 881575ab1407854b2208392111ce16329d430852 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Dec 2016 11:40:14 -0600 Subject: [PATCH 050/149] 5.29.0 --- kf5-karchive.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index ba91cd0..91e8d06 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0 +* 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 From 56ef9aec1fd671979a9e7139316fd0e71442a543 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 6 Feb 2017 12:01:34 -0600 Subject: [PATCH 051/149] 5.31.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2c94670..42eff56 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /karchive-5.26.0.tar.xz /karchive-5.27.0.tar.xz /karchive-5.29.0.tar.xz +/karchive-5.31.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 91e8d06..2f8f558 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.29.0 +Version: 5.31.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -73,6 +73,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 560db04..bf63d83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.29.0.tar.xz) = a41347d6e05d54de5d824bc2257254e65651d8430c8f37e19b04c6c290f658853c028824b1acc67d9e0bd5979cd1bdfd89f73bbc0fbcdfcb5ea61b00bce51e69 +SHA512 (karchive-5.31.0.tar.xz) = 4a82b91956bd52a7b9da6c40bcaa0340b3e1b0e964ce44be8993a6a62abde7514d449df1748a79a4bf7c8a7aacaaf4bc3f2b125a7748dde5f02a9ad5c49efb48 From 892dded5e6647a6a37b3804e8dc71d162ef5ad5d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 4 Mar 2017 14:22:08 -0600 Subject: [PATCH 052/149] 5.32.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 42eff56..afd571b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /karchive-5.27.0.tar.xz /karchive-5.29.0.tar.xz /karchive-5.31.0.tar.xz +/karchive-5.32.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 2f8f558..3821d4b 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.31.0 +Version: 5.32.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -73,6 +73,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 bf63d83..78c5ca7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.31.0.tar.xz) = 4a82b91956bd52a7b9da6c40bcaa0340b3e1b0e964ce44be8993a6a62abde7514d449df1748a79a4bf7c8a7aacaaf4bc3f2b125a7748dde5f02a9ad5c49efb48 +SHA512 (karchive-5.32.0.tar.xz) = 439d8b06eea14b2b8fd15a995e87970cf42586c4c704cb0e909eed61c57f69db09bb77c808b270dc116d2a681fb9d54dc2e807f168f6da3ab7d0fd6030129e49 From 3c94d663597e3e6019dd38bbd794f2877c8c7987 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Apr 2017 08:08:08 -0500 Subject: [PATCH 053/149] 5.33.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index afd571b..ce91051 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /karchive-5.29.0.tar.xz /karchive-5.31.0.tar.xz /karchive-5.32.0.tar.xz +/karchive-5.33.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 3821d4b..dc2489d 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,12 +1,12 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.32.0 +Version: 5.33.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD -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) @@ -73,6 +73,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 78c5ca7..ad85c7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.32.0.tar.xz) = 439d8b06eea14b2b8fd15a995e87970cf42586c4c704cb0e909eed61c57f69db09bb77c808b270dc116d2a681fb9d54dc2e807f168f6da3ab7d0fd6030129e49 +SHA512 (karchive-5.33.0.tar.xz) = 6d8087c4b4360f0c0c798a1b4b2384e74fb90294d4012a5f5d81154c69785b09535ce5c36da8740ff6f54a457d382ab84f4ea853141938fc532f09dec0668bac From e1a07034f4b9ade8be9a31086e65ca28594939e6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 15 May 2017 11:02:19 -0500 Subject: [PATCH 054/149] 5.34.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ce91051..13c7672 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /karchive-5.31.0.tar.xz /karchive-5.32.0.tar.xz /karchive-5.33.0.tar.xz +/karchive-5.34.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index dc2489d..67cd7f8 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.33.0 +Version: 5.34.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -73,6 +73,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 ad85c7c..225d0fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.33.0.tar.xz) = 6d8087c4b4360f0c0c798a1b4b2384e74fb90294d4012a5f5d81154c69785b09535ce5c36da8740ff6f54a457d382ab84f4ea853141938fc532f09dec0668bac +SHA512 (karchive-5.34.0.tar.xz) = 060e54b7d9d48dc1455a286ab08cecab4c567ce81b409032d48db5e704ae591309172621b09b4e7a971d2c0b1177b84f3ad50518d3435dc44580e381372e7b1c From 8c27d0cb306a3bea9b99167a5b18821defb06df0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Jun 2017 07:14:44 -0500 Subject: [PATCH 055/149] 5.35.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 13c7672..fc77597 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /karchive-5.32.0.tar.xz /karchive-5.33.0.tar.xz /karchive-5.34.0.tar.xz +/karchive-5.35.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 67cd7f8..cfa9a93 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.34.0 +Version: 5.35.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -73,6 +73,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 225d0fc..96d663a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.34.0.tar.xz) = 060e54b7d9d48dc1455a286ab08cecab4c567ce81b409032d48db5e704ae591309172621b09b4e7a971d2c0b1177b84f3ad50518d3435dc44580e381372e7b1c +SHA512 (karchive-5.35.0.tar.xz) = f7b7dea30fe5398c76d1dba094c10d8c8740245227e87afc05b3dd883abbe5f257edcf8d967b5ab623f3f8f145215a7944b31396514d36db7659044b9184c14a From 506d8c08091359a75ed63e29b8094c3e88ed624d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Jul 2017 12:02:35 -0500 Subject: [PATCH 056/149] 5.36.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fc77597..25fc27c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /karchive-5.33.0.tar.xz /karchive-5.34.0.tar.xz /karchive-5.35.0.tar.xz +/karchive-5.36.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index cfa9a93..0cb649d 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.35.0 +Version: 5.36.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -73,6 +73,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 96d663a..51aa16d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.35.0.tar.xz) = f7b7dea30fe5398c76d1dba094c10d8c8740245227e87afc05b3dd883abbe5f257edcf8d967b5ab623f3f8f145215a7944b31396514d36db7659044b9184c14a +SHA512 (karchive-5.36.0.tar.xz) = 73041d36ea970793674b3da4bc7d464bde238c8697478d881a6407bbd86cf6243add6328f62cfe152552785dd1532e9d5db0fe401835c0306f1c078072c04eb1 From 08e9f6fe2e65b21cd0c6fb5bdde2992ce89fcdc7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 15:12:45 +0000 Subject: [PATCH 057/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 0cb649d..15f74dd 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -73,6 +73,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 afcfc514d7f8718de250c3b29cecb678170c8360 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 00:23:10 +0000 Subject: [PATCH 058/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 15f74dd..8bdda30 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -73,6 +73,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 a077a107f047e83729979bcfd1c8ad7c5ce76cb7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Aug 2017 09:24:33 -0500 Subject: [PATCH 059/149] 5.37.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 25fc27c..c1d1fb3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /karchive-5.34.0.tar.xz /karchive-5.35.0.tar.xz /karchive-5.36.0.tar.xz +/karchive-5.37.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 8bdda30..4d3fdbd 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.36.0 -Release: 3%{?dist} +Version: 5.37.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -73,6 +73,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 51aa16d..002f917 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.36.0.tar.xz) = 73041d36ea970793674b3da4bc7d464bde238c8697478d881a6407bbd86cf6243add6328f62cfe152552785dd1532e9d5db0fe401835c0306f1c078072c04eb1 +SHA512 (karchive-5.37.0.tar.xz) = 50f9298a785e3e46e4f34bcc489e59704ca464da4efbcad6c1a27e115ace7343936a1b126f0723f9acf55512ace05bba2cd37df02b2d1f54ae87b2a72c590a76 From 37745aed223ea49c8e1f575fc8b3a82243974b31 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Aug 2017 09:49:41 -0500 Subject: [PATCH 060/149] update %%files --- kf5-karchive.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 4d3fdbd..739cad2 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -62,6 +62,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files %doc AUTHORS README.md %license COPYING COPYING.LIB +%{_kf5_sysconfidr}/xdg/karchive.* %{_kf5_libdir}/libKF5Archive.so.* %files devel From 04dffe4912e26d7e85824a8526c1afdae46f9e79 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Aug 2017 10:10:39 -0500 Subject: [PATCH 061/149] typo --- kf5-karchive.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 739cad2..e024609 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -62,7 +62,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files %doc AUTHORS README.md %license COPYING COPYING.LIB -%{_kf5_sysconfidr}/xdg/karchive.* +%{_kf5_sysconfdir}/xdg/karchive.* %{_kf5_libdir}/libKF5Archive.so.* %files devel From 87c345f1ee40b9a1a529031d5178a0eac9e54b06 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 11 Sep 2017 14:51:17 -0500 Subject: [PATCH 062/149] 5.38.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c1d1fb3..c348bc1 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /karchive-5.35.0.tar.xz /karchive-5.36.0.tar.xz /karchive-5.37.0.tar.xz +/karchive-5.38.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index e024609..17555a4 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.37.0 +Version: 5.38.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -74,6 +74,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 002f917..72203d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.37.0.tar.xz) = 50f9298a785e3e46e4f34bcc489e59704ca464da4efbcad6c1a27e115ace7343936a1b126f0723f9acf55512ace05bba2cd37df02b2d1f54ae87b2a72c590a76 +SHA512 (karchive-5.38.0.tar.xz) = cfeab8d6f0be5fed2f678b8251d533b5ad359daafde1a17cdfcf7a614540e57f0b6aaf320456622bb48bdc0ee8443d60067c7613c077145a09b32fc2905ee05e From 11b7a96a90e910c583d886474e92c59954df5139 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Oct 2017 09:56:03 -0500 Subject: [PATCH 063/149] 5.39.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c348bc1..cff3d0e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /karchive-5.36.0.tar.xz /karchive-5.37.0.tar.xz /karchive-5.38.0.tar.xz +/karchive-5.39.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 17555a4..48c1ab1 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.38.0 +Version: 5.39.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -74,6 +74,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 72203d6..5c06d60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.38.0.tar.xz) = cfeab8d6f0be5fed2f678b8251d533b5ad359daafde1a17cdfcf7a614540e57f0b6aaf320456622bb48bdc0ee8443d60067c7613c077145a09b32fc2905ee05e +SHA512 (karchive-5.39.0.tar.xz) = 5151bfb0ce8b25593b0da34d376bf1c2bccdce80e8ad95ccad0c7d01aa42a8c12ffa3175192a07ae9b62f869c3b4d1df48e134d30d5506c40649fa4930775142 From 21fad408f746f09fbde3e6eaf0e5dfe5e8d08912 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Nov 2017 09:32:05 -0600 Subject: [PATCH 064/149] 5.40.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cff3d0e..6d3b101 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /karchive-5.37.0.tar.xz /karchive-5.38.0.tar.xz /karchive-5.39.0.tar.xz +/karchive-5.40.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 48c1ab1..aab08f4 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.39.0 +Version: 5.40.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -74,6 +74,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 5c06d60..b1e19d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.39.0.tar.xz) = 5151bfb0ce8b25593b0da34d376bf1c2bccdce80e8ad95ccad0c7d01aa42a8c12ffa3175192a07ae9b62f869c3b4d1df48e134d30d5506c40649fa4930775142 +SHA512 (karchive-5.40.0.tar.xz) = edffe71f985b0d7c6cc84d6549447734c717de9f8be4685badee47d94464cf29373cfbfc3662d81c9e0071321c50c4459840c316c08144972e1fab1c295d8a22 From 8047b5dd836cbca4066ede7656949343631d8c65 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Dec 2017 10:31:38 -0600 Subject: [PATCH 065/149] 5.41.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6d3b101..ffd2a16 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /karchive-5.38.0.tar.xz /karchive-5.39.0.tar.xz /karchive-5.40.0.tar.xz +/karchive-5.41.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index aab08f4..a412128 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.40.0 +Version: 5.41.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -74,6 +74,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 b1e19d6..3443382 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.40.0.tar.xz) = edffe71f985b0d7c6cc84d6549447734c717de9f8be4685badee47d94464cf29373cfbfc3662d81c9e0071321c50c4459840c316c08144972e1fab1c295d8a22 +SHA512 (karchive-5.41.0.tar.xz) = fd28292b0076ef516ee695c057b026c3601386f1f4733f4ddc6ad21e416c27e891ffb2339f31100105834a84dc9adf4cef518d110e84f9f2d56ac92abe440f05 From 1e49c7ca7b57315c6dd0b7736a1abab7a1d9ee5e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Jan 2018 08:53:50 -0600 Subject: [PATCH 066/149] 5.42.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ffd2a16..34d40ab 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /karchive-5.39.0.tar.xz /karchive-5.40.0.tar.xz /karchive-5.41.0.tar.xz +/karchive-5.42.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index a412128..4be6052 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.41.0 +Version: 5.42.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -74,6 +74,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 3443382..7adda01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.41.0.tar.xz) = fd28292b0076ef516ee695c057b026c3601386f1f4733f4ddc6ad21e416c27e891ffb2339f31100105834a84dc9adf4cef518d110e84f9f2d56ac92abe440f05 +SHA512 (karchive-5.42.0.tar.xz) = 4599c6e5018f51b84062fa84bb312f5461d6b7209b3e5f10e701ee7b7e9fe54b5bd2820de188e779dd70eebc73219ca47e7e14c994b9a49b3ca1f900fabe6e57 From 1ba8c95b47862b6a8083d3f8ec468be4bea8f6fa Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Feb 2018 09:49:50 -0600 Subject: [PATCH 067/149] 5.43.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 34d40ab..ebd4620 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /karchive-5.40.0.tar.xz /karchive-5.41.0.tar.xz /karchive-5.42.0.tar.xz +/karchive-5.43.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 4be6052..c942105 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.42.0 +Version: 5.43.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -74,6 +74,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 7adda01..6b64c90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.42.0.tar.xz) = 4599c6e5018f51b84062fa84bb312f5461d6b7209b3e5f10e701ee7b7e9fe54b5bd2820de188e779dd70eebc73219ca47e7e14c994b9a49b3ca1f900fabe6e57 +SHA512 (karchive-5.43.0.tar.xz) = 228516471fc9e961f68b77d06b55d640606f5adaaa1dcba67d12086d57a3184c87a5d9636085b00bc56007cee1af9863e213bc82317b3c917737de4a3d84c74e From b06beac4a0cd77c16869b179f6bf494bbf538272 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 3 Mar 2018 07:57:07 -0600 Subject: [PATCH 068/149] 5.44.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ebd4620..3e6b57c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /karchive-5.41.0.tar.xz /karchive-5.42.0.tar.xz /karchive-5.43.0.tar.xz +/karchive-5.44.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index c942105..4571bb7 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.43.0 +Version: 5.44.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -74,6 +74,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 6b64c90..7cf9448 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.43.0.tar.xz) = 228516471fc9e961f68b77d06b55d640606f5adaaa1dcba67d12086d57a3184c87a5d9636085b00bc56007cee1af9863e213bc82317b3c917737de4a3d84c74e +SHA512 (karchive-5.44.0.tar.xz) = 9476493f310c4ef66df18bb5b7832319b2f2ab9d6a5e4ae27b373119113e40339ffe53c6751ca983a7629703f8bbf519118ba1374b2968149e42bcf798a94558 From 8d9a852e5f8959193d9b7fbc00c772c0e73ad6d9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Apr 2018 07:32:08 -0500 Subject: [PATCH 069/149] 5.45.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3e6b57c..7b3e58e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /karchive-5.42.0.tar.xz /karchive-5.43.0.tar.xz /karchive-5.44.0.tar.xz +/karchive-5.45.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 4571bb7..f17ee19 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.44.0 +Version: 5.45.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -74,6 +74,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 7cf9448..8b7ba6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.44.0.tar.xz) = 9476493f310c4ef66df18bb5b7832319b2f2ab9d6a5e4ae27b373119113e40339ffe53c6751ca983a7629703f8bbf519118ba1374b2968149e42bcf798a94558 +SHA512 (karchive-5.45.0.tar.xz) = 322483e1ad2daaca101ba8ed2f5c1565a7425cec459dddcb3fd2852383cdb135a6b8031df162e5cff635f37c73cabce27545bc3621daf16f08777e5ffe37cede From b0b52ad06238d7763f1ea8ca103efc55462f5972 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 5 May 2018 16:25:41 -0500 Subject: [PATCH 070/149] 5.46.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7b3e58e..c485db7 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /karchive-5.43.0.tar.xz /karchive-5.44.0.tar.xz /karchive-5.45.0.tar.xz +/karchive-5.46.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index f17ee19..f537639 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.45.0 +Version: 5.46.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -74,6 +74,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 8b7ba6e..8b84fb0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.45.0.tar.xz) = 322483e1ad2daaca101ba8ed2f5c1565a7425cec459dddcb3fd2852383cdb135a6b8031df162e5cff635f37c73cabce27545bc3621daf16f08777e5ffe37cede +SHA512 (karchive-5.46.0.tar.xz) = ab218a2d629ce7e9847cfe78b7a7c6c329d52e8ad270013a0c8e6bed70c425ad55b18ced015a833b27f8dcd1428e61c63c31d60db85c283f672e1f58a7ffc265 From 713e5f9d36460a09cedc425ed350225879151fff Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 2 Jun 2018 15:52:37 -0500 Subject: [PATCH 071/149] 5.47.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c485db7..3430d79 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /karchive-5.44.0.tar.xz /karchive-5.45.0.tar.xz /karchive-5.46.0.tar.xz +/karchive-5.47.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index f537639..ca1a0c6 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.46.0 +Version: 5.47.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -74,6 +74,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 8b84fb0..aabed69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.46.0.tar.xz) = ab218a2d629ce7e9847cfe78b7a7c6c329d52e8ad270013a0c8e6bed70c425ad55b18ced015a833b27f8dcd1428e61c63c31d60db85c283f672e1f58a7ffc265 +SHA512 (karchive-5.47.0.tar.xz) = d115eeae96fec151342c18a2012c4bdb59d5b86e0429efe79e8c6ffbb31249c2eb24fccfbe59430e32fdf76aee8e72211de34689a2e63927d2978a1a0c65f4c6 From 699eb24928c40bdcf03db2346653d381c2366c6b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 7 Jun 2018 11:06:54 -0500 Subject: [PATCH 072/149] cleanup %majmin %make_build %ldconfig_scriptlets --- .gitignore | 26 -------------------------- kf5-karchive.spec | 18 ++++++++++-------- 2 files changed, 10 insertions(+), 34 deletions(-) diff --git a/.gitignore b/.gitignore index 3430d79..6a6488a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,2 @@ -/karchive-5.18.0.tar.xz -/karchive-5.19.0.tar.xz -/karchive-5.20.0.tar.xz -/karchive-5.21.0.tar.xz -/karchive-5.22.0.tar.xz -/karchive-5.23.0.tar.xz -/karchive-5.24.0.tar.xz -/karchive-5.25.0.tar.xz -/karchive-5.26.0.tar.xz -/karchive-5.27.0.tar.xz -/karchive-5.29.0.tar.xz -/karchive-5.31.0.tar.xz -/karchive-5.32.0.tar.xz -/karchive-5.33.0.tar.xz -/karchive-5.34.0.tar.xz -/karchive-5.35.0.tar.xz -/karchive-5.36.0.tar.xz -/karchive-5.37.0.tar.xz -/karchive-5.38.0.tar.xz -/karchive-5.39.0.tar.xz -/karchive-5.40.0.tar.xz -/karchive-5.41.0.tar.xz -/karchive-5.42.0.tar.xz -/karchive-5.43.0.tar.xz -/karchive-5.44.0.tar.xz -/karchive-5.45.0.tar.xz /karchive-5.46.0.tar.xz /karchive-5.47.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index ca1a0c6..f08e0f6 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,20 +2,20 @@ Name: kf5-%{framework} Version: 5.47.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD 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: bzip2-devel BuildRequires: extra-cmake-modules >= %{version} @@ -24,12 +24,11 @@ BuildRequires: qt5-qtbase-devel BuildRequires: xz-devel BuildRequires: zlib-devel -Requires: kf5-filesystem >= %{version} +Requires: kf5-filesystem >= %{majmin} %description KDE Frameworks 5 Tier 1 addon with archive functions. - %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} @@ -49,15 +48,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 README.md @@ -74,6 +72,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jun 07 2018 Rex Dieter - 5.47.0-2 +- cleanup +- %%majmin %%make_build %%ldconfig_scriptlets + * Sat Jun 02 2018 Rex Dieter - 5.47.0-1 - 5.47.0 From 80c998569d1d17486a45df70d749ec8828a8f22d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Jul 2018 19:55:55 -0500 Subject: [PATCH 073/149] 5.48.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6a6488a..659e8fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /karchive-5.46.0.tar.xz /karchive-5.47.0.tar.xz +/karchive-5.48.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index f08e0f6..3df6d67 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.47.0 -Release: 2%{?dist} +Version: 5.48.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -72,6 +72,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 - %%majmin %%make_build %%ldconfig_scriptlets diff --git a/sources b/sources index aabed69..c6336b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.47.0.tar.xz) = d115eeae96fec151342c18a2012c4bdb59d5b86e0429efe79e8c6ffbb31249c2eb24fccfbe59430e32fdf76aee8e72211de34689a2e63927d2978a1a0c65f4c6 +SHA512 (karchive-5.48.0.tar.xz) = c48654c6946a2678d3bfdb8826df341124a81074940d2e7d9b939a83157b9e482241a21923fc9dd768d89933345350a6ec777ba30a785430b593ac14cb8fb5b5 From 98b6776ec901394c2b7963e9e16227b1f1afb3fe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:03:07 +0000 Subject: [PATCH 074/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 3df6d67..935d84a 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.48.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -72,6 +72,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 9797becdf6ec732b082814e1841fefc1dd526770 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Aug 2018 10:16:08 -0500 Subject: [PATCH 075/149] 5.49.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 659e8fc..f4b0509 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /karchive-5.46.0.tar.xz /karchive-5.47.0.tar.xz /karchive-5.48.0.tar.xz +/karchive-5.49.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 935d84a..b7ae068 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.48.0 -Release: 2%{?dist} +Version: 5.49.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -72,6 +72,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 c6336b4..3f65449 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.48.0.tar.xz) = c48654c6946a2678d3bfdb8826df341124a81074940d2e7d9b939a83157b9e482241a21923fc9dd768d89933345350a6ec777ba30a785430b593ac14cb8fb5b5 +SHA512 (karchive-5.49.0.tar.xz) = 2ace94e3612947d498978c080d7c180a384ebe9395d9660e1dc8e8fbeacbf9f363d6456ed9f81a243ae986b9ba81bab864c107241c971e93a1793cd17b2e022b From 25453c0686b591b6dc34570c867436c36c612fbf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Sep 2018 14:58:05 -0500 Subject: [PATCH 076/149] 5.50.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f4b0509..46d054a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /karchive-5.47.0.tar.xz /karchive-5.48.0.tar.xz /karchive-5.49.0.tar.xz +/karchive-5.50.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index b7ae068..d47e734 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.49.0 +Version: 5.50.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 3f65449..e19efe1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.49.0.tar.xz) = 2ace94e3612947d498978c080d7c180a384ebe9395d9660e1dc8e8fbeacbf9f363d6456ed9f81a243ae986b9ba81bab864c107241c971e93a1793cd17b2e022b +SHA512 (karchive-5.50.0.tar.xz) = 8042ef931c8d2c6eeb84f6ea33858fb111f7e08bbc012b333eed33c278eff9269ae263b50110201fb448d5e213598a2afebf542e7d0f6c3fdcdc944ed2ddfaba From 452bab1550a5b930f1aa46c5711098d0c9687bca Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 15:38:25 -0500 Subject: [PATCH 077/149] 5.51.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 46d054a..f8f8491 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /karchive-5.48.0.tar.xz /karchive-5.49.0.tar.xz /karchive-5.50.0.tar.xz +/karchive-5.51.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index d47e734..0aad4b9 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.50.0 +Version: 5.51.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 e19efe1..cb25f8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.50.0.tar.xz) = 8042ef931c8d2c6eeb84f6ea33858fb111f7e08bbc012b333eed33c278eff9269ae263b50110201fb448d5e213598a2afebf542e7d0f6c3fdcdc944ed2ddfaba +SHA512 (karchive-5.51.0.tar.xz) = dcd676a5ab7a8a45e79c0b13abf14ac5ab6b37454f5c79838a183956e57b801ce880cbe5cca5fe6f033ec7dcffec9f788e08593509b8a40fd55a1a8da925437e From 343801f7e4101443a1681c97d9fed318c6ee3219 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Nov 2018 12:32:59 -0600 Subject: [PATCH 078/149] 5.52.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f8f8491..7cb7bcf 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /karchive-5.49.0.tar.xz /karchive-5.50.0.tar.xz /karchive-5.51.0.tar.xz +/karchive-5.52.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 0aad4b9..99f5b78 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.51.0 +Version: 5.52.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 cb25f8e..6bfc9d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.51.0.tar.xz) = dcd676a5ab7a8a45e79c0b13abf14ac5ab6b37454f5c79838a183956e57b801ce880cbe5cca5fe6f033ec7dcffec9f788e08593509b8a40fd55a1a8da925437e +SHA512 (karchive-5.52.0.tar.xz) = bc546352b52c23221bad2f18479ad4bd29dd593043a5664046953b222b3e81bbe8f32b386c385a7b2054b8c0abe9e1135142e26b02fea1f997c61f555b5e19a3 From 88402d0938ddf1c5b965bc123531963bcf0814ad Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 9 Dec 2018 08:21:17 -0600 Subject: [PATCH 079/149] 5.53.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7cb7bcf..ba09cce 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /karchive-5.50.0.tar.xz /karchive-5.51.0.tar.xz /karchive-5.52.0.tar.xz +/karchive-5.53.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 99f5b78..7f52baa 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.52.0 +Version: 5.53.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 6bfc9d0..4a754e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.52.0.tar.xz) = bc546352b52c23221bad2f18479ad4bd29dd593043a5664046953b222b3e81bbe8f32b386c385a7b2054b8c0abe9e1135142e26b02fea1f997c61f555b5e19a3 +SHA512 (karchive-5.53.0.tar.xz) = a7eaa5fd9a527da698b2fefa64b6ba7092eb3614b679236b741af1df3ce1180f2538b986d61b94811b76648f35b26a825b863146882745977754ec85a3d76e09 From 37e1994a779a0eaceef1f1a201321c3336536282 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jan 2019 16:58:24 -0600 Subject: [PATCH 080/149] 5.54.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ba09cce..5d453fc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /karchive-5.51.0.tar.xz /karchive-5.52.0.tar.xz /karchive-5.53.0.tar.xz +/karchive-5.54.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 7f52baa..1087405 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.53.0 +Version: 5.54.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 4a754e9..12c0561 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.53.0.tar.xz) = a7eaa5fd9a527da698b2fefa64b6ba7092eb3614b679236b741af1df3ce1180f2538b986d61b94811b76648f35b26a825b863146882745977754ec85a3d76e09 +SHA512 (karchive-5.54.0.tar.xz) = 89172761f5d54967ed72ccf73c3bfff79600f803a31bdb4e1684516e506f57f3b28778b598cfbd6b594b4cbe3af92984c7150ea6837d9a612bcd28db4dbc8657 From 417169dd4eef55dfdb8f3c01fbb06513256f268b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 05:25:29 +0000 Subject: [PATCH 081/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 1087405..fb18a9c 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.54.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -72,6 +72,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 b9165254d3081d32d63f323f51a15a703d50dd02 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Feb 2019 11:01:04 -0600 Subject: [PATCH 082/149] 5.55.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5d453fc..7749838 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /karchive-5.52.0.tar.xz /karchive-5.53.0.tar.xz /karchive-5.54.0.tar.xz +/karchive-5.55.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index fb18a9c..a1f74fc 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.54.0 -Release: 2%{?dist} +Version: 5.55.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -72,6 +72,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 12c0561..f3f8dca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.54.0.tar.xz) = 89172761f5d54967ed72ccf73c3bfff79600f803a31bdb4e1684516e506f57f3b28778b598cfbd6b594b4cbe3af92984c7150ea6837d9a612bcd28db4dbc8657 +SHA512 (karchive-5.55.0.tar.xz) = f7dd19d7c6cb0dd66bd2d949817b7c54e69274a623247db9dfbb52dca6b01cbfe7dc2c28e0085db3c3a2c58c04cadd7e8f9d15406686bebfb8096ad653cbb709 From 49d06ab14282951fc4a99460b8ed4fa7a5759617 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Mar 2019 08:54:14 -0600 Subject: [PATCH 083/149] 5.56.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7749838..02d39c5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /karchive-5.53.0.tar.xz /karchive-5.54.0.tar.xz /karchive-5.55.0.tar.xz +/karchive-5.56.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index a1f74fc..3d0bf2d 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.55.0 +Version: 5.56.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 f3f8dca..2a50485 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.55.0.tar.xz) = f7dd19d7c6cb0dd66bd2d949817b7c54e69274a623247db9dfbb52dca6b01cbfe7dc2c28e0085db3c3a2c58c04cadd7e8f9d15406686bebfb8096ad653cbb709 +SHA512 (karchive-5.56.0.tar.xz) = 9c6c0b0103a06476571d6a848ebaffe89c6da602b7de0e6db44be5dee2dacab45feb5df7ff3165ef56d30f8e5fa4061d341e4ca9e46cbd7331ffb153cc36ddf7 From f2afebe71088ebea6269d22c922290848ca7a7a7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Apr 2019 10:02:17 -0500 Subject: [PATCH 084/149] 5.57.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 02d39c5..c0a1ff1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /karchive-5.54.0.tar.xz /karchive-5.55.0.tar.xz /karchive-5.56.0.tar.xz +/karchive-5.57.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 3d0bf2d..db80bc4 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.56.0 +Version: 5.57.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 2a50485..b9489db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.56.0.tar.xz) = 9c6c0b0103a06476571d6a848ebaffe89c6da602b7de0e6db44be5dee2dacab45feb5df7ff3165ef56d30f8e5fa4061d341e4ca9e46cbd7331ffb153cc36ddf7 +SHA512 (karchive-5.57.0.tar.xz) = f188cdfbb40903bb4b1374bcb4694914c0845d9bd67ea42c2c9f268f917c93b16300dde072b19110b41c881cd3d4c37f46e0d1cf60dd11224c6710fde48b7619 From 124ef7cbb4e25f6a9b249d91f28bb21b66506ca2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 May 2019 13:47:43 -0500 Subject: [PATCH 085/149] 5.58.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c0a1ff1..277ad0c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /karchive-5.55.0.tar.xz /karchive-5.56.0.tar.xz /karchive-5.57.0.tar.xz +/karchive-5.58.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index db80bc4..25e4d9e 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.57.0 +Version: 5.58.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 b9489db..397a268 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.57.0.tar.xz) = f188cdfbb40903bb4b1374bcb4694914c0845d9bd67ea42c2c9f268f917c93b16300dde072b19110b41c881cd3d4c37f46e0d1cf60dd11224c6710fde48b7619 +SHA512 (karchive-5.58.0.tar.xz) = fd3e4f013a18a2e2876a010ba673c207a8cc05f3e41723daf46181f915259a06ba63e02d0d47cbf9da0445da94ce02cc62cee4fb90d0da2323c3e51a4d3e4d35 From 0d0dbb9d78646a2021129c25acbfcea7a0778715 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 6 Jun 2019 12:32:45 -0500 Subject: [PATCH 086/149] 5.59.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 277ad0c..228b089 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /karchive-5.56.0.tar.xz /karchive-5.57.0.tar.xz /karchive-5.58.0.tar.xz +/karchive-5.59.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 25e4d9e..b23d101 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.58.0 +Version: 5.59.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 397a268..29a58e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.58.0.tar.xz) = fd3e4f013a18a2e2876a010ba673c207a8cc05f3e41723daf46181f915259a06ba63e02d0d47cbf9da0445da94ce02cc62cee4fb90d0da2323c3e51a4d3e4d35 +SHA512 (karchive-5.59.0.tar.xz) = 1d198e284b79e89c6c2c80304b8ba070f18ddd50da8b0a1e4eef3a4f32582c2b06d0c7fa18de98d618eceb0074f56f9b079e8248bf54c958f6de66382f67ca9b From ef9887696d3be4209c6088ae37a4a4964a3a4498 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:00:09 -0500 Subject: [PATCH 087/149] 5.60.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 228b089..8db013a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /karchive-5.57.0.tar.xz /karchive-5.58.0.tar.xz /karchive-5.59.0.tar.xz +/karchive-5.60.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index b23d101..460d735 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.59.0 +Version: 5.60.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 29a58e6..306079f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.59.0.tar.xz) = 1d198e284b79e89c6c2c80304b8ba070f18ddd50da8b0a1e4eef3a4f32582c2b06d0c7fa18de98d618eceb0074f56f9b079e8248bf54c958f6de66382f67ca9b +SHA512 (karchive-5.60.0.tar.xz) = c3405fe2e5b6e4cb791cebd06a18984c4c699703fd690516724e411897944af5181042d82dfa264a0f2f503ef94820c6609f07eab2d186b2ee7639f860770b3b From 7dc2f0adf57abd8f342762ad14422c5d200e8d21 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 29 Jul 2019 11:31:26 -0500 Subject: [PATCH 088/149] update %%files --- kf5-karchive.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 460d735..1eb5b4a 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -60,7 +60,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files %doc AUTHORS README.md %license COPYING COPYING.LIB -%{_kf5_sysconfdir}/xdg/karchive.* +%{_kf5_datadir}/qlogging-categories5/*categories %{_kf5_libdir}/libKF5Archive.so.* %files devel From 246954a3bb1ef64e1e61541b551f6afe968beeb5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Aug 2019 09:55:00 -0500 Subject: [PATCH 089/149] 5.61.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8db013a..e597690 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /karchive-5.58.0.tar.xz /karchive-5.59.0.tar.xz /karchive-5.60.0.tar.xz +/karchive-5.61.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 1eb5b4a..7d26aa3 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.60.0 +Version: 5.61.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 07 2019 Rex Dieter - 5.61.0-1 +- 5.61.0 + * Sat Jul 13 2019 Rex Dieter - 5.60.0-1 - 5.60.0 diff --git a/sources b/sources index 306079f..ac34b97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.60.0.tar.xz) = c3405fe2e5b6e4cb791cebd06a18984c4c699703fd690516724e411897944af5181042d82dfa264a0f2f503ef94820c6609f07eab2d186b2ee7639f860770b3b +SHA512 (karchive-5.61.0.tar.xz) = fd04aa138b59b6db7c16dc6e7a14c24d1545a6012342527c56a2e202b8f7a48f153438cf64d487dd554d19929a11ebb6a36c84a6d46f08f531f536429667ee92 From 9aa1e6b7c438174855b2c93fef3af00aebec187a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Sep 2019 16:28:19 -0500 Subject: [PATCH 090/149] 5.62.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e597690..40aedd8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /karchive-5.59.0.tar.xz /karchive-5.60.0.tar.xz /karchive-5.61.0.tar.xz +/karchive-5.62.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 7d26aa3..b2d0bd1 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.61.0 +Version: 5.62.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 ac34b97..8686e13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.61.0.tar.xz) = fd04aa138b59b6db7c16dc6e7a14c24d1545a6012342527c56a2e202b8f7a48f153438cf64d487dd554d19929a11ebb6a36c84a6d46f08f531f536429667ee92 +SHA512 (karchive-5.62.0.tar.xz) = d29a68ac93141c31e762b204e474ec5040087f4f67dd4a30aba236341a48561dca826e7f5230822dd59cbe46609daa71b76f1c5b78b0e4f26f91e7122445afeb From 410f6645582a05d5f353150467fdaa827527f42b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Oct 2019 08:26:02 -0500 Subject: [PATCH 091/149] 5.63.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 40aedd8..34a5214 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /karchive-5.60.0.tar.xz /karchive-5.61.0.tar.xz /karchive-5.62.0.tar.xz +/karchive-5.63.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index b2d0bd1..cfb741d 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.62.0 +Version: 5.63.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 8686e13..c54f805 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.62.0.tar.xz) = d29a68ac93141c31e762b204e474ec5040087f4f67dd4a30aba236341a48561dca826e7f5230822dd59cbe46609daa71b76f1c5b78b0e4f26f91e7122445afeb +SHA512 (karchive-5.63.0.tar.xz) = 595ccdf4f584fc4d044960e52e8cba943f7f9150341b8461b3217044538f88410f25ece9a18c9a4f9296156e20e8629eb284964d3c3cdffcba2969b36924063e From 13fc23c557a40a7b4386beca726fab5629a96d58 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Nov 2019 10:20:58 -0600 Subject: [PATCH 092/149] 5.64.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 34a5214..2d96412 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /karchive-5.61.0.tar.xz /karchive-5.62.0.tar.xz /karchive-5.63.0.tar.xz +/karchive-5.64.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index cfb741d..4e738c7 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.63.0 +Version: 5.64.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 c54f805..b9fc0a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.63.0.tar.xz) = 595ccdf4f584fc4d044960e52e8cba943f7f9150341b8461b3217044538f88410f25ece9a18c9a4f9296156e20e8629eb284964d3c3cdffcba2969b36924063e +SHA512 (karchive-5.64.0.tar.xz) = 012f30bb62ea224f416b65d823bdedef20838f8c9bfe1cdda814e2b8c320a47bc93ac46759b5f8df10fbde026873a7024213aba1eb1aa568dc7e545fa5463cd6 From 63f8cda2759aa3bd01191825ca325abf3973d9bb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 11:01:28 -0600 Subject: [PATCH 093/149] 5.65.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2d96412..4783939 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /karchive-5.62.0.tar.xz /karchive-5.63.0.tar.xz /karchive-5.64.0.tar.xz +/karchive-5.65.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 4e738c7..510106e 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.64.0 +Version: 5.65.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 b9fc0a1..822407d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.64.0.tar.xz) = 012f30bb62ea224f416b65d823bdedef20838f8c9bfe1cdda814e2b8c320a47bc93ac46759b5f8df10fbde026873a7024213aba1eb1aa568dc7e545fa5463cd6 +SHA512 (karchive-5.65.0.tar.xz) = 6cb7b1f9a99938485c6d55a254c1325fda7efeb2b17762458c859fe140306eca4239f375d7035374aa42db805f815fa2117adcc7eed53b605cdc1231428549f7 From 1336fc0afe44a6a2df2715ee8b7b9b00db91c460 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jan 2020 14:05:53 -0600 Subject: [PATCH 094/149] 5.66.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4783939..eb8b89f 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /karchive-5.63.0.tar.xz /karchive-5.64.0.tar.xz /karchive-5.65.0.tar.xz +/karchive-5.66.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 510106e..6e6cd37 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.65.0 +Version: 5.66.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 822407d..48efc62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.65.0.tar.xz) = 6cb7b1f9a99938485c6d55a254c1325fda7efeb2b17762458c859fe140306eca4239f375d7035374aa42db805f815fa2117adcc7eed53b605cdc1231428549f7 +SHA512 (karchive-5.66.0.tar.xz) = 8bcb01f4a897a82014a15fd5f3a387e3d8f0cbcf16e1116cc6559ef939f7d482f01ed7cdd2c0e5bd5aecebe77bfbd0a9c8effade87c43cb2b81ffed2bd1094e1 From c6012922d48051a18af2eb711343574ee5aadc6c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 07:06:06 +0000 Subject: [PATCH 095/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 6e6cd37..1de8baa 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.66.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -72,6 +72,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Jan 07 2020 Rex Dieter - 5.66.0-1 - 5.66.0 From 324b19a826b7cca6e4e5f135c5ffef810473e583 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2020 17:51:44 -0600 Subject: [PATCH 096/149] 5.67.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eb8b89f..6334654 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /karchive-5.64.0.tar.xz /karchive-5.65.0.tar.xz /karchive-5.66.0.tar.xz +/karchive-5.67.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 1de8baa..aa51fe0 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,8 +1,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.66.0 -Release: 2%{?dist} +Version: 5.67.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -72,6 +72,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-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 48efc62..fb75442 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.66.0.tar.xz) = 8bcb01f4a897a82014a15fd5f3a387e3d8f0cbcf16e1116cc6559ef939f7d482f01ed7cdd2c0e5bd5aecebe77bfbd0a9c8effade87c43cb2b81ffed2bd1094e1 +SHA512 (karchive-5.67.0.tar.xz) = e8a7695bebc8e9ab9596e10ad0ca9393942e4d3b198929481e59ededde7651859e8944586ddd00036e37c15a8501e5b067eff31562fb2384ab1c3ff6eb27d28e From 97f29caaa2c938361ae4bae6b2deacce9c71f9ee Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Mar 2020 21:57:16 -0500 Subject: [PATCH 097/149] 5.68.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6334654..5c75b1b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /karchive-5.65.0.tar.xz /karchive-5.66.0.tar.xz /karchive-5.67.0.tar.xz +/karchive-5.68.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index aa51fe0..c72f4a7 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.67.0 +Version: 5.68.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 fb75442..4571b57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.67.0.tar.xz) = e8a7695bebc8e9ab9596e10ad0ca9393942e4d3b198929481e59ededde7651859e8944586ddd00036e37c15a8501e5b067eff31562fb2384ab1c3ff6eb27d28e +SHA512 (karchive-5.68.0.tar.xz) = c0d14773c4eb27281178d5f00f789256cc44aab057bc20239237a0031750d82765a7afae7cd804b200f713a8f93cd95f5a78828641a748e9b38a6d3c84aff3cc From 69d374857a8b52ad69007442db15f0fc60bf0ba4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Apr 2020 13:23:43 -0500 Subject: [PATCH 098/149] 5.69.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5c75b1b..a2aa569 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /karchive-5.66.0.tar.xz /karchive-5.67.0.tar.xz /karchive-5.68.0.tar.xz +/karchive-5.69.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index c72f4a7..ffeb117 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.68.0 +Version: 5.69.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 4571b57..6ba63bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.68.0.tar.xz) = c0d14773c4eb27281178d5f00f789256cc44aab057bc20239237a0031750d82765a7afae7cd804b200f713a8f93cd95f5a78828641a748e9b38a6d3c84aff3cc +SHA512 (karchive-5.69.0.tar.xz) = b1a81d995170dd145dee6bfec58f2e4cb6097e85bf8e32190769b5d5ceecf7d751ec3958add75802a15f0cdfaa1b528901d75afdcc0b06a2ba89191122c0d113 From fca4886c9e5f57914bb62734bb802553c9e0d405 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 May 2020 16:46:36 -0500 Subject: [PATCH 099/149] 5.70.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a2aa569..3c9cb0c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /karchive-5.67.0.tar.xz /karchive-5.68.0.tar.xz /karchive-5.69.0.tar.xz +/karchive-5.70.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index ffeb117..66f1b5b 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.69.0 +Version: 5.70.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 6ba63bd..0dc4f46 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.69.0.tar.xz) = b1a81d995170dd145dee6bfec58f2e4cb6097e85bf8e32190769b5d5ceecf7d751ec3958add75802a15f0cdfaa1b528901d75afdcc0b06a2ba89191122c0d113 +SHA512 (karchive-5.70.0.tar.xz) = 3d3408ad6fcafdb7e945997228f8c3fd68f6229d07f76a081a35d1f793b1175be0367e24724dcbdaa16a297c4b7de042e4d160111f15e58a0fe8c6f2aad8ac41 From ae67b0db4685ec88c2ea3889af5d49ae342f7b21 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 16 Jun 2020 09:17:00 -0500 Subject: [PATCH 100/149] 5.71.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3c9cb0c..5c6f378 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /karchive-5.68.0.tar.xz /karchive-5.69.0.tar.xz /karchive-5.70.0.tar.xz +/karchive-5.71.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 66f1b5b..664129e 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.70.0 +Version: 5.71.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 0dc4f46..9408e13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.70.0.tar.xz) = 3d3408ad6fcafdb7e945997228f8c3fd68f6229d07f76a081a35d1f793b1175be0367e24724dcbdaa16a297c4b7de042e4d160111f15e58a0fe8c6f2aad8ac41 +SHA512 (karchive-5.71.0.tar.xz) = ce480a7de68fafb6c8f334b5f626627d0aeae445b838b46219357eab07d2062bcd89d1bc443d8ce28a76ddaa91478939205422804fab2df26b9ad6527d8b388b From 83301240c63a5ee53d7c518793cae5bf952f1603 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jul 2020 12:12:56 -0500 Subject: [PATCH 101/149] 5.72.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5c6f378..3003113 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /karchive-5.69.0.tar.xz /karchive-5.70.0.tar.xz /karchive-5.71.0.tar.xz +/karchive-5.72.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 664129e..71f9a6a 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,7 +1,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.71.0 +Version: 5.72.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -72,6 +72,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 9408e13..657b8b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.71.0.tar.xz) = ce480a7de68fafb6c8f334b5f626627d0aeae445b838b46219357eab07d2062bcd89d1bc443d8ce28a76ddaa91478939205422804fab2df26b9ad6527d8b388b +SHA512 (karchive-5.72.0.tar.xz) = d6ac7a618182467975c26ba4a5294c2500e4216e9fa8c6d0be89a5ef0c2ef4573e7ef5dadd3ab01f1e3e378c2a5031fd6bbca39b17aa17baac3fa8892e2c5d32 From 56b41e8aa545863d5d2ecf578e6f0091255ef54f Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 09:21:21 +0200 Subject: [PATCH 102/149] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- kf5-karchive.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 71f9a6a..38e4eca 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,3 +1,4 @@ +%undefine __cmake_in_source_build %global framework karchive Name: kf5-%{framework} @@ -43,16 +44,12 @@ developing applications that use %{name}. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd - -%make_build -C %{_target_platform} +%{cmake_kf5} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %ldconfig_scriptlets From c89630ef3e30794d85f67802bda438744af415f0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 03:05:43 +0000 Subject: [PATCH 103/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 38e4eca..1adcfb0 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.72.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 07 2020 Rex Dieter - 5.72.0-1 - 5.72.0 From b754e11856fa0329f9e09cc2a3f509f4aa89f2dd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Aug 2020 11:35:21 -0500 Subject: [PATCH 104/149] 5.73.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3003113..db2834a 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /karchive-5.70.0.tar.xz /karchive-5.71.0.tar.xz /karchive-5.72.0.tar.xz +/karchive-5.73.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 1adcfb0..4d795be 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,8 +2,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.72.0 -Release: 2%{?dist} +Version: 5.73.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %changelog +* Mon Aug 03 2020 Rex Dieter - 5.73.0-1 +- 5.73.0 + * Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 657b8b6..e9c20d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.72.0.tar.xz) = d6ac7a618182467975c26ba4a5294c2500e4216e9fa8c6d0be89a5ef0c2ef4573e7ef5dadd3ab01f1e3e378c2a5031fd6bbca39b17aa17baac3fa8892e2c5d32 +SHA512 (karchive-5.73.0.tar.xz) = 89de205d9cbd58e21db19b575fc34fbf044f84554f85ba3f59657a7c0682041fb1e9537a208c80626c1568d4430c7e5fb5ed5f994b9f4e545210259e56530a09 From 72d9a3992cee6ce1ba6a0c9b1e23e8cc88365c46 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Aug 2020 15:10:43 -0500 Subject: [PATCH 105/149] rebuild --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 4d795be..e384203 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.73.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %changelog +* Tue Aug 04 2020 Rex Dieter - 5.73.0-2 +- rebuild + * Mon Aug 03 2020 Rex Dieter - 5.73.0-1 - 5.73.0 From 550f68e25bca624420dcf2689073324808f586fd Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 11:02:52 +0200 Subject: [PATCH 106/149] 5.74.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index db2834a..0026cce 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /karchive-5.71.0.tar.xz /karchive-5.72.0.tar.xz /karchive-5.73.0.tar.xz +/karchive-5.74.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index e384203..9eb8458 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,8 +2,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.73.0 -Release: 2%{?dist} +Version: 5.74.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %changelog +* Fri Sep 18 2020 Jan Grulich - 5.74.0-1 +- 5.74.0 + * Tue Aug 04 2020 Rex Dieter - 5.73.0-2 - rebuild diff --git a/sources b/sources index e9c20d4..62a1c25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.73.0.tar.xz) = 89de205d9cbd58e21db19b575fc34fbf044f84554f85ba3f59657a7c0682041fb1e9537a208c80626c1568d4430c7e5fb5ed5f994b9f4e545210259e56530a09 +SHA512 (karchive-5.74.0.tar.xz) = c43aef33cd5cd1128637ab8ac3f7c8f26eaa27fb9f14ce0f2b5d122be2cf08f4b758fe08147c570969834600f714c1e236d1e7c05864ce1cd2dd8ca2f4e62069 From 846309fc730140745af2e484558e72c495f5219d Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 12:06:06 +0200 Subject: [PATCH 107/149] Fix instalation of licence files --- kf5-karchive.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 9eb8458..962a842 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -56,7 +56,7 @@ developing applications that use %{name}. %files %doc AUTHORS README.md -%license COPYING COPYING.LIB +%license LICENSES/*.txt %{_kf5_datadir}/qlogging-categories5/*categories %{_kf5_libdir}/libKF5Archive.so.* From 173ade7a12849ba9badc1a3ba5e0a8868dbc2800 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 14 Oct 2020 09:46:16 -0500 Subject: [PATCH 108/149] 5.75.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0026cce..85b61be 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /karchive-5.72.0.tar.xz /karchive-5.73.0.tar.xz /karchive-5.74.0.tar.xz +/karchive-5.75.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 962a842..2589302 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.74.0 +Version: 5.75.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %changelog +* Wed Oct 14 09:46:09 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 62a1c25..d002a00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.74.0.tar.xz) = c43aef33cd5cd1128637ab8ac3f7c8f26eaa27fb9f14ce0f2b5d122be2cf08f4b758fe08147c570969834600f714c1e236d1e7c05864ce1cd2dd8ca2f4e62069 +SHA512 (karchive-5.75.0.tar.xz) = b92a50b013cb14789c886b4b8ba576e60ad87d9ab11b8658a5f9e3c9cdab7a95f95e7199cd57755cb50c39d0f603d9b7387f977dd10a98aff2e407c7ff36f9f8 From cc6d2509b4c42cf1d7296b222df17d0361608abb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Nov 2020 08:55:31 -0600 Subject: [PATCH 109/149] 5.76.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 85b61be..bb0b8d1 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /karchive-5.73.0.tar.xz /karchive-5.74.0.tar.xz /karchive-5.75.0.tar.xz +/karchive-5.76.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 2589302..e3bf1a9 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.75.0 +Version: 5.76.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %changelog +* Thu Nov 19 08:55:24 CST 2020 Rex Dieter - 5.76.0-1 +- 5.76.0 + * Wed Oct 14 09:46:09 CDT 2020 Rex Dieter - 5.75.0-1 - 5.75.0 diff --git a/sources b/sources index d002a00..c9b2f81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.75.0.tar.xz) = b92a50b013cb14789c886b4b8ba576e60ad87d9ab11b8658a5f9e3c9cdab7a95f95e7199cd57755cb50c39d0f603d9b7387f977dd10a98aff2e407c7ff36f9f8 +SHA512 (karchive-5.76.0.tar.xz) = ea8be609be1b60d505b0dd17a307e61f80b789b1807b2d03d889638e42a2cc99e942e86cc0671839c21c992355a243535ac0a23ce44eb2270cad15f66904a45d From 04a5727d44c9ae58d3562cb81128c066fd7dcab4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 13 Dec 2020 14:08:19 -0600 Subject: [PATCH 110/149] 5.77.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bb0b8d1..dc34761 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /karchive-5.74.0.tar.xz /karchive-5.75.0.tar.xz /karchive-5.76.0.tar.xz +/karchive-5.77.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index e3bf1a9..88155da 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.76.0 +Version: 5.77.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %changelog +* Sun Dec 13 14:08:15 CST 2020 Rex Dieter - 5.77.0-1 +- 5.77.0 + * Thu Nov 19 08:55:24 CST 2020 Rex Dieter - 5.76.0-1 - 5.76.0 diff --git a/sources b/sources index c9b2f81..313cb84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.76.0.tar.xz) = ea8be609be1b60d505b0dd17a307e61f80b789b1807b2d03d889638e42a2cc99e942e86cc0671839c21c992355a243535ac0a23ce44eb2270cad15f66904a45d +SHA512 (karchive-5.77.0.tar.xz) = 2bc8158dd4899f645dc307cfa12fa3d6b8c85b22be1ecfc194ef486a4241e60cb381d7221fc2d3946f21610c8b03776bd5b38d548311f30d243b6a53a6ee1012 From c88e6e9b1bab6b58606f5258bc1127baf865f5e7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Jan 2021 08:39:57 -0600 Subject: [PATCH 111/149] 5.78.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc34761..7d8329e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /karchive-5.75.0.tar.xz /karchive-5.76.0.tar.xz /karchive-5.77.0.tar.xz +/karchive-5.78.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 88155da..bf7cdf8 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,12 +2,12 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.77.0 +Version: 5.78.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD -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) @@ -69,6 +69,9 @@ developing applications that use %{name}. %changelog +* Mon Jan 4 08:39:50 CST 2021 Rex Dieter - 5.78.0-1 +- 5.78.0 + * Sun Dec 13 14:08:15 CST 2020 Rex Dieter - 5.77.0-1 - 5.77.0 diff --git a/sources b/sources index 313cb84..399a230 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.77.0.tar.xz) = 2bc8158dd4899f645dc307cfa12fa3d6b8c85b22be1ecfc194ef486a4241e60cb381d7221fc2d3946f21610c8b03776bd5b38d548311f30d243b6a53a6ee1012 +SHA512 (karchive-5.78.0.tar.xz) = a7d5285123d80d9de9845aead4a84bf93c58dc094c623c48db5cbe3048fdd0cb544ce25dea95305f5ac624abfe5de3c289cc568231faf3a01e42ae3570298ba8 From 78dd05150fd0feb58570ff6d633ba5f20f533ad9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 15:33:17 +0000 Subject: [PATCH 112/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index bf7cdf8..83ffa0e 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.78.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %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:39:50 CST 2021 Rex Dieter - 5.78.0-1 - 5.78.0 From 79a97dee7a4e5d96068d25891db062f90701198b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 09:46:10 -0600 Subject: [PATCH 113/149] 5.79.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7d8329e..5ab44df 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /karchive-5.76.0.tar.xz /karchive-5.77.0.tar.xz /karchive-5.78.0.tar.xz +/karchive-5.79.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 83ffa0e..16ce290 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,8 +2,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.78.0 -Release: 2%{?dist} +Version: 5.79.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 399a230..0242fc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.78.0.tar.xz) = a7d5285123d80d9de9845aead4a84bf93c58dc094c623c48db5cbe3048fdd0cb544ce25dea95305f5ac624abfe5de3c289cc568231faf3a01e42ae3570298ba8 +SHA512 (karchive-5.79.0.tar.xz) = 355e02ee09379f50fa3415fcb06126ffefdd47b98cc9c9ffcee849e8db20ec9555ac6ebbedccf22c25add2e6767be14b86150a37c4c9b6d158842f052850a81f From 8394a0c04381a5aae17c2d4c06902a977550fe5a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 15:09:34 -0600 Subject: [PATCH 114/149] respin --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 16ce290..d7c3367 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.79.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 93aae03f34b964558d61adfabdd7be6c57442055 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Mar 2021 08:31:56 -0600 Subject: [PATCH 115/149] 5.80.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5ab44df..a95ae0a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /karchive-5.77.0.tar.xz /karchive-5.78.0.tar.xz /karchive-5.79.0.tar.xz +/karchive-5.80.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index d7c3367..bdc7819 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,8 +2,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.79.0 -Release: 2%{?dist} +Version: 5.80.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 0242fc0..dcab216 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.79.0.tar.xz) = 355e02ee09379f50fa3415fcb06126ffefdd47b98cc9c9ffcee849e8db20ec9555ac6ebbedccf22c25add2e6767be14b86150a37c4c9b6d158842f052850a81f +SHA512 (karchive-5.80.0.tar.xz) = 84a679a9515b2df989d4331307eb52a236d6e33ecc029e0c76732abcd709d7d4d026bde77b2b22a624b7e5fbd54d202574b858e37a3f7fbb0605830f812a61b8 From bc462f20241d1a7840416ac7406db8c0ddb3f1d7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Apr 2021 08:44:44 -0500 Subject: [PATCH 116/149] 5.81.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a95ae0a..9355f77 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /karchive-5.78.0.tar.xz /karchive-5.79.0.tar.xz /karchive-5.80.0.tar.xz +/karchive-5.81.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index bdc7819..2c03476 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.80.0 +Version: 5.81.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %changelog +* Tue Apr 06 2021 Rex Dieter - 5.81.0-1 +- 5.81.0 + * Tue Mar 09 2021 Rex Dieter - 5.80.0-1 - 5.80.0 diff --git a/sources b/sources index dcab216..09b07d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.80.0.tar.xz) = 84a679a9515b2df989d4331307eb52a236d6e33ecc029e0c76732abcd709d7d4d026bde77b2b22a624b7e5fbd54d202574b858e37a3f7fbb0605830f812a61b8 +SHA512 (karchive-5.81.0.tar.xz) = 08fff63e08c7312f0fe49c2823ba7d5ab6944b196a7bb7ae871ceb4d4307fc327a89e51429cf895a95ac46a2c79e03a2f123b52cf84e2abb8fad507ed91a7483 From 1accd49129a0215aa029afcb02747688a42a126b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 May 2021 08:33:09 -0500 Subject: [PATCH 117/149] 5.82.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9355f77..5c45f2f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /karchive-5.79.0.tar.xz /karchive-5.80.0.tar.xz /karchive-5.81.0.tar.xz +/karchive-5.82.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 2c03476..7ab128e 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.81.0 +Version: 5.82.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 09b07d9..e9bf0a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.81.0.tar.xz) = 08fff63e08c7312f0fe49c2823ba7d5ab6944b196a7bb7ae871ceb4d4307fc327a89e51429cf895a95ac46a2c79e03a2f123b52cf84e2abb8fad507ed91a7483 +SHA512 (karchive-5.82.0.tar.xz) = 7b735b3f1c325bf8dc9044fc9644fdaa3442baeae16831ea79cf84f7da0d5cb7757e2201d8cb73f18a831c49f079b87c75c8387a53c236386e4da47437884183 From 7361515660ae08c8c08068083f8aa7aa26b812bf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jun 2021 15:55:31 -0500 Subject: [PATCH 118/149] 5.83.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5c45f2f..2c403b7 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /karchive-5.80.0.tar.xz /karchive-5.81.0.tar.xz /karchive-5.82.0.tar.xz +/karchive-5.83.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 7ab128e..4694ba8 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.82.0 +Version: 5.83.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 e9bf0a4..06ea9e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.82.0.tar.xz) = 7b735b3f1c325bf8dc9044fc9644fdaa3442baeae16831ea79cf84f7da0d5cb7757e2201d8cb73f18a831c49f079b87c75c8387a53c236386e4da47437884183 +SHA512 (karchive-5.83.0.tar.xz) = 4be6bbc1934c5ca7b297d6a1c15832c91a7c94c21341fe349aa1c5a55dd02205184c52bec6b3562f3b71fe2ca0c9e783d94339fa86d84f611c1d937cf653f022 From 6c9906938a77df448b0c004dcc4c6e1e60a6e744 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 09:47:37 +0000 Subject: [PATCH 119/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 4694ba8..48fa3b2 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.83.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 f6d288940e2372908479ecd4c54df742cc9d3135 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Aug 2021 11:00:17 -0500 Subject: [PATCH 120/149] 5.85.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2c403b7..5cb3f06 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /karchive-5.81.0.tar.xz /karchive-5.82.0.tar.xz /karchive-5.83.0.tar.xz +/karchive-5.85.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 48fa3b2..9fdacfb 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,8 +2,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.83.0 -Release: 2%{?dist} +Version: 5.85.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 06ea9e0..ce810e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.83.0.tar.xz) = 4be6bbc1934c5ca7b297d6a1c15832c91a7c94c21341fe349aa1c5a55dd02205184c52bec6b3562f3b71fe2ca0c9e783d94339fa86d84f611c1d937cf653f022 +SHA512 (karchive-5.85.0.tar.xz) = 5890e1b7e354420a63f8deaca0375b8caf1d798c5682ee4ef902c40435d493e232d66528fcd40c7efa40a390d76a22ce6d6f73e884e95528f5d56639cddbf7f5 From ba6b206b46647e874928378e938a54730d8005e9 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Wed, 15 Sep 2021 00:17:55 +0200 Subject: [PATCH 121/149] 5.86.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5cb3f06..18f0971 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /karchive-5.82.0.tar.xz /karchive-5.83.0.tar.xz /karchive-5.85.0.tar.xz +/karchive-5.86.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 9fdacfb..af29a18 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.85.0 +Version: 5.86.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 ce810e6..7dfa9ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.85.0.tar.xz) = 5890e1b7e354420a63f8deaca0375b8caf1d798c5682ee4ef902c40435d493e232d66528fcd40c7efa40a390d76a22ce6d6f73e884e95528f5d56639cddbf7f5 +SHA512 (karchive-5.86.0.tar.xz) = 64c1b8ded7b2c7b56d0a75a7cbe22e708b926f4b2df00c9f08105928e7e0af6e578bda74e4299a79565ef08e029f1daefe51e8bed20164f55fb8da8d1e5307e9 From 371797b0953c8ffd16ae7ee51fd87490ac52a6f5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Oct 2021 09:16:04 -0500 Subject: [PATCH 122/149] 5.87.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18f0971..4475977 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /karchive-5.83.0.tar.xz /karchive-5.85.0.tar.xz /karchive-5.86.0.tar.xz +/karchive-5.87.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index af29a18..6679a64 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.86.0 +Version: 5.87.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 7dfa9ab..1db688e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.86.0.tar.xz) = 64c1b8ded7b2c7b56d0a75a7cbe22e708b926f4b2df00c9f08105928e7e0af6e578bda74e4299a79565ef08e029f1daefe51e8bed20164f55fb8da8d1e5307e9 +SHA512 (karchive-5.87.0.tar.xz) = e43f672335557274adc63de9c95564ebbd9602c7eb6613afaf278f2200c9a905e1d51cec189c5472a912f765641c7c25bb54b9d6482cf8276987c01d8b64bd6a From 5d23bf6511a4fb6b1e6b06e8659656c415c0eced Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 9 Nov 2021 09:58:13 +0100 Subject: [PATCH 123/149] 5.88.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4475977..df2aae1 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /karchive-5.85.0.tar.xz /karchive-5.86.0.tar.xz /karchive-5.87.0.tar.xz +/karchive-5.88.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 6679a64..fa1fbd8 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.87.0 +Version: 5.88.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 1db688e..beddef9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.87.0.tar.xz) = e43f672335557274adc63de9c95564ebbd9602c7eb6613afaf278f2200c9a905e1d51cec189c5472a912f765641c7c25bb54b9d6482cf8276987c01d8b64bd6a +SHA512 (karchive-5.88.0.tar.xz) = c24712bf112870dda73d61574155c3858f10283d7692bea5a588f3138017b15883a9c81f7a5b1f6763df3efd7b08886c77fbef4320c8c0dd25c57e2d6e4a6560 From eaa2012e8441a85b424bb20e5616f4fd98ff8e5e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:27:39 -0600 Subject: [PATCH 124/149] 5.89.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df2aae1..a26b0a1 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /karchive-5.86.0.tar.xz /karchive-5.87.0.tar.xz /karchive-5.88.0.tar.xz +/karchive-5.89.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index fa1fbd8..53986bb 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 beddef9..1f575a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.88.0.tar.xz) = c24712bf112870dda73d61574155c3858f10283d7692bea5a588f3138017b15883a9c81f7a5b1f6763df3efd7b08886c77fbef4320c8c0dd25c57e2d6e4a6560 +SHA512 (karchive-5.89.0.tar.xz) = 934b7261faecd88872386d8186950b1e35332e410e47ec1b8c49a8bdb67a469833bcfa347b29ae9c5d45efc7f339aab5994aee84a1d42f2c09bf49bdf4d5af1c From 52786b266f21583016dbab41fbefd9cfe518171d Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:29:24 +0100 Subject: [PATCH 125/149] 5.90.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a26b0a1..6f8a2a4 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /karchive-5.87.0.tar.xz /karchive-5.88.0.tar.xz /karchive-5.89.0.tar.xz +/karchive-5.90.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 53986bb..9ebe590 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 1f575a3..0085d87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.89.0.tar.xz) = 934b7261faecd88872386d8186950b1e35332e410e47ec1b8c49a8bdb67a469833bcfa347b29ae9c5d45efc7f339aab5994aee84a1d42f2c09bf49bdf4d5af1c +SHA512 (karchive-5.90.0.tar.xz) = d1b0d6f46b0ac73ec55e8ab8594546037b111911ba5d4ae089da9cd8259bcece0d3c1e1ea16d485e05c021f3ff135514c3d49177c1a5313fb1b5dee4aae0d839 From 3907d1cf0759e5f9eed17583c25c2e0f7d9a9a2d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:31:55 +0000 Subject: [PATCH 126/149] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 9ebe590..f479b84 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 0dca3d951e4d74579e15c06d85225d5ecedd2e2f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:21:45 -0600 Subject: [PATCH 127/149] 5.91.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6f8a2a4..32f61cc 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /karchive-5.88.0.tar.xz /karchive-5.89.0.tar.xz /karchive-5.90.0.tar.xz +/karchive-5.91.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index f479b84..2396d0f 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,8 +2,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 0085d87..3cf0f7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.90.0.tar.xz) = d1b0d6f46b0ac73ec55e8ab8594546037b111911ba5d4ae089da9cd8259bcece0d3c1e1ea16d485e05c021f3ff135514c3d49177c1a5313fb1b5dee4aae0d839 +SHA512 (karchive-5.91.0.tar.xz) = e2b8d201a1b7d9f694746cfd0db91124dfc7e6df51db4a952001c46d52d5dd31bd80c02040b9545ab6b442694bb0ab5bffbff0f6fd9a78f642a32535b7d100ff From 579db6834575a483b8ed6f10a309e02d8a07d859 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:05:21 -0600 Subject: [PATCH 128/149] update %%files --- kf5-karchive.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 2396d0f..0511cf7 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -61,7 +61,7 @@ developing applications that use %{name}. %{_kf5_libdir}/libKF5Archive.so.* %files devel -%{_kf5_includedir}/karchive_version.h + %{_kf5_includedir}/KArchive/ %{_kf5_libdir}/libKF5Archive.so %{_kf5_libdir}/cmake/KF5Archive/ From 1848c135428d166c9119b0bcc5c60e6d68cc0472 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 14:54:35 -0600 Subject: [PATCH 129/149] 5.92.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 32f61cc..8e7f110 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /karchive-5.89.0.tar.xz /karchive-5.90.0.tar.xz /karchive-5.91.0.tar.xz +/karchive-5.92.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 0511cf7..0f8f26b 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.92.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 3cf0f7d..ab1556a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.91.0.tar.xz) = e2b8d201a1b7d9f694746cfd0db91124dfc7e6df51db4a952001c46d52d5dd31bd80c02040b9545ab6b442694bb0ab5bffbff0f6fd9a78f642a32535b7d100ff +SHA512 (karchive-5.92.0.tar.xz) = c6375c14805470e4d61142a97871d5255769f92e3d3e9716218d3b761c464b4e0443b1126b57ddccc33fe34e5d63c7468fba1d083dca49e2ae1dc38d583db770 From b87cdd3719baab2c152209b9d9b03ed3d89d1ab0 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:21:17 +0930 Subject: [PATCH 130/149] Update to 5.93 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e7f110..00cb6fa 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /karchive-5.90.0.tar.xz /karchive-5.91.0.tar.xz /karchive-5.92.0.tar.xz +./karchive-5.93.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 0f8f26b..6935154 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 diff --git a/sources b/sources index ab1556a..d67f7a3 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (karchive-5.92.0.tar.xz) = c6375c14805470e4d61142a97871d5255769f92e3d3e9716218d3b761c464b4e0443b1126b57ddccc33fe34e5d63c7468fba1d083dca49e2ae1dc38d583db770 +SHA512 (karchive-5.93.0.tar.xz) = 16f2fcbba6d25ef3dafe28ff16f6ef8594a265c07fbbdf27c7899107fbf577e5776b04c725d3681f22e2974a8036bd5c3ae829c2601392f3ff525874793403bf From bafbd7b70f1d68005f454aaedc6f83712e62d489 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:09:57 -0500 Subject: [PATCH 131/149] 5.94.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 00cb6fa..615eabf 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /karchive-5.91.0.tar.xz /karchive-5.92.0.tar.xz ./karchive-5.93.tar.xz +/karchive-5.94.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 6935154..d53751d 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 d67f7a3..ea364ad 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (karchive-5.92.0.tar.xz) = c6375c14805470e4d61142a97871d5255769f92e3d3e9716218d3b761c464b4e0443b1126b57ddccc33fe34e5d63c7468fba1d083dca49e2ae1dc38d583db770 -SHA512 (karchive-5.93.0.tar.xz) = 16f2fcbba6d25ef3dafe28ff16f6ef8594a265c07fbbdf27c7899107fbf577e5776b04c725d3681f22e2974a8036bd5c3ae829c2601392f3ff525874793403bf +SHA512 (karchive-5.94.0.tar.xz) = a77224ed59c0fcfd7637458bc0d165e9226e3858e632915c9f78a2d2e5725cc2595672edd3b05260b6dfc69a50a8a6f690e06ca04633df33a1b9889260d368b5 From 91e56c62437172ad6dae165aa6f3b488a073efd0 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:44 +0200 Subject: [PATCH 132/149] 5.96.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 615eabf..0761bac 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /karchive-5.92.0.tar.xz ./karchive-5.93.tar.xz /karchive-5.94.0.tar.xz +/karchive-5.96.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index d53751d..608fcf1 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.94.0 +Version: 5.96.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 ea364ad..eceb352 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.94.0.tar.xz) = a77224ed59c0fcfd7637458bc0d165e9226e3858e632915c9f78a2d2e5725cc2595672edd3b05260b6dfc69a50a8a6f690e06ca04633df33a1b9889260d368b5 +SHA512 (karchive-5.96.0.tar.xz) = 9629cf22ed761f37a7abe60129ed36c1665ba8b8ff6497ca214e4b88a84b324def9acf48d680300250ddc25e246d013d2bdc7b2452b2718eb0584fb55d2142ca From fcf920fbd55fda7c2246d05492e413b71cf34b8d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 15:58:30 +0000 Subject: [PATCH 133/149] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 608fcf1..3749b1a 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.96.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 7d72420399bcd6101adc98cf058eb9bda94681af Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 14 Aug 2022 13:02:25 +0930 Subject: [PATCH 134/149] Update to 5.97.0 --- .gitignore | 1 + kf5-karchive.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0761bac..7bc743f 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ ./karchive-5.93.tar.xz /karchive-5.94.0.tar.xz /karchive-5.96.0.tar.xz +/karchive-5.97.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 3749b1a..eca2fd7 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,8 +2,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.96.0 -Release: 2%{?dist} +Version: 5.97.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 eceb352..d1c5dbd 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (karchive-5.96.0.tar.xz) = 9629cf22ed761f37a7abe60129ed36c1665ba8b8ff6497ca214e4b88a84b324def9acf48d680300250ddc25e246d013d2bdc7b2452b2718eb0584fb55d2142ca +SHA512 (karchive-5.97.0.tar.xz) = 0d19ecbe8baf3c07de02c78b6b6a06650c86073b264676b658553f84aeb258941ef927fa7297786a0b777d9e5db7c9613776b3ade48896e8324878791ecfbe13 From 5fdbfe487b1082386f3be51acc30c5b1360c2440 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 135/149] 5.98.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7bc743f..54c914b 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /karchive-5.94.0.tar.xz /karchive-5.96.0.tar.xz /karchive-5.97.0.tar.xz +/karchive-5.98.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index eca2fd7..73da56d 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.98.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 d1c5dbd..f1273d2 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (karchive-5.96.0.tar.xz) = 9629cf22ed761f37a7abe60129ed36c1665ba8b8ff6497ca214e4b88a84b324def9acf48d680300250ddc25e246d013d2bdc7b2452b2718eb0584fb55d2142ca -SHA512 (karchive-5.97.0.tar.xz) = 0d19ecbe8baf3c07de02c78b6b6a06650c86073b264676b658553f84aeb258941ef927fa7297786a0b777d9e5db7c9613776b3ade48896e8324878791ecfbe13 +SHA512 (karchive-5.98.0.tar.xz) = 98892391845882dc1c68763bb125249cee543a47eef522c86209fb5c16b643112e8dda4468fd3dbeeda4c284aed24ab9232a1ade6293bc987e25a60af70455d2 From fa603f454099b2efa426b658bb73434b558bc124 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 136/149] 5.99.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 54c914b..e62b303 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /karchive-5.96.0.tar.xz /karchive-5.97.0.tar.xz /karchive-5.98.0.tar.xz +/karchive-5.99.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 73da56d..d7a1e5d 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.98.0 +Version: 5.99.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 f1273d2..3d7eaf3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.98.0.tar.xz) = 98892391845882dc1c68763bb125249cee543a47eef522c86209fb5c16b643112e8dda4468fd3dbeeda4c284aed24ab9232a1ade6293bc987e25a60af70455d2 +SHA512 (karchive-5.99.0.tar.xz) = 51b5443c593c8733b1d2e071c0310ece308275d598cb7b9610be626bcfc3b9111e28625501d2678e83e3af66232d6436090d93d29f4bf9fcd38f9d7362f0d9ec From 35ce9c61a1f46380748afcc708db68e15c187f97 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 137/149] 5.100.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e62b303..5e473eb 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /karchive-5.97.0.tar.xz /karchive-5.98.0.tar.xz /karchive-5.99.0.tar.xz +/karchive-5.100.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index d7a1e5d..5305c14 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.99.0 +Version: 5.100.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -69,6 +69,9 @@ developing applications that use %{name}. %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 3d7eaf3..7fccddc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.99.0.tar.xz) = 51b5443c593c8733b1d2e071c0310ece308275d598cb7b9610be626bcfc3b9111e28625501d2678e83e3af66232d6436090d93d29f4bf9fcd38f9d7362f0d9ec +SHA512 (karchive-5.100.0.tar.xz) = 2c52d1e08794dfb73a22c25e3271555eed4252d6b23bb8d01e1146ac2d5e7d4d9bde2772e5b4a29fc2bd569d00049a603c9801a58307812fc4babb205f7bc7bd From b4f02e72d6b8dc2bfc62c84c3ad2bd5d0df2148c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 6 Nov 2022 23:43:58 +0100 Subject: [PATCH 138/149] fix: handle language files --- kf5-karchive.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 5305c14..c5f841e 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -51,10 +51,11 @@ developing applications that use %{name}. %install %cmake_install +%find_lang_kf5 karchive5_qt %ldconfig_scriptlets -%files +%files -f karchive5_qt.lang %doc AUTHORS README.md %license LICENSES/*.txt %{_kf5_datadir}/qlogging-categories5/*categories From deb46b903ad7a9d4e030977746ec0f1c1eff1f2f 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-karchive.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 5e473eb..504e6e9 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /karchive-5.98.0.tar.xz /karchive-5.99.0.tar.xz /karchive-5.100.0.tar.xz +/karchive-5.101.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index c5f841e..3477780 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.100.0 +Version: 5.101.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -10,12 +10,7 @@ License: LGPLv2+ and BSD 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: bzip2-devel @@ -70,6 +65,10 @@ developing applications that use %{name}. %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 7fccddc..b6b3b06 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.100.0.tar.xz) = 2c52d1e08794dfb73a22c25e3271555eed4252d6b23bb8d01e1146ac2d5e7d4d9bde2772e5b4a29fc2bd569d00049a603c9801a58307812fc4babb205f7bc7bd +SHA512 (karchive-5.101.0.tar.xz) = 7a6d0628d32c424b8bba9d9367a8d1163c7ae44d035826a7f12de511a7b36f67cc1a2b301dcd2ee3aac99cb11e1756ef9d2cbf4c3d45674d4962fe14ad04936d From 1ed91d26691db98b62f54176a2e9118e50a02b18 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-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 504e6e9..281e403 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /karchive-5.99.0.tar.xz /karchive-5.100.0.tar.xz /karchive-5.101.0.tar.xz +/karchive-5.102.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 3477780..584d5d5 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.101.0 +Version: 5.102.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -65,6 +65,9 @@ developing applications that use %{name}. %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 b6b3b06..1456619 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.101.0.tar.xz) = 7a6d0628d32c424b8bba9d9367a8d1163c7ae44d035826a7f12de511a7b36f67cc1a2b301dcd2ee3aac99cb11e1756ef9d2cbf4c3d45674d4962fe14ad04936d +SHA512 (karchive-5.102.0.tar.xz) = 0bd0dc60180d0610f2a2770680519c7a8bd83b11f8674214fdc057e8e734e771db4467b4d4b09f3bb6c3c392e3506dccbfa500f7ede4e1c7ca9f815a057c89ec From 27c6926ec9c319cb2705a1a15861a22c34c06d49 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-karchive.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 584d5d5..3c6e10d 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -9,7 +9,7 @@ Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD 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 30abcc961e56f9852458299aadf2e67f3c8e1d6a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 14:28:24 +0000 Subject: [PATCH 142/149] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-karchive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 3c6e10d..5d27372 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.102.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -65,6 +65,9 @@ developing applications that use %{name}. %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 fb17c58fda3f560d0df93899b32f41c04efc65c0 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-karchive.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 281e403..946b0c4 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /karchive-5.100.0.tar.xz /karchive-5.101.0.tar.xz /karchive-5.102.0.tar.xz +/karchive-5.103.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 5d27372..d4ee3d7 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,8 +2,8 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.102.0 -Release: 2%{?dist} +Version: 5.103.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD @@ -65,6 +65,9 @@ developing applications that use %{name}. %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 1456619..ddfb30a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.102.0.tar.xz) = 0bd0dc60180d0610f2a2770680519c7a8bd83b11f8674214fdc057e8e734e771db4467b4d4b09f3bb6c3c392e3506dccbfa500f7ede4e1c7ca9f815a057c89ec +SHA512 (karchive-5.103.0.tar.xz) = 746a8bd1bd2b87b8d967bda7c9512f81859803ba22e5cd8a4a6dbac4283c1ed1621b7f429c73c55fd323fca417cbeee9c9b0b205e404c0bd2f9ac164874a4438 From e888b12c050e016dd6ecd597e708d677f522f05a 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-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 946b0c4..5b04b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /karchive-5.101.0.tar.xz /karchive-5.102.0.tar.xz /karchive-5.103.0.tar.xz +/karchive-5.104.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index d4ee3d7..5a8c303 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.103.0 +Version: 5.104.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -65,6 +65,9 @@ developing applications that use %{name}. %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 ddfb30a..b8cdfac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.103.0.tar.xz) = 746a8bd1bd2b87b8d967bda7c9512f81859803ba22e5cd8a4a6dbac4283c1ed1621b7f429c73c55fd323fca417cbeee9c9b0b205e404c0bd2f9ac164874a4438 +SHA512 (karchive-5.104.0.tar.xz) = c987fe5d217d259e87b41cdfef0f480c1c80e2fc3f5701354842c0f5cc773c2c5a6f81ff29fce37bcd3175d572c3ded59e08e09e89b0ae9ef135331d995b6336 From fde58cdca147899089b49ab4437a19a211e945a8 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-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5b04b0a..6216623 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /karchive-5.102.0.tar.xz /karchive-5.103.0.tar.xz /karchive-5.104.0.tar.xz +/karchive-5.105.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 5a8c303..0e90969 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.104.0 +Version: 5.105.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -65,6 +65,9 @@ developing applications that use %{name}. %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 b8cdfac..d54c2d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.104.0.tar.xz) = c987fe5d217d259e87b41cdfef0f480c1c80e2fc3f5701354842c0f5cc773c2c5a6f81ff29fce37bcd3175d572c3ded59e08e09e89b0ae9ef135331d995b6336 +SHA512 (karchive-5.105.0.tar.xz) = 10c31768cc470a626a5acbaf4f46cab388b34a50d768b88e9924de8254592b8d3d29396bdfd86f911a3a6def7f63b032de4a8219a06cfc5744c9bdb454771e42 From 2c064d32f379c6732a00e9d3b839113dac696fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 15 May 2023 21:55:21 +0200 Subject: [PATCH 146/149] 5.106.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6216623..1f2f8d2 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /karchive-5.103.0.tar.xz /karchive-5.104.0.tar.xz /karchive-5.105.0.tar.xz +/karchive-5.106.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index 0e90969..dd0bc19 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.105.0 +Version: 5.106.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -65,6 +65,9 @@ developing applications that use %{name}. %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 d54c2d0..e612af3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.105.0.tar.xz) = 10c31768cc470a626a5acbaf4f46cab388b34a50d768b88e9924de8254592b8d3d29396bdfd86f911a3a6def7f63b032de4a8219a06cfc5744c9bdb454771e42 +SHA512 (karchive-5.106.0.tar.xz) = 43e38e46dd6b9d46b3c98fd1e33cf5ae76820bd8af5cc1c83c43d6bdb49c1084b6ae273a9c153a3f15bc5e7817c05df5df7b963b923afa7c68b33e7ea41d92b5 From ac844a1d2e783f78e6d7c2a9c2129d188cbce31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 3 Jun 2023 15:29:16 +0200 Subject: [PATCH 147/149] 5.107.0 --- .gitignore | 1 + kf5-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1f2f8d2..1758d59 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /karchive-5.104.0.tar.xz /karchive-5.105.0.tar.xz /karchive-5.106.0.tar.xz +/karchive-5.107.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index dd0bc19..a34823b 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.106.0 +Version: 5.107.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -65,6 +65,9 @@ developing applications that use %{name}. %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 e612af3..e06623b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.106.0.tar.xz) = 43e38e46dd6b9d46b3c98fd1e33cf5ae76820bd8af5cc1c83c43d6bdb49c1084b6ae273a9c153a3f15bc5e7817c05df5df7b963b923afa7c68b33e7ea41d92b5 +SHA512 (karchive-5.107.0.tar.xz) = b9bb1fd8f0bc00d603e2065a3655f25a0f4847e54853f4e699f1830069fb6ccfb7ec045bcd795cd5c8a30af3bc5748f399b69aad90f602889a0e87d5cf24f817 From e7f93a7dc8754147c687933413ba93b51585a3dc 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-karchive.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1758d59..94a2bd7 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /karchive-5.105.0.tar.xz /karchive-5.106.0.tar.xz /karchive-5.107.0.tar.xz +/karchive-5.108.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index a34823b..8c8e0c6 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -2,7 +2,7 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.107.0 +Version: 5.108.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions @@ -65,6 +65,9 @@ developing applications that use %{name}. %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 e06623b..fb59b5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (karchive-5.107.0.tar.xz) = b9bb1fd8f0bc00d603e2065a3655f25a0f4847e54853f4e699f1830069fb6ccfb7ec045bcd795cd5c8a30af3bc5748f399b69aad90f602889a0e87d5cf24f817 +SHA512 (karchive-5.108.0.tar.xz) = cd63f9b69001114bc5e6809838cba903496cf4ce28222b676255a96dc3d3878b309446cab4dcff12bdf41e7ccd0c4c3629988ba874c60ab85684f6d3f7cb08dc From 7be872b8c14e9d19a859017a14400660a1525fdd Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:30:59 +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 fb59b5d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (karchive-5.108.0.tar.xz) = cd63f9b69001114bc5e6809838cba903496cf4ce28222b676255a96dc3d3878b309446cab4dcff12bdf41e7ccd0c4c3629988ba874c60ab85684f6d3f7cb08dc diff --git a/sources.basename b/sources.basename deleted file mode 100644 index d20d2ab..0000000 --- a/sources.basename +++ /dev/null @@ -1 +0,0 @@ -karchive