commit nant for openSUSE:12.3
Hello community, here is the log from the commit of package nant for openSUSE:12.3 checked in at 2013-02-01 09:47:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/nant (Old) and /work/SRC/openSUSE:12.3/.nant.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "nant", Maintainer is "orphaned@suse.de" Changes: -------- --- /work/SRC/openSUSE:12.3/nant/nant.changes 2013-01-31 16:49:05.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.nant.new/nant.changes 2013-02-01 09:47:30.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Jan 31 17:03:17 UTC 2013 - dimstar@opensuse.org + +- Filter out internal libs from the provides (e.g log4net.dll). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nant.spec ++++++ --- /var/tmp/diff_new_pack.wFejTo/_old 2013-02-01 09:47:30.000000000 +0100 +++ /var/tmp/diff_new_pack.wFejTo/_new 2013-02-01 09:47:30.000000000 +0100 @@ -30,6 +30,9 @@ BuildRequires: mono-data BuildRequires: mono-devel %define _use_internal_dependency_generator 0 +# ignore some bundled dlls +%define __find_provides env sh -c 'filelist=($(grep -v log4net.dll | grep -v scvs.exe | grep -v nunit | grep -v NDoc | grep -v neutral)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\\n" "${filelist[@]}" | /usr/bin/mono-find-provides ; } | sort | uniq' +%define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-requires && printf "%s\\n" "${filelist[@]}" | /usr/bin/mono-find-requires ; } | sort | uniq' %description NAnt is a free .NET build tool. In theory it is kind of like make -- 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