diff --git a/.gitignore b/.gitignore index a8cee69..b7e74b6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ corosync-1.2.7.tar.gz /corosync-1.4.2.tar.gz /corosync-1.99.1.tar.gz /corosync-1.99.2.tar.gz +/corosync-1.99.3.tar.gz diff --git a/corosync.spec b/corosync.spec index 1023b10..1be982a 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.2 +Version: 1.99.3 Release: 1%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist} License: BSD Group: System Environment/Base @@ -36,7 +36,7 @@ Obsoletes: cman, clusterlib, clusterlib-devel %define buildtrunk 0 %{?_with_buildtrunk: %define buildtrunk 1} -BuildRequires: libqb-devel >= 0.9.0 +BuildRequires: libqb-devel >= 0.10.1 %if %{buildtrunk} BuildRequires: autoconf automake %endif @@ -210,7 +210,7 @@ fi Summary: The Corosync Cluster Engine Test Agents Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libqb >= 0.9.0 +Requires: libqb >= 0.10.1 %description -n corosync-testagents This package contains corosync test agents. @@ -270,7 +270,6 @@ The Corosync Cluster Engine APIs. %defattr(-,root,root,-) %doc LICENSE %dir %{_includedir}/corosync/ -%{_includedir}/corosync/cs_config.h %{_includedir}/corosync/corodefs.h %{_includedir}/corosync/cfg.h %{_includedir}/corosync/cmap.h @@ -278,18 +277,13 @@ The Corosync Cluster Engine APIs. %{_includedir}/corosync/cpg.h %{_includedir}/corosync/evs.h %{_includedir}/corosync/hdb.h -%{_includedir}/corosync/list.h -%{_includedir}/corosync/mar_gen.h %{_includedir}/corosync/sam.h -%{_includedir}/corosync/swab.h %{_includedir}/corosync/quorum.h %{_includedir}/corosync/votequorum.h %dir %{_includedir}/corosync/totem/ %{_includedir}/corosync/totem/totem.h %{_includedir}/corosync/totem/totemip.h %{_includedir}/corosync/totem/totempg.h -%dir %{_includedir}/corosync/engine -%{_includedir}/corosync/engine/quorum.h %{_libdir}/libcfg.so %{_libdir}/libcpg.so %{_libdir}/libcmap.so @@ -300,19 +294,23 @@ The Corosync Cluster Engine APIs. %{_libdir}/libpload.so %{_libdir}/libsam.so %{_libdir}/pkgconfig/*.pc -%{_mandir}/man3/cmap_*3* %{_mandir}/man3/cpg_*3* %{_mandir}/man3/evs_*3* %{_mandir}/man3/quorum_*3* %{_mandir}/man3/votequorum_*3* %{_mandir}/man3/sam_*3* -%{_mandir}/man8/cmap_overview.8* %{_mandir}/man8/cpg_overview.8* %{_mandir}/man8/evs_overview.8* %{_mandir}/man8/votequorum_overview.8* %{_mandir}/man8/sam_overview.8* +%{_mandir}/man3/cmap_*3* +%{_mandir}/man8/cmap_overview.8* +%{_mandir}/man8/quorum_overview.8* %changelog +* Tue Feb 14 2012 Jan Friesse - 1.99.3-1 +- New upstream release + * Tue Feb 7 2012 Fabio M. Di Nitto - 1.99.2-1 - New upstream release - Re-enable xmlconfig bits diff --git a/sources b/sources index 6459375..df46f6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a42f6529c393dd93d8b6e92346ebad92 corosync-1.99.2.tar.gz +4fc39233c326367bd90519eb52bc8c41 corosync-1.99.3.tar.gz