diff --git a/git-1.5.2.3.tar.bz2 b/git-1.5.2.3.tar.bz2 deleted file mode 100644 index f06dcdc..0000000 --- a/git-1.5.2.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7a92ec68849cc8b333f10263ea3c9c19ccc99fe9b581b5769fb729b14ac54ac -size 1191521 diff --git a/git-1.5.2.4.tar.bz2 b/git-1.5.2.4.tar.bz2 new file mode 100644 index 0000000..91f4b62 --- /dev/null +++ b/git-1.5.2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169ef9e884ff2408cd59a9dd3114616051e7aaeffb88b37a78b26dabcc967499 +size 1192216 diff --git a/git.changes b/git.changes index 6e7ea92..335ed16 100644 --- a/git.changes +++ b/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 diff --git a/git.spec b/git.spec index d50e046..8483760 100644 --- a/git.spec +++ b/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. # 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