public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mattias Ellert <mattias.ellert@physics.uu.se>
To: git-commits@fedoraproject.org
Subject: [rpms/castxml] epel8: Update to version 0.8.0
Date: Sun, 27 Sep 2026 07:37:29 GMT	[thread overview]
Message-ID: <179049464999.1.7476408436625296475.rpms-castxml-906b7e97179e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/castxml
Branch : epel8
Commit : 906b7e97179eab516746d29e50b91f2a89d3dd05
Author : Mattias Ellert <mattias.ellert@physics.uu.se>
Date   : 2026-09-27T09:32:21+02:00
Stats  : +6/-41 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/castxml/c/906b7e97179eab516746d29e50b91f2a89d3dd05?branch=epel8

Log:
Update to version 0.8.0

---
diff --git a/0001-Port-to-LLVM-Clang-Git-main-as-of-2026-10-10-6f47b6d.patch b/0001-Port-to-LLVM-Clang-Git-main-as-of-2026-10-10-6f47b6d.patch
deleted file mode 100644
index 324ca0b..0000000
--- a/0001-Port-to-LLVM-Clang-Git-main-as-of-2026-10-10-6f47b6d.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 315fbacc4e4b9c7ea21d25ad489a90b73a526326 Mon Sep 17 00:00:00 2001
-From: Brad King <brad.king@kitware.com>
-Date: Wed, 10 Jun 2026 10:55:10 -0400
-Subject: [PATCH] Port to LLVM/Clang Git main as of 2026-10-10 (6f47b6de08)
-
----
- src/Output.cxx | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/Output.cxx b/src/Output.cxx
-index bb986d4..9f722ef 100644
---- a/src/Output.cxx
-+++ b/src/Output.cxx
-@@ -119,6 +119,10 @@ clang::NestedNameSpecifier const& deref(NestedNameSpecifier const& nns)
- #  define isPureVirtual isPure
- #endif
- 
-+#if LLVM_VERSION_MAJOR < 23
-+#  define getRawCommentNoCache getRawCommentForDeclNoCache
-+#endif
-+
- class ASTVisitorBase
- {
- protected:
-@@ -1973,7 +1977,7 @@ void ASTVisitor::PrintCommentAttribute(clang::Decl const* d,
-   if (!this->Opts.CastXml) {
-     return;
-   }
--  if (clang::RawComment const* rc = this->CTX.getRawCommentForDeclNoCache(d)) {
-+  if (clang::RawComment const* rc = this->CTX.getRawCommentNoCache(d)) {
-     unsigned int index = ++this->CommentCount;
-     CommentEntry e = { index, rc, dn };
-     this->CommentQueue.push(e);
--- 
-2.55.0
-

diff --git a/castxml.spec b/castxml.spec
index 7691dea..522aabf 100644
--- a/castxml.spec
+++ b/castxml.spec
@@ -1,14 +1,13 @@
 %undefine __cmake_in_source_build
 
 Name:		castxml
-Version:	0.7.0
-Release:	4%{?dist}
+Version:	0.8.0
+Release:	1%{?dist}
 Summary:	C-family abstract syntax tree XML output tool
 
 License:	Apache-2.0
 URL:		https://github.com/CastXML/CastXML
 Source0:	%{url}/archive/v%{version}/%{name}-%{version}.tar.gz
-Patch0:		0001-Port-to-LLVM-Clang-Git-main-as-of-2026-10-10-6f47b6d.patch
 
 BuildRequires:	cmake
 BuildRequires:	make
@@ -30,7 +29,6 @@ may support alternative output formats.
 
 %prep
 %setup -q -n CastXML-%{version}
-%patch -P0 -p1
 
 %build
 %cmake -DCastXML_INSTALL_DOC_DIR:STRING=share/doc/%{name} \
@@ -62,6 +60,9 @@ rm %{buildroot}%{_pkgdocdir}/NOTICE
 %license LICENSE NOTICE
 
 %changelog
+* Sun Sep 27 2026 Mattias Ellert  <mattias.ellert@physics.uu.se> - 0.8.0-1
+- Update to version 0.8.0
+
 * Mon Sep 14 2026 Mattias Ellert <mattias.ellert@physics.uu.se> - 0.7.0-4
 - Apply upstream patch to supporm llvm 23
 

diff --git a/sources b/sources
index d2252c4..56c08b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (castxml-0.7.0.tar.gz) = 01cba053e0b0d4e0461165ca53aba229503d47fd83782be20577cc95f65efdb19aff5903db50a320b1f9919395fd65d9600c98e21286ea9ba8ec5fc2c6ebc1e4
+SHA512 (castxml-0.8.0.tar.gz) = 70ce08dfc5092aefea43677f58180b9baa3478f6e5f84ab733fb0a14409c7327863c538265f0f05b8f88bc9e11fd3de994136d27bad284fbdbaa3757184d7d59

                 reply	other threads:[~2026-09-27  7:37 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=179049464999.1.7476408436625296475.rpms-castxml-906b7e97179e@fedoraproject.org \
    --to=mattias.ellert@physics.uu.se \
    --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