Hello community,

here is the log from the commit of package nant for openSUSE:Factory checked in 
at 2013-02-01 09:47:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nant (Old)
 and      /work/SRC/openSUSE:Factory/.nant.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nant", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nant/nant.changes        2013-01-31 
16:48:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nant.new/nant.changes   2013-02-01 
09:47:20.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan 31 17:03:17 UTC 2013 - [email protected]
+
+- Filter out internal libs from the provides (e.g log4net.dll).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nant.spec ++++++
--- /var/tmp/diff_new_pack.Px7Uv0/_old  2013-02-01 09:47:21.000000000 +0100
+++ /var/tmp/diff_new_pack.Px7Uv0/_new  2013-02-01 09:47:21.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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to