SHA256
1
0
forked from pool/git
OBS User unknown 2007-08-06 21:09:19 +00:00 committed by Git OBS Bridge
parent 300b1b374f
commit e1fe49ccac
4 changed files with 32 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:169ef9e884ff2408cd59a9dd3114616051e7aaeffb88b37a78b26dabcc967499
size 1192216

View File

@ -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

View File

@ -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.
# This file and all modifications and additions to the pristine
@ -12,7 +12,7 @@
Name: git
BuildRequires: asciidoc curl-devel sgml-skel xmlto
Version: 1.5.2.3
Version: 1.5.2.4
Release: 1
Summary: Fast, scalable, distributed revision control system
License: GPL v2 or later
@ -228,6 +228,18 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/git-gui
%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
- Update to 1.5.2.3:
* fix many segfaults with the SVN gateway