Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2014-06-26 08:00:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2014-05-13 20:45:49.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes     2014-06-26 
08:00:15.000000000 +0200
@@ -1,0 +2,34 @@
+Mon Jun 16 23:18:17 UTC 2014 - andreas.stie...@gmx.de
+
+- git 2.0.0
+- Backward compatibility notes:
+  * git push now uses "simple" semantics by default instead of
+    old "matching", use variable "push.default" to revert
+  * "git add -u" and "git add -A" operate on entire tree, use 
+    "git add -u ." or "git add -A ." for current directory only.
+  * "git add <path>" is the same as "git add -A <path>" now, use
+    "git add --ignore-removal <path>" for previous behaviour
+  * "-q" option of "git diff-files" has been removed. To ignore
+     deletion, use "git diff-files --diff-filter=d"
+  * "git request-pull" lost a few "heuristics"
+  * default prefix for "git svn" remote-tracking branches changed
+    from refs/remotes to refs/remotes/origin/ unless with "--prefix"
+- Updates, fixes and features as listed in:
+  
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.0.0.txt
+
+-------------------------------------------------------------------
+Wed Jun 11 20:36:00 UTC 2014 - andreas.stie...@gmx.de
+
+- git 1.9.4:
+   * Commands that take pathspecs on the command line misbehaved
+     when the pathspec is given as an absolute pathname (which is a
+     practice not particularly encouraged) that points at a
+     symbolic link in the working tree.
+   * An earlier fix to the shell prompt script (in contrib/) for
+     using the PROMPT_COMMAND interface did not correctly check if
+     the extra code path needs to trigger, causing the branch name
+     not to appear when 'promptvars' option is disabled in bash or
+     PROMPT_SUBST is unset in zsh.
+- switch to xz tarball form kernel.org
+
+-------------------------------------------------------------------

Old:
----
  v1.9.3.tar.gz

New:
----
  git-2.0.0.tar.xz

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.D38JhQ/_old  2014-06-26 08:00:16.000000000 +0200
+++ /var/tmp/diff_new_pack.D38JhQ/_new  2014-06-26 08:00:16.000000000 +0200
@@ -20,14 +20,14 @@
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:           git
-Version:        1.9.3
+Version:        2.0.0
 Release:        0
 Summary:        Fast, scalable, distributed revision control system
 License:        GPL-2.0
 Group:          Development/Tools/Version Control
 Url:            http://git-scm.com
 
-Source0:        https://github.com/git/%{name}/archive/v%{version}.tar.gz
+Source0:        
https://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.xz
 Source1:        apache2-gitweb.conf
 Source2:        sysconfig.git-daemon
 Source3:        git-daemon.init
@@ -58,6 +58,7 @@
 BuildRequires:  sgml-skel
 BuildRequires:  tcsh
 BuildRequires:  xmlto
+BuildRequires:  xz
 Requires:       git-core = %{version}
 Recommends:     git-svn git-cvs git-email gitk git-gui git-web
 Suggests:       git-daemon

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

Reply via email to