rpms/cln/devel cln-1.3.1-s390x.patch, NONE, 1.1 cln-arm-preprocessor-fix.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 cln.spec, 1.34, 1.35 sources, 1.8, 1.9 cln-1.2.2-s390x.patch, 1.1, NONE

Deji Akingunola deji at fedoraproject.org
Tue Dec 29 14:46:57 UTC 2009


Author: deji

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

Modified Files:
	.cvsignore cln.spec sources 
Added Files:
	cln-1.3.1-s390x.patch cln-arm-preprocessor-fix.patch 
Removed Files:
	cln-1.2.2-s390x.patch 
Log Message:
* Tue Dec 29 2009 Deji Akingunola <dakingun at gmail.com> - 1.3.1-1
- New upstream version
- Apply patch by Jitesh Shah to fix build on arm


cln-1.3.1-s390x.patch:
 types.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE cln-1.3.1-s390x.patch ---
--- include/cln/types.h	2009-06-14 15:49:32.000000000 -0400
+++ include/cln/types.h.new	2009-12-29 09:01:31.751401399 -0500
@@ -48,7 +48,7 @@
     #undef HAVE_LONGLONG
    #endif
   #endif
-  #if defined(HAVE_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__mips64__) || defined(__powerpc64__) || defined(__sparc64__) || defined(__x86_64__))
+  #if defined(HAVE_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__mips64__) || defined(__powerpc64__) || defined(__s390x__) || defined(__sparc64__) || defined(__x86_64__))
     // 64 bit registers in hardware
     #define HAVE_FAST_LONGLONG
   #endif
@@ -127,7 +127,7 @@
     typedef int sintD;
     typedef unsigned int uintD;
   #else  // we are not using GMP, so just guess something reasonable
-    #if (defined(HAVE_FAST_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__powerpc64__) || defined(__x86_64__)))
+    #if (defined(HAVE_FAST_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__powerpc64__) || defined(__s390x__) || defined(__x86_64__)))
       #define intDsize 64
       typedef sint64  sintD;
       typedef uint64  uintD;

cln-arm-preprocessor-fix.patch:
 cl_asm_arm_.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE cln-arm-preprocessor-fix.patch ---
--- src/base/digitseq/cl_asm_arm_.cc	2009-05-10 16:32:30.000000000 -0400
+++ src/base/digitseq/cl_asm_arm_.cc.new	2009-12-29 09:03:02.161401990 -0500
@@ -77,8 +77,8 @@
 #else
 #define DECLARE_FUNCTION(x)
 #endif
-#define GLABEL(x) _##x##:
-#define LABEL(x) x##:
+#define GLABEL(x) _##x:
+#define LABEL(x) x:
 #define RRX rrx
 #define END
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cln/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	5 Jul 2009 23:22:29 -0000	1.8
+++ .cvsignore	29 Dec 2009 14:46:56 -0000	1.9
@@ -1 +1 @@
-cln-1.3.0.tar.bz2
+cln-1.3.1.tar.bz2


Index: cln.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cln/devel/cln.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- cln.spec	24 Jul 2009 19:06:29 -0000	1.34
+++ cln.spec	29 Dec 2009 14:46:56 -0000	1.35
@@ -1,13 +1,14 @@
 Name:           cln
-Version:        1.3.0
-Release:        2%{?dist}
+Version:        1.3.1
+Release:        1%{?dist}
 Summary:        Class Library for Numbers
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://www.ginac.de/CLN/
 Source0:        http://www.ginac.de/CLN/%{name}-%{version}.tar.bz2
-Patch0:         cln-1.2.2-s390x.patch
+Patch1:         cln-1.3.1-s390x.patch
+Patch2:         cln-arm-preprocessor-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post): /sbin/install-info
@@ -35,7 +36,8 @@ the CLN library.
 
 %prep
 %setup -q
-%patch0 -p1 -b .s390x
+%patch1 -p0 -b .s390x
+%patch2 -p0 -b .fix
 
 %build
 %configure --disable-static
@@ -74,7 +76,7 @@ fi
 
 %files
 %defattr(-,root,root)
-%doc COPYING ChangeLog NEWS README TODO*
+%doc COPYING NEWS README TODO
 %{_libdir}/*.so.*
 
 %files devel
@@ -86,6 +88,10 @@ fi
 %{_docdir}/%{name}-devel-%{version}
 
 %changelog
+* Tue Dec 29 2009 Deji Akingunola <dakingun at gmail.com> - 1.3.1-1
+- New upstream version
+- Apply patch by Jitesh Shah to fix build on arm
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cln/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	5 Jul 2009 23:22:29 -0000	1.8
+++ sources	29 Dec 2009 14:46:56 -0000	1.9
@@ -1 +1 @@
-8cf879f2f6046a40e7ec3c1d5eb35b10  cln-1.3.0.tar.bz2
+ede584cb1cafa66d56f42a3cf420469d  cln-1.3.1.tar.bz2


--- cln-1.2.2-s390x.patch DELETED ---




More information about the fedora-extras-commits mailing list