This commit is contained in:
parent
300b1b374f
commit
e1fe49ccac
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d7a92ec68849cc8b333f10263ea3c9c19ccc99fe9b581b5769fb729b14ac54ac
|
|
||||||
size 1191521
|
|
3
git-1.5.2.4.tar.bz2
Normal file
3
git-1.5.2.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:169ef9e884ff2408cd59a9dd3114616051e7aaeffb88b37a78b26dabcc967499
|
||||||
|
size 1192216
|
15
git.changes
15
git.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 6 23:00:14 CEST 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 1.5.2.4:
|
||||||
|
* "git checkout" failed to switch back and forth between
|
||||||
|
branches, one of which has "frotz -> xyzzy" symlink and
|
||||||
|
file "xyzzy/filfre", while the other one has a file
|
||||||
|
"frotz/filfre".
|
||||||
|
* "git prune" used to segfault upon seeing a commit that is
|
||||||
|
referred to by a tree object (aka "subproject").
|
||||||
|
* "git diff --name-status --no-index" mishandled an added file.
|
||||||
|
* "git apply --reverse --whitespace=warn" still complained
|
||||||
|
about whitespaces that a forward application would have
|
||||||
|
introduced.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 5 02:35:22 CEST 2007 - dmueller@suse.de
|
Thu Jul 5 02:35:22 CEST 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
16
git.spec
16
git.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package git (Version 1.5.2.3)
|
# spec file for package git (Version 1.5.2.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
BuildRequires: asciidoc curl-devel sgml-skel xmlto
|
BuildRequires: asciidoc curl-devel sgml-skel xmlto
|
||||||
Version: 1.5.2.3
|
Version: 1.5.2.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
@ -228,6 +228,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/git-gui
|
/usr/share/git-gui
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 06 2007 - dmueller@suse.de
|
||||||
|
- update to 1.5.2.4:
|
||||||
|
* "git checkout" failed to switch back and forth between
|
||||||
|
branches, one of which has "frotz -> xyzzy" symlink and
|
||||||
|
file "xyzzy/filfre", while the other one has a file
|
||||||
|
"frotz/filfre".
|
||||||
|
* "git prune" used to segfault upon seeing a commit that is
|
||||||
|
referred to by a tree object (aka "subproject").
|
||||||
|
* "git diff --name-status --no-index" mishandled an added file.
|
||||||
|
* "git apply --reverse --whitespace=warn" still complained
|
||||||
|
about whitespaces that a forward application would have
|
||||||
|
introduced.
|
||||||
* Thu Jul 05 2007 - dmueller@suse.de
|
* Thu Jul 05 2007 - dmueller@suse.de
|
||||||
- Update to 1.5.2.3:
|
- Update to 1.5.2.3:
|
||||||
* fix many segfaults with the SVN gateway
|
* fix many segfaults with the SVN gateway
|
||||||
|
Loading…
Reference in New Issue
Block a user