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-toml-span] f43: Update to version 0.7.1; Fixes RHBZ#2437301
Date: Wed, 01 Jul 2026 10:56:54 GMT	[thread overview]
Message-ID: <178290341425.1.6107035036533282559.rpms-rust-toml-span-48f37890aada@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-01 10:56 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=178290341425.1.6107035036533282559.rpms-rust-toml-span-48f37890aada@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