public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Josh Stone <cuviper@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-opener] epel9: Update to version 0.8.4; Fixes RHBZ#2271154
Date: Sun, 31 May 2026 22:24:08 GMT [thread overview]
Message-ID: <178026624810.1.724155522329005486.rpms-rust-opener-6d134e87e533@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-opener
Branch : epel9
Commit : 6d134e87e533acb0682f339ffc800b92086711b6
Author : Josh Stone <cuviper@gmail.com>
Date : 2026-03-14T16:45:18-07:00
Stats : +33/-31 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-opener/c/6d134e87e533acb0682f339ffc800b92086711b6?branch=epel9
Log:
Update to version 0.8.4; Fixes RHBZ#2271154
---
diff --git a/.gitignore b/.gitignore
index 847f4d2..46b7fbc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/opener-0.5.2.crate
/opener-0.6.1.crate
/opener-0.7.2.crate
+/opener-0.8.4.crate
diff --git a/opener-fix-metadata-auto.diff b/opener-fix-metadata-auto.diff
index e7e3603..da2ac6d 100644
--- a/opener-fix-metadata-auto.diff
+++ b/opener-fix-metadata-auto.diff
@@ -1,28 +1,24 @@
---- opener-0.7.2/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ opener-0.7.2/Cargo.toml 2025-07-27T14:47:07.779429+00:00
-@@ -48,7 +48,6 @@
+--- opener-0.8.4/Cargo.toml 2006-07-24T01:21:28+00:00
++++ opener-0.8.4/Cargo.toml 2026-03-14T23:00:49.650266+00:00
+@@ -46,8 +46,6 @@
reveal = [
"dep:url",
- "dep:dbus",
+ "dep:zbus",
- "windows-sys/Win32_System_Com",
+- "windows-sys/Win32_UI_Shell_Common",
]
- [target.'cfg(target_os = "linux")'.dependencies.bstr]
-@@ -62,16 +61,6 @@
- version = "2"
+ [lib]
+@@ -66,12 +64,3 @@
+ features = ["url"]
optional = true
-[target."cfg(windows)".dependencies.normpath]
-version = "1"
-
-[target."cfg(windows)".dependencies.windows-sys]
--version = "0.59"
+-version = "0.61"
-features = [
-- "Win32_Foundation",
- "Win32_UI_Shell",
- "Win32_UI_WindowsAndMessaging",
-]
--
- [badges.maintenance]
- status = "passively-maintained"
-+
diff --git a/opener-fix-metadata.diff b/opener-fix-metadata.diff
index 1a41845..7b2e175 100644
--- a/opener-fix-metadata.diff
+++ b/opener-fix-metadata.diff
@@ -1,27 +1,28 @@
---- opener-0.7.2/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ opener-0.7.2/Cargo.toml 2025-07-27T14:47:33.101037+00:00
-@@ -42,24 +42,8 @@
- name = "opener"
- path = "src/lib.rs"
+--- opener-0.8.4/Cargo.toml 2006-07-24T01:21:28+00:00
++++ opener-0.8.4/Cargo.toml 2026-03-14T23:00:58.050662+00:00
+@@ -42,25 +42,9 @@
+ [badges.maintenance]
+ status = "passively-maintained"
-[features]
--dbus-vendored = ["dbus?/vendored"]
--default = ["dbus-vendored"]
-reveal = [
- "dep:url",
-- "dep:dbus",
+- "dep:zbus",
-]
-
+ [lib]
+ name = "opener"
+ path = "src/lib.rs"
+
[target.'cfg(target_os = "linux")'.dependencies.bstr]
version = "1"
-
--[target.'cfg(target_os = "linux")'.dependencies.dbus]
--version = "0.9"
--optional = true
--
-[target.'cfg(target_os = "linux")'.dependencies.url]
-version = "2"
-optional = true
-
- [badges.maintenance]
- status = "passively-maintained"
+-
+-[target.'cfg(target_os = "linux")'.dependencies.zbus]
+-version = "5"
+-features = ["url"]
+-optional = true
+-
diff --git a/rust-opener.spec b/rust-opener.spec
index 239402d..221ff5e 100644
--- a/rust-opener.spec
+++ b/rust-opener.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate opener
Name: rust-opener
-Version: 0.7.2
+Version: 0.8.4
Release: %autorelease
Summary: Open a file or link using the system default program
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..1557b96
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,4 @@
+[package]
+cargo-toml-patch-comments = [
+ "drop unused \"reveal\" feature which pulls in additional dependencies",
+]
diff --git a/sources b/sources
index 08f6da7..d30bc94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (opener-0.7.2.crate) = 15e2c6262f887bc53e21f1ba1acf9d3a5c97f011e6b54084274f9f089e658fd747b2c16da0a55cd5f56e9b771306c8f56319939a9e503a6ab5c3b9475808191a
+SHA512 (opener-0.8.4.crate) = a2c8d0949a6eb3e5ae0cb106f892213ec670e9cebefbe4f1c5aa66ef713ed28e39e5ff594bc1d6d4536d0242cb8a5c88df0be20354533fc77bfa9ec8eedbefda
reply other threads:[~2026-05-31 22:24 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=178026624810.1.724155522329005486.rpms-rust-opener-6d134e87e533@fedoraproject.org \
--to=cuviper@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