11.4 source split
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgit?expand=0&rev=2
This commit is contained in:
parent
09234a154d
commit
a26d2df9ee
23
cgit.changes
23
cgit.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 17 17:51:32 CET 2010 - tiwai@suse.de
|
||||
|
||||
- updated to git 1.7.3.3:
|
||||
In addition to the usual fixes, this release also includes
|
||||
support for the new "add.ignoreErrors" name given to the
|
||||
existing "add.ignore-errors" configuration variable.
|
||||
- updated to git 1.7.3.4:
|
||||
Among many fixes since v1.7.3.3, it contains a fix to a recently
|
||||
discovered XSS vulnerability in Gitweb (CVE 2010-3906)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define git_version 1.7.2.2
|
||||
%define git_version 1.7.3.4
|
||||
|
||||
Name: cgit
|
||||
Url: http://hjemli.net/git/cgit/
|
||||
@ -25,7 +25,7 @@ License: GPLv2
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Version: 0.8.3.3
|
||||
Release: 1
|
||||
Release: 4
|
||||
Summary: A web frontend for git repositories
|
||||
Source0: %{name}-%{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.4.tar.bz2
Normal file
3
git-1.7.3.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e5e2b6547ee4aae82b4c5f589ff084996e9e6e0e2b52c92365e6baa1e4a0171
|
||||
size 2635522
|
@ -6,8 +6,8 @@ hardlinks to symlinks again in an unpredicatable way
|
||||
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -2081,7 +2081,6 @@
|
||||
cp "$$bindir/git$X" "$$execdir/git$X"; } ; } && \
|
||||
@@ -2133,7 +2133,6 @@
|
||||
done && \
|
||||
for p in $(BUILT_INS); do \
|
||||
$(RM) "$$execdir/$$p" && \
|
||||
- ln "$$execdir/git$X" "$$execdir/$$p" 2>/dev/null || \
|
||||
|
@ -16,7 +16,7 @@
|
||||
@echo "$(DESTDIR_SQ)$(prefix)/$(PYLIBDIR)"
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1700,7 +1700,7 @@
|
||||
@@ -1718,7 +1718,7 @@
|
||||
$(patsubst %.py,%,$(SCRIPT_PYTHON)): % : %.py
|
||||
$(QUIET_GEN)$(RM) $@ $@+ && \
|
||||
INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C git_remote_helpers -s \
|
||||
|
35
git.changes
35
git.changes
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 17 17:51:32 CET 2010 - tiwai@suse.de
|
||||
|
||||
- updated to git 1.7.3.3:
|
||||
In addition to the usual fixes, this release also includes
|
||||
support for the new "add.ignoreErrors" name given to the
|
||||
existing "add.ignore-errors" configuration variable.
|
||||
- updated to git 1.7.3.4:
|
||||
Among many fixes since v1.7.3.3, it contains a fix to a recently
|
||||
discovered XSS vulnerability in Gitweb (CVE 2010-3906)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 09:01:59 UTC 2010 - coolo@novell.com
|
||||
|
||||
- fix file list for perl module on factory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 23:45:44 CET 2010 - dmueller@suse.de
|
||||
|
||||
- update to git 1.7.3.2:
|
||||
This is primarily to push out many documentation fixes
|
||||
accumulated since the 1.7.3.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
7
git.spec
7
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.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -38,7 +38,7 @@ BuildRequires: sgml-skel
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: python
|
||||
BuildRequires: perl-Error
|
||||
Version: 1.7.2.2
|
||||
Version: 1.7.3.4
|
||||
Release: 1
|
||||
Summary: Fast, scalable, distributed revision control system
|
||||
License: GPLv2+
|
||||
@ -271,6 +271,7 @@ make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
|
||||
GITWEB_PROJECTROOT="/srv/git" \
|
||||
WITH_OWN_SUBPROCESS_PY=YesPlease \
|
||||
DESTDIR=$RPM_BUILD_ROOT \
|
||||
NO_CROSS_DIRECTORY_HARDLINKS=1 \
|
||||
V=1 \
|
||||
prefix=%{_prefix} mandir=%{_mandir} \
|
||||
gitexecdir=%{gitexecdir} \
|
||||
@ -433,7 +434,9 @@ fi
|
||||
%dir %{gitexecdir}
|
||||
%doc README COPYING Documentation/*.txt
|
||||
%{!?_without_docs: %doc Documentation/*.html }
|
||||
%if 0%{?suse_version} < 1140
|
||||
/var/adm/perl-modules/%{name}
|
||||
%endif
|
||||
%{perl_vendorlib}/Git.pm
|
||||
%{perl_vendorarch}/auto/Git/
|
||||
/etc/bash_completion.d/git.sh
|
||||
|
Loading…
Reference in New Issue
Block a user