public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ptr_meta] f44: Update to version 0.3.2; Fixes RHBZ#2511531
@ 2026-08-08 11:33 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-08 11:33 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-08 11:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-08 11:33 [rpms/rust-ptr_meta] f44: Update to version 0.3.2; Fixes RHBZ#2511531 Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox