Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package janus-gateway for openSUSE:Factory 
checked in at 2021-09-08 21:36:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/janus-gateway (Old)
 and      /work/SRC/openSUSE:Factory/.janus-gateway.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "janus-gateway"

Wed Sep  8 21:36:54 2021 rev:6 rq:917549 version:0.11.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/janus-gateway/janus-gateway.changes      
2021-06-16 20:36:24.299280322 +0200
+++ /work/SRC/openSUSE:Factory/.janus-gateway.new.1899/janus-gateway.changes    
2021-09-08 21:37:42.561965245 +0200
@@ -1,0 +2,24 @@
+Mon Sep  6 12:53:58 UTC 2021 - Michael Str??der <mich...@stroeder.com>
+
+- added janus-gateway-rpmlintrc
+- removed systemd-related conditionals to fix obsolete-suse-version-check
+- added 0001-include-rand-header-file.patch
+- use %fdupes macro
+- Update to version 0.11.4:
+  * Fixed ICE restart issues with recent versions of libnice (#2729)
+  * Changed randon number generators to use crypto-safe functions (#2738)
+  * Added support for abs-send-time RTP extension (#2721)
+  * Added configurable mechanism for manually setting static event loop to use 
for new handles (#2684)
+  * Fixed datachannel protocol not being sent to plugins for incoming messages 
(#2753)
+  * Added ability to specify recordings folder in AudioBridge (#2707)
+  * Added support for forwarding groups in AudioBridge (#2653)
+  * Fixed missing Contact header in SIP plugin when using Sofia >= 1.13 (#2708)
+  * Better SDES-SRTP negotiation in SIP and NoSIP plugins (#2727)
+  * Fixed WebSocket transport and event handler lagging 25/30s when shutting 
down or reconnecting (#2734)
+  * Fixed incoming_header_prefixes not working for helper sessions in SIP 
plugin
+  * Fix partial/broken ACL support in TextRoom plugin (#2763)
+  * Fixed potential race condition when reclaiming sessions in HTTP transport 
plugin
+  * Fixed WebSocket event handler reconnect mechanism (#2736)
+  * Other smaller fixes and improvements
+
+-------------------------------------------------------------------

Old:
----
  janus-gateway-0.11.3.tar.xz

New:
----
  0001-include-rand-header-file.patch
  janus-gateway-0.11.4.tar.xz
  janus-gateway-rpmlintrc

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

Other differences:
------------------
++++++ janus-gateway.spec ++++++
--- /var/tmp/diff_new_pack.veng2I/_old  2021-09-08 21:37:43.085965858 +0200
+++ /var/tmp/diff_new_pack.veng2I/_new  2021-09-08 21:37:43.089965862 +0200
@@ -16,18 +16,12 @@
 #
 
 
-%if 0%{?suse_version} > 1230
-%bcond_without systemd
-%else
-%bcond_with    systemd
-%endif
-
 %if 0%{?suse_version} > 1320
 %bcond_without janus_postprocessing
 %endif
 
 Name:           janus-gateway
-Version:        0.11.3
+Version:        0.11.4
 Release:        0
 License:        GPL-3.0-only
 Summary:        Janus WebRTC Gateway
@@ -35,6 +29,8 @@
 Group:          Productivity/Networking/Other
 Source:         %{name}-%{version}.tar.xz
 Source1:        janus.service
+Source100:      %{name}-rpmlintrc
+Patch1:         0001-include-rand-header-file.patch
 # for run autogen.sh
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -66,12 +62,8 @@
 # MQTT support
 BuildRequires:  libpaho-mqtt-devel
 Requires(pre):  shadow
-%if %{with systemd}
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_ordering}
-%else
-PreReq:         %{insserv_prereq} %{fillup_prereq}
-%endif
 
 %define user_name janus
 %define home      %{_sharedstatedir}/janus/
@@ -119,6 +111,7 @@
 chmod -R o= .
 popd
 rm -rv %{buildroot}%{_datadir}/doc/%{name}
+rm -rv %{buildroot}%{_datadir}/janus/streams/test_gstreamer*.sh
 #
 install -D -d -m 0750 %{buildroot}%{home}
 
@@ -156,9 +149,7 @@
 %endif
 %{_libdir}/janus/
 %{_datadir}/janus/
-%if %{with systemd}
 %{_unitdir}/janus.service
-%endif
 %dir %attr(750,%{user_name},%{user_name}) %{home}
 
 %files devel

++++++ 0001-include-rand-header-file.patch ++++++
diff --git a/janus.c b/janus.c
index 029201d1..d6e5a538 100644
--- a/janus.c
+++ b/janus.c
@@ -28,6 +28,7 @@
 #ifdef HAVE_TURNRESTAPI
 #include <curl/curl.h>
 #endif
+#include <openssl/rand.h>
 
 #include "janus.h"
 #include "version.h"
++++++ _service ++++++
--- /var/tmp/diff_new_pack.veng2I/_old  2021-09-08 21:37:43.137965919 +0200
+++ /var/tmp/diff_new_pack.veng2I/_new  2021-09-08 21:37:43.137965919 +0200
@@ -1,9 +1,9 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="url">git://github.com/meetecho/janus-gateway.git</param>
-    <param name="versionformat">0.11.3</param>
+    <param name="versionformat">0.11.4</param>
     <param name="scm">git</param>
-    <param name="revision">v0.11.3</param>
+    <param name="revision">v0.11.4</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.veng2I/_old  2021-09-08 21:37:43.173965961 +0200
+++ /var/tmp/diff_new_pack.veng2I/_new  2021-09-08 21:37:43.173965961 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">git://github.com/meetecho/janus-gateway.git</param>
-          <param 
name="changesrevision">bb9f893b3f6fc15c55649b3dc775b0463d48b8d7</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">4f8cc1624955488640107537be037f9ba7112c14</param></service></servicedata>
\ No newline at end of file

++++++ janus-gateway-0.11.3.tar.xz -> janus-gateway-0.11.4.tar.xz ++++++
++++ 4181 lines of diff (skipped)

++++++ janus-gateway-rpmlintrc ++++++
addFilter("non-standard-uid .*")
addFilter("non-standard-gid .*")
addFilter("devel-file-in-non-devel-package .*")
addFilter("binary-or-shlib-calls-gethostbyname 
/usr/lib/janus/plugins/libjanus_.*")

Reply via email to