forked from pool/doxygen
Accepting request 127814 from devel:tools
- updated to 1.8.1.2: changes * doxygen now strips the leading indentation shared by the lines in a @code..@endcode block. * id 678218: Changed title of the SVG graphs from 'G' to the root node of the graph. * Integrated the root navigation tree in navtree.js for faster loading * When the navigation tree is enabled, clicking jump to a line in the source code view will now highlight the line. features * Added button in the navigation tree to allow enabling/disabling syncing the navigation tree with the content. * Extended the number of HTML entities with Greek letters and other symbols (thanks to Charles Karney for the patch). * id 663645: Added support for C++11 strongly typed enums (enum class E { ... }). * VHDL code now has a new Design Overview page (thanks for Martin Kreis for the patch). Requires HAVE_DOT=YES, and DOT_IMAGE_FORMAT=svg. * id 677678: Added support for strong and weak attributes in Objective-C properties. * bugfixes - for details see http://www.stack.nl/~dimitri/doxygen/changelog.html - updated to 1.8.1.2: changes * doxygen now strips the leading indentation shared by the lines in a @code..@endcode block. * id 678218: Changed title of the SVG graphs from 'G' to the root OBS-URL: https://build.opensuse.org/request/show/127814 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=44
This commit is contained in:
commit
1b2c8a3a81
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dff2b8539ed5dfa17f7ad5c35c457e4f196aed46fae3e157334fd64f45fc28da
|
||||
size 634169
|
3
doxygen-1.8.1.2-html.tar.bz2
Normal file
3
doxygen-1.8.1.2-html.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09acbf1ad119006fab9ae5eb2b3ad6eefba88d3b803f4ac4315c08dd35f5e6d9
|
||||
size 642460
|
3
doxygen-1.8.1.2.src.tar.bz2
Normal file
3
doxygen-1.8.1.2.src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bff5139f5cac8b23d591c11842e72ad02ce511c1a6bd2bd5b6a650a75840cd5d
|
||||
size 5294805
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f588e8fa761965d750d10571ba15209bcfb530c0d3e154b4f15ae419fff49f53
|
||||
size 5287230
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 08:22:15 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
- updated to 1.8.1.2:
|
||||
changes
|
||||
* doxygen now strips the leading indentation shared by the lines
|
||||
in a @code..@endcode block.
|
||||
* id 678218: Changed title of the SVG graphs from 'G' to the root
|
||||
node of the graph.
|
||||
* Integrated the root navigation tree in navtree.js for faster
|
||||
loading
|
||||
* When the navigation tree is enabled, clicking jump to a line
|
||||
in the source code view will now highlight the line.
|
||||
features
|
||||
* Added button in the navigation tree to allow enabling/disabling
|
||||
syncing the navigation tree with the content.
|
||||
* Extended the number of HTML entities with Greek letters and
|
||||
other symbols (thanks to Charles Karney for the patch).
|
||||
* id 663645: Added support for C++11 strongly typed enums (enum
|
||||
class E { ... }).
|
||||
* VHDL code now has a new Design Overview page (thanks for
|
||||
Martin Kreis for the patch). Requires HAVE_DOT=YES, and
|
||||
DOT_IMAGE_FORMAT=svg.
|
||||
* id 677678: Added support for strong and weak attributes in
|
||||
Objective-C properties.
|
||||
* bugfixes
|
||||
- for details see http://www.stack.nl/~dimitri/doxygen/changelog.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 4 10:15:13 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
|
12
doxygen.spec
12
doxygen.spec
@ -16,14 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: doxygen
|
||||
BuildRequires: bison flex gcc-c++ libpng-devel
|
||||
Version: 1.8.1
|
||||
Release: 1
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libpng-devel
|
||||
Version: 1.8.1.2
|
||||
Release: 0
|
||||
Summary: Automated C, C++, and Java Documentation Generator
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Doc Generators
|
||||
Summary: Automated C, C++, and Java Documentation Generator
|
||||
Url: http://www.stack.nl/~dimitri/doxygen/
|
||||
# http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
|
||||
Source: %{name}-%{version}.src.tar.bz2
|
||||
|
3
doxygen_manual-1.8.1.2.pdf.bz2
Normal file
3
doxygen_manual-1.8.1.2.pdf.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7e797cd2d171f5407186380413ebb2a973185a353bcf6483ee60cc40797cab5
|
||||
size 703096
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ccfd3bfb36d03f9688de9eb17efd64d0ff9feea215ff0af5b1e1d9e75b2a91dd
|
||||
size 685915
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 08:27:44 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
- updated to 1.8.1.2:
|
||||
changes
|
||||
* doxygen now strips the leading indentation shared by the lines
|
||||
in a @code..@endcode block.
|
||||
* id 678218: Changed title of the SVG graphs from 'G' to the root
|
||||
node of the graph.
|
||||
* Integrated the root navigation tree in navtree.js for faster
|
||||
loading
|
||||
* When the navigation tree is enabled, clicking jump to a line
|
||||
in the source code view will now highlight the line.
|
||||
features
|
||||
* Added button in the navigation tree to allow enabling/disabling
|
||||
syncing the navigation tree with the content.
|
||||
* Extended the number of HTML entities with Greek letters and
|
||||
other symbols (thanks to Charles Karney for the patch).
|
||||
* id 663645: Added support for C++11 strongly typed enums (enum
|
||||
class E { ... }).
|
||||
* VHDL code now has a new Design Overview page (thanks for
|
||||
Martin Kreis for the patch). Requires HAVE_DOT=YES, and
|
||||
DOT_IMAGE_FORMAT=svg.
|
||||
* id 677678: Added support for strong and weak attributes in
|
||||
Objective-C properties.
|
||||
* bugfixes
|
||||
- for details see http://www.stack.nl/~dimitri/doxygen/changelog.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 16 09:06:54 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
|
@ -16,15 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: doxywizard
|
||||
BuildRequires: bison flex gcc-c++ libjpeg-devel
|
||||
Version: 1.8.1
|
||||
Release: 1
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libjpeg-devel
|
||||
Version: 1.8.1.2
|
||||
Release: 0
|
||||
Requires: doxygen = %{version}
|
||||
Summary: Graphical User Interface for Doxygen
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Doc Generators
|
||||
Summary: Graphical User Interface for Doxygen
|
||||
Url: http://www.stack.nl/~dimitri/doxygen/
|
||||
Source: doxygen-%{version}.src.tar.bz2
|
||||
Source1: doxywizard.desktop
|
||||
@ -45,8 +47,8 @@ BuildRequires: update-desktop-files
|
||||
# Fedora, RHEL or CentOS
|
||||
#########################################################################################
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
||||
BuildRequires: qt4-devel >= 4.3.0
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: qt4-devel >= 4.3.0
|
||||
%define man_ext gz
|
||||
%endif
|
||||
#########################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user