OBS User unknown 2007-07-06 13:30:41 +00:00 committed by Git OBS Bridge
parent e143e37f36
commit 300b1b374f
4 changed files with 44 additions and 27 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d65197647592779c8932a44f6e390412492d350aa637af5d097ab46e429bbf0
size 1126258

3
git-1.5.2.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7a92ec68849cc8b333f10263ea3c9c19ccc99fe9b581b5769fb729b14ac54ac
size 1191521

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 5 02:35:22 CEST 2007 - dmueller@suse.de
- Update to 1.5.2.3:
* fix many segfaults with the SVN gateway
* various bugfixes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 18 00:34:20 CEST 2007 - dmueller@suse.de Fri May 18 00:34:20 CEST 2007 - dmueller@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package git (Version 1.5.1.4) # spec file for package git (Version 1.5.2.3)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 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
@ -12,25 +12,26 @@
Name: git Name: git
BuildRequires: asciidoc curl-devel sgml-skel xmlto BuildRequires: asciidoc curl-devel sgml-skel xmlto
Version: 1.5.1.4 Version: 1.5.2.3
Release: 1 Release: 1
Summary: git - a source code management tool Summary: Fast, scalable, distributed revision control system
License: GNU General Public License (GPL) License: GPL v2 or later
Group: Development/Tools/Version Control Group: Development/Tools/Version Control
URL: http://www.kernel.org/pub/software/scm/git/ URL: http://git.or.cz
Source0: git-%{version}.tar.bz2 Source0: git-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk
%description %description
This is an extremely fast directory content manager. It is intended to Git is a fast, scalable, distributed revision control system with an
be the base of an efficient, distributed source code management system. unusually rich command set that provides both high-level operations and
This package includes rudimentary tools that can be used as a SCM, but full access to internals.
you should look elsewhere for tools for ordinary humans layered on top
of this.
This package will provide you with the complete core Git development This package itself only provides the README of git but with the
environment, bringing in all the subpackages. 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.
@ -39,16 +40,16 @@ Authors:
Linus Torvalds <torvalds@osdl.org> Linus Torvalds <torvalds@osdl.org>
%package core %package core
Summary: git-core--a Source Code Management Tool Summary: Core git tools
Group: Development/Tools/Version Control Group: Development/Tools/Version Control
Requires: rsync, curl, less, openssh Requires: rsync, curl, less, openssh
%description core %description core
This is an extremely fast directory content manager. It is intended to Git is a fast, scalable, distributed revision control system with an
be the base of an efficient, distributed source code management system. unusually rich command set that provides both high-level operations and
This package includes rudimentary tools that can be used as a SCM, but full access to internals.
you should look elsewhere for tools for ordinary humans layered on top
of this. These are the core tools with minimal dependencies.
@ -58,7 +59,7 @@ Authors:
Junio C Hamano <junkio@cox.net> Junio C Hamano <junkio@cox.net>
%package svn %package svn
Summary: git-svn - 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}-%{release}, subversion Requires: git-core = %{version}-%{release}, subversion
Requires: subversion-perl Requires: subversion-perl
@ -75,7 +76,7 @@ Authors:
Junio C Hamano <junkio@cox.net> Junio C Hamano <junkio@cox.net>
%package cvs %package cvs
Summary: git-cvs - 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}-%{release}, cvs, cvsps Requires: git-core = %{version}-%{release}, cvs, cvsps
@ -106,7 +107,7 @@ Authors:
Junio C Hamano <junkio@cox.net> Junio C Hamano <junkio@cox.net>
%package email %package email
Summary: git-email - 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}-%{release} Requires: git-core = %{version}-%{release}
@ -121,13 +122,17 @@ Authors:
Junio C Hamano <junkio@cox.net> Junio C Hamano <junkio@cox.net>
%package -n gitk %package -n gitk
Summary: gitk - Git revision tree visualiser Summary: Git revision tree visualiser
Group: Development/Tools/Version Control Group: Development/Tools/Version Control
Requires: git-core = %{version}-%{release}, tk >= 8.4 Requires: git-core = %{version}-%{release}, tk >= 8.4
%description -n gitk %description -n gitk
Tool for visualization of revision trees of projects maintained in the Grapical tool for visualization of revision trees of projects
Git version control system. 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.
@ -220,8 +225,13 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorlib}/Error.pm %{perl_vendorlib}/Error.pm
%{perl_vendorlib}/Git.pm %{perl_vendorlib}/Git.pm
%{perl_vendorarch}/auto/Git/ %{perl_vendorarch}/auto/Git/
/usr/share/git-gui
%changelog %changelog
* Thu Jul 05 2007 - dmueller@suse.de
- Update to 1.5.2.3:
* fix many segfaults with the SVN gateway
* various bugfixes
* Fri May 18 2007 - dmueller@suse.de * Fri May 18 2007 - dmueller@suse.de
- Update to 1.5.1.4: - Update to 1.5.1.4:
* GIT <-> SVN gateway * GIT <-> SVN gateway