Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package doxygen for openSUSE:Factory checked in at 2025-09-30 17:35:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/doxygen (Old) and /work/SRC/openSUSE:Factory/.doxygen.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "doxygen" Tue Sep 30 17:35:11 2025 rev:107 rq:1307862 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes 2025-07-30 11:45:43.355581271 +0200 +++ /work/SRC/openSUSE:Factory/.doxygen.new.11973/doxygen.changes 2025-09-30 17:35:56.693015933 +0200 @@ -1,0 +2,7 @@ +Wed Sep 24 07:49:18 UTC 2025 - [email protected] + +- upstream links to github repository +- set TEST_FLAGS="--xmlxsd" + (https://github.com/doxygen/doxygen/issues/11772) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ doxygen.spec ++++++ --- /var/tmp/diff_new_pack.N0NQKu/_old 2025-09-30 17:36:05.829401024 +0200 +++ /var/tmp/diff_new_pack.N0NQKu/_new 2025-09-30 17:36:05.833401193 +0200 @@ -1,7 +1,7 @@ # # spec file for package doxygen # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + +%global rdir Release_1_14_0 Name: doxygen Version: 1.14.0 Release: 0 @@ -22,8 +24,8 @@ # qtools are used for building and they are GPL-3.0 licensed License: GPL-2.0-or-later Group: Development/Tools/Doc Generators -URL: https://www.doxygen.nl/ -Source0: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz +URL: https://github.com/doxygen/doxygen +Source0: https://github.com/doxygen/doxygen/releases/download/%{rdir}/doxygen-%{version}.src.tar.gz # suse specific Patch1: %{name}-no-lowercase-man-names.patch Patch2: reproducible.patch @@ -46,7 +48,6 @@ # web trivialy for all versions of doxygen Obsoletes: doxygen-doc - %description Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular @@ -56,8 +57,7 @@ language VHDL. %prep -%setup -q -%autopatch -p1 +%autosetup -p1 %build %cmake \ ++++++ doxywizard.spec ++++++ --- /var/tmp/diff_new_pack.N0NQKu/_old 2025-09-30 17:36:05.877403047 +0200 +++ /var/tmp/diff_new_pack.N0NQKu/_new 2025-09-30 17:36:05.877403047 +0200 @@ -1,7 +1,7 @@ # # spec file for package doxywizard # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,7 @@ # +%global rdir Release_1_14_0 Name: doxywizard Version: 1.14.0 Release: 0 @@ -23,8 +24,8 @@ # qtools are used for building and they are GPL-3.0 licensed License: GPL-2.0-or-later Group: Development/Tools/Doc Generators -URL: https://www.doxygen.nl/ -Source: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz +URL: https://github.com/doxygen/doxygen +Source: https://github.com/doxygen/doxygen/releases/download/%{rdir}/doxygen-%{version}.src.tar.gz Source1: doxywizard.desktop BuildRequires: bison BuildRequires: cmake >= 3.14 @@ -73,6 +74,9 @@ export LANG=C.UTF-8 # testing doxygen package here to avoid build # cycle between latex and doxygen +# +# TEST_FLAGS: otherwise 009_bug fails (https://github.com/doxygen/doxygen/issues/11772) +export TEST_FLAGS="--xmlxsd" %ctest %install
