forked from pool/doxygen
Accepting request 123485 from devel:tools
- 1.8.1 generates man page names uncondidionally lowercase which causes problem for lapack build for example; reverting one hunk of fix for https://bugzilla.gnome.org/show_bug.cgi?id=674563 as workaround * no-lowercase-man-names.patch OBS-URL: https://build.opensuse.org/request/show/123485 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=42
This commit is contained in:
commit
9a1d4798c0
12
doxygen-no-lowercase-man-names.patch
Normal file
12
doxygen-no-lowercase-man-names.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: doxygen-1.8.1/src/fortranscanner.l
|
||||
===================================================================
|
||||
--- doxygen-1.8.1.orig/src/fortranscanner.l
|
||||
+++ doxygen-1.8.1/src/fortranscanner.l
|
||||
@@ -1892,7 +1891,6 @@ static void initEntry()
|
||||
*/
|
||||
static void addCurrentEntry(int case_insens)
|
||||
{
|
||||
- if (case_insens) current->name = current->name.lower();
|
||||
//printf("===Adding entry %s to %s\n", current->name.data(), current_root->name.data());
|
||||
current_root->addSubEntry(current);
|
||||
last_entry = current;
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 4 10:15:13 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
- 1.8.1 generates man page names uncondidionally lowercase which
|
||||
causes problem for lapack build for example; reverting one hunk
|
||||
of fix for
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=674563
|
||||
as workaround
|
||||
* no-lowercase-man-names.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 07:10:38 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
|
@ -35,6 +35,7 @@ Source3: %{name}_manual-%{version}.pdf.bz2
|
||||
Patch: %{name}-1.5.9-64archs.patch
|
||||
Patch3: %{name}-1.5.9-man.patch
|
||||
Patch4: %{name}-1.7.0-modify_footer.patch
|
||||
Patch5: %{name}-no-lowercase-man-names.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#########################################################################################
|
||||
# SuSE, openSUSE
|
||||
@ -68,6 +69,7 @@ as well. An executable for Windows 95/NT is also available.
|
||||
%patch
|
||||
%patch3
|
||||
%patch4
|
||||
%patch5 -p1
|
||||
cp -v %{S:3} .
|
||||
bzip2 -d %{name}_manual-%{version}.pdf.bz2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user