From c37092fe81acb9adcb80d35609df08794823b96d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 6 Mar 2020 14:11:01 -0600 Subject: [PATCH 01/17] 19.12.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ab82b3d..0c13cec 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /analitza-19.08.3.tar.xz /analitza-19.12.1.tar.xz /analitza-19.12.2.tar.xz +/analitza-19.12.3.tar.xz diff --git a/analitza.spec b/analitza.spec index 652ac03..b64fc38 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 19.12.2 +Version: 19.12.3 Release: 1%{?dist} License: GPLv2+ @@ -103,6 +103,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Fri Mar 06 2020 Rex Dieter - 19.12.3-1 +- 19.12.3 + * Tue Feb 04 2020 Rex Dieter - 19.12.2-1 - 19.12.2 diff --git a/sources b/sources index 28febe2..7554fbb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-19.12.2.tar.xz) = 7393bdd2a8adfc2bd0963cff361bfcd69aff33cb958e62f696c64ae070bd158e37b595d2bb18ecb14f0785bf6c96b5f8a2c4a18e8762daaeda913541050c8ecc +SHA512 (analitza-19.12.3.tar.xz) = 3b858af0a79174ec8c7ae28a703d067a6d2545dd5319a2d37d72831bba9f6196c6a6cedf6d277eb5ede812fb39ffab297f966da6c40926b26c0943ca10426eb9 From 7e812081231712e8b3fa7856c19eb8a374bfa10f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 5 Apr 2020 19:54:20 -0500 Subject: [PATCH 02/17] rebuild (qt5) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index b64fc38..1347108 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 19.12.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -103,6 +103,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Sun Apr 05 2020 Rex Dieter - 19.12.3-2 +- rebuild (qt5) + * Fri Mar 06 2020 Rex Dieter - 19.12.3-1 - 19.12.3 From 01df27d4993269e70f60de803cf75e3a3be22c50 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 24 Apr 2020 12:51:58 -0500 Subject: [PATCH 03/17] 20.04.0 --- .gitignore | 1 + analitza.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0c13cec..e4d1b49 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /analitza-19.12.1.tar.xz /analitza-19.12.2.tar.xz /analitza-19.12.3.tar.xz +/analitza-20.04.0.tar.xz diff --git a/analitza.spec b/analitza.spec index 1347108..f40a954 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 19.12.3 -Release: 2%{?dist} +Version: 20.04.0 +Release: 1%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -20,7 +20,7 @@ URL: https://cgit.kde.org/%{name}.git %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= 1.3 BuildRequires: kf5-rpm-macros @@ -103,6 +103,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Fri Apr 24 2020 Rex Dieter - 20.04.0-1 +- 20.04.0 + * Sun Apr 05 2020 Rex Dieter - 19.12.3-2 - rebuild (qt5) diff --git a/sources b/sources index 7554fbb..64ac20b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-19.12.3.tar.xz) = 3b858af0a79174ec8c7ae28a703d067a6d2545dd5319a2d37d72831bba9f6196c6a6cedf6d277eb5ede812fb39ffab297f966da6c40926b26c0943ca10426eb9 +SHA512 (analitza-20.04.0.tar.xz) = db24d29222b88474ee851fab3c90cdf7906f0524b41af71292c7b3f36e2da926b091a9eff06212670687268719ad05577694f865ebebd54c2cd9c417472998b8 From cab03b3b15000c5d2385a690ef6c484abb7347e6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 26 May 2020 09:55:55 -0500 Subject: [PATCH 04/17] 20.04.1 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e4d1b49..38bded0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /analitza-19.12.2.tar.xz /analitza-19.12.3.tar.xz /analitza-20.04.0.tar.xz +/analitza-20.04.1.tar.xz diff --git a/analitza.spec b/analitza.spec index f40a954..8717a18 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 20.04.0 +Version: 20.04.1 Release: 1%{?dist} License: GPLv2+ @@ -103,6 +103,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Tue May 26 2020 Rex Dieter - 20.04.1-1 +- 20.04.1 + * Fri Apr 24 2020 Rex Dieter - 20.04.0-1 - 20.04.0 diff --git a/sources b/sources index 64ac20b..300a705 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-20.04.0.tar.xz) = db24d29222b88474ee851fab3c90cdf7906f0524b41af71292c7b3f36e2da926b091a9eff06212670687268719ad05577694f865ebebd54c2cd9c417472998b8 +SHA512 (analitza-20.04.1.tar.xz) = 1ae972bba40f90372fb2f22ccc3fe3bdf38e7954b67d2c3eea0ab9d3bd1943af1cecdf2c75d6fbbd673095f8af851644ba8e390d0b7115119480990059eaeb43 From 5f82dc968c645784c87bbfa82ffb8afb89fd04b6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 12 Jun 2020 08:22:31 -0500 Subject: [PATCH 05/17] 20.04.2 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 38bded0..499fb6f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /analitza-19.12.3.tar.xz /analitza-20.04.0.tar.xz /analitza-20.04.1.tar.xz +/analitza-20.04.2.tar.xz diff --git a/analitza.spec b/analitza.spec index 8717a18..82d418d 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 20.04.1 +Version: 20.04.2 Release: 1%{?dist} License: GPLv2+ @@ -103,6 +103,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Fri Jun 12 2020 Rex Dieter - 20.04.2-1 +- 20.04.2 + * Tue May 26 2020 Rex Dieter - 20.04.1-1 - 20.04.1 diff --git a/sources b/sources index 300a705..5b57fd2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-20.04.1.tar.xz) = 1ae972bba40f90372fb2f22ccc3fe3bdf38e7954b67d2c3eea0ab9d3bd1943af1cecdf2c75d6fbbd673095f8af851644ba8e390d0b7115119480990059eaeb43 +SHA512 (analitza-20.04.2.tar.xz) = 9bd7b746e819e629a6fb1d04054dbcd014e73e99f118bce7297f9df3d33819878ebddc1526a400a2f892c39a963104d37efa4ad0575e2d4bbdfae9be3aedc006 From 852256fdc08c618daf7a976cf6d6b06a04c6d043 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Jul 2020 10:59:44 -0500 Subject: [PATCH 06/17] 20.04.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 499fb6f..1e5ad51 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /analitza-20.04.0.tar.xz /analitza-20.04.1.tar.xz /analitza-20.04.2.tar.xz +/analitza-20.04.3.tar.xz diff --git a/analitza.spec b/analitza.spec index 82d418d..ccf9e4d 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 20.04.2 +Version: 20.04.3 Release: 1%{?dist} License: GPLv2+ @@ -103,6 +103,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Fri Jul 10 2020 Rex Dieter - 20.04.3-1 +- 20.04.3 + * Fri Jun 12 2020 Rex Dieter - 20.04.2-1 - 20.04.2 diff --git a/sources b/sources index 5b57fd2..fab0b2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-20.04.2.tar.xz) = 9bd7b746e819e629a6fb1d04054dbcd014e73e99f118bce7297f9df3d33819878ebddc1526a400a2f892c39a963104d37efa4ad0575e2d4bbdfae9be3aedc006 +SHA512 (analitza-20.04.3.tar.xz) = 25a5f20505f27902623029f0da416209186dd8274479c808a466225759efb0389816388e2fc77e708362ebde4815ca298840d67c98cbd43f516b73d66159c629 From 10e3a173c0e79ffbfc9cfbd2a936eef629ea473e Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 18 Jul 2020 14:50:59 -0400 Subject: [PATCH 07/17] Update to new out-of-source build mechanism --- analitza.spec | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/analitza.spec b/analitza.spec index ccf9e4d..06030dd 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,3 +1,5 @@ +# Force out of source build +%undefine __cmake_in_source_build # uncomment to enable bootstrap mode #global bootstrap 1 @@ -57,26 +59,22 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. \ - %{?tests:-DBUILD_TESTING:BOOL=ON} -popd - -%make_build -C %{_target_platform} +%cmake_kf5 %{?tests:-DBUILD_TESTING:BOOL=ON} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %find_lang_kf5 analitza_qt %check %if 0%{?tests} -export CTEST_OUTPUT_ON_FAILURE=1 +pushd "%{__cmake_builddir}" xvfb-run -a \ -make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: +ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} --timeout 300 ||: +popd %endif From fe412436d788c778894853be75a8d269a33bdfa1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 12:02:21 +0000 Subject: [PATCH 08/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 06030dd..2a89d26 100644 --- a/analitza.spec +++ b/analitza.spec @@ -11,7 +11,7 @@ Name: analitza Summary: Library of mathematical features Version: 20.04.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -101,6 +101,9 @@ popd %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 20.04.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 10 2020 Rex Dieter - 20.04.3-1 - 20.04.3 From f4ec87b6dc9d33e37019a6629724cbdf120fbeca Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jul 2020 23:58:31 +0000 Subject: [PATCH 09/17] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- analitza.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 2a89d26..a48661d 100644 --- a/analitza.spec +++ b/analitza.spec @@ -11,7 +11,7 @@ Name: analitza Summary: Library of mathematical features Version: 20.04.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -101,6 +101,10 @@ popd %changelog +* Fri Jul 31 2020 Fedora Release Engineering - 20.04.3-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 20.04.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 08a488bce5f5ba3812c16789978b0e06f91be7a2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 10 Aug 2020 15:59:36 -0500 Subject: [PATCH 10/17] .spec cosmetics --- analitza.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/analitza.spec b/analitza.spec index a48661d..af91419 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,5 +1,3 @@ -# Force out of source build -%undefine __cmake_in_source_build # uncomment to enable bootstrap mode #global bootstrap 1 @@ -11,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 20.04.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -59,7 +57,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %build -%cmake_kf5 %{?tests:-DBUILD_TESTING:BOOL=ON} +%cmake_kf5 \ + %{?tests:-DBUILD_TESTING:BOOL=ON} + %cmake_build @@ -101,6 +101,9 @@ popd %changelog +* Mon Aug 10 2020 Rex Dieter - 20.04.3-4 +- .spec cosmetics + * Fri Jul 31 2020 Fedora Release Engineering - 20.04.3-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From b6d0099e857428a130666260a3e7d34ce31859d0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 18 Aug 2020 12:04:15 -0500 Subject: [PATCH 11/17] 20.08.0 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1e5ad51..1cd3520 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /analitza-20.04.1.tar.xz /analitza-20.04.2.tar.xz /analitza-20.04.3.tar.xz +/analitza-20.08.0.tar.xz diff --git a/analitza.spec b/analitza.spec index af91419..a2f5192 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 20.04.3 -Release: 4%{?dist} +Version: 20.08.0 +Release: 1%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -101,6 +101,9 @@ popd %changelog +* Tue Aug 18 2020 Rex Dieter - 20.08.0-1 +- 20.08.0 + * Mon Aug 10 2020 Rex Dieter - 20.04.3-4 - .spec cosmetics diff --git a/sources b/sources index fab0b2d..b740893 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-20.04.3.tar.xz) = 25a5f20505f27902623029f0da416209186dd8274479c808a466225759efb0389816388e2fc77e708362ebde4815ca298840d67c98cbd43f516b73d66159c629 +SHA512 (analitza-20.08.0.tar.xz) = f84bbba39232b49d275791d71e9c943838be22a88ea194833e4215aa3d1433b1beae6c25f20e39a46495878dad4fd2a71da99aec96f76701bfbd52a666d9a21d From a33c7dd588caa04ed872203cd3523da81b79fa91 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 11 Sep 2020 11:29:46 +0200 Subject: [PATCH 12/17] rebuild (qt5) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index a2f5192..b84fa0a 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 20.08.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -101,6 +101,9 @@ popd %changelog +* Fri Sep 11 2020 Jan Grulich - 20.08.0-2 +- rebuild (qt5) + * Tue Aug 18 2020 Rex Dieter - 20.08.0-1 - 20.08.0 From 12e8ef8c1595c7767484a053afccd545f5420b2c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Sep 2020 11:31:02 -0500 Subject: [PATCH 13/17] 20.08.1 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1cd3520..63d6b7d 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /analitza-20.04.2.tar.xz /analitza-20.04.3.tar.xz /analitza-20.08.0.tar.xz +/analitza-20.08.1.tar.xz diff --git a/analitza.spec b/analitza.spec index b84fa0a..2be8c9c 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 20.08.0 -Release: 2%{?dist} +Version: 20.08.1 +Release: 1%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -101,6 +101,9 @@ popd %changelog +* Tue Sep 15 2020 Rex Dieter - 20.08.1-1 +- 20.08.1 + * Fri Sep 11 2020 Jan Grulich - 20.08.0-2 - rebuild (qt5) diff --git a/sources b/sources index b740893..460fd8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-20.08.0.tar.xz) = f84bbba39232b49d275791d71e9c943838be22a88ea194833e4215aa3d1433b1beae6c25f20e39a46495878dad4fd2a71da99aec96f76701bfbd52a666d9a21d +SHA512 (analitza-20.08.1.tar.xz) = ff9cf4b52e355c155b1b8dd2311e0314b4c87dc43d5d3bc3e54c66b6216b836cc675c17f5adc3d3b0cda5d8406cd07ef87035ebfc81e45e9e2d103af8c612e51 From 5991eb5b0a14828616dd2cec8315502e636460cf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 6 Nov 2020 13:12:58 -0600 Subject: [PATCH 14/17] 20.08.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 63d6b7d..172c9fd 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /analitza-20.04.3.tar.xz /analitza-20.08.0.tar.xz /analitza-20.08.1.tar.xz +/analitza-20.08.3.tar.xz diff --git a/analitza.spec b/analitza.spec index 2be8c9c..d16502f 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 20.08.1 +Version: 20.08.3 Release: 1%{?dist} License: GPLv2+ @@ -101,6 +101,9 @@ popd %changelog +* Fri Nov 6 13:12:22 CST 2020 Rex Dieter - 20.08.3-1 +- 20.08.3 + * Tue Sep 15 2020 Rex Dieter - 20.08.1-1 - 20.08.1 diff --git a/sources b/sources index 460fd8d..283eb5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-20.08.1.tar.xz) = ff9cf4b52e355c155b1b8dd2311e0314b4c87dc43d5d3bc3e54c66b6216b836cc675c17f5adc3d3b0cda5d8406cd07ef87035ebfc81e45e9e2d103af8c612e51 +SHA512 (analitza-20.08.3.tar.xz) = b5a92b5953668308c9ce095017e5c7fd62400223811f63d10e3f24968ed374e1259b8482f1a090dab7f96b624739a6b48e616152a8723668ae33e3d333b2b746 From 2b2e41f8265b562609e517af68c5b441ff35d31d Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 23 Nov 2020 07:42:55 +0100 Subject: [PATCH 15/17] rebuild (qt5) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index d16502f..20b07c6 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 20.08.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -101,6 +101,9 @@ popd %changelog +* Mon Nov 23 07:42:55 CET 2020 Jan Grulich - 20.08.3-2 +- rebuild (qt5) + * Fri Nov 6 13:12:22 CST 2020 Rex Dieter - 20.08.3-1 - 20.08.3 From f56099657a521ed4a15a935ca1db976b98d7df61 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 00:05:21 +0000 Subject: [PATCH 16/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 20b07c6..bff7349 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 20.08.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -101,6 +101,9 @@ popd %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 20.08.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Nov 23 07:42:55 CET 2020 Jan Grulich - 20.08.3-2 - rebuild (qt5) From f24f5f7c249d0f3984cfd6aeb34e39349a6f6b7e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 2 Feb 2021 10:34:58 -0600 Subject: [PATCH 17/17] 20.12.2 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 172c9fd..7d45feb 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /analitza-20.08.0.tar.xz /analitza-20.08.1.tar.xz /analitza-20.08.3.tar.xz +/analitza-20.12.2.tar.xz diff --git a/analitza.spec b/analitza.spec index bff7349..e90fc2f 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 20.08.3 -Release: 3%{?dist} +Version: 20.12.2 +Release: 1%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -101,6 +101,9 @@ popd %changelog +* Tue Feb 02 2021 Rex Dieter - 20.12.2-1 +- 20.12.2 + * Tue Jan 26 2021 Fedora Release Engineering - 20.08.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 283eb5d..5d0f5d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-20.08.3.tar.xz) = b5a92b5953668308c9ce095017e5c7fd62400223811f63d10e3f24968ed374e1259b8482f1a090dab7f96b624739a6b48e616152a8723668ae33e3d333b2b746 +SHA512 (analitza-20.12.2.tar.xz) = d66e4112c184168d600e6f0b98fbda091fb49a8ac3d1858fef447f748b364ef635ff792f31ac5e8c833e40367f7f32432a16b8a1fc44e1e4e0e3a72769b42b29