1.8.3
This commit is contained in:
parent
00da06b977
commit
4706d44498
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@ doxygen-1.7.1.src.tar.gz
|
|||||||
/doxygen-1.8.1.1.src.tar.gz
|
/doxygen-1.8.1.1.src.tar.gz
|
||||||
/doxygen-1.8.1.2.src.tar.gz
|
/doxygen-1.8.1.2.src.tar.gz
|
||||||
/doxygen-1.8.2.src.tar.gz
|
/doxygen-1.8.2.src.tar.gz
|
||||||
|
/doxygen-1.8.3.src.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -up doxygen-1.8.1/addon/doxywizard/Makefile.in.config doxygen-1.8.1/addon/doxywizard/Makefile.in
|
diff -up doxygen-1.8.3/addon/doxywizard/Makefile.in.config doxygen-1.8.3/addon/doxywizard/Makefile.in
|
||||||
--- doxygen-1.8.1/addon/doxywizard/Makefile.in.config 2012-01-29 16:23:25.000000000 +0100
|
--- doxygen-1.8.3/addon/doxywizard/Makefile.in.config 2012-01-29 16:23:25.000000000 +0100
|
||||||
+++ doxygen-1.8.1/addon/doxywizard/Makefile.in 2012-06-06 12:13:51.676758161 +0200
|
+++ doxygen-1.8.3/addon/doxywizard/Makefile.in 2013-01-02 16:45:56.206014990 +0100
|
||||||
@@ -10,8 +10,6 @@
|
@@ -10,8 +10,6 @@
|
||||||
# See the GNU General Public License for more details.
|
# See the GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
@ -26,10 +26,10 @@ diff -up doxygen-1.8.1/addon/doxywizard/Makefile.in.config doxygen-1.8.1/addon/d
|
|||||||
rm doxywizard.1
|
rm doxywizard.1
|
||||||
|
|
||||||
FORCE:
|
FORCE:
|
||||||
diff -up doxygen-1.8.1/configure.config doxygen-1.8.1/configure
|
diff -up doxygen-1.8.3/configure.config doxygen-1.8.3/configure
|
||||||
--- doxygen-1.8.1/configure.config 2012-05-20 13:17:10.000000000 +0200
|
--- doxygen-1.8.3/configure.config 2012-12-27 12:24:51.000000000 +0100
|
||||||
+++ doxygen-1.8.1/configure 2012-06-06 12:13:51.676758161 +0200
|
+++ doxygen-1.8.3/configure 2013-01-02 16:45:56.206014990 +0100
|
||||||
@@ -274,9 +274,10 @@ if test "$f_wizard" = YES; then
|
@@ -280,9 +280,10 @@ if test "$f_wizard" = YES; then
|
||||||
if test -z "$QTDIR"; then
|
if test -z "$QTDIR"; then
|
||||||
echo " QTDIR environment variable not set!"
|
echo " QTDIR environment variable not set!"
|
||||||
echo -n " Checking for Qt..."
|
echo -n " Checking for Qt..."
|
||||||
@ -41,7 +41,7 @@ diff -up doxygen-1.8.1/configure.config doxygen-1.8.1/configure
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
@@ -491,6 +492,8 @@ INSTTOOL = $f_insttool
|
@@ -514,6 +515,8 @@ INSTTOOL = $f_insttool
|
||||||
DOXYDOCS = ..
|
DOXYDOCS = ..
|
||||||
DOCDIR = $f_docdir
|
DOCDIR = $f_docdir
|
||||||
QTDIR = $QTDIR
|
QTDIR = $QTDIR
|
||||||
@ -50,24 +50,24 @@ diff -up doxygen-1.8.1/configure.config doxygen-1.8.1/configure
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
if test "$f_dot" != NO; then
|
if test "$f_dot" != NO; then
|
||||||
diff -up doxygen-1.8.1/Makefile.in.config doxygen-1.8.1/Makefile.in
|
diff -up doxygen-1.8.3/Makefile.in.config doxygen-1.8.3/Makefile.in
|
||||||
--- doxygen-1.8.1/Makefile.in.config 2012-02-20 22:00:49.000000000 +0100
|
--- doxygen-1.8.3/Makefile.in.config 2012-12-25 13:17:27.000000000 +0100
|
||||||
+++ doxygen-1.8.1/Makefile.in 2012-06-06 12:13:51.677758162 +0200
|
+++ doxygen-1.8.3/Makefile.in 2013-01-02 16:50:44.919183628 +0100
|
||||||
@@ -44,8 +44,6 @@ distclean: clean
|
@@ -53,8 +53,6 @@ distclean: clean
|
||||||
|
|
||||||
DATE=$(shell date "+%B %Y")
|
DATE=$(shell date "+%B %Y")
|
||||||
|
|
||||||
-MAN1DIR = man/man1
|
-MAN1DIR = man/man1
|
||||||
-
|
-
|
||||||
install: doxywizard_install
|
install: doxywizard_install doxysearch_install
|
||||||
$(INSTTOOL) -d $(DESTDIR)/$(INSTALL)/bin
|
$(INSTTOOL) -d $(DESTDIR)/$(INSTALL)/bin
|
||||||
$(INSTTOOL) -m 755 bin/doxygen $(DESTDIR)/$(INSTALL)/bin
|
$(INSTTOOL) -m 755 bin/doxygen $(DESTDIR)/$(INSTALL)/bin
|
||||||
diff -up doxygen-1.8.1/tmake/lib/linux-g++/tmake.conf.config doxygen-1.8.1/tmake/lib/linux-g++/tmake.conf
|
diff -up doxygen-1.8.3/tmake/lib/linux-g++/tmake.conf.config doxygen-1.8.3/tmake/lib/linux-g++/tmake.conf
|
||||||
--- doxygen-1.8.1/tmake/lib/linux-g++/tmake.conf.config 2012-03-11 20:44:01.000000000 +0100
|
--- doxygen-1.8.3/tmake/lib/linux-g++/tmake.conf.config 2012-12-22 19:49:04.000000000 +0100
|
||||||
+++ doxygen-1.8.1/tmake/lib/linux-g++/tmake.conf 2012-06-06 12:45:27.981776883 +0200
|
+++ doxygen-1.8.3/tmake/lib/linux-g++/tmake.conf 2013-01-02 16:52:08.828039570 +0100
|
||||||
@@ -11,7 +11,7 @@ TMAKE_CC = gcc
|
@@ -11,7 +11,7 @@ TMAKE_CC = gcc
|
||||||
TMAKE_CFLAGS = -pipe
|
TMAKE_CFLAGS = -pipe
|
||||||
TMAKE_CFLAGS_WARN_ON = -Wall -W -fno-exceptions
|
TMAKE_CFLAGS_WARN_ON = -Wall -W
|
||||||
TMAKE_CFLAGS_WARN_OFF =
|
TMAKE_CFLAGS_WARN_OFF =
|
||||||
-TMAKE_CFLAGS_RELEASE = -O2
|
-TMAKE_CFLAGS_RELEASE = -O2
|
||||||
+TMAKE_CFLAGS_RELEASE = $(RPM_OPT_FLAGS)
|
+TMAKE_CFLAGS_RELEASE = $(RPM_OPT_FLAGS)
|
@ -1,8 +1,8 @@
|
|||||||
diff -up doxygen-1.8.2/src/htmlgen.cpp.multilib doxygen-1.8.2/src/htmlgen.cpp
|
diff -up doxygen-1.8.3/src/htmlgen.cpp.multilib doxygen-1.8.3/src/htmlgen.cpp
|
||||||
--- doxygen-1.8.2/src/htmlgen.cpp.multilib 2012-08-11 16:29:09.000000000 +0200
|
--- doxygen-1.8.3/src/htmlgen.cpp.multilib 2012-12-25 11:27:52.000000000 +0100
|
||||||
+++ doxygen-1.8.2/src/htmlgen.cpp 2012-08-13 12:48:09.824309711 +0200
|
+++ doxygen-1.8.3/src/htmlgen.cpp 2013-01-02 17:08:57.559028518 +0100
|
||||||
@@ -123,6 +123,17 @@ static unsigned char tab_b_png[36] =
|
@@ -125,6 +125,17 @@ static unsigned char tab_b_png[36] =
|
||||||
202, 204, 206, 208, 210, 214, 216, 203, 185
|
205, 207, 209, 211, 213, 217, 219, 206, 188
|
||||||
};
|
};
|
||||||
|
|
||||||
+static unsigned char nav_g_png[95] = {
|
+static unsigned char nav_g_png[95] = {
|
||||||
@ -19,7 +19,7 @@ diff -up doxygen-1.8.2/src/htmlgen.cpp.multilib doxygen-1.8.2/src/htmlgen.cpp
|
|||||||
// hovering tab background luma
|
// hovering tab background luma
|
||||||
static unsigned char tab_h_png[36] =
|
static unsigned char tab_h_png[36] =
|
||||||
{
|
{
|
||||||
@@ -822,6 +833,7 @@ static ColoredImgDataItem colored_tab_da
|
@@ -824,6 +835,7 @@ static ColoredImgDataItem colored_tab_da
|
||||||
{ "tab_s.png", 1, 36, tab_s_png, 0 },
|
{ "tab_s.png", 1, 36, tab_s_png, 0 },
|
||||||
{ "nav_h.png", 1, 12, header_png, 0 },
|
{ "nav_h.png", 1, 12, header_png, 0 },
|
||||||
{ "nav_f.png", 1, 56, func_header_png, 0 },
|
{ "nav_f.png", 1, 56, func_header_png, 0 },
|
||||||
@ -27,8 +27,8 @@ diff -up doxygen-1.8.2/src/htmlgen.cpp.multilib doxygen-1.8.2/src/htmlgen.cpp
|
|||||||
{ "bc_s.png", 8, 30, bc_s_png, bc_s_a_png },
|
{ "bc_s.png", 8, 30, bc_s_png, bc_s_a_png },
|
||||||
{ "doxygen.png", 104,31, doxygen_png, doxygen_a_png },
|
{ "doxygen.png", 104,31, doxygen_png, doxygen_a_png },
|
||||||
{ "closed.png", 9, 9, closed_png, closed_a_png },
|
{ "closed.png", 9, 9, closed_png, closed_a_png },
|
||||||
@@ -1481,13 +1493,6 @@ void HtmlGenerator::writeTabData()
|
@@ -1502,13 +1514,6 @@ void HtmlGenerator::writeTabData()
|
||||||
Doxygen::indexList.addStyleSheetFile("tabs.css");
|
Doxygen::indexList->addStyleSheetFile("tabs.css");
|
||||||
QCString dname=Config_getString("HTML_OUTPUT");
|
QCString dname=Config_getString("HTML_OUTPUT");
|
||||||
writeColoredImgData(dname,colored_tab_data);
|
writeColoredImgData(dname,colored_tab_data);
|
||||||
-
|
-
|
@ -1,6 +1,6 @@
|
|||||||
Summary: A documentation system for C/C++
|
Summary: A documentation system for C/C++
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.8.2
|
Version: 1.8.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -13,9 +13,9 @@ Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
|
|||||||
Source1: doxywizard.png
|
Source1: doxywizard.png
|
||||||
Source2: doxywizard.desktop
|
Source2: doxywizard.desktop
|
||||||
|
|
||||||
Patch1: doxygen-1.8.1-config.patch
|
Patch1: doxygen-1.8.3-config.patch
|
||||||
Patch2: doxygen-1.8.1.1-html_timestamp_default_false.patch
|
Patch2: doxygen-1.8.1.1-html_timestamp_default_false.patch
|
||||||
Patch3: doxygen-1.8.2-multilib.patch
|
Patch3: doxygen-1.8.3-multilib.patch
|
||||||
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: texlive-dvips
|
BuildRequires: texlive-dvips
|
||||||
@ -103,6 +103,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/pixmaps/*
|
%{_datadir}/pixmaps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 02 2013 Than Ngo <than@redhat.com> - 1:1.8.3-1
|
||||||
|
- 1.8.3
|
||||||
|
|
||||||
* Mon Aug 13 2012 Than Ngo <than@redhat.com> - 1:1.8.2-1
|
* Mon Aug 13 2012 Than Ngo <than@redhat.com> - 1:1.8.2-1
|
||||||
- 1.8.2
|
- 1.8.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user