rpms/corosync/devel .cvsignore, 1.5, 1.6 corosync.spec, 1.24, 1.25 sources, 1.5, 1.6 fix-pkgconfig.diff, 1.1, NONE

Fabio M. Di Nitto fabbione at fedoraproject.org
Wed Jun 10 06:59:49 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/corosync/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6381

Modified Files:
	.cvsignore corosync.spec sources 
Removed Files:
	fix-pkgconfig.diff 
Log Message:
Update to 0.97 + svn 2226



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	24 Mar 2009 07:33:41 -0000	1.5
+++ .cvsignore	10 Jun 2009 06:59:18 -0000	1.6
@@ -1 +1,2 @@
-corosync-0.95.tar.gz
+corosync-0.97.tar.gz
+corosync-trunk.diff


Index: corosync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/corosync.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- corosync.spec	30 Mar 2009 07:00:39 -0000	1.24
+++ corosync.spec	10 Jun 2009 06:59:18 -0000	1.25
@@ -1,14 +1,14 @@
-## define alphatag svn1797
+%define alphatag svn2226
 
 Name: corosync
 Summary: The Corosync Cluster Engine and Application Programming Interfaces
-Version: 0.95
-Release: 2%{?alphatag:.%{alphatag}}%{?dist}
+Version: 0.97
+Release: 1%{?alphatag:.%{alphatag}}%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://www.openais.org
 Source0: http://developer.osdl.org/dev/openais/downloads/corosync-%{version}/corosync-%{version}.tar.gz
-Patch0: fix-pkgconfig.diff
+Patch0: corosync-trunk.diff
 
 # Runtime bits
 Requires: corosynclib = %{version}-%{release}
@@ -20,26 +20,29 @@ Conflicts: openais <= 0.89, openais-deve
 # Setup/build bits
 %define ais_user_uid 39
 
+%if %{alphatag}
+%define buildtrunk 1
+%else
 %define buildtrunk 0
+%endif
 %{?_with_buildtrunk: %define buildtrunk 1}
 
 %if %{buildtrunk}
 BuildRequires: autoconf automake
 %endif
+BuildRequires: nss-devel
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %prep
 %setup -q -n corosync-%{version}
-%patch0 -p1
+%patch0 -p0
 
 %if %{buildtrunk}
-if [ ! -f configure ]; then
-	./autogen.sh
-fi
+./autogen.sh
 %endif
 
-%{_configure} 	CFLAGS="$(echo '%{optflags}')" \
+%{_configure}	CFLAGS="$(echo '%{optflags}')" \
 		--prefix=/usr \
 		--sysconfdir=/etc \
 		--localstatedir=/var \
@@ -94,7 +97,7 @@ fi
 %{_sbindir}/corosync-cfgtool
 %{_sbindir}/corosync-fplay
 %{_sbindir}/corosync-pload
-%config(noreplace) /etc/corosync.conf
+%config(noreplace) /etc/corosync.conf.example
 %{_initddir}/corosync
 %dir %{_libexecdir}/lcrso
 %{_libexecdir}/lcrso/coroparse.lcrso
@@ -108,7 +111,6 @@ fi
 %{_libexecdir}/lcrso/quorum_testquorum.lcrso
 %{_libexecdir}/lcrso/vsf_quorum.lcrso
 %{_libexecdir}/lcrso/vsf_ykd.lcrso
-%{_libexecdir}/lcrso/quorum.lcrso
 %{_mandir}/man8/corosync_overview.8*
 %{_mandir}/man8/corosync-objctl.8*
 %{_mandir}/man5/corosync.conf.5*
@@ -157,6 +159,9 @@ The Corosync Cluster Engine APIs.
 %doc LICENSE README.devmap
 %dir %{_includedir}/corosync/
 %{_includedir}/corosync/cs_config.h
+%{_includedir}/corosync/corodefs.h
+%{_includedir}/corosync/coroipc_types.h
+%{_includedir}/corosync/coroipcs.h
 %{_includedir}/corosync/coroipcc.h
 %{_includedir}/corosync/cfg.h
 %{_includedir}/corosync/confdb.h
@@ -164,7 +169,6 @@ The Corosync Cluster Engine APIs.
 %{_includedir}/corosync/cpg.h
 %{_includedir}/corosync/evs.h
 %{_includedir}/corosync/hdb.h
-%{_includedir}/corosync/ipc_gen.h
 %{_includedir}/corosync/list.h
 %{_includedir}/corosync/mar_gen.h
 %{_includedir}/corosync/swab.h
@@ -209,6 +213,18 @@ The Corosync Cluster Engine APIs.
 %{_mandir}/man8/coroipc_overview.8*
 
 %changelog
+* Wed May  6 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.97-1.svn2226
+- New upstream release
+- spec file updates:
+  * Drop pkgconfig fix that's now upstream
+  * Update to svn version 2226
+  * Define buildtrunk if we are using svn snapshots
+  * BuildRequires: nss-devel to enable nss crypto for network communication
+  * Force autogen invokation if buildtrunk is defined
+  * Whitespace cleanup
+  * Stop shipping corosync.conf in favour of a generic example
+  * Update file list
+
 * Mon Mar 30 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.95-2
 - Backport svn commit 1913 to fix pkgconfig files generation
   and unbreak lvm2 build.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	24 Mar 2009 07:33:41 -0000	1.5
+++ sources	10 Jun 2009 06:59:19 -0000	1.6
@@ -1 +1,2 @@
-24b268b66d95b09f7177c73bb226de74  corosync-0.95.tar.gz
+1bab8a601e9c546c8307ca673427afbd  corosync-0.97.tar.gz
+c6563f1bbec1cce3f32397c9bee69166  corosync-trunk.diff


--- fix-pkgconfig.diff DELETED ---




More information about the fedora-extras-commits mailing list