Accepting request 237627 from devel:tools:scm

1

OBS-URL: https://build.opensuse.org/request/show/237627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=135
This commit is contained in:
Stephan Kulow 2014-06-26 06:00:13 +00:00 committed by Git OBS Bridge
parent a4882f4047
commit 070b376530
4 changed files with 40 additions and 5 deletions

3
git-2.0.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:637ff00f207e100b48f72f3291d155c3b3ca7fecd762450bbedb0157a424a937
size 3430320

View File

@ -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 <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.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 Sun May 11 15:51:39 UTC 2014 - andreas.stieger@gmx.de

View File

@ -20,14 +20,14 @@
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
Name: git Name: git
Version: 1.9.3 Version: 2.0.0
Release: 0 Release: 0
Summary: Fast, scalable, distributed revision control system Summary: Fast, scalable, distributed revision control system
License: GPL-2.0 License: GPL-2.0
Group: Development/Tools/Version Control Group: Development/Tools/Version Control
Url: http://git-scm.com 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 Source1: apache2-gitweb.conf
Source2: sysconfig.git-daemon Source2: sysconfig.git-daemon
Source3: git-daemon.init Source3: git-daemon.init
@ -58,6 +58,7 @@ BuildRequires: python
BuildRequires: sgml-skel BuildRequires: sgml-skel
BuildRequires: tcsh BuildRequires: tcsh
BuildRequires: xmlto BuildRequires: xmlto
BuildRequires: xz
Requires: git-core = %{version} Requires: git-core = %{version}
Recommends: git-svn git-cvs git-email gitk git-gui git-web Recommends: git-svn git-cvs git-email gitk git-gui git-web
Suggests: git-daemon Suggests: git-daemon

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19f0d4ffc6d72f1d1dc2267d9c943cd2113422173a92b0404417f72f77d40310
size 4832902