public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jonathan Steffan <jsteffan@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-openxr] rawhide: Update to 0.22.0 (fedora#2536820).
Date: Sat, 19 Sep 2026 22:36:14 GMT	[thread overview]
Message-ID: <178985737484.1.12449147116514005689.rpms-rust-openxr-3018da3448ba@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-openxr
Branch : rawhide
Commit : 3018da3448ba9c1ef9491958b876ea10642adecc
Author : Jonathan Steffan <jsteffan@fedoraproject.org>
Date   : 2026-09-19T16:36:07-06:00
Stats  : +17/-10 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-openxr/c/3018da3448ba9c1ef9491958b876ea10642adecc?branch=rawhide

Log:
Update to 0.22.0 (fedora#2536820).

---
diff --git a/.gitignore b/.gitignore
index 9c143fb..af15e94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /openxr-0.19.0.crate
 /openxr-0.21.1.crate
+/openxr-0.22.0.crate

diff --git a/openxr-fix-metadata-auto.diff b/openxr-fix-metadata-auto.diff
index 6aaeace..47e7796 100644
--- a/openxr-fix-metadata-auto.diff
+++ b/openxr-fix-metadata-auto.diff
@@ -1,11 +1,8 @@
---- openxr-0.21.1/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ openxr-0.21.1/Cargo.toml	2026-08-16T19:14:56.729198+00:00
-@@ -108,8 +108,3 @@
+--- openxr-0.22.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ openxr-0.22.0/Cargo.toml	2026-09-19T22:31:39.573974+00:00
+@@ -108,5 +108,3 @@
  [dev-dependencies.ctrlc]
  version = "3.1.5"
  
--[target.'cfg(target_os = "android")'.dependencies.ndk-context]
--version = "0.1"
--
 -[target.'cfg(target_os = "android")'.dev-dependencies.ndk-glue]
 -version = "0.7"

diff --git a/rust-openxr.spec b/rust-openxr.spec
index ba34d79..8883b20 100644
--- a/rust-openxr.spec
+++ b/rust-openxr.spec
@@ -5,7 +5,7 @@
 %global crate openxr
 
 Name:           rust-openxr
-Version:        0.21.1
+Version:        0.22.0
 Release:        %autorelease
 Summary:        High-level, mostly-safe OpenXR bindings
 
@@ -13,8 +13,8 @@ License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/openxr
 Source:         %{crates_source}
 # * https://github.com/Ralith/openxrs/issues/179
-Source100:      https://raw.githubusercontent.com/Ralith/openxrs/refs/heads/master/LICENSE-APACHE
-Source101:      https://raw.githubusercontent.com/Ralith/openxrs/refs/heads/master/LICENSE-MIT
+Source100:      https://raw.githubusercontent.com/Ralith/openxrs/eba4c6a75081348a6e6ef77147e05958f34f882a/LICENSE-APACHE
+Source101:      https://raw.githubusercontent.com/Ralith/openxrs/eba4c6a75081348a6e6ef77147e05958f34f882a/LICENSE-MIT
 # Automatically generated patch to strip dependencies and normalize metadata
 Patch:          openxr-fix-metadata-auto.diff
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..945f33c
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,9 @@
+[package]
+extra-sources = [
+  { number = 100, file = "https://raw.githubusercontent.com/Ralith/openxrs/eba4c6a75081348a6e6ef77147e05958f34f882a/LICENSE-APACHE", comments = ["https://github.com/Ralith/openxrs/issues/179"] },
+  { number = 101, file = "https://raw.githubusercontent.com/Ralith/openxrs/eba4c6a75081348a6e6ef77147e05958f34f882a/LICENSE-MIT" },
+]
+license-files = ["LICENSE-APACHE", "LICENSE-MIT"]
+
+[scripts.prep]
+post = ["cp -pav %{SOURCE100} %{SOURCE101} ."]

diff --git a/sources b/sources
index 1a91343..8f81328 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (openxr-0.21.1.crate) = 200ff3cd811a17b7c7c9a507a57506c2bbb6b520b6b5452b5e205de91000c421ccbd1f9ee7eb04d62c22ee226a968ac6e1c98bd7c640e36003742541355d375c
+SHA512 (openxr-0.22.0.crate) = 3309528257e0310b15624070df5e6a2e66794814051ae667cc591ce80fe2a54cb66afd5b62d032833897a0f1ca385d99a439029514b76c86f70fecb39132161e

                 reply	other threads:[~2026-09-19 22:36 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=178985737484.1.12449147116514005689.rpms-rust-openxr-3018da3448ba@fedoraproject.org \
    --to=jsteffan@fedoraproject.org \
    --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