rpms/mathomatic/devel mathomatic-15.0.0-optflags.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 mathomatic.spec, 1.6, 1.7 sources, 1.5, 1.6 mathomatic-14.2.8-build.patch, 1.1, NONE

terjeros terjeros at fedoraproject.org
Sat Dec 5 19:12:57 UTC 2009


Author: terjeros

Update of /cvs/extras/rpms/mathomatic/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25806

Modified Files:
	.cvsignore mathomatic.spec sources 
Added Files:
	mathomatic-15.0.0-optflags.patch 
Removed Files:
	mathomatic-14.2.8-build.patch 
Log Message:
* Sat Dec  5 2009 Terje Rosten <terje.rosten at ntnu.no> - 15.0.0-1
- 15.0.0


mathomatic-15.0.0-optflags.patch:
 makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE mathomatic-15.0.0-optflags.patch ---
--- makefile~	2009-11-15 12:11:22.000000000 +0100
+++ makefile	2009-12-05 19:53:57.000000000 +0100
@@ -5,8 +5,8 @@
 # This makefile does create and install all documentation.
 
 VERSION		= `cat VERSION`
-CFLAGS		+= -Wall -Wshadow -Wno-char-subscripts -fomit-frame-pointer # gcc specific flags
-CFLAGS		+= -O -DUNIX -DVERSION=\"$(VERSION)\"
+OPTFLAGS	+= -O -Wall -Wshadow -Wno-char-subscripts -fomit-frame-pointer # gcc specific flags
+CFLAGS		+= $(OPTFLAGS) -DUNIX -DVERSION=\"$(VERSION)\"
 LDLIBS		+= -lm # libraries to link
 
 # "make READLINE=1" to include readline support:


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mathomatic/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	8 Feb 2009 18:36:59 -0000	1.5
+++ .cvsignore	5 Dec 2009 19:12:57 -0000	1.6
@@ -1 +1 @@
-mathomatic-14.3.1.tar.bz2
+mathomatic-15.0.0.tar.bz2


Index: mathomatic.spec
===================================================================
RCS file: /cvs/extras/rpms/mathomatic/devel/mathomatic.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- mathomatic.spec	25 Jul 2009 11:50:02 -0000	1.6
+++ mathomatic.spec	5 Dec 2009 19:12:57 -0000	1.7
@@ -1,12 +1,12 @@
 Summary:       Small, portable symbolic math program
 Name:          mathomatic
-Version:       14.3.1
-Release:       3%{?dist} 
+Version:       15.0.0
+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-14.2.8-build.patch
+Patch0:        mathomatic-15.0.0-optflags.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: desktop-file-utils readline-devel
 
@@ -31,10 +31,10 @@ This package contains small math tools f
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p0
 
 %build
-%{__make} %{?_smp_mflags} OPTFLAGS='%{optflags}' READLINE=1 prefix=%{_prefix} 
+%{__make} %{?_smp_mflags} OPTFLAGS="%{optflags}" READLINE=1 prefix=%{_prefix} 
 
 pushd primes
 %{__make} %{?_smp_mflags} prefix=%{_prefix} CFLAGS="%{optflags}"
@@ -71,6 +71,9 @@ pushd primes
 %{_mandir}/man1/matho-sumsq.1*
 
 %changelog
+* Sat Dec  5 2009 Terje Rosten <terje.rosten at ntnu.no> - 15.0.0-1
+- 15.0.0
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 14.3.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mathomatic/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	8 Feb 2009 18:36:59 -0000	1.5
+++ sources	5 Dec 2009 19:12:57 -0000	1.6
@@ -1 +1 @@
-12d9b195cc6d92d65f26d407120cda8b  mathomatic-14.3.1.tar.bz2
+147694e40acc58e83bb285904fdc834a  mathomatic-15.0.0.tar.bz2


--- mathomatic-14.2.8-build.patch DELETED ---




More information about the fedora-extras-commits mailing list