From 6e7efc6e72c8ead73df4d5c1aaf31a3ff1343b8b Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Feb 22 2012 12:58:06 +0000 Subject: New upstream release Signed-off-by: Jan Friesse --- diff --git a/.gitignore b/.gitignore index 2e0a393..b452a1b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ corosync-1.2.7.tar.gz /corosync-1.99.2.tar.gz /corosync-1.99.3.tar.gz /corosync-1.99.4.tar.gz +/corosync-1.99.5.tar.gz diff --git a/corosync.spec b/corosync.spec index df4c194..e12b5db 100644 --- a/corosync.spec +++ b/corosync.spec @@ -16,7 +16,7 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces -Version: 1.99.4 +Version: 1.99.5 Release: 1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist} License: BSD Group: System Environment/Base @@ -249,6 +249,7 @@ This package contains corosync libraries. %{_libdir}/libvotequorum.so.* %{_libdir}/libpload.so.* %{_libdir}/libsam.so.* +%{_libdir}/libcorosync_common.so.* %post -n corosynclib -p /sbin/ldconfig @@ -293,6 +294,7 @@ The Corosync Cluster Engine APIs. %{_libdir}/libvotequorum.so %{_libdir}/libpload.so %{_libdir}/libsam.so +%{_libdir}/libcorosync_common.so %{_libdir}/pkgconfig/*.pc %{_mandir}/man3/cpg_*3* %{_mandir}/man3/evs_*3* @@ -308,6 +310,9 @@ The Corosync Cluster Engine APIs. %{_mandir}/man8/quorum_overview.8* %changelog +* Wed Feb 22 2012 Jan Friesse - 1.99.5-1 +- New upstream release + * Tue Feb 14 2012 Jan Friesse - 1.99.4-1 - New upstream release diff --git a/sources b/sources index 3f20280..c03b870 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -999af1eaceb5dade00ef66fccfccd3da corosync-1.99.4.tar.gz +2e0bd841781fe21a8ef71fae6dd7a002 corosync-1.99.5.tar.gz