rpms/rvm/F-12 .cvsignore,1.3,1.4 rvm.spec,1.5,1.6 sources,1.3,1.4

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


Author: agoode

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

Modified Files:
	.cvsignore rvm.spec sources 
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-12/.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:52 -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-12/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	18 May 2010 19:38:52 -0000	1.6
@@ -1,14 +1,14 @@
 Name:           rvm
-Version:        1.16
+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
 
+
 %description
 The RVM persistent recoverable memory library. The RVM library is used by
 the Coda distributed filesystem.
@@ -51,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 {} ';'
 
@@ -74,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_sbindir}/rvmutl
 %{_sbindir}/rdsinit
+%{_mandir}/man1/*
 
 %files devel
 %defattr(-,root,root,-)
@@ -83,6 +83,18 @@ 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)
+
 * 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rvm/F-12/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:52 -0000	1.4
@@ -1 +1 @@
-2165aa17417deec45d8433deeadf935f  rvm-1.16.tar.gz
+208486ed214c254280a6c23f8f5599bd  rvm-1.17.tar.gz



More information about the scm-commits mailing list