Accepting request 50188 from devel:tools:scm
Copy from devel:tools:scm/git based on submit request 50188 from user coolo OBS-URL: https://build.opensuse.org/request/show/50188 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=46
This commit is contained in:
parent
bb54ee6dfc
commit
dad6b21528
12
cgit.changes
12
cgit.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 30 08:21:27 CEST 2010 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated to git 1.7.3:
|
||||||
|
major version update; new options and behavior for git-rebase,
|
||||||
|
git-clean, git-checkout, git-gui.
|
||||||
|
See release note:
|
||||||
|
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.3.txt
|
||||||
|
- updated to git 1.7.3.1:
|
||||||
|
fix git-stash breakages
|
||||||
|
- Set NO_CROSS_DIRECTORY_HARDLINKS=1 to satisfy BS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 20 17:41:32 CEST 2010 - anschneider@exsuse.de
|
Fri Aug 20 17:41:32 CEST 2010 - anschneider@exsuse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define git_version 1.7.2.2
|
%define git_version 1.7.3.1
|
||||||
|
|
||||||
Name: cgit
|
Name: cgit
|
||||||
Url: http://hjemli.net/git/cgit/
|
Url: http://hjemli.net/git/cgit/
|
||||||
@ -25,7 +25,7 @@ License: GPLv2
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.8.3.3
|
Version: 0.8.3.3
|
||||||
Release: 1
|
Release: 2
|
||||||
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.bz2
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ea4936f04f56426e8b643d22caeb9e1d1e5a5b28111fcd3839b6735b3610a66
|
|
||||||
size 2564964
|
|
3
git-1.7.3.1.tar.bz2
Normal file
3
git-1.7.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d0ac26b1bf3ec5af0853730a10edf9dc5f51a99d7590ab85676928bc3a44dae9
|
||||||
|
size 2629723
|
@ -6,8 +6,8 @@ hardlinks to symlinks again in an unpredicatable way
|
|||||||
|
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -2081,7 +2081,6 @@
|
@@ -2133,7 +2133,6 @@
|
||||||
cp "$$bindir/git$X" "$$execdir/git$X"; } ; } && \
|
done && \
|
||||||
for p in $(BUILT_INS); do \
|
for p in $(BUILT_INS); do \
|
||||||
$(RM) "$$execdir/$$p" && \
|
$(RM) "$$execdir/$$p" && \
|
||||||
- ln "$$execdir/git$X" "$$execdir/$$p" 2>/dev/null || \
|
- ln "$$execdir/git$X" "$$execdir/$$p" 2>/dev/null || \
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
@echo "$(DESTDIR_SQ)$(prefix)/$(PYLIBDIR)"
|
@echo "$(DESTDIR_SQ)$(prefix)/$(PYLIBDIR)"
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -1700,7 +1700,7 @@
|
@@ -1718,7 +1718,7 @@
|
||||||
$(patsubst %.py,%,$(SCRIPT_PYTHON)): % : %.py
|
$(patsubst %.py,%,$(SCRIPT_PYTHON)): % : %.py
|
||||||
$(QUIET_GEN)$(RM) $@ $@+ && \
|
$(QUIET_GEN)$(RM) $@ $@+ && \
|
||||||
INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C git_remote_helpers -s \
|
INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C git_remote_helpers -s \
|
||||||
|
12
git.changes
12
git.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 30 08:21:27 CEST 2010 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated to git 1.7.3:
|
||||||
|
major version update; new options and behavior for git-rebase,
|
||||||
|
git-clean, git-checkout, git-gui.
|
||||||
|
See release note:
|
||||||
|
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.3.txt
|
||||||
|
- updated to git 1.7.3.1:
|
||||||
|
fix git-stash breakages
|
||||||
|
- Set NO_CROSS_DIRECTORY_HARDLINKS=1 to satisfy BS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 20 09:54:04 CEST 2010 - tiwai@suse.de
|
Fri Aug 20 09:54:04 CEST 2010 - tiwai@suse.de
|
||||||
|
|
||||||
|
5
git.spec
5
git.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package git (Version 1.7.2.2)
|
# spec file for package git (Version 1.7.3.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -38,7 +38,7 @@ BuildRequires: sgml-skel
|
|||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: perl-Error
|
BuildRequires: perl-Error
|
||||||
Version: 1.7.2.2
|
Version: 1.7.3.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -271,6 +271,7 @@ make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
GITWEB_PROJECTROOT="/srv/git" \
|
GITWEB_PROJECTROOT="/srv/git" \
|
||||||
WITH_OWN_SUBPROCESS_PY=YesPlease \
|
WITH_OWN_SUBPROCESS_PY=YesPlease \
|
||||||
DESTDIR=$RPM_BUILD_ROOT \
|
DESTDIR=$RPM_BUILD_ROOT \
|
||||||
|
NO_CROSS_DIRECTORY_HARDLINKS=1 \
|
||||||
V=1 \
|
V=1 \
|
||||||
prefix=%{_prefix} mandir=%{_mandir} \
|
prefix=%{_prefix} mandir=%{_mandir} \
|
||||||
gitexecdir=%{gitexecdir} \
|
gitexecdir=%{gitexecdir} \
|
||||||
|
Loading…
Reference in New Issue
Block a user