rpms/mathomatic/F-12 mathomatic-15.0.7-optflags.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 mathomatic.spec, 1.7, 1.8 sources, 1.6, 1.7 mathomatic-15.0.0-optflags.patch, 1.1, NONE

terjeros terjeros at fedoraproject.org
Thu Apr 29 16:11:36 UTC 2010


Author: terjeros

Update of /cvs/pkgs/rpms/mathomatic/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9431/F-12

Modified Files:
	.cvsignore mathomatic.spec sources 
Added Files:
	mathomatic-15.0.7-optflags.patch 
Removed Files:
	mathomatic-15.0.0-optflags.patch 
Log Message:
Sync with rawhide.



mathomatic-15.0.7-optflags.patch:
 makefile |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE mathomatic-15.0.7-optflags.patch ---
--- 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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mathomatic/F-12/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	5 Dec 2009 19:21:29 -0000	1.6
+++ .cvsignore	29 Apr 2010 16:11:36 -0000	1.7
@@ -1 +1 @@
-mathomatic-15.0.0.tar.bz2
+mathomatic-15.0.7.tar.bz2


Index: mathomatic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mathomatic/F-12/mathomatic.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- mathomatic.spec	5 Dec 2009 19:21:29 -0000	1.7
+++ mathomatic.spec	29 Apr 2010 16:11:36 -0000	1.8
@@ -1,12 +1,12 @@
 Summary:       Small, portable symbolic math program
 Name:          mathomatic
-Version:       15.0.0
+Version:       15.0.7
 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.0-optflags.patch
+Patch0:        mathomatic-15.0.7-optflags.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: desktop-file-utils readline-devel
 
@@ -31,7 +31,7 @@ This package contains small math tools f
 
 %prep
 %setup -q
-%patch0 -p0
+%patch0 -p1
 
 %build
 %{__make} %{?_smp_mflags} OPTFLAGS="%{optflags}" READLINE=1 prefix=%{_prefix} 
@@ -50,6 +50,11 @@ desktop-file-install --delete-original \
 pushd primes
 %{__make} install prefix=%{buildroot}%{_prefix} mandir=%{buildroot}%{_mandir}
 
+%check
+%{__make} test
+pushd primes
+%{__make} test
+
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -63,14 +68,21 @@ pushd primes
 
 %files tools
 %defattr(-, root, root, -)
+%{_bindir}/matho-mult
 %{_bindir}/matho-pascal
 %{_bindir}/matho-primes
 %{_bindir}/matho-sumsq
+%{_bindir}/primorial
+%{_mandir}/man1/matho-mult.1*
 %{_mandir}/man1/matho-pascal.1*
 %{_mandir}/man1/matho-primes.1*
 %{_mandir}/man1/matho-sumsq.1*
+%{_mandir}/man1/primorial.1*
 
 %changelog
+* Thu Apr 29 2010 Terje Rosten <terje.rosten at ntnu.no> - 15.0.7-1
+- 15.0.7
+
 * Sat Dec  5 2009 Terje Rosten <terje.rosten at ntnu.no> - 15.0.0-1
 - 15.0.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mathomatic/F-12/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	5 Dec 2009 19:21:29 -0000	1.6
+++ sources	29 Apr 2010 16:11:36 -0000	1.7
@@ -1 +1 @@
-147694e40acc58e83bb285904fdc834a  mathomatic-15.0.0.tar.bz2
+52e738f4df4af039ab95433c5eca0887  mathomatic-15.0.7.tar.bz2


--- mathomatic-15.0.0-optflags.patch DELETED ---



More information about the scm-commits mailing list