rpms/factory/devel factory-2.0.5-gcc41.patch, NONE, 1.1 factory.spec, 1.13, 1.14 factory-2.0.5-gcc29.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Jul 10 18:03:25 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/factory/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2349

Modified Files:
	factory.spec 
Added Files:
	factory-2.0.5-gcc41.patch 
Removed Files:
	factory-2.0.5-gcc29.patch 
Log Message:
* Tue Mar 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.5-7
- factory-2.0.5-gcc41.patch (#183258)


factory-2.0.5-gcc41.patch:

--- NEW FILE factory-2.0.5-gcc41.patch ---
diff -Nur factory-2.0.5-orig/canonicalform.h factory-2.0.5/canonicalform.h
--- factory-2.0.5-orig/canonicalform.h	2003-10-15 19:19:39.000000000 +0200
+++ factory-2.0.5/canonicalform.h	2006-03-28 12:25:04.000000000 +0200
@@ -160,6 +160,12 @@
 };
 //}}}
 
+void divrem ( const CanonicalForm&, const CanonicalForm&, CanonicalForm&, CanonicalForm& );
+bool divremt ( const CanonicalForm&, const CanonicalForm&, CanonicalForm&, CanonicalForm& );
+
+CanonicalForm bgcd ( const CanonicalForm &, const CanonicalForm & );
+CanonicalForm bextgcd ( const CanonicalForm &, const CanonicalForm &, CanonicalForm &, CanonicalForm & );
+
 CF_INLINE CanonicalForm
 operator + ( const CanonicalForm&, const CanonicalForm& );
 
diff -Nur factory-2.0.5-orig/variable.h factory-2.0.5/variable.h
--- factory-2.0.5-orig/variable.h	1997-06-19 14:21:49.000000000 +0200
+++ factory-2.0.5/variable.h	2006-03-28 12:16:49.000000000 +0200
@@ -64,9 +64,11 @@
 #ifndef NOSTREAMIO
     friend ostream & operator << ( ostream & os, const Variable & v );
 #endif /* NOSTREAMIO */
-    friend Variable rootOf( const CanonicalForm &, char name = '@' );
+    friend Variable rootOf( const CanonicalForm &, char name );
 };
 
+Variable rootOf( const CanonicalForm &, char name = '@' );
+
 inline int level( const Variable & v ) { return v.level(); }
 inline char name( const Variable & v ) { return v.name(); }
 


Index: factory.spec
===================================================================
RCS file: /cvs/extras/rpms/factory/devel/factory.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- factory.spec	10 Feb 2006 14:26:38 -0000	1.13
+++ factory.spec	10 Jul 2006 18:03:24 -0000	1.14
@@ -2,7 +2,7 @@
 Summary: C++ class library for multivariate polynomial data
 Name:    factory
 Version: 2.0.5
-Release: 6%{?dist}.1
+Release: 7%{?dist}
 
 License: GPL
 URL:	 http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory/
@@ -12,6 +12,8 @@
 
 Patch1: factory-2.0.5-gcc34.patch
 Patch2: factory-64bit.patch
+# See http://bugzilla.redhat.com/bugzilla/183258
+Patch3: factory-2.0.5-gcc41.patch
 
 BuildRequires: gmp-devel
 
@@ -34,6 +36,7 @@
 
 %patch1 -p1 -b .gcc34
 %patch2 -p1 -b .64bit
+%patch3 -p1 -b .gcc41
 
 
 %build
@@ -64,6 +67,9 @@
 
 
 %changelog
+* Tue Mar 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.5-7
+- factory-2.0.5-gcc41.patch (#183258)
+
 * Fri Feb 10 2006 Rex Dieter <rexdieter[AT]users.sf.net>
 - fc5: gcc/glibc respin
 


--- factory-2.0.5-gcc29.patch DELETED ---




More information about the fedora-extras-commits mailing list