Accepting request 702617 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/702617 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=232
This commit is contained in:
parent
937fe2e8ec
commit
df05c6eeae
66
0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch
Normal file
66
0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch
Normal file
@ -0,0 +1,66 @@
|
||||
From 5264df9284461edb4ae2309ad72acf7c3d8161e9 Mon Sep 17 00:00:00 2001
|
||||
From: Dominique Leuenberger <dimstar@opensuse.org>
|
||||
Date: Wed, 8 May 2019 19:00:47 +0200
|
||||
Subject: [PATCH] DOC: Move to DocBook 5 when using asciidoctor
|
||||
|
||||
DocBook 5 has been released about a decade ago. Newer versions of
|
||||
asciidoctor (since version 2.x) no longer support DocBook 4.5, it
|
||||
is thus time for us to move to newer support as well.
|
||||
---
|
||||
Documentation/Makefile | 4 ++--
|
||||
contrib/subtree/Makefile | 5 +++--
|
||||
2 files changed, 5 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/Documentation/Makefile b/Documentation/Makefile
|
||||
index 6d738f831e..dcb8f60b37 100644
|
||||
--- a/Documentation/Makefile
|
||||
+++ b/Documentation/Makefile
|
||||
@@ -124,7 +124,7 @@ TXT_TO_HTML = $(ASCIIDOC_COMMON) -b $(ASCIIDOC_HTML)
|
||||
TXT_TO_XML = $(ASCIIDOC_COMMON) -b $(ASCIIDOC_DOCBOOK)
|
||||
MANPAGE_XSL = manpage-normal.xsl
|
||||
XMLTO = xmlto
|
||||
-XMLTO_EXTRA =
|
||||
+XMLTO_EXTRA = --skip-validation
|
||||
INSTALL ?= install
|
||||
RM ?= rm -f
|
||||
MAN_REPO = ../../git-manpages
|
||||
@@ -193,7 +193,7 @@ ifdef USE_ASCIIDOCTOR
|
||||
ASCIIDOC = asciidoctor
|
||||
ASCIIDOC_CONF =
|
||||
ASCIIDOC_HTML = xhtml5
|
||||
-ASCIIDOC_DOCBOOK = docbook45
|
||||
+ASCIIDOC_DOCBOOK = docbook5
|
||||
ASCIIDOC_EXTRA += -acompat-mode -atabsize=8
|
||||
ASCIIDOC_EXTRA += -I. -rasciidoctor-extensions
|
||||
ASCIIDOC_EXTRA += -alitdd='&\#x2d;&\#x2d;'
|
||||
diff --git a/contrib/subtree/Makefile b/contrib/subtree/Makefile
|
||||
index 6906aae441..09e53b9480 100644
|
||||
--- a/contrib/subtree/Makefile
|
||||
+++ b/contrib/subtree/Makefile
|
||||
@@ -25,12 +25,13 @@ ASCIIDOC_HTML = xhtml11
|
||||
ASCIIDOC_DOCBOOK = docbook
|
||||
ASCIIDOC_EXTRA =
|
||||
XMLTO = xmlto
|
||||
+XMLTO_EXTRA = --skip-validation
|
||||
|
||||
ifdef USE_ASCIIDOCTOR
|
||||
ASCIIDOC = asciidoctor
|
||||
ASCIIDOC_CONF =
|
||||
ASCIIDOC_HTML = xhtml5
|
||||
-ASCIIDOC_DOCBOOK = docbook45
|
||||
+ASCIIDOC_DOCBOOK = docbook5
|
||||
ASCIIDOC_EXTRA += -I../../Documentation -rasciidoctor-extensions
|
||||
ASCIIDOC_EXTRA += -alitdd='&\#x2d;&\#x2d;'
|
||||
endif
|
||||
@@ -78,7 +79,7 @@ install-html: $(GIT_SUBTREE_HTML)
|
||||
$(INSTALL) -m 644 $^ $(DESTDIR)$(htmldir)
|
||||
|
||||
$(GIT_SUBTREE_DOC): $(GIT_SUBTREE_XML)
|
||||
- $(XMLTO) -m $(MANPAGE_XSL) man $^
|
||||
+ $(XMLTO) -m $(MANPAGE_XSL) $(XMLTO_EXTRA) man $^
|
||||
|
||||
$(GIT_SUBTREE_XML): $(GIT_SUBTREE_TXT)
|
||||
$(ASCIIDOC) -b $(ASCIIDOC_DOCBOOK) -d manpage $(ASCIIDOC_CONF) \
|
||||
--
|
||||
2.21.0
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 8 17:02:10 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Add 0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch: Move
|
||||
to DocBook 5.x. Asciidoctor 2.x no longer supports the legacy
|
||||
DocBook 4.5 format.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 14 14:09:52 UTC 2019 - Christian Boltz <suse-beta@cboltz.de>
|
||||
|
||||
|
6
git.spec
6
git.spec
@ -56,6 +56,7 @@ Patch7: git-zsh-completion-fixes.diff
|
||||
Patch8: git-asciidoc.patch
|
||||
Patch9: worktree-fix-worktree-add-race.patch
|
||||
Patch10: setup-don-t-fail-if-commondir-reference-is-deleted.patch
|
||||
Patch11: 0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch
|
||||
BuildRequires: curl
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gpg2
|
||||
@ -214,9 +215,9 @@ system.
|
||||
Summary: Git tools for sending email
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}
|
||||
Requires: perl-MailTools
|
||||
# For sending mails over secure SMTP:
|
||||
Requires: perl-Authen-SASL
|
||||
Requires: perl-MailTools
|
||||
Requires: perl-Net-SMTP-SSL
|
||||
|
||||
%description email
|
||||
@ -229,10 +230,10 @@ Requires: git-core = %{version}
|
||||
Requires(pre): %fillup_prereq
|
||||
Requires(pre): %{_sbindir}/useradd
|
||||
Requires(pre): shadow
|
||||
%{?systemd_requires}
|
||||
%if 0%{?suse_version} >= 1500
|
||||
Requires(pre): group(nogroup)
|
||||
%endif
|
||||
%{?systemd_requires}
|
||||
|
||||
%description daemon
|
||||
A really simple TCP git daemon. In the default configuration it allows
|
||||
@ -292,6 +293,7 @@ directory /git/ that calls the cgi script.
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
|
||||
%build
|
||||
cat > .make <<'EOF'
|
||||
|
Loading…
Reference in New Issue
Block a user