public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: solomocyj <solomoncyj@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-drm-sys] epel10: bump to 0.8.0
Date: Fri, 25 Sep 2026 10:32:52 GMT [thread overview]
Message-ID: <179033237265.1.9946412575470723107.rpms-rust-drm-sys-ef6b2ec16b07@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-drm-sys
Branch : epel10
Commit : ef6b2ec16b07c63387430d3649ca613e519b0c60
Author : solomocyj <solomoncyj@gmail.com>
Date : 2025-05-06T14:47:15+08:00
Stats : +13/-23 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-drm-sys/c/ef6b2ec16b07c63387430d3649ca613e519b0c60?branch=epel10
Log:
bump to 0.8.0
---
diff --git a/.gitignore b/.gitignore
index 16a1d3a..51df53c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/drm-sys-0.4.0.crate
/drm-sys-0.6.1.crate
+/drm-sys-0.8.0.crate
diff --git a/drm-sys-fix-metadata-auto.diff b/drm-sys-fix-metadata-auto.diff
index 69b90ab..6656638 100644
--- a/drm-sys-fix-metadata-auto.diff
+++ b/drm-sys-fix-metadata-auto.diff
@@ -1,8 +1,8 @@
---- drm-sys-0.6.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ drm-sys-0.6.1/Cargo.toml 2024-01-18T04:56:29.562513+00:00
-@@ -45,5 +45,3 @@
+--- drm-sys-0.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ drm-sys-0.8.0/Cargo.toml 2025-05-06T06:44:11.717391+00:00
+@@ -53,5 +53,3 @@
]
default-features = false
--[target."cfg(not(any(target_os = \"android\", target_os = \"linux\")))".dependencies.libc]
+-[target.'cfg(not(any(target_os = "android", target_os = "linux")))'.dependencies.libc]
-version = "0.2"
diff --git a/drm-sys-fix-metadata.diff b/drm-sys-fix-metadata.diff
index 7643e41..4fb4eab 100644
--- a/drm-sys-fix-metadata.diff
+++ b/drm-sys-fix-metadata.diff
@@ -1,15 +1,6 @@
---- drm-sys-0.6.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ drm-sys-0.6.1/Cargo.toml 2024-01-18T04:56:42.912658+00:00
-@@ -22,7 +22,7 @@
- repository = "https://github.com/Smithay/drm-rs"
-
- [build-dependencies.bindgen]
--version = "0.69.1"
-+version = "0.68.1"
- optional = true
-
- [build-dependencies.pkg-config]
-@@ -30,7 +30,7 @@
+--- drm-sys-0.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ drm-sys-0.8.0/Cargo.toml 2025-05-06T06:44:47.103575+00:00
+@@ -38,7 +38,7 @@
optional = true
[features]
diff --git a/rust-drm-sys.spec b/rust-drm-sys.spec
index d716592..b81c3a2 100644
--- a/rust-drm-sys.spec
+++ b/rust-drm-sys.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 25
-%bcond_without check
+# Generated by rust2rpm 27
+%bcond check 1
%global debug_package %{nil}
%global crate drm-sys
Name: rust-drm-sys
-Version: 0.6.1
+Version: 0.8.0
Release: %autorelease
Summary: Bindings to the Direct Rendering Manager API
@@ -15,11 +15,10 @@ Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: drm-sys-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
-# * regenerate bindings by default
-# * temporarily downgrade bindgen to 0.68.1
Patch: drm-sys-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
+BuildRequires: pkgconfig(libdrm)
%global _description %{expand:
Bindings to the Direct Rendering Manager API.}
@@ -109,7 +108,6 @@ use the "use_bindgen" feature of the "%{crate}" crate.
%generate_buildrequires
%cargo_generate_buildrequires
-echo 'pkgconfig(libdrm)'
%build
%cargo_build
diff --git a/sources b/sources
index 718f593..20715ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (drm-sys-0.6.1.crate) = 031d43d5dd7061aeb9b86828e7b3ec8982166765cfa7a70f7f93b974462c18606d7f2b63a8e224aec37469f6a494a42ac98f181ef0d2273744d90fc5766f353f
+SHA512 (drm-sys-0.8.0.crate) = 00ca6552e4f1db752d32bc801f803b8ad69c18d4801fa62951658cd1778acd64972c2143c7475f548447b07a9df24648da379c2b238774f9fa5a290f2ff62815
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=179033237265.1.9946412575470723107.rpms-rust-drm-sys-ef6b2ec16b07@fedoraproject.org \
--to=solomoncyj@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