OBS User unknown 2008-09-29 15:38:02 +00:00 committed by Git OBS Bridge
parent ff07754de4
commit 2fde0d3347
3 changed files with 32 additions and 2 deletions

22
asciidoc.diff Normal file
View File

@ -0,0 +1,22 @@
diff --git a/Documentation/asciidoc.conf b/Documentation/asciidoc.conf
index 40d43b7..9fe70b2 100644
--- a/Documentation/asciidoc.conf
+++ b/Documentation/asciidoc.conf
@@ -24,7 +24,7 @@ ifdef::backend-docbook[]
endif::backend-docbook[]
ifdef::backend-docbook[]
-ifndef::docbook-xsl-172[]
+ifdef::docbook-xsl-168[]
# "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this.
# v1.72 breaks with this because it replaces dots not in roff requests.
[listingblock]
@@ -39,7 +39,7 @@ ifdef::doctype-manpage[]
endif::doctype-manpage[]
</literallayout>
{title#}</example>
-endif::docbook-xsl-172[]
+endif::docbook-xsl-168[]
endif::backend-docbook[]
ifdef::doctype-manpage[]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 26 17:17:12 CEST 2008 - schwab@suse.de
- Fix manual pages.
-------------------------------------------------------------------
Thu Sep 25 16:08:40 CEST 2008 - tiwai@suse.de

View File

@ -15,13 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: git
BuildRequires: asciidoc curl-devel fdupes libopenssl-devel sgml-skel xmlto
Version: 1.6.0.2
Release: 1
Release: 2
Summary: Fast, scalable, distributed revision control system
License: GPL v2 or later
Group: Development/Tools/Version Control
@ -31,6 +30,7 @@ Source1: apache2-gitweb.conf
Source2: sysconfig.git-daemon
Source3: git-daemon.init
Source4: git.xinetd
Patch: asciidoc.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: git-core = %{version}
Recommends: git-svn git-cvs git-arch git-email gitk git-gui git-web
@ -226,6 +226,7 @@ Authors:
%prep
%setup -q
%patch -p1
%build
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
@ -376,6 +377,8 @@ fi
/etc/bash_completion.d/git.sh
%changelog
* Fri Sep 26 2008 schwab@suse.de
- Fix manual pages.
* Thu Sep 25 2008 tiwai@suse.de
- updated to 1.6.0.2:
Mostly small bug fixes, see details in