public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-clang-sys] f45: Update to version 1.9.1; Fixes RHBZ#2520182
Date: Mon, 31 Aug 2026 17:40:17 GMT [thread overview]
Message-ID: <178819801718.1.16509700807266882406.rpms-rust-clang-sys-6c8c4c087c5c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-clang-sys
Branch : f45
Commit : 6c8c4c087c5c11fdf692d3541579e1bb286520d3
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-08-31T19:32:00+02:00
Stats : +36/-7 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-clang-sys/c/6c8c4c087c5c11fdf692d3541579e1bb286520d3?branch=f45
Log:
Update to version 1.9.1; Fixes RHBZ#2520182
---
diff --git a/.gitignore b/.gitignore
index 5c7f585..d2d9387 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
/clang-sys-1.6.1.crate
/clang-sys-1.7.0.crate
/clang-sys-1.8.1.crate
+/clang-sys-1.9.1.crate
diff --git a/clang-sys-fix-metadata.diff b/clang-sys-fix-metadata.diff
index 533ec49..95cdf15 100644
--- a/clang-sys-fix-metadata.diff
+++ b/clang-sys-fix-metadata.diff
@@ -1,6 +1,6 @@
---- clang-sys-1.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ clang-sys-1.8.1/Cargo.toml 2024-06-10T17:21:16.762166+00:00
-@@ -46,7 +46,7 @@
+--- clang-sys-1.9.1/Cargo.toml 2006-07-24T01:21:28+00:00
++++ clang-sys-1.9.1/Cargo.toml 2026-08-31T17:29:57.491788+00:00
+@@ -90,7 +90,7 @@
version = "1"
[dev-dependencies.tempfile]
diff --git a/rust-clang-sys.spec b/rust-clang-sys.spec
index eafc2a8..06907b4 100644
--- a/rust-clang-sys.spec
+++ b/rust-clang-sys.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate clang-sys
Name: rust-clang-sys
-Version: 1.8.1
+Version: 1.9.1
Release: %autorelease
Summary: Rust bindings for libclang
@@ -169,6 +169,32 @@ use the "clang_18_0" feature of the "%{crate}" crate.
%files -n %{name}+clang_18_0-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+clang_19_0-devel
+Summary: %{summary}
+BuildArch: noarch
+Requires: clang-devel >= 19.0
+
+%description -n %{name}+clang_19_0-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "clang_19_0" feature of the "%{crate}" crate.
+
+%files -n %{name}+clang_19_0-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+clang_20_0-devel
+Summary: %{summary}
+BuildArch: noarch
+Requires: clang-devel >= 20.0
+
+%description -n %{name}+clang_20_0-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "clang_20_0" feature of the "%{crate}" crate.
+
+%files -n %{name}+clang_20_0-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+clang_3_5-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 2f24410..ac82608 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -29,4 +29,6 @@ clang_15_0 = ["clang-devel >= 15.0"]
clang_16_0 = ["clang-devel >= 16.0"]
clang_17_0 = ["clang-devel >= 17.0"]
clang_18_0 = ["clang-devel >= 18.0"]
+clang_19_0 = ["clang-devel >= 19.0"]
+clang_20_0 = ["clang-devel >= 20.0"]
diff --git a/sources b/sources
index 41f8d7f..38f605b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (clang-sys-1.8.1.crate) = a68c426c20110fddb8bba07d6631517b0528fad45802e5a34a22561d7e6dad82dc5001387019a03f275e9a671b09ee0a06b6e86793c4fb4ec655700bb0f5e125
+SHA512 (clang-sys-1.9.1.crate) = e9b39da85c6fb6387ccbe3c2e17971f2bbfc8cbcad271f67df0f47801d4c6777051f656f60759e6f0aa75edc8a2d3ee0ce85466864f00910435bcfbfea44b388
reply other threads:[~2026-08-31 17:40 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=178819801718.1.16509700807266882406.rpms-rust-clang-sys-6c8c4c087c5c@fedoraproject.org \
--to=decathorpe@gmail.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