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:
parent
4ae94d7b96
commit
c57de08c1a
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define git_version 1.7.6.1
|
||||
%define git_version 1.7.6.3
|
||||
|
||||
Name: cgit
|
||||
Url: http://hjemli.net/git/cgit/
|
||||
@ -28,7 +28,7 @@ Version: 0.9
|
||||
Release: 9
|
||||
Summary: A web frontend for git repositories
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: git-%{git_version}.tar.bz2
|
||||
Source1: git-%{git_version}.tar.gz
|
||||
Source2: cgitrc
|
||||
Patch: cgit-optflags.diff
|
||||
Patch1: cgit-git-1.7.5.x-build-fix.diff
|
||||
|
@ -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
3
git-1.7.6.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8c7642f7e2b6638c442c0d3f907d197023b8c9a35cb03681643ed7ec619eff8
|
||||
size 3397595
|
@ -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
|
||||
|
||||
|
5
git.spec
5
git.spec
@ -39,13 +39,14 @@ BuildRequires: sgml-skel
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: python
|
||||
BuildRequires: perl-Error
|
||||
Version: 1.7.6.1
|
||||
Version: 1.7.6.3
|
||||
Release: 1
|
||||
Summary: Fast, scalable, distributed revision control system
|
||||
License: GPLv2+
|
||||
Group: Development/Tools/Version Control
|
||||
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
|
||||
Source2: sysconfig.git-daemon
|
||||
Source3: git-daemon.init
|
||||
|
Loading…
Reference in New Issue
Block a user