Accepting request 24728 from devel:tools:scm

Copy from devel:tools:scm/git based on submit request 24728 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/24728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=36
This commit is contained in:
OBS User autobuild 2009-11-20 13:21:15 +00:00 committed by Git OBS Bridge
parent 6095018f63
commit 68bf2b2fec
4 changed files with 22 additions and 8 deletions

View File

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

3
git-1.6.5.3.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Nov 17 12:24:57 CET 2009 - tiwai@suse.de
- updated to version 1.6.5.3; see release notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.txt
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.1.txt
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.2.txt
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.5.3.txt
-------------------------------------------------------------------
Fri Oct 23 10:40:40 UTC 2009 - opensuse@sukimashita.com
- fix build of git-http-push enabling webdav push (bnc#504569)
-------------------------------------------------------------------
Fri Oct 2 13:02:40 UTC 2009 - lnussel@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package git (Version 1.6.4.2)
# spec file for package git (Version 1.6.5.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -25,7 +25,7 @@ Name: git
%define dist_has_fdupes 1
%endif
BuildRequires: asciidoc
BuildRequires: curl-devel
BuildRequires: curl libcurl-devel libexpat-devel
%if %{dist_has_fdupes}
BuildRequires: fdupes
%endif
@ -36,8 +36,8 @@ BuildRequires: libopenssl-devel
%endif
BuildRequires: sgml-skel
BuildRequires: xmlto
Version: 1.6.4.2
Release: 2
Version: 1.6.5.3
Release: 1
Summary: Fast, scalable, distributed revision control system
License: GPL v2 or later
Group: Development/Tools/Version Control
@ -252,7 +252,7 @@ cat > .make <<'EOF'
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
GITWEB_CONFIG="/etc/gitweb.conf" \
GITWEB_PROJECTROOT="/srv/git" \
WITH_OWN_SUBPROCESS_PY=YesPlease NO_EXPAT=1 \
WITH_OWN_SUBPROCESS_PY=YesPlease \
DESTDIR=$RPM_BUILD_ROOT \
V=1 \
prefix=%{_prefix} mandir=%{_mandir} \