rpms/corosync/devel gcc-44-fix.diff, NONE, 1.1 .cvsignore, 1.2, 1.3 corosync.spec, 1.13, 1.14 sources, 1.2, 1.3 corosync-trunk.diff, 1.1, NONE

Fabio M. Di Nitto fabbione at fedoraproject.org
Thu Feb 19 08:56:39 UTC 2009


Author: fabbione

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

Modified Files:
	.cvsignore corosync.spec sources 
Added Files:
	gcc-44-fix.diff 
Removed Files:
	corosync-trunk.diff 
Log Message:
New upstream release


gcc-44-fix.diff:

--- NEW FILE gcc-44-fix.diff ---
Index: exec/crypto.c
===================================================================
--- exec/crypto.c	(revision 1766)
+++ exec/crypto.c	(working copy)
@@ -37,8 +37,8 @@
 #define ENDIAN_LITTLE
 #elif _BYTE_ORDER == _BIG_ENDIAN
 #define ENDIAN_BIG
-#elif
-#warning "cannot detect byte order"
+#else
+#error "cannot detect byte order"
 #endif
 
 #if defined(COROSYNC_LINUX)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	25 Sep 2008 06:16:38 -0000	1.2
+++ .cvsignore	19 Feb 2009 08:56:08 -0000	1.3
@@ -1 +1 @@
-corosync-0.92.tar.gz
+corosync-0.93.tar.gz


Index: corosync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/corosync.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- corosync.spec	2 Feb 2009 11:15:07 -0000	1.13
+++ corosync.spec	19 Feb 2009 08:56:08 -0000	1.14
@@ -1,14 +1,14 @@
-%define alphatag svn1756
+## define alphatag svn1756
 
 Name: corosync
 Summary: The Corosync Cluster Engine and Application Programming Interfaces
-Version: 0.92
-Release: 7%{?alphatag:.%{alphatag}}%{?dist}
+Version: 0.93
+Release: 1%{?alphatag:.%{alphatag}}%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://www.openais.org
 Source0: http://developer.osdl.org/dev/openais/downloads/corosync-%{version}/corosync-%{version}.tar.gz
-Patch0: corosync-trunk.diff
+Patch0: gcc-44-fix.diff
 
 # Runtime bits
 Requires: corosynclib = %{version}-%{release}
@@ -24,7 +24,7 @@
 
 %prep
 %setup -q -n corosync-%{version}
-%patch0 -p1
+%patch0 -p0
 
 %build
 
@@ -125,7 +125,7 @@
 Group: Development/Libraries
 Requires: corosynclib = %{version}-%{release}
 Requires: pkgconfig
-Provides: corosync-devel = 0.92-7
+Provides: corosync-devel = %{version}
 Obsoletes: corosync-devel < 0.92-7
 
 %description -n corosynclib-devel
@@ -186,6 +186,13 @@
 %{_mandir}/man8/votequorum_overview.8*
 
 %changelog
+* Thu Feb 19 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.93-1
+- New upstream release.
+- Drop alphatag from spec file.
+- Drop trunk patch.
+- Update Provides for corosynclib-devel.
+- Backport gcc-4.4 build fix from trunk.
+
 * Mon Feb  2 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.92-7.svn1756
 - Update to svn trunk at revision 1756 from upstream.
 - Add support pkgconfig to devel package.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Sep 2008 06:16:38 -0000	1.2
+++ sources	19 Feb 2009 08:56:09 -0000	1.3
@@ -1 +1 @@
-e0fec3c380de83711cf3f4609d59e16e  corosync-0.92.tar.gz
+8080c8a45304ffb959db74de1ce55fb8  corosync-0.93.tar.gz


--- corosync-trunk.diff DELETED ---




More information about the fedora-extras-commits mailing list