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 01/85] 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 02/85] 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 03/85] 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 04/85] - 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 05/85] 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 06/85] 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 07/85] - 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 08/85] 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 09/85] 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 10/85] 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 11/85] 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 12/85] 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 13/85] 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 14/85] 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 15/85] 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 16/85] 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 17/85] 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 18/85] 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 19/85] 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 20/85] 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 21/85] 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 22/85] 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 23/85] 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 24/85] 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 25/85] - 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 26/85] 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 27/85] 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 28/85] 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 29/85] +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 30/85] 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 31/85] 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 32/85] 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 33/85] 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 34/85] 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 35/85] - 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 36/85] 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 37/85] 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 38/85] 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 39/85] 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 40/85] 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 41/85] 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 42/85] 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 43/85] 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 44/85] 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 45/85] 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 46/85] 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 47/85] 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 48/85] 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 49/85] 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 50/85] 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 51/85] 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 52/85] 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 53/85] 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 54/85] 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 55/85] 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 56/85] - 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 57/85] - 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 58/85] 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 59/85] 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 60/85] 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 61/85] 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 62/85] 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 63/85] 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 64/85] 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 65/85] 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 66/85] 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 67/85] 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 68/85] 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 69/85] 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 70/85] 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 71/85] 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 72/85] 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 73/85] - 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 74/85] 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 75/85] 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 76/85] 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 77/85] 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 78/85] 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 79/85] 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 80/85] - 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 81/85] 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 82/85] 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 83/85] 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 84/85] 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 85/85] 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