From 300b1b374f32f93c2de3eb8815fd3b761dd133449aedaeafcc54f04fc8a7f0d9 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 6 Jul 2007 13:30:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=3 --- git-1.5.1.4.tar.bz2 | 3 --- git-1.5.2.3.tar.bz2 | 3 +++ git.changes | 7 ++++++ git.spec | 58 ++++++++++++++++++++++++++------------------- 4 files changed, 44 insertions(+), 27 deletions(-) delete mode 100644 git-1.5.1.4.tar.bz2 create mode 100644 git-1.5.2.3.tar.bz2 diff --git a/git-1.5.1.4.tar.bz2 b/git-1.5.1.4.tar.bz2 deleted file mode 100644 index 2be7ca7..0000000 --- a/git-1.5.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d65197647592779c8932a44f6e390412492d350aa637af5d097ab46e429bbf0 -size 1126258 diff --git a/git-1.5.2.3.tar.bz2 b/git-1.5.2.3.tar.bz2 new file mode 100644 index 0000000..f06dcdc --- /dev/null +++ b/git-1.5.2.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a92ec68849cc8b333f10263ea3c9c19ccc99fe9b581b5769fb729b14ac54ac +size 1191521 diff --git a/git.changes b/git.changes index ea9535a..6e7ea92 100644 --- a/git.changes +++ b/git.changes @@ -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 diff --git a/git.spec b/git.spec index 28bf72d..d50e046 100644 --- a/git.spec +++ b/git.spec @@ -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. # This file and all modifications and additions to the pristine @@ -12,25 +12,26 @@ Name: git BuildRequires: asciidoc curl-devel sgml-skel xmlto -Version: 1.5.1.4 +Version: 1.5.2.3 Release: 1 -Summary: git - a source code management tool -License: GNU General Public License (GPL) +Summary: Fast, scalable, distributed revision control system +License: GPL v2 or later Group: Development/Tools/Version Control -URL: http://www.kernel.org/pub/software/scm/git/ +URL: http://git.or.cz Source0: git-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk %description -This is an extremely fast directory content manager. It is intended to -be the base of an efficient, distributed source code management system. -This package includes rudimentary tools that can be used as a SCM, but -you should look elsewhere for tools for ordinary humans layered on top -of this. +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 package will provide you with the complete core Git development -environment, bringing in all the subpackages. +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. @@ -39,16 +40,16 @@ Authors: Linus Torvalds %package core -Summary: git-core--a Source Code Management Tool +Summary: Core git tools Group: Development/Tools/Version Control Requires: rsync, curl, less, openssh %description core -This is an extremely fast directory content manager. It is intended to -be the base of an efficient, distributed source code management system. -This package includes rudimentary tools that can be used as a SCM, but -you should look elsewhere for tools for ordinary humans layered on top -of this. +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. @@ -58,7 +59,7 @@ Authors: Junio C Hamano %package svn -Summary: git-svn - Git tools for importing Subversion repositories +Summary: Git tools for importing Subversion repositories Group: Development/Tools/Version Control Requires: git-core = %{version}-%{release}, subversion Requires: subversion-perl @@ -75,7 +76,7 @@ Authors: Junio C Hamano %package cvs -Summary: git-cvs - Git tools for importing CVS repositories +Summary: Git tools for importing CVS repositories Group: Development/Tools/Version Control Requires: git-core = %{version}-%{release}, cvs, cvsps @@ -106,7 +107,7 @@ Authors: Junio C Hamano %package email -Summary: git-email - Git tools for sending email +Summary: Git tools for sending email Group: Development/Tools/Version Control Requires: git-core = %{version}-%{release} @@ -121,13 +122,17 @@ Authors: Junio C Hamano %package -n gitk -Summary: gitk - Git revision tree visualiser +Summary: Git revision tree visualiser Group: Development/Tools/Version Control Requires: git-core = %{version}-%{release}, tk >= 8.4 %description -n gitk -Tool for visualization of revision trees of projects maintained in the -Git version control system. +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. @@ -220,8 +225,13 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorlib}/Error.pm %{perl_vendorlib}/Git.pm %{perl_vendorarch}/auto/Git/ +/usr/share/git-gui %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 - Update to 1.5.1.4: * GIT <-> SVN gateway