[corosync/f16] New upstream release

Jan Friesse honzaf at fedoraproject.org
Wed Dec 12 11:10:11 UTC 2012


commit 29bff4895480190e112b54df11ca491684091ee2
Author: Jan Friesse <jfriesse at redhat.com>
Date:   Wed Dec 12 12:10:01 2012 +0100

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

 .gitignore                                   |    1 +
 corosync.spec                                |    9 +++---
 fix_crash_due_to_incorrect_malloc_size.patch |   35 --------------------------
 sources                                      |    2 +-
 4 files changed, 7 insertions(+), 40 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c33d021..a8464ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ corosync-1.2.7.tar.gz
 /corosync-1.4.2.tar.gz
 /corosync-1.4.3.tar.gz
 /corosync-1.4.4.tar.gz
+/corosync-1.4.5.tar.gz
diff --git a/corosync.spec b/corosync.spec
index e366085..050c9d9 100644
--- a/corosync.spec
+++ b/corosync.spec
@@ -13,13 +13,12 @@
 
 Name: corosync
 Summary: The Corosync Cluster Engine and Application Programming Interfaces
-Version: 1.4.4
-Release: 2%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
+Version: 1.4.5
+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: fix_crash_due_to_incorrect_malloc_size.patch
 
 # Runtime bits
 Requires: corosynclib = %{version}-%{release}
@@ -51,7 +50,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %prep
 %setup -q -n %{name}-%{version}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}
-%patch0 -p1
 
 %build
 %if %{buildtrunk}
@@ -279,6 +277,9 @@ The Corosync Cluster Engine APIs.
 %{_mandir}/man8/sam_overview.8*
 
 %changelog
+* Wed Dec 12 2012 Jan Friesse <jfriesse at redhat.com> - 1.4.5-1
+- New upstream release
+
 * Wed Oct 10 2012 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.4.4-2
 - Add fix for crash on i686
 
diff --git a/sources b/sources
index 1a5832c..4c83324 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e04e26e70332a736929b1d3e63375afb  corosync-1.4.4.tar.gz
+307135a7d089b7565decdd3e9a343c49  corosync-1.4.5.tar.gz


More information about the scm-commits mailing list