[corosync] New upstream release

Jan Friesse honzaf at fedoraproject.org
Thu Oct 6 08:22:52 UTC 2011


commit e04b9ae0e764492faf9ecb3a05e494a1eeb76310
Author: Jan Friesse <jfriesse at redhat.com>
Date:   Thu Oct 6 10:21:42 2011 +0200

    New upstream release
    
    Signed-off-by: Jan Friesse <jfriesse at redhat.com>

 .gitignore                                         |    1 +
 ...emb_join-messages-during-flush-operations.patch |   58 --------
 corosync.spec                                      |   16 +--
 ...dle-endless-loop-if-all-ifaces-are-faulty.patch |   85 ------------
 ...igher-threshold-in-passive-mode-for-mcast.patch |  140 --------------------
 sources                                            |    2 +-
 totemconfig-change-minimum-RRP-threshold.patch     |   30 ----
 7 files changed, 7 insertions(+), 325 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3cd6472..ea43b1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ corosync-1.2.7.tar.gz
 /corosync-1.3.2.tar.gz
 /corosync-1.4.0.tar.gz
 /corosync-1.4.1.tar.gz
+/corosync-1.4.2.tar.gz
diff --git a/corosync.spec b/corosync.spec
index 9bd7946..7345fd8 100644
--- a/corosync.spec
+++ b/corosync.spec
@@ -13,18 +13,13 @@
 
 Name: corosync
 Summary: The Corosync Cluster Engine and Application Programming Interfaces
-Version: 1.4.1
-Release: 2%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
+Version: 1.4.2
+Release: 1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://ftp.corosync.org
 Source0: ftp://ftp:user@ftp.corosync.org/downloads/%{name}-%{version}/%{name}-%{version}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}.tar.gz
 
-Patch0: rrp-Handle-endless-loop-if-all-ifaces-are-faulty.patch
-Patch1: rrp-Higher-threshold-in-passive-mode-for-mcast.patch
-Patch2: Ignore-memb_join-messages-during-flush-operations.patch
-Patch3: totemconfig-change-minimum-RRP-threshold.patch
-
 # Runtime bits
 Requires: corosynclib = %{version}-%{release}
 Requires(pre): /usr/sbin/useradd
@@ -55,10 +50,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %prep
 %setup -q -n %{name}-%{version}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %if %{buildtrunk}
@@ -286,6 +277,9 @@ The Corosync Cluster Engine APIs.
 %{_mandir}/man8/sam_overview.8*
 
 %changelog
+* Wed Oct 06 2011 Jan Friesse <jfriesse at redhat.com> - 1.4.2-1
+- New upstream release
+
 * Thu Sep 08 2011 Jan Friesse <jfriesse at redhat.com> - 1.4.1-2
 - Add upstream fixes
 
diff --git a/sources b/sources
index ec31e29..bd01b5d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-66231146af210637393748add091021d  corosync-1.4.1.tar.gz
+061ee5522097fee69475b38a66bf1d6a  corosync-1.4.2.tar.gz


More information about the scm-commits mailing list