forked from pool/doxygen
- removing unneeded warnings.patch
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=46
This commit is contained in:
parent
1a8df8c24a
commit
897c5378f0
@ -1,13 +0,0 @@
|
|||||||
Index: src/util.cpp
|
|
||||||
===================================================================
|
|
||||||
--- src/util.cpp.orig
|
|
||||||
+++ src/util.cpp
|
|
||||||
@@ -4834,7 +4834,7 @@ QCString escapeCharsInString(const char
|
|
||||||
case '=': growBuf.addStr("_0A"); break;
|
|
||||||
case '$': growBuf.addStr("_0B"); break;
|
|
||||||
default:
|
|
||||||
- if (c<0)
|
|
||||||
+ if ((unsigned char)c>0x7f)
|
|
||||||
{
|
|
||||||
static char map[] = "0123456789ABCDEF";
|
|
||||||
char ids[5];
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 28 07:58:22 UTC 2012 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- removing unneeded warnings.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 27 09:51:17 UTC 2012 - pgajdos@suse.com
|
Mon Feb 27 09:51:17 UTC 2012 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -32,7 +32,6 @@ Patch: doxygen-1.5.9-64archs.patch
|
|||||||
Patch2: %{name}-1.5.9-flex.patch
|
Patch2: %{name}-1.5.9-flex.patch
|
||||||
Patch5: doxygen-1.5.9-man.patch
|
Patch5: doxygen-1.5.9-man.patch
|
||||||
Patch6: doxygen-1.7.1-qtdir.patch
|
Patch6: doxygen-1.7.1-qtdir.patch
|
||||||
Patch100: doxygen-1.7.0-warnings.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
# SuSE, openSUSE
|
# SuSE, openSUSE
|
||||||
@ -72,7 +71,6 @@ configuration files.
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%patch6
|
%patch6
|
||||||
%endif
|
%endif
|
||||||
%patch100
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user