public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gst-plugin-gtk4] eln: Update to version 0.15.2; Fixes RHBZ#2469053
@ 2026-06-23  0:27 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-23  0:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-gst-plugin-gtk4
Branch : eln
Commit : 0fdcbc28075b4597a21a81a93e5e54b625e1a234
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-06-22T20:27:29-04:00
Stats  : +15/-13 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gst-plugin-gtk4/c/0fdcbc28075b4597a21a81a93e5e54b625e1a234?branch=eln

Log:
Update to version 0.15.2; Fixes RHBZ#2469053

---
diff --git a/.gitignore b/.gitignore
index 3ae23d8..cbbcd52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,5 @@
 /gst-plugin-gtk4-0.14.4-vendor.tar.xz
 /gst-plugin-gtk4-0.15.0.crate
 /gst-plugin-gtk4-0.15.0-vendor.tar.xz
+/gst-plugin-gtk4-0.15.2.crate
+/gst-plugin-gtk4-0.15.2-vendor.tar.xz

diff --git a/gst-plugin-gtk4-fix-metadata-auto.diff b/gst-plugin-gtk4-fix-metadata-auto.diff
index 04e3061..0db5bf8 100644
--- a/gst-plugin-gtk4-fix-metadata-auto.diff
+++ b/gst-plugin-gtk4-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- gst-plugin-gtk4-0.15.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ gst-plugin-gtk4-0.15.0/Cargo.toml	2026-03-11T17:45:11.460973+00:00
-@@ -85,7 +85,6 @@
+--- gst-plugin-gtk4-0.15.2/Cargo.toml	2006-07-24T01:21:28+00:00
++++ gst-plugin-gtk4-0.15.2/Cargo.toml	2026-06-18T21:06:59.434108+00:00
+@@ -88,7 +88,6 @@
      "gst-gl-wayland",
  ]
  winegl = [
@@ -8,7 +8,7 @@
      "gst-gl-egl",
  ]
  x11egl = [
-@@ -175,25 +174,3 @@
+@@ -178,25 +177,3 @@
  [build-dependencies.gst-plugin-version-helper]
  version = "0.8"
  

diff --git a/gst-plugin-gtk4-fix-metadata.diff b/gst-plugin-gtk4-fix-metadata.diff
index dabb8b5..b913e52 100644
--- a/gst-plugin-gtk4-fix-metadata.diff
+++ b/gst-plugin-gtk4-fix-metadata.diff
@@ -1,12 +1,12 @@
---- gst-plugin-gtk4-0.15.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ gst-plugin-gtk4-0.15.0/Cargo.toml	2026-03-11T17:45:11.462293+00:00
-@@ -83,9 +83,6 @@
- waylandegl = [
+--- gst-plugin-gtk4-0.15.2/Cargo.toml	2006-07-24T01:21:28+00:00
++++ gst-plugin-gtk4-0.15.2/Cargo.toml	2026-06-18T21:06:59.435322+00:00
+@@ -87,9 +87,6 @@
      "gdk-wayland",
      "gst-gl-wayland",
--]
+ ]
 -winegl = [
 -    "gst-gl-egl",
- ]
+-]
  x11egl = [
      "gdk-x11",
+     "gst-gl-egl",

diff --git a/rust-gst-plugin-gtk4.spec b/rust-gst-plugin-gtk4.spec
index 96e2d3c..0da571e 100644
--- a/rust-gst-plugin-gtk4.spec
+++ b/rust-gst-plugin-gtk4.spec
@@ -3,7 +3,7 @@
 %global crate gst-plugin-gtk4
 
 Name:           rust-gst-plugin-gtk4
-Version:        0.15.0
+Version:        0.15.2
 Release:        %autorelease
 Summary:        GStreamer GTK 4 sink element
 

diff --git a/sources b/sources
index 69ae5f6..3229fae 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (gst-plugin-gtk4-0.15.0.crate) = 68bec91338070f212cacc4fe86e6c1fe4d5d72ff60d17e67b01493a892c5be0482ce1a7c3a15909f3a1865080c69ea9658136004e42b57024e2098a9184a2699
-SHA512 (gst-plugin-gtk4-0.15.0-vendor.tar.xz) = 1b76bd20b9fcd3b769dd63bb6418900a40d5b6b0bf13e4297fb53e0daaa9fb5d364a5b77cc17a3e8530d37a109c85fde90cef455fe7fd0204745a5a253bd1d7c
+SHA512 (gst-plugin-gtk4-0.15.2.crate) = afaee32875a37506cb2478f5a59296e44137e0df944fc1ba088fc9bad76cb853693b54f73feb64be7fca0bce4bc22f59caf73999dac9c4c5e2fd27927ea1cc4f
+SHA512 (gst-plugin-gtk4-0.15.2-vendor.tar.xz) = 252ca864f2b1eb14773064f8120b9b7556050dd373074b53d43a1434fc1f387638c1e8f36aea1b38c3fc87c43ca977016049f31c709ed0e1769c34c3c280447f

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

only message in thread, other threads:[~2026-06-23  0:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-23  0:27 [rpms/rust-gst-plugin-gtk4] eln: Update to version 0.15.2; Fixes RHBZ#2469053 Fabio Valentini

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