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-sys] epel10: Update to version 0.8.1; Fixes RHBZ#2275923
Date: Fri, 25 Sep 2026 10:32:55 GMT	[thread overview]
Message-ID: <179033237523.1.7710989880720156700.rpms-rust-drm-sys-9cbea0e28b33@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-drm-sys
Branch : epel10
Commit : 9cbea0e28b33ad33ec1037aa4bdaf49112e57186
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-03-05T15:45:15+01:00
Stats  : +30/-21 in 7 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-drm-sys/c/9cbea0e28b33ad33ec1037aa4bdaf49112e57186?branch=epel10

Log:
Update to version 0.8.1; Fixes RHBZ#2275923

---
diff --git a/.gitignore b/.gitignore
index 51df53c..89daf5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /drm-sys-0.4.0.crate
 /drm-sys-0.6.1.crate
 /drm-sys-0.8.0.crate
+/drm-sys-0.8.1.crate

diff --git a/README.md b/README.md
deleted file mode 100644
index dec1287..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-drm-sys
-
-The rust-drm-sys package

diff --git a/drm-sys-fix-metadata-auto.diff b/drm-sys-fix-metadata-auto.diff
index 984bfbe..a85014d 100644
--- a/drm-sys-fix-metadata-auto.diff
+++ b/drm-sys-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- drm-sys-0.8.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ drm-sys-0.8.0/Cargo.toml	2026-01-11T18:43:05.555292+00:00
-@@ -53,5 +53,3 @@
+--- drm-sys-0.8.1/Cargo.toml	2006-07-24T01:21:28+00:00
++++ drm-sys-0.8.1/Cargo.toml	2026-03-05T14:43:51.050491+00:00
+@@ -54,5 +54,3 @@
  ]
  default-features = false
  

diff --git a/drm-sys-fix-metadata.diff b/drm-sys-fix-metadata.diff
index 1168a59..92e0caa 100644
--- a/drm-sys-fix-metadata.diff
+++ b/drm-sys-fix-metadata.diff
@@ -1,20 +1,29 @@
---- drm-sys-0.8.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ drm-sys-0.8.0/Cargo.toml	2026-01-11T18:43:05.556316+00:00
-@@ -30,7 +30,7 @@
+--- drm-sys-0.8.1/Cargo.toml	2006-07-24T01:21:28+00:00
++++ drm-sys-0.8.1/Cargo.toml	2026-03-05T14:43:59.503044+00:00
+@@ -27,7 +27,7 @@
+ repository = "https://github.com/Smithay/drm-rs"
+ 
+ [features]
+-default = []
++default = ["use_bindgen"]
+ update_bindings = ["use_bindgen"]
+ use_bindgen = [
+     "bindgen",
+@@ -39,7 +39,7 @@
  path = "src/lib.rs"
  
  [build-dependencies.bindgen]
--version = "0.69.1"
+-version = "0.70"
 +version = "0.72"
  optional = true
  
  [build-dependencies.pkg-config]
-@@ -38,7 +38,7 @@
+@@ -47,7 +47,7 @@
  optional = true
  
- [features]
--default = []
-+default = ["use_bindgen"]
- update_bindings = ["use_bindgen"]
- use_bindgen = [
-     "bindgen",
+ [target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies.linux-raw-sys]
+-version = "0.9"
++version = "0.12"
+ features = [
+     "general",
+     "no_std",

diff --git a/rust-drm-sys.spec b/rust-drm-sys.spec
index 00813ef..62df91c 100644
--- a/rust-drm-sys.spec
+++ b/rust-drm-sys.spec
@@ -5,7 +5,7 @@
 %global crate drm-sys
 
 Name:           rust-drm-sys
-Version:        0.8.0
+Version:        0.8.1
 Release:        %autorelease
 Summary:        Bindings to the Direct Rendering Manager API
 
@@ -16,9 +16,10 @@ Source:         %{crates_source}
 Patch:          drm-sys-fix-metadata-auto.diff
 # Manually created patch for downstream crate metadata changes
 # * regenerate bindings by default
-# * bump bindgen build-dependency from 0.69 to 0.72:
+# * bump bindgen build-dependency from 0.70 to 0.72:
 #   https://github.com/Smithay/drm-rs/commit/1276382
 #   https://github.com/Smithay/drm-rs/pull/234
+# * bump linux-raw-sys dependency from v0.9 to v0.12
 Patch:          drm-sys-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 80c969d..b68ce61 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,10 +2,11 @@
 cargo-toml-patch-comments = [
     "regenerate bindings by default",
     """\
-    bump bindgen build-dependency from 0.69 to 0.72:
+    bump bindgen build-dependency from 0.70 to 0.72:
     https://github.com/Smithay/drm-rs/commit/1276382
     https://github.com/Smithay/drm-rs/pull/234
     """,
+    "bump linux-raw-sys dependency from v0.9 to v0.12",
 ]
 
 [requires]

diff --git a/sources b/sources
index 20715ea..87d5578 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (drm-sys-0.8.0.crate) = 00ca6552e4f1db752d32bc801f803b8ad69c18d4801fa62951658cd1778acd64972c2143c7475f548447b07a9df24648da379c2b238774f9fa5a290f2ff62815
+SHA512 (drm-sys-0.8.1.crate) = eda6c7bd9e89bc8b86971c40fc84e494d3858d46d505fbba504e81fc0d245f95d359b23f936e5fe713fa91bfafd7eeff62266760da093454a762acaa53e6730a

                 reply	other threads:[~2026-09-25 10:32 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=179033237523.1.7710989880720156700.rpms-rust-drm-sys-9cbea0e28b33@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