public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-ptr_meta] f44: Update to version 0.3.2; Fixes RHBZ#2511531
Date: Sat, 08 Aug 2026 11:33:26 GMT [thread overview]
Message-ID: <178618880636.1.8253985872646986813.rpms-rust-ptr_meta-5b5a3c0c333a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-ptr_meta
Branch : f44
Commit : 5b5a3c0c333aebaa20c9283ecd588adca6174f31
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-08T11:32:42+01:00
Stats : +19/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-ptr_meta/c/5b5a3c0c333aebaa20c9283ecd588adca6174f31?branch=f44
Log:
Update to version 0.3.2; Fixes RHBZ#2511531
---
diff --git a/rust-ptr_meta.spec b/rust-ptr_meta.spec
index 0aa1a6b..e15858d 100644
--- a/rust-ptr_meta.spec
+++ b/rust-ptr_meta.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate ptr_meta
Name: rust-ptr_meta
-Version: 0.3.1
+Version: 0.3.2
Release: %autorelease
Summary: Radioactive stabilization of the ptr_meta rfc
@@ -14,6 +14,7 @@ URL: https://crates.io/crates/ptr_meta
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
+BuildRequires: dos2unix
%global _description %{expand:
A radioactive stabilization of the ptr_meta rfc.}
@@ -31,7 +32,6 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE
-%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/example.md
%{crate_instdir}/
@@ -85,6 +85,7 @@ use the "std" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version} -p1
+dos2unix --keepdate example.md
%cargo_prep
%generate_buildrequires
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..c63a5fa
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,14 @@
+[package]
+doc-files.exclude = [
+ # This file is included as a documentation string in the library, so
+ # compilation fails if it is not present. It therefore must not be marked
+ # as documentation, because packages should be equally useful when their
+ # documentation is not installed.
+ "README.md",
+]
+
+[requires]
+build = ["dos2unix"]
+
+[scripts.prep]
+pre = ["dos2unix --keepdate example.md"]
diff --git a/sources b/sources
index 1904821..fd4a5ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ptr_meta-0.3.1.crate) = eef024e25f00342bcac9ff19b177d296a9eb4631fa4ff4460d95a83c38c57f3e7892429ab5995f2937272b3e18be77e8b6213f12ac0c4e398fd88954a34e264a
+SHA512 (ptr_meta-0.3.2.crate) = b178886a86117d2e1aa93651d44e36293f3f199b67b47ccb2569abe1b6700d0cd85bc7502f17707e3ac9868d58070e93d3679fa038c1a335ab0f5995d629366a
reply other threads:[~2026-08-08 11:33 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=178618880636.1.8253985872646986813.rpms-rust-ptr_meta-5b5a3c0c333a@fedoraproject.org \
--to=code@musicinmybrain.net \
--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