forked from pool/doxygen
- updated to 1.8.6:
* many bugfixes and features, see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html for details - updated to 1.8.6: * many bugfixes and features, see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html for details OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=70
This commit is contained in:
parent
ad534dead8
commit
3ba5753999
@ -5,22 +5,22 @@
|
||||
|
||||
Index: Makefile.in
|
||||
===================================================================
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
@@ -53,8 +53,6 @@ distclean: clean
|
||||
--- Makefile.in.orig 2013-10-21 20:09:13.000000000 +0200
|
||||
+++ Makefile.in 2014-01-02 10:06:25.115127423 +0100
|
||||
@@ -78,8 +78,6 @@
|
||||
|
||||
DATE=$(shell date "+%B %Y")
|
||||
|
||||
-MAN1DIR = man/man1
|
||||
-
|
||||
install: doxywizard_install doxysearch_install
|
||||
$(INSTTOOL) -d $(DESTDIR)/$(INSTALL)/bin
|
||||
$(INSTTOOL) -m 755 bin/doxygen $(DESTDIR)/$(INSTALL)/bin
|
||||
$(INSTTOOL) -d $(DESTDIR)$(INSTALL)/bin
|
||||
$(INSTTOOL) -m 755 bin/doxygen $(DESTDIR)$(INSTALL)/bin
|
||||
Index: configure
|
||||
===================================================================
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -514,6 +514,7 @@ INSTTOOL = $f_insttool
|
||||
--- configure.orig 2013-12-24 17:14:46.000000000 +0100
|
||||
+++ configure 2014-01-02 10:06:25.115127423 +0100
|
||||
@@ -704,6 +704,7 @@
|
||||
DOXYDOCS = ..
|
||||
DOCDIR = $f_docdir
|
||||
QTDIR = $QTDIR
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ae5c406e9864c8a35a60e3e3ca4f21a209d979082d59bb8b3fb7a493298a8d9
|
||||
size 697923
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:243a8b67db12ad68d6ea5b51c6f60dc2cc3a34fa47abf1b5b4499196c3d7cc25
|
||||
size 6511944
|
3
doxygen-1.8.6-html.tar.bz2
Normal file
3
doxygen-1.8.6-html.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2614cc553b6f05fa7cea4b1584d1d8edec10a918c3f7f74536e034930186b37
|
||||
size 702845
|
3
doxygen-1.8.6.src.tar.gz
Normal file
3
doxygen-1.8.6.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a718625f0c0c1eb3dee78ec1f83409b49e790f4c6c47fd44cd51cb92695535f
|
||||
size 7355610
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 09:28:07 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
- updated to 1.8.6:
|
||||
* many bugfixes and features, see
|
||||
http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
|
||||
for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 08:50:57 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package doxygen
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@ BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: unzip
|
||||
Version: 1.8.5
|
||||
Version: 1.8.6
|
||||
Release: 0
|
||||
Summary: Automated C, C++, and Java Documentation Generator
|
||||
License: GPL-2.0+
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5273404f56e6956ef946376d350474ed468868f17a3582f4489c259b789d502f
|
||||
size 985013
|
3
doxygen_manual-1.8.6.pdf.zip
Normal file
3
doxygen_manual-1.8.6.pdf.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb2c899c9732cb9c383375268de821e17eb4fa3d662d34cfb4b32882d5d33039
|
||||
size 1006634
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 09:29:23 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
- updated to 1.8.6:
|
||||
* many bugfixes and features, see
|
||||
http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
|
||||
for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 08:51:31 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package doxywizard
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@ BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libjpeg-devel
|
||||
Version: 1.8.5
|
||||
Version: 1.8.6
|
||||
Release: 0
|
||||
Requires: doxygen = %{version}
|
||||
Summary: Graphical User Interface for Doxygen
|
||||
|
Loading…
Reference in New Issue
Block a user