summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to git-1.6.5.3Todd Zullinger2009-11-273-57/+105
| | | | | | | | - 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
* Fix typo that causes a failure to update the common directory. (relengBill Nottingham2009-11-251-1/+1
| | | | #2781)
* Update to git-1.6.5.2Todd Zullinger2009-10-313-8/+14
| | | | | | - 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
* Update to git-1.6.5.1Todd Zullinger2009-10-183-3/+6
|
* Update to git-1.6.5Todd Zullinger2009-10-144-8/+10
|
* Update to git-1.6.5.rc2Todd Zullinger2009-09-283-7/+13
| | | | | | | 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.
* Update to git-1.6.4.4Todd Zullinger2009-09-173-3/+6
|
* Fix %changelog typo (hardly worth a rebuild, as 1.6.5 is not too far off)Todd Zullinger2009-09-131-1/+1
|
* Update to git-1.6.4.3Todd Zullinger2009-09-133-3/+6
|
* Update to git-1.6.4.2Todd Zullinger2009-08-313-3/+6
|
* Update to git-1.6.4.1Todd Zullinger2009-08-233-4/+7
|
* - rebuilt with new opensslTomáš Mráz2009-08-211-1/+4
|
* Update to git-1.6.4Todd Zullinger2009-07-293-4/+7
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_RebuildJesse Keating2009-07-251-1/+4
|
* Update to git-1.6.3.3Todd Zullinger2009-06-285-111/+75
| | | | - Move contributed hooks to %{_datadir}/git-core/contrib/hooks (bug 500137)
* Temporarily disable asciidoc's safe mode until bug 506953 is fixedTodd Zullinger2009-06-201-2/+5
|
* Fix git-daemon hang on invalid input (CVE-2009-2108, bug 505761)Todd Zullinger2009-06-192-1/+111
|
* Update to git-1.6.3.2Todd Zullinger2009-06-065-12/+99
| | | | | | | | | | | | | - 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
* Update to git-1.6.2.2Todd Zullinger2009-04-044-6/+50
| | | | | | | | - 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
* Update to git-1.6.2Todd Zullinger2009-03-094-40/+10
| | | | | - Include contrib/emacs/README in emacs subpackage - Drop upstreamed git-web--browse patch
* Remove unneeded noautobuild file now that the F11 mass rebuild is doneTodd Zullinger2009-03-031-1/+0
|
* - Require perl(Authen::SASL) in git-email (bug 483062)Todd Zullinger2009-02-251-4/+19
| | | | | - Build many of the subpackages as noarch - Update URL field
* Some git's subpackages should be noarch. We'll do that and rebuildTodd Zullinger2009-02-231-0/+1
| | | | manually.
* Add git-web--browse patchTodd Zullinger2009-02-091-0/+33
|
* Update to git-1.6.1.3Todd Zullinger2009-02-093-5/+18
| | | | | | - 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
* - git-1.6.1.2jwboyer2009-01-293-3/+6
|
* Update to git-1.6.1.1Todd Zullinger2009-01-273-5/+9
| | | | Also, make the compile more verbose.
* - rebuild with new opensslTomáš Mráz2009-01-161-1/+4
|
* - Install git-* commands in %{_libexecdir}/git-core, the upstream defaultTodd Zullinger2009-01-035-77/+101
| | | | | | | | | | | - 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
* - git-1.6.0.6Todd Zullinger2008-12-203-3/+10
| | | | | | - 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)
* - git-1.6.0.5jwboyer2008-12-113-5/+11
|
* - git-1.6.0.4jwboyer2008-11-143-3/+6
|
* - git-1.6.0.3jwboyer2008-10-223-5/+11
| | | | | | - Drop curl requirement in favor of libcurl (bug 449388) - Add requires for SMTP-SSL perl module to make git-send-email work (bug 443615)
* git 1.6.0.1jbowes2008-08-283-3/+8
|
* git-1.5.6.4jbowes2008-07-243-3/+6
|
* update to 1.5.6jbowes2008-06-193-4/+7
|
* - use tar.bz2 instead of tar.gzŠtěpán Kasal2008-06-032-2/+2
|
* - use tar.bz2 instead of tar.gzŠtěpán Kasal2008-06-031-2/+5
|
* git 1.5.5.3jbowes2008-05-283-3/+6
|
* git 1.5.5.2jbowes2008-05-263-3/+6
|
* 1.5.5.1jbowes2008-04-223-3/+6
|
* git 1.5.5jbowes2008-04-093-4/+7
|
* Remove the remaining requires on git-corejbowes2008-04-051-3/+6
|
* Remove the commitdiff patch, it's upstream alreadyjbowes2008-04-022-37/+4
|
* update to 1.5.4.5jbowes2008-03-283-4/+7
|
* Own the bash completion dir in case bash-completion isn't installedjbowes2008-03-271-2/+5
|
* Assorted bug fixes:jbowes2008-03-261-6/+17
| | | | | | - 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).
* Fix obsoletes version for updating from F8jbowes2008-03-191-3/+6
|
* git 1.5.4.4jbowes2008-03-133-4/+7
|
* new perlTom Callaway2008-03-031-1/+4
|