Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2012-08-12 15:25:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git", Maintainer is "ti...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2012-06-12 07:07:49.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes     2012-08-12 
15:25:35.000000000 +0200
@@ -1,0 +2,15 @@
+Tue Aug  7 14:48:24 CEST 2012 - ti...@suse.de
+
+- updated to version 1.7.11:
+  Major version update; added new options in many commands and
+  new push mode like "simple"
+  See Documentation/RelNotes/1.7.11.txt for details.
+
+- updated to version 1.7.11.1, 1.7.11.2, 1.7.11.3, 1.7.11.4:
+  Contains many minor fixes, see below for details
+  Documentation/RelNotes/1.7.11.1.txt
+  Documentation/RelNotes/1.7.11.2.txt
+  Documentation/RelNotes/1.7.11.3.txt
+  Documentation/RelNotes/1.7.11.4.txt
+
+-------------------------------------------------------------------

Old:
----
  git-1.7.10.4.tar.gz
  git-nohardlink.diff

New:
----
  git-1.7.11.4.tar.gz

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.yPiu6I/_old  2012-08-12 15:25:38.000000000 +0200
+++ /var/tmp/diff_new_pack.yPiu6I/_new  2012-08-12 15:25:38.000000000 +0200
@@ -30,7 +30,7 @@
 BuildRequires:  python
 BuildRequires:  sgml-skel
 BuildRequires:  xmlto
-Version:        1.7.10.4
+Version:        1.7.11.4
 Release:        0
 Summary:        Fast, scalable, distributed revision control system
 License:        GPL-2.0
@@ -43,7 +43,6 @@
 Source4:        git.xinetd
 Source5:        usr.share.git-web.gitweb.cgi
 Source6:        susefirewall-git-daemon
-Patch1:         git-nohardlink.diff
 Patch2:         git-python-install-fix.diff
 Patch3:         completion-wordbreaks.diff
 # CVE-2011-2186, bnc#698456
@@ -187,7 +186,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
@@ -201,6 +199,7 @@
        WITH_OWN_SUBPROCESS_PY=YesPlease \
        DESTDIR=$RPM_BUILD_ROOT \
        NO_CROSS_DIRECTORY_HARDLINKS=1 \
+       NO_INSTALL_HARDLINKS=1 \
        V=1 \
        prefix=%{_prefix} mandir=%{_mandir} \
        gitexecdir=%{gitexecdir} \
@@ -233,7 +232,7 @@
 mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
 install -m 644 %{S:6} $RPM_BUILD_ROOT/%{_fwdefdir}/git-daemon
 ###
-(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE 
"archimport|svn|cvs|email|gitk|daemon|gui" | sed -e s@^$RPM_BUILD_ROOT@@)       
            > bin-man-doc-files
+(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%{_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
@@ -251,7 +250,7 @@
 install -m 644 %{SOURCE5} $RPM_BUILD_ROOT/etc/apparmor.d
 #
 # create predictable symlinks to make apparmor profile work
-for i in git git-upload-archive; do
+for i in git git-upload-archive git-receive-pack; do
   rm $RPM_BUILD_ROOT%{_bindir}/$i
   ln -s %{gitexecdir}/git-add $RPM_BUILD_ROOT%{_bindir}/$i
 done

++++++ git-1.7.10.4.tar.gz -> git-1.7.11.4.tar.gz ++++++
++++ 73809 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to