[packages/jacal] - updated to 1c7 - removed obsolete texinfo patch

qboosh qboosh at pld-linux.org
Fri Mar 27 22:30:40 CET 2020


commit 12f0de249282282279b3975a223af5327b8fca3b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Mar 27 22:31:53 2020 +0100

    - updated to 1c7
    - removed obsolete texinfo patch

 jacal-texinfo.patch | 72 -----------------------------------------------------
 jacal.spec          |  8 +++---
 2 files changed, 3 insertions(+), 77 deletions(-)
---
diff --git a/jacal.spec b/jacal.spec
index 23e871b..9475456 100644
--- a/jacal.spec
+++ b/jacal.spec
@@ -1,14 +1,13 @@
 Summary:	Jacal - symbolic mathematics system written in Scheme
 Summary(pl.UTF-8):	Jacal - system matematyki symbolicznej napisany w Scheme
 Name:		jacal
-Version:	1c4
+Version:	1c7
 Release:	1
 License:	GPL v3+
 Group:		Development/Languages/Scheme
 Source0:	http://groups.csail.mit.edu/mac/ftpdir/scm/%{name}-%{version}.zip
-# Source0-md5:	58e03bd4292a02744728e6f68f48bb41
+# Source0-md5:	72d6bb0f029e436407b67a662729e38b
 Patch0:		%{name}-info.patch
-Patch1:		%{name}-texinfo.patch
 URL:		http://people.csail.mit.edu/jaffer/JACAL
 BuildRequires:	slib
 BuildRequires:	texinfo
@@ -27,11 +26,10 @@ programowania Scheme.
 %prep
 %setup -q -n jacal
 %patch0 -p1
-%patch1 -p1
 
 %build
 # not autoconf-generated
-./configure \
+sh ./configure \
 	--prefix=%{_prefix} \
 	--libdir=%{_libdir}
 
diff --git a/jacal-texinfo.patch b/jacal-texinfo.patch
deleted file mode 100644
index 4cf5684..0000000
--- a/jacal-texinfo.patch
+++ /dev/null
@@ -1,72 +0,0 @@
---- jacal/jacal.texi.orig	2014-04-21 10:03:14.795931395 +0200
-+++ jacal/jacal.texi	2014-04-21 10:06:35.049260552 +0200
-@@ -675,8 +675,9 @@
- e1: ---------
-         a
- @end example
-+ at end deffn
- 
-- at deffnx Command suchthat var exp
-+ at deffn Command suchthat var exp
- 
- If an expression rather than an equation is given to @code{suchthat}, it
- is as though the equation @code{@var{exp}=0} was given.
-@@ -688,8 +689,9 @@
- e2: ---------
-         a
- @end example
-+ at end deffn
- 
-- at deffnx Operator | var exp_or_eqn
-+ at deffn Operator | var exp_or_eqn
- 
- An alternative infix notation is also available for @code{suchthat}.
- 
-@@ -857,8 +859,9 @@
- 
- Returns the degree of polynomial or equation @var{poly} in variable
- @var{var}.
-+ at end deffn
- 
-- at deffnx Operator degree poly
-+ at deffn Operator degree poly
- 
- Returns the total-degree, the degree of its highest degree monomial,
- of polynomial or equation @var{poly}.
-@@ -1016,10 +1019,12 @@
- Returns @var{poly1} reduced with respect to @var{poly2} (or @var{eqn})
- and @var{var}.  If @var{poly2} is univariate, the third argument is not
- needed.
-+ at end deffn
- 
-- at deffnx Command mod poly1 n
-+ at deffn Command mod poly1 n
- Returns @var{poly1} with all the coefficients taken modulo @var{n}.
-- at deffnx Command mod poly1
-+ at end deffn
-+ at deffn Command mod poly1
- Returns @var{poly1} with all the coefficients taken modulo the
- current modulus.
- 
-@@ -1220,8 +1225,9 @@
- e1: -1 2  3 5
- @end group
- @end example
-+ at end deffn
- 
-- at deffnx Command factor polyratio
-+ at deffn Command factor polyratio
- Given a univariate ratio of polynomials @var{polyratio}, returns a
- matrix of factors and exponents.
- 
-@@ -2464,8 +2470,9 @@
- If you do not wish to return to Jacal but really want to terminate the
- session and return to the operating system, then after typing
- @code{qed();}, type @code{(slib:exit)} or use @code{quit}.
-+ at end deffn
- 
-- at deffnx Command quit
-+ at deffn Command quit
- Exit directly from Jacal to the operating system.  You will not be able
- to continue your Jacal session.
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jacal.git/commitdiff/12f0de249282282279b3975a223af5327b8fca3b



More information about the pld-cvs-commit mailing list