From 7962f00cec8bee788d2d8b8f5ad74c5934a028a13587dc536ced19400b8a0d37 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 17 Jan 2012 10:32:52 +0000 Subject: [PATCH] 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 --- git-1.7.8.3.tar.gz | 3 +++ git-1.7.8.tar.gz | 3 --- git.changes | 6 ++++++ git.spec | 20 ++++++-------------- 4 files changed, 15 insertions(+), 17 deletions(-) create mode 100644 git-1.7.8.3.tar.gz delete mode 100644 git-1.7.8.tar.gz diff --git a/git-1.7.8.3.tar.gz b/git-1.7.8.3.tar.gz new file mode 100644 index 0000000..198fd2a --- /dev/null +++ b/git-1.7.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f52b7104a107e0fbe1ce85b3f35c97f029fab92cd35a3909015ca169af505d +size 3543164 diff --git a/git-1.7.8.tar.gz b/git-1.7.8.tar.gz deleted file mode 100644 index 56441bf..0000000 --- a/git-1.7.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ede41a79c83e0d8673ed16c64d5c105e404d953591f9611e44c3964130da0713 -size 3538330 diff --git a/git.changes b/git.changes index 8229134..51b9d8a 100644 --- a/git.changes +++ b/git.changes @@ -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 diff --git a/git.spec b/git.spec index de7256b..0ee7c29 100644 --- a/git.spec +++ b/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 %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 %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 %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 %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 %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 %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 %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 %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 %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 %package remote-helpers -License: GPL-2.0 Summary: Python package for remote helper scripts Group: Development/Tools/Version Control Requires: git-core = %{version}, python