public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-imago] f43: Merge branch 'rawhide' into f43
@ 2026-07-17 14:22 Hanna Czenczek
0 siblings, 0 replies; only message in thread
From: Hanna Czenczek @ 2026-07-17 14:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-imago
Branch : f43
Commit : f9c88e7ff4b5109669ddc7f099f31857032df560
Author : Hanna Czenczek <hreitz@redhat.com>
Date : 2026-07-17T16:10:58+02:00
Stats : +34/-6 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-imago/c/f9c88e7ff4b5109669ddc7f099f31857032df560?branch=f43
Log:
Merge branch 'rawhide' into f43
---
diff --git a/.gitignore b/.gitignore
index a598154..751bf37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/imago-0.2.1.crate
/imago-0.2.3.crate
+/imago-0.2.4.crate
diff --git a/imago-fix-metadata-auto.diff b/imago-fix-metadata-auto.diff
index 5b33477..b4f9a0d 100644
--- a/imago-fix-metadata-auto.diff
+++ b/imago-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- imago-0.2.3/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ imago-0.2.3/Cargo.toml 2026-05-11T14:32:40.601892+00:00
-@@ -81,15 +81,6 @@
+--- imago-0.2.4/Cargo.toml 2006-07-24T01:21:28+00:00
++++ imago-0.2.4/Cargo.toml 2026-07-17T12:38:17.679585+00:00
+@@ -108,15 +108,6 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2"
@@ -16,7 +16,7 @@
[lints.rust]
unknown_lints = "allow"
unsafe_op_in_unsafe_fn = "deny"
-@@ -103,3 +94,4 @@
+@@ -135,3 +126,4 @@
private_intra_doc_links = "allow"
redundant_explicit_links = "deny"
unescaped_backticks = "deny"
diff --git a/rust-imago.spec b/rust-imago.spec
index bd299a4..8dd8058 100644
--- a/rust-imago.spec
+++ b/rust-imago.spec
@@ -5,7 +5,7 @@
%global crate imago
Name: rust-imago
-Version: 0.2.3
+Version: 0.2.4
Release: %autorelease
Summary: Library for accessing virtual machine disk images
@@ -48,6 +48,30 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+async-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+async-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "async" feature of the "%{crate}" crate.
+
+%files -n %{name}+async-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+sync-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+sync-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "sync" feature of the "%{crate}" crate.
+
+%files -n %{name}+sync-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+sync-wrappers-devel
Summary: %{summary}
BuildArch: noarch
@@ -88,6 +112,7 @@ use the "vm-memory" feature of the "%{crate}" crate.
%if %{with check}
%check
%cargo_test
+%cargo_test -n -f sync
%endif
%changelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..d32b69a
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,2 @@
+[scripts.check]
+post = ["%cargo_test -n -f sync"]
diff --git a/sources b/sources
index 4393876..ee2924c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (imago-0.2.3.crate) = a1163eed9534142b11b44c1c84f08390792b3ba17d703f35f0083c752d4d084208167c36ae891fe85d1be60731c15027b8db126761daf89236f43796fee87709
+SHA512 (imago-0.2.4.crate) = 46241ddb0ccfa8217e0f257180d394eec73d097847b07ecf830b8735f0e66035e86a63ef7fe231102e685b198203b221294f05e9acdfd2f0b6842cefc46ff7b7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-17 14:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17 14:22 [rpms/rust-imago] f43: Merge branch 'rawhide' into f43 Hanna Czenczek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox