rpms/rvm/devel rvm.spec,1.5,1.6

Adam Goode agoode at fedoraproject.org
Tue Feb 16 19:45:34 UTC 2010


Author: agoode

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

Modified Files:
	rvm.spec 
Log Message:
* Tue Feb 16 2010 Adam Goode <adam at spicenitz.org> - 1.16-3
- Fix FTBFS (bz 565170)



Index: rvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rvm/devel/rvm.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- rvm.spec	27 Jul 2009 03:40:13 -0000	1.5
+++ rvm.spec	16 Feb 2010 19:45:34 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           rvm
 Version:        1.16
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        C library for unstructured recoverable virtual memory
 Group:          System Environment/Libraries
 License:        LGPLv2
@@ -9,6 +9,9 @@ Source0:        ftp://ftp.coda.cs.cmu.ed
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  lwp-devel
 
+# patch is upstream in git
+Patch0:		rvm-1.16-dso.patch
+
 %description
 The RVM persistent recoverable memory library. The RVM library is used by
 the Coda distributed filesystem.
@@ -38,6 +41,7 @@ developing applications that use %{name}
 
 %prep
 %setup -q
+%patch -P 0 -p1
 
 
 %build
@@ -83,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 16 2010 Adam Goode <adam at spicenitz.org> - 1.16-3
+- Fix FTBFS (bz 565170)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.16-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list