This commit is contained in:
parent
c26d2ddcb3
commit
8cc047e5ef
3
git-1.6.3.2.tar.bz2
Normal file
3
git-1.6.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82f02697f108062c05d8edab4a57eb24c18205024ef6c3e7dc03bf2bcb148882
|
||||
size 2059586
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c28afd152d3f254be884c288a0d8de9a72de9af5d7fac3f2df43b096b103cdc
|
||||
size 2057039
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 5 10:10:25 CEST 2009 - tiwai@suse.de
|
||||
|
||||
- updated to 1.6.3.1:
|
||||
* fix regression of "git checkout -b new-branch"
|
||||
- updated to 1.6.3.2:
|
||||
* fixes for gcc4.4 builds and others. See below for details
|
||||
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.3.2.txt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 8 11:37:26 CEST 2009 - tiwai@suse.de
|
||||
|
||||
|
10
git.spec
10
git.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package git (Version 1.6.3)
|
||||
# spec file for package git (Version 1.6.3.2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -36,7 +36,7 @@ BuildRequires: libopenssl-devel
|
||||
%endif
|
||||
BuildRequires: sgml-skel
|
||||
BuildRequires: xmlto
|
||||
Version: 1.6.3
|
||||
Version: 1.6.3.2
|
||||
Release: 1
|
||||
Summary: Fast, scalable, distributed revision control system
|
||||
License: GPL v2 or later
|
||||
@ -418,6 +418,12 @@ fi
|
||||
/etc/bash_completion.d/git.sh
|
||||
|
||||
%changelog
|
||||
* Fri Jun 05 2009 tiwai@suse.de
|
||||
- updated to 1.6.3.1:
|
||||
* fix regression of "git checkout -b new-branch"
|
||||
- updated to 1.6.3.2:
|
||||
* fixes for gcc4.4 builds and others. See below for details
|
||||
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.3.2.txt
|
||||
* Fri May 08 2009 tiwai@suse.de
|
||||
- updated to 1.6.3:
|
||||
* major version update: git push behavior change,
|
||||
|
Loading…
Reference in New Issue
Block a user