From c5ad7373bfb8c85aa7e4064358209f604e0dfd1e Mon Sep 17 00:00:00 2001 From: terjeros Date: Jun 17 2010 20:45:57 +0000 Subject: - 15.1.3 --- diff --git a/.cvsignore b/.cvsignore index 6d1fdf7..020dda8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mathomatic-15.0.7.tar.bz2 +mathomatic-15.1.3.tar.bz2 diff --git a/mathomatic-15.0.7-optflags.patch b/mathomatic-15.0.7-optflags.patch deleted file mode 100644 index 9689902..0000000 --- a/mathomatic-15.0.7-optflags.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- mathomatic-15.0.7/makefile~ 2010-04-03 15:50:46.000000000 +0200 -+++ mathomatic-15.0.7/makefile 2010-04-29 13:05:01.000000000 +0200 -@@ -8,7 +8,8 @@ - CC ?= gcc - INSTALL ?= install - --CFLAGS += -Wall -Wshadow -Wno-char-subscripts # gcc specific flags; can be removed -+OPTFLAGS += -Wall -Wshadow -Wno-char-subscripts # gcc specific flags; can be removed -+CFLAGS += $(OPTFLAGS) - #CFLAGS += -fomit-frame-pointer # Uncomment this line to optimize further with gcc. - CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\" - CFLAGS += -D__C99FEATURES__ # for a successful compile under Solaris diff --git a/mathomatic.spec b/mathomatic.spec index 311cf26..d4dd1b2 100644 --- a/mathomatic.spec +++ b/mathomatic.spec @@ -1,12 +1,11 @@ Summary: Small, portable symbolic math program Name: mathomatic -Version: 15.0.7 +Version: 15.1.3 Release: 1%{?dist} License: LGPLv2 Group: Applications/Engineering URL: http://www.mathomatic.org/ Source0: http://www.panix.com/~gesslein/%{name}-%{version}.tar.bz2 -Patch0: mathomatic-15.0.7-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils readline-devel @@ -31,7 +30,6 @@ This package contains small math tools from mathomatic to %prep %setup -q -%patch0 -p1 %build %{__make} %{?_smp_mflags} OPTFLAGS="%{optflags}" READLINE=1 prefix=%{_prefix} @@ -68,11 +66,13 @@ pushd primes %files tools %defattr(-, root, root, -) +%{_bindir}/matho-sum %{_bindir}/matho-mult %{_bindir}/matho-pascal %{_bindir}/matho-primes %{_bindir}/matho-sumsq %{_bindir}/primorial +%{_mandir}/man1/matho-sum.1* %{_mandir}/man1/matho-mult.1* %{_mandir}/man1/matho-pascal.1* %{_mandir}/man1/matho-primes.1* @@ -80,6 +80,9 @@ pushd primes %{_mandir}/man1/primorial.1* %changelog +* Thu Jun 17 2010 Terje Rosten - 15.1.3-1 +- 15.1.3 + * Thu Apr 29 2010 Terje Rosten - 15.0.7-1 - 15.0.7 diff --git a/sources b/sources index 9c317d9..5990a7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -52e738f4df4af039ab95433c5eca0887 mathomatic-15.0.7.tar.bz2 +7299004f0421291cb1ef588b3e649f4b mathomatic-15.1.3.tar.bz2