Accepting request 84027 from devel:tools:scm

- updated to 1.7.6.2, 1.7.6.3: see git changelog for more details

- updated to 1.7.6.2, 1.7.6.3: minor bug fix releases
  git-fetch performance fix, other fixes in git-reflog, reset,
  status, tag
  See Documentation/RelNotes/1.7.6.[23].txt for details. (forwarded request 84020 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/84027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=72
This commit is contained in:
Sascha Peilicke 2011-09-22 08:45:10 +00:00 committed by Git OBS Bridge
parent 4ae94d7b96
commit c57de08c1a
6 changed files with 21 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 21 08:43:35 CEST 2011 - tiwai@suse.de
- updated to 1.7.6.2, 1.7.6.3: see git changelog for more details
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 25 12:23:22 CEST 2011 - tiwai@suse.de Thu Aug 25 12:23:22 CEST 2011 - tiwai@suse.de

View File

@ -17,7 +17,7 @@
# norootforbuild # norootforbuild
%define git_version 1.7.6.1 %define git_version 1.7.6.3
Name: cgit Name: cgit
Url: http://hjemli.net/git/cgit/ Url: http://hjemli.net/git/cgit/
@ -28,7 +28,7 @@ Version: 0.9
Release: 9 Release: 9
Summary: A web frontend for git repositories Summary: A web frontend for git repositories
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Source1: git-%{git_version}.tar.bz2 Source1: git-%{git_version}.tar.gz
Source2: cgitrc Source2: cgitrc
Patch: cgit-optflags.diff Patch: cgit-optflags.diff
Patch1: cgit-git-1.7.5.x-build-fix.diff Patch1: cgit-git-1.7.5.x-build-fix.diff

View File

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

3
git-1.7.6.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 21 08:43:35 CEST 2011 - tiwai@suse.de
- updated to 1.7.6.2, 1.7.6.3: minor bug fix releases
git-fetch performance fix, other fixes in git-reflog, reset,
status, tag
See Documentation/RelNotes/1.7.6.[23].txt for details.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 25 12:15:47 CEST 2011 - tiwai@suse.de Thu Aug 25 12:15:47 CEST 2011 - tiwai@suse.de

View File

@ -39,13 +39,14 @@ BuildRequires: sgml-skel
BuildRequires: xmlto BuildRequires: xmlto
BuildRequires: python BuildRequires: python
BuildRequires: perl-Error BuildRequires: perl-Error
Version: 1.7.6.1 Version: 1.7.6.3
Release: 1 Release: 1
Summary: Fast, scalable, distributed revision control system Summary: Fast, scalable, distributed revision control system
License: GPLv2+ License: GPLv2+
Group: Development/Tools/Version Control Group: Development/Tools/Version Control
Url: http://git-scm.com Url: http://git-scm.com
Source0: http://kernel.org/pub/software/scm/git/%name-%{version}.tar.bz2 # Source0: http://kernel.org/pub/software/scm/git/%name-%{version}.tar.bz2
Source0: %name-%{version}.tar.gz
Source1: apache2-gitweb.conf Source1: apache2-gitweb.conf
Source2: sysconfig.git-daemon Source2: sysconfig.git-daemon
Source3: git-daemon.init Source3: git-daemon.init