From 2dd747798bca59ce5d777cca594c9a4562fd0d6a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 3 Dec 2011 15:32:32 -0600 Subject: [PATCH 001/159] import --- .gitignore | 1 + analitza.spec | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 70 insertions(+) create mode 100644 analitza.spec diff --git a/.gitignore b/.gitignore index e69de29..b0ae7bd 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/analitza-4.7.80.tar.bz2 diff --git a/analitza.spec b/analitza.spec new file mode 100644 index 0000000..2f076c2 --- /dev/null +++ b/analitza.spec @@ -0,0 +1,68 @@ +Name: analitza +Summary: Library of mathematical features +Version: 4.7.80 +Release: 2%{?dist} + +License: GPLv2+ +URL: https://projects.kde.org/projects/kde/kdeedu/analitza +Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2 + +BuildRequires: kdelibs4-devel >= %{version} +BuildRequires: readline-devel + +Requires: kdelibs4%{?_isa}%{?_kde4_version: >= %{_kde4_version}} + +Conflicts: kalgebra < 4.7.80 +Conflicts: kalgebra-libs < 4.7.80 + +%description +%{summary}. + +%package devel +Summary: Developer files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: kdelibs4-devel +%description devel +%{summary}. + + +%prep +%setup -q + + +%build +mkdir -p %{_target_platform} +pushd %{_target_platform} +%{cmake_kde4} .. +popd + +make %{?_smp_mflags} -C %{_target_platform} + + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%doc COPYING TODO +%{_kde4_bindir}/calgebra +%{_kde4_libdir}/libanalitza.so.4* +%{_kde4_libdir}/libanalitzagui.so.4* + +%files devel +%{_kde4_includedir}/analitza/ +%{_kde4_includedir}/analitzagui/ +%{_kde4_libdir}/libanalitza.so +%{_kde4_libdir}/libanalitzagui.so +%{_kde4_libdir}/cmake/analitza/ + +%changelog +* Thu Dec 01 2011 Rex Dieter 4.7.80-2 +- BR: readline-devel + +* Fri Nov 25 2011 Rex Dieter 4.7.80-1 +- first try + diff --git a/sources b/sources index e69de29..c3cec96 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +7f661a995f666099a7a32013ea090321 analitza-4.7.80.tar.bz2 From 8cf507f655b90a4cb8a6b3cafef5f574539f0202 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Dec 2011 19:31:39 -0600 Subject: [PATCH 002/159] 4.7.90 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b0ae7bd..c84063f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /analitza-4.7.80.tar.bz2 +/analitza-4.7.90.tar.bz2 diff --git a/analitza.spec b/analitza.spec index 2f076c2..6859cff 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.7.80 -Release: 2%{?dist} +Version: 4.7.90 +Release: 1%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -60,6 +60,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kde4_libdir}/cmake/analitza/ %changelog +* Sun Dec 04 2011 Rex Dieter - 4.7.90-1 +- 4.7.90 + * Thu Dec 01 2011 Rex Dieter 4.7.80-2 - BR: readline-devel diff --git a/sources b/sources index c3cec96..fe3d211 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f661a995f666099a7a32013ea090321 analitza-4.7.80.tar.bz2 +3a1c2eb8e8443f9455bcee86dcae7d75 analitza-4.7.90.tar.bz2 From 50ae698b39d085e92dee9fb38733b8ad895af3f8 Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Thu, 22 Dec 2011 08:30:29 +0100 Subject: [PATCH 003/159] 4.7.95 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c84063f..ca00c38 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-4.7.80.tar.bz2 /analitza-4.7.90.tar.bz2 +/analitza-4.7.95.tar.bz2 diff --git a/analitza.spec b/analitza.spec index 6859cff..73281a2 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.7.90 +Version: 4.7.95 Release: 1%{?dist} License: GPLv2+ @@ -60,6 +60,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kde4_libdir}/cmake/analitza/ %changelog +* Thu Dec 22 2011 Radek Novacek - 4.7.95-1 +- 4.7.95 + * Sun Dec 04 2011 Rex Dieter - 4.7.90-1 - 4.7.90 diff --git a/sources b/sources index fe3d211..efe1758 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a1c2eb8e8443f9455bcee86dcae7d75 analitza-4.7.90.tar.bz2 +84b6005159c2f64098cc49af4c19fa70 analitza-4.7.95.tar.bz2 From c42f828308396b6669f474b173fd9379fd19735b Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Wed, 4 Jan 2012 16:32:07 +0100 Subject: [PATCH 004/159] 4.7.97 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca00c38..d9e050a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /analitza-4.7.80.tar.bz2 /analitza-4.7.90.tar.bz2 /analitza-4.7.95.tar.bz2 +/analitza-4.7.97.tar.bz2 diff --git a/analitza.spec b/analitza.spec index 73281a2..159b1b2 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.7.95 +Version: 4.7.97 Release: 1%{?dist} License: GPLv2+ @@ -60,6 +60,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kde4_libdir}/cmake/analitza/ %changelog +* Wed Jan 04 2012 Radek Novacek - 4.7.97-1 +- 4.7.97 + * Thu Dec 22 2011 Radek Novacek - 4.7.95-1 - 4.7.95 diff --git a/sources b/sources index efe1758..570f289 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84b6005159c2f64098cc49af4c19fa70 analitza-4.7.95.tar.bz2 +f53b2d992d38b00b7ddb5cfb55feb0bb analitza-4.7.97.tar.bz2 From dae08c36d7921a29b24ad5d31062736cbcfc8f78 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 15:15:48 -0600 Subject: [PATCH 005/159] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 159b1b2..fb5f224 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features Version: 4.7.97 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -60,6 +60,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kde4_libdir}/cmake/analitza/ %changelog +* Thu Jan 12 2012 Fedora Release Engineering - 4.7.97-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Wed Jan 04 2012 Radek Novacek - 4.7.97-1 - 4.7.97 From 26dafeb4aeedff8ffa0599660c413a96464a6d7b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 Jan 2012 15:40:15 -0600 Subject: [PATCH 006/159] Obsoletes: kalgebra-libs --- analitza.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/analitza.spec b/analitza.spec index fb5f224..f3c48e7 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features Version: 4.7.97 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -13,7 +13,9 @@ BuildRequires: readline-devel Requires: kdelibs4%{?_isa}%{?_kde4_version: >= %{_kde4_version}} Conflicts: kalgebra < 4.7.80 -Conflicts: kalgebra-libs < 4.7.80 + +Obsoletes: kalgebra-libs < 4.7.80 +Provides: kalgebra-libs = %{version}-%{release} %description %{summary}. @@ -59,7 +61,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kde4_libdir}/libanalitzagui.so %{_kde4_libdir}/cmake/analitza/ + %changelog +* Fri Jan 13 2012 Rex Dieter 4.7.97-3 +- Obsoletes: kalgebra-libs + * Thu Jan 12 2012 Fedora Release Engineering - 4.7.97-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 9764e2e1cd9d1071fddcf0e93ce0f58d1ff58659 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 22 Jan 2012 15:52:30 -0600 Subject: [PATCH 007/159] 4.8.0 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d9e050a..7f81163 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /analitza-4.7.90.tar.bz2 /analitza-4.7.95.tar.bz2 /analitza-4.7.97.tar.bz2 +/analitza-4.8.0.tar.bz2 diff --git a/analitza.spec b/analitza.spec index f3c48e7..d45d41a 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.7.97 -Release: 3%{?dist} +Version: 4.8.0 +Release: 1%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -63,6 +63,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jan 22 2012 Rex Dieter - 4.8.0-1 +- 4.8.0 + * Fri Jan 13 2012 Rex Dieter 4.7.97-3 - Obsoletes: kalgebra-libs diff --git a/sources b/sources index 570f289..ae11015 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f53b2d992d38b00b7ddb5cfb55feb0bb analitza-4.7.97.tar.bz2 +a45981814327beb81ddfef209dbbb076 analitza-4.8.0.tar.bz2 From 24ac43233ed166e645947c119abeb3893af49d2d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 24 Jan 2012 06:53:06 -0600 Subject: [PATCH 008/159] Source0 snippet --- analitza.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index d45d41a..2649f94 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,13 @@ Release: 1%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza -Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2 +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: ftp://ftp.kde.org/pub/kde/%{stable}/%{version}/src/%{name}-%{version}.tar.bz2 BuildRequires: kdelibs4-devel >= %{version} BuildRequires: readline-devel From a6b74bb6d2c481f54388bde4a368bc38cac45c70 Mon Sep 17 00:00:00 2001 From: Jaroslav Reznik Date: Mon, 5 Mar 2012 14:52:53 +0100 Subject: [PATCH 009/159] 4.8.1 --- .gitignore | 6 +----- analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 7f81163..b7223b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -/analitza-4.7.80.tar.bz2 -/analitza-4.7.90.tar.bz2 -/analitza-4.7.95.tar.bz2 -/analitza-4.7.97.tar.bz2 -/analitza-4.8.0.tar.bz2 +/analitza-4.8.1.tar.xz diff --git a/analitza.spec b/analitza.spec index 2649f94..16d8b83 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.8.0 +Version: 4.8.1 Release: 1%{?dist} License: GPLv2+ @@ -11,7 +11,7 @@ URL: https://projects.kde.org/projects/kde/kdeedu/analitza %else %global stable stable %endif -Source0: ftp://ftp.kde.org/pub/kde/%{stable}/%{version}/src/%{name}-%{version}.tar.bz2 +Source0: ftp://ftp.kde.org/pub/kde/%{stable}/%{version}/src/%{name}-%{version}.tar.xz BuildRequires: kdelibs4-devel >= %{version} BuildRequires: readline-devel @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Mar 05 2012 Jaroslav Reznik - 4.8.1-1 +- 4.8.1 + * Sun Jan 22 2012 Rex Dieter - 4.8.0-1 - 4.8.0 diff --git a/sources b/sources index ae11015..a14cd0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a45981814327beb81ddfef209dbbb076 analitza-4.8.0.tar.bz2 +d7271f7bf8e379aff579aed24bb4a956 analitza-4.8.1.tar.xz From f642bde87edef747f451f097acfcb2634be94db2 Mon Sep 17 00:00:00 2001 From: Jaroslav Reznik Date: Fri, 30 Mar 2012 14:17:52 +0200 Subject: [PATCH 010/159] 4.8.2 --- .gitignore | 2 +- analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7223b4..741b7eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/analitza-4.8.1.tar.xz +/analitza-4.8.2.tar.xz diff --git a/analitza.spec b/analitza.spec index 16d8b83..192ef54 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.8.1 +Version: 4.8.2 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Mar 30 2012 Jaroslav Reznik - 4.8.2-1 +- 4.8.2 + * Mon Mar 05 2012 Jaroslav Reznik - 4.8.1-1 - 4.8.1 diff --git a/sources b/sources index a14cd0a..cbd6fbe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7271f7bf8e379aff579aed24bb4a956 analitza-4.8.1.tar.xz +958ba4437ebd99cad2ea34638766d84e analitza-4.8.2.tar.xz From d036de766ec6e961ffe6ced7f38f398e8d3626cf Mon Sep 17 00:00:00 2001 From: Jaroslav Reznik Date: Mon, 30 Apr 2012 14:39:55 +0200 Subject: [PATCH 011/159] 4.8.3 --- .gitignore | 2 +- analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 741b7eb..229c9e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/analitza-4.8.2.tar.xz +/analitza-4.8.3.tar.xz diff --git a/analitza.spec b/analitza.spec index 192ef54..cc0657d 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.8.2 +Version: 4.8.3 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 30 2012 Jaroslav Reznik - 4.8.3-1 +- 4.8.3 + * Fri Mar 30 2012 Jaroslav Reznik - 4.8.2-1 - 4.8.2 diff --git a/sources b/sources index cbd6fbe..d8ccb03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -958ba4437ebd99cad2ea34638766d84e analitza-4.8.2.tar.xz +c703386e425d86575afda9e2b2ea320a analitza-4.8.3.tar.xz From 802faa7424812f096f024584ee17ec9efe78d2fb Mon Sep 17 00:00:00 2001 From: Jaroslav Reznik Date: Fri, 1 Jun 2012 15:44:48 +0200 Subject: [PATCH 012/159] 4.8.80 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 229c9e3..9b7cd80 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /analitza-4.8.3.tar.xz +/analitza-4.8.80.tar.xz diff --git a/analitza.spec b/analitza.spec index cc0657d..2ed0fc7 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.8.3 +Version: 4.8.80 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jun 01 2012 Jaroslav Reznik - 4.8.80-1 +- 4.8.80 + * Mon Apr 30 2012 Jaroslav Reznik - 4.8.3-1 - 4.8.3 diff --git a/sources b/sources index d8ccb03..d752935 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c703386e425d86575afda9e2b2ea320a analitza-4.8.3.tar.xz +dc49c4710cef97e772a60eb5434bf64e analitza-4.8.80.tar.xz From 6a1d77950ffafc27a252e6ddac6a245faaeef5ac Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mon, 4 Jun 2012 13:23:33 +0200 Subject: [PATCH 013/159] 4.8.4 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 229c9e3..38ba8c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /analitza-4.8.3.tar.xz +/analitza-4.8.4.tar.xz diff --git a/analitza.spec b/analitza.spec index cc0657d..1248c93 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.8.3 +Version: 4.8.4 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jun 04 2012 Than Ngo - 4.8.4-1 +- 4.8.4 + * Mon Apr 30 2012 Jaroslav Reznik - 4.8.3-1 - 4.8.3 diff --git a/sources b/sources index d8ccb03..54e3b3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c703386e425d86575afda9e2b2ea320a analitza-4.8.3.tar.xz +bfafae75db20cad0db0cf778ed695ab0 analitza-4.8.4.tar.xz From cca05274f438718c52324b2082f7784aa0c7d764 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 9 Jun 2012 15:27:54 -0500 Subject: [PATCH 014/159] 4.8.90 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9b7cd80..a38e7dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-4.8.3.tar.xz /analitza-4.8.80.tar.xz +/analitza-4.8.90.tar.xz diff --git a/analitza.spec b/analitza.spec index 2ed0fc7..7fb5136 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.8.80 +Version: 4.8.90 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jun 09 2012 Rex Dieter - 4.8.90-1 +- 4.8.90 + * Fri Jun 01 2012 Jaroslav Reznik - 4.8.80-1 - 4.8.80 diff --git a/sources b/sources index d752935..1517d14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc49c4710cef97e772a60eb5434bf64e analitza-4.8.80.tar.xz +1f19221078bc4c26ebe80600bef4eb28 analitza-4.8.90.tar.xz From 3a6457fe3c489129c7f84d00ff503d7a59480e11 Mon Sep 17 00:00:00 2001 From: Jaroslav Reznik Date: Wed, 27 Jun 2012 11:20:54 +0200 Subject: [PATCH 015/159] 4.8.95 --- .gitignore | 5 ++--- analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a38e7dc..44719ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -/analitza-4.8.3.tar.xz -/analitza-4.8.80.tar.xz -/analitza-4.8.90.tar.xz +/analitza-4.8.4.tar.xz +/analitza-4.8.95.tar.xz diff --git a/analitza.spec b/analitza.spec index 7fb5136..8b115fe 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.8.90 +Version: 4.8.95 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 27 2012 Jaroslav Reznik - 4.8.95-1 +- 4.8.95 + * Sat Jun 09 2012 Rex Dieter - 4.8.90-1 - 4.8.90 diff --git a/sources b/sources index 1517d14..fa68451 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f19221078bc4c26ebe80600bef4eb28 analitza-4.8.90.tar.xz +e3c3a06716a38de72d02c2057fd03253 analitza-4.8.95.tar.xz From 1b84d0430fe87c1a283cee484e53d21d8319d259 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 11 Jul 2012 15:44:52 -0500 Subject: [PATCH 016/159] 4.8.97 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 44719ed..de190dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-4.8.4.tar.xz /analitza-4.8.95.tar.xz +/analitza-4.8.97.tar.xz diff --git a/analitza.spec b/analitza.spec index 8b115fe..6ea2498 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.8.95 +Version: 4.8.97 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 11 2012 Rex Dieter - 4.8.97-1 +- 4.8.97 + * Wed Jun 27 2012 Jaroslav Reznik - 4.8.95-1 - 4.8.95 diff --git a/sources b/sources index fa68451..28c4b75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e3c3a06716a38de72d02c2057fd03253 analitza-4.8.95.tar.xz +6f871f585556135a636112dc23ab5bf6 analitza-4.8.97.tar.xz From 8ea406b69e7868a89fe7b996115f2508be60d9de Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 10:59:47 -0500 Subject: [PATCH 017/159] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 6ea2498..dc7f227 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features Version: 4.8.97 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 4.8.97-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Wed Jul 11 2012 Rex Dieter - 4.8.97-1 - 4.8.97 From 87146ed37a70df336f8c9281faf739ab8d24490e Mon Sep 17 00:00:00 2001 From: Lukas Tinkl Date: Thu, 26 Jul 2012 15:39:02 +0200 Subject: [PATCH 018/159] 4.9.0 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index de190dc..4075642 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /analitza-4.8.4.tar.xz /analitza-4.8.95.tar.xz /analitza-4.8.97.tar.xz +/analitza-4.9.0.tar.xz diff --git a/analitza.spec b/analitza.spec index dc7f227..4c401ff 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.8.97 -Release: 2%{?dist} +Version: 4.9.0 +Release: 1%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jul 26 2012 Lukas Tinkl - 4.9.0-1 +- 4.9.0 + * Wed Jul 18 2012 Fedora Release Engineering - 4.8.97-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 28c4b75..0a33592 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f871f585556135a636112dc23ab5bf6 analitza-4.8.97.tar.xz +46976161a1e39212fdf6d4b8f7ee7be5 analitza-4.9.0.tar.xz From 4081e09aae3b70dd79c13ea07a87ddafe2ae6f1d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 2 Aug 2012 09:47:28 -0500 Subject: [PATCH 019/159] 4.8.5 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 38ba8c5..477782d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-4.8.3.tar.xz /analitza-4.8.4.tar.xz +/analitza-4.8.5.tar.xz diff --git a/analitza.spec b/analitza.spec index 1248c93..85410b9 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.8.4 +Version: 4.8.5 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Aug 02 2012 Rex Dieter - 4.8.5-1 +- 4.8.5 + * Mon Jun 04 2012 Than Ngo - 4.8.4-1 - 4.8.4 diff --git a/sources b/sources index 54e3b3b..4cb0a4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bfafae75db20cad0db0cf778ed695ab0 analitza-4.8.4.tar.xz +2a4d5a2f5a9524556dec7a117d6b1e46 analitza-4.8.5.tar.xz From 8b97f0e5a8ca6335c01db02391e9fed6de08e2bf Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mon, 3 Sep 2012 18:04:54 +0200 Subject: [PATCH 020/159] 4.9.1 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4075642..53ea1ca 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /analitza-4.8.95.tar.xz /analitza-4.8.97.tar.xz /analitza-4.9.0.tar.xz +/analitza-4.9.1.tar.xz diff --git a/analitza.spec b/analitza.spec index 4c401ff..2d970ba 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.9.0 +Version: 4.9.1 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Sep 03 2012 Than Ngo - 4.9.1-1 +- 4.9.1 + * Thu Jul 26 2012 Lukas Tinkl - 4.9.0-1 - 4.9.0 diff --git a/sources b/sources index 0a33592..07a99f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46976161a1e39212fdf6d4b8f7ee7be5 analitza-4.9.0.tar.xz +fc73264a6eae997e90591d1a11a17c0c analitza-4.9.1.tar.xz From 8c56db38190ad22c98ef5d2bb21cbfe62472c5f9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Sep 2012 14:28:07 -0500 Subject: [PATCH 021/159] update gitignore --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 53ea1ca..f86ab07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ -/analitza-4.8.4.tar.xz -/analitza-4.8.95.tar.xz -/analitza-4.8.97.tar.xz -/analitza-4.9.0.tar.xz +/analitza-4.8.5.tar.xz /analitza-4.9.1.tar.xz From 35cad87cc2df6b6d2d9f67866f50af1a26e0edf9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 28 Sep 2012 15:08:40 -0500 Subject: [PATCH 022/159] 4.9.2 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f86ab07..a072de3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-4.8.5.tar.xz /analitza-4.9.1.tar.xz +/analitza-4.9.2.tar.xz diff --git a/analitza.spec b/analitza.spec index 2d970ba..c931b33 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.9.1 +Version: 4.9.2 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Sep 28 2012 Rex Dieter - 4.9.2-1 +- 4.9.2 + * Mon Sep 03 2012 Than Ngo - 4.9.1-1 - 4.9.1 diff --git a/sources b/sources index 07a99f0..020a185 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc73264a6eae997e90591d1a11a17c0c analitza-4.9.1.tar.xz +51083a70dd5b7407f25212ffbbf6015d analitza-4.9.2.tar.xz From e801915bb9d391ddbcd2d864e5e001415381e00a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 2 Nov 2012 18:50:53 -0500 Subject: [PATCH 023/159] 4.9.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a072de3..090cb79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /analitza-4.8.5.tar.xz /analitza-4.9.1.tar.xz /analitza-4.9.2.tar.xz +/analitza-4.9.3.tar.xz diff --git a/analitza.spec b/analitza.spec index c931b33..e4192ad 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.9.2 +Version: 4.9.3 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Nov 02 2012 Rex Dieter - 4.9.3-1 +- 4.9.3 + * Fri Sep 28 2012 Rex Dieter - 4.9.2-1 - 4.9.2 diff --git a/sources b/sources index 020a185..5d3b551 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51083a70dd5b7407f25212ffbbf6015d analitza-4.9.2.tar.xz +31cf5d816af47633b9eb6b172fe3c6e7 analitza-4.9.3.tar.xz From ad1ce58e287f01f6f822ece009222efe803e7bd5 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mon, 3 Dec 2012 12:12:03 +0100 Subject: [PATCH 024/159] 4.9.4 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 090cb79..d4e15a9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /analitza-4.9.1.tar.xz /analitza-4.9.2.tar.xz /analitza-4.9.3.tar.xz +/analitza-4.9.4.tar.xz diff --git a/analitza.spec b/analitza.spec index e4192ad..535e668 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.9.3 +Version: 4.9.4 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Dec 03 2012 Than Ngo - 4.9.4-1 +- 4.9.4 + * Fri Nov 02 2012 Rex Dieter - 4.9.3-1 - 4.9.3 diff --git a/sources b/sources index 5d3b551..59219ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -31cf5d816af47633b9eb6b172fe3c6e7 analitza-4.9.3.tar.xz +e7c4b3c646761dfc16c0570c63046ee7 analitza-4.9.4.tar.xz From 2d22f058c98521762290fc538b323cc4c8d87bc8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Dec 2012 18:08:16 -0600 Subject: [PATCH 025/159] 4.9.90 (4.10 beta2) --- .gitignore | 4 +--- analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d4e15a9..573611e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ /analitza-4.8.5.tar.xz -/analitza-4.9.1.tar.xz -/analitza-4.9.2.tar.xz -/analitza-4.9.3.tar.xz /analitza-4.9.4.tar.xz +/analitza-4.9.90.tar.xz diff --git a/analitza.spec b/analitza.spec index 535e668..7d42f68 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.9.4 +Version: 4.9.90 Release: 1%{?dist} License: GPLv2+ @@ -11,7 +11,7 @@ URL: https://projects.kde.org/projects/kde/kdeedu/analitza %else %global stable stable %endif -Source0: ftp://ftp.kde.org/pub/kde/%{stable}/%{version}/src/%{name}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.tar.xz BuildRequires: kdelibs4-devel >= %{version} BuildRequires: readline-devel @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Dec 03 2012 Rex Dieter 4.9.90-1 +- 4.9.90 (4.10 beta2) + * Mon Dec 03 2012 Than Ngo - 4.9.4-1 - 4.9.4 diff --git a/sources b/sources index 59219ec..e1dd45e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e7c4b3c646761dfc16c0570c63046ee7 analitza-4.9.4.tar.xz +e777b38c1895c7091b89a0b55d2bb538 analitza-4.9.90.tar.xz From 90f7a1aa1af01696f4bfab34f030fbaf0c373e1f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Dec 2012 18:58:01 -0600 Subject: [PATCH 026/159] update %%files --- analitza.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/analitza.spec b/analitza.spec index 7d42f68..0aef03f 100644 --- a/analitza.spec +++ b/analitza.spec @@ -56,15 +56,19 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files %doc COPYING TODO +%{_kde4_appsdir}/libanalitza/ %{_kde4_bindir}/calgebra %{_kde4_libdir}/libanalitza.so.4* %{_kde4_libdir}/libanalitzagui.so.4* +%{_kde4_libdir}/libanalitzaplot.so.4* %files devel %{_kde4_includedir}/analitza/ %{_kde4_includedir}/analitzagui/ +%{_kde4_includedir}/analitzaplot/ %{_kde4_libdir}/libanalitza.so %{_kde4_libdir}/libanalitzagui.so +%{_kde4_libdir}/libanalitzaplot.so %{_kde4_libdir}/cmake/analitza/ From b34bb72e794023993bf41bdccc32923b9964435e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 19 Dec 2012 17:56:27 -0600 Subject: [PATCH 027/159] 4.9.95 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 573611e..7e3ecdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /analitza-4.8.5.tar.xz /analitza-4.9.4.tar.xz /analitza-4.9.90.tar.xz +/analitza-4.9.95.tar.xz diff --git a/analitza.spec b/analitza.spec index 0aef03f..40d4029 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.9.90 +Version: 4.9.95 Release: 1%{?dist} License: GPLv2+ @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Dec 19 2012 Rex Dieter - 4.9.95-1 +- 4.9.95 + * Mon Dec 03 2012 Rex Dieter 4.9.90-1 - 4.9.90 (4.10 beta2) diff --git a/sources b/sources index e1dd45e..5245c80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e777b38c1895c7091b89a0b55d2bb538 analitza-4.9.90.tar.xz +d5a84f3961eaa49abc7c76848943e193 analitza-4.9.95.tar.xz From 182ead77f7a8d3333a892a6dc65840e51cfdb56a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 28 Dec 2012 16:27:45 -0600 Subject: [PATCH 028/159] 4.9.5 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d4e15a9..0feddb8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /analitza-4.9.2.tar.xz /analitza-4.9.3.tar.xz /analitza-4.9.4.tar.xz +/analitza-4.9.5.tar.xz diff --git a/analitza.spec b/analitza.spec index 535e668..43ecc93 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.9.4 +Version: 4.9.5 Release: 1%{?dist} License: GPLv2+ @@ -69,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Dec 28 2012 Rex Dieter - 4.9.5-1 +- 4.9.5 + * Mon Dec 03 2012 Than Ngo - 4.9.4-1 - 4.9.4 diff --git a/sources b/sources index 59219ec..a6ceb6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e7c4b3c646761dfc16c0570c63046ee7 analitza-4.9.4.tar.xz +459776fc7641822b2895f5eb6654df6e analitza-4.9.5.tar.xz From d725a5585d3b3615395eeeff2e31422ec1819591 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 3 Jan 2013 18:49:36 -0600 Subject: [PATCH 029/159] 4.9.97 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7e3ecdd..e7249c0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /analitza-4.9.4.tar.xz /analitza-4.9.90.tar.xz /analitza-4.9.95.tar.xz +/analitza-4.9.97.tar.xz diff --git a/analitza.spec b/analitza.spec index 40d4029..8a0fd42 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.9.95 +Version: 4.9.97 Release: 1%{?dist} License: GPLv2+ @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jan 04 2013 Rex Dieter - 4.9.97-1 +- 4.9.97 + * Wed Dec 19 2012 Rex Dieter - 4.9.95-1 - 4.9.95 diff --git a/sources b/sources index 5245c80..3560cf8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d5a84f3961eaa49abc7c76848943e193 analitza-4.9.95.tar.xz +3a0639ff5b5f679e92ded21e5777d9e9 analitza-4.9.97.tar.xz From 6d325dba47771c1a7ec820e0d80e699557404a69 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 20 Jan 2013 10:39:52 -0600 Subject: [PATCH 030/159] 4.9.98 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e7249c0..87c5c69 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /analitza-4.9.90.tar.xz /analitza-4.9.95.tar.xz /analitza-4.9.97.tar.xz +/analitza-4.9.98.tar.xz diff --git a/analitza.spec b/analitza.spec index 8a0fd42..1366130 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.9.97 +Version: 4.9.98 Release: 1%{?dist} License: GPLv2+ @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jan 20 2013 Rex Dieter - 4.9.98-1 +- 4.9.98 + * Fri Jan 04 2013 Rex Dieter - 4.9.97-1 - 4.9.97 diff --git a/sources b/sources index 3560cf8..f56eb59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a0639ff5b5f679e92ded21e5777d9e9 analitza-4.9.97.tar.xz +00bcdc20c841c06d818e2b477009b981 analitza-4.9.98.tar.xz From 7e373e7292ca6814d6ea3496b598c37f5b0d32d0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 31 Jan 2013 19:05:06 -0600 Subject: [PATCH 031/159] 4.10.0 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 87c5c69..f719bef 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /analitza-4.9.95.tar.xz /analitza-4.9.97.tar.xz /analitza-4.9.98.tar.xz +/analitza-4.10.0.tar.xz diff --git a/analitza.spec b/analitza.spec index 1366130..2269e1f 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.9.98 +Version: 4.10.0 Release: 1%{?dist} License: GPLv2+ @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Feb 01 2013 Rex Dieter - 4.10.0-1 +- 4.10.0 + * Sun Jan 20 2013 Rex Dieter - 4.9.98-1 - 4.9.98 diff --git a/sources b/sources index f56eb59..5d507a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00bcdc20c841c06d818e2b477009b981 analitza-4.9.98.tar.xz +bd369232073d69b2185f381d61d1d57a analitza-4.10.0.tar.xz From 46b39acb232964e2dc5d7a88ee36d919fe02d748 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 2 Mar 2013 14:43:36 -0600 Subject: [PATCH 032/159] 4.10.1 --- .gitignore | 8 +------- analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index f719bef..ed78cc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -/analitza-4.8.5.tar.xz -/analitza-4.9.4.tar.xz -/analitza-4.9.90.tar.xz -/analitza-4.9.95.tar.xz -/analitza-4.9.97.tar.xz -/analitza-4.9.98.tar.xz -/analitza-4.10.0.tar.xz +/analitza-4.10.1.tar.xz diff --git a/analitza.spec b/analitza.spec index 2269e1f..8949d58 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,6 +1,6 @@ Name: analitza Summary: Library of mathematical features -Version: 4.10.0 +Version: 4.10.1 Release: 1%{?dist} License: GPLv2+ @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Mar 02 2013 Rex Dieter - 4.10.1-1 +- 4.10.1 + * Fri Feb 01 2013 Rex Dieter - 4.10.0-1 - 4.10.0 diff --git a/sources b/sources index 5d507a1..0d07059 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd369232073d69b2185f381d61d1d57a analitza-4.10.0.tar.xz +460795e9f7a819095408f42642aace70 analitza-4.10.1.tar.xz From dadf6dbed242b97a5ae2b06ec4741beb9d373fe7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 6 Mar 2013 21:53:05 -0600 Subject: [PATCH 033/159] disable opengl (plotter3d) support on arm --- analitza-4.10.1-opengl_optional.patch | 17 +++++++++++++++++ analitza.spec | 23 +++++++++++++++++++++-- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 analitza-4.10.1-opengl_optional.patch diff --git a/analitza-4.10.1-opengl_optional.patch b/analitza-4.10.1-opengl_optional.patch new file mode 100644 index 0000000..30f3bea --- /dev/null +++ b/analitza-4.10.1-opengl_optional.patch @@ -0,0 +1,17 @@ +diff -up analitza-4.10.1/CMakeLists.txt.opengl_optional analitza-4.10.1/CMakeLists.txt +--- analitza-4.10.1/CMakeLists.txt.opengl_optional 2013-03-01 00:39:17.251723086 -0600 ++++ analitza-4.10.1/CMakeLists.txt 2013-03-06 21:48:38.705252164 -0600 +@@ -13,8 +13,11 @@ macro_bool_to_01(READLINE_FOUND HAVE_REA + macro_log_feature(READLINE_FOUND "GNU Readline" "Allows KAlgebra to provide a console interface." "http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" FALSE "" "") + + macro_optional_find_package(OpenGL) +-macro_bool_to_01(OPENGL_FOUND HAVE_OPENGL) +-macro_log_feature(OPENGL_FOUND "OpenGL" "Support for 3D graphs in Analitza" "http://opengl.org" FALSE "" "") ++option(SHOULD_BUILD_OPENGL "Build OpenGL support" ON) ++if(SHOULD_BUILD_OPENGL) ++ macro_bool_to_01(OPENGL_FOUND HAVE_OPENGL) ++endif(SHOULD_BUILD_OPENGL) ++macro_log_feature(HAVE_OPENGL "OpenGL" "Support for 3D graphs in Analitza" "http://opengl.org" FALSE "" "") + + include_directories(.) + add_definitions (-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) diff --git a/analitza.spec b/analitza.spec index 8949d58..30b6075 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,12 @@ + +%ifnarch %{arm} +%global opengl 1 +%endif + Name: analitza Summary: Library of mathematical features Version: 4.10.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -13,7 +18,14 @@ URL: https://projects.kde.org/projects/kde/kdeedu/analitza %endif Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.tar.xz +# add SHOULD_BUILD_OPENGL option, to be able to disable support +# on arm because plotter3d assumes qreal=double all over the place +Patch1: analitza-4.10.1-opengl_optional.patch + BuildRequires: kdelibs4-devel >= %{version} +%if 0%{?opengl:1} +BuildRequires: pkgconfig(QtOpenGL) +%endif BuildRequires: readline-devel Requires: kdelibs4%{?_isa}%{?_kde4_version: >= %{_kde4_version}} @@ -37,11 +49,15 @@ Requires: kdelibs4-devel %prep %setup -q +%patch1 -p1 -b .opengl_optional + %build mkdir -p %{_target_platform} pushd %{_target_platform} -%{cmake_kde4} .. +%{cmake_kde4} \ + %{!?opengl:-DSHOULD_BUILD_OPENGL:BOOL=OFF} \ + .. popd make %{?_smp_mflags} -C %{_target_platform} @@ -73,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Mar 06 2013 Rex Dieter 4.10.1-2 +- disable opengl (plotter3d) support on arm + * Sat Mar 02 2013 Rex Dieter - 4.10.1-1 - 4.10.1 From 862122ee064682da372806cb83d6b9ea5f393d7b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 30 Mar 2013 22:08:22 -0500 Subject: [PATCH 034/159] 4.10.2 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed78cc8..749f397 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /analitza-4.10.1.tar.xz +/analitza-4.10.2.tar.xz diff --git a/analitza.spec b/analitza.spec index 30b6075..70562e4 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,8 +5,8 @@ Name: analitza Summary: Library of mathematical features -Version: 4.10.1 -Release: 2%{?dist} +Version: 4.10.2 +Release: 1%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Mar 31 2013 Rex Dieter - 4.10.2-1 +- 4.10.2 + * Wed Mar 06 2013 Rex Dieter 4.10.1-2 - disable opengl (plotter3d) support on arm diff --git a/sources b/sources index 0d07059..cb0e3dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -460795e9f7a819095408f42642aace70 analitza-4.10.1.tar.xz +a4c38ae1386bea16849f3a412d81d66f analitza-4.10.2.tar.xz From a73fc4d3b0b2b351b7e104a265bf8c52e2972051 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mon, 6 May 2013 11:19:42 +0200 Subject: [PATCH 035/159] 4.10.3 --- .gitignore | 1 + analitza.spec | 1 + sources | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 749f397..febcdc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-4.10.1.tar.xz /analitza-4.10.2.tar.xz +/analitza-4.10.3.tar.xz diff --git a/analitza.spec b/analitza.spec index 70562e4..bb0b318 100644 --- a/analitza.spec +++ b/analitza.spec @@ -89,6 +89,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* * Sun Mar 31 2013 Rex Dieter - 4.10.2-1 - 4.10.2 diff --git a/sources b/sources index cb0e3dc..433b713 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4c38ae1386bea16849f3a412d81d66f analitza-4.10.2.tar.xz +a1bc4a32ca6c1c83c97d294a2f5b14fd analitza-4.10.3.tar.xz From a9bad59bdd100ab0cc442d83dad710c90a2c3e2e Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mon, 6 May 2013 11:21:52 +0200 Subject: [PATCH 036/159] 4.10.3 --- analitza.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/analitza.spec b/analitza.spec index bb0b318..670e9e1 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.10.2 +Version: 4.10.3 Release: 1%{?dist} License: GPLv2+ @@ -89,7 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog -* +* Mon May 06 2013 Than Ngo - 4.10.3-1 +- 4.10.3 + * Sun Mar 31 2013 Rex Dieter - 4.10.2-1 - 4.10.2 From 036039a18e011b49ad204d9aea65c5f683e2e1a9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 1 Jun 2013 12:03:19 -0500 Subject: [PATCH 037/159] 4.10.4 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index febcdc3..6b3dde3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /analitza-4.10.1.tar.xz /analitza-4.10.2.tar.xz /analitza-4.10.3.tar.xz +/analitza-4.10.4.tar.xz diff --git a/analitza.spec b/analitza.spec index 670e9e1..a387b57 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.10.3 +Version: 4.10.4 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jun 01 2013 Rex Dieter - 4.10.4-1 +- 4.10.4 + * Mon May 06 2013 Than Ngo - 4.10.3-1 - 4.10.3 diff --git a/sources b/sources index 433b713..bed5dff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a1bc4a32ca6c1c83c97d294a2f5b14fd analitza-4.10.3.tar.xz +70c0da5c272843f8f6cb9ede66ae7a5a analitza-4.10.4.tar.xz From 0a7b6b8b85bdecf9d7a6d9fbcf5512f10a12fa75 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 27 Jun 2013 14:30:56 -0500 Subject: [PATCH 038/159] 4.10.90 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6b3dde3..4281105 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /analitza-4.10.2.tar.xz /analitza-4.10.3.tar.xz /analitza-4.10.4.tar.xz +/analitza-4.10.90.tar.xz diff --git a/analitza.spec b/analitza.spec index a387b57..f3e4d62 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.10.4 +Version: 4.10.90 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jun 27 2013 Rex Dieter - 4.10.90-1 +- 4.10.90 + * Sat Jun 01 2013 Rex Dieter - 4.10.4-1 - 4.10.4 diff --git a/sources b/sources index bed5dff..2cce0b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -70c0da5c272843f8f6cb9ede66ae7a5a analitza-4.10.4.tar.xz +181fc49875bfae8bcbade19e258e5384 analitza-4.10.90.tar.xz From 52e52c4235637362c938e66b77d23bca182e68ea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 27 Jun 2013 14:45:51 -0500 Subject: [PATCH 039/159] update sonames --- analitza.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/analitza.spec b/analitza.spec index f3e4d62..472117a 100644 --- a/analitza.spec +++ b/analitza.spec @@ -74,9 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %doc COPYING TODO %{_kde4_appsdir}/libanalitza/ %{_kde4_bindir}/calgebra -%{_kde4_libdir}/libanalitza.so.4* -%{_kde4_libdir}/libanalitzagui.so.4* -%{_kde4_libdir}/libanalitzaplot.so.4* +%{_kde4_libdir}/libanalitza.so.5* +%{_kde4_libdir}/libanalitzagui.so.5* +%{_kde4_libdir}/libanalitzaplot.so.5* %files devel %{_kde4_includedir}/analitza/ From aa100f5f00f62977f3e38e5679fbe45945955746 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Sun, 30 Jun 2013 17:54:24 +0200 Subject: [PATCH 040/159] 4.10.5 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6b3dde3..0be4664 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /analitza-4.10.2.tar.xz /analitza-4.10.3.tar.xz /analitza-4.10.4.tar.xz +/analitza-4.10.5.tar.xz diff --git a/analitza.spec b/analitza.spec index a387b57..53d9a0d 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.10.4 +Version: 4.10.5 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jun 30 2013 Than Ngo - 4.10.5-1 +- 4.10.5 + * Sat Jun 01 2013 Rex Dieter - 4.10.4-1 - 4.10.4 diff --git a/sources b/sources index bed5dff..3bbe0c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -70c0da5c272843f8f6cb9ede66ae7a5a analitza-4.10.4.tar.xz +3a2c96816fe47aecf080e08dffcca6a1 analitza-4.10.5.tar.xz From c2530a7b8aeb30e797cb2b58451dc02a3bb9e2ea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 23 Jul 2013 13:35:08 -0500 Subject: [PATCH 041/159] 4.10.95 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4281105..07df29c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /analitza-4.10.3.tar.xz /analitza-4.10.4.tar.xz /analitza-4.10.90.tar.xz +/analitza-4.10.95.tar.xz diff --git a/analitza.spec b/analitza.spec index 472117a..4be2633 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.10.90 +Version: 4.10.95 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jul 23 2013 Rex Dieter - 4.10.95-1 +- 4.10.95 + * Thu Jun 27 2013 Rex Dieter - 4.10.90-1 - 4.10.90 diff --git a/sources b/sources index 2cce0b9..e2a8b21 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -181fc49875bfae8bcbade19e258e5384 analitza-4.10.90.tar.xz +cb0f35602fe1da6b5f2c7e9622684128 analitza-4.10.95.tar.xz From 3fea957fa7b1a65dd49e50603a25cb6c2bc2d2c0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 25 Jul 2013 10:54:25 -0500 Subject: [PATCH 042/159] 4.10.97 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 07df29c..df6babf 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /analitza-4.10.4.tar.xz /analitza-4.10.90.tar.xz /analitza-4.10.95.tar.xz +/analitza-4.10.97.tar.xz diff --git a/analitza.spec b/analitza.spec index 4be2633..af8f0a9 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.10.95 +Version: 4.10.97 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jul 25 2013 Rex Dieter - 4.10.97-1 +- 4.10.97 + * Tue Jul 23 2013 Rex Dieter - 4.10.95-1 - 4.10.95 diff --git a/sources b/sources index e2a8b21..ee6c4e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb0f35602fe1da6b5f2c7e9622684128 analitza-4.10.95.tar.xz +0e898fcb1822f1d5e02edd740f1e2a43 analitza-4.10.97.tar.xz From 4c80ce8eed8ed387d4efce9a113b75bf77dadf33 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 8 Aug 2013 11:27:04 +0200 Subject: [PATCH 043/159] 4.11.0 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df6babf..c1f1002 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /analitza-4.10.90.tar.xz /analitza-4.10.95.tar.xz /analitza-4.10.97.tar.xz +/analitza-4.11.0.tar.xz diff --git a/analitza.spec b/analitza.spec index af8f0a9..2f06b56 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.10.97 +Version: 4.11.0 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Aug 08 2013 Than Ngo - 4.11.0-1 +- 4.11.0 + * Thu Jul 25 2013 Rex Dieter - 4.10.97-1 - 4.10.97 diff --git a/sources b/sources index ee6c4e4..ff15add 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e898fcb1822f1d5e02edd740f1e2a43 analitza-4.10.97.tar.xz +d3544a9b9fb64d84753ed660afbed2e9 analitza-4.11.0.tar.xz From 7d0636c5161ac1c05fca75c09063a5ef5a0eacad Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 3 Sep 2013 16:48:24 -0500 Subject: [PATCH 044/159] 4.11.1 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c1f1002..40a2435 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /analitza-4.10.95.tar.xz /analitza-4.10.97.tar.xz /analitza-4.11.0.tar.xz +/analitza-4.11.1.tar.xz diff --git a/analitza.spec b/analitza.spec index 2f06b56..f1aa098 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.11.0 +Version: 4.11.1 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Sep 03 2013 Rex Dieter - 4.11.1-1 +- 4.11.1 + * Thu Aug 08 2013 Than Ngo - 4.11.0-1 - 4.11.0 diff --git a/sources b/sources index ff15add..a5d5737 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3544a9b9fb64d84753ed660afbed2e9 analitza-4.11.0.tar.xz +2cb26287fc7f58bc05d0b17dee2e7891 analitza-4.11.1.tar.xz From 52d75e48ad65641b5bebdc71b0ebe54178799aa2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 5 Sep 2013 06:38:09 -0500 Subject: [PATCH 045/159] Revert "4.10.5" This reverts commit aa100f5f00f62977f3e38e5679fbe45945955746. --- .gitignore | 1 - analitza.spec | 5 +---- sources | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0be4664..6b3dde3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ /analitza-4.10.2.tar.xz /analitza-4.10.3.tar.xz /analitza-4.10.4.tar.xz -/analitza-4.10.5.tar.xz diff --git a/analitza.spec b/analitza.spec index 53d9a0d..a387b57 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.10.5 +Version: 4.10.4 Release: 1%{?dist} License: GPLv2+ @@ -89,9 +89,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog -* Sun Jun 30 2013 Than Ngo - 4.10.5-1 -- 4.10.5 - * Sat Jun 01 2013 Rex Dieter - 4.10.4-1 - 4.10.4 diff --git a/sources b/sources index 3bbe0c6..bed5dff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a2c96816fe47aecf080e08dffcca6a1 analitza-4.10.5.tar.xz +70c0da5c272843f8f6cb9ede66ae7a5a analitza-4.10.4.tar.xz From e927981f02e1b21aeed77a23e64030bedb700a55 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 28 Sep 2013 05:13:04 -0500 Subject: [PATCH 046/159] 4.11.2 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 40a2435..030772d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /analitza-4.10.97.tar.xz /analitza-4.11.0.tar.xz /analitza-4.11.1.tar.xz +/analitza-4.11.2.tar.xz diff --git a/analitza.spec b/analitza.spec index f1aa098..6377148 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.11.1 +Version: 4.11.2 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Sep 28 2013 Rex Dieter - 4.11.2-1 +- 4.11.2 + * Tue Sep 03 2013 Rex Dieter - 4.11.1-1 - 4.11.1 diff --git a/sources b/sources index a5d5737..808ad1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2cb26287fc7f58bc05d0b17dee2e7891 analitza-4.11.1.tar.xz +cb792dc3ccce6aa7b149d75be5f5bd8b analitza-4.11.2.tar.xz From 34809031837dc546504e1a28d491120c505010dd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 1 Nov 2013 20:50:26 -0500 Subject: [PATCH 047/159] 4.11.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 030772d..33766ea 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /analitza-4.11.0.tar.xz /analitza-4.11.1.tar.xz /analitza-4.11.2.tar.xz +/analitza-4.11.3.tar.xz diff --git a/analitza.spec b/analitza.spec index 6377148..201aa88 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.11.2 +Version: 4.11.3 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Nov 02 2013 Rex Dieter - 4.11.3-1 +- 4.11.3 + * Sat Sep 28 2013 Rex Dieter - 4.11.2-1 - 4.11.2 diff --git a/sources b/sources index 808ad1b..8479ffe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb792dc3ccce6aa7b149d75be5f5bd8b analitza-4.11.2.tar.xz +d19f4e0b063709626656c38dfb0eb5b4 analitza-4.11.3.tar.xz From e4a1800f40df60c6684482d1c0b6ff724a511f2a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 15 Nov 2013 18:55:31 -0600 Subject: [PATCH 048/159] 4.11.90 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 33766ea..74c8120 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /analitza-4.11.1.tar.xz /analitza-4.11.2.tar.xz /analitza-4.11.3.tar.xz +/analitza-4.11.90.tar.xz diff --git a/analitza.spec b/analitza.spec index 201aa88..0c9e610 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.11.3 +Version: 4.11.90 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Nov 16 2013 Rex Dieter - 4.11.90-1 +- 4.11.90 + * Sat Nov 02 2013 Rex Dieter - 4.11.3-1 - 4.11.3 diff --git a/sources b/sources index 8479ffe..5abfef8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d19f4e0b063709626656c38dfb0eb5b4 analitza-4.11.3.tar.xz +2ac6bfbe03f0aba1fe5bafcf0bc5eb6f analitza-4.11.90.tar.xz From 9c80306c78a5f4fe1dda395186c89a59ef0ff873 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 21 Nov 2013 14:23:46 -0600 Subject: [PATCH 049/159] 4.11.95 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 74c8120..fb728b5 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /analitza-4.11.2.tar.xz /analitza-4.11.3.tar.xz /analitza-4.11.90.tar.xz +/analitza-4.11.95.tar.xz diff --git a/analitza.spec b/analitza.spec index 0c9e610..d25c503 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.11.90 +Version: 4.11.95 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Nov 21 2013 Rex Dieter - 4.11.95-1 +- 4.11.95 + * Sat Nov 16 2013 Rex Dieter - 4.11.90-1 - 4.11.90 diff --git a/sources b/sources index 5abfef8..9a8370c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ac6bfbe03f0aba1fe5bafcf0bc5eb6f analitza-4.11.90.tar.xz +fc3dc85a333444a3129563b462119626 analitza-4.11.95.tar.xz From 3da0f9f96364855443af1a1d52ae70e20f82714d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 1 Dec 2013 07:28:30 -0600 Subject: [PATCH 050/159] 4.11.97 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fb728b5..6a37c58 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /analitza-4.11.3.tar.xz /analitza-4.11.90.tar.xz /analitza-4.11.95.tar.xz +/analitza-4.11.97.tar.xz diff --git a/analitza.spec b/analitza.spec index d25c503..e391824 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.11.95 +Version: 4.11.97 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Dec 01 2013 Rex Dieter - 4.11.97-1 +- 4.11.97 + * Thu Nov 21 2013 Rex Dieter - 4.11.95-1 - 4.11.95 diff --git a/sources b/sources index 9a8370c..9890afd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc3dc85a333444a3129563b462119626 analitza-4.11.95.tar.xz +1229490414aa41edcc4255270698d66e analitza-4.11.97.tar.xz From 9a1ee4c1aa2fdbfb6a5f5057c6f0867bb025c6d8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 Dec 2013 10:41:05 -0600 Subject: [PATCH 051/159] 4.11.4 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 33766ea..57c6713 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /analitza-4.11.1.tar.xz /analitza-4.11.2.tar.xz /analitza-4.11.3.tar.xz +/analitza-4.11.4.tar.xz diff --git a/analitza.spec b/analitza.spec index 201aa88..8badca2 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.11.3 +Version: 4.11.4 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Dec 13 2013 Rex Dieter - 4.11.4-1 +- 4.11.4 + * Sat Nov 02 2013 Rex Dieter - 4.11.3-1 - 4.11.3 diff --git a/sources b/sources index 8479ffe..0ec6406 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d19f4e0b063709626656c38dfb0eb5b4 analitza-4.11.3.tar.xz +99a2ef5024a27e1138137c7329a04d04 analitza-4.11.4.tar.xz From df1284d453d1ce65060a576c9bbfbec3fcc12acc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 18 Dec 2013 22:02:03 -0600 Subject: [PATCH 052/159] 4.12.0 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6a37c58..5ee2d44 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /analitza-4.11.90.tar.xz /analitza-4.11.95.tar.xz /analitza-4.11.97.tar.xz +/analitza-4.12.0.tar.xz diff --git a/analitza.spec b/analitza.spec index e391824..a90a31b 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.11.97 +Version: 4.12.0 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Dec 19 2013 Rex Dieter - 4.12.0-1 +- 4.12.0 + * Sun Dec 01 2013 Rex Dieter - 4.11.97-1 - 4.11.97 diff --git a/sources b/sources index 9890afd..2c67332 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1229490414aa41edcc4255270698d66e analitza-4.11.97.tar.xz +83dd6f640945348832aa087942311a2f analitza-4.12.0.tar.xz From a6242f8cfbeeebd3b191c016776f7b2d8c4a703d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 3 Jan 2014 17:07:42 -0600 Subject: [PATCH 053/159] 4.11.5 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 57c6713..e321511 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /analitza-4.11.2.tar.xz /analitza-4.11.3.tar.xz /analitza-4.11.4.tar.xz +/analitza-4.11.5.tar.xz diff --git a/analitza.spec b/analitza.spec index 8badca2..da0623c 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.11.4 +Version: 4.11.5 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jan 03 2014 Rex Dieter - 4.11.5-1 +- 4.11.5 + * Fri Dec 13 2013 Rex Dieter - 4.11.4-1 - 4.11.4 diff --git a/sources b/sources index 0ec6406..f40a1bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99a2ef5024a27e1138137c7329a04d04 analitza-4.11.4.tar.xz +b6e01a668e69cb3e3f113e29e0c6c6c0 analitza-4.11.5.tar.xz From 3377ab55dfb8b444707b72b23c5043400634622d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Jan 2014 10:15:03 -0600 Subject: [PATCH 054/159] 4.12.1 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5ee2d44..d4c900d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /analitza-4.11.95.tar.xz /analitza-4.11.97.tar.xz /analitza-4.12.0.tar.xz +/analitza-4.12.1.tar.xz diff --git a/analitza.spec b/analitza.spec index a90a31b..6fdfd91 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.12.0 +Version: 4.12.1 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jan 10 2014 Rex Dieter - 4.12.1-1 +- 4.12.1 + * Thu Dec 19 2013 Rex Dieter - 4.12.0-1 - 4.12.0 diff --git a/sources b/sources index 2c67332..36076fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83dd6f640945348832aa087942311a2f analitza-4.12.0.tar.xz +0b8c8f266ee28fe85d2b26413c1e0de6 analitza-4.12.1.tar.xz From fab6ed68042897fe22d9b0b76eaf32b147018872 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 31 Jan 2014 13:20:53 -0600 Subject: [PATCH 055/159] 4.12.2 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d4c900d..886dbbc 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /analitza-4.11.97.tar.xz /analitza-4.12.0.tar.xz /analitza-4.12.1.tar.xz +/analitza-4.12.2.tar.xz diff --git a/analitza.spec b/analitza.spec index 6fdfd91..b23af5f 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.12.1 +Version: 4.12.2 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jan 31 2014 Rex Dieter - 4.12.2-1 +- 4.12.2 + * Fri Jan 10 2014 Rex Dieter - 4.12.1-1 - 4.12.1 diff --git a/sources b/sources index 36076fb..9c2ae9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b8c8f266ee28fe85d2b26413c1e0de6 analitza-4.12.1.tar.xz +1bff498bc37cac829d353ec1b9c49b6f analitza-4.12.2.tar.xz From 8eab3493e38a274d22c9bd0fe037d654ffd92f76 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 1 Feb 2014 09:37:48 -0600 Subject: [PATCH 056/159] old stuff --- .gitignore | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitignore b/.gitignore index 886dbbc..a100cb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1 @@ -/analitza-4.10.1.tar.xz -/analitza-4.10.2.tar.xz -/analitza-4.10.3.tar.xz -/analitza-4.10.4.tar.xz -/analitza-4.10.90.tar.xz -/analitza-4.10.95.tar.xz -/analitza-4.10.97.tar.xz -/analitza-4.11.0.tar.xz -/analitza-4.11.1.tar.xz -/analitza-4.11.2.tar.xz -/analitza-4.11.3.tar.xz -/analitza-4.11.90.tar.xz -/analitza-4.11.95.tar.xz -/analitza-4.11.97.tar.xz -/analitza-4.12.0.tar.xz -/analitza-4.12.1.tar.xz /analitza-4.12.2.tar.xz From d1f62580b2ad59ce7aeeb991fb062f98e7d34988 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2014 16:02:31 -0600 Subject: [PATCH 057/159] Revert "4.11.5" This reverts commit a6242f8cfbeeebd3b191c016776f7b2d8c4a703d. --- .gitignore | 1 - analitza.spec | 5 +---- sources | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e321511..57c6713 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,3 @@ /analitza-4.11.2.tar.xz /analitza-4.11.3.tar.xz /analitza-4.11.4.tar.xz -/analitza-4.11.5.tar.xz diff --git a/analitza.spec b/analitza.spec index da0623c..8badca2 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.11.5 +Version: 4.11.4 Release: 1%{?dist} License: GPLv2+ @@ -89,9 +89,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog -* Fri Jan 03 2014 Rex Dieter - 4.11.5-1 -- 4.11.5 - * Fri Dec 13 2013 Rex Dieter - 4.11.4-1 - 4.11.4 diff --git a/sources b/sources index f40a1bf..0ec6406 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6e01a668e69cb3e3f113e29e0c6c6c0 analitza-4.11.5.tar.xz +99a2ef5024a27e1138137c7329a04d04 analitza-4.11.4.tar.xz From f67ede99d474a57fe06a4f0e3a458524448ab705 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2014 16:02:32 -0600 Subject: [PATCH 058/159] Revert "4.11.4" This reverts commit 9a1ee4c1aa2fdbfb6a5f5057c6f0867bb025c6d8. --- .gitignore | 1 - analitza.spec | 5 +---- sources | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 57c6713..33766ea 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,3 @@ /analitza-4.11.1.tar.xz /analitza-4.11.2.tar.xz /analitza-4.11.3.tar.xz -/analitza-4.11.4.tar.xz diff --git a/analitza.spec b/analitza.spec index 8badca2..201aa88 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.11.4 +Version: 4.11.3 Release: 1%{?dist} License: GPLv2+ @@ -89,9 +89,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog -* Fri Dec 13 2013 Rex Dieter - 4.11.4-1 -- 4.11.4 - * Sat Nov 02 2013 Rex Dieter - 4.11.3-1 - 4.11.3 diff --git a/sources b/sources index 0ec6406..8479ffe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99a2ef5024a27e1138137c7329a04d04 analitza-4.11.4.tar.xz +d19f4e0b063709626656c38dfb0eb5b4 analitza-4.11.3.tar.xz From 4a797f73dc294f50896b0859573fdb960562d70c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 1 Mar 2014 11:57:47 -0600 Subject: [PATCH 059/159] 4.12.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a100cb3..7279acd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /analitza-4.12.2.tar.xz +/analitza-4.12.3.tar.xz diff --git a/analitza.spec b/analitza.spec index b23af5f..243ebf0 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.12.2 +Version: 4.12.3 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Mar 01 2014 Rex Dieter - 4.12.3-1 +- 4.12.3 + * Fri Jan 31 2014 Rex Dieter - 4.12.2-1 - 4.12.2 diff --git a/sources b/sources index 9c2ae9b..8530672 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1bff498bc37cac829d353ec1b9c49b6f analitza-4.12.2.tar.xz +efa37f28c78c1f22b3b5c30476029628 analitza-4.12.3.tar.xz From f3d9bc4f714a84e8854c7008574db49df8868e14 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 18 Mar 2014 13:44:08 -0500 Subject: [PATCH 060/159] 4.12.90 --- analitza.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/analitza.spec b/analitza.spec index 243ebf0..ba2c55b 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.12.3 +Version: 4.12.90 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Mar 18 2014 Rex Dieter - 4.12.90-1 +- 4.12.90 + * Sat Mar 01 2014 Rex Dieter - 4.12.3-1 - 4.12.3 diff --git a/sources b/sources index 8530672..8bf3ace 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -efa37f28c78c1f22b3b5c30476029628 analitza-4.12.3.tar.xz +7866b122afcf997265d4edf7a78d9c61 analitza-4.12.90.tar.xz From 64091a726c9f9ba7d4f9df80a3c0be06190281cd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 18 Mar 2014 19:40:19 -0500 Subject: [PATCH 061/159] new-sources --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7279acd..05b16a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-4.12.2.tar.xz /analitza-4.12.3.tar.xz +/analitza-4.12.90.tar.xz From 6c2e2bdf0b7b4a4d3bc35832876485db2f7ed68f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 22 Mar 2014 11:27:11 -0500 Subject: [PATCH 062/159] 4.12.95 --- analitza.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/analitza.spec b/analitza.spec index ba2c55b..48d266d 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.12.90 +Version: 4.12.95 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Mar 22 2014 Rex Dieter - 4.12.95-1 +- 4.12.95 + * Tue Mar 18 2014 Rex Dieter - 4.12.90-1 - 4.12.90 diff --git a/sources b/sources index 8bf3ace..f040f52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7866b122afcf997265d4edf7a78d9c61 analitza-4.12.90.tar.xz +0f0d5751845cf7cf604d78c8bc5769b3 analitza-4.12.95.tar.xz From a28d1a8183ae826044af587126acecb7265c9d03 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 3 Apr 2014 18:50:46 -0500 Subject: [PATCH 063/159] 4.12.97 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 05b16a3..beda77d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /analitza-4.12.2.tar.xz /analitza-4.12.3.tar.xz /analitza-4.12.90.tar.xz +/analitza-4.12.97.tar.xz diff --git a/analitza.spec b/analitza.spec index 48d266d..a4d1f25 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.12.95 +Version: 4.12.97 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Apr 03 2014 Rex Dieter - 4.12.97-1 +- 4.12.97 + * Sat Mar 22 2014 Rex Dieter - 4.12.95-1 - 4.12.95 diff --git a/sources b/sources index f040f52..cefacbc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f0d5751845cf7cf604d78c8bc5769b3 analitza-4.12.95.tar.xz +a2ed35c2faccb77555c5af27e28d8c30 analitza-4.12.97.tar.xz From e231ae6ceff2eb4e8b12effe0178812fc99490e3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Apr 2014 22:15:03 -0500 Subject: [PATCH 064/159] 4.13.0 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index beda77d..660e5b9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /analitza-4.12.3.tar.xz /analitza-4.12.90.tar.xz /analitza-4.12.97.tar.xz +/analitza-4.13.0.tar.xz diff --git a/analitza.spec b/analitza.spec index a4d1f25..3c0e03b 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.12.97 +Version: 4.13.0 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Apr 12 2014 Rex Dieter - 4.13.0-1 +- 4.13.0 + * Thu Apr 03 2014 Rex Dieter - 4.12.97-1 - 4.12.97 diff --git a/sources b/sources index cefacbc..ed7ab84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2ed35c2faccb77555c5af27e28d8c30 analitza-4.12.97.tar.xz +55861d6c39576fb1571c72155618f1dc analitza-4.13.0.tar.xz From 5ab479f84f28c66386f9ae1280d3fa878a038da9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 11 May 2014 07:33:51 -0500 Subject: [PATCH 065/159] 4.13.1 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 660e5b9..e4a4569 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /analitza-4.12.90.tar.xz /analitza-4.12.97.tar.xz /analitza-4.13.0.tar.xz +/analitza-4.13.1.tar.xz diff --git a/analitza.spec b/analitza.spec index 3c0e03b..939d631 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.13.0 +Version: 4.13.1 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun May 11 2014 Rex Dieter - 4.13.1-1 +- 4.13.1 + * Sat Apr 12 2014 Rex Dieter - 4.13.0-1 - 4.13.0 diff --git a/sources b/sources index ed7ab84..66796ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55861d6c39576fb1571c72155618f1dc analitza-4.13.0.tar.xz +28a46d0491fa3b7a61c4b76141bb0870 analitza-4.13.1.tar.xz From f8913b1abda1b13705f805debb4c509d455c0365 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 19:40:16 -0500 Subject: [PATCH 066/159] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 939d631..da50179 100644 --- a/analitza.spec +++ b/analitza.spec @@ -6,7 +6,7 @@ Name: analitza Summary: Library of mathematical features Version: 4.13.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 4.13.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun May 11 2014 Rex Dieter - 4.13.1-1 - 4.13.1 From 618b37320e19b7c3a12af72dc6ec3d013b2412ce Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 9 Jun 2014 06:55:03 -0500 Subject: [PATCH 067/159] 4.13.2 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e4a4569..d2b2178 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /analitza-4.12.97.tar.xz /analitza-4.13.0.tar.xz /analitza-4.13.1.tar.xz +/analitza-4.13.2.tar.xz diff --git a/analitza.spec b/analitza.spec index da50179..bb81c8d 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,8 +5,8 @@ Name: analitza Summary: Library of mathematical features -Version: 4.13.1 -Release: 2%{?dist} +Version: 4.13.2 +Release: 1%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jun 09 2014 Rex Dieter - 4.13.2-1 +- 4.13.2 + * Sat Jun 07 2014 Fedora Release Engineering - 4.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 66796ef..9936789 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28a46d0491fa3b7a61c4b76141bb0870 analitza-4.13.1.tar.xz +eac16c24aec98361889b523d16631d5a analitza-4.13.2.tar.xz From 799a9d692b835b2aa2263567e7ff0f5f5ce09e3b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 14 Jul 2014 14:29:58 -0500 Subject: [PATCH 068/159] 4.13.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d2b2178..675e136 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /analitza-4.13.0.tar.xz /analitza-4.13.1.tar.xz /analitza-4.13.2.tar.xz +/analitza-4.13.3.tar.xz diff --git a/analitza.spec b/analitza.spec index bb81c8d..8d41d77 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.13.2 +Version: 4.13.3 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jul 14 2014 Rex Dieter - 4.13.3-1 +- 4.13.3 + * Mon Jun 09 2014 Rex Dieter - 4.13.2-1 - 4.13.2 diff --git a/sources b/sources index 9936789..fecbc17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eac16c24aec98361889b523d16631d5a analitza-4.13.2.tar.xz +5f9b9035aedd694977204064003c6958 analitza-4.13.3.tar.xz From 568b665e308f136726b83cf722fca124979c6207 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Aug 2014 08:12:00 -0500 Subject: [PATCH 069/159] 4.13.97 --- .gitignore | 9 +-------- ...tch => analitza-4.13.97-opengl_optional.patch | 16 ++++++++-------- analitza.spec | 7 +++++-- sources | 2 +- 4 files changed, 15 insertions(+), 19 deletions(-) rename analitza-4.10.1-opengl_optional.patch => analitza-4.13.97-opengl_optional.patch (53%) diff --git a/.gitignore b/.gitignore index 675e136..eb1a966 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1 @@ -/analitza-4.12.2.tar.xz -/analitza-4.12.3.tar.xz -/analitza-4.12.90.tar.xz -/analitza-4.12.97.tar.xz -/analitza-4.13.0.tar.xz -/analitza-4.13.1.tar.xz -/analitza-4.13.2.tar.xz -/analitza-4.13.3.tar.xz +/analitza-4.13.97.tar.xz diff --git a/analitza-4.10.1-opengl_optional.patch b/analitza-4.13.97-opengl_optional.patch similarity index 53% rename from analitza-4.10.1-opengl_optional.patch rename to analitza-4.13.97-opengl_optional.patch index 30f3bea..b5f9b09 100644 --- a/analitza-4.10.1-opengl_optional.patch +++ b/analitza-4.13.97-opengl_optional.patch @@ -1,15 +1,15 @@ -diff -up analitza-4.10.1/CMakeLists.txt.opengl_optional analitza-4.10.1/CMakeLists.txt ---- analitza-4.10.1/CMakeLists.txt.opengl_optional 2013-03-01 00:39:17.251723086 -0600 -+++ analitza-4.10.1/CMakeLists.txt 2013-03-06 21:48:38.705252164 -0600 -@@ -13,8 +13,11 @@ macro_bool_to_01(READLINE_FOUND HAVE_REA +diff -up analitza-4.13.97/CMakeLists.txt.opengl_optional analitza-4.13.97/CMakeLists.txt +--- analitza-4.13.97/CMakeLists.txt.opengl_optional 2014-08-05 08:09:41.818201417 -0500 ++++ analitza-4.13.97/CMakeLists.txt 2014-08-05 08:11:03.898340141 -0500 +@@ -16,9 +16,11 @@ macro_optional_find_package(Readline) macro_log_feature(READLINE_FOUND "GNU Readline" "Allows KAlgebra to provide a console interface." "http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" FALSE "" "") + macro_log_feature(CURSES_FOUND "NCurses" "Allows KAlgebra to provide a console interface." "http://www.gnu.org/software/ncurses/" FALSE "" "") - macro_optional_find_package(OpenGL) --macro_bool_to_01(OPENGL_FOUND HAVE_OPENGL) --macro_log_feature(OPENGL_FOUND "OpenGL" "Support for 3D graphs in Analitza" "http://opengl.org" FALSE "" "") +-macro_optional_find_package(OpenGL) +option(SHOULD_BUILD_OPENGL "Build OpenGL support" ON) +if(SHOULD_BUILD_OPENGL) -+ macro_bool_to_01(OPENGL_FOUND HAVE_OPENGL) + macro_bool_to_01(OPENGL_FOUND HAVE_OPENGL) +-macro_log_feature(OPENGL_FOUND "OpenGL" "Support for 3D graphs in Analitza" "http://opengl.org" FALSE "" "") +endif(SHOULD_BUILD_OPENGL) +macro_log_feature(HAVE_OPENGL "OpenGL" "Support for 3D graphs in Analitza" "http://opengl.org" FALSE "" "") diff --git a/analitza.spec b/analitza.spec index 8d41d77..0593642 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.13.3 +Version: 4.13.97 Release: 1%{?dist} License: GPLv2+ @@ -20,7 +20,7 @@ Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.ta # add SHOULD_BUILD_OPENGL option, to be able to disable support # on arm because plotter3d assumes qreal=double all over the place -Patch1: analitza-4.10.1-opengl_optional.patch +Patch1: analitza-4.13.97-opengl_optional.patch BuildRequires: kdelibs4-devel >= %{version} %if 0%{?opengl:1} @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Aug 05 2014 Rex Dieter - 4.13.97-1 +- 4.13.97 + * Mon Jul 14 2014 Rex Dieter - 4.13.3-1 - 4.13.3 diff --git a/sources b/sources index fecbc17..1d1c42c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f9b9035aedd694977204064003c6958 analitza-4.13.3.tar.xz +38e3a6f3f552321e4e7e7b20b002c332 analitza-4.13.97.tar.xz From ae1a51fd2f7058fb3d491f0662c450cb9f5c4ac4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Aug 2014 14:33:23 -0500 Subject: [PATCH 070/159] fix opengl support, add %check to verify --- analitza-4.13.97-opengl_optional.patch | 9 ++++----- analitza.spec | 12 +++++++++++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/analitza-4.13.97-opengl_optional.patch b/analitza-4.13.97-opengl_optional.patch index b5f9b09..25bc038 100644 --- a/analitza-4.13.97-opengl_optional.patch +++ b/analitza-4.13.97-opengl_optional.patch @@ -1,11 +1,10 @@ diff -up analitza-4.13.97/CMakeLists.txt.opengl_optional analitza-4.13.97/CMakeLists.txt ---- analitza-4.13.97/CMakeLists.txt.opengl_optional 2014-08-05 08:09:41.818201417 -0500 -+++ analitza-4.13.97/CMakeLists.txt 2014-08-05 08:11:03.898340141 -0500 -@@ -16,9 +16,11 @@ macro_optional_find_package(Readline) - macro_log_feature(READLINE_FOUND "GNU Readline" "Allows KAlgebra to provide a console interface." "http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" FALSE "" "") +--- analitza-4.13.97/CMakeLists.txt.opengl_optional 2014-07-12 12:14:14.000000000 -0500 ++++ analitza-4.13.97/CMakeLists.txt 2014-08-05 14:30:41.522672253 -0500 +@@ -17,8 +17,11 @@ macro_log_feature(READLINE_FOUND "GNU Re macro_log_feature(CURSES_FOUND "NCurses" "Allows KAlgebra to provide a console interface." "http://www.gnu.org/software/ncurses/" FALSE "" "") --macro_optional_find_package(OpenGL) + macro_optional_find_package(OpenGL) +option(SHOULD_BUILD_OPENGL "Build OpenGL support" ON) +if(SHOULD_BUILD_OPENGL) macro_bool_to_01(OPENGL_FOUND HAVE_OPENGL) diff --git a/analitza.spec b/analitza.spec index 0593642..fd04874 100644 --- a/analitza.spec +++ b/analitza.spec @@ -6,7 +6,7 @@ Name: analitza Summary: Library of mathematical features Version: 4.13.97 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -67,6 +67,13 @@ make %{?_smp_mflags} -C %{_target_platform} make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%check +# verify opengl support +%if 0%{?opengl} +test -f %{buildroot}%{_kde4_includedir}/analitzagui/plotsview3d.h +%endif + + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -89,6 +96,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Aug 05 2014 Rex Dieter 4.13.97-2 +- fix opengl support, add %%check to verify + * Tue Aug 05 2014 Rex Dieter - 4.13.97-1 - 4.13.97 From 76ec7ca4dfe6af3777fdc4b99c7d186d543f27e6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Aug 2014 16:08:57 -0500 Subject: [PATCH 071/159] 4.14.0 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eb1a966..6945ceb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /analitza-4.13.97.tar.xz +/analitza-4.14.0.tar.xz diff --git a/analitza.spec b/analitza.spec index fd04874..4b2d4fe 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,8 +5,8 @@ Name: analitza Summary: Library of mathematical features -Version: 4.13.97 -Release: 2%{?dist} +Version: 4.14.0 +Release: 1%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -96,6 +96,9 @@ test -f %{buildroot}%{_kde4_includedir}/analitzagui/plotsview3d.h %changelog +* Thu Aug 14 2014 Rex Dieter - 4.14.0-1 +- 4.14.0 + * Tue Aug 05 2014 Rex Dieter 4.13.97-2 - fix opengl support, add %%check to verify diff --git a/sources b/sources index 1d1c42c..db4f2e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -38e3a6f3f552321e4e7e7b20b002c332 analitza-4.13.97.tar.xz +74fca8845079bf1a888c2b0b714ba706 analitza-4.14.0.tar.xz From 03c7554481ebed8cbe29bfcbc9a89676ddcd7997 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 15 Aug 2014 20:32:36 +0000 Subject: [PATCH 072/159] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 4b2d4fe..7e1ca2f 100644 --- a/analitza.spec +++ b/analitza.spec @@ -6,7 +6,7 @@ Name: analitza Summary: Library of mathematical features Version: 4.14.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -96,6 +96,9 @@ test -f %{buildroot}%{_kde4_includedir}/analitzagui/plotsview3d.h %changelog +* Fri Aug 15 2014 Fedora Release Engineering - 4.14.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Thu Aug 14 2014 Rex Dieter - 4.14.0-1 - 4.14.0 From 53940cff8355cad770d27062a485f0b5430c01ea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 15 Sep 2014 19:18:51 -0500 Subject: [PATCH 073/159] 4.14.1 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6945ceb..d272eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-4.13.97.tar.xz /analitza-4.14.0.tar.xz +/analitza-4.14.1.tar.xz diff --git a/analitza.spec b/analitza.spec index 7e1ca2f..52689ca 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,8 +5,8 @@ Name: analitza Summary: Library of mathematical features -Version: 4.14.0 -Release: 2%{?dist} +Version: 4.14.1 +Release: 1%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -96,6 +96,9 @@ test -f %{buildroot}%{_kde4_includedir}/analitzagui/plotsview3d.h %changelog +* Tue Sep 16 2014 Rex Dieter - 4.14.1-1 +- 4.14.1 + * Fri Aug 15 2014 Fedora Release Engineering - 4.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index db4f2e1..cbe2c4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74fca8845079bf1a888c2b0b714ba706 analitza-4.14.0.tar.xz +94be761727c2e6079ca4103a96c17577 analitza-4.14.1.tar.xz From 66f2d3ea52537f6211764a7db8cfaf7a18c8335d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 11 Oct 2014 20:13:57 -0500 Subject: [PATCH 074/159] 4.14.2 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d272eb3..69d3e57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /analitza-4.13.97.tar.xz /analitza-4.14.0.tar.xz /analitza-4.14.1.tar.xz +/analitza-4.14.2.tar.xz diff --git a/analitza.spec b/analitza.spec index 52689ca..d830f95 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.14.1 +Version: 4.14.2 Release: 1%{?dist} License: GPLv2+ @@ -96,6 +96,9 @@ test -f %{buildroot}%{_kde4_includedir}/analitzagui/plotsview3d.h %changelog +* Sun Oct 12 2014 Rex Dieter - 4.14.2-1 +- 4.14.2 + * Tue Sep 16 2014 Rex Dieter - 4.14.1-1 - 4.14.1 diff --git a/sources b/sources index cbe2c4a..4da6b9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94be761727c2e6079ca4103a96c17577 analitza-4.14.1.tar.xz +af0e957b7f1b2adab162fea6ed0d269c analitza-4.14.2.tar.xz From 66966780d6c280f0bc255def61c5686dd878e133 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 8 Nov 2014 17:01:58 -0600 Subject: [PATCH 075/159] 4.14.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 69d3e57..a074739 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /analitza-4.14.0.tar.xz /analitza-4.14.1.tar.xz /analitza-4.14.2.tar.xz +/analitza-4.14.3.tar.xz diff --git a/analitza.spec b/analitza.spec index d830f95..8733fa2 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.14.2 +Version: 4.14.3 Release: 1%{?dist} License: GPLv2+ @@ -96,6 +96,9 @@ test -f %{buildroot}%{_kde4_includedir}/analitzagui/plotsview3d.h %changelog +* Sat Nov 08 2014 Rex Dieter - 4.14.3-1 +- 4.14.3 + * Sun Oct 12 2014 Rex Dieter - 4.14.2-1 - 4.14.2 diff --git a/sources b/sources index 4da6b9b..e3c9192 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af0e957b7f1b2adab162fea6ed0d269c analitza-4.14.2.tar.xz +725a6692b626e673b2a93e7848fd9a98 analitza-4.14.3.tar.xz From e2307dfb3e0e85c0045c8f8465c1c7e1fbc631f2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Dec 2014 11:25:51 -0600 Subject: [PATCH 076/159] 14.11.97 --- .gitignore | 5 +---- analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a074739..6a50797 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ -/analitza-4.13.97.tar.xz -/analitza-4.14.0.tar.xz -/analitza-4.14.1.tar.xz -/analitza-4.14.2.tar.xz /analitza-4.14.3.tar.xz +/analitza-14.11.97.tar.xz diff --git a/analitza.spec b/analitza.spec index 8733fa2..20c517b 100644 --- a/analitza.spec +++ b/analitza.spec @@ -5,7 +5,7 @@ Name: analitza Summary: Library of mathematical features -Version: 4.14.3 +Version: 14.11.97 Release: 1%{?dist} License: GPLv2+ @@ -16,7 +16,7 @@ URL: https://projects.kde.org/projects/kde/kdeedu/analitza %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz # add SHOULD_BUILD_OPENGL option, to be able to disable support # on arm because plotter3d assumes qreal=double all over the place @@ -96,6 +96,9 @@ test -f %{buildroot}%{_kde4_includedir}/analitzagui/plotsview3d.h %changelog +* Mon Dec 08 2014 Rex Dieter 14.11.97-1 +- 14.11.97 + * Sat Nov 08 2014 Rex Dieter - 4.14.3-1 - 4.14.3 diff --git a/sources b/sources index e3c9192..2c35f79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -725a6692b626e673b2a93e7848fd9a98 analitza-4.14.3.tar.xz +19341de920e8f5db2101159f7851e05b analitza-14.11.97.tar.xz From fe18b47328541c8a8d02d33ae0121a7fe81f1e0d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Dec 2014 11:38:47 -0600 Subject: [PATCH 077/159] kdelibs4 dep --- analitza.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 20c517b..cb89476 100644 --- a/analitza.spec +++ b/analitza.spec @@ -22,7 +22,7 @@ Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}- # on arm because plotter3d assumes qreal=double all over the place Patch1: analitza-4.13.97-opengl_optional.patch -BuildRequires: kdelibs4-devel >= %{version} +BuildRequires: kdelibs4-devel >= 4.14 %if 0%{?opengl:1} BuildRequires: pkgconfig(QtOpenGL) %endif From d7258532aa21b3caf0a218e733d6ed02ced03b62 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Dec 2014 12:01:14 -0600 Subject: [PATCH 078/159] rebase opengl_optional patch --- analitza-14.11.97-opengl_optional.patch | 13 +++++++++++++ analitza-4.13.97-opengl_optional.patch | 16 ---------------- analitza.spec | 2 +- 3 files changed, 14 insertions(+), 17 deletions(-) create mode 100644 analitza-14.11.97-opengl_optional.patch delete mode 100644 analitza-4.13.97-opengl_optional.patch diff --git a/analitza-14.11.97-opengl_optional.patch b/analitza-14.11.97-opengl_optional.patch new file mode 100644 index 0000000..e778b93 --- /dev/null +++ b/analitza-14.11.97-opengl_optional.patch @@ -0,0 +1,13 @@ +diff -up analitza-14.11.97/CMakeLists.txt.opengl_optional analitza-14.11.97/CMakeLists.txt +--- analitza-14.11.97/CMakeLists.txt.opengl_optional 2014-12-08 11:55:48.048900964 -0600 ++++ analitza-14.11.97/CMakeLists.txt 2014-12-08 11:59:59.403404569 -0600 +@@ -30,7 +30,9 @@ ecm_setup_version(5.0.0 VARIABLE_PREFIX + PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/Analitza5ConfigVersion.cmake") + + find_package(OpenGL) ++if(SHOULD_BUILD_OPENGL) + set(HAVE_OPENGL ${OPENGL_FOUND}) ++endif(SHOULD_BUILD_OPENGL) + set_package_properties(OpenGL PROPERTIES TYPE OPTIONAL + PURPOSE "Support for 3D graphs in Analitza" + URL "http://opengl.org") diff --git a/analitza-4.13.97-opengl_optional.patch b/analitza-4.13.97-opengl_optional.patch deleted file mode 100644 index 25bc038..0000000 --- a/analitza-4.13.97-opengl_optional.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -up analitza-4.13.97/CMakeLists.txt.opengl_optional analitza-4.13.97/CMakeLists.txt ---- analitza-4.13.97/CMakeLists.txt.opengl_optional 2014-07-12 12:14:14.000000000 -0500 -+++ analitza-4.13.97/CMakeLists.txt 2014-08-05 14:30:41.522672253 -0500 -@@ -17,8 +17,11 @@ macro_log_feature(READLINE_FOUND "GNU Re - macro_log_feature(CURSES_FOUND "NCurses" "Allows KAlgebra to provide a console interface." "http://www.gnu.org/software/ncurses/" FALSE "" "") - - macro_optional_find_package(OpenGL) -+option(SHOULD_BUILD_OPENGL "Build OpenGL support" ON) -+if(SHOULD_BUILD_OPENGL) - macro_bool_to_01(OPENGL_FOUND HAVE_OPENGL) --macro_log_feature(OPENGL_FOUND "OpenGL" "Support for 3D graphs in Analitza" "http://opengl.org" FALSE "" "") -+endif(SHOULD_BUILD_OPENGL) -+macro_log_feature(HAVE_OPENGL "OpenGL" "Support for 3D graphs in Analitza" "http://opengl.org" FALSE "" "") - - include_directories(.) - add_definitions (-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) diff --git a/analitza.spec b/analitza.spec index cb89476..ba0c8cb 100644 --- a/analitza.spec +++ b/analitza.spec @@ -20,7 +20,7 @@ Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}- # add SHOULD_BUILD_OPENGL option, to be able to disable support # on arm because plotter3d assumes qreal=double all over the place -Patch1: analitza-4.13.97-opengl_optional.patch +Patch1: analitza-14.11.97-opengl_optional.patch BuildRequires: kdelibs4-devel >= 4.14 %if 0%{?opengl:1} From 9126db0c128c77422a0d93be459133900c9d863f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Dec 2014 12:24:30 -0600 Subject: [PATCH 079/159] fix build update %files fix optional_opengl rebase --- analitza-14.11.97-opengl_optional.patch | 7 +++--- analitza.spec | 31 ++++++++++++------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/analitza-14.11.97-opengl_optional.patch b/analitza-14.11.97-opengl_optional.patch index e778b93..88262b3 100644 --- a/analitza-14.11.97-opengl_optional.patch +++ b/analitza-14.11.97-opengl_optional.patch @@ -1,10 +1,11 @@ diff -up analitza-14.11.97/CMakeLists.txt.opengl_optional analitza-14.11.97/CMakeLists.txt ---- analitza-14.11.97/CMakeLists.txt.opengl_optional 2014-12-08 11:55:48.048900964 -0600 -+++ analitza-14.11.97/CMakeLists.txt 2014-12-08 11:59:59.403404569 -0600 -@@ -30,7 +30,9 @@ ecm_setup_version(5.0.0 VARIABLE_PREFIX +--- analitza-14.11.97/CMakeLists.txt.opengl_optional 2014-11-12 19:56:51.000000000 -0600 ++++ analitza-14.11.97/CMakeLists.txt 2014-12-08 12:23:59.220083065 -0600 +@@ -30,7 +30,10 @@ ecm_setup_version(5.0.0 VARIABLE_PREFIX PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/Analitza5ConfigVersion.cmake") find_package(OpenGL) ++option(SHOULD_BUILD_OPENGL "Build OpenGL support" ON) +if(SHOULD_BUILD_OPENGL) set(HAVE_OPENGL ${OPENGL_FOUND}) +endif(SHOULD_BUILD_OPENGL) diff --git a/analitza.spec b/analitza.spec index ba0c8cb..57745bd 100644 --- a/analitza.spec +++ b/analitza.spec @@ -53,11 +53,10 @@ Requires: kdelibs4-devel %build -mkdir -p %{_target_platform} +mkdir %{_target_platform} pushd %{_target_platform} -%{cmake_kde4} \ - %{!?opengl:-DSHOULD_BUILD_OPENGL:BOOL=OFF} \ - .. +%{cmake_kde4} .. \ + %{!?opengl:-DSHOULD_BUILD_OPENGL:BOOL=OFF} popd make %{?_smp_mflags} -C %{_target_platform} @@ -70,7 +69,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %check # verify opengl support %if 0%{?opengl} -test -f %{buildroot}%{_kde4_includedir}/analitzagui/plotsview3d.h +test -f %{buildroot}%{_kde4_includedir}/Analitza5/analitzagui/plotsview3d.h %endif @@ -80,19 +79,19 @@ test -f %{buildroot}%{_kde4_includedir}/analitzagui/plotsview3d.h %files %doc COPYING TODO %{_kde4_appsdir}/libanalitza/ -%{_kde4_bindir}/calgebra -%{_kde4_libdir}/libanalitza.so.5* -%{_kde4_libdir}/libanalitzagui.so.5* -%{_kde4_libdir}/libanalitzaplot.so.5* +%{_kde4_libdir}/libAnalitza.so.5* +%{_kde4_libdir}/libAnalitzaGui.so.5* +%{_kde4_libdir}/libAnalitzaPlot.so.5* +%{_kde4_libdir}/libAnalitzaWidgets.so.5* +%{_kde4_libdir}/qml/org/kde/analitza/ %files devel -%{_kde4_includedir}/analitza/ -%{_kde4_includedir}/analitzagui/ -%{_kde4_includedir}/analitzaplot/ -%{_kde4_libdir}/libanalitza.so -%{_kde4_libdir}/libanalitzagui.so -%{_kde4_libdir}/libanalitzaplot.so -%{_kde4_libdir}/cmake/analitza/ +%{_kde4_includedir}/Analitza5/ +%{_kde4_libdir}/libAnalitza.so +%{_kde4_libdir}/libAnalitzaGui.so +%{_kde4_libdir}/libAnalitzaPlot.so +%{_kde4_libdir}/libAnalitzaWidgets.so +%{_kde4_libdir}/cmake/Analitza5/ %changelog From 75bddfbb61d6e8e05ba43f6653931295ce0f97eb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Dec 2014 12:37:58 -0600 Subject: [PATCH 080/159] BR: ecm --- analitza.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/analitza.spec b/analitza.spec index 57745bd..44fb8aa 100644 --- a/analitza.spec +++ b/analitza.spec @@ -22,6 +22,7 @@ Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}- # on arm because plotter3d assumes qreal=double all over the place Patch1: analitza-14.11.97-opengl_optional.patch +BuildRequires: extra-cmake-modules >= 1.3 BuildRequires: kdelibs4-devel >= 4.14 %if 0%{?opengl:1} BuildRequires: pkgconfig(QtOpenGL) From 89cd6744dbeb17be7ea3dda49989e78d6fdebff9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Dec 2014 13:18:21 -0600 Subject: [PATCH 081/159] more build fixes Ah, finally noticed this is Qt5-based. Will wait for other deps to be committed before building this. --- analitza.spec | 52 ++++++++++++++++++--------------------------------- 1 file changed, 18 insertions(+), 34 deletions(-) diff --git a/analitza.spec b/analitza.spec index 44fb8aa..77a19fa 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,8 +1,4 @@ -%ifnarch %{arm} -%global opengl 1 -%endif - Name: analitza Summary: Library of mathematical features Version: 14.11.97 @@ -18,15 +14,12 @@ URL: https://projects.kde.org/projects/kde/kdeedu/analitza %endif Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz -# add SHOULD_BUILD_OPENGL option, to be able to disable support -# on arm because plotter3d assumes qreal=double all over the place -Patch1: analitza-14.11.97-opengl_optional.patch - BuildRequires: extra-cmake-modules >= 1.3 -BuildRequires: kdelibs4-devel >= 4.14 -%if 0%{?opengl:1} +BuildRequires: kf5-rpm-macros +BuildRequires: pkgconfig(eigen3) +BuildRequires: pkgconfig(Qt5Widgets) pkgconfig(Qt5Xml) pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Test) pkgconfig(Qt5Qml) pkgconfig(Qt5Quick) BuildRequires: pkgconfig(QtOpenGL) -%endif BuildRequires: readline-devel Requires: kdelibs4%{?_isa}%{?_kde4_version: >= %{_kde4_version}} @@ -50,14 +43,11 @@ Requires: kdelibs4-devel %prep %setup -q -%patch1 -p1 -b .opengl_optional - %build mkdir %{_target_platform} pushd %{_target_platform} -%{cmake_kde4} .. \ - %{!?opengl:-DSHOULD_BUILD_OPENGL:BOOL=OFF} +%{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} @@ -67,32 +57,26 @@ make %{?_smp_mflags} -C %{_target_platform} make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%check -# verify opengl support -%if 0%{?opengl} -test -f %{buildroot}%{_kde4_includedir}/Analitza5/analitzagui/plotsview3d.h -%endif - - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc COPYING TODO -%{_kde4_appsdir}/libanalitza/ -%{_kde4_libdir}/libAnalitza.so.5* -%{_kde4_libdir}/libAnalitzaGui.so.5* -%{_kde4_libdir}/libAnalitzaPlot.so.5* -%{_kde4_libdir}/libAnalitzaWidgets.so.5* -%{_kde4_libdir}/qml/org/kde/analitza/ +%dir %{_datadir}/libanalitza/ +%{_datadir}/libanalitza/plots/ +%{_kf5_libdir}/libAnalitza.so.5* +%{_kf5_libdir}/libAnalitzaGui.so.5* +%{_kf5_libdir}/libAnalitzaPlot.so.5* +%{_kf5_libdir}/libAnalitzaWidgets.so.5* +%{_kf5_qmldir}/org/kde/analitza/ %files devel -%{_kde4_includedir}/Analitza5/ -%{_kde4_libdir}/libAnalitza.so -%{_kde4_libdir}/libAnalitzaGui.so -%{_kde4_libdir}/libAnalitzaPlot.so -%{_kde4_libdir}/libAnalitzaWidgets.so -%{_kde4_libdir}/cmake/Analitza5/ +%{_includedir}/Analitza5/ +%{_kf5_libdir}/libAnalitza.so +%{_kf5_libdir}/libAnalitzaGui.so +%{_kf5_libdir}/libAnalitzaPlot.so +%{_kf5_libdir}/libAnalitzaWidgets.so +%{_kf5_libdir}/cmake/Analitza5/ %changelog From c238200a3e64b44fd66710b6917d751635312785 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 Apr 2015 13:30:50 -0500 Subject: [PATCH 082/159] 14.12.3 --- .gitignore | 3 +-- analitza.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 6a50797..41aae81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/analitza-4.14.3.tar.xz -/analitza-14.11.97.tar.xz +/analitza-14.12.3.tar.xz diff --git a/analitza.spec b/analitza.spec index 77a19fa..ebbb128 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 14.11.97 +Version: 14.12.3 Release: 1%{?dist} License: GPLv2+ @@ -64,10 +64,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %doc COPYING TODO %dir %{_datadir}/libanalitza/ %{_datadir}/libanalitza/plots/ -%{_kf5_libdir}/libAnalitza.so.5* -%{_kf5_libdir}/libAnalitzaGui.so.5* -%{_kf5_libdir}/libAnalitzaPlot.so.5* -%{_kf5_libdir}/libAnalitzaWidgets.so.5* +%{_kf5_libdir}/libAnalitza.so.6* +%{_kf5_libdir}/libAnalitzaGui.so.6* +%{_kf5_libdir}/libAnalitzaPlot.so.6* +%{_kf5_libdir}/libAnalitzaWidgets.so.6* %{_kf5_qmldir}/org/kde/analitza/ %files devel @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Apr 09 2015 Rex Dieter 14.12.3-1 +- 14.12.3 + * Mon Dec 08 2014 Rex Dieter 14.11.97-1 - 14.11.97 diff --git a/sources b/sources index 2c35f79..1426cde 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19341de920e8f5db2101159f7851e05b analitza-14.11.97.tar.xz +5dce7b13b2ce1ff862845533d4c538fa analitza-14.12.3.tar.xz From 5152c95e1de574c5805f2fb72753ed2f8584fa9d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 Apr 2015 14:31:58 -0500 Subject: [PATCH 083/159] 15.03.97 --- .gitignore | 2 +- analitza-14.11.97-opengl_optional.patch | 14 -------------- analitza.spec | 5 ++++- sources | 2 +- 4 files changed, 6 insertions(+), 17 deletions(-) delete mode 100644 analitza-14.11.97-opengl_optional.patch diff --git a/.gitignore b/.gitignore index 41aae81..c36b1e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/analitza-14.12.3.tar.xz +/analitza-15.03.97.tar.xz diff --git a/analitza-14.11.97-opengl_optional.patch b/analitza-14.11.97-opengl_optional.patch deleted file mode 100644 index 88262b3..0000000 --- a/analitza-14.11.97-opengl_optional.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up analitza-14.11.97/CMakeLists.txt.opengl_optional analitza-14.11.97/CMakeLists.txt ---- analitza-14.11.97/CMakeLists.txt.opengl_optional 2014-11-12 19:56:51.000000000 -0600 -+++ analitza-14.11.97/CMakeLists.txt 2014-12-08 12:23:59.220083065 -0600 -@@ -30,7 +30,10 @@ ecm_setup_version(5.0.0 VARIABLE_PREFIX - PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/Analitza5ConfigVersion.cmake") - - find_package(OpenGL) -+option(SHOULD_BUILD_OPENGL "Build OpenGL support" ON) -+if(SHOULD_BUILD_OPENGL) - set(HAVE_OPENGL ${OPENGL_FOUND}) -+endif(SHOULD_BUILD_OPENGL) - set_package_properties(OpenGL PROPERTIES TYPE OPTIONAL - PURPOSE "Support for 3D graphs in Analitza" - URL "http://opengl.org") diff --git a/analitza.spec b/analitza.spec index ebbb128..4e6a767 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 14.12.3 +Version: 15.03.97 Release: 1%{?dist} License: GPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Apr 09 2015 Rex Dieter 15.03.97-1 +- 15.03.97 + * Thu Apr 09 2015 Rex Dieter 14.12.3-1 - 14.12.3 diff --git a/sources b/sources index 1426cde..d04218f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5dce7b13b2ce1ff862845533d4c538fa analitza-14.12.3.tar.xz +c60f982047158b9687b90c691f6ada5b analitza-15.03.97.tar.xz From 3ac0e1eb067c1e2d53fba3877a413d6deb408026 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 Apr 2015 15:25:12 -0500 Subject: [PATCH 084/159] 15.04.0 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c36b1e9..232c017 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /analitza-15.03.97.tar.xz +/analitza-15.04.0.tar.xz diff --git a/analitza.spec b/analitza.spec index 4e6a767..d795cc9 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 15.03.97 +Version: 15.04.0 Release: 1%{?dist} License: GPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Apr 09 2015 Rex Dieter 15.04.0-1 +- 15.04.0 + * Thu Apr 09 2015 Rex Dieter 15.03.97-1 - 15.03.97 diff --git a/sources b/sources index d04218f..012022d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c60f982047158b9687b90c691f6ada5b analitza-15.03.97.tar.xz +aec360ae93359a5fc0852a4e7e9bac04 analitza-15.04.0.tar.xz From b8c4e87b772bb2b9a407119edf93e8e2611d2185 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 26 May 2015 13:47:21 -0500 Subject: [PATCH 085/159] 15.04.1 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 232c017..db6573f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-15.03.97.tar.xz /analitza-15.04.0.tar.xz +/analitza-15.04.1.tar.xz diff --git a/analitza.spec b/analitza.spec index d795cc9..a9c0d87 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 15.04.0 +Version: 15.04.1 Release: 1%{?dist} License: GPLv2+ @@ -22,7 +22,7 @@ BuildRequires: pkgconfig(Qt5Test) pkgconfig(Qt5Qml) pkgconfig(Qt5Quick) BuildRequires: pkgconfig(QtOpenGL) BuildRequires: readline-devel -Requires: kdelibs4%{?_isa}%{?_kde4_version: >= %{_kde4_version}} +%{?kdelibs4_requires} Conflicts: kalgebra < 4.7.80 @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue May 26 2015 Rex Dieter - 15.04.1-1 +- 15.04.1 + * Thu Apr 09 2015 Rex Dieter 15.04.0-1 - 15.04.0 diff --git a/sources b/sources index 012022d..e44337f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aec360ae93359a5fc0852a4e7e9bac04 analitza-15.04.0.tar.xz +89df998ef7e4a8a1c47b5cf87dbb969b analitza-15.04.1.tar.xz From 61514011d1653e83ba9563435fb06bc89cfe2b2d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Jun 2015 07:51:11 -0500 Subject: [PATCH 086/159] 15.04.2 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index db6573f..573a21f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /analitza-15.03.97.tar.xz /analitza-15.04.0.tar.xz /analitza-15.04.1.tar.xz +/analitza-15.04.2.tar.xz diff --git a/analitza.spec b/analitza.spec index a9c0d87..a1a7986 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 15.04.1 +Version: 15.04.2 Release: 1%{?dist} License: GPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 10 2015 Rex Dieter - 15.04.2-1 +- 15.04.2 + * Tue May 26 2015 Rex Dieter - 15.04.1-1 - 15.04.1 diff --git a/sources b/sources index e44337f..b7cb843 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -89df998ef7e4a8a1c47b5cf87dbb969b analitza-15.04.1.tar.xz +6f20510c65a389e22f997df89a0fbfd6 analitza-15.04.2.tar.xz From 4a5acb14c53548829e4872930788adc0090b8c30 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Jun 2015 23:53:52 +0000 Subject: [PATCH 087/159] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index a1a7986..f52ceb5 100644 --- a/analitza.spec +++ b/analitza.spec @@ -2,7 +2,7 @@ Name: analitza Summary: Library of mathematical features Version: 15.04.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 16 2015 Fedora Release Engineering - 15.04.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Jun 10 2015 Rex Dieter - 15.04.2-1 - 15.04.2 From e5c297941aadf0eff460fd8d1151d2dc87a20fef Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 20 Aug 2015 22:29:14 +0200 Subject: [PATCH 088/159] 15.08.0 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 573a21f..a73c2e4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /analitza-15.04.0.tar.xz /analitza-15.04.1.tar.xz /analitza-15.04.2.tar.xz +/analitza-15.08.0.tar.xz diff --git a/analitza.spec b/analitza.spec index f52ceb5..7d3fbc6 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,8 +1,8 @@ Name: analitza Summary: Library of mathematical features -Version: 15.04.2 -Release: 2%{?dist} +Version: 15.08.0 +Release: 1%{?dist} License: GPLv2+ URL: https://projects.kde.org/projects/kde/kdeedu/analitza @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Aug 20 2015 Than Ngo - 15.08.0-1 +- 15.08.0 + * Tue Jun 16 2015 Fedora Release Engineering - 15.04.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index b7cb843..4953078 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f20510c65a389e22f997df89a0fbfd6 analitza-15.04.2.tar.xz +ff892988c4f66415d41e55ca71d9a5f5 analitza-15.08.0.tar.xz From 41ce30be2fcfb66fcffc98f079ab7eb5b4e500d3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 14 Sep 2015 11:46:14 -0500 Subject: [PATCH 089/159] 15.08.1 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a73c2e4..fe07cb3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /analitza-15.04.1.tar.xz /analitza-15.04.2.tar.xz /analitza-15.08.0.tar.xz +/analitza-15.08.1.tar.xz diff --git a/analitza.spec b/analitza.spec index 7d3fbc6..df30312 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 15.08.0 +Version: 15.08.1 Release: 1%{?dist} License: GPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Sep 14 2015 Rex Dieter - 15.08.1-1 +- 15.08.1 + * Thu Aug 20 2015 Than Ngo - 15.08.0-1 - 15.08.0 diff --git a/sources b/sources index 4953078..68927f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff892988c4f66415d41e55ca71d9a5f5 analitza-15.08.0.tar.xz +d3dc460c71024e98731a42ffc7de1431 analitza-15.08.1.tar.xz From 39b6c737e21a5f3699ca5a8a93f86ad9768c71d7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 30 Nov 2015 10:12:04 -0600 Subject: [PATCH 090/159] 15.08.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fe07cb3..de6f8a9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /analitza-15.04.2.tar.xz /analitza-15.08.0.tar.xz /analitza-15.08.1.tar.xz +/analitza-15.08.3.tar.xz diff --git a/analitza.spec b/analitza.spec index df30312..1425bc6 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 15.08.1 +Version: 15.08.3 Release: 1%{?dist} License: GPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Nov 30 2015 Rex Dieter - 15.08.3-1 +- 15.08.3 + * Mon Sep 14 2015 Rex Dieter - 15.08.1-1 - 15.08.1 diff --git a/sources b/sources index 68927f1..2355015 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3dc460c71024e98731a42ffc7de1431 analitza-15.08.1.tar.xz +6d471a5de8024bc1a75fa9b673ea651a analitza-15.08.3.tar.xz From 10343e041280b667e68da24db12b012416d3c32d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 2 Dec 2015 18:27:19 -0600 Subject: [PATCH 091/159] old sources --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index de6f8a9..1f29cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -/analitza-15.03.97.tar.xz -/analitza-15.04.0.tar.xz -/analitza-15.04.1.tar.xz -/analitza-15.04.2.tar.xz -/analitza-15.08.0.tar.xz -/analitza-15.08.1.tar.xz /analitza-15.08.3.tar.xz From 432d627ad3aaa5e688efadc7e665140cc2905873 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 23 Dec 2015 09:54:00 -0600 Subject: [PATCH 092/159] .spec cosmetics, omit kdelibs4 deps --- analitza.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/analitza.spec b/analitza.spec index 1425bc6..bd3dbaa 100644 --- a/analitza.spec +++ b/analitza.spec @@ -2,10 +2,10 @@ Name: analitza Summary: Library of mathematical features Version: 15.08.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ -URL: https://projects.kde.org/projects/kde/kdeedu/analitza +URL: https://projects.kde.org/analitza %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable @@ -22,8 +22,6 @@ BuildRequires: pkgconfig(Qt5Test) pkgconfig(Qt5Qml) pkgconfig(Qt5Quick) BuildRequires: pkgconfig(QtOpenGL) BuildRequires: readline-devel -%{?kdelibs4_requires} - Conflicts: kalgebra < 4.7.80 Obsoletes: kalgebra-libs < 4.7.80 @@ -35,7 +33,6 @@ Provides: kalgebra-libs = %{version}-%{release} %package devel Summary: Developer files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: kdelibs4-devel %description devel %{summary}. @@ -61,7 +58,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %postun -p /sbin/ldconfig %files -%doc COPYING TODO +%doc TODO +%license COPYING %dir %{_datadir}/libanalitza/ %{_datadir}/libanalitza/plots/ %{_kf5_libdir}/libAnalitza.so.6* @@ -80,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Dec 23 2015 Rex Dieter 15.08.3-2 +- .spec cosmetics, omit kdelibs4 deps + * Mon Nov 30 2015 Rex Dieter - 15.08.3-1 - 15.08.3 From 523ee6cd178a3374e0a146b1c4e1105667370891 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 23 Dec 2015 11:24:08 -0600 Subject: [PATCH 093/159] 15.12.0 --- .gitignore | 2 +- analitza.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 1f29cbe..f1a1e2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/analitza-15.08.3.tar.xz +/analitza-15.12.0.tar.xz diff --git a/analitza.spec b/analitza.spec index bd3dbaa..22646a1 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,8 +1,8 @@ Name: analitza Summary: Library of mathematical features -Version: 15.08.3 -Release: 2%{?dist} +Version: 15.12.0 +Release: 1%{?dist} License: GPLv2+ URL: https://projects.kde.org/analitza @@ -62,10 +62,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %license COPYING %dir %{_datadir}/libanalitza/ %{_datadir}/libanalitza/plots/ -%{_kf5_libdir}/libAnalitza.so.6* -%{_kf5_libdir}/libAnalitzaGui.so.6* -%{_kf5_libdir}/libAnalitzaPlot.so.6* -%{_kf5_libdir}/libAnalitzaWidgets.so.6* +%{_kf5_libdir}/libAnalitza.so.7* +%{_kf5_libdir}/libAnalitzaGui.so.7* +%{_kf5_libdir}/libAnalitzaPlot.so.7* +%{_kf5_libdir}/libAnalitzaWidgets.so.7* %{_kf5_qmldir}/org/kde/analitza/ %files devel @@ -78,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Dec 23 2015 Rex Dieter 15.12.0-1 +- 15.12.0 + * Wed Dec 23 2015 Rex Dieter 15.08.3-2 - .spec cosmetics, omit kdelibs4 deps diff --git a/sources b/sources index 2355015..60af7f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d471a5de8024bc1a75fa9b673ea651a analitza-15.08.3.tar.xz +bbb30e97a6f70115c8c468edd13b7092 analitza-15.12.0.tar.xz From 309f849268146ac1788d8d4c7c0559f837ff5bcb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 25 Jan 2016 11:57:11 -0600 Subject: [PATCH 094/159] 15.12.1 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f1a1e2a..590431e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /analitza-15.12.0.tar.xz +/analitza-15.12.1.tar.xz diff --git a/analitza.spec b/analitza.spec index 22646a1..e7c8a5c 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 15.12.0 +Version: 15.12.1 Release: 1%{?dist} License: GPLv2+ @@ -78,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jan 25 2016 Rex Dieter - 15.12.1-1 +- 15.12.1 + * Wed Dec 23 2015 Rex Dieter 15.12.0-1 - 15.12.0 diff --git a/sources b/sources index 60af7f7..824d2de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bbb30e97a6f70115c8c468edd13b7092 analitza-15.12.0.tar.xz +392eb1fc65470aafb2eaf5e98ef105b3 analitza-15.12.1.tar.xz From a87eba9d5f9b6d9b0d70fb6b7d25e12af749c543 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 16:11:01 +0000 Subject: [PATCH 095/159] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index e7c8a5c..fc54d70 100644 --- a/analitza.spec +++ b/analitza.spec @@ -2,7 +2,7 @@ Name: analitza Summary: Library of mathematical features Version: 15.12.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://projects.kde.org/analitza @@ -78,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 15.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Mon Jan 25 2016 Rex Dieter - 15.12.1-1 - 15.12.1 From 60b4ecade6407ae2e151548b427e558bf520a4c3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 14 Feb 2016 17:22:43 -0600 Subject: [PATCH 096/159] 15.12.2 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 590431e..a26294c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-15.12.0.tar.xz /analitza-15.12.1.tar.xz +/analitza-15.12.2.tar.xz diff --git a/analitza.spec b/analitza.spec index fc54d70..b0ec64e 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,8 +1,8 @@ Name: analitza Summary: Library of mathematical features -Version: 15.12.1 -Release: 2%{?dist} +Version: 15.12.2 +Release: 1%{?dist} License: GPLv2+ URL: https://projects.kde.org/analitza @@ -78,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Feb 14 2016 Rex Dieter - 15.12.2-1 +- 15.12.2 + * Wed Feb 03 2016 Fedora Release Engineering - 15.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 824d2de..9936ebd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -392eb1fc65470aafb2eaf5e98ef105b3 analitza-15.12.1.tar.xz +1884e13c7b97698d6920350f997e9a1f analitza-15.12.2.tar.xz From 336fbe42e30ee16c5f35599c23c30a36d0b0764c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Mar 2016 12:07:45 -0500 Subject: [PATCH 097/159] 15.12.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a26294c..71d09c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /analitza-15.12.0.tar.xz /analitza-15.12.1.tar.xz /analitza-15.12.2.tar.xz +/analitza-15.12.3.tar.xz diff --git a/analitza.spec b/analitza.spec index b0ec64e..8757f32 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 15.12.2 +Version: 15.12.3 Release: 1%{?dist} License: GPLv2+ @@ -78,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Mar 15 2016 Rex Dieter - 15.12.3-1 +- 15.12.3 + * Sun Feb 14 2016 Rex Dieter - 15.12.2-1 - 15.12.2 diff --git a/sources b/sources index 9936ebd..adae143 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1884e13c7b97698d6920350f997e9a1f analitza-15.12.2.tar.xz +ebf4eae878a616495b3b197566e7672a analitza-15.12.3.tar.xz From 441cb452fd05a39d4f732195a8248c12feb581fb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 22 Apr 2016 17:18:04 -0500 Subject: [PATCH 098/159] 16.04.0 --- .gitignore | 5 +---- analitza.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 71d09c0..25d6e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -/analitza-15.12.0.tar.xz -/analitza-15.12.1.tar.xz -/analitza-15.12.2.tar.xz -/analitza-15.12.3.tar.xz +/analitza-16.04.0.tar.xz diff --git a/analitza.spec b/analitza.spec index 8757f32..716b26d 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,11 +1,12 @@ Name: analitza Summary: Library of mathematical features -Version: 15.12.3 +Version: 16.04.0 Release: 1%{?dist} License: GPLv2+ -URL: https://projects.kde.org/analitza +URL: https://quickgit.kde.org/?p=%{name}.git + %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable @@ -78,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Apr 22 2016 Rex Dieter - 16.04.0-1 +- 16.04.0 + * Tue Mar 15 2016 Rex Dieter - 15.12.3-1 - 15.12.3 diff --git a/sources b/sources index adae143..b536ada 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ebf4eae878a616495b3b197566e7672a analitza-15.12.3.tar.xz +6c1d5f62f70fc3292972d831540ee685 analitza-16.04.0.tar.xz From 4d21e154cda8bba16e7230bd5fefbff2c3fd3a3c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 May 2016 13:46:14 -0500 Subject: [PATCH 099/159] 16.04.1 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 25d6e7d..907f013 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /analitza-16.04.0.tar.xz +/analitza-16.04.1.tar.xz diff --git a/analitza.spec b/analitza.spec index 716b26d..4216041 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 16.04.0 +Version: 16.04.1 Release: 1%{?dist} License: GPLv2+ @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun May 08 2016 Rex Dieter - 16.04.1-1 +- 16.04.1 + * Fri Apr 22 2016 Rex Dieter - 16.04.0-1 - 16.04.0 diff --git a/sources b/sources index b536ada..a8c8441 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c1d5f62f70fc3292972d831540ee685 analitza-16.04.0.tar.xz +2e99be73467d6afc93363e1dd228bc87 analitza-16.04.1.tar.xz From a62a28316ac28e2e31434836da04eedb497094da Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 12 Jun 2016 10:35:48 -0500 Subject: [PATCH 100/159] 16.04.2 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 907f013..182eab8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-16.04.0.tar.xz /analitza-16.04.1.tar.xz +/analitza-16.04.2.tar.xz diff --git a/analitza.spec b/analitza.spec index 4216041..dca2191 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 16.04.1 +Version: 16.04.2 Release: 1%{?dist} License: GPLv2+ @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jun 12 2016 Rex Dieter - 16.04.2-1 +- 16.04.2 + * Sun May 08 2016 Rex Dieter - 16.04.1-1 - 16.04.1 diff --git a/sources b/sources index a8c8441..1c7282d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2e99be73467d6afc93363e1dd228bc87 analitza-16.04.1.tar.xz +75c67d37444728308f56ab046950a1d1 analitza-16.04.2.tar.xz From 8d0f802c2a25439c7ca60a8b09e93e1a6dc9b1f6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 9 Jul 2016 08:21:55 -0500 Subject: [PATCH 101/159] 16.04.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 182eab8..fea6a02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /analitza-16.04.0.tar.xz /analitza-16.04.1.tar.xz /analitza-16.04.2.tar.xz +/analitza-16.04.3.tar.xz diff --git a/analitza.spec b/analitza.spec index dca2191..81c9ba3 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 16.04.2 +Version: 16.04.3 Release: 1%{?dist} License: GPLv2+ @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jul 09 2016 Rex Dieter - 16.04.3-1 +- 16.04.3 + * Sun Jun 12 2016 Rex Dieter - 16.04.2-1 - 16.04.2 diff --git a/sources b/sources index 1c7282d..44c4770 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -75c67d37444728308f56ab046950a1d1 analitza-16.04.2.tar.xz +041ed065074975ab3fe525c8967dbd2f analitza-16.04.3.tar.xz From b3c22d6b40f4de67e1972af7178ddd9380543ca1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 29 Jul 2016 17:06:07 -0500 Subject: [PATCH 102/159] 16.07.80 --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 81c9ba3..d18c803 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,7 +1,7 @@ Name: analitza Summary: Library of mathematical features -Version: 16.04.3 +Version: 16.07.80 Release: 1%{?dist} License: GPLv2+ @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 29 2016 Rex Dieter - 16.07.80-1 +- 16.07.80 + * Sat Jul 09 2016 Rex Dieter - 16.04.3-1 - 16.04.3 From 73ec5334110277586acb3a0b6149fe9bf9183d95 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 29 Jul 2016 19:13:46 -0500 Subject: [PATCH 103/159] %%check: enable tests, update sources --- .gitignore | 5 +---- analitza.spec | 24 ++++++++++++++++++++++-- sources | 2 +- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index fea6a02..99ba6f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -/analitza-16.04.0.tar.xz -/analitza-16.04.1.tar.xz -/analitza-16.04.2.tar.xz -/analitza-16.04.3.tar.xz +/analitza-16.07.80.tar.xz diff --git a/analitza.spec b/analitza.spec index d18c803..e52f3e7 100644 --- a/analitza.spec +++ b/analitza.spec @@ -1,4 +1,11 @@ +# uncomment to enable bootstrap mode +#global bootstrap 1 + +%if !0%{?bootstrap} +%global tests 1 +%endif + Name: analitza Summary: Library of mathematical features Version: 16.07.80 @@ -23,6 +30,10 @@ BuildRequires: pkgconfig(Qt5Test) pkgconfig(Qt5Qml) pkgconfig(Qt5Quick) BuildRequires: pkgconfig(QtOpenGL) BuildRequires: readline-devel +%if 0%{?tests} +BuildRequires: xorg-x11-server-Xvfb +%endif + Conflicts: kalgebra < 4.7.80 Obsoletes: kalgebra-libs < 4.7.80 @@ -45,7 +56,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %build mkdir %{_target_platform} pushd %{_target_platform} -%{cmake_kf5} .. +%{cmake_kf5} .. \ + %{?tests:-DBUILD_TESTING:BOOL=ON} popd make %{?_smp_mflags} -C %{_target_platform} @@ -55,6 +67,14 @@ make %{?_smp_mflags} -C %{_target_platform} make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%check +%if 0%{?tests} +export CTEST_OUTPUT_ON_FAILURE=1 +xvfb-run -a \ +make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: +%endif + + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -80,7 +100,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog * Fri Jul 29 2016 Rex Dieter - 16.07.80-1 -- 16.07.80 +- 16.07.80, %%check: enable autotests * Sat Jul 09 2016 Rex Dieter - 16.04.3-1 - 16.04.3 diff --git a/sources b/sources index 44c4770..947e2f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -041ed065074975ab3fe525c8967dbd2f analitza-16.04.3.tar.xz +a2aeee4f81fab72b9773b9326804a6e5 analitza-16.07.80.tar.xz From e12208f3fc2252e95b31d3856f7c84da7d05c9dc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 5 Aug 2016 22:55:46 -0500 Subject: [PATCH 104/159] 16.07.90 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 99ba6f0..75c410a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /analitza-16.07.80.tar.xz +/analitza-16.07.90.tar.xz diff --git a/analitza.spec b/analitza.spec index e52f3e7..4e367cb 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 16.07.80 +Version: 16.07.90 Release: 1%{?dist} License: GPLv2+ @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Sat Aug 06 2016 Rex Dieter - 16.07.90-1 +- 16.07.90 + * Fri Jul 29 2016 Rex Dieter - 16.07.80-1 - 16.07.80, %%check: enable autotests diff --git a/sources b/sources index 947e2f8..f414740 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2aeee4f81fab72b9773b9326804a6e5 analitza-16.07.80.tar.xz +c20c2659ed42783ea96cf0578a6063a2 analitza-16.07.90.tar.xz From 9edf5353a19aa2fe1757442df2ff02aef7b00c0e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 12 Aug 2016 13:43:53 -0500 Subject: [PATCH 105/159] 16.08.0 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 75c410a..3e7d7f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-16.07.80.tar.xz /analitza-16.07.90.tar.xz +/analitza-16.08.0.tar.xz diff --git a/analitza.spec b/analitza.spec index 4e367cb..883e86a 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 16.07.90 +Version: 16.08.0 Release: 1%{?dist} License: GPLv2+ @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Fri Aug 12 2016 Rex Dieter - 16.08.0-1 +- 16.08.0 + * Sat Aug 06 2016 Rex Dieter - 16.07.90-1 - 16.07.90 diff --git a/sources b/sources index f414740..9b8340c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c20c2659ed42783ea96cf0578a6063a2 analitza-16.07.90.tar.xz +131b29536e99982558d4ee95779c88ad analitza-16.08.0.tar.xz From b799459dfae24220508ed1f1f539e2badc197699 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Sep 2016 13:46:34 -0500 Subject: [PATCH 106/159] 16.08.1 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3e7d7f8..9888750 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /analitza-16.07.80.tar.xz /analitza-16.07.90.tar.xz /analitza-16.08.0.tar.xz +/analitza-16.08.1.tar.xz diff --git a/analitza.spec b/analitza.spec index 883e86a..40096ea 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 16.08.0 +Version: 16.08.1 Release: 1%{?dist} License: GPLv2+ @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Wed Sep 07 2016 Rex Dieter - 16.08.1-1 +- 16.08.1 + * Fri Aug 12 2016 Rex Dieter - 16.08.0-1 - 16.08.0 diff --git a/sources b/sources index 9b8340c..91c17a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -131b29536e99982558d4ee95779c88ad analitza-16.08.0.tar.xz +26ff924dd19dfd57112c5e064604bafd analitza-16.08.1.tar.xz From 29d5bda13a0cb28f840ef790143781f4fbe20618 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 13 Oct 2016 08:07:48 -0500 Subject: [PATCH 107/159] 16.08.2 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9888750..96b1edc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /analitza-16.07.90.tar.xz /analitza-16.08.0.tar.xz /analitza-16.08.1.tar.xz +/analitza-16.08.2.tar.xz diff --git a/analitza.spec b/analitza.spec index 40096ea..93bc459 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 16.08.1 +Version: 16.08.2 Release: 1%{?dist} License: GPLv2+ @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Thu Oct 13 2016 Rex Dieter - 16.08.2-1 +- 16.08.2 + * Wed Sep 07 2016 Rex Dieter - 16.08.1-1 - 16.08.1 diff --git a/sources b/sources index 91c17a0..2442e8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -26ff924dd19dfd57112c5e064604bafd analitza-16.08.1.tar.xz +1f77f50ae96c96b540309e607cec1a72 analitza-16.08.2.tar.xz From 82f7439b240d0cd87839d86b3476b099e3679241 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 5 Dec 2016 07:43:22 -0600 Subject: [PATCH 108/159] 16.08.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 96b1edc..a8692ab 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /analitza-16.08.0.tar.xz /analitza-16.08.1.tar.xz /analitza-16.08.2.tar.xz +/analitza-16.08.3.tar.xz diff --git a/analitza.spec b/analitza.spec index 93bc459..43e50d8 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 16.08.2 +Version: 16.08.3 Release: 1%{?dist} License: GPLv2+ @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Mon Dec 05 2016 Rex Dieter - 16.08.3-1 +- 16.08.3 + * Thu Oct 13 2016 Rex Dieter - 16.08.2-1 - 16.08.2 diff --git a/sources b/sources index 2442e8d..640fc50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f77f50ae96c96b540309e607cec1a72 analitza-16.08.2.tar.xz +2557cd371f11bb43076219039c9270b6 analitza-16.08.3.tar.xz From cb05aa6b00c74d763d143dd9bf63c7ae7626a7bf Mon Sep 17 00:00:00 2001 From: Rich Mattes Date: Wed, 28 Dec 2016 13:44:36 -0500 Subject: [PATCH 109/159] Rebuild for eigen3-3.3.1 --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 43e50d8..5af64fb 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 16.08.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Wed Dec 28 2016 Rich Mattes - 16.08.3-2 +- Rebuild for eigen3-3.3.1 + * Mon Dec 05 2016 Rex Dieter - 16.08.3-1 - 16.08.3 From 316b45c3d7ba79df16d0028da355b564a1e2402e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 11 Jan 2017 10:56:05 -0600 Subject: [PATCH 110/159] 16.12.1 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a8692ab..5d0537a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /analitza-16.08.1.tar.xz /analitza-16.08.2.tar.xz /analitza-16.08.3.tar.xz +/analitza-16.12.1.tar.xz diff --git a/analitza.spec b/analitza.spec index 5af64fb..deca499 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 16.08.3 -Release: 2%{?dist} +Version: 16.12.1 +Release: 1%{?dist} License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Wed Jan 11 2017 Rex Dieter - 16.12.1-1 +- 16.12.1 + * Wed Dec 28 2016 Rich Mattes - 16.08.3-2 - Rebuild for eigen3-3.3.1 diff --git a/sources b/sources index 640fc50..00a54f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2557cd371f11bb43076219039c9270b6 analitza-16.08.3.tar.xz +SHA512 (analitza-16.12.1.tar.xz) = 56a6952feb8b8151a3fb4ba916530253808e9c3caab2dad4beacf494b325db13b3cdfa15f5a9fddff0137542721e5b8dabba83803d238f1bd988724ebf70e648 From 2bae43385f522875ed3711f810ea263599e472f2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 Feb 2017 06:55:37 -0600 Subject: [PATCH 111/159] 16.12.2 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5d0537a..33d303d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /analitza-16.08.2.tar.xz /analitza-16.08.3.tar.xz /analitza-16.12.1.tar.xz +/analitza-16.12.2.tar.xz diff --git a/analitza.spec b/analitza.spec index deca499..46edf54 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 16.12.1 +Version: 16.12.2 Release: 1%{?dist} License: GPLv2+ @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Thu Feb 09 2017 Rex Dieter - 16.12.2-1 +- 16.12.2 + * Wed Jan 11 2017 Rex Dieter - 16.12.1-1 - 16.12.1 diff --git a/sources b/sources index 00a54f1..af5291e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-16.12.1.tar.xz) = 56a6952feb8b8151a3fb4ba916530253808e9c3caab2dad4beacf494b325db13b3cdfa15f5a9fddff0137542721e5b8dabba83803d238f1bd988724ebf70e648 +SHA512 (analitza-16.12.2.tar.xz) = b049a1f148b347a34228db965f9fd7b3bb7d723a24a93f75da11cf8e50a5ae476c965184171da4ecf5d013264947cffb931508d15e458344d29d64b5f1600e2b From 7a0bd95a2b146c00be3bb0a0a067677b456c850d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 Mar 2017 06:19:20 -0600 Subject: [PATCH 112/159] 16.12.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 33d303d..8619a84 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /analitza-16.08.3.tar.xz /analitza-16.12.1.tar.xz /analitza-16.12.2.tar.xz +/analitza-16.12.3.tar.xz diff --git a/analitza.spec b/analitza.spec index 46edf54..e371245 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 16.12.2 +Version: 16.12.3 Release: 1%{?dist} License: GPLv2+ @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Thu Mar 09 2017 Rex Dieter - 16.12.3-1 +- 16.12.3 + * Thu Feb 09 2017 Rex Dieter - 16.12.2-1 - 16.12.2 diff --git a/sources b/sources index af5291e..77b12f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-16.12.2.tar.xz) = b049a1f148b347a34228db965f9fd7b3bb7d723a24a93f75da11cf8e50a5ae476c965184171da4ecf5d013264947cffb931508d15e458344d29d64b5f1600e2b +SHA512 (analitza-16.12.3.tar.xz) = fc5cfdfde841051be6b9014db7f790082d9ccf067e89629a7a0c2877254e3a466495e17f8ba638b9c794897e467198b8f753f03b941c932d617b7abefd25aaca From 5c54e0f5fe87c7027603abdd7df2b1b803c41020 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 02:51:37 +0000 Subject: [PATCH 113/159] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index e371245..5f631cc 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 16.12.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 16.12.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Thu Mar 09 2017 Rex Dieter - 16.12.3-1 - 16.12.3 From 2352aa2f9e4990d357fe2d51b78bf25e7610c506 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 2 Aug 2017 17:34:48 +0000 Subject: [PATCH 114/159] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 5f631cc..e7387a6 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 16.12.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Wed Aug 02 2017 Fedora Release Engineering - 16.12.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 16.12.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From da025223da3a950621bf000e53b49e55ef024450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sun, 6 Aug 2017 11:31:18 +0200 Subject: [PATCH 115/159] Rebuilt for AutoReq cmake-filesystem --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index e7387a6..e751185 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 16.12.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Sun Aug 06 2017 Björn Esser - 16.12.3-4 +- Rebuilt for AutoReq cmake-filesystem + * Wed Aug 02 2017 Fedora Release Engineering - 16.12.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 32ab25caf85617c1d013d0ecdfddff88f36cc5a7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 6 Sep 2017 11:36:42 -0500 Subject: [PATCH 116/159] 17.08.1 --- .gitignore | 1 + analitza.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8619a84..6d4c5df 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /analitza-16.12.1.tar.xz /analitza-16.12.2.tar.xz /analitza-16.12.3.tar.xz +/analitza-17.08.1.tar.xz diff --git a/analitza.spec b/analitza.spec index e751185..a314ae8 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,11 +8,11 @@ Name: analitza Summary: Library of mathematical features -Version: 16.12.3 -Release: 4%{?dist} +Version: 17.08.1 +Release: 1%{?dist} License: GPLv2+ -URL: https://quickgit.kde.org/?p=%{name}.git +URL: https://cgit.kde.org/%{name}.git %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 @@ -99,6 +99,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Wed Sep 06 2017 Rex Dieter - 17.08.1-1 +- 17.08.1 + * Sun Aug 06 2017 Björn Esser - 16.12.3-4 - Rebuilt for AutoReq cmake-filesystem diff --git a/sources b/sources index 77b12f1..f0850bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-16.12.3.tar.xz) = fc5cfdfde841051be6b9014db7f790082d9ccf067e89629a7a0c2877254e3a466495e17f8ba638b9c794897e467198b8f753f03b941c932d617b7abefd25aaca +SHA512 (analitza-17.08.1.tar.xz) = 727fc1eb2e44ce9bf35e3fc3c077d6a846d57cfc4aa1b1f97d62ed814540f493021547556adf8502052a8d498293ffe6a6bdc32661c86440096dd6add67c0ae1 From e3957731c70d27049e296bb22f6b1109737351cb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 20 Sep 2017 22:15:07 -0500 Subject: [PATCH 117/159] update %files --- analitza.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/analitza.spec b/analitza.spec index a314ae8..7660846 100644 --- a/analitza.spec +++ b/analitza.spec @@ -83,10 +83,10 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %license COPYING %dir %{_datadir}/libanalitza/ %{_datadir}/libanalitza/plots/ -%{_kf5_libdir}/libAnalitza.so.7* -%{_kf5_libdir}/libAnalitzaGui.so.7* -%{_kf5_libdir}/libAnalitzaPlot.so.7* -%{_kf5_libdir}/libAnalitzaWidgets.so.7* +%{_kf5_libdir}/libAnalitza.so.8* +%{_kf5_libdir}/libAnalitzaGui.so.8* +%{_kf5_libdir}/libAnalitzaPlot.so.8* +%{_kf5_libdir}/libAnalitzaWidgets.so.8* %{_kf5_qmldir}/org/kde/analitza/ %files devel From c5d2f23c9a6c8e7897e4e31ff5c438188bf750fc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 20 Sep 2017 22:30:41 -0500 Subject: [PATCH 118/159] update %%files --- analitza.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 7660846..2da88d9 100644 --- a/analitza.spec +++ b/analitza.spec @@ -66,6 +66,8 @@ make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%find_lang %{name} --all-name --with-html --with-qt + %check %if 0%{?tests} @@ -78,7 +80,7 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files +%files -f %{name}.lang %doc TODO %license COPYING %dir %{_datadir}/libanalitza/ From 0eb0cf81d1ef4024354e2757024080c7f2b6ee6c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 21 Sep 2017 14:37:55 -0500 Subject: [PATCH 119/159] fix Qt5OpenGL build dep --- analitza.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/analitza.spec b/analitza.spec index 2da88d9..946d3b6 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 17.08.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -27,7 +27,7 @@ BuildRequires: kf5-rpm-macros BuildRequires: pkgconfig(eigen3) BuildRequires: pkgconfig(Qt5Widgets) pkgconfig(Qt5Xml) pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Test) pkgconfig(Qt5Qml) pkgconfig(Qt5Quick) -BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(Qt5OpenGL) BuildRequires: readline-devel %if 0%{?tests} @@ -101,6 +101,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Thu Sep 21 2017 Rex Dieter - 17.08.1-2 +- fix Qt5OpenGL build dep + * Wed Sep 06 2017 Rex Dieter - 17.08.1-1 - 17.08.1 From 05b7f6af30aef0b226422600585871af5e3c2d8c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 11 Oct 2017 13:35:10 -0500 Subject: [PATCH 120/159] 17.08.2 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d4c5df..41f4358 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /analitza-16.12.2.tar.xz /analitza-16.12.3.tar.xz /analitza-17.08.1.tar.xz +/analitza-17.08.2.tar.xz diff --git a/analitza.spec b/analitza.spec index 946d3b6..1c464da 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 17.08.1 -Release: 2%{?dist} +Version: 17.08.2 +Release: 1%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -101,6 +101,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Wed Oct 11 2017 Rex Dieter - 17.08.2-1 +- 17.08.2 + * Thu Sep 21 2017 Rex Dieter - 17.08.1-2 - fix Qt5OpenGL build dep diff --git a/sources b/sources index f0850bf..a8d4636 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-17.08.1.tar.xz) = 727fc1eb2e44ce9bf35e3fc3c077d6a846d57cfc4aa1b1f97d62ed814540f493021547556adf8502052a8d498293ffe6a6bdc32661c86440096dd6add67c0ae1 +SHA512 (analitza-17.08.2.tar.xz) = 717cfdd1fea322683c760d78249b44fe4b2599b66e434c80dd608aa2b82d697a7216261a2bc948682d181d41bd8d69bfea9951d7bdc6881378f97ab7beec075c From b2a41724462ad8bc9ce1b38fc9fb6e32a99826aa Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 11 Oct 2017 16:35:55 -0500 Subject: [PATCH 121/159] BR: qt5-qtbase-private-devel --- analitza.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 1c464da..28ce421 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 17.08.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -28,6 +28,9 @@ BuildRequires: pkgconfig(eigen3) BuildRequires: pkgconfig(Qt5Widgets) pkgconfig(Qt5Xml) pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Test) pkgconfig(Qt5Qml) pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5OpenGL) +# technically QtQuick private api, but this should be good enough -- rex +BuildRequires: qt5-qtbase-private-devel +%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} BuildRequires: readline-devel %if 0%{?tests} @@ -101,6 +104,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Wed Oct 11 2017 Rex Dieter - 17.08.2-2 +- BR: qt5-qtbase-private-devel + * Wed Oct 11 2017 Rex Dieter - 17.08.2-1 - 17.08.2 From e9e57b1c92016a9edf3f4432c512cebbffd52b72 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Nov 2017 08:54:37 -0600 Subject: [PATCH 122/159] 17.08.3 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 41f4358..3ec5817 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /analitza-16.12.3.tar.xz /analitza-17.08.1.tar.xz /analitza-17.08.2.tar.xz +/analitza-17.08.3.tar.xz diff --git a/analitza.spec b/analitza.spec index 28ce421..19098c8 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 17.08.2 -Release: 2%{?dist} +Version: 17.08.3 +Release: 1%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Wed Nov 08 2017 Rex Dieter - 17.08.3-1 +- 17.08.3 + * Wed Oct 11 2017 Rex Dieter - 17.08.2-2 - BR: qt5-qtbase-private-devel diff --git a/sources b/sources index a8d4636..818954b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-17.08.2.tar.xz) = 717cfdd1fea322683c760d78249b44fe4b2599b66e434c80dd608aa2b82d697a7216261a2bc948682d181d41bd8d69bfea9951d7bdc6881378f97ab7beec075c +SHA512 (analitza-17.08.3.tar.xz) = bc7f8b0d53ffd4fac7a24b457e4732c557589a55f0722e2fa24134563ba124dc89774f39c158d8b2bd5fedee7656f224b7e60b4f87c0246589b84f09d20e991f From 17dd80df8d484a6746e577c6002345606b5a20d6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 26 Nov 2017 11:33:23 -0600 Subject: [PATCH 123/159] rebuild (qt5) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 19098c8..49ca1db 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 17.08.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Sun Nov 26 2017 Rex Dieter - 17.08.3-2 +- rebuild (qt5) + * Wed Nov 08 2017 Rex Dieter - 17.08.3-1 - 17.08.3 From b04f0f1e8fdecf10e0f925fa7cc9f86fd296c019 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 28 Dec 2017 09:58:44 -0600 Subject: [PATCH 124/159] 17.12.0 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3ec5817..c9bc192 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /analitza-17.08.1.tar.xz /analitza-17.08.2.tar.xz /analitza-17.08.3.tar.xz +/analitza-17.12.0.tar.xz diff --git a/analitza.spec b/analitza.spec index 49ca1db..af09dbc 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 17.08.3 -Release: 2%{?dist} +Version: 17.12.0 +Release: 1%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Thu Dec 28 2017 Rex Dieter - 17.12.0-1 +- 17.12.0 + * Sun Nov 26 2017 Rex Dieter - 17.08.3-2 - rebuild (qt5) diff --git a/sources b/sources index 818954b..8e67506 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-17.08.3.tar.xz) = bc7f8b0d53ffd4fac7a24b457e4732c557589a55f0722e2fa24134563ba124dc89774f39c158d8b2bd5fedee7656f224b7e60b4f87c0246589b84f09d20e991f +SHA512 (analitza-17.12.0.tar.xz) = afcd93067f2d8a728f56f4e800d76d321fcb67a20327aa2c39116eb4f68cd74fc3320a49aae5ece16f0dfe1c13b4faf51db8eb3281d340faad8575f44d5dedc6 From 3a0f4e60f5ccf129f9a34c07fe70ee41abd4323e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 30 Dec 2017 21:32:41 -0600 Subject: [PATCH 125/159] rebuild (qt-5.10.0) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index af09dbc..2de99bd 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 17.12.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Sat Dec 30 2017 Rex Dieter - 17.12.0-2 +- rebuild (qt-5.10.0) + * Thu Dec 28 2017 Rex Dieter - 17.12.0-1 - 17.12.0 From b0920da690a4bf3a13add562ed2727bbb88e1c68 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 11 Jan 2018 13:37:38 -0600 Subject: [PATCH 126/159] 17.12.1 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9bc192..185f62e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /analitza-17.08.2.tar.xz /analitza-17.08.3.tar.xz /analitza-17.12.0.tar.xz +/analitza-17.12.1.tar.xz diff --git a/analitza.spec b/analitza.spec index 2de99bd..063673f 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 17.12.0 -Release: 2%{?dist} +Version: 17.12.1 +Release: 1%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Thu Jan 11 2018 Rex Dieter - 17.12.1-1 +- 17.12.1 + * Sat Dec 30 2017 Rex Dieter - 17.12.0-2 - rebuild (qt-5.10.0) diff --git a/sources b/sources index 8e67506..e1ddf99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-17.12.0.tar.xz) = afcd93067f2d8a728f56f4e800d76d321fcb67a20327aa2c39116eb4f68cd74fc3320a49aae5ece16f0dfe1c13b4faf51db8eb3281d340faad8575f44d5dedc6 +SHA512 (analitza-17.12.1.tar.xz) = e02fd9d107e898e1ad076568bea4893a6c82f8e2a9dfb7c5db031f750e8715318dd63a2f5ed6c8b1cf35ceb4634fde07f0e9a2d2e7af2366dde966372ec5a2a9 From ad4c7393e90bb206a6720518e88746bca0ead3bf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 25 Jan 2018 06:19:25 -0600 Subject: [PATCH 127/159] rebuild (qt5) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 063673f..fff8d4b 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 17.12.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Thu Jan 25 2018 Rex Dieter - 17.12.1-2 +- rebuild (qt5) + * Thu Jan 11 2018 Rex Dieter - 17.12.1-1 - 17.12.1 From 37e04058c203b4a0133cd5cfa94614fa91fd6a5a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Feb 2018 13:50:58 -0600 Subject: [PATCH 128/159] 17.12.2 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 185f62e..6a17d15 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /analitza-17.08.3.tar.xz /analitza-17.12.0.tar.xz /analitza-17.12.1.tar.xz +/analitza-17.12.2.tar.xz diff --git a/analitza.spec b/analitza.spec index fff8d4b..1e75d56 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 17.12.1 -Release: 2%{?dist} +Version: 17.12.2 +Release: 1%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Tue Feb 06 2018 Rex Dieter - 17.12.2-1 +- 17.12.2 + * Thu Jan 25 2018 Rex Dieter - 17.12.1-2 - rebuild (qt5) diff --git a/sources b/sources index e1ddf99..cd5cb9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-17.12.1.tar.xz) = e02fd9d107e898e1ad076568bea4893a6c82f8e2a9dfb7c5db031f750e8715318dd63a2f5ed6c8b1cf35ceb4634fde07f0e9a2d2e7af2366dde966372ec5a2a9 +SHA512 (analitza-17.12.2.tar.xz) = e326d397db3193492258f156cd71f63e4544abd9724b58769a1593ff57242b18de09291a433ea37658015bd57f75e430ed95bdf99d3863fccfc4b546a9686933 From 68d0f56cf28c5b4e81d2e429c79176518813af96 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 02:15:33 +0000 Subject: [PATCH 129/159] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_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 1e75d56..8f47c7d 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 17.12.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 17.12.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Tue Feb 06 2018 Rex Dieter - 17.12.2-1 - 17.12.2 From f19f233a960224c0f7357b3b251c6d6d01b75499 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 14 Feb 2018 09:53:31 +0100 Subject: [PATCH 130/159] rebuild (qt5) --- analitza.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/analitza.spec b/analitza.spec index 8f47c7d..2319726 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 17.12.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -40,7 +40,7 @@ BuildRequires: xorg-x11-server-Xvfb Conflicts: kalgebra < 4.7.80 Obsoletes: kalgebra-libs < 4.7.80 -Provides: kalgebra-libs = %{version}-%{release} +Provides: kalgebra-libs = %{version}-%{release} %description %{summary}. @@ -53,7 +53,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep -%setup -q +%setup -q %build @@ -104,6 +104,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Wed Feb 14 2018 Jan Grulich - 17.12.2-3 +- rebuild (qt5) + * Wed Feb 07 2018 Fedora Release Engineering - 17.12.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -417,5 +420,5 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: - BR: readline-devel * Fri Nov 25 2011 Rex Dieter 4.7.80-1 -- first try +- first try From a48f8dd2784cbbe5279ce487dde3a09c58b84374 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Mar 2018 11:50:27 -0600 Subject: [PATCH 131/159] 17.12.3 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6a17d15..101c88a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /analitza-17.12.0.tar.xz /analitza-17.12.1.tar.xz /analitza-17.12.2.tar.xz +/analitza-17.12.3.tar.xz diff --git a/analitza.spec b/analitza.spec index 2319726..c7a2cd2 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 17.12.2 -Release: 3%{?dist} +Version: 17.12.3 +Release: 1%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -104,6 +104,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Tue Mar 06 2018 Rex Dieter - 17.12.3-1 +- 17.12.3 + * Wed Feb 14 2018 Jan Grulich - 17.12.2-3 - rebuild (qt5) diff --git a/sources b/sources index cd5cb9f..eb55aba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-17.12.2.tar.xz) = e326d397db3193492258f156cd71f63e4544abd9724b58769a1593ff57242b18de09291a433ea37658015bd57f75e430ed95bdf99d3863fccfc4b546a9686933 +SHA512 (analitza-17.12.3.tar.xz) = 31d461e09736b4109b6d0af37e4ff1af075963566b0363b7801849bea83b411a53a8498d6c7b55778636e7bd22c120e46dd99dfa74d841532269044449f7621b From e6e6a95167d5c97b5bccce53aa815f15cde5c9dc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Apr 2018 21:43:44 -0500 Subject: [PATCH 132/159] 18.03.90 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 101c88a..2a213b4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /analitza-17.12.1.tar.xz /analitza-17.12.2.tar.xz /analitza-17.12.3.tar.xz +/analitza-18.03.90.tar.xz diff --git a/analitza.spec b/analitza.spec index c7a2cd2..7a2c819 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 17.12.3 +Version: 18.03.90 Release: 1%{?dist} License: GPLv2+ @@ -104,6 +104,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Mon Apr 09 2018 Rex Dieter - 18.03.90-1 +- 18.03.90 + * Tue Mar 06 2018 Rex Dieter - 17.12.3-1 - 17.12.3 diff --git a/sources b/sources index eb55aba..5034e80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-17.12.3.tar.xz) = 31d461e09736b4109b6d0af37e4ff1af075963566b0363b7801849bea83b411a53a8498d6c7b55778636e7bd22c120e46dd99dfa74d841532269044449f7621b +SHA512 (analitza-18.03.90.tar.xz) = 6fdfac52599a8e0fc3355df2cafb34d1fbb075b730080b9e22b5e5cfe05056dcb47b7568e6934e75cbb98dc48faf29284524d5d70a9959ee98450fb2efdc5b57 From bc9a054ea2689662523b863c698303b87cf8a38d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Apr 2018 14:58:47 -0500 Subject: [PATCH 133/159] fix build, .spec polish --- .gitignore | 16 ---------------- analitza.spec | 13 ++++++------- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 2a213b4..2be5ee3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1 @@ -/analitza-16.07.80.tar.xz -/analitza-16.07.90.tar.xz -/analitza-16.08.0.tar.xz -/analitza-16.08.1.tar.xz -/analitza-16.08.2.tar.xz -/analitza-16.08.3.tar.xz -/analitza-16.12.1.tar.xz -/analitza-16.12.2.tar.xz -/analitza-16.12.3.tar.xz -/analitza-17.08.1.tar.xz -/analitza-17.08.2.tar.xz -/analitza-17.08.3.tar.xz -/analitza-17.12.0.tar.xz -/analitza-17.12.1.tar.xz -/analitza-17.12.2.tar.xz -/analitza-17.12.3.tar.xz /analitza-18.03.90.tar.xz diff --git a/analitza.spec b/analitza.spec index 7a2c819..717ed84 100644 --- a/analitza.spec +++ b/analitza.spec @@ -63,13 +63,13 @@ pushd %{_target_platform} %{?tests:-DBUILD_TESTING:BOOL=ON} popd -make %{?_smp_mflags} -C %{_target_platform} +%make_build -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%find_lang %{name} --all-name --with-html --with-qt +%find_lang_kf5 analitza_qt %check @@ -80,12 +80,11 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %endif -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets -%files -f %{name}.lang -%doc TODO -%license COPYING +%files -f analitza_qt.lang +#doc TODO +#license COPYING %dir %{_datadir}/libanalitza/ %{_datadir}/libanalitza/plots/ %{_kf5_libdir}/libAnalitza.so.8* From 2e5e62ec923db3633c186cbe670f8ce4f9fc4162 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Apr 2018 15:01:47 -0500 Subject: [PATCH 134/159] Release++, changelog --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 717ed84..c2a7825 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 18.03.90 -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 +* Thu Apr 12 2018 Rex Dieter - 18.03.90-2 +- .spec cleanup/polish + * Mon Apr 09 2018 Rex Dieter - 18.03.90-1 - 18.03.90 From dc65deecf04e46b4c519035f2ba29d764f086b43 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 Apr 2018 09:27:05 -0500 Subject: [PATCH 135/159] 18.04.0 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2be5ee3..88752a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /analitza-18.03.90.tar.xz +/analitza-18.04.0.tar.xz diff --git a/analitza.spec b/analitza.spec index c2a7825..b6b74a7 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 18.03.90 -Release: 2%{?dist} +Version: 18.04.0 +Release: 1%{?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 +* Fri Apr 13 2018 Rex Dieter - 18.04.0-1 +- 18.04.0 + * Thu Apr 12 2018 Rex Dieter - 18.03.90-2 - .spec cleanup/polish diff --git a/sources b/sources index 5034e80..e77346b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-18.03.90.tar.xz) = 6fdfac52599a8e0fc3355df2cafb34d1fbb075b730080b9e22b5e5cfe05056dcb47b7568e6934e75cbb98dc48faf29284524d5d70a9959ee98450fb2efdc5b57 +SHA512 (analitza-18.04.0.tar.xz) = 3920429a1a04902232ecc7e3f91fa7239ea04fb4063210c9a6875fc129bd89d5c00d0ee3e1f99133572f607f34560277b882a1e7337bf816044842bc39b4c0ad From 5557583e2a199d706a095784b3a135d54750e291 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 May 2018 12:47:34 -0500 Subject: [PATCH 136/159] 18.04.1 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 88752a0..75d80a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /analitza-18.03.90.tar.xz /analitza-18.04.0.tar.xz +/analitza-18.04.1.tar.xz diff --git a/analitza.spec b/analitza.spec index b6b74a7..5783d61 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 18.04.0 +Version: 18.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 08 2018 Rex Dieter - 18.04.1-1 +- 18.04.1 + * Fri Apr 13 2018 Rex Dieter - 18.04.0-1 - 18.04.0 diff --git a/sources b/sources index e77346b..74dc908 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-18.04.0.tar.xz) = 3920429a1a04902232ecc7e3f91fa7239ea04fb4063210c9a6875fc129bd89d5c00d0ee3e1f99133572f607f34560277b882a1e7337bf816044842bc39b4c0ad +SHA512 (analitza-18.04.1.tar.xz) = 76547578bf2ac88123ba70ff8f35643cf17c14acf72b720f1dee9cd73f4033741cc99157ec1284cd3ae8d60162a40b202c3bbe3d3f3f6ba22090deb0449b7c11 From d8d4edcec71f527db38a138493a65ea7e9d6133c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 27 May 2018 15:45:33 -0500 Subject: [PATCH 137/159] rebuild (qt5) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 5783d61..8d7031c 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 18.04.1 -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 May 27 2018 Rex Dieter - 18.04.1-2 +- rebuild (qt5) + * Tue May 08 2018 Rex Dieter - 18.04.1-1 - 18.04.1 From 546154236506583219f862670767e801fed22250 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 6 Jun 2018 12:19:05 -0500 Subject: [PATCH 138/159] 18.04.2 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 75d80a3..be53db1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /analitza-18.03.90.tar.xz /analitza-18.04.0.tar.xz /analitza-18.04.1.tar.xz +/analitza-18.04.2.tar.xz diff --git a/analitza.spec b/analitza.spec index 8d7031c..4f70a55 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 18.04.1 -Release: 2%{?dist} +Version: 18.04.2 +Release: 1%{?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 +* Wed Jun 06 2018 Rex Dieter - 18.04.2-1 +- 18.04.2 + * Sun May 27 2018 Rex Dieter - 18.04.1-2 - rebuild (qt5) diff --git a/sources b/sources index 74dc908..037d055 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-18.04.1.tar.xz) = 76547578bf2ac88123ba70ff8f35643cf17c14acf72b720f1dee9cd73f4033741cc99157ec1284cd3ae8d60162a40b202c3bbe3d3f3f6ba22090deb0449b7c11 +SHA512 (analitza-18.04.2.tar.xz) = 7c25af38e250e0edaefa85870c6bcb0c3c6e7173eed92d172d121edf94eb9a131ef1d7d9a98b40931592ae9bfad1fb97e730e48ab57d98009ac9661647f4801b From 20e8913c15d6b80fdd4efadd73590598f41fc1ab Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 21 Jun 2018 07:50:57 -0500 Subject: [PATCH 139/159] rebuild (qt5) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 4f70a55..15e7127 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 18.04.2 -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 +* Thu Jun 21 2018 Rex Dieter - 18.04.2-2 +- rebuild (qt5) + * Wed Jun 06 2018 Rex Dieter - 18.04.2-1 - 18.04.2 From 9961c5f16a9d7b99f664992b8f5d5708e9aea4f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 20:13:07 +0000 Subject: [PATCH 140/159] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_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 15e7127..ffa51e0 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 18.04.2 -Release: 2%{?dist} +Release: 3%{?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 +* Thu Jul 12 2018 Fedora Release Engineering - 18.04.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Jun 21 2018 Rex Dieter - 18.04.2-2 - rebuild (qt5) From 7d6727d32002d8cd2626798cc3ef872266b1644c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Jul 2018 15:27:57 -0500 Subject: [PATCH 141/159] 18.04.3 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index be53db1..7e016f9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /analitza-18.04.0.tar.xz /analitza-18.04.1.tar.xz /analitza-18.04.2.tar.xz +/analitza-18.04.3.tar.xz diff --git a/analitza.spec b/analitza.spec index ffa51e0..e741e05 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 18.04.2 -Release: 3%{?dist} +Version: 18.04.3 +Release: 1%{?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 +* Thu Jul 12 2018 Rex Dieter - 18.04.3-1 +- 18.04.3 + * Thu Jul 12 2018 Fedora Release Engineering - 18.04.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 037d055..0508514 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-18.04.2.tar.xz) = 7c25af38e250e0edaefa85870c6bcb0c3c6e7173eed92d172d121edf94eb9a131ef1d7d9a98b40931592ae9bfad1fb97e730e48ab57d98009ac9661647f4801b +SHA512 (analitza-18.04.3.tar.xz) = 1eabdba287830723ad6d6c30299c6bebe902a5d0236c70c0435a9abb83442604010fdea064e91a023e7fc8a85e32c6ffc83dc9ae31d287cc71a828cd77dd83e9 From 6ffac234420b48f85184eed33a44c4ce142b07fa Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 22 Aug 2018 09:33:29 -0500 Subject: [PATCH 142/159] rebuild --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index e741e05..b62e416 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 18.04.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 +* Wed Aug 22 2018 Rex Dieter - 18.04.3-2 +- rebuild + * Thu Jul 12 2018 Rex Dieter - 18.04.3-1 - 18.04.3 From ce8e40e85ba7d573f2a0a71715c5a8f9023d1a42 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 16 Sep 2018 08:50:24 -0500 Subject: [PATCH 143/159] 18.08.1 --- .gitignore | 1 + analitza.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7e016f9..079adaa 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /analitza-18.04.1.tar.xz /analitza-18.04.2.tar.xz /analitza-18.04.3.tar.xz +/analitza-18.08.1.tar.xz diff --git a/analitza.spec b/analitza.spec index b62e416..f8c964e 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 18.04.3 -Release: 2%{?dist} +Version: 18.08.1 +Release: 1%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -84,7 +84,7 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %files -f analitza_qt.lang #doc TODO -#license COPYING +%license COPYING* %dir %{_datadir}/libanalitza/ %{_datadir}/libanalitza/plots/ %{_kf5_libdir}/libAnalitza.so.8* @@ -103,6 +103,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Sun Sep 16 2018 Rex Dieter - 18.08.1-1 +- 18.08.1 + * Wed Aug 22 2018 Rex Dieter - 18.04.3-2 - rebuild diff --git a/sources b/sources index 0508514..9b607a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-18.04.3.tar.xz) = 1eabdba287830723ad6d6c30299c6bebe902a5d0236c70c0435a9abb83442604010fdea064e91a023e7fc8a85e32c6ffc83dc9ae31d287cc71a828cd77dd83e9 +SHA512 (analitza-18.08.1.tar.xz) = b04415ad46919a6c5e53a86218597d25648092058f8029947bf09cb9f0bd174314b76951d998bedf0ecc6e543ead91e14ec752c4a673c567a02ae7badc1450fc From 336005a7a2d62c1183c377c3c7bafbcf0f773b50 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 21 Sep 2018 18:44:02 +0200 Subject: [PATCH 144/159] rebuild (qt5) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index f8c964e..f918559 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 18.08.1 -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 +* Fri Sep 21 2018 Jan Grulich - 18.08.1-2 +- rebuild (qt5) + * Sun Sep 16 2018 Rex Dieter - 18.08.1-1 - 18.08.1 From 0ac2815b9ae727905aff7365bf47ab463757f33b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 11:12:53 -0500 Subject: [PATCH 145/159] 18.08.2 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 079adaa..7325916 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /analitza-18.04.2.tar.xz /analitza-18.04.3.tar.xz /analitza-18.08.1.tar.xz +/analitza-18.08.2.tar.xz diff --git a/analitza.spec b/analitza.spec index f918559..d2a5435 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 18.08.1 -Release: 2%{?dist} +Version: 18.08.2 +Release: 1%{?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 +* Wed Oct 10 2018 Rex Dieter - 18.08.2-1 +- 18.08.2 + * Fri Sep 21 2018 Jan Grulich - 18.08.1-2 - rebuild (qt5) diff --git a/sources b/sources index 9b607a4..4a0e55e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-18.08.1.tar.xz) = b04415ad46919a6c5e53a86218597d25648092058f8029947bf09cb9f0bd174314b76951d998bedf0ecc6e543ead91e14ec752c4a673c567a02ae7badc1450fc +SHA512 (analitza-18.08.2.tar.xz) = 7c90f8d738ed6ace4555580e2e29b6bdf3d291a8908b13b294f698811fa5a1c3cd414cab8c0bced3a59083cccc5bfecab5622a446df8572b1b974f6dc8938fed From 0303838c02eea2ec91ac506717a1bf33b8c4bd4a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Nov 2018 09:54:15 -0600 Subject: [PATCH 146/159] 18.08.3 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7325916..f9cf67a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /analitza-18.04.3.tar.xz /analitza-18.08.1.tar.xz /analitza-18.08.2.tar.xz +/analitza-18.08.3.tar.xz diff --git a/analitza.spec b/analitza.spec index d2a5435..afb2e94 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 18.08.2 +Version: 18.08.3 Release: 1%{?dist} License: GPLv2+ @@ -103,6 +103,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Tue Nov 06 2018 Rex Dieter - 18.08.3-1 +- 18.08.3 + * Wed Oct 10 2018 Rex Dieter - 18.08.2-1 - 18.08.2 diff --git a/sources b/sources index 4a0e55e..10e0671 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-18.08.2.tar.xz) = 7c90f8d738ed6ace4555580e2e29b6bdf3d291a8908b13b294f698811fa5a1c3cd414cab8c0bced3a59083cccc5bfecab5622a446df8572b1b974f6dc8938fed +SHA512 (analitza-18.08.3.tar.xz) = d511878b34ce8c84a9b637bd095f89f274c13d9bf5f38c5ae9162b576e3639affa4d1c66b30cce403b4d8852705df040c8ad27a8163a4942d420321f43fd8a18 From 90c542ba2636bcc6d73309b27cc001ac0a734644 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 11 Dec 2018 09:44:48 -0600 Subject: [PATCH 147/159] rebuild (qt5) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index afb2e94..eb3770f 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 18.08.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 +* Tue Dec 11 2018 Rex Dieter - 18.08.3-2 +- rebuild (qt5) + * Tue Nov 06 2018 Rex Dieter - 18.08.3-1 - 18.08.3 From 2c53b6ad77dcf33653c86ccefc1f1b314339425f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 15 Dec 2018 08:50:21 -0600 Subject: [PATCH 148/159] 18.12.0 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f9cf67a..fba1949 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /analitza-18.08.1.tar.xz /analitza-18.08.2.tar.xz /analitza-18.08.3.tar.xz +/analitza-18.12.0.tar.xz diff --git a/analitza.spec b/analitza.spec index eb3770f..54e01f2 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 18.08.3 -Release: 2%{?dist} +Version: 18.12.0 +Release: 1%{?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 +* Sat Dec 15 2018 Rex Dieter - 18.12.0-1 +- 18.12.0 + * Tue Dec 11 2018 Rex Dieter - 18.08.3-2 - rebuild (qt5) diff --git a/sources b/sources index 10e0671..47e699f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-18.08.3.tar.xz) = d511878b34ce8c84a9b637bd095f89f274c13d9bf5f38c5ae9162b576e3639affa4d1c66b30cce403b4d8852705df040c8ad27a8163a4942d420321f43fd8a18 +SHA512 (analitza-18.12.0.tar.xz) = 552f391db2482cf3698d6087721ad399db14a86412eb607278112e36b0c6c5770daae34282aaae3e70ca48ea03d600a4bb42f46df75b6302407cf38a89684f75 From da37addaa947308a8fd684c15a3e9aef9869ad2a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 18 Dec 2018 14:00:40 -0600 Subject: [PATCH 149/159] rebuild --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 54e01f2..e2206ce 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 18.12.0 -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 +* Tue Dec 18 2018 Rex Dieter - 18.12.0-2 +- rebuild + * Sat Dec 15 2018 Rex Dieter - 18.12.0-1 - 18.12.0 From 09dd549b2d707388cda4e3c7cd3dd1b899a84827 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 24 Dec 2018 10:35:59 -0600 Subject: [PATCH 150/159] branch rebuild (qt5) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index b62e416..dd6f115 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 18.04.3 -Release: 2%{?dist} +Release: 3%{?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 +* Mon Dec 24 2018 Rex Dieter - 18.04.3-3 +- branch rebuild (qt5) + * Wed Aug 22 2018 Rex Dieter - 18.04.3-2 - rebuild From c7647ab3d91c8b73fab82600fe84fa147fa7734e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jan 2019 13:12:16 -0600 Subject: [PATCH 151/159] 18.12.1 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fba1949..62af8dc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /analitza-18.08.2.tar.xz /analitza-18.08.3.tar.xz /analitza-18.12.0.tar.xz +/analitza-18.12.1.tar.xz diff --git a/analitza.spec b/analitza.spec index e2206ce..eef4615 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 18.12.0 -Release: 2%{?dist} +Version: 18.12.1 +Release: 1%{?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 +* Tue Jan 08 2019 Rex Dieter - 18.12.1-1 +- 18.12.1 + * Tue Dec 18 2018 Rex Dieter - 18.12.0-2 - rebuild diff --git a/sources b/sources index 47e699f..d884a53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-18.12.0.tar.xz) = 552f391db2482cf3698d6087721ad399db14a86412eb607278112e36b0c6c5770daae34282aaae3e70ca48ea03d600a4bb42f46df75b6302407cf38a89684f75 +SHA512 (analitza-18.12.1.tar.xz) = ae308f8a88198107e159e23ed8c825ef28ffd9486e2dcc7700dce8f66d8bb0e49e392305980720d22a511d5690b62df146fd59b8bbfe7c8b4e83cd32f8a27adb From e4a4fcc48d3cc084d4547300bd215e42068d5b06 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 17 Jan 2019 10:34:53 -0600 Subject: [PATCH 152/159] Revert "branch rebuild (qt5)" This reverts commit 09dd549b2d707388cda4e3c7cd3dd1b899a84827. --- analitza.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/analitza.spec b/analitza.spec index dd6f115..b62e416 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 18.04.3 -Release: 3%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -103,9 +103,6 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog -* Mon Dec 24 2018 Rex Dieter - 18.04.3-3 -- branch rebuild (qt5) - * Wed Aug 22 2018 Rex Dieter - 18.04.3-2 - rebuild From 8d70e6f7e90daedfd533992a1256fa66370c0401 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 13:18:15 +0000 Subject: [PATCH 153/159] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_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 eef4615..4777911 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 18.12.1 -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 +* Thu Jan 31 2019 Fedora Release Engineering - 18.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Jan 08 2019 Rex Dieter - 18.12.1-1 - 18.12.1 From 4626f47d75637364c5b951b9e16df37c7704d475 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Feb 2019 12:49:51 -0600 Subject: [PATCH 154/159] 18.12.2 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 62af8dc..625f0de 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /analitza-18.08.3.tar.xz /analitza-18.12.0.tar.xz /analitza-18.12.1.tar.xz +/analitza-18.12.2.tar.xz diff --git a/analitza.spec b/analitza.spec index 4777911..35c6a1f 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 18.12.1 -Release: 2%{?dist} +Version: 18.12.2 +Release: 1%{?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 +* Tue Feb 05 2019 Rex Dieter - 18.12.2-1 +- 18.12.2 + * Thu Jan 31 2019 Fedora Release Engineering - 18.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index d884a53..60770fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-18.12.1.tar.xz) = ae308f8a88198107e159e23ed8c825ef28ffd9486e2dcc7700dce8f66d8bb0e49e392305980720d22a511d5690b62df146fd59b8bbfe7c8b4e83cd32f8a27adb +SHA512 (analitza-18.12.2.tar.xz) = d4ebc69885b091652c69aed34a940baae15e0b379645af3f0c0669336b74204b63d9122ef7ee8bdd3e27e28c2d6a0007bebb4d524b1b4aea047c8a8f863afa06 From 91706e9bb50541386826cca3510fb8bc6661ab9b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 3 Mar 2019 15:25:34 -0600 Subject: [PATCH 155/159] rebuild (qt5) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index 35c6a1f..5fa5d4b 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 18.12.2 -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 Mar 03 2019 Rex Dieter - 18.12.2-2 +- rebuild (qt5) + * Tue Feb 05 2019 Rex Dieter - 18.12.2-1 - 18.12.2 From a84ab147f922f53812e2a6ff8320dea05c7083e7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Mar 2019 08:22:47 -0600 Subject: [PATCH 156/159] 18.12.3 --- .gitignore | 1 + analitza.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 625f0de..a28e715 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /analitza-18.12.0.tar.xz /analitza-18.12.1.tar.xz /analitza-18.12.2.tar.xz +/analitza-18.12.3.tar.xz diff --git a/analitza.spec b/analitza.spec index 5fa5d4b..c96f63c 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,8 +8,8 @@ Name: analitza Summary: Library of mathematical features -Version: 18.12.2 -Release: 2%{?dist} +Version: 18.12.3 +Release: 1%{?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 +* Fri Mar 08 2019 Rex Dieter - 18.12.3-1 +- 18.12.3 + * Sun Mar 03 2019 Rex Dieter - 18.12.2-2 - rebuild (qt5) diff --git a/sources b/sources index 60770fa..6fec339 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-18.12.2.tar.xz) = d4ebc69885b091652c69aed34a940baae15e0b379645af3f0c0669336b74204b63d9122ef7ee8bdd3e27e28c2d6a0007bebb4d524b1b4aea047c8a8f863afa06 +SHA512 (analitza-18.12.3.tar.xz) = d20ac4ce1a9ed5737d6e29f92f86c081cbdded829055d4d077832bdeadd00afa736ee4c6c99a8d7de242d6d8b5165368f6ca05cc9c623a9533b2cf3deedb33a9 From 7c34581f2433bb4864664dca6040eaec8bdf2da3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 May 2019 15:44:27 -0500 Subject: [PATCH 157/159] 19.04.1 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a28e715..facbb96 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /analitza-18.12.1.tar.xz /analitza-18.12.2.tar.xz /analitza-18.12.3.tar.xz +/analitza-19.04.1.tar.xz diff --git a/analitza.spec b/analitza.spec index c96f63c..e54da06 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 18.12.3 +Version: 19.04.1 Release: 1%{?dist} License: GPLv2+ @@ -103,6 +103,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Fri May 10 2019 Rex Dieter - 19.04.1-1 +- 19.04.1 + * Fri Mar 08 2019 Rex Dieter - 18.12.3-1 - 18.12.3 diff --git a/sources b/sources index 6fec339..86e2e98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-18.12.3.tar.xz) = d20ac4ce1a9ed5737d6e29f92f86c081cbdded829055d4d077832bdeadd00afa736ee4c6c99a8d7de242d6d8b5165368f6ca05cc9c623a9533b2cf3deedb33a9 +SHA512 (analitza-19.04.1.tar.xz) = c0ba20b6776dbf40bdf3a30231a6230f2b5ec0aa632235b09353a30f9f9f8b38da703c58736ee943239d0541b149100be2eaf924d8f435a4367a1e3072720a3b From c84bf1beb1151567394f683f2a4a719bede63e67 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Jun 2019 08:33:49 -0500 Subject: [PATCH 158/159] 19.04.2 --- .gitignore | 1 + analitza.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index facbb96..10fca20 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /analitza-18.12.2.tar.xz /analitza-18.12.3.tar.xz /analitza-19.04.1.tar.xz +/analitza-19.04.2.tar.xz diff --git a/analitza.spec b/analitza.spec index e54da06..f939ba6 100644 --- a/analitza.spec +++ b/analitza.spec @@ -8,7 +8,7 @@ Name: analitza Summary: Library of mathematical features -Version: 19.04.1 +Version: 19.04.2 Release: 1%{?dist} License: GPLv2+ @@ -103,6 +103,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* Tue Jun 04 2019 Rex Dieter - 19.04.2-1 +- 19.04.2 + * Fri May 10 2019 Rex Dieter - 19.04.1-1 - 19.04.1 diff --git a/sources b/sources index 86e2e98..5b50691 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-19.04.1.tar.xz) = c0ba20b6776dbf40bdf3a30231a6230f2b5ec0aa632235b09353a30f9f9f8b38da703c58736ee943239d0541b149100be2eaf924d8f435a4367a1e3072720a3b +SHA512 (analitza-19.04.2.tar.xz) = 208df8b0c1a47dcddfa5dc19cab96d4686b8ead8c674ad246819e3920bde4ae41ab26b656322e99996de5bc393bf9952223663e6b5f72929bd2a1619524d6c79 From eba260b5efbe4d3c5dd014503ba4ae4d43c41064 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 17 Jun 2019 09:26:22 +0200 Subject: [PATCH 159/159] rebuild (qt5) --- analitza.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/analitza.spec b/analitza.spec index f939ba6..7a79f83 100644 --- a/analitza.spec +++ b/analitza.spec @@ -9,7 +9,7 @@ Name: analitza Summary: Library of mathematical features Version: 19.04.2 -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 +* Mon Jun 17 2019 Jan Grulich - 19.04.2-2 +- rebuild (qt5) + * Tue Jun 04 2019 Rex Dieter - 19.04.2-1 - 19.04.2