forked from pool/doxygen
This commit is contained in:
committed by
Git OBS Bridge
parent
272ac2badd
commit
f95afaa64c
26
doxygen.spec
26
doxygen.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package doxygen (Version 1.5.3)
|
||||
# spec file for package doxygen (Version 1.5.4)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
Name: doxygen
|
||||
BuildRequires: bison flex gcc-c++ libpng-devel
|
||||
Version: 1.5.3
|
||||
Version: 1.5.4
|
||||
Release: 1
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
License: GPL v2 or later
|
||||
Group: Development/Tools/Doc Generators
|
||||
Summary: Automated C, C++, and Java Documentation Generator
|
||||
URL: http://www.stack.nl/~dimitri/doxygen/
|
||||
Url: http://www.stack.nl/~dimitri/doxygen/
|
||||
Source: %{name}-%{version}.src.tar.bz2
|
||||
# script to get %%source2
|
||||
Source1: doxygen-html.sh
|
||||
@@ -81,8 +81,24 @@ rm -rf %{buildroot}
|
||||
%attr(444,root,root) %doc %{_mandir}/man1/doxygen.1.gz
|
||||
%attr(444,root,root) %doc %{_mandir}/man1/doxytag.1.gz
|
||||
%attr(755,root,root) /usr/bin/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 30 2007 - anosek@suse.cz
|
||||
- updated to version 1.5.4
|
||||
Changes:
|
||||
* When setting SOURCE_BROWSER to YES, all undocumented classes
|
||||
also ended up in the documentation. Now this will only happen
|
||||
if EXTRACT_ALL is also enabled.
|
||||
* Upgraded included third party libs libpng and zlib to version
|
||||
1.2.21 and 1.2.3 respectively.
|
||||
New features:
|
||||
* Included support for parsing Fortran 90
|
||||
* Added config option SIP_SUPPORT to support handling SIP sources
|
||||
(used for Python to C++ bindings).
|
||||
* Added support for CLI/C++ style indexed properties.
|
||||
* Added config option TYPEDEF_HIDES_STRUCT which when enabled
|
||||
treats a typedef of a struct as a struct with the name of the
|
||||
typedef. This behavious was coupled to OPTIMIZE_OUTPUT_FOR_C
|
||||
in the previous version and is now an independent option.
|
||||
* Fri Jul 27 2007 - anosek@suse.cz
|
||||
- updated to version 1.5.3
|
||||
Changes:
|
||||
|
Reference in New Issue
Block a user