rpms/openais/devel add-SaTmr-pkgconfig.diff, NONE, 1.1 .cvsignore, 1.10, 1.11 openais.spec, 1.36, 1.37 sources, 1.11, 1.12 openais-trunk.diff, 1.1, NONE

Fabio M. Di Nitto fabbione at fedoraproject.org
Thu Feb 19 08:58:45 UTC 2009


Author: fabbione

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

Modified Files:
	.cvsignore openais.spec sources 
Added Files:
	add-SaTmr-pkgconfig.diff 
Removed Files:
	openais-trunk.diff 
Log Message:
New upstream release


add-SaTmr-pkgconfig.diff:

--- NEW FILE add-SaTmr-pkgconfig.diff ---
Index: pkgconfig/Makefile
===================================================================
--- pkgconfig/Makefile	(revision 1716)
+++ pkgconfig/Makefile	(working copy)
@@ -35,7 +35,7 @@
 
 include $(srcdir)/Makefile.inc
 
-LIBS = SaAmf SaCkpt SaClm SaEvt SaLck SaMsg
+LIBS = SaAmf SaCkpt SaClm SaEvt SaLck SaMsg SaTmr
 
 all:
 	for i in $(LIBS); do \


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openais/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	25 Sep 2008 08:07:36 -0000	1.10
+++ .cvsignore	19 Feb 2009 08:58:14 -0000	1.11
@@ -1 +1 @@
-openais-0.91.tar.gz
+openais-0.92.tar.gz


Index: openais.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openais/devel/openais.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- openais.spec	2 Feb 2009 12:20:32 -0000	1.36
+++ openais.spec	19 Feb 2009 08:58:14 -0000	1.37
@@ -1,29 +1,29 @@
-%define alphatag svn1688
+## define alphatag svn1688
 
 Name: openais
 Summary: The openais Standards-Based Cluster Framework executive and APIs
-Version: 0.91
-Release: 6%{?alphatag:.%{alphatag}}%{?dist}
+Version: 0.92
+Release: 1%{?alphatag:.%{alphatag}}%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://developer.osdl.org/dev/openais/
 Source0: http://www.osdl.org/downloads/openais-%{version}/openais-%{version}.tar.gz
-Patch0: openais-trunk.diff
+Patch0: add-SaTmr-pkgconfig.diff
 
 # Runtime bits
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
-Requires: corosync >= 0.92-7
+Requires: corosync >= 0.93-1
 Requires: openaislib = %{version}-%{release}
 Conflicts: openais-devel <= 0.89
 
 # Setup/build bits
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: corosynclib-devel >= 0.92-7
+BuildRequires: corosynclib-devel >= 0.93-1
 
 %prep
 %setup -q -n openais-%{version}
-%patch0 -p1
+%patch0 -p0
 
 %build
 # -O3 required for performance reasons
@@ -77,6 +77,7 @@
 %{_libexecdir}/lcrso/service_evt.lcrso
 %{_libexecdir}/lcrso/service_lck.lcrso
 %{_libexecdir}/lcrso/service_msg.lcrso
+%{_libexecdir}/lcrso/service_tmr.lcrso
 %{_mandir}/man8/openais_overview.8*
 %{_mandir}/man5/openais.conf.5*
 %{_mandir}/man5/amf.conf.5*
@@ -101,6 +102,7 @@
 %{_libdir}/openais/libSaEvt.so.*
 %{_libdir}/openais/libSaLck.so.*
 %{_libdir}/openais/libSaMsg.so.*
+%{_libdir}/openais/libSaTmr.so.*
 
 %post -n openaislib -p /sbin/ldconfig
 
@@ -110,7 +112,7 @@
 Summary: The openais Standards-Based Cluster Framework libraries
 Group: Development/Libraries
 Requires: openaislib = %{version}-%{release}
-Provides: openais-devel = 0.91-6
+Provides: openais-devel = %{version}
 Obsoletes: openais-devel < 0.91-6
 
 %description -n openaislib-devel
@@ -127,15 +129,26 @@
 %{_includedir}/openais/saEvt.h
 %{_includedir}/openais/saLck.h
 %{_includedir}/openais/saMsg.h
+%{_includedir}/openais/saTmr.h
 %{_libdir}/openais/libSaAmf.so
 %{_libdir}/openais/libSaCkpt.so
 %{_libdir}/openais/libSaClm.so
 %{_libdir}/openais/libSaEvt.so
 %{_libdir}/openais/libSaLck.so
 %{_libdir}/openais/libSaMsg.so
+%{_libdir}/openais/libSaTmr.so
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Feb 19 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.92-1
+- New upstream release.
+- Drop alphatag from spec file.
+- Drop trunk patch.
+- Update Provides for corosynclib-devel.
+- Update BuildRequires and Requires for new corosync.
+- Add libSaTmr to packaging.
+- Backport pkgconfig support for libSaTmr from trunk.
+
 * Mon Feb  2 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.91-6.svn1688
 - Update to svn trunk at revision 1688 from upstream.
 - Add support pkgconfig to devel package.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openais/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	25 Sep 2008 08:07:36 -0000	1.11
+++ sources	19 Feb 2009 08:58:14 -0000	1.12
@@ -1 +1 @@
-b88301b21b4cb59765cb872c231128fb  openais-0.91.tar.gz
+6f96bafd16d5f690c1798248cd8e499b  openais-0.92.tar.gz


--- openais-trunk.diff DELETED ---




More information about the fedora-extras-commits mailing list