Hello community,

here is the log from the commit of package fractal for openSUSE:Factory checked 
in at 2019-07-04 15:43:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fractal (Old)
 and      /work/SRC/openSUSE:Factory/.fractal.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fractal"

Thu Jul  4 15:43:43 2019 rev:3 rq:713231 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fractal/fractal.changes  2019-01-08 
12:28:40.776258993 +0100
+++ /work/SRC/openSUSE:Factory/.fractal.new.4615/fractal.changes        
2019-07-04 15:43:56.850172541 +0200
@@ -1,0 +2,6 @@
+Tue Feb 26 07:30:32 UTC 2019 - [email protected]
+
+- Add fractal-drop-gst-bad-video-dep.patch: Adapt to changes in
+  gstreamer.
+
+-------------------------------------------------------------------

New:
----
  fractal-drop-gst-bad-video-dep.patch

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

Other differences:
------------------
++++++ fractal.spec ++++++
--- /var/tmp/diff_new_pack.XyQpqX/_old  2019-07-04 15:43:57.662173808 +0200
+++ /var/tmp/diff_new_pack.XyQpqX/_new  2019-07-04 15:43:57.662173808 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fractal
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          Productivity/Networking/Instant Messenger
 URL:            https://wiki.gnome.org/Apps/Fractal
 Source0:        
https://gitlab.gnome.org/GNOME/fractal/uploads/ad6a483327c3e9ef5bb926b89fb26e2b/fractal-4.0.0.tar.xz
+# PATCH-FIX-UPSTREAM fractal-drop-gst-bad-video-dep.patch -- Adapt to changes 
in gstreamer
+Patch0:         fractal-drop-gst-bad-video-dep.patch
 
 BuildRequires:  cargo
 BuildRequires:  cargo-vendor
@@ -60,7 +62,7 @@
 %lang_package
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
 %meson

++++++ fractal-drop-gst-bad-video-dep.patch ++++++
>From e78f36c25c095ea09c9c421187593706ad7c4065 Mon Sep 17 00:00:00 2001
From: Jordan Petridis <[email protected]>
Date: Sat, 5 Jan 2019 15:46:56 +0200
Subject: [PATCH] meson: remove dependency on gstreamer-bad-video-1.0

This has been moved to gst-base now.
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/commit/b9e15fddb14b2cde6470255794ef130523885e9f
---
 meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meson.build b/meson.build
index cb53ea63..d477a3b2 100644
--- a/meson.build
+++ b/meson.build
@@ -24,7 +24,6 @@ dependency('gstreamer-player-1.0', version: '>= 1.12')
 dependency('gstreamer-plugins-base-1.0', version: '>= 1.12')
 dependency('gstreamer-plugins-bad-1.0', version: '>= 1.12')
 dependency('gstreamer-bad-audio-1.0', version: '>= 1.12')
-dependency('gstreamer-bad-video-1.0', version: '>= 1.12')
 
 cargo = find_program('cargo', required: true)
 gresource = find_program('glib-compile-resources', required: true)
-- 
2.18.1

Reply via email to