diff --git a/git-2.0.0.tar.xz b/git-2.0.0.tar.xz new file mode 100644 index 0000000..dbcf622 --- /dev/null +++ b/git-2.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637ff00f207e100b48f72f3291d155c3b3ca7fecd762450bbedb0157a424a937 +size 3430320 diff --git a/git.changes b/git.changes index cb3b058..bece5e0 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Mon Jun 16 23:18:17 UTC 2014 - andreas.stieger@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 " is the same as "git add -A " now, use + "git add --ignore-removal " 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.stieger@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 + ------------------------------------------------------------------- Sun May 11 15:51:39 UTC 2014 - andreas.stieger@gmx.de diff --git a/git.spec b/git.spec index 9c25e48..b765212 100644 --- a/git.spec +++ b/git.spec @@ -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: python 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 diff --git a/v1.9.3.tar.gz b/v1.9.3.tar.gz deleted file mode 100644 index 328ae26..0000000 --- a/v1.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19f0d4ffc6d72f1d1dc2267d9c943cd2113422173a92b0404417f72f77d40310 -size 4832902