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:
parent
6095018f63
commit
68bf2b2fec
@ -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
3
git-1.6.5.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3822c8350be782f28a7a60138ec65a6f04f259940f84f7062e508d9f9d64eefa
|
||||||
|
size 2247507
|
14
git.changes
14
git.changes
@ -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
|
Fri Oct 2 13:02:40 UTC 2009 - lnussel@suse.de
|
||||||
|
|
||||||
|
10
git.spec
10
git.spec
@ -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.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -25,7 +25,7 @@ Name: git
|
|||||||
%define dist_has_fdupes 1
|
%define dist_has_fdupes 1
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: curl-devel
|
BuildRequires: curl libcurl-devel libexpat-devel
|
||||||
%if %{dist_has_fdupes}
|
%if %{dist_has_fdupes}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
@ -36,8 +36,8 @@ BuildRequires: libopenssl-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: sgml-skel
|
BuildRequires: sgml-skel
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
Version: 1.6.4.2
|
Version: 1.6.5.3
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
@ -252,7 +252,7 @@ cat > .make <<'EOF'
|
|||||||
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
|
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
GITWEB_CONFIG="/etc/gitweb.conf" \
|
GITWEB_CONFIG="/etc/gitweb.conf" \
|
||||||
GITWEB_PROJECTROOT="/srv/git" \
|
GITWEB_PROJECTROOT="/srv/git" \
|
||||||
WITH_OWN_SUBPROCESS_PY=YesPlease NO_EXPAT=1 \
|
WITH_OWN_SUBPROCESS_PY=YesPlease \
|
||||||
DESTDIR=$RPM_BUILD_ROOT \
|
DESTDIR=$RPM_BUILD_ROOT \
|
||||||
V=1 \
|
V=1 \
|
||||||
prefix=%{_prefix} mandir=%{_mandir} \
|
prefix=%{_prefix} mandir=%{_mandir} \
|
||||||
|
Loading…
Reference in New Issue
Block a user