Compare commits

...
Sign in to create a new pull request.

16 commits

Author SHA1 Message Date
Adam Tkac
f305186449 Merge remote branch 'origin/master' into f12
Conflicts:
	.gitignore

Signed-off-by: Adam Tkac <atkac@redhat.com>
2010-09-07 11:20:07 +02:00
Adam Tkac
087d36292a Merge remote branch 'origin/master' into f12
Conflicts:
	.gitignore
	git.spec
	sources

Signed-off-by: Adam Tkac <atkac@redhat.com>
2010-08-20 11:12:38 +02:00
Thomas Spura
a837145c08 cherry-pick: "Do not unquote + into ' ' in URLs"
There are problems with this bug in dist-git.
2010-07-30 23:15:53 +02:00
Todd Zullinger
d4b2594bd8 Update to git-1.7.2.1 2010-07-30 10:47:58 -04:00
Fedora Release Engineering
27ef7cbc06 dist-git conversion 2010-07-28 15:41:23 +00:00
Adam Tkac
3535a15215 Upload 1.7.2 tarball. 2010-07-22 11:16:46 +00:00
Adam Tkac
121e0a3f26 - update to 1.7.2 2010-07-22 11:15:56 +00:00
Adam Tkac
c6882d0c23 - update to 1.7.1.1 2010-07-02 13:30:35 +00:00
Todd Zullinger
d03a1f2768 Update to git-1.7.1
- Fix conditionals for EL-6
- Comply with Emacs add-on packaging guidelines (#573423), Jonathan
    Underwood
- Place elisp source files in separate emacs-git-el package
- Place git support files in own directory under site-lisp
- Use Emacs packaging macros
2010-06-12 12:57:25 +00:00
Todd Zullinger
5dffa8f024 Update to git-1.6.6.1
- Use %{gitcoredir}/git-daemon as xinetd server option, for SELinux
    (#529682)
- Make %{_var}/lib/git the default gitweb projectroot (#556299)
- Include gitweb/INSTALL file as documentation, the gitweb README refers to
    it
- Ship a short example gitweb config file (%{_sysconfdir}/gitweb.conf)
- Remove long fixed xinetd IPv6 workaround on Fedora (#557528)
- Install missing gitweb.js (#558740)
2010-02-02 02:26:45 +00:00
Todd Zullinger
3905e21484 Update to git-1.6.6
This syncs the F-12 branch with devel to pull in various fixes from
    upstream as well as making the spec file more compatible with EPEL.
2010-01-02 22:13:41 +00:00
Bill Nottingham
6fcf30fcd1 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:56:49 +00:00
Todd Zullinger
568e172fba Update to git-1.6.5.2
- Drop asciidoc --unsafe option, it should not be needed anymore
- Don't use install -t/-T, they're not compatible with older coreutils
- Don't use -perm /a+x with find, it's incompatible with older findutils
2009-10-31 02:02:35 +00:00
Todd Zullinger
bd1a8d3e07 Update to git-1.6.5.1 2009-10-18 13:58:02 +00:00
Todd Zullinger
a708efe3ba Update to git-1.6.5 2009-10-14 03:24:09 +00:00
Jesse Keating
e68a2e5b44 Initialize branch F-12 for git 2009-09-29 04:56:48 +00:00

View file

@ -476,9 +476,6 @@ rm -rf %{buildroot}
* Fri Jul 02 2010 Adam Tkac <atkac redhat com> - 1.7.1.1-1
- update to 1.7.1.1
* Fri Jun 25 2010 Adam Tkac <atkac redhat com> - 1.7.1-2
- rebuild against new perl
* Tue May 04 2010 Todd Zullinger <tmz@pobox.com> - 1.7.1-1
- git-1.7.1
- Fix conditionals for EL-6