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-drm] epel10: Update to version 0.14.2; Fixes RHBZ#2442631
Date: Fri, 25 Sep 2026 10:35:43 GMT [thread overview]
Message-ID: <179033254355.1.17620304963258740612.rpms-rust-drm-01f07fa38262@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-drm
Branch : epel10
Commit : 01f07fa382621a80b405c0985dd9e6387bf07182
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-03-05T15:36:31+01:00
Stats : +30/-23 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-drm/c/01f07fa382621a80b405c0985dd9e6387bf07182?branch=epel10
Log:
Update to version 0.14.2; Fixes RHBZ#2442631
---
diff --git a/.gitignore b/.gitignore
index 7403233..eb115f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/drm-0.9.0.crate
/drm-0.11.1.crate
/drm-0.14.1.crate
+/drm-0.14.2.crate
diff --git a/drm-fix-metadata-auto.diff b/drm-fix-metadata-auto.diff
index ee0495e..5bfb5fe 100644
--- a/drm-fix-metadata-auto.diff
+++ b/drm-fix-metadata-auto.diff
@@ -1,8 +1,8 @@
---- drm-0.14.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ drm-0.14.1/Cargo.toml 2025-12-30T10:40:07.675165+00:00
-@@ -113,5 +113,3 @@
- [features]
- use_bindgen = ["drm-ffi/use_bindgen"]
+--- drm-0.14.2/Cargo.toml 2006-07-24T01:21:28+00:00
++++ drm-0.14.2/Cargo.toml 2026-03-05T14:34:14.340194+00:00
+@@ -121,5 +121,3 @@
+ [dev-dependencies.rustyline]
+ version = "13"
--[target.'cfg(target_os = "freebsd")'.dependencies.libc]
+-[target.'cfg(any(target_os = "freebsd", target_os = "dragonfly"))'.dependencies.libc]
-version = "0.2"
diff --git a/drm-fix-metadata.diff b/drm-fix-metadata.diff
index 1f569b0..e10bc68 100644
--- a/drm-fix-metadata.diff
+++ b/drm-fix-metadata.diff
@@ -1,9 +1,16 @@
---- drm-0.14.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ drm-0.14.1/Cargo.toml 2025-12-30T10:40:16.330064+00:00
-@@ -36,42 +36,6 @@
+--- drm-0.14.2/Cargo.toml 2006-07-24T01:21:28+00:00
++++ drm-0.14.2/Cargo.toml 2026-03-05T14:35:04.504303+00:00
+@@ -34,51 +34,12 @@
+ repository = "https://github.com/Smithay/drm-rs"
+
+ [features]
++default = ["use_bindgen"]
+ use_bindgen = ["drm-ffi/use_bindgen"]
+
+ [lib]
name = "drm"
path = "src/lib.rs"
-
+-
-[[example]]
-name = "atomic_modeset"
-path = "examples/atomic_modeset.rs"
@@ -29,6 +36,10 @@
-path = "examples/list_modes.rs"
-
-[[example]]
+-name = "planes"
+-path = "examples/planes.rs"
+-
+-[[example]]
-name = "properties"
-path = "examples/properties.rs"
-
@@ -39,11 +50,10 @@
-[[example]]
-name = "syncobj"
-path = "examples/syncobj.rs"
--
- [dependencies.bitflags]
- version = "2"
-@@ -95,11 +59,6 @@
+ [dependencies.bitflags]
+ version = "^2"
+@@ -106,18 +67,9 @@
"fs",
]
@@ -53,16 +63,12 @@
-default-features = false
-
[dev-dependencies.rustix]
- version = "0.38.22"
+ version = "^1"
features = [
-@@ -107,9 +66,7 @@
+ "event",
"mm",
]
-
+-
-[dev-dependencies.rustyline]
-version = "13"
-
- [features]
-+default = ["use_bindgen"]
- use_bindgen = ["drm-ffi/use_bindgen"]
-
diff --git a/rust-drm.spec b/rust-drm.spec
index 707b794..c9ede88 100644
--- a/rust-drm.spec
+++ b/rust-drm.spec
@@ -5,7 +5,7 @@
%global crate drm
Name: rust-drm
-Version: 0.14.1
+Version: 0.14.2
Release: %autorelease
Summary: Safe, low-level bindings to the Direct Rendering Manager API
diff --git a/sources b/sources
index c89cffa..f697351 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (drm-0.14.1.crate) = 9cc7c2edf18bca945809955b0e9dfc96b26fd7ba92751b8ef5be4f6ff01006cb267040bcaa91b240c632e589bf357a757004246e2f14a30cea8d1ae1dfbf7f3d
+SHA512 (drm-0.14.2.crate) = 708328744237a435c0cbb995633e4b566ebfb0809844e981bfc6e3cfdfcc288530ae760a90f36c332bd75682b05067de5b510e96e92885ed3076fde46f823764
reply other threads:[~2026-09-25 10:35 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=179033254355.1.17620304963258740612.rpms-rust-drm-01f07fa38262@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