From 3e9e2ce9f5da5bb12452821fa7c6dadc9a63ac75 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Tue, 22 Sep 2009 13:15:23 +0000 Subject: [PATCH] New upstream release --- .cvsignore | 2 +- corosync.spec | 15 ++++++++------- sources | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index f0b4159..6002f7b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -corosync-1.0.0.tar.gz +corosync-1.0.1.tar.gz diff --git a/corosync.spec b/corosync.spec index 0326cf5..aca686d 100644 --- a/corosync.spec +++ b/corosync.spec @@ -2,8 +2,8 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces -Version: 1.0.0 -Release: 3%{?alphatag:.%{alphatag}}%{?dist} +Version: 1.0.1 +Release: 1%{?alphatag:.%{alphatag}}%{?dist} License: BSD Group: System Environment/Base URL: http://www.openais.org @@ -34,11 +34,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) ./autogen.sh %endif -%{_configure} CFLAGS="$(echo '%{optflags}')" \ - --prefix=%{_prefix} \ - --sysconfdir=%{_sysconfdir} \ - --localstatedir=%{_localstatedir} \ - --libdir=%{_libdir} +%{configure} %build make %{_smp_mflags} @@ -203,6 +199,11 @@ The Corosync Cluster Engine APIs. %{_mandir}/man8/coroipc_overview.8* %changelog +* Tue Sep 22 2009 Fabio M. Di Nitto - 1.0.1-1 +- New upstream release +- spec file updates: + * use proper configure macro + * Tue Jul 28 2009 Fabio M. Di Nitto - 1.0.0-3 - spec file updates: * more consistent use of macros across the board diff --git a/sources b/sources index 1fda852..9848fdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -257f5509f3da951ba84b596fedf42185 corosync-1.0.0.tar.gz +75fe306a8e23c31a3b0a42798e01e466 corosync-1.0.1.tar.gz