rpms/db4o/devel db4o.spec,1.15,1.16 import.log,1.3,1.4

Paul F. Johnson pfj at fedoraproject.org
Thu Jan 21 07:27:55 UTC 2010


Author: pfj

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

Modified Files:
	db4o.spec import.log 
Log Message:

Fix filenames binaries link to 



Index: db4o.spec
===================================================================
RCS file: /cvs/pkgs/rpms/db4o/devel/db4o.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- db4o.spec	20 Jan 2010 20:54:59 -0000	1.15
+++ db4o.spec	21 Jan 2010 07:27:55 -0000	1.16
@@ -5,7 +5,7 @@
 Summary: A native OODBMS for Java/.NET/Mono - Mono version
 Name: db4o
 Version: 7.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Patch0: db4o-74-make.patch
 Group: Development/Libraries
@@ -90,17 +90,17 @@ EOF
 
 cat <<EOF >%{buildroot}/%{_bindir}/Db4o-LinqTests
 #!/bin/sh
-env mono %{_libdir}/mono/db4o/Db4object.Db4o.Linq.Tests.exe "$@"
+env mono %{_libdir}/mono/db4o/Db4objects.Db4o.Linq.Tests.exe "$@"
 EOF
 
 cat <<EOF >%{buildroot}/%{_bindir}/Db4o-LinqInstrumentationTests
 #!/bin/sh
-env mono %{_libdir}/mono/db4o/Db4object.Db4o.Linq.Instrumentation.Tests.exe "$@"
+env mono %{_libdir}/mono/db4o/Db4objects.Db4o.Linq.Instrumentation.Tests.exe "$@"
 EOF
 
 cat <<EOF >%{buildroot}/%{_bindir}/Db4oTests
 #!/bin/sh
-env mono %{_libdir}/mono/db4o/Db4object.Db4o.Tests.exe "$@"
+env mono %{_libdir}/mono/db4o/Db4objects.Db4o.Tests.exe "$@"
 EOF
 
 chmod 755 %{buildroot}/%{_bindir}/Db4oTool
@@ -125,6 +125,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/db4o.pc
 
 %changelog
+* Wed Jan 20 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 7.4-2
+- Fix the names for the files the binaries link to
+
 * Wed Jan 20 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 7.4-1
 - Big update
 - Fix URL


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/db4o/devel/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	20 Jan 2010 20:54:59 -0000	1.3
+++ import.log	21 Jan 2010 07:27:55 -0000	1.4
@@ -1,3 +1,4 @@
 db4o-6_1-4_1_fc11:HEAD:db4o-6.1-4.1.fc11.src.rpm:1233876352
 db4o-6_1-5_fc11:HEAD:db4o-6.1-5.fc11.src.rpm:1239350489
 db4o-7_4-1_fc13:HEAD:db4o-7.4-1.fc13.src.rpm:1264020634
+db4o-7_4-2_fc13:HEAD:db4o-7.4-2.fc13.src.rpm:1264058798



More information about the scm-commits mailing list