File project.diff of Package doxygen
--- doxygen.changes.orig
+++ doxygen.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Wed Sep 24 07:49:18 UTC 2025 - pgajdos@suse.com
+
+- upstream links to github repository
+- skip 009_bug test temporarily
+ (https://github.com/doxygen/doxygen/issues/11772)
+
+-------------------------------------------------------------------
Wed Jul 23 12:39:02 UTC 2025 - Franz Sirl <franz.sirl-obs@lauterbach.com>
- Restore build on openSUSE 15.6 and SLE15 SP6/SP7
--- doxygen.spec.orig
+++ doxygen.spec
@@ -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,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
Name: doxygen
Version: 1.14.0
Release: 0
@@ -22,8 +23,8 @@ Summary: Automated C, C++, and Ja
# 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/Release_%(echo %{version} | tr '.' '_')/doxygen-%{version}.src.tar.gz
# suse specific
Patch1: %{name}-no-lowercase-man-names.patch
Patch2: reproducible.patch
@@ -46,7 +47,6 @@ BuildRequires: python3-xml
# 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 +56,7 @@ and to some extent D. Doxygen also suppo
language VHDL.
%prep
-%setup -q
-%autopatch -p1
+%autosetup -p1
%build
%cmake \
--- doxywizard.spec.orig
+++ doxywizard.spec
@@ -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
@@ -23,8 +23,8 @@ Summary: Graphical User Interface
# 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/Release_%(echo %{version} | tr '.' '_')/doxygen-%{version}.src.tar.gz
Source1: doxywizard.desktop
BuildRequires: bison
BuildRequires: cmake >= 3.14
@@ -73,7 +73,9 @@ configuration files.
export LANG=C.UTF-8
# testing doxygen package here to avoid build
# cycle between latex and doxygen
-%ctest
+#
+# 009_bug: https://github.com/doxygen/doxygen/issues/11772
+%ctest --exclude-regex 009_bug
%install
%cmake_install