public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-toml-span] f43: Update to version 0.7.1; Fixes RHBZ#2437301
@ 2026-07-01 10:56 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-01 10:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-toml-span
Branch : f43
Commit : 48f37890aada14dcfdcdfd4fefcd9e8501aef16b
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-29T06:50:05+01:00
Stats : +13/-3 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-toml-span/c/48f37890aada14dcfdcdfd4fefcd9e8501aef16b?branch=f43
Log:
Update to version 0.7.1; Fixes RHBZ#2437301
---
diff --git a/.gitignore b/.gitignore
index e022a72..4a244a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/toml-span-0.3.0.crate
/toml-span-0.4.1.crate
/toml-span-0.6.0.crate
+/toml-span-0.7.1.crate
diff --git a/rust-toml-span.rpmlintrc b/rust-toml-span.rpmlintrc
new file mode 100644
index 0000000..aa01497
--- /dev/null
+++ b/rust-toml-span.rpmlintrc
@@ -0,0 +1,2 @@
+# Not a real spelling error:
+addFilter(r" spelling-error \('([Dd]eserializer)',")
diff --git a/rust-toml-span.spec b/rust-toml-span.spec
index 08a85aa..e9152c6 100644
--- a/rust-toml-span.spec
+++ b/rust-toml-span.spec
@@ -5,7 +5,7 @@
%global crate toml-span
Name: rust-toml-span
-Version: 0.6.0
+Version: 0.7.1
Release: %autorelease
Summary: Toml parser and deserializer that preserves span information
@@ -33,7 +33,6 @@ use the "%{crate}" crate.
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
-%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..5db7c26
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,8 @@
+[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",
+]
diff --git a/sources b/sources
index 6235118..5a0bf42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (toml-span-0.6.0.crate) = 25059424e673d8c7329ea9dff2fab9c1d14170e557ea8ae0d382314fe1745fd225dfd3f7568900c6fd0dba0fc2790606021e76ebe5ed750a1dd33a383cbaf26b
+SHA512 (toml-span-0.7.1.crate) = e70bd2518834394b34e5f63c30ea65476979d4ddcbc69ea85224b4512308860a5e5cc4853ffc4727f0b4be4a5d4a0c59dd7b1132ef6f91fe3510ba703f497e56
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-01 10:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 10:56 [rpms/rust-toml-span] f43: Update to version 0.7.1; Fixes RHBZ#2437301 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