[analitza] 4.13.97

Rex Dieter rdieter at fedoraproject.org
Tue Aug 5 13:12:03 UTC 2014


commit 568b665e308f136726b83cf722fca124979c6207
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Aug 5 08:12:00 2014 -0500

    4.13.97

 .gitignore                                         |    9 +--------
 ...patch => analitza-4.13.97-opengl_optional.patch |   16 ++++++++--------
 analitza.spec                                      |    7 +++++--
 sources                                            |    2 +-
 4 files changed, 15 insertions(+), 19 deletions(-)
---
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 <rdieter at fedoraproject.org> - 4.13.97-1
+- 4.13.97
+
 * Mon Jul 14 2014 Rex Dieter <rdieter at fedoraproject.org> - 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


More information about the scm-commits mailing list