%bcond_with arch %define prereq_ge() %(LC_ALL="C" rpm -q --queryformat 'PreReq:%%{NAME} >= %%{VERSION}' %1| grep -v "is not") %define emacsen_pkgdir /usr/lib/emacsen-common/packages # Pass --without docs to rpmbuild if you don't want the documentation Name: git Version: 2.34.0 Release: 1%{?_dist_release} Summary: Core git tools Summary(ja): Core git ツール Group: programming Vendor: Project Vine Distribution: Vine Linux Packager: iwaim License: GPLv2 URL: http://git-scm.com/ Source0: https://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.xz Source1: vine-default-git.el Source2: git.xinetd Source3: git.conf.httpd Source4: gitweb.conf.in Source10: %{name}-install.sh Source11: %{name}-remove.sh Source12: git-init.el Patch0: git-1.5-gitweb-home-link.patch # Security # none BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel BuildRequires: expat-devel, gettext, asciidoc BuildRequires: pcre2-devel BuildRequires: xmlto # git-credential-gnome-keyring BuildRequires: glib2-devel libgnome-keyring-devel Requires: perl-Git = %{version}-%{release} Requires: zlib Provides: git-core = %{version}-%{release} Obsoletes: git-core <= 1.5.4.3 %description Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. The git rpm installs the core tools with minimal dependencies. To install all git packages, including tools for integrating with other SCMs, install the git-all meta-package. %package all Summary: Meta-package to pull in all git tools Summary(ja): すべての git ツール Group: programming Requires: git = %{version}-%{release} Requires: git-svn = %{version}-%{release} Requires: git-cvs = %{version}-%{release} %if %{with arch} Requires: git-arch = %{version}-%{release} %endif Requires: git-email = %{version}-%{release} Requires: gitk = %{version}-%{release} Requires: git-gui = %{version}-%{release} Requires: perl-Git = %{version}-%{release} Requires: emacs-git = %{version}-%{release} Requires: git-contrib = %{version}-%{release} Obsoletes: git <= 1.5.4.3 %description all Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. This is a dummy package which brings in all subpackages. %package daemon Summary: Git protocol daemon Summary(ja): Git プロトコルデーモン Group: programming,servers Requires: git = %{version}-%{release} %description daemon The git daemon for supporting git:// access to git repositories %package -n gitweb Summary: Simple web interface to git repositories Summary(ja): git リポジトリへのシンプルな Web インタフェース Group: programming,servers Requires: git = %{version}-%{release} %description -n gitweb Simple web interface to track changes in git repositories %package svn Summary: Git tools for importing Subversion repositories Summary(ja): Subversion リポジトリを git へインポートするためのツール Group: programming Requires: git = %{version}-%{release}, subversion, perl(Term::ReadKey) Requires: perl(SVN::Core) %description svn Git tools for importing Subversion repositories. %package cvs Summary: Git tools for importing CVS repositories Summary(ja): CVS リポジトリを git へインポートするためのツール Group: programming Requires: git = %{version}-%{release}, cvs, cvsps %description cvs Git tools for importing CVS repositories. %package contrib Summary: Git contrib tools Group: programming Requires: git = %{version}-%{release} %description contrib Git contrib tools %if %{with arch} %package arch Summary: Git tools for importing Arch repositories Summary(ja): Arch リポジトリを git へインポートするためのツール Group: programming Requires: git = %{version}-%{release}, tla %description arch Git tools for importing Arch repositories. %endif %package email Summary: Git tools for sending email Summary(ja): Eメールを送るための git ツール Group: programming Requires: git = %{version}-%{release}, perl-Git = %{version}-%{release} %description email Git tools for sending email. %package gui Summary: Git GUI tool Summary(ja): Git の GUI ツール Group: programming Requires: git = %{version}-%{release}, tk %description gui Git GUI tool. %package -n gitk Summary: Git revision tree visualiser Summary(ja): Git リビジョンツリー可視化ツール Group: programming Requires: git = %{version}-%{release}, tk %description -n gitk Git revision tree visualiser. %package -n perl-Git Summary: Perl interface to Git Summary(ja): Git の perl インタフェース Group: programming Requires: git = %{version}-%{release}, perl(Error), perl-MailTools Requires: perl >= 2:5.34.0 #BuildRequires: perl(Error), perl(ExtUtils::MakeMaker) %description -n perl-Git Perl interface to Git. %package -n emacs-git Summary: Git version control system support for Emacs Summary(ja): Emacs の Git サポート Group: programming Requires: git = %{version}-%{release}, emacsen-common %description -n emacs-git %{summary}. %package devel Summary: Header files for git-core Summary(ja): git-core 用ヘッダファイル Group: programming %description devel Header files for git-core. %debug_package %prep %setup -q %patch0 -p1 %__mv contrib/diff-highlight/README contrib/diff-highlight/README.diff-highlight # Filter bogus perl requires cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(packed-refs)/d' EOF %global __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req chmod +x %{__perl_requires} %build make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -I%{_includedir/pcre}" \ ETC_GITCONFIG=/etc/gitconfig \ USE_LIBPCRE2=1 \ GITWEB_PROJECTROOT=/var/lib/git \ gitwebdir=/var/www/git \ prefix=%{_prefix} all %{!?_without_docs: doc} pushd contrib/diff-highlight make diff-highlight popd %install rm -rf $RPM_BUILD_ROOT make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \ prefix=%{_prefix} mandir=%{_mandir} \ perllibdir=%{perl_vendorlib} \ ETC_GITCONFIG=/etc/gitconfig \ USE_LIBPCRE2=1 \ NO_PYTHON=1 \ GITWEB_PROJECTROOT=/var/lib/git \ gitwebdir=/var/www/git \ INSTALLDIRS=vendor install %{!?_without_docs: install-doc} pushd contrib/credential/gnome-keyring make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" popd # arch %if %{without arch} rm -f Documentation/git-archimport.txt rm -f %{buildroot}%{_libexecdir}/git-core/git-archimport rm -f %{buildroot}%{_mandir}/man1/git-archimport.1* rm -f %{buildroot}/Documentation/git-archimport.html %endif # perl-Git rm -rf $RPM_BUILD_ROOT%{perl_vendorlib}/FromCPAN # emacs-git mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/git #mkdir -p $RPM_BUILD_ROOT%{_libdir}/emacsen-common/packages/install #mkdir -p $RPM_BUILD_ROOT%{_libdir}/emacsen-common/packages/remove mkdir -p $RPM_BUILD_ROOT%{emacsen_pkgdir}/install mkdir -p $RPM_BUILD_ROOT%{emacsen_pkgdir}/remove # install el files install -m644 contrib/emacs/*.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/git/ # install vine-default file install -m644 %{SOURCE1} %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/git/ # install script( bytecompile el and install elc , remove ) %_installemacsenscript git %{SOURCE10} %_removeemacsenscript git %{SOURCE11} mkdir -p $RPM_BUILD_ROOT/%{_var}/lib/git mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/xinetd.d install -m 644 %SOURCE2 $RPM_BUILD_ROOT/%{_sysconfdir}/xinetd.d/git perl -p \ -e "s|\@GITCOREDIR\@|%{_libexecdir}/git-core|g;" \ -e "s|\@BASE_PATH\@|%{_var}/lib/git|g;" \ %{SOURCE3} > %{buildroot}%{_sysconfdir}/xinetd.d/git ## for gitweb sub package mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d install -m 0644 %SOURCE3 $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/git.conf sed "s|@PROJECTROOT@|%{_var}/lib/git|g" \ %{SOURCE4} > %{buildroot}%{_sysconfdir}/gitweb.conf find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' (find $RPM_BUILD_ROOT%{_libexecdir} -type f | grep -vE "archimport|svn|cvs|email|gitk|git-gui|git-citooli|git-daemon" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files (find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files %if %{!?_without_docs:1}0 (find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk|git-gui|git-citool" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files %else rm -rf $RPM_BUILD_ROOT%{_mandir} %endif mkdir -p $RPM_BUILD_ROOT/srv/git mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d install -m 644 -T contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git install -m 755 contrib/diff-highlight/diff-highlight $RPM_BUILD_ROOT%{_bindir}/ # header files and lib install -d $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff install *.h $RPM_BUILD_ROOT%{_includedir}/%{name} install xdiff/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff install -m0755 -d $RPM_BUILD_ROOT%{_libdir} install libgit.a $RPM_BUILD_ROOT%{_libdir}/ install xdiff/lib.a $RPM_BUILD_ROOT%{_libdir}/libgit_xdiff.a # git-credential-gnome-keyring pushd contrib/credential/gnome-keyring %__install -m0755 git-credential-gnome-keyring $RPM_BUILD_ROOT%{_libexecdir}/git-core popd %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post -n emacs-git # bytecompile and install if [ "$1" = 2 ]; then %_emacsenPackageRemove git fi %_addemacsenlist git %_emacsenPackageInstall git %preun -n emacs-git if [ "$1" = 0 ]; then %_emacsenPackageRemove git %_removeemacsenlist git fi %files -f bin-man-doc-files -f %{name}.lang %defattr(-,root,root) %{_bindir}/git %{_bindir}/git-receive-pack %{_bindir}/git-upload-archive %{_bindir}/git-upload-pack %{_bindir}/git-shell %{_datadir}/git-core/ %exclude %{_libexecdir}/git-core/git-credential-gnome-keyring %license COPYING %doc README.md Documentation/*.txt contrib/hooks %{!?_without_docs: %doc Documentation/*.html Documentation/docbook-xsl.css} %{!?_without_docs: %doc Documentation/howto Documentation/technical} %{_sysconfdir}/bash_completion.d %files svn %defattr(-,root,root) %{_libexecdir}/git-core/*svn* %doc Documentation/*svn*.txt %{!?_without_docs: %{_mandir}/man1/*svn*.1*} %{!?_without_docs: %doc Documentation/*svn*.html } %files cvs %defattr(-,root,root) %doc Documentation/*git-cvs*.txt %{_bindir}/git-cvsserver %{_libexecdir}/git-core/*cvs* %{!?_without_docs: %{_mandir}/man1/*cvs*.1*} %{!?_without_docs: %doc Documentation/*git-cvs*.html } %files contrib %defattr(-,root,root) %doc contrib/diff-highlight/README.diff-highlight %{_bindir}/diff-highlight %{_libexecdir}/git-core/git-credential-gnome-keyring %if %{with arch} %files arch %defattr(-,root,root) %doc Documentation/git-archimport.txt %{_libexecdir}/git-core/git-archimport %{!?_without_docs: %{_mandir}/man1/git-archimport.1*} %{!?_without_docs: %doc Documentation/git-archimport.html } %endif %files email %defattr(-,root,root) %doc Documentation/*email*.txt %{_libexecdir}/git-core/*email* %{!?_without_docs: %{_mandir}/man1/*email*.1*} %{!?_without_docs: %doc Documentation/*email*.html } %files gui %defattr(-,root,root) %{_libexecdir}/git-core/git-gui* %{_libexecdir}/git-core/git-citool %{_datadir}/git-gui/ %{!?_without_docs: %{_mandir}/man1/git-gui.1*} %{!?_without_docs: %doc Documentation/git-gui.html} %{!?_without_docs: %{_mandir}/man1/git-citool.1*} %{!?_without_docs: %doc Documentation/git-citool.html} %files -n gitk %defattr(-,root,root) %doc Documentation/*gitk*.txt %{_bindir}/gitk %{_datadir}/gitk %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } %files -n perl-Git -f perl-files %defattr(-,root,root) %files -n emacs-git %defattr(-,root,root) %{_datadir}/emacs/site-lisp/git #%{_libdir}/emacsen-common/packages/install/git #%{_libdir}/emacsen-common/packages/remove/git %{emacsen_pkgdir}/install/git %{emacsen_pkgdir}/remove/git %files daemon %defattr(-,root,root) %{_var}/lib/git %{_libexecdir}/git-core/git-daemon %config(noreplace)%{_sysconfdir}/xinetd.d/git /srv/git %files -n gitweb %defattr(-,root,root) %doc gitweb/README /var/www/git/ %config(noreplace)%{_sysconfdir}/gitweb.conf %config(noreplace)%{_sysconfdir}/httpd/conf.d/git.conf %files devel %defattr(644,root,root,755) %{_includedir}/git %{_libdir}/libgit.a %{_libdir}/libgit_xdiff.a %files all # No files for you! %changelog * Thu Nov 18 2021 Tomohiro "Tomo-p" KATO 2.34.0-1 - new upstream release. - built with perl-5.34.0. * Sun Oct 17 2021 Tomohiro "Tomo-p" KATO 2.33.1-1 - updated to 2.33.1. - built with openssl-3.0.0. * Fri Sep 10 2021 Tomohiro "Tomo-p" KATO 2.33.0-1 - updated to 2.33.0. * Wed Apr 21 2021 Tomohiro "Tomo-p" KATO 2.31.1-1 - updated to 2.31.1. * Mon Mar 01 2021 Tomohiro "Tomo-p" KATO 2.30.1-1 - updated to 2.30.1. * Fri May 01 2020 Tomohiro "Tomo-p" KATO 2.26.2-1 - updated to 2.26.2. * Mon Apr 20 2020 Tomohiro "Tomo-p" KATO 2.26.1-1 - updated to 2.26.1. * Mon Dec 16 2019 Tomohiro "Tomo-p" KATO 2.24.1-1 - updated to 2.24.1. * Sat May 18 2019 Tomohiro "Tomo-p" KATO 2.21.0-1 - updated to 2.21.0. - rebuilt with perl-5.26. * Mon Nov 12 2018 Tomohiro "Tomo-p" KATO 2.19.1-2 - added Patch1000 to disable HTTP/2. * Fri Nov 09 2018 Tomohiro "Tomo-p" KATO 2.19.1-1 - updated to 2.19.1. * Wed Jan 17 2018 IWAI, Masaharu 2.15.1-1 - update to 2.15.1 * Tue Aug 15 2017 IWAI, Masaharu 2.14.1-1 - update to 2.14.1 * Sun Jul 9 2017 IWAI, Masaharu 2.13.2-1 - update to 2.13.2 * Thu May 18 2017 IWAI, Masaharu 2.13.0-1 - update to 2.13.0 * Sun Mar 19 2017 IWAI, Masaharu 2.12.0-1 - update to 2.12.0 * Sat Feb 25 2017 IWAI, Masaharu 2.11.1-1 - update to 2.11.1 * Tue Dec 20 2016 IWAI, Masaharu 2.11.0-1 - update to 2.11.0 * Fri Nov 18 2016 IWAI, Masaharu 2.10.2-2 - include git-credential-gnome-keyring in contrib subpackage * Mon Nov 14 2016 Toshiaki Ara 2.10.2-1 - update to 2.10.2 - fix build error using pcre-8.12 (Vine6) * Sun May 8 2016 Tomohiro "Tomo-p" KATO 2.8.2-1 - update to 2.8.2. * Tue Apr 12 2016 Tomohiro "Tomo-p" KATO 2.6.6-1 - update to 2.6.6. * Thu Dec 31 2015 IWAI Masaharu 2.6.4-1 - update to 2.6.4 - add locale files * Mon Dec 29 2014 IWAI Masaharu 2.2.1-1 - update to 2.2.1 * Mon Jun 30 2014 IWAI, Masaharu 2.0.1-2 - build with Perl 5.16 * Thu Jun 26 2014 IWAI, Masaharu 2.0.1-1 - update to 2.0.1 - add "%%bcond_with arch": no create git-arch sub package by default * Fri Apr 18 2014 2014 Daisuke SUZUKI 1.9.2-1 - update to 1.9.2 * Sun Dec 29 2013 IWAI, Masaharu 1.8.5.2-1 - update to 1.8.5.2 * Thu Nov 28 2013 IWAI, Masaharu 1.8.4.4-1 - update to 1.8.4.4 - new sub package: contrib * Fri Feb 8 2013 IWAI, Masaharu 1.8.1.3-1 - new upstream release * Tue Jan 29 2013 IWAI, Masaharu 1.8.1.2-1 - new upstream release * Thu Jan 17 2013 IWAI, Masaharu 1.8.1.1-1 - new upstream release * Thu Jan 3 2013 IWAI, Masaharu 1.8.1-1 - new upstream release * Wed Dec 12 2012 IWAI, Masaharu 1.8.0.2-1 - new upstream release * Thu Nov 29 2012 Daisuke SUZUKI 1.8.0.1-1 - new upstream release * Mon Oct 29 2012 Daisuke SUZUKI 1.8.0-1 - new upstream release - enable libpcre support, add BR: pcre-devel - add /etc/gitweb.conf - add /var/lib/git for PROJECTROOT * Mon Sep 3 2012 IWAI, Masaharu 1.7.12-1 - new upstream release * Fri May 25 2012 Daisuke SUZUKI 1.7.10.2-1 - new upstream release * Sat May 05 2012 Daisuke SUZUKI 1.7.10.1-1 - new upstream release * Wed Mar 30 2011 IWAI, Masaharu 1.7.4.2-1 - new upstream release * Sat Mar 26 2011 IWAI, Masaharu 1.7.3.5-2vl6 - build with perl 5.12.3 * Mon Jan 10 2011 IWAI, Masaharu 1.7.3.5-1 - new upstream release - build with openssl 1.0.0c for VineSeed * Sat Jan 1 2011 IWAI, Masaharu 1.7.3.4-1 - new upstream release: include security fix: CVE-2010-3906 * Fri Oct 1 2010 IWAI, Masaharu 1.7.3.1-1 - new upstream release - drop CVE-2010-2542 patch (Patch100): upstream fixed - apply vine-default - rename Source1: git-init.el -> vine-default-git.el - add new git-init.el file (Source12) - update git-install.sh - update %%build and %%install section for gitweb subpackage - add README in gitweb subpackage * Tue Sep 28 2010 Satoshi IWAMOTO 1.7.1-2 - add Patch100 for fix CVE-2010-2542 (BOF in is_git_directory) * Wed Jun 9 2010 IWAI, Masaharu 1.7.1-1 - new upstream release - fix git-daemon path in git.xinetd: - disable building of unused python remote helper libs * Mon Jun 22 2009 Satoshi IWAMOTO - 1.6.3.3-1 - new upstream release with security fix - drop patch10 (included in new release) * Tue Jun 16 2009 Satoshi IWAMOTO - 1.6.3.2-1 - new upstream release - add patch10 git daemon extra arg parsing fix * Thu Apr 16 2009 IWAI, Masaharu - 1.6.2.3-2 - fix install script for Emacs Lisp: - update git-install.sh (Source10) using contributed patch * Tue Apr 14 2009 IWAI, Masaharu - 1.6.2.3-1 - new upstream release * Sun Feb 22 2009 IWAI, Masaharu - 1.6.1.2-3 - delete arch sub package for Vine Linux 4.2: - spec in EUC-JP for Vine Linux 4.2: - fix summary and description in daemon sub package * Sun Feb 1 2009 IWAI, Masaharu - 1.6.1.2-2 - drop Error.pm: provide by perl-Error package * Thu Jan 29 2009 IWAI, Masaharu - 1.6.1.2-1 - new upstream relase - update URL tag - add Requires: perl(SVN::Core) for svn subpackage * Thu Jan 22 2009 IWAI, Masaharu - 1.6.1-3 - add git-shell in git package - do not require perl(:MODULE_COMPAT_x.y.z) on Vine Linux 4.x * Mon Jan 5 2009 Shu KONNO - 1.6.1-2 - added BuildRequires: xmlto * Mon Jan 5 2009 MATSUBAYASHI Kohji - 1.6.1-1 - new upstream release - add devel subpackage (see [wishes:0165]) * Fri Oct 24 2008 Daisuke SUZUKI 1.6.0.3-1 - new upstream release * Mon Sep 15 2008 Daisuke SUZUKI 1.6.0.2-1 - new upstream release * Tue Aug 26 2008 Daisuke SUZUKI 1.6.0.1-1 - new upstream release * Mon Aug 25 2008 Shu KONNO 1.6.0-2 - use %%emacsen_pkgdir macro * Sun Aug 24 2008 Daisuke SUZUKI 1.6.0-1 - new upstream release * Wed Aug 20 2008 Daisuke SUZUKI 1.5.6.4-1 - initial build for Vine Linux * Thu Jul 24 2008 James Bowes 1.5.6-4 - git-1.5.6.4 * Thu Jun 19 2008 James Bowes 1.5.6-1 - git-1.5.6 * Tue Jun 3 2008 Stepan Kasal 1.5.5.3-2 - use tar.bz2 instead of tar.gz * Wed May 28 2008 James Bowes 1.5.5.3-1 - git-1.5.5.3 * Mon May 26 2008 James Bowes 1.5.5.2-1 - git-1.5.5.2 * Mon Apr 21 2008 James Bowes 1.5.5.1-1 - git-1.5.5.1 * Wed Apr 09 2008 James Bowes 1.5.5-1 - git-1.5.5 * Fri Apr 04 2008 James Bowes 1.5.4.5-3 - Remove the last two requires on git-core. * Wed Apr 02 2008 James Bowes 1.5.4.5-2 - Remove a patch that's already upstream. * Fri Mar 28 2008 James Bowes 1.5.4.5-1 - git-1.5.4.5 * Wed Mar 26 2008 James Bowes 1.5.4.4-4 - Own /etc/bash_completion.d in case bash-completion isn't installed. * Tue Mar 25 2008 James Bowes 1.5.4.4-3 - 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). * Wed Mar 19 2008 James Bowes 1.5.4.4-2 - Obsolete git <= 1.5.4.3, to catch going from F8 to rawhide/F9 * Thu Mar 13 2008 James Bowes 1.5.4.4-1 - git-1.5.4.4 * Mon Mar 3 2008 Tom "spot" Callaway 1.5.4.3-3 - rebuild for new perl (again) * Sun Feb 24 2008 Bernardo Innocenti 1.5.4.3-2 - Do not silently overwrite /etc/httpd/conf.d/git.conf * Sat Feb 23 2008 James Bowes 1.5.4.3-1 - git-1.5.4.3 - Include Kristian Høgsberg's changes to rename git-core to git and git to git-all. * Sun Feb 17 2008 James Bowes 1.5.4.2-1 - git-1.5.4.2 * Mon Feb 11 2008 Jeremy Katz - 1.5.4.1-2 - Add upstream patch (e62a641de17b172ffc4d3a803085c8afbfbec3d1) to have gitweb rss feeds point be commitdiffs instead of commit * Sun Feb 10 2008 James Bowes 1.5.4.1-1 - git-1.5.4.1 * Tue Feb 05 2008 Tom "spot" Callaway 1.5.4-3 - rebuild for new perl * Sun Feb 03 2008 James Bowes 1.5.4-1 - Add BuidRequires on gettext. * Sat Feb 02 2008 James Bowes 1.5.4-1 - git-1.5.4 * Tue Jan 08 2008 James Bowes 1.5.3.8-1 - git-1.5.3.8 * Fri Dec 21 2007 James Bowes 1.5.3.7-2 - Have git metapackage require explicit versions (bug 247214) * Mon Dec 03 2007 Josh Boyer 1.5.3.7-1 - git-1.5.3.7 * Tue Nov 27 2007 Josh Boyer 1.5.3.6-1 - git-1.5.3.6 - git-core requires perl(Error) (bug 367861) - git-svn requires perl(Term:ReadKey) (bug 261361) - git-email requires perl-Git (bug 333061) * Wed Oct 24 2007 Lubomir Kundrak 1.5.3.4-2 - git-Perl requires Error package * Tue Oct 09 2007 James Bowes 1.5.3.4-1 - git-1.5.3.4 * Sun Sep 30 2007 James Bowes 1.5.3.3-1 - git-1.5.3.3 * Wed Sep 26 2007 James Bowes 1.5.3.2-1 - git-1.5.3.2 * Thu Sep 06 2007 Josh Boyer 1.5.3.1-2 - Include git-gui and git-citool docs * Thu Sep 06 2007 Josh Boyer 1.5.3.1-1 - git-1.5.3.1-1 * Thu Aug 23 2007 James Bowes 1.5.2.5-1 - git-1.5.2.5-1 * Fri Aug 03 2007 Josh Boyer 1.5.2.4-1 - git-1.5.2.4-1 * Tue Jul 03 2007 Josh Boyer 1.5.2.2-3 - Add git-daemon and gitweb packages * Thu Jun 21 2007 Josh Boyer 1.5.2.2-2 - Add emacs-git package (#235431) * Mon Jun 18 2007 James Bowes 1.5.2.2-1 - git-1.5.2.2 * Fri Jun 08 2007 James Bowes 1.5.2.1-1 - git-1.5.2.1 * Sun May 13 2007 Quy Tonthat - Added lib files for git-gui - Added Documentation/technical (As needed by Git Users Manual) * Tue May 8 2007 Quy Tonthat - Added howto files * Fri Mar 30 2007 Chris Wright 1.5.0.6-1 - git-1.5.0.6 * Mon Mar 19 2007 Chris Wright 1.5.0.5-1 - git-1.5.0.5 * Tue Mar 13 2007 Chris Wright 1.5.0.3-1 - git-1.5.0.3 * Fri Mar 2 2007 Chris Wright 1.5.0.2-2 - BuildRequires perl-devel as of perl-5.8.8-14 (bz 230680) * Mon Feb 26 2007 Chris Wright 1.5.0.2-1 - git-1.5.0.2 * Tue Feb 13 2007 Nicolas Pitre - Update core package description (Git isn't as stupid as it used to be) * Mon Feb 12 2007 Junio C Hamano - Add git-gui and git-citool. * Sun Dec 10 2006 Chris Wright 1.4.4.2-2 - no need to install manpages executable (bz 216790) - use bytes for git-cvsserver * Sun Dec 10 2006 Chris Wright 1.4.4.2-1 - git-1.4.4.2 * Mon Nov 6 2006 Jindrich Novy 1.4.2.4-2 - rebuild against the new curl * Tue Oct 17 2006 Chris Wright 1.4.2.4-1 - git-1.4.2.4 * Wed Oct 4 2006 Chris Wright 1.4.2.3-1 - git-1.4.2.3 * Fri Sep 22 2006 Chris Wright 1.4.2.1-1 - git-1.4.2.1 * Mon Sep 11 2006 Chris Wright 1.4.2-1 - git-1.4.2 * Thu Jul 6 2006 Chris Wright 1.4.1-1 - git-1.4.1 * Tue Jun 13 2006 Chris Wright 1.4.0-1 - git-1.4.0 * Thu May 4 2006 Chris Wright 1.3.3-1 - git-1.3.3 - enable git-email building, prereqs have been relaxed * Thu May 4 2006 Chris Wright 1.3.2-1 - git-1.3.2 * Fri Apr 28 2006 Chris Wright 1.3.1-1 - git-1.3.1 * Wed Apr 19 2006 Chris Wright 1.3.0-1 - git-1.3.0 * Mon Apr 10 2006 Chris Wright 1.2.6-1 - git-1.2.6 * Wed Apr 5 2006 Chris Wright 1.2.5-1 - git-1.2.5 * Wed Mar 1 2006 Chris Wright 1.2.4-1 - git-1.2.4 * Wed Feb 22 2006 Chris Wright 1.2.3-1 - git-1.2.3 * Tue Feb 21 2006 Chris Wright 1.2.2-1 - git-1.2.2 * Thu Feb 16 2006 Chris Wright 1.2.1-1 - git-1.2.1 * Mon Feb 13 2006 Chris Wright 1.2.0-1 - git-1.2.0 * Wed Feb 1 2006 Chris Wright 1.1.6-1 - git-1.1.6 * Tue Jan 24 2006 Chris Wright 1.1.4-1 - git-1.1.4 * Sun Jan 15 2006 Chris Wright 1.1.2-1 - git-1.1.2 * Tue Jan 10 2006 Chris Wright 1.1.1-1 - git-1.1.1 * Tue Jan 10 2006 Chris Wright 1.1.0-1 - Update to latest git-1.1.0 (drop git-email for now) - Now creates multiple packages: - git-core, git-svn, git-cvs, git-arch, gitk * Mon Nov 14 2005 H. Peter Anvin 0.99.9j-1 - Change subpackage names to git- instead of git-core- - Create empty root package which brings in all subpackages - Rename git-tk -> gitk * Thu Nov 10 2005 Chris Wright 0.99.9g-1 - zlib dependency fix - Minor cleanups from split - Move arch import to separate package as well * Tue Sep 27 2005 Jim Radford - Move programs with non-standard dependencies (svn, cvs, email) into separate packages * Tue Sep 27 2005 H. Peter Anvin - parallelize build - COPTS -> CFLAGS * Fri Sep 16 2005 Chris Wright 0.99.6-1 - update to 0.99.6 * Fri Sep 16 2005 Horst H. von Brand - Linus noticed that less is required, added to the dependencies * Sun Sep 11 2005 Horst H. von Brand - Updated dependencies - Don't assume manpages are gzipped * Thu Aug 18 2005 Chris Wright 0.99.4-4 - drop sh_utils, sh-utils, diffutils, mktemp, and openssl Requires - use RPM_OPT_FLAGS in spec file, drop patch0 * Wed Aug 17 2005 Tom "spot" Callaway 0.99.4-3 - use dist tag to differentiate between branches - use rpm optflags by default (patch0) - own %{_datadir}/git-core/ * Mon Aug 15 2005 Chris Wright - update spec file to fix Buildroot, Requires, and drop Vendor * Sun Aug 07 2005 Horst H. von Brand - Redid the description - Cut overlong make line, loosened changelog a bit - I think Junio (or perhaps OSDL?) should be vendor... * Thu Jul 14 2005 Eric Biederman - Add the man pages, and the --without docs build option * Thu Jul 7 2005 Chris Wright - initial git spec file