rpms/rvm/F-13 .cvsignore, 1.3, 1.4 rvm.spec, 1.6, 1.7 sources, 1.3, 1.4 rvm-1.16-dso.patch, 1.1, NONE

Adam Goode agoode at fedoraproject.org
Tue May 18 19:38:07 UTC 2010


Author: agoode

Update of /cvs/pkgs/rpms/rvm/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11558

Modified Files:
	.cvsignore rvm.spec sources 
Removed Files:
	rvm-1.16-dso.patch 
Log Message:
* Thu Apr  1 2010 Adam Goode <adam at spicenitz.org> - 1.17-2
- Restore missing rpath build workaround



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rvm/F-13/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	27 Feb 2009 17:07:33 -0000	1.3
+++ .cvsignore	18 May 2010 19:38:07 -0000	1.4
@@ -1 +1 @@
-rvm-1.16.tar.gz
+rvm-1.17.tar.gz


Index: rvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rvm/F-13/rvm.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- rvm.spec	16 Feb 2010 19:45:34 -0000	1.6
+++ rvm.spec	18 May 2010 19:38:07 -0000	1.7
@@ -1,16 +1,13 @@
 Name:           rvm
-Version:        1.16
-Release:        3%{?dist}
+Version:        1.17
+Release:        2%{?dist}
 Summary:        C library for unstructured recoverable virtual memory
 Group:          System Environment/Libraries
 License:        LGPLv2
 URL:            http://www.coda.cs.cmu.edu/
 Source0:        ftp://ftp.coda.cs.cmu.edu/pub/coda/src/%{name}-%{version}.tar.gz
-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
@@ -41,7 +38,6 @@ developing applications that use %{name}
 
 %prep
 %setup -q
-%patch -P 0 -p1
 
 
 %build
@@ -55,7 +51,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
@@ -78,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_sbindir}/rvmutl
 %{_sbindir}/rdsinit
+%{_mandir}/man1/*
 
 %files devel
 %defattr(-,root,root,-)
@@ -87,6 +83,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr  1 2010 Adam Goode <adam at spicenitz.org> - 1.17-2
+- Restore missing rpath build workaround
+
+* Thu Apr  1 2010 Adam Goode <adam at spicenitz.org> - 1.17-1
+- New upstream release
+  + Add rvmutl/rdsinit man pages
+  + Make sure we can build with pthread support
+  + Fix several concurrent threading issues
+
 * Tue Feb 16 2010 Adam Goode <adam at spicenitz.org> - 1.16-3
 - Fix FTBFS (bz 565170)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rvm/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	27 Feb 2009 17:07:33 -0000	1.3
+++ sources	18 May 2010 19:38:07 -0000	1.4
@@ -1 +1 @@
-2165aa17417deec45d8433deeadf935f  rvm-1.16.tar.gz
+208486ed214c254280a6c23f8f5599bd  rvm-1.17.tar.gz


--- rvm-1.16-dso.patch DELETED ---



More information about the scm-commits mailing list