17
0

12 Commits

Author SHA256 Message Date
48a1c13372 Accepting request 1324803 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1324803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-devtools?expand=0&rev=44
2025-12-31 09:47:08 +00:00
9878091274 - Update to version 1.26.10:
+ dotsviewer: Update Rust dependencies

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-devtools?expand=0&rev=91
2025-12-30 11:49:16 +00:00
e48d145d80 Accepting request 1321739 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1321739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-devtools?expand=0&rev=43
2025-12-10 14:30:57 +00:00
cb6341bfde - Update to version 1.26.9:
+ debug-viewer: Make 0x prefix optional thread ID regexes

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-devtools?expand=0&rev=89
2025-12-09 12:03:35 +00:00
d349dcd304 Accepting request 1317127 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1317127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-devtools?expand=0&rev=42
2025-11-13 16:26:10 +00:00
bd9df55633 - Update to version 1.26.8:
+ validate: add missing GST_VALIDATE_API annotation
  + validate: use meson compile instead of ninja directly
  + dots-viewer: Update Rust dependencies

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-devtools?expand=0&rev=87
2025-11-11 14:41:08 +00:00
0e75a0cae4 Accepting request 1311918 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1311918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-devtools?expand=0&rev=41
2025-10-18 12:36:15 +00:00
e1050f31af - Update to version 1.26.7:
+ Fix issues with G_DISABLE_CHECKS & G_DISABLE_ASSERT

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-devtools?expand=0&rev=85
2025-10-17 07:50:37 +00:00
f1a135e54f Accepting request 1305243 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1305243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-devtools?expand=0&rev=40
2025-09-17 14:43:50 +00:00
e7594f8608 - Update to version 1.26.6:
+ validate: http-actions: Replace GUri with GstURI for GLib 2.64
    compatibility
  + Fix memory leak and use of incorrect context

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-devtools?expand=0&rev=83
2025-09-16 16:06:55 +00:00
c76998555a Accepting request 1299329 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1299329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-devtools?expand=0&rev=39
2025-08-15 19:51:36 +00:00
511c51f3ab - Update to version 1.26.5:
+ No changes, stable bump only.
- Update vendored dependencies (boo#1248053, CVE-2025-55159).

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-devtools?expand=0&rev=81
2025-08-14 07:15:58 +00:00
7 changed files with 52 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
<param name="url">https://gitlab.freedesktop.org/gstreamer/gstreamer.git</param>
<param name="subdir">subprojects/gst-devtools</param>
<param name="filename">gst-devtools</param>
<param name="revision">1.26.4</param>
<param name="revision">1.26.10</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:923fc74ce13609ec78a9bf39e100a491f00ee311c74f67051f73b3390dd49bf2
size 5177869

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c4f729a031d0b223794136a09b9d1bba62a3a781e9b44c9dc5c0e1b3cf8de582
size 5130253

View File

@@ -1,4 +1,4 @@
name: gst-devtools
version: 1.26.4
mtime: 1752672381
commit: b079b40877776aef8e2d3bf1e3892433ba200163
version: 1.26.10
mtime: 1766673866
commit: bfdc62185e243d3633aa916187a566d03a587792

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Tue Dec 30 09:53:11 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.10:
+ dotsviewer: Update Rust dependencies
-------------------------------------------------------------------
Sun Dec 7 08:30:31 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.9:
+ debug-viewer: Make 0x prefix optional thread ID regexes
-------------------------------------------------------------------
Tue Nov 11 09:23:22 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.8:
+ validate: add missing GST_VALIDATE_API annotation
+ validate: use meson compile instead of ninja directly
+ dots-viewer: Update Rust dependencies
-------------------------------------------------------------------
Fri Oct 17 06:37:29 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.7:
+ Fix issues with G_DISABLE_CHECKS & G_DISABLE_ASSERT
-------------------------------------------------------------------
Mon Sep 15 17:11:18 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.6:
+ validate: http-actions: Replace GUri with GstURI for GLib 2.64
compatibility
+ Fix memory leak and use of incorrect context
-------------------------------------------------------------------
Thu Aug 14 06:26:53 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.5:
+ No changes, stable bump only.
- Update vendored dependencies (boo#1248053, CVE-2025-55159).
-------------------------------------------------------------------
Thu Jul 24 07:10:03 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-devtools
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
%{?sle15_python_module_pythons}
Name: gstreamer-devtools
Version: 1.26.4
Version: 1.26.10
Release: 0
Summary: Development and debugging tools for GStreamer
License: LGPL-2.1-or-later

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fc274192be3335a9100cc0ae60e0089c1c23ebf31e87b5632335a96619fd92b
size 32582481
oid sha256:ba80cac496cc27cfb8498a7c2bd5e15f764e9df271a27fbf87691bb50568ba6c
size 32680065