public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-clang-sys] epel9: Update to version 1.9.1; Fixes RHBZ#2520182
@ 2026-08-31 18:49 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-31 18:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-clang-sys
Branch : epel9
Commit : 7dc9596dc0e8cf4bb18416943832ca18724839f3
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-08-31T20:49:10+02:00
Stats : +49/-12 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-clang-sys/c/7dc9596dc0e8cf4bb18416943832ca18724839f3?branch=epel9
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 97f088e..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:59:38.316007+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 ade16a5..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
@@ -156,6 +156,45 @@ use the "clang_17_0" feature of the "%{crate}" crate.
%files -n %{name}+clang_17_0-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+clang_18_0-devel
+Summary: %{summary}
+BuildArch: noarch
+Requires: clang-devel >= 18.0
+
+%description -n %{name}+clang_18_0-devel %{_description}
+
+This package contains library source intended for building other packages which
+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 600e1e5..ac82608 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -3,11 +3,6 @@ cargo-toml-patch-comments = [
"relax tempfile dev-dependency to allow building with 3.7+",
]
-[features]
-hide = [
- "clang_18_0",
-]
-
[requires]
build = ["clang-devel >= 3.5"]
@@ -34,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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-31 18:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31 18:49 [rpms/rust-clang-sys] epel9: Update to version 1.9.1; Fixes RHBZ#2520182 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox