Hello community,

here is the log from the commit of package srt for openSUSE:Factory checked in 
at 2018-11-08 09:41:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/srt (Old)
 and      /work/SRC/openSUSE:Factory/.srt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "srt"

Thu Nov  8 09:41:13 2018 rev:5 rq:645196 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/srt/srt.changes  2018-08-10 09:45:08.313822388 
+0200
+++ /work/SRC/openSUSE:Factory/.srt.new/srt.changes     2018-11-08 
09:41:17.613604350 +0100
@@ -1,0 +2,9 @@
+Mon Oct 29 09:10:45 UTC 2018 - Dominique Leuenberger <[email protected]>
+
+- Add pkgconfig(zlib) BuildRequires: until openssl 1.1.1, zlib was
+  pulled in into our buildroot, avoiding srt having to care for it
+  explicitly. Since this is changed now, we have to worry for our
+  dependency on our own. The dep comes from:
+  CMakeLists.txt:set (SSL_REQUIRED_MODULES "openssl libcrypto zlib")
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ srt.spec ++++++
--- /var/tmp/diff_new_pack.uldpP0/_old  2018-11-08 09:41:18.905602853 +0100
+++ /var/tmp/diff_new_pack.uldpP0/_new  2018-11-08 09:41:18.909602849 +0100
@@ -12,12 +12,11 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define sover 1
-
 Name:           srt
 Version:        1.3.1
 Release:        0
@@ -29,13 +28,13 @@
 Source99:       baselibs.conf
 # PATCH-FIX-UPSTREAM srt-no-rpath.patch -- Fix build, patch from archlinux
 Patch0:         srt-no-rpath.patch
-
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  tcl
 BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(zlib)
 
 %description
 SRT is a video transport protocol and technology stack
@@ -53,8 +52,8 @@
 %package devel
 Summary:        Development files for the Secure Reliable Transport (SRT) 
library
 Group:          Development/Libraries/C and C++
-Requires:       %{name} == %{version}
-Requires:       libsrt%{sover} == %{version}
+Requires:       %{name} = %{version}
+Requires:       libsrt%{sover} = %{version}
 
 %description devel
 This package contains all necessary include files and libraries


Reply via email to