Hello community, here is the log from the commit of package git checked in at Mon Sep 29 17:38:01 CEST 2008. -------- --- git/git.changes 2008-09-25 16:09:05.000000000 +0200 +++ /mounts/work_src_done/STABLE/git/git.changes 2008-09-26 17:17:20.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Sep 26 17:17:12 CEST 2008 - schwab@suse.de + +- Fix manual pages. + +------------------------------------------------------------------- New: ---- asciidoc.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git.spec ++++++ --- /var/tmp/diff_new_pack.ch9889/_old 2008-09-29 17:37:39.000000000 +0200 +++ /var/tmp/diff_new_pack.ch9889/_new 2008-09-29 17:37:39.000000000 +0200 @@ -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 @@ 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 @@ %prep %setup -q +%patch -p1 %build make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \ @@ -376,6 +377,8 @@ /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 ++++++ asciidoc.diff ++++++ 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[] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de