rpms/mathomatic/F-10 mathomatic-14.2.8-build.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 mathomatic.spec, 1.2, 1.3 sources, 1.3, 1.4 mathomatic-14.1.4-build.patch, 1.1, NONE

Terje Røsten terjeros at fedoraproject.org
Mon Jan 5 20:50:44 UTC 2009


Author: terjeros

Update of /cvs/extras/rpms/mathomatic/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1419/F-10

Modified Files:
	.cvsignore mathomatic.spec sources 
Added Files:
	mathomatic-14.2.8-build.patch 
Removed Files:
	mathomatic-14.1.4-build.patch 
Log Message:
Sync with rawhide.



mathomatic-14.2.8-build.patch:

--- NEW FILE mathomatic-14.2.8-build.patch ---
--- mathomatic-14.2.8/makefile~	2009-01-03 13:01:27.000000000 +0100
+++ mathomatic-14.2.8/makefile	2009-01-05 12:18:10.000000000 +0100
@@ -2,7 +2,8 @@
 # Currently uses gcc only options in CFLAGS, just remove them for other C compilers.
 
 VERSION		= `cat VERSION`
-CFLAGS		+= -O2 -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags
+OPTFLAGS	?= -O2
+CFLAGS		+= $(OPTFLAGS) -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags
 #CFLAGS		+= -Wall # Copy cproto.h to proto.h to compile with -Wall with no complaints.
 CFLAGS		+= -DUNIX -DVERSION=\"$(VERSION)\" # C compiler flags
 LDLIBS		+= -lm # libraries to link


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mathomatic/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	22 Aug 2008 19:02:56 -0000	1.3
+++ .cvsignore	5 Jan 2009 20:50:11 -0000	1.4
@@ -1 +1 @@
-mathomatic-14.1.4.tar.bz2
+mathomatic-14.2.8.tar.bz2


Index: mathomatic.spec
===================================================================
RCS file: /cvs/extras/rpms/mathomatic/F-10/mathomatic.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mathomatic.spec	22 Aug 2008 19:02:56 -0000	1.2
+++ mathomatic.spec	5 Jan 2009 20:50:14 -0000	1.3
@@ -1,12 +1,12 @@
 Summary:       Small, portable symbolic math program
 Name:          mathomatic
-Version:       14.1.4
+Version:       14.2.8
 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.1.4-build.patch
+Patch0:        mathomatic-14.2.8-build.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: desktop-file-utils readline-devel
 
@@ -71,6 +71,9 @@
 %{_mandir}/man1/matho-sumsq.1*
 
 %changelog
+* Mon Jan  5 2009 Terje Rosten <terje.rosten at ntnu.no> - 14.2.8-1
+- 14.2.8
+
 * Fri Aug 22 2008 Terje Rosten <terje.rosten at ntnu.no> - 14.1.4-1
 - 14.1.4
 - add build patch (add optflags, dont strip)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mathomatic/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	22 Aug 2008 19:02:56 -0000	1.3
+++ sources	5 Jan 2009 20:50:14 -0000	1.4
@@ -1 +1 @@
-85f5c734d4843fe41127366b07066e7e  mathomatic-14.1.4.tar.bz2
+99decea11fb050167fff2e89d63d7503  mathomatic-14.2.8.tar.bz2


--- mathomatic-14.1.4-build.patch DELETED ---




More information about the fedora-extras-commits mailing list