public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-ctor] rawhide: Update to version 1.0.8; Resolves RHBZ#2344815
Date: Wed, 05 Aug 2026 19:55:28 GMT [thread overview]
Message-ID: <178595972834.1.17495447038544568282.rpms-rust-ctor-2f05099a64f4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-ctor
Branch : rawhide
Commit : 2f05099a64f4d153bf2dc6a2e6113ed14333f37d
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-08-05T20:32:17+01:00
Stats : +16/-24 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-ctor/c/2f05099a64f4d153bf2dc6a2e6113ed14333f37d?branch=rawhide
Log:
Update to version 1.0.8; Resolves RHBZ#2344815
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index c99089e..c269ec2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,5 @@
/ctor-0.2.9.crate
/ctor-0.4.3.crate
/ctor-0.6.3.crate
+/ctor-0.11.1.crate
+/ctor-1.0.8.crate
diff --git a/rust-ctor.spec b/rust-ctor.spec
index d54be0c..bdf9d33 100644
--- a/rust-ctor.spec
+++ b/rust-ctor.spec
@@ -7,9 +7,9 @@
%global crate ctor
Name: rust-ctor
-Version: 0.6.3
+Version: 1.0.8
Release: %autorelease
-Summary: __attribute__((constructor)) for Rust
+Summary: Global, no_std-compatible constructors for all platforms that run before main
License: Apache-2.0 OR MIT
URL: https://crates.io/crates/ctor
@@ -18,7 +18,8 @@ Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
-__attribute__((constructor)) for Rust.}
+Global, no_std-compatible constructors for all platforms that run before
+main (like C/C++ __attribute__((constructor))).}
%description %{_description}
@@ -34,6 +35,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
+%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
@@ -49,28 +51,16 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+__no_warn_on_missing_unsafe-devel
+%package -n %{name}+priority-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+__no_warn_on_missing_unsafe-devel %{_description}
+%description -n %{name}+priority-devel %{_description}
This package contains library source intended for building other packages which
-use the "__no_warn_on_missing_unsafe" feature of the "%{crate}" crate.
+use the "priority" feature of the "%{crate}" crate.
-%files -n %{name}+__no_warn_on_missing_unsafe-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+dtor-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+dtor-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "dtor" feature of the "%{crate}" crate.
-
-%files -n %{name}+dtor-devel
+%files -n %{name}+priority-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+proc_macro-devel
@@ -85,16 +75,16 @@ use the "proc_macro" feature of the "%{crate}" crate.
%files -n %{name}+proc_macro-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+used_linker-devel
+%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+used_linker-devel %{_description}
+%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
-use the "used_linker" feature of the "%{crate}" crate.
+use the "std" feature of the "%{crate}" crate.
-%files -n %{name}+used_linker-devel
+%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
diff --git a/sources b/sources
index 33f1879..3d5348b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ctor-0.6.3.crate) = b0c925466eb8bbb619c0aafa0b94b8cfaa965f779f45b6e4d5ebaa0c068c3a9445dca9e9ef2a8625b3e9cb4972841de1b1b72f55fa05b4b7324710c00fe6e23c
+SHA512 (ctor-1.0.8.crate) = e34c977ef0e07bfe97e98ece34ba431caced1976d6c18ef39a9e7c97ed59d9365019115de9476d5c8695ad2651a7ae274b589316434daba9b95c03831d6e0db5
reply other threads:[~2026-08-05 19:55 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=178595972834.1.17495447038544568282.rpms-rust-ctor-2f05099a64f4@fedoraproject.org \
--to=salimma@fedoraproject.org \
--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