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-secret-service] epel10: Update to version 5.2.0; Fixes RHBZ#2525934
Date: Sun, 30 Aug 2026 08:22:29 GMT	[thread overview]
Message-ID: <178807814945.1.597028702178864352.rpms-rust-secret-service-d672aae30fab@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-secret-service
Branch : epel10
Commit : d672aae30fab89574a376e9a4442d6812bd97374
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-30T07:55:26+01:00
Stats  : +32/-8 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-secret-service/c/d672aae30fab89574a376e9a4442d6812bd97374?branch=epel10

Log:
Update to version 5.2.0; Fixes RHBZ#2525934

---
diff --git a/rust-secret-service.spec b/rust-secret-service.spec
index f3249b7..a5823de 100644
--- a/rust-secret-service.spec
+++ b/rust-secret-service.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 # * tests require a running DBus session
 %bcond check 0
 %global debug_package %{nil}
@@ -6,7 +6,7 @@
 %global crate secret-service
 
 Name:           rust-secret-service
-Version:        5.1.0
+Version:        5.2.0
 Release:        %autorelease
 Summary:        Library to interface with Secret Service API
 
@@ -78,6 +78,18 @@ use the "crypto-rust" feature of the "%{crate}" crate.
 %files       -n %{name}+crypto-rust-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+rt-async-io-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+rt-async-io-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "rt-async-io" feature of the "%{crate}" crate.
+
+%files       -n %{name}+rt-async-io-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+rt-async-io-crypto-openssl-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -102,6 +114,18 @@ use the "rt-async-io-crypto-rust" feature of the "%{crate}" crate.
 %files       -n %{name}+rt-async-io-crypto-rust-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+rt-tokio-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+rt-tokio-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "rt-tokio" feature of the "%{crate}" crate.
+
+%files       -n %{name}+rt-tokio-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+rt-tokio-crypto-openssl-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 673f82d..4e4a72c 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,5 @@
 [tests]
-run = ["none"]
+run = false
 comments = ["tests require a running DBus session"]
 
 # Even though we cannot run the tests, we maintain the patches necessary to be

diff --git a/secret-service-fix-metadata.diff b/secret-service-fix-metadata.diff
index e5c3bed..161bde8 100644
--- a/secret-service-fix-metadata.diff
+++ b/secret-service-fix-metadata.diff
@@ -1,11 +1,11 @@
---- secret-service-5.1.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ secret-service-5.1.0/Cargo.toml	2025-09-03T21:43:49.078474+00:00
-@@ -118,10 +118,6 @@
+--- secret-service-5.2.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ secret-service-5.2.0/Cargo.toml	2026-08-30T06:54:34.792513+00:00
+@@ -120,10 +120,6 @@
  features = ["blocking-api"]
  default-features = false
  
 -[dev-dependencies.test-with]
--version = "0.8"
+-version = "0.15"
 -default-features = false
 -
  [dev-dependencies.tokio]

diff --git a/sources b/sources
index 0c8f1cc..42ca7bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (secret-service-5.1.0.crate) = 8f61b18f1589cd5403855375139f9c04769bfa50a6bdbcab99bcf50ad35ddfff183f9d9e670947beb384c9a34e64e8d3bdf23aaf7d13f3c0c670361379466603
+SHA512 (secret-service-5.2.0.crate) = b621531a6f001e56e433bd9936ac285fa4a5503194c027b0d433bda90f0f50179cb06acf72ecf0bf4aec9a2b951c972045fd305d17becfdbce61b5f3cd7b597a

                 reply	other threads:[~2026-08-30  8:22 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=178807814945.1.597028702178864352.rpms-rust-secret-service-d672aae30fab@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