2007-01-16 00:14:16 +01:00
|
|
|
#
|
2008-01-10 15:38:18 +01:00
|
|
|
# spec file for package git (Version 1.5.3.8)
|
2007-01-16 00:14:16 +01:00
|
|
|
#
|
2008-01-10 15:38:18 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:14:16 +01:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: git
|
2008-01-29 01:36:08 +01:00
|
|
|
BuildRequires: asciidoc curl-devel libopenssl-devel sgml-skel xmlto
|
2008-01-10 15:38:18 +01:00
|
|
|
Version: 1.5.3.8
|
2008-01-29 01:36:08 +01:00
|
|
|
Release: 8
|
2007-07-06 15:30:41 +02:00
|
|
|
Summary: Fast, scalable, distributed revision control system
|
|
|
|
License: GPL v2 or later
|
2007-01-16 00:14:16 +01:00
|
|
|
Group: Development/Tools/Version Control
|
2007-10-10 00:03:35 +02:00
|
|
|
Url: http://git.or.cz
|
2008-01-10 15:38:18 +01:00
|
|
|
Source0: http://kernel.org/pub/software/scm/git/%name-%{version}.tar.bz2
|
2007-01-16 00:14:16 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2008-01-10 15:38:18 +01:00
|
|
|
Requires: git-core = %{version} git-svn = %{version} git-cvs = %{version}
|
|
|
|
Requires: git-arch = %{version} git-email = %{version} gitk = %{version}
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
%description
|
2007-07-06 15:30:41 +02:00
|
|
|
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.
|
2007-01-16 00:14:16 +01:00
|
|
|
|
2007-07-06 15:30:41 +02:00
|
|
|
This package itself only provides the README of git but with the
|
|
|
|
packages it requires, it brings you a complete Git environment
|
|
|
|
including GTK and email interfaces and tools for importing source code
|
|
|
|
repositories from other revision control systems such as subversion,
|
|
|
|
CVS, and GNU arch.
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Linus Torvalds <torvalds@osdl.org>
|
|
|
|
|
|
|
|
%package core
|
2007-07-06 15:30:41 +02:00
|
|
|
Summary: Core git tools
|
2007-01-16 00:14:16 +01:00
|
|
|
Group: Development/Tools/Version Control
|
2007-05-18 02:07:32 +02:00
|
|
|
Requires: rsync, curl, less, openssh
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
%description core
|
2007-07-06 15:30:41 +02:00
|
|
|
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.
|
|
|
|
|
|
|
|
These are the core tools with minimal dependencies.
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Linus Torvalds <torvalds@osdl.org>
|
|
|
|
Junio C Hamano <junkio@cox.net>
|
|
|
|
|
|
|
|
%package svn
|
2007-07-06 15:30:41 +02:00
|
|
|
Summary: Git tools for importing Subversion repositories
|
2007-01-16 00:14:16 +01:00
|
|
|
Group: Development/Tools/Version Control
|
2007-11-28 23:07:45 +01:00
|
|
|
Requires: git-core = %{version}, subversion
|
2007-05-18 02:07:32 +02:00
|
|
|
Requires: subversion-perl
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
%description svn
|
|
|
|
Tools for importing Subversion repositories to the Git version control
|
|
|
|
system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Linus Torvalds <torvalds@osdl.org>
|
|
|
|
Junio C Hamano <junkio@cox.net>
|
|
|
|
|
|
|
|
%package cvs
|
2007-07-06 15:30:41 +02:00
|
|
|
Summary: Git tools for importing CVS repositories
|
2007-01-16 00:14:16 +01:00
|
|
|
Group: Development/Tools/Version Control
|
2008-01-10 15:38:18 +01:00
|
|
|
Requires: git-core = %{version}, cvs, cvsps, perl-DBD-SQLite
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
%description cvs
|
|
|
|
Tools for importing CVS repositories to the Git version control system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Linus Torvalds <torvalds@osdl.org>
|
|
|
|
Junio C Hamano <junkio@cox.net>
|
|
|
|
|
|
|
|
%package arch
|
|
|
|
Summary: git-arch - Git tools for importing Arch repositories
|
|
|
|
Group: Development/Tools/Version Control
|
2007-11-28 23:07:45 +01:00
|
|
|
Requires: git-core = %{version}, tla
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
%description arch
|
|
|
|
Tools for importing GNU Arch repositories to the GIT version control
|
|
|
|
system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Linus Torvalds <torvalds@osdl.org>
|
|
|
|
Junio C Hamano <junkio@cox.net>
|
|
|
|
|
|
|
|
%package email
|
2007-07-06 15:30:41 +02:00
|
|
|
Summary: Git tools for sending email
|
2007-01-16 00:14:16 +01:00
|
|
|
Group: Development/Tools/Version Control
|
2007-11-28 23:07:45 +01:00
|
|
|
Requires: git-core = %{version}
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
%description email
|
|
|
|
Email interface for the GIT version control system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Linus Torvalds <torvalds@osdl.org>
|
|
|
|
Junio C Hamano <junkio@cox.net>
|
|
|
|
|
|
|
|
%package -n gitk
|
2007-07-06 15:30:41 +02:00
|
|
|
Summary: Git revision tree visualiser
|
2007-01-16 00:14:16 +01:00
|
|
|
Group: Development/Tools/Version Control
|
2007-11-28 23:07:45 +01:00
|
|
|
Requires: git-core = %{version}, tk >= 8.4
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
%description -n gitk
|
2007-07-06 15:30:41 +02:00
|
|
|
Grapical tool for visualization of revision trees of projects
|
|
|
|
maintained in the Git version control system. It name gitk indicates
|
|
|
|
that it's written using the Tk Widget set.
|
|
|
|
|
|
|
|
A simple Tk based graphical interface for common Git operations is
|
|
|
|
found in the package git-gui.
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Linus Torvalds <torvalds@osdl.org>
|
|
|
|
Junio C Hamano <junkio@cox.net>
|
|
|
|
|
|
|
|
%prep
|
2008-01-10 15:38:18 +01:00
|
|
|
%setup -q
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
%build
|
2007-05-18 02:07:32 +02:00
|
|
|
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
|
|
|
|
GITWEB_CONFIG="/etc/gitweb.conf" \
|
|
|
|
GITWEB_PROJECTROOT="/srv/git" \
|
|
|
|
WITH_OWN_SUBPROCESS_PY=YesPlease NO_EXPAT=1 \
|
|
|
|
prefix=%{_prefix} mandir=%{_mandir} \
|
|
|
|
all %{!?without_docs: doc} %{?jobs:-j %jobs}
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease NO_EXPAT=1 \
|
|
|
|
prefix=%{_prefix} mandir=%{_mandir} \
|
|
|
|
install %{!?_without_docs: install-doc}
|
|
|
|
install -d ${RPM_BUILD_ROOT}/srv/git
|
|
|
|
install -d ${RPM_BUILD_ROOT}/srv/www/cgi-bin
|
|
|
|
cp gitweb/gitweb.cgi $RPM_BUILD_ROOT/srv/www/cgi-bin/gitweb.cgi
|
|
|
|
(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-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" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files
|
|
|
|
%endif
|
2007-05-18 02:07:32 +02:00
|
|
|
( pushd perl
|
|
|
|
perl Makefile.PL
|
|
|
|
make -f perl.mak DESTDIR=${RPM_BUILD_ROOT} install_vendor
|
|
|
|
)
|
2007-01-16 00:14:16 +01:00
|
|
|
rm -rf ${RPM_BUILD_ROOT}/usr/lib/perl5/site_perl
|
|
|
|
%perl_process_packlist
|
|
|
|
find $RPM_BUILD_ROOT/%_mandir -type f -print0 | xargs -0 chmod 644
|
2007-11-28 23:07:45 +01:00
|
|
|
install -m 644 -D contrib/completion/git-completion.bash $RPM_BUILD_ROOT/etc/bash_completion.d/git
|
2007-01-16 00:14:16 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc README
|
|
|
|
|
|
|
|
%files svn
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/*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}/*cvs*
|
|
|
|
%{!?_without_docs: %{_mandir}/man1/*cvs*.1*}
|
|
|
|
%{!?_without_docs: %doc Documentation/*git-cvs*.html }
|
|
|
|
|
|
|
|
%files arch
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc Documentation/git-archimport.txt
|
|
|
|
%{_bindir}/git-archimport
|
|
|
|
%{!?_without_docs: %{_mandir}/man1/git-archimport.1*}
|
|
|
|
%{!?_without_docs: %doc Documentation/git-archimport.html }
|
|
|
|
|
|
|
|
%files email
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc Documentation/*email*.txt
|
|
|
|
%{_bindir}/*email*
|
|
|
|
%{!?_without_docs: %{_mandir}/man1/*email*.1*}
|
|
|
|
%{!?_without_docs: %doc Documentation/*email*.html }
|
|
|
|
|
|
|
|
%files -n gitk
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc Documentation/*gitk*.txt
|
|
|
|
%{_bindir}/*gitk*
|
|
|
|
%{!?_without_docs: %{_mandir}/man1/*gitk*.1*}
|
|
|
|
%{!?_without_docs: %doc Documentation/*gitk*.html }
|
|
|
|
|
|
|
|
%files core -f bin-man-doc-files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/git-core/
|
|
|
|
/srv/git/
|
|
|
|
/srv/www/cgi-bin/gitweb.cgi
|
|
|
|
%doc README COPYING Documentation/*.txt
|
|
|
|
%{!?_without_docs: %doc Documentation/*.html }
|
|
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
%{perl_vendorlib}/Error.pm
|
|
|
|
%{perl_vendorlib}/Git.pm
|
|
|
|
%{perl_vendorarch}/auto/Git/
|
2007-07-06 15:30:41 +02:00
|
|
|
/usr/share/git-gui
|
2007-11-28 23:07:45 +01:00
|
|
|
/etc/bash_completion.d/git
|
|
|
|
|
2007-05-18 02:07:32 +02:00
|
|
|
%changelog
|
2008-01-29 01:36:08 +01:00
|
|
|
* Mon Jan 28 2008 mmarek@suse.de
|
|
|
|
- added libopenssl-devel to BuildRequires to fix build
|
|
|
|
* Wed Jan 09 2008 schwab@suse.de
|
2008-01-10 15:38:18 +01:00
|
|
|
- Update to version 1.5.3.8.
|
|
|
|
* Some documentation used "email.com" as an example domain.
|
|
|
|
* git-svn fix to handle funky branch and project names going over
|
|
|
|
http/https correctly.
|
|
|
|
* git-svn fix to tone down a needlessly alarming warning message.
|
|
|
|
* git-clone did not correctly report errors while fetching over http.
|
|
|
|
* git-send-email added redundant Message-Id: header to the outgoing
|
|
|
|
e-mail when the patch text already had one.
|
|
|
|
* a read-beyond-end-of-buffer bug in configuration file updater was fixed.
|
|
|
|
* git-grep used to show the same hit repeatedly for unmerged paths.
|
|
|
|
* After amending the patch title in "git-am -i", the command did not
|
|
|
|
report the patch it applied with the updated title.
|
2008-01-29 01:36:08 +01:00
|
|
|
* Tue Jan 08 2008 crrodriguez@suse.de
|
2008-01-10 15:38:18 +01:00
|
|
|
- git-cvsserver was unusable, it produced a perl failed-compilation error
|
|
|
|
due to missing dependency on perl-DBD-Sqlite.
|
|
|
|
- update to version 1.5.3.7
|
|
|
|
* git-send-email added 8-bit contents to the payload without
|
|
|
|
marking it as 8-bit in a CTE header.
|
|
|
|
* "git-bundle create a.bndl HEAD" dereferenced the symref and
|
|
|
|
did not record the ref as 'HEAD'; this prevented a bundle
|
|
|
|
from being used as a normal source of git-clone.
|
|
|
|
* The code to reject nonsense command line of the form
|
|
|
|
"git-commit -a paths..." and "git-commit --interactive
|
|
|
|
paths..." were broken.
|
|
|
|
* Adding a signature that is not ASCII-only to an original
|
|
|
|
commit that is ASCII-only would make the result non-ASCII.
|
|
|
|
"git-format-patch -s" did not mark such a message correctly
|
|
|
|
with MIME encoding header.
|
|
|
|
* git-add sometimes did not mark the resulting index entry
|
|
|
|
stat-clean. This affected only cases when adding the
|
|
|
|
contents with the same length as the previously staged
|
|
|
|
contents, and the previous staging made the index entry
|
|
|
|
"racily clean".
|
|
|
|
* git-commit did not honor GIT_INDEX_FILE the user had in the
|
|
|
|
environment.
|
|
|
|
* When checking out a revision, git-checkout did not report where the
|
|
|
|
updated HEAD is if you happened to have a file called HEAD in the
|
|
|
|
work tree.
|
|
|
|
* "git-rev-list --objects" mishandled a tree that points at a
|
|
|
|
submodule.
|
|
|
|
* "git cvsimport" was not ready for packed refs that "git gc" can
|
|
|
|
produce and gave incorrect results.
|
|
|
|
* Many scripted Porcelains were confused when you happened to have a
|
|
|
|
file called "HEAD" in your work tree.
|
2008-01-29 01:36:08 +01:00
|
|
|
* Wed Nov 28 2007 dmueller@suse.de
|
2007-11-28 23:07:45 +01:00
|
|
|
- update to 1.5.3.6:
|
|
|
|
* various smaller bugfixes
|
|
|
|
- remove requires on release (#305826)
|
|
|
|
- install bash completion (#336848)
|
2008-01-29 01:36:08 +01:00
|
|
|
* Tue Oct 09 2007 dmueller@suse.de
|
2007-10-10 00:03:35 +02:00
|
|
|
- update to 1.5.3.4:
|
|
|
|
* submodule support
|
|
|
|
* many new features and bugfixes
|
2008-01-29 01:36:08 +01:00
|
|
|
* Tue Aug 07 2007 dmueller@suse.de
|
2007-08-06 23:09:19 +02:00
|
|
|
- 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.
|
2008-01-29 01:36:08 +01:00
|
|
|
* Thu Jul 05 2007 dmueller@suse.de
|
2007-07-06 15:30:41 +02:00
|
|
|
- Update to 1.5.2.3:
|
|
|
|
* fix many segfaults with the SVN gateway
|
|
|
|
* various bugfixes
|
2008-01-29 01:36:08 +01:00
|
|
|
* Fri May 18 2007 dmueller@suse.de
|
2007-05-18 02:07:32 +02:00
|
|
|
- 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
|
2008-01-29 01:36:08 +01:00
|
|
|
* Sat Nov 18 2006 pbaudis@suse.cz
|
2007-01-16 00:14:16 +01:00
|
|
|
- Fix build failure from previous change (trivial omission)
|
2008-01-29 01:36:08 +01:00
|
|
|
* Fri Nov 17 2006 pbaudis@suse.cz
|
2007-01-16 00:14:16 +01:00
|
|
|
- Fix git-arch package containing git-archive and git-upload-archive
|
|
|
|
[#222074]
|
2008-01-29 01:36:08 +01:00
|
|
|
* Fri Nov 17 2006 pbaudis@suse.cz
|
2007-01-16 00:14:16 +01:00
|
|
|
- Upgrade to git-1.4.3.4 - only few bugfixes, most importantly
|
|
|
|
git-apply wouldn't apply creation/deletion patches
|
2008-01-29 01:36:08 +01:00
|
|
|
* Tue Nov 07 2006 ro@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- fix permissions for manpages
|
2008-01-29 01:36:08 +01:00
|
|
|
* Sat Oct 28 2006 meissner@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- use RPM_OPT_FLAGS also in %%install make
|
2008-01-29 01:36:08 +01:00
|
|
|
* Thu Oct 26 2006 pbaudis@suse.cz
|
2007-01-16 00:14:16 +01:00
|
|
|
- Upgrade to git-1.4.3.3 - bugfixes release
|
2008-01-29 01:36:08 +01:00
|
|
|
* Thu Oct 19 2006 pbaudis@suse.cz
|
2007-01-16 00:14:16 +01:00
|
|
|
- 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
|
2008-01-29 01:36:08 +01:00
|
|
|
* Tue Jul 25 2006 pbaudis@suse.cz
|
2007-01-16 00:14:16 +01:00
|
|
|
- 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.
|
2008-01-29 01:36:08 +01:00
|
|
|
* Mon May 15 2006 pbaudis@suse.cz
|
2007-01-16 00:14:16 +01:00
|
|
|
- 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.
|
2008-01-29 01:36:08 +01:00
|
|
|
* Mon Mar 13 2006 ro@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- change requires from "openssh-clients" to "openssh"
|
|
|
|
(former does not exist)
|
2008-01-29 01:36:08 +01:00
|
|
|
* Fri Mar 10 2006 pbaudis@suse.cz
|
2007-01-16 00:14:16 +01:00
|
|
|
- Add Olaf Hering's patch for easier cut'n'pasting.
|
2008-01-29 01:36:08 +01:00
|
|
|
* Wed Mar 08 2006 pbaudis@suse.cz
|
2007-01-16 00:14:16 +01:00
|
|
|
- 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.)
|
2008-01-29 01:36:08 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-01-29 01:36:08 +01:00
|
|
|
* Tue Jan 17 2006 pbaudis@suse.cz
|
2007-01-16 00:14:16 +01:00
|
|
|
- Fix the specfile build (no expat and asciidoc, xmlto problems)
|
2008-01-29 01:36:08 +01:00
|
|
|
* Tue Jan 17 2006 pbaudis@suse.cz
|
2007-01-16 00:14:16 +01:00
|
|
|
- Update to git-core 1.1.3.
|
|
|
|
- Modify the specfile so that it looks more like the stock one.
|
|
|
|
- Split bits to subpackages
|
2008-01-29 01:36:08 +01:00
|
|
|
* Sun Dec 04 2005 schwab@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- Fix embedded paths.
|
2008-01-29 01:36:08 +01:00
|
|
|
* Thu Oct 06 2005 schwab@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- Don't build documentation in parallel.
|
2008-01-29 01:36:08 +01:00
|
|
|
* Mon Sep 19 2005 schwab@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- Update to git-core 0.99.7.
|
|
|
|
- Install manpages.
|
2008-01-29 01:36:08 +01:00
|
|
|
* Fri Aug 05 2005 kasievers@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- New version 0.99.3git20050905
|
|
|
|
rename git to git-core, to match the upstream package name
|
2008-01-29 01:36:08 +01:00
|
|
|
* Sun Jul 03 2005 kasievers@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- New version 0.7git20050703
|
2008-01-29 01:36:08 +01:00
|
|
|
* Thu Jun 30 2005 kasievers@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- New version 20050630
|
2008-01-29 01:36:08 +01:00
|
|
|
* Fri Jun 24 2005 kasievers@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- New version 20050624
|
2008-01-29 01:36:08 +01:00
|
|
|
* Sun Jun 12 2005 kay.sievers@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- New version 20050612
|
2008-01-29 01:36:08 +01:00
|
|
|
* Thu Jun 02 2005 kay.sievers@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- Split git/Cogito into separate packages
|
|
|
|
- Update git to version 20050602
|
2008-01-29 01:36:08 +01:00
|
|
|
* Fri May 20 2005 schwab@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- Use RPM_OPT_FLAGS.
|
|
|
|
- Specfile cleanup.
|
2008-01-29 01:36:08 +01:00
|
|
|
* Fri May 20 2005 mmj@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- %%_libdir -> FHS libexec
|
2008-01-29 01:36:08 +01:00
|
|
|
* Fri May 20 2005 skh@suse.de
|
2007-01-16 00:14:16 +01:00
|
|
|
- initial package
|