rpms/flint/F-13 flint-1.2.0-add-soname.diff, 1.1, 1.2 flint-1.2.0-add-static-lib.diff, 1.1, 1.2 flint.spec, 1.2, 1.3

tomspur tomspur at fedoraproject.org
Sat Jun 26 02:05:53 UTC 2010


Author: tomspur

Update of /cvs/pkgs/rpms/flint/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8578/F-13

Modified Files:
	flint-1.2.0-add-soname.diff flint-1.2.0-add-static-lib.diff 
	flint.spec 
Log Message:
- update to new version
- renew both patches
- add a BR + R on zn_poly currently under review at #608206

-> this won't build for now, but it will, once zn_poly is in fedora
   commiting now anyway, because this package won't work without zn_poly
   anyway


flint-1.2.0-add-soname.diff:
 makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: flint-1.2.0-add-soname.diff
===================================================================
RCS file: /cvs/pkgs/rpms/flint/F-13/flint-1.2.0-add-soname.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- flint-1.2.0-add-soname.diff	10 Mar 2009 21:19:45 -0000	1.1
+++ flint-1.2.0-add-soname.diff	26 Jun 2010 02:05:53 -0000	1.2
@@ -1,6 +1,6 @@
---- makefile.orig	2009-03-10 14:11:01.000000000 -0700
-+++ makefile	2009-03-10 14:13:17.000000000 -0700
-@@ -140,7 +140,7 @@
+--- mf	2010-06-26 03:50:23.148795913 +0200
++++ makefile	2010-06-26 03:50:55.052797482 +0200
+@@ -148,7 +148,7 @@
  	$(CC) -fPIC -shared -o libflint.dll $(FLINTOBJ) $(LIBS)
  
  libflint.so: $(FLINTOBJ)

flint-1.2.0-add-static-lib.diff:
 makefile |    3 +++
 1 file changed, 3 insertions(+)

Index: flint-1.2.0-add-static-lib.diff
===================================================================
RCS file: /cvs/pkgs/rpms/flint/F-13/flint-1.2.0-add-static-lib.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- flint-1.2.0-add-static-lib.diff	10 Mar 2009 21:19:45 -0000	1.1
+++ flint-1.2.0-add-static-lib.diff	26 Jun 2010 02:05:53 -0000	1.2
@@ -1,6 +1,6 @@
---- makefile.orig	2009-03-10 14:14:30.000000000 -0700
-+++ makefile	2009-03-10 14:15:25.000000000 -0700
-@@ -142,6 +142,9 @@
+--- makefile
++++ makefile	2010-06-26 03:52:55.663889174 +0200
+@@ -150,6 +150,9 @@
  libflint.so: $(FLINTOBJ)
  	$(CC) -fPIC -shared -Wl,-soname,libflint.so.0 -o libflint.so.0 $(FLINTOBJ) $(LIBS)
  
@@ -9,4 +9,4 @@
 +
  ##### zn_poly object files
  
- zn_mod.o: zn_poly/zn_mod.c $(HEADERS)
+ zn_mod.o: zn_poly/src/zn_mod.c $(HEADERS)


Index: flint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/flint/F-13/flint.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- flint.spec	24 Jul 2009 22:54:57 -0000	1.2
+++ flint.spec	26 Jun 2010 02:05:53 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           flint
-Version:        1.2.0
-Release:        2%{?dist}
+Version:        1.5.2
+Release:        1%{?dist}
 Summary:        Fast Library for Number Theory
 Group:          Applications/Engineering
 License:        GPLv2+
@@ -24,6 +24,7 @@ and David Harvey.
 Summary:        Development files for FLINT
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Requires:       zn_poly-devel
 
 
 %description    devel
@@ -76,6 +77,11 @@ pushd $RPM_BUILD_ROOT%{_libdir}/
   ln -s libflint.so.0 libflint.so
 popd
 
+# add symlink FLINT -> flint | sagemath wants it that way
+pushd $RPM_BUILD_ROOT%{_includedir}
+    ln -s flint FLINT
+popd
+
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -95,6 +101,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/flint
+%{_includedir}/FLINT
 %{_libdir}/libflint.so
 
 
@@ -104,6 +111,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 26 2010 Thomas Spura <tomspur at fedoraproject.org> - 1.5.2-1
+- update to new version
+- renew both patches
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list