public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/doxygen] rawhide: Fix rhbz#2515301, Update to 1.18.0
Date: Tue, 22 Sep 2026 14:10:58 GMT [thread overview]
Message-ID: <179008625853.1.15449157609927987107.rpms-doxygen-d057d10e7dce@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/doxygen
Branch : rawhide
Commit : d057d10e7dce711c8d4e51451e1f07506f59ffd1
Author : Than Ngo <than@redhat.com>
Date : 2026-09-22T16:10:44+02:00
Stats : +7/-25 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/doxygen/c/d057d10e7dce711c8d4e51451e1f07506f59ffd1?branch=rawhide
Log:
Fix rhbz#2515301, Update to 1.18.0
---
diff --git a/.gitignore b/.gitignore
index 1f13a96..d1c50e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,4 @@ doxygen-1.7.1.src.tar.gz
/doxygen-1.15.0.src.tar.gz
/doxygen-1.16.1.src.tar.gz
/doxygen-1.17.0.src.tar.gz
+/doxygen-1.18.0.src.tar.gz
diff --git a/doxygen-1.17-0-fix-test-tagfile-failure.patch b/doxygen-1.17-0-fix-test-tagfile-failure.patch
deleted file mode 100644
index ca35ec9..0000000
--- a/doxygen-1.17-0-fix-test-tagfile-failure.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit a819808ca4dd0264be2ea80fe2d08736e70eacdd
-Author: albert-github <albert.tests@gmail.com>
-Date: Fri May 1 14:27:24 2026 +0200
-
- issue #12116 Test suite's test tagfile fails
-
- In case building without git the `doxygen_gitid` is not present in the tag file though the test required it.
- Added extra replacement statement
-
-diff --git a/testing/runtests.py b/testing/runtests.py
-index 198aea740..02611ee70 100755
---- a/testing/runtests.py
-+++ b/testing/runtests.py
-@@ -346,6 +346,7 @@ class Tester:
- data = xpopen('%s --format --noblanks --nowarning %s' % (self.args.xmllint,check_file))
- if data:
- # strip version
-+ data = re.sub(r'<tagfile doxygen_version="[^"]+">','<tagfile doxygen_version="" doxygen_gitid="">',data)
- data = re.sub(r'tagfile doxygen_version="[^"]+" doxygen_gitid="[^"]+"','tagfile doxygen_version="" doxygen_gitid=""',data)
- data = re.sub(r'xsd" version="[0-9.-]+"','xsd" version=""',data).rstrip('\n')
- else:
diff --git a/doxygen.spec b/doxygen.spec
index 15203af..87840d7 100644
--- a/doxygen.spec
+++ b/doxygen.spec
@@ -17,8 +17,8 @@
Summary: A documentation system for C/C++
Name: doxygen
Epoch: 2
-Version: 1.17.0
-Release: 3%{?dist}
+Version: 1.18.0
+Release: 1%{?dist}
# No version is specified.
License: GPL-2.0-or-later
Url: https://github.com/doxygen
@@ -31,7 +31,6 @@ Source3: README.rpm-packaging
Source4: doxygen-unbundler
# upstream fixes
-Patch100: doxygen-1.17-0-fix-test-tagfile-failure.patch
BuildRequires: %{_bindir}/python3
BuildRequires: perl-interpreter, perl-open
@@ -375,6 +374,9 @@ install -m755 -D --target-directory=%{buildroot}%{_rpmconfigdir}/redhat %{SOURCE
%endif
%changelog
+* Tue Sep 22 2026 Than Ngo <than@redhat.com> - 2:1.18.0-1
+- Fix rhbz#2515301, Update to 1.18.0
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.17.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index fbbf3cf..2751747 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (doxywizard-icons.tar.xz) = 865a86d7535e64ad92e36ba1f901d51cd6b603e762e5c68761a45bc1f965a36e6a6c8d29468ecb2ec799f0add2347537723832aff6660c76af453f80a0a370ad
-SHA512 (doxygen-1.17.0.src.tar.gz) = dacaddc74919941f82ec7c80bb7a49267cad34f0dcc98f41bb5563a6537530b5669145e142855083cfac335b43b3e3063701092366440a57ab5c762310996b20
+SHA512 (doxygen-1.18.0.src.tar.gz) = c5f009ed91394870940aeb21d1094f7e610324f8e0f07b232fb9399040b083fc7a0be8c90dee484ccc3d38bf00f204a01484e0e2f5a63b62d2fb97337840b746
reply other threads:[~2026-09-22 14:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179008625853.1.15449157609927987107.rpms-doxygen-d057d10e7dce@fedoraproject.org \
--to=than@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox