rpms/mono-debugger/devel import.log, 1.14, 1.15 mono-debugger.spec, 1.29, 1.30

Paul F. Johnson pfj at fedoraproject.org
Sun Dec 27 00:59:33 UTC 2009


Author: pfj

Update of /cvs/pkgs/rpms/mono-debugger/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7526/devel

Modified Files:
	import.log mono-debugger.spec 
Log Message:

Update to 2.6 release
Remove sed magic - overkill and a pain here
Fix mono-debugger.pc.in file for 64 bit systems 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono-debugger/devel/import.log,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- import.log	23 Dec 2009 00:30:47 -0000	1.14
+++ import.log	27 Dec 2009 00:59:33 -0000	1.15
@@ -12,3 +12,4 @@ mono-debugger-2_4-8_fc11:HEAD:mono-debug
 mono-debugger-2_4_2-1_fc12:HEAD:mono-debugger-2.4.2-1.fc12.src.rpm:1245788313
 mono-debugger-2_4_2_1-1_fc12:HEAD:mono-debugger-2.4.2.1-1.fc12.src.rpm:1247178166
 mono-debugger-2_6-2_fc13:HEAD:mono-debugger-2.6-2.fc13.src.rpm:1261528169
+mono-debugger-2_6-3_fc13:HEAD:mono-debugger-2.6-3.fc13.src.rpm:1261875479


Index: mono-debugger.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-debugger/devel/mono-debugger.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- mono-debugger.spec	23 Dec 2009 00:30:47 -0000	1.29
+++ mono-debugger.spec	27 Dec 2009 00:59:33 -0000	1.30
@@ -1,7 +1,7 @@
 Summary: A debugger for Mono
 Name: mono-debugger
 Version: 2.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://www.go-mono.com/sources-stable/
@@ -40,15 +40,9 @@ rm -rf build/*.dll
 %patch1 -p1 -b .build
 %patch2 -p1 -b .doc
 
-#find . -name \*.in -or -name \*.am -or -name \*.pc.in \
-#       | while read f ;
-#         do
-#           sed -i -e 's!$(prefix)/lib!%{_libdir}!g' "$f" 
-#           sed -i -e 's!${exec_prefix}/lib!%{_libdir}!g' "$f" ;
-#         done
-
 sed -i -e 's!/usr/lib!%{_libdir}!g' mono-debugger-frontend.pc.in
 sed -i -e 's!${prefix}/lib/!%{_libdir}/!g' mono-debugger-frontend.pc.in
+sed -i -e 's!${prefix}/lib/!%{_libdir}/!g' mono-debugger.pc.in
 
 # Copy something that we know got built from source.
 # This doesn't end up in the package, though.
@@ -57,7 +51,7 @@ autoreconf -f -i -s
 
 %build
 %configure --disable-static --disable-dependency-tracking
-#%configure
+# remove smp_flags - race condition
 make 
 
 %install
@@ -90,8 +84,13 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/mono-debugger-frontend.pc
 
 %changelog
+* Sun Dec 27 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6-3
+- Fix mono-debugger.pc.in file for x86_64
+
 * Wed Dec 16 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6-2
 - Bump to 2.6 release
+- Remove sed magic - it was overkill
+- Remove smp_flags - race condition
 
 * Sat Oct 03 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6-1
 - Bump to 2.6 preview 1




More information about the scm-commits mailing list