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-jiff] f45: Minor reformatting in rust2rpm.toml
Date: Sun, 13 Sep 2026 09:34:46 GMT	[thread overview]
Message-ID: <178929208675.1.1436255305014492642.rpms-rust-jiff-026c2f99aaf9@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-jiff
            Branch : f45
            Commit : 026c2f99aaf97033645769eb9af6d9fdba9df9b6
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-09-13T10:10:29+01:00
            Stats  : +20/-21 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-jiff/c/026c2f99aaf97033645769eb9af6d9fdba9df9b6?branch=f45

            Log:
            Minor reformatting in rust2rpm.toml

[skip changelog]

---
diff --git a/rust2rpm.toml b/rust2rpm.toml
index f7eb732..28e8483 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -7,21 +7,20 @@ enable = [
 [package]
 cargo-toml-patch-comments = [
     """\
-    Patch out the "js" feature, which is for wasm/browser targets only; \
-    rust2rpm already patches the dependencies out of this feature automatically.\
-    """,
+Patch out the "js" feature, which is for wasm/browser targets only; rust2rpm \
+already patches the dependencies out of this feature automatically.\
+""",
     # Note: we don’t patch out the jiff-static version pin here, but in %prep
     # using tomcli, to avoid having to re-create the patch every release due to
     # the version number changing.
     """\
-    Patch out the optional jiff-static and jiff-tzdb dependencies and all \
-    features that would require them ("jiff-static", "static", "static-tz", \
-    "jiff-tzdb", and "tzdb-bundle-always"). These crates are for compiling \
-    timezone database data into the binary. We do not want to package either \
-    crate, and we do not see a good use case for static time zone databases in \
-    distribution packages, which are much better off using the system timezone \
-    database in general.\
-    """,
+Patch out the optional jiff-static and jiff-tzdb dependencies and all features \
+that would require them ("jiff-static", "static", "static-tz", "jiff-tzdb", and \
+"tzdb-bundle-always"). These crates are for compiling timezone database data \
+into the binary. We do not want to package either crate, and we do not see a \
+good use case for static time zone databases in distribution packages, which \
+are much better off using the system timezone database in general.\
+""",
     "Patch out the defmt feature; rust-defmt is not (yet) packaged",
 ]
 doc-files.exclude = [
@@ -40,13 +39,13 @@ number = 10
 file = "https://github.com/BurntSushi/jiff/archive/%{version}/jiff-%{version}.tar.gz"
 comments = [
     """\
-    Since 0.1.22, the published crates no longer include “non-essential files \
-    (including tests and test data).” Since we would like to run the tests, we use \
-    the GitHub archive as an additional source as permitted in \
-    https://docs.fedoraproject.org/en-US/packaging-guidelines/Rust/#_package_sources, \
-    waiting until %%check to copy in the extra files to prove they are not included \
-    in the crate sources shipped in the binary RPMs.\
-    """,
+Since 0.1.22, the published crates no longer include “non-essential files \
+(including tests and test data).” Since we would like to run the tests, we use \
+the GitHub archive as an additional source as permitted in \
+https://docs.fedoraproject.org/en-US/packaging-guidelines/Rust/#_package_sources, \
+waiting until %%check to copy in the extra files to prove they are not included \
+in the crate sources shipped in the binary RPMs.\
+""",
 ]
 
 [[package.extra-patches]]
@@ -54,9 +53,9 @@ number = 10
 file = "0001-Downstream-only-Omit-doctests-that-require-hifitime.patch"
 comments = [
     """\
-    Downstream-only: Omit doctests that require hifitime. \
-    It is not worth packaging it solely for a couple of tiny examples.\
-    """,
+Downstream-only: Omit doctests that require hifitime. It is not worth \
+packaging it solely for a couple of tiny examples.\
+""",
 ]
 
 [[package.extra-patches]]

                 reply	other threads:[~2026-09-13  9:34 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=178929208675.1.1436255305014492642.rpms-rust-jiff-026c2f99aaf9@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