New upstream release
This commit is contained in:
parent
e1cb4834de
commit
3a05a3ccec
@ -1 +1 @@
|
|||||||
corosync-0.92.tar.gz
|
corosync-0.93.tar.gz
|
||||||
|
22706
corosync-trunk.diff
22706
corosync-trunk.diff
File diff suppressed because it is too large
Load Diff
@ -1,14 +1,14 @@
|
|||||||
%define alphatag svn1756
|
## define alphatag svn1756
|
||||||
|
|
||||||
Name: corosync
|
Name: corosync
|
||||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||||
Version: 0.92
|
Version: 0.93
|
||||||
Release: 7%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.openais.org
|
URL: http://www.openais.org
|
||||||
Source0: http://developer.osdl.org/dev/openais/downloads/corosync-%{version}/corosync-%{version}.tar.gz
|
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
|
# Runtime bits
|
||||||
Requires: corosynclib = %{version}-%{release}
|
Requires: corosynclib = %{version}-%{release}
|
||||||
@ -24,7 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n corosync-%{version}
|
%setup -q -n corosync-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -125,7 +125,7 @@ Summary: The Corosync Cluster Engine Development Kit
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: corosynclib = %{version}-%{release}
|
Requires: corosynclib = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Provides: corosync-devel = 0.92-7
|
Provides: corosync-devel = %{version}
|
||||||
Obsoletes: corosync-devel < 0.92-7
|
Obsoletes: corosync-devel < 0.92-7
|
||||||
|
|
||||||
%description -n corosynclib-devel
|
%description -n corosynclib-devel
|
||||||
@ -186,6 +186,13 @@ The Corosync Cluster Engine APIs.
|
|||||||
%{_mandir}/man8/votequorum_overview.8*
|
%{_mandir}/man8/votequorum_overview.8*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 2 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.92-7.svn1756
|
||||||
- Update to svn trunk at revision 1756 from upstream.
|
- Update to svn trunk at revision 1756 from upstream.
|
||||||
- Add support pkgconfig to devel package.
|
- Add support pkgconfig to devel package.
|
||||||
|
15
gcc-44-fix.diff
Normal file
15
gcc-44-fix.diff
Normal 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)
|
Loading…
Reference in New Issue
Block a user