rpms/factory/devel factory-3.1.0-new.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 factory.spec, 1.27, 1.28 sources, 1.6, 1.7

Rex Dieter rdieter at fedoraproject.org
Fri Feb 13 21:08:15 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/factory/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12090

Modified Files:
	.cvsignore factory.spec sources 
Added Files:
	factory-3.1.0-new.patch 
Log Message:
* Fri Feb 13 2009 Rex Dieter <rdieter at fedoraproject.org> 3.1.0-1
- factory-3-1-0


factory-3.1.0-new.patch:

--- NEW FILE factory-3.1.0-new.patch ---
diff -up factory/newdelete.cc.fix factory/newdelete.cc
--- factory/newdelete.cc.fix	2008-10-28 04:16:24.000000000 -0500
+++ factory/newdelete.cc	2009-02-13 10:02:25.000000000 -0600
@@ -11,6 +11,8 @@
 #include "memman.h"
 #endif
 
+#include <new>
+
 // The C++ standard has ratified a change to the new operator.
 //
 //  T *p = new T;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/factory/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	2 Oct 2008 16:24:04 -0000	1.6
+++ .cvsignore	13 Feb 2009 21:07:45 -0000	1.7
@@ -1 +1 @@
-factory-3-0-4.tar.gz
+factory-3-1-0.tar.gz


Index: factory.spec
===================================================================
RCS file: /cvs/pkgs/rpms/factory/devel/factory.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- factory.spec	13 Feb 2009 15:37:44 -0000	1.27
+++ factory.spec	13 Feb 2009 21:07:45 -0000	1.28
@@ -7,15 +7,17 @@
 
 Summary: C++ class library for multivariate polynomial data
 Name:    factory
-Version: 3.0.4
-Release: 2%{?dist}
+Version: 3.1.0
+Release: 1%{?dist}
 
 License: GPLv2
 URL:	 http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory/
-Source0: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory/factory-3-0-4.tar.gz
+Source0: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory/factory-3-1-0.tar.gz
 Group:   System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch50: factory-3.1.0-new.patch
+
 Source1: factoryconf.h
 
 # -debuginfo useless for (only) static libs
@@ -43,15 +45,15 @@
 %prep
 %setup -q -n factory
 
+%patch50 -p1 -b .new
+
 
 %build
 %configure \
-  --enable-streamio \
   --with-gmp \
   %{?_with_NTL}
 
-# smp broken?
-make
+make %{?_smp_mflags}
 
 
 %install
@@ -82,6 +84,9 @@
 
 
 %changelog
+* Fri Feb 13 2009 Rex Dieter <rdieter at fedoraproject.org> 3.1.0-1
+- factory-3-1-0
+
 * Fri Feb 13 2009 Rex Dieter <rdieter at fedoraproject.org> 3.0.4-2
 - --enable-streamio
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/factory/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	2 Oct 2008 16:24:04 -0000	1.6
+++ sources	13 Feb 2009 21:07:45 -0000	1.7
@@ -1 +1 @@
-28d1c8e89459d99210157708ac39faca  factory-3-0-4.tar.gz
+ad7f2c468c87d7b809242a80f10b7bd0  factory-3-1-0.tar.gz




More information about the fedora-extras-commits mailing list