[calc/f20] Yet more sample scripts + minor other changes, including ctype-like builtins. Also .cal scripts are

Matthew Miller mattdm at fedoraproject.org
Mon Sep 2 22:33:15 UTC 2013


commit 59c49968bbad587398c61d67f8a2f1d289ef7b6d
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Mon Sep 2 18:32:51 2013 -0400

    Yet more sample scripts + minor other changes, including ctype-like builtins. Also .cal scripts are not linked, so leave those LGPL,
    
    bz #959898. Also, happy Labor Day.

 .gitignore |    1 +
 calc.spec  |    9 +++++++--
 sources    |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ff26b2a..b426ffd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ clog
 /calc-2.12.4.7.tar.bz2
 /calc-2.12.4.8.tar.bz2
 /calc-2.12.4.10.tar.bz2
+/calc-2.12.4.12.tar.bz2
diff --git a/calc.spec b/calc.spec
index fb64484..b4baccd 100644
--- a/calc.spec
+++ b/calc.spec
@@ -15,7 +15,7 @@ License:       LGPLv2
 %endif
 
 Name:          calc
-Version:       2.12.4.10
+Version:       2.12.4.12
 Release:       1%{?dist}
 Summary:       Arbitrary precision arithmetic system and calculator
 
@@ -84,7 +84,7 @@ useful in themselves.
 %setup -q
 
 %if %{with_readline}
-  for f in help.c version.c calc.man cal/* $( ls help/*|grep  '^help/credit$' ) ; do
+  for f in help.c version.c calc.man $( ls help/*|grep  '^help/credit$' ) ; do
     sed -i -e's/version 2.1 \(.*GNU\)/version 2 \1/;s/COPYING.LGPL/COPYING-GPL/;s/copying.lgpl/copying-gpl/;s/GNU LGPL/GNU GPL/;s/GNU Lesser General/GNU General/' $f
   done
   cp -p %{SOURCE1} COPYING
@@ -232,6 +232,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Sep 02 2013 Matthew Miller <mattdm at fedoraproject.org> - 2.14.4.12-1
+- yet more sample scripts + minor other changes, including ctype-like builtins
+- .cal scripts are not linked, so leave those LGPL
+- bz #959898. Also, happy Labor Day.
+
 * Sun Aug 11 2013 Matthew Miller <mattdm at fedoraproject.org> - 2.14.4.10-1
 - upstream includes more sample scripts + minor other changes
 
diff --git a/sources b/sources
index ae3ea36..9b615b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85510a6c41fd29de4f0d64ed8b0b3fe0  calc-2.12.4.10.tar.bz2
+5ee02df4f4c730745b0df756e912a13c  calc-2.12.4.12.tar.bz2


More information about the scm-commits mailing list