Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2012-02-29 14:06:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-14 11:24:06.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes     2012-02-29 
14:06:45.000000000 +0100
@@ -1,0 +2,47 @@
+Mon Feb 27 11:43:15 UTC 2012 - sasc...@suse.de
+
+- Update to version 1.7.9.2:
+  * Bash completion script (in contrib/) did not like a pattern that
+    begins with a dash to be passed to __git_ps1 helper function.
+  * Adaptation of the bash completion script (in contrib/) for zsh
+    incorrectly listed all subcommands when "git <TAB><TAB>" was given
+    to ask for list of porcelain subcommands.
+  * The build procedure for profile-directed optimized binary was not
+    working very well.
+  * Some systems need to explicitly link -lcharset to get locale_charset().
+  * t5541 ignored user-supplied port number used for HTTP server testing.
+  * The error message emitted when we see an empty loose object was
+    not phrased correctly.
+  * The code to ask for password did not fall back to the terminal
+    input when GIT_ASKPASS is set but does not work (e.g. lack of X
+    with GUI askpass helper).
+  * We failed to give the true terminal width to any subcommand when
+    they are invoked with the pager, i.e. "git -p cmd".
+  * map_user() was not rewriting its output correctly, which resulted
+    in the user visible symptom that "git blame -e" sometimes showed
+    excess '>' at the end of email addresses.
+  * "git checkout -b" did not allow switching out of an unborn branch.
+  * When you have both .../foo and .../foo.git, "git clone .../foo" did not
+    favor the former but the latter.
+  * "git commit" refused to create a commit when entries added with
+    "add -N" remained in the index, without telling Git what their content
+    in the next commit should be. We should have created the commit without
+    these paths.
+  * "git diff --stat" said "files", "insertions", and "deletions" even
+    when it is showing one "file", one "insertion" or one "deletion".
+  * The output from "git diff --stat" for two paths that have the same
+    amount of changes showed graph bars of different length due to the
+    way we handled rounding errors.
+  * "git grep" did not pay attention to -diff (hence -binary) attribute.
+  * The transport programs (fetch, push, clone)ignored --no-progress
+    and showed progress when sending their output to a terminal.
+  * Sometimes error status detected by a check in an earlier phase of
+    "git receive-pack" (the other end of "git push") was lost by later
+    checks, resulting in false indication of success.
+  * "git rev-list --verify" sometimes skipped verification depending on
+    the phase of the moon, which dates back to 1.7.8.x series.
+  * Search box in "gitweb" did not accept non-ASCII characters correctly.
+  * Search interface of "gitweb" did not show multiple matches in the same file
+    correctly.
+
+-------------------------------------------------------------------

Old:
----
  git-1.7.9.tar.gz

New:
----
  git-1.7.9.2.tar.gz

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.EWJx56/_old  2012-02-29 14:06:48.000000000 +0100
+++ /var/tmp/diff_new_pack.EWJx56/_new  2012-02-29 14:06:48.000000000 +0100
@@ -19,28 +19,17 @@
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:           git
-%if 0%{?suse_version} < 1030
-%define dist_has_fdupes 0
-%else
-%define dist_has_fdupes 1
-%endif
 BuildRequires:  asciidoc
 BuildRequires:  curl
 BuildRequires:  libcurl-devel
 BuildRequires:  libexpat-devel
-%if %{dist_has_fdupes}
 BuildRequires:  fdupes
-%endif
-%if 0%{?suse_version} < 1030
-BuildRequires:  openssl-devel
-%else
 BuildRequires:  libopenssl-devel
-%endif
 BuildRequires:  sgml-skel
 BuildRequires:  xmlto
 BuildRequires:  python
 BuildRequires:  perl-Error
-Version:        1.7.9
+Version:        1.7.9.2
 Release:        0
 Summary:        Fast, scalable, distributed revision control system
 License:        GPL-2.0
@@ -74,12 +63,6 @@
 repositories from other revision control systems such as subversion,
 CVS, and GNU arch.
 
-
-
-Authors:
---------
-    Linus Torvalds <torva...@osdl.org>
-
 %package core
 Summary:        Core git tools
 Group:          Development/Tools/Version Control
@@ -93,13 +76,6 @@
 
 These are the core tools with minimal dependencies.
 
-
-
-Authors:
---------
-    Linus Torvalds <torva...@osdl.org>
-    Junio C Hamano <jun...@cox.net>
-
 %package svn
 Summary:        Git tools for importing Subversion repositories
 Group:          Development/Tools/Version Control
@@ -110,13 +86,6 @@
 Tools for importing Subversion repositories to the Git version control
 system.
 
