Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2012-10-16 21:32:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2012-10-11 09:23:55.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes     2012-10-16 
21:32:05.000000000 +0200
@@ -35,0 +36,6 @@
+Mon Oct  8 20:50:47 UTC 2012 - [email protected]
+
+- Use ./.make also in %check to test exactly what was built
+- Avoid duplicate file warnings
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.e7CH3a/_old  2012-10-16 21:32:09.000000000 +0200
+++ /var/tmp/diff_new_pack.e7CH3a/_new  2012-10-16 21:32:09.000000000 +0200
@@ -236,7 +236,7 @@
 install -m 644 %{S:6} $RPM_BUILD_ROOT/%{_fwdefdir}/git-daemon
 ###
 (find $RPM_BUILD_ROOT%{_bindir} -type f -o -type l | grep -vE 
"archimport|svn|cvs|email|gitk|daemon|gui" | sed -e s@^$RPM_BUILD_ROOT@@)       
            > bin-man-doc-files
-(find $RPM_BUILD_ROOT%{gitexecdir} -mindepth 1 | grep -vE 
"archimport|svn|cvs|email|gitk|daemon|gui" | sed -e s@^$RPM_BUILD_ROOT@@)       
        >> bin-man-doc-files
+(find $RPM_BUILD_ROOT%{gitexecdir} ! -type d | grep -vE 
"archimport|svn|cvs|email|gitk|daemon|gui" | sed -e s@^$RPM_BUILD_ROOT@@)       
        >> bin-man-doc-files
 (find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep 
-vE "archimport|svn|git-cvs|email|gitk|daemon|gui" | sed -e 
s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files
 ( pushd perl
   perl Makefile.PL
@@ -268,7 +268,7 @@
 %fdupes -s $RPM_BUILD_ROOT
 
 %check
-make %{?_smp_mflags} test
+./.make %{?_smp_mflags} test
 
 %pre daemon
 if ! /usr/bin/getent passwd git-daemon >/dev/null; then
@@ -365,9 +365,9 @@
 
 %files core -f bin-man-doc-files
 %defattr(-,root,root)
-%{_bindir}/git
 %{_datadir}/git-core/
 %dir %{gitexecdir}
+%dir %{gitexecdir}/mergetools
 %doc README COPYING Documentation/*.txt
 %{!?_without_docs: %doc Documentation/*.html }
 %if 0%{?suse_version} < 1140
@@ -375,7 +375,6 @@
 %endif
 %{perl_vendorlib}/Git.pm
 %{perl_vendorlib}/Git/
-%{perl_vendorlib}/Git/*.pm
 %{perl_vendorarch}/auto/Git/
 /etc/bash_completion.d/*.sh
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to