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-tokio-util] epel9: Update to version 0.7.19; Fixes RHBZ#2503359
Date: Tue, 21 Jul 2026 13:53:31 GMT	[thread overview]
Message-ID: <178464201182.1.5940077103596588447.rpms-rust-tokio-util-b225b4d0cc33@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-tokio-util
Branch : epel9
Commit : b225b4d0cc3364eaf226c9b90862b70a37a578b1
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-21T14:51:40+02:00
Stats  : +22/-9 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-tokio-util/c/b225b4d0cc3364eaf226c9b90862b70a37a578b1?branch=epel9

Log:
Update to version 0.7.19; Fixes RHBZ#2503359

---
diff --git a/.gitignore b/.gitignore
index 8ac3bf4..8d9afd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /tokio-util-0.7.16.crate
 /tokio-util-0.7.17.crate
 /tokio-util-0.7.18.crate
+/tokio-util-0.7.19.crate

diff --git a/rust-tokio-util.spec b/rust-tokio-util.spec
index d3da8eb..e8f941a 100644
--- a/rust-tokio-util.spec
+++ b/rust-tokio-util.spec
@@ -6,7 +6,7 @@
 %global crate tokio-util
 
 Name:           rust-tokio-util
-Version:        0.7.18
+Version:        0.7.19
 Release:        %autorelease
 Summary:        Additional utilities for working with Tokio
 
@@ -158,6 +158,18 @@ use the "join-map" feature of the "%{crate}" crate.
 %files       -n %{name}+join-map-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+libc-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+libc-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "libc" feature of the "%{crate}" crate.
+
+%files       -n %{name}+libc-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+net-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/sources b/sources
index 2332c50..9c5dc9e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tokio-util-0.7.18.crate) = 619504b1c7b10ef79da38b99e7c17affc0dbb984dc671bd1ca0c4b1ad3d1d86f80feee67b78fdb7fcf7ea989a0e9bd5d52714467f4881f31ef5f60cb989ec671
+SHA512 (tokio-util-0.7.19.crate) = 32bfa93c6090d45f2ec8c7169375a8b18885025c825172b9470f3df62566f709067c242c34e357ab2ec76f0f452864dbf75f1d91f23bd34ac8e890f1f661951e

diff --git a/tokio-util-fix-metadata-auto.diff b/tokio-util-fix-metadata-auto.diff
index 1f64011..8e8b230 100644
--- a/tokio-util-fix-metadata-auto.diff
+++ b/tokio-util-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- tokio-util-0.7.18/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ tokio-util-0.7.18/Cargo.toml	2026-01-08T17:57:12.278039+00:00
-@@ -263,13 +263,6 @@
+--- tokio-util-0.7.19/Cargo.toml	2006-07-24T01:21:28+00:00
++++ tokio-util-0.7.19/Cargo.toml	2026-07-21T12:50:16.639821+00:00
+@@ -267,13 +267,6 @@
  [dev-dependencies.tokio-test]
  version = "0.4.0"
  
@@ -11,10 +11,10 @@
 -    "checkpoint",
 -]
 -
- [lints.rust.unexpected_cfgs]
- level = "warn"
- priority = 0
-@@ -284,3 +277,4 @@
+ [target."cfg(unix)".dependencies.libc]
+ version = "0.2.168"
+ optional = true
+@@ -292,3 +285,4 @@
      "cfg(tokio_unstable)",
      'cfg(target_os, values("cygwin"))',
  ]

                 reply	other threads:[~2026-07-21 13:53 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=178464201182.1.5940077103596588447.rpms-rust-tokio-util-b225b4d0cc33@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