public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-libloading] rawhide: Update to version 0.9.0; Fixes RHBZ#2412990
@ 2026-06-05 16:39 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-05 16:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-libloading
Branch : rawhide
Commit : 1ec924835db1d550fe166044686d16599ec6a69d
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-06-05T17:42:27+02:00
Stats : +29/-7 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-libloading/c/1ec924835db1d550fe166044686d16599ec6a69d?branch=rawhide
Log:
Update to version 0.9.0; Fixes RHBZ#2412990
---
diff --git a/.gitignore b/.gitignore
index 7c132cc..1be6239 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/libloading-0.8.7.crate
/libloading-0.8.8.crate
/libloading-0.8.9.crate
+/libloading-0.9.0.crate
diff --git a/libloading-fix-metadata-auto.diff b/libloading-fix-metadata-auto.diff
index f7de2e6..12152fd 100644
--- a/libloading-fix-metadata-auto.diff
+++ b/libloading-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- libloading-0.8.9/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ libloading-0.8.9/Cargo.toml 2025-10-20T16:25:23.745258+00:00
-@@ -74,13 +74,6 @@
+--- libloading-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ libloading-0.9.0/Cargo.toml 2026-06-05T15:39:57.372459+00:00
+@@ -78,13 +78,6 @@
[target."cfg(unix)".dependencies.cfg-if]
version = "1"
@@ -14,7 +14,7 @@
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
-@@ -88,3 +81,4 @@
+@@ -92,3 +85,4 @@
"cfg(libloading_docs)",
'cfg(target_os, values("cygwin"))',
]
diff --git a/rust-libloading.spec b/rust-libloading.spec
index 4ea3e5f..734930a 100644
--- a/rust-libloading.spec
+++ b/rust-libloading.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate libloading
Name: rust-libloading
-Version: 0.8.9
+Version: 0.9.0
Release: %autorelease
Summary: Bindings for native dynamic library loading primitives
@@ -49,9 +49,23 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+std-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+std-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "std" feature of the "%{crate}" crate.
+
+%files -n %{name}+std-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
+# scrub precompiled Windows DLLs that act as test input on Windows
+rm -v tests/*.dll
%generate_buildrequires
%cargo_generate_buildrequires
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 44ffefb..9045d05 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,2 +1,9 @@
[package]
summary = "Bindings for native dynamic library loading primitives"
+
+[scripts]
+prep.post = [
+ "# scrub precompiled Windows DLLs that act as test input on Windows",
+ "rm -v tests/*.dll",
+]
+
diff --git a/sources b/sources
index cea3ec7..b08772f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libloading-0.8.9.crate) = 374d82f4516e81c0ff66f244b89b486ccba675cd7e9e65b7732242830a43caefefae2efd11c209da64d8d96755c4432aea97f2dd200969fc077545212a1175ee
+SHA512 (libloading-0.9.0.crate) = b44399fc7402aee700c04d1ebd45844498b789b35b031c95c58f40d37cc4448750a1a3dd468669461852392ba1c6d602458eb4456ccf1b6eda0da65a43cc4986
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-05 16:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05 16:39 [rpms/rust-libloading] rawhide: Update to version 0.9.0; Fixes RHBZ#2412990 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox