public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-toml] epel9: Update to version 1.1.5; Fixes RHBZ#2520206
Date: Fri, 04 Sep 2026 16:50:35 GMT	[thread overview]
Message-ID: <178854063559.1.12446950051452740940.rpms-rust-toml-7f38dcd27809@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-toml
Branch : epel9
Commit : 7f38dcd2780981e21872a75abd2573320d81fe27
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-09-04T18:49:11+02:00
Stats  : +12/-11 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-toml/c/7f38dcd2780981e21872a75abd2573320d81fe27?branch=epel9

Log:
Update to version 1.1.5; Fixes RHBZ#2520206

---
diff --git a/.gitignore b/.gitignore
index 57c05be..f9e57d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
 /toml-1.1.0+spec-1.1.0.crate
 /toml-1.1.2+spec-1.1.0.crate
 /toml-1.1.3+spec-1.1.0.crate
+/toml-1.1.5+spec-1.1.0.crate

diff --git a/rust-toml.spec b/rust-toml.spec
index 2815d64..de4e991 100644
--- a/rust-toml.spec
+++ b/rust-toml.spec
@@ -3,10 +3,10 @@
 %global debug_package %{nil}
 
 %global crate toml
-%global crate_version 1.1.3+spec-1.1.0
+%global crate_version 1.1.5+spec-1.1.0
 
 Name:           rust-toml
-Version:        1.1.3
+Version:        1.1.5
 Release:        %autorelease
 Summary:        Native Rust encoder and decoder of TOML-formatted files and streams
 

diff --git a/sources b/sources
index 8999219..27a3c89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (toml-1.1.3+spec-1.1.0.crate) = a688160c68baf1d5ca46f6547b18af2681f2355f31c2f7b42fe444a6813631bec40492e00232e2189fb4db815acf7975890510829c3b1fe0c836543155397115
+SHA512 (toml-1.1.5+spec-1.1.0.crate) = 85bbb549c1341abce82a1e60aee1db179bc66c97d308c8e1ee9eadf38a7901a0762f283d9f06f36fca986340ca16e29e0c2ab13fbb941326401ba0d2575cb4bc

diff --git a/toml-fix-metadata-auto.diff b/toml-fix-metadata-auto.diff
index ed73502..13c707f 100644
--- a/toml-fix-metadata-auto.diff
+++ b/toml-fix-metadata-auto.diff
@@ -1,11 +1,11 @@
---- toml-1.1.3+spec-1.1.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ toml-1.1.3+spec-1.1.0/Cargo.toml	2026-07-21T14:04:49.935747+00:00
+--- toml-1.1.5+spec-1.1.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ toml-1.1.5+spec-1.1.0/Cargo.toml	2026-09-04T15:18:28.399806+00:00
 @@ -13,7 +13,7 @@
  edition = "2024"
  rust-version = "1.85"
  name = "toml"
--version = "1.1.3+spec-1.1.0"
-+version = "1.1.3"
+-version = "1.1.5+spec-1.1.0"
++version = "1.1.5"
  build = false
  include = [
      "/build.rs",

diff --git a/toml-fix-metadata.diff b/toml-fix-metadata.diff
index 3c742c1..c1b5b19 100644
--- a/toml-fix-metadata.diff
+++ b/toml-fix-metadata.diff
@@ -1,5 +1,5 @@
---- toml-1.1.3+spec-1.1.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ toml-1.1.3+spec-1.1.0/Cargo.toml	2026-07-21T14:04:55.952793+00:00
+--- toml-1.1.5+spec-1.1.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ toml-1.1.5+spec-1.1.0/Cargo.toml	2026-09-04T15:18:28.401212+00:00
 @@ -223,19 +223,6 @@
  
  [dev-dependencies.serde_json]
@@ -9,10 +9,10 @@
 -version = "1.1.0"
 -
 -[dev-dependencies.toml-test-data]
--version = "2.13.0"
+-version = "2.14.0"
 -
 -[dev-dependencies.toml-test-harness]
--version = "1.13.0"
+-version = "1.14.0"
 -features = ["snapshot"]
 -
 -[dev-dependencies.walkdir]

                 reply	other threads:[~2026-09-04 16:50 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=178854063559.1.12446950051452740940.rpms-rust-toml-7f38dcd27809@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --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