New upstream release

This commit is contained in:
Fabio M. Di Nitto 2009-02-19 08:56:09 +00:00
parent e1cb4834de
commit 3a05a3ccec
5 changed files with 30 additions and 22714 deletions

View File

@ -1 +1 @@
corosync-0.92.tar.gz
corosync-0.93.tar.gz

File diff suppressed because it is too large Load Diff

View File

@ -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 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%prep
%setup -q -n corosync-%{version}
%patch0 -p1
%patch0 -p0
%build
@ -125,7 +125,7 @@ Summary: The Corosync Cluster Engine Development Kit
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 @@ The Corosync Cluster Engine APIs.
%{_mandir}/man8/votequorum_overview.8*
%changelog
* Thu Feb 19 2009 Fabio M. Di Nitto <fdinitto@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@redhat.com> - 0.92-7.svn1756
- Update to svn trunk at revision 1756 from upstream.
- Add support pkgconfig to devel package.

15
gcc-44-fix.diff Normal file
View File

@ -0,0 +1,15 @@
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)

View File

@ -1 +1 @@
e0fec3c380de83711cf3f4609d59e16e corosync-0.92.tar.gz
8080c8a45304ffb959db74de1ce55fb8 corosync-0.93.tar.gz