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

- Update to 1.5.2.3:
  * fix many segfaults with the SVN gateway
  * various bugfixes

-------------------------------------------------------------------
Fri May 18 00:34:20 CEST 2007 - dmueller@suse.de

- Update to 1.5.1.4:
  * GIT <-> SVN gateway
  * New porcelain, much improved index handling
  * git-config
  * Bare repositories refuse commands that need a working tree
  * packed ref support
  * 3-way merges can be done without rcs
  * python dependency dropped

-------------------------------------------------------------------
Sat Nov 18 04:46:49 CET 2006 - pbaudis@suse.cz

- Fix build failure from previous change (trivial omission)

-------------------------------------------------------------------
Fri Nov 17 20:56:22 CET 2006 - pbaudis@suse.cz

- Fix git-arch package containing git-archive and git-upload-archive
  [#222074]

-------------------------------------------------------------------
Fri Nov 17 05:24:23 CET 2006 - pbaudis@suse.cz

- Upgrade to git-1.4.3.4 - only few bugfixes, most importantly
  git-apply wouldn't apply creation/deletion patches

-------------------------------------------------------------------
Tue Nov  7 01:04:24 CET 2006 - ro@suse.de

- fix permissions for manpages 

-------------------------------------------------------------------
Sat Oct 28 22:15:26 CEST 2006 - meissner@suse.de

- use RPM_OPT_FLAGS also in %install make

-------------------------------------------------------------------
Thu Oct 26 14:56:47 CEST 2006 - pbaudis@suse.cz

- Upgrade to git-1.4.3.3 - bugfixes release

-------------------------------------------------------------------
Thu Oct 19 02:14:05 CEST 2006 - pbaudis@suse.cz

- Update to git-1.4.3 - UI improvements, speedups, random new
  features (e.g. git-daemon name-based virtual hosting support),
  basic Git.pm
- Fixes build failures due to asciidoc incompatibilities

-------------------------------------------------------------------
Tue Jul 25 08:43:27 CEST 2006 - pbaudis@suse.cz

- Update to git-1.4.1.1 - includes gitweb, many bugfixes, some
  commands are converted from shell to C, aliasing support,
  documentation improvements and so on.
- Junio's patch got applied upstream.
- Pre-create /srv/git for bare Git repositories hosting.
- Install gitweb to /srv/www/cgi-bin pre-configured to look
  for packages at /srv/git.

-------------------------------------------------------------------
Mon May 15 01:04:34 CEST 2006 - pbaudis@suse.cz

- Update to git-core-1.3.1 - git-cvsserver pserver interface,
  .git/refs/remotes branches support, blame/annotate tools,
  builtin diff, faster and better rename detection and number
  of other stuff.
- Add Junio's patch for saner handling of symlink refs. This is
  an important bugfix since without this, it is impossible to
  bisect behind kernel linux-v2.6.15-g117a93d.
- Olaf Hering's cutnpaste patch got applied upstream.

-------------------------------------------------------------------
Mon Mar 13 02:28:07 CET 2006 - ro@suse.de

- change requires from "openssh-clients" to "openssh"
  (former does not exist) 

-------------------------------------------------------------------
Fri Mar 10 01:54:28 CET 2006 - pbaudis@suse.cz

- Add Olaf Hering's patch for easier cut'n'pasting.

-------------------------------------------------------------------
Tue Mar  7 23:08:46 CET 2006 - pbaudis@suse.cz

- Update to git-core 1.2.4.
- This is a security fix: there was a buffer overflow when checking
  out a tree with an insanely long symlink. (No Bugzilla id.)

-------------------------------------------------------------------
Wed Jan 25 21:36:11 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Tue Jan 17 21:50:49 CET 2006 - pbaudis@suse.cz

- Fix the specfile build (no expat and asciidoc, xmlto problems)

-------------------------------------------------------------------
Mon Jan 16 23:14:38 CET 2006 - pbaudis@suse.cz

- Update to git-core 1.1.3.
- Modify the specfile so that it looks more like the stock one.
- Split bits to subpackages

-------------------------------------------------------------------
Sun Dec  4 14:28:09 CET 2005 - schwab@suse.de

- Fix embedded paths.

-------------------------------------------------------------------
Wed Oct  5 23:35:21 CEST 2005 - schwab@suse.de

- Don't build documentation in parallel.

-------------------------------------------------------------------
Mon Sep 19 11:11:41 CEST 2005 - schwab@suse.de

- Update to git-core 0.99.7.
- Install manpages.

-------------------------------------------------------------------
Fri Aug  5 11:24:34 CEST 2005 - kasievers@suse.de

- New version 0.99.3git20050905 
  rename git to git-core, to match the upstream package name

-------------------------------------------------------------------
Sun Jul  3 03:21:00 CEST 2005 - kasievers@suse.de

- New version 0.7git20050703

-------------------------------------------------------------------
Thu Jun 30 22:16:53 CEST 2005 - kasievers@suse.de

- New version 20050630 

-------------------------------------------------------------------
Fri Jun 24 13:54:01 CEST 2005 - kasievers@suse.de

- New version 20050624 

-------------------------------------------------------------------
Sun Jun 12 03:50:05 CEST 2005 - kay.sievers@suse.de

- New version 20050612 

-------------------------------------------------------------------
Thu Jun  2 11:31:29 CEST 2005 - kay.sievers@suse.de

- Split git/Cogito into separate packages
- Update git to version 20050602

-------------------------------------------------------------------
Fri May 20 14:27:50 CEST 2005 - schwab@suse.de

- Use RPM_OPT_FLAGS.
- Specfile cleanup.

-------------------------------------------------------------------
Fri May 20 14:15:46 CEST 2005 - mmj@suse.de

- %_libdir -> FHS libexec

-------------------------------------------------------------------
Fri May 20 13:02:10 CEST 2005 - skh@suse.de

- initial package