Accepting request 99805 from devel:tools:scm
- Update to v1.7.8.3 * Bugfixes, see included ChangeLog for details. (forwarded request 99773 from namtrac) OBS-URL: https://build.opensuse.org/request/show/99805 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=80
This commit is contained in:
parent
10c5d9e91c
commit
7962f00cec
3
git-1.7.8.3.tar.gz
Normal file
3
git-1.7.8.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77f52b7104a107e0fbe1ce85b3f35c97f029fab92cd35a3909015ca169af505d
|
||||
size 3543164
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ede41a79c83e0d8673ed16c64d5c105e404d953591f9611e44c3964130da0713
|
||||
size 3538330
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 12:41:46 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- Update to v1.7.8.3
|
||||
* Bugfixes, see included ChangeLog for details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 18:11:00 UTC 2011 - idonmez@suse.com
|
||||
|
||||
|
20
git.spec
20
git.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package git
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,9 @@ Name: git
|
||||
%define dist_has_fdupes 1
|
||||
%endif
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: curl libcurl-devel libexpat-devel
|
||||
BuildRequires: curl
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libexpat-devel
|
||||
%if %{dist_has_fdupes}
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
@ -39,8 +41,8 @@ BuildRequires: sgml-skel
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: python
|
||||
BuildRequires: perl-Error
|
||||
Version: 1.7.8
|
||||
Release: 1
|
||||
Version: 1.7.8.3
|
||||
Release: 0
|
||||
Summary: Fast, scalable, distributed revision control system
|
||||
License: GPL-2.0
|
||||
Group: Development/Tools/Version Control
|
||||
@ -80,7 +82,6 @@ Authors:
|
||||
Linus Torvalds <torvalds@osdl.org>
|
||||
|
||||
%package core
|
||||
License: GPL-2.0
|
||||
Summary: Core git tools
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: rsync, less, openssh, perl-Error
|
||||
@ -101,7 +102,6 @@ Authors:
|
||||
Junio C Hamano <junkio@cox.net>
|
||||
|
||||
%package svn
|
||||
License: GPL-2.0
|
||||
Summary: Git tools for importing Subversion repositories
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}, subversion
|
||||
@ -119,7 +119,6 @@ Authors:
|
||||
Junio C Hamano <junkio@cox.net>
|
||||
|
||||
%package cvs
|
||||
License: GPL-2.0
|
||||
Summary: Git tools for importing CVS repositories
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}, cvs, cvsps, perl-DBD-SQLite
|
||||
@ -135,7 +134,6 @@ Authors:
|
||||
Junio C Hamano <junkio@cox.net>
|
||||
|
||||
%package arch
|
||||
License: GPL-2.0
|
||||
Summary: Git tools for importing Arch repositories
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}
|
||||
@ -153,7 +151,6 @@ Authors:
|
||||
Junio C Hamano <junkio@cox.net>
|
||||
|
||||
%package email
|
||||
License: GPL-2.0
|
||||
Summary: Git tools for sending email
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}
|
||||
@ -171,7 +168,6 @@ Authors:
|
||||
Junio C Hamano <junkio@cox.net>
|
||||
|
||||
%package daemon
|
||||
License: GPL-2.0
|
||||
Summary: Simple Server for Git Repositories
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}
|
||||
@ -189,7 +185,6 @@ Authors:
|
||||
Linus Torvalds <torvalds@osdl.org>
|
||||
|
||||
%package -n gitk
|
||||
License: GPL-2.0
|
||||
Summary: Git revision tree visualiser
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}, tk >= 8.4
|
||||
@ -211,7 +206,6 @@ Authors:
|
||||
Junio C Hamano <junkio@cox.net>
|
||||
|
||||
%package gui
|
||||
License: GPL-2.0
|
||||
Summary: Grapical tool for common git operations
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}, tk >= 8.4
|
||||
@ -234,7 +228,6 @@ Authors:
|
||||
Linus Torvalds <torvalds@osdl.org>
|
||||
|
||||
%package web
|
||||
License: GPL-2.0
|
||||
Summary: Git Web Interface
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}
|
||||
@ -253,7 +246,6 @@ Authors:
|
||||
Linus Torvalds <torvalds@osdl.org>
|
||||
|
||||
%package remote-helpers
|
||||
License: GPL-2.0
|
||||
Summary: Python package for remote helper scripts
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}, python
|
||||
|
Loading…
Reference in New Issue
Block a user