-
-
-Authors:
---------
-    Linus Torvalds <torva...@osdl.org>
-    Junio C Hamano <jun...@cox.net>
-
 %package cvs
 Summary:        Git tools for importing CVS repositories
 Group:          Development/Tools/Version Control
@@ -125,13 +94,6 @@
 %description cvs
 Tools for importing CVS repositories to the Git version control system.
 
-
-
-Authors:
---------
-    Linus Torvalds <torva...@osdl.org>
-    Junio C Hamano <jun...@cox.net>
-
 %package arch
 Summary:        Git tools for importing Arch repositories
 Group:          Development/Tools/Version Control
@@ -142,13 +104,6 @@
 Tools for importing GNU Arch repositories to the GIT version control
 system.
 
-
-
-Authors:
---------
-    Linus Torvalds <torva...@osdl.org>
-    Junio C Hamano <jun...@cox.net>
-
 %package email
 Summary:        Git tools for sending email
 Group:          Development/Tools/Version Control
@@ -159,13 +114,6 @@
 %description email
 Email interface for the GIT version control system.
 
-
-
-Authors:
---------
-    Linus Torvalds <torva...@osdl.org>
-    Junio C Hamano <jun...@cox.net>
-
 %package daemon
 Summary:        Simple Server for Git Repositories
 Group:          Development/Tools/Version Control
@@ -176,13 +124,6 @@
 A really simple TCP git daemon. In the default configuration it allows
 read only access to repositories in /srv/git/ that contain the
 'git-daemon-export-ok' file.
-
-
-
-Authors:
---------
-    Linus Torvalds <torva...@osdl.org>
-
 %package -n gitk
 Summary:        Git revision tree visualiser
 Group:          Development/Tools/Version Control
@@ -197,13 +138,6 @@
 A simple Tk based graphical interface for common Git operations is
 found in the package git-gui.
 
-
-
-Authors:
---------
-    Linus Torvalds <torva...@osdl.org>
-    Junio C Hamano <jun...@cox.net>
-
 %package gui
 Summary:        Grapical tool for common git operations
 Group:          Development/Tools/Version Control
@@ -220,12 +154,6 @@
 annotation, and does not show project history. It does however supply
 menu actions to start a gitk session from within git-gui.
 
-
-
-Authors:
---------
-    Linus Torvalds <torva...@osdl.org>
-
 %package web
 Summary:        Git Web Interface
 Group:          Development/Tools/Version Control
@@ -238,12 +166,6 @@
 The apache2 configuration contained in this package installs a virtual
 directory /git/ that calls the cgi script.
 
-
-
-Authors:
---------
-    Linus Torvalds <torva...@osdl.org>
-
 %package remote-helpers
 Summary:        Python package for remote helper scripts
 Group:          Development/Tools/Version Control
@@ -284,8 +206,8 @@
 ### git-web
 cp gitweb/INSTALL INSTALL.gitweb
 cp gitweb/README README.gitweb
-install -d ${RPM_BUILD_ROOT}/usr/share/git-web
-install -d ${RPM_BUILD_ROOT}/etc/apache2/conf.d
+install -d %{buildroot}/usr/share/git-web
+install -d %{buildroot}/etc/apache2/conf.d
 install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/apache2/conf.d/gitweb.conf
 ### git-daemon
 install -d -m 755 $RPM_BUILD_ROOT/etc/init.d
@@ -305,9 +227,9 @@
 (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
-  make -f perl.mak DESTDIR=${RPM_BUILD_ROOT}  install_vendor
+  make -f perl.mak DESTDIR=%{buildroot}  install_vendor
 )
-rm -rf ${RPM_BUILD_ROOT}/usr/lib/perl5/site_perl
+rm -rf %{buildroot}/usr/lib/perl5/site_perl
 %perl_process_packlist
 find $RPM_BUILD_ROOT/%_mandir -type f -print0 | xargs -0 chmod 644
 install -m 644 -D contrib/completion/git-completion.bash 
$RPM_BUILD_ROOT/etc/bash_completion.d/git.sh
@@ -317,7 +239,6 @@
 install -d -m 755 $RPM_BUILD_ROOT/etc/apparmor.d
 install -m 644 %{SOURCE5} $RPM_BUILD_ROOT/etc/apparmor.d
 #
-%if %{dist_has_fdupes}
 # create predictable symlinks to make apparmor profile work
 for i in git git-upload-archive; do
   rm $RPM_BUILD_ROOT%{_bindir}/$i
@@ -330,7 +251,6 @@
 %find_lang %{name}
 # use symlinks instead of hardlinks in sub-commands
 %fdupes -s $RPM_BUILD_ROOT
-%endif
 
 %check
 make %{?_smp_mflags} test

++++++ git-1.7.9.tar.gz -> git-1.7.9.2.tar.gz ++++++
++++ 5675 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