Commit Graph

124 Commits

Author SHA1 Message Date
Todd Zullinger
bc3e0f7744 Update to git-1.6.5.5
Fixes bug 543481 (Unsubstituted Docbook parameters in git manpages)
2009-12-07 15:11:59 +00:00
Štěpán Kasal
5d53d5203f - rebuild against perl 5.10.1 2009-12-06 23:09:37 +00:00
Todd Zullinger
dc9ff0d4c3 Update to git-1.6.5.3
- Only BR perl(Error) on Fedora and RHEL >= 5
- Use config.mak to set build options
- Improve compatibility with EPEL
- Replace $RPM_BUILD_ROOT with %{buildroot}
- Fix Obsoletes for those rebuilding on EL-4
2009-11-27 03:10:18 +00:00
Bill Nottingham
075e350899 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:19:26 +00:00
Todd Zullinger
baa02def71 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 01:44:28 +00:00
Todd Zullinger
8c6a74fbc7 Update to git-1.6.5.1 2009-10-18 13:30:26 +00:00
Todd Zullinger
83562ac72a Update to git-1.6.5 2009-10-14 02:40:46 +00:00
Todd Zullinger
b79693427a Update to git-1.6.5.rc2
Enable Linus' block-sha1 implementation. This allows git to not link most
    binaries with libcrypto (from openssl). Combined with the upstream
    changes to not link to libcurl except when needed, this slims down the
    git binaries a bit.
2009-09-28 15:01:54 +00:00
Todd Zullinger
38399517f7 Update to git-1.6.4.4 2009-09-17 01:47:17 +00:00
Todd Zullinger
b9c71ac0ca Fix %changelog typo (hardly worth a rebuild, as 1.6.5 is not too far off) 2009-09-13 15:03:53 +00:00
Todd Zullinger
ee3bd9c6ee Update to git-1.6.4.3 2009-09-13 14:40:24 +00:00
Todd Zullinger
958314da4a Update to git-1.6.4.2 2009-08-31 14:30:41 +00:00
Todd Zullinger
b11d040316 Update to git-1.6.4.1 2009-08-23 16:33:46 +00:00
Tomáš Mráz
7eeaed53fe - rebuilt with new openssl 2009-08-21 13:30:59 +00:00
Todd Zullinger
1c30876e7b Update to git-1.6.4 2009-07-29 11:49:52 +00:00
Jesse Keating
0069f8b607 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 00:12:40 +00:00
Todd Zullinger
762cf1156b Update to git-1.6.3.3
- Move contributed hooks to %{_datadir}/git-core/contrib/hooks (bug 500137)
2009-06-28 23:26:09 +00:00
Todd Zullinger
87ceff4e35 Temporarily disable asciidoc's safe mode until bug 506953 is fixed 2009-06-20 00:52:46 +00:00
Todd Zullinger
4387c32ff0 Fix git-daemon hang on invalid input (CVE-2009-2108, bug 505761) 2009-06-19 13:10:45 +00:00
Todd Zullinger
e8f3787a2a Update to git-1.6.3.2
- Require emacs >= 22.2 for emacs support (bug 495312)
- Add a .desktop file for git-gui (bug 498801)
- Set ASCIIDOC8 and ASCIIDOC_NO_ROFF to correct documentation issues, the
    sed hack to fix bug 485161 should no longer be needed
