SHA256
1
0
forked from pool/doxygen

Accepting request 113917 from devel:tools

- updated to 1.8.0svn20120416:
  * fixed crash [bnc#755402]

- updated to 1.8.0svn20120416:
  * fixed crash [bnc#755402]

- removing unneeded warnings.patch

OBS-URL: https://build.opensuse.org/request/show/113917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=40
This commit is contained in:
Stephan Kulow
2012-04-17 19:57:49 +00:00
committed by Git OBS Bridge
10 changed files with 26 additions and 24 deletions

View File

@@ -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];

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17f4275fc9469d832e402d8841c13bc40ea9fa455e85117a5c92ad8dddc02ea5
size 622335

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:897836ac503b2e34d389121b4c3ed25e734dc93f5d4b8b39c92edf6b9ed3cfca
size 4880039

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa89f83627d51f82514b7d2d7cb522b1c5419172349453bdbda47e3b2aa6ea06
size 626187

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53d7b42d791ad7383a816071b5ccf1ea1af97c4b212c3da0942f920226c3abd7
size 7717682

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 16 09:05:22 UTC 2012 - pgajdos@suse.com
- updated to 1.8.0svn20120416:
* fixed crash [bnc#755402]
-------------------------------------------------------------------
Mon Feb 27 09:47:59 UTC 2012 - pgajdos@suse.com

View File

@@ -19,7 +19,7 @@
Name: doxygen
BuildRequires: bison flex gcc-c++ libpng-devel
Version: 1.8.0
Version: 1.8.0svn20120416
Release: 1
License: GPL-2.0+
Group: Development/Tools/Doc Generators
@@ -76,7 +76,7 @@ mintoc=
%ifarch ppc64
mintoc="-DENGLISH_ONLY"
%endif
sed -i~ "/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE = $RPM_OPT_FLAGS $mintoc@" tmake/lib/linux-g++/tmake.conf
sed -i~ "/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE = $RPM_OPT_FLAGS -O0 $mintoc@" tmake/lib/linux-g++/tmake.conf
# custom configure script
./configure --prefix /usr --install /usr/bin/install
make %{?_smp_mflags}

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Apr 16 09:06:54 UTC 2012 - pgajdos@suse.com
- updated to 1.8.0svn20120416:
* fixed crash [bnc#755402]
-------------------------------------------------------------------
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

View File

@@ -19,7 +19,7 @@
Name: doxywizard
BuildRequires: bison flex gcc-c++ libjpeg-devel
Version: 1.8.0
Version: 1.8.0svn20120416
Release: 1
Requires: doxygen = %{version}
License: GPL-2.0+
@@ -32,7 +32,6 @@ Patch: doxygen-1.5.9-64archs.patch
Patch2: %{name}-1.5.9-flex.patch
Patch5: doxygen-1.5.9-man.patch
Patch6: doxygen-1.7.1-qtdir.patch
Patch100: doxygen-1.7.0-warnings.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#########################################################################################
# SuSE, openSUSE
@@ -72,7 +71,6 @@ configuration files.
%if 0%{?suse_version}
%patch6
%endif
%patch100
%build
%if 0%{?suse_version}