public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-drm] epel10: Update to version 0.14.2; Fixes RHBZ#2442631
@ 2026-09-25 10:35 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-25 10:35 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-25 10:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 10:35 [rpms/rust-drm] epel10: Update to version 0.14.2; Fixes RHBZ#2442631 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox