This commit is contained in:
parent
bd2d861f23
commit
cbdb432029
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:69b3269a6b1ca26357e1e72c6be7f0ed742cd88d2042243c0bb9ba76e4acac99
|
|
||||||
size 1591657
|
|
3
git-1.5.4.5.tar.bz2
Normal file
3
git-1.5.4.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb6c8745eb5f379ed36bcd7f216bb5294996a93801d30ec69521f2bdd51ead38
|
||||||
|
size 1597118
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 7 16:40:38 CEST 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 1.5.4.5:
|
||||||
|
* http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.5.txt
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 18 14:42:06 CET 2008 - dmueller@suse.de
|
Tue Mar 18 14:42:06 CET 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
17
git.spec
17
git.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package git (Version 1.5.4.4)
|
# spec file for package git (Version 1.5.4.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
BuildRequires: asciidoc curl-devel libopenssl-devel sgml-skel xmlto
|
BuildRequires: asciidoc curl-devel libopenssl-devel sgml-skel xmlto
|
||||||
Version: 1.5.4.4
|
Version: 1.5.4.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
@ -42,6 +42,7 @@ Authors:
|
|||||||
Linus Torvalds <torvalds@osdl.org>
|
Linus Torvalds <torvalds@osdl.org>
|
||||||
|
|
||||||
%package core
|
%package core
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: Core git tools
|
Summary: Core git tools
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Requires: rsync, curl, less, openssh
|
Requires: rsync, curl, less, openssh
|
||||||
@ -61,6 +62,7 @@ Authors:
|
|||||||
Junio C Hamano <junkio@cox.net>
|
Junio C Hamano <junkio@cox.net>
|
||||||
|
|
||||||
%package svn
|
%package svn
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: Git tools for importing Subversion repositories
|
Summary: Git tools for importing Subversion repositories
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Requires: git-core = %{version}, subversion
|
Requires: git-core = %{version}, subversion
|
||||||
@ -78,6 +80,7 @@ Authors:
|
|||||||
Junio C Hamano <junkio@cox.net>
|
Junio C Hamano <junkio@cox.net>
|
||||||
|
|
||||||
%package cvs
|
%package cvs
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: Git tools for importing CVS repositories
|
Summary: Git tools for importing CVS repositories
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Requires: git-core = %{version}, cvs, cvsps, perl-DBD-SQLite
|
Requires: git-core = %{version}, cvs, cvsps, perl-DBD-SQLite
|
||||||
@ -93,6 +96,7 @@ Authors:
|
|||||||
Junio C Hamano <junkio@cox.net>
|
Junio C Hamano <junkio@cox.net>
|
||||||
|
|
||||||
%package arch
|
%package arch
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: git-arch - Git tools for importing Arch repositories
|
Summary: git-arch - Git tools for importing Arch repositories
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Requires: git-core = %{version}, tla
|
Requires: git-core = %{version}, tla
|
||||||
@ -109,6 +113,7 @@ Authors:
|
|||||||
Junio C Hamano <junkio@cox.net>
|
Junio C Hamano <junkio@cox.net>
|
||||||
|
|
||||||
%package email
|
%package email
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: Git tools for sending email
|
Summary: Git tools for sending email
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Requires: git-core = %{version}
|
Requires: git-core = %{version}
|
||||||
@ -124,6 +129,7 @@ Authors:
|
|||||||
Junio C Hamano <junkio@cox.net>
|
Junio C Hamano <junkio@cox.net>
|
||||||
|
|
||||||
%package -n gitk
|
%package -n gitk
|
||||||
|
License: GPL v2 or later
|
||||||
Summary: Git revision tree visualiser
|
Summary: Git revision tree visualiser
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Requires: git-core = %{version}, tk >= 8.4
|
Requires: git-core = %{version}, tk >= 8.4
|
||||||
@ -232,6 +238,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/etc/bash_completion.d/git
|
/etc/bash_completion.d/git
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 07 2008 dmueller@suse.de
|
||||||
|
- update to 1.5.4.5:
|
||||||
|
* http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.5.txt
|
||||||
* Tue Mar 18 2008 dmueller@suse.de
|
* Tue Mar 18 2008 dmueller@suse.de
|
||||||
- update to 1.5.4.4:
|
- update to 1.5.4.4:
|
||||||
* git svnimport was removed in favor of git svn
|
* git svnimport was removed in favor of git svn
|
||||||
@ -333,7 +342,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
git-apply wouldn't apply creation/deletion patches
|
git-apply wouldn't apply creation/deletion patches
|
||||||
* Tue Nov 07 2006 ro@suse.de
|
* Tue Nov 07 2006 ro@suse.de
|
||||||
- fix permissions for manpages
|
- fix permissions for manpages
|
||||||
* Sat Oct 28 2006 meissner@suse.de
|
* Sun Oct 29 2006 meissner@suse.de
|
||||||
- use RPM_OPT_FLAGS also in %%install make
|
- use RPM_OPT_FLAGS also in %%install make
|
||||||
* Thu Oct 26 2006 pbaudis@suse.cz
|
* Thu Oct 26 2006 pbaudis@suse.cz
|
||||||
- Upgrade to git-1.4.3.3 - bugfixes release
|
- Upgrade to git-1.4.3.3 - bugfixes release
|
||||||
@ -388,7 +397,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
rename git to git-core, to match the upstream package name
|
rename git to git-core, to match the upstream package name
|
||||||
* Sun Jul 03 2005 kasievers@suse.de
|
* Sun Jul 03 2005 kasievers@suse.de
|
||||||
- New version 0.7git20050703
|
- New version 0.7git20050703
|
||||||
* Thu Jun 30 2005 kasievers@suse.de
|
* Fri Jul 01 2005 kasievers@suse.de
|
||||||
- New version 20050630
|
- New version 20050630
|
||||||
* Fri Jun 24 2005 kasievers@suse.de
|
* Fri Jun 24 2005 kasievers@suse.de
|
||||||
- New version 20050624
|
- New version 20050624
|
||||||
|
Loading…
Reference in New Issue
Block a user