Hello community, here is the log from the commit of package nant checked in at Sun Apr 1 12:01:33 CEST 2007. -------- --- nant/nant.changes 2007-03-06 20:41:14.000000000 +0100 +++ /mounts/work_src_done/NOARCH/nant/nant.changes 2007-03-30 19:16:41.828657000 +0200 @@ -1,0 +2,6 @@ +Fri Mar 30 19:15:36 CEST 2007 - wberrier@suse.de + +- Fix nant wrapper script so it is really noarch (remove possibilites + of the wrapper containing lib64), add 'exec' + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nant.spec ++++++ --- /var/tmp/diff_new_pack.uh4769/_old 2007-04-01 12:01:19.000000000 +0200 +++ /var/tmp/diff_new_pack.uh4769/_new 2007-04-01 12:01:19.000000000 +0200 @@ -15,7 +15,7 @@ # nant's progression: 0.85-rc4, 0.85 # working rpm upgrade path requires: 0.85-rc4, 0.85.0 Version: 0.85.0 -Release: 26 +Release: 30 License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) BuildArch: noarch URL: http://nant.sourceforge.net @@ -78,7 +78,7 @@ # Fix script cat <<EOF > ./usr/bin/nant #!/bin/sh -`pkg-config mono --variable prefix`/bin/mono /usr/lib/NAnt/NAnt.exe "\$@" +exec `which mono` /usr/lib/NAnt/NAnt.exe "\$@" EOF chmod 755 ./usr/bin/nant @@ -86,6 +86,9 @@ rm -rf "$RPM_BUILD_ROOT" %changelog +* Fri Mar 30 2007 - wberrier@suse.de +- Fix nant wrapper script so it is really noarch (remove possibilites + of the wrapper containing lib64), add 'exec' * Tue Mar 06 2007 - wberrier@suse.de - nant-remove_overridden_obsolete.patch: mcs >= 1.2.3 doesn't allow obsolete overrides for non-obsolete methods. future versions of ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de