- Escape newline in git-daemon xinetd description (bug 502393)
- Add xinetd to git-daemon Requires (bug 504105)
- Organize BuildRequires/Requires, drop redundant expat Requires
- Only build noarch subpackages on Fedora >= 10
- Only build emacs and arch subpackages on Fedora
- Handle curl/libcurl naming for EPEL and Fedora
2009-06-06 01:45:16 +00:00
Todd Zullinger
ff79f533a2 Update to git-1.6.2.2
- Include contrib/ dir in %doc (bug 492490)
- Don't set DOCBOOK_XSL_172, fix the '\&.ft' with sed (bug 485161)
- Ignore Branches output from cvsps-2.2b1 (bug 490602)
- Remove shebang from bash-completion script
- Include README in gitweb subpackage
2009-04-04 20:47:17 +00:00
Todd Zullinger
3fb48f5afa Update to git-1.6.2
- Include contrib/emacs/README in emacs subpackage
- Drop upstreamed git-web--browse patch
2009-03-09 20:36:41 +00:00
Todd Zullinger
33e67f8a54 Remove unneeded noautobuild file now that the F11 mass rebuild is done 2009-03-03 13:35:13 +00:00
Todd Zullinger
33cd3a6684 - Require perl(Authen::SASL) in git-email (bug 483062)
- Build many of the subpackages as noarch
- Update URL field
2009-02-25 02:22:19 +00:00
Todd Zullinger
96ee310620 Some git's subpackages should be noarch. We'll do that and rebuild
manually.
2009-02-23 19:58:18 +00:00
Todd Zullinger
59f9f439ed Add git-web--browse patch 2009-02-09 06:40:44 +00:00
Todd Zullinger
a72ee4cc9c Update to git-1.6.1.3
- Set htmldir so "git help -w <command>" works
- Patch git-web--browse to not use "/sbin/start" to browse
- Include git-daemon documentation in the git-daemon package
2009-02-09 06:39:19 +00:00
jwboyer
3bdf7d67a6 - git-1.6.1.2 2009-01-29 13:10:58 +00:00
Todd Zullinger
c97202cde7 Update to git-1.6.1.1
Also, make the compile more verbose.
2009-01-27 01:25:02 +00:00
Tomáš Mráz
3ff74b9f17 - rebuild with new openssl 2009-01-16 15:16:36 +00:00
Todd Zullinger
f1f8cabac8 - Install git-* commands in %{_libexecdir}/git-core, the upstream default
- Remove libcurl from Requires, rpm will pick this up automatically
- Consolidate build/install options in %make_git (Roland McGrath)
- Include DirectoryIndex in gitweb httpd-config (bug 471692)
- Define DOCBOOK_XSL_172 to fix minor manpage issues
- Rename %{_var}/lib/git-daemon to %{_var}/lib/git
- Preserve timestamps on installed files
- Quiet some rpmlint complaints
- Use macros more consistently
2009-01-03 16:36:21 +00:00
Todd Zullinger
413c55e528 - git-1.6.0.6
- Fixes a local privilege escalation bug in gitweb
    (http://article.gmane.org/gmane.comp.version-control.git/103624)
- Add gitk Requires to git-gui (bug 476308)
2008-12-20 17:26:02 +00:00
jwboyer
514ce7172b - git-1.6.0.5 2008-12-11 16:47:39 +00:00
jwboyer
985c13cd2d - git-1.6.0.4 2008-11-14 13:54:36 +00:00
jwboyer
5a18ae4d91 - git-1.6.0.3
- Drop curl requirement in favor of libcurl (bug 449388)
- Add requires for SMTP-SSL perl module to make git-send-email work (bug
    443615)
2008-10-22 12:18:50 +00:00
jbowes
95feff0f38 git 1.6.0.1 2008-08-28 12:16:58 +00:00
jbowes
ec200a8138 git-1.5.6.4 2008-07-24 14:03:40 +00:00
jbowes
a0598d9a30 update to 1.5.6 2008-06-19 12:38:47 +00:00
Štěpán Kasal
32525d9978 - use tar.bz2 instead of tar.gz 2008-06-03 15:39:56 +00:00
Štěpán Kasal
c894294501 - use tar.bz2 instead of tar.gz 2008-06-03 12:40:38 +00:00
jbowes
e2c8759419 git 1.5.5.3 2008-05-28 12:17:49 +00:00
jbowes
47a8f73b27 git 1.5.5.2 2008-05-26 10:40:50 +00:00
jbowes
0036192d72 1.5.5.1 2008-04-22 18:22:18 +00:00
jbowes
42eb2e04dc git 1.5.5 2008-04-09 14:19:55 +00:00
jbowes
4243f59168 Remove the remaining requires on git-core 2008-04-05 13:26:07 +00:00
jbowes
977b81323f Remove the commitdiff patch, it's upstream already 2008-04-02 12:24:12 +00:00
jbowes
c2080dd3aa update to 1.5.4.5 2008-03-28 13:47:49 +00:00
jbowes
5730de22f2 Own the bash completion dir in case bash-completion isn't installed 2008-03-27 00:06:43 +00:00
jbowes
758b1eb860 Assorted bug fixes:
- Include the sample hooks from contrib/hooks as docs (bug 321151).
- Install the bash completion script from contrib (bug 433255).
- Include the html docs in the 'core' package again (bug 434271).
2008-03-26 11:52:54 +00:00
jbowes
8e04882e3c Fix obsoletes version for updating from F8 2008-03-19 13:07:11 +00:00