Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2021-12-16 21:18:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-bad"

Thu Dec 16 21:18:51 2021 rev:119 rq:940523 version:1.18.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
    2021-09-26 21:48:23.250758614 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.2520/gstreamer-plugins-bad.changes
    2021-12-16 21:19:17.486520764 +0100
@@ -1,0 +2,5 @@
+Tue Dec 14 15:25:59 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Add 2564.patch: Allow to build against Neon 0.32.x.
+
+-------------------------------------------------------------------

New:
----
  2564.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.Ggg7vP/_old  2021-12-16 21:19:17.986520954 +0100
+++ /var/tmp/diff_new_pack.Ggg7vP/_new  2021-12-16 21:19:17.990520955 +0100
@@ -36,6 +36,8 @@
 Source0:        %{_name}-%{version}.tar.xz
 Source2:        gstreamer-plugins-bad.appdata.xml
 Source99:       baselibs.conf
+# PATCH-FIX-UPSTREAM 2564.patch dims...@opensuse.org -- Allow build against 
neon 0.32.x
+Patch0:         
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2564.patch
 
 BuildRequires:  Mesa-libGLESv3-devel
 BuildRequires:  gcc-c++

++++++ 2564.patch ++++++
>From 8f0aff417c5cb1aa2a1641032acfc3665218a7fe Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dims...@opensuse.org>
Date: Tue, 14 Dec 2021 15:19:33 +0000
Subject: [PATCH] [neon] Allow to build against neon 0.32

Neon 0.32 (released sept 2021) claims to be
ABI/API backwards compatible down to 0.27
---
 ext/neon/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/neon/meson.build b/ext/neon/meson.build
index bf49be9111..abd9763649 100644
--- a/ext/neon/meson.build
+++ b/ext/neon/meson.build
@@ -1,4 +1,4 @@
-neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.31.99'],
+neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.32.99'],
                       required : get_option('neon'))
 
 if neon_dep.found()
-- 
GitLab

Reply via email to