Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2020-06-08 23:58:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-bad"

Mon Jun  8 23:58:15 2020 rev:106 rq:812278 version:1.16.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
    2020-06-04 17:52:12.580221796 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.3606/gstreamer-plugins-bad.changes
    2020-06-09 00:00:48.656470457 +0200
@@ -1,0 +2,5 @@
+Sun Jun  7 15:56:43 UTC 2020 - Bjørn Lie <bjorn....@gmail.com>
+
+- Add gst-plugins-bad-neon-bump.patch: meson: build with neon 0.31.
+
+-------------------------------------------------------------------

New:
----
  gst-plugins-bad-neon-bump.patch

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

Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.R74Zth/_old  2020-06-09 00:00:52.196483015 +0200
+++ /var/tmp/diff_new_pack.R74Zth/_new  2020-06-09 00:00:52.200483030 +0200
@@ -50,6 +50,9 @@
 Patch2:         gst-plugins-bad-wayland-headers.patch
 # PATCH-FIX-UPSTREAM gst-plugins-bad-vkerror.patch dims...@opensuse.org -- 
vulkan: Drop use of VK_RESULT_BEGIN_RANGE
 Patch3:         gst-plugins-bad-vkerror.patch
+# PATCH-FIX-UPSTREAM gst-plugins-bad-neon-bump.patch -- meson: build with neon 
0.31
+Patch4:         gst-plugins-bad-neon-bump.patch
+
 BuildRequires:  Mesa-libGLESv3-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++++++ gst-plugins-bad-neon-bump.patch ++++++
>From f10b424418e448211e3427a76fcd046e157ef0b7 Mon Sep 17 00:00:00 2001
From: worldofpeace <worldofpe...@protonmail.ch>
Date: Fri, 3 Apr 2020 18:50:16 -0400
Subject: [PATCH] meson: build with neon 0.31

No API/ABI changes https://github.com/notroj/neon/blob/0.31.0/NEWS#L3
---
 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 5acf480dfd..bf49be9111 100644
--- a/ext/neon/meson.build
+++ b/ext/neon/meson.build
@@ -1,4 +1,4 @@
-neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.30.99'],
+neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.31.99'],
                       required : get_option('neon'))
 
 if neon_dep.found()
-- 
2.26.2


Reply via email to