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-04-06 17:31:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/janus-gateway (Old)
 and      /work/SRC/openSUSE:Factory/.janus-gateway.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "janus-gateway"

Tue Apr  6 17:31:22 2021 rev:3 rq:883318 version:0.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/janus-gateway/janus-gateway.changes      
2021-02-16 09:19:27.755206240 +0100
+++ /work/SRC/openSUSE:Factory/.janus-gateway.new.2401/janus-gateway.changes    
2021-04-06 17:32:59.315341397 +0200
@@ -1,0 +2,20 @@
+Tue Apr 06 10:49:55 UTC 2021 - [email protected]
+
+- Update to version 0.11.1:
+  * Add new option to configure ICE nomination mode, if libnice is recent 
enough (#2541)
+  * Added support for per-session timeout values (thanks @alg!) (#2577)
+  * Added support for compilation on FreeBSD (thanks @jsm222!) (#2508)
+  * Fixed occasional auth errors when using both API secret and stored tokens 
(#2581)
+  * Added support for stdout logging to daemon-mode as well (#2591)
+  * Fixed odr-violation issue between Lua and Duktape plugins (#2540)
+  * Fixed missing simulcast stats in Admin API and Event Handlers when using 
rid (#2610)
+  * Fixed VideoRoom recording not stopped for participants entering after 
global recording was started (#2550)
+  * Fixed 'audiocodec'/'videocodec' being ignored when joining a VideoRoom via 
'joinandconfigure'
+  * Added content type support to MESSAGE in SIP plugin (#2567)
+  * Made RTSP timeouts configurable in Streaming plugin (#2598)
+  * Fixed incorrect parsing of backend URL in WebSockets event handler (#2603)
+  * Added support for secure connections and lws debugging to WebSockets event 
handler
+  * Fixed occasionally broken AV1 recordings post-processing
+  * Other smaller fixes and improvements (thanks to all who contributed pull 
requests and reported issues!)
+
+-------------------------------------------------------------------

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

New:
----
  janus-gateway-0.11.1.tar.xz

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

Other differences:
------------------
++++++ janus-gateway.spec ++++++
--- /var/tmp/diff_new_pack.0qME3Q/_old  2021-04-06 17:32:59.919342079 +0200
+++ /var/tmp/diff_new_pack.0qME3Q/_new  2021-04-06 17:32:59.923342084 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for janus-gateway
+# spec file for package janus-gateway
 #
-# Copyright (c) 2020 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,9 +12,10 @@
 # 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/
 #
 
+
 %if 0%{?suse_version} > 1230
 %bcond_without systemd
 %else
@@ -26,9 +27,9 @@
 %endif
 
 Name:           janus-gateway
-Version:        0.10.10
+Version:        0.11.1
 Release:        0
-License:        GPL-3.0
+License:        GPL-3.0-only
 Summary:        Janus WebRTC Gateway
 URL:            https://github.com/meetecho/janus-gateway
 Group:          Productivity/Networking/Other
@@ -40,22 +41,22 @@
 BuildRequires:  libtool
 # basic dependencies
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libmicrohttpd)
+BuildRequires:  curl-devel
+BuildRequires:  gengetopt
+BuildRequires:  libconfig-devel
+BuildRequires:  sofia-sip-devel
 BuildRequires:  pkgconfig(ini_config)
 BuildRequires:  pkgconfig(jansson)
-BuildRequires:  pkgconfig(nice)
+BuildRequires:  pkgconfig(libmicrohttpd)
 BuildRequires:  pkgconfig(libsrtp) >= 1.4.5
-BuildRequires:  pkgconfig(openssl) >= 1.0.1e
 BuildRequires:  pkgconfig(lua)
-BuildRequires:  sofia-sip-devel
-BuildRequires:  gengetopt
+BuildRequires:  pkgconfig(nice)
 BuildRequires:  pkgconfig(ogg)
+BuildRequires:  pkgconfig(openssl) >= 1.0.1e
 BuildRequires:  pkgconfig(opus)
-BuildRequires:  curl-devel
-BuildRequires:  libconfig-devel
 %if %{with janus_postprocessing}
-BuildRequires:  libavformat-devel
 BuildRequires:  libavcodec-devel
+BuildRequires:  libavformat-devel
 BuildRequires:  libavutil-devel
 %endif
 # data channel support
@@ -74,6 +75,7 @@
 
 %define user_name janus
 %define home      %{_sharedstatedir}/janus/
+
 %description
 Janus is a general-purpose WebRTC gateway designed and developed
 by Meetecho.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.0qME3Q/_old  2021-04-06 17:32:59.947342111 +0200
+++ /var/tmp/diff_new_pack.0qME3Q/_new  2021-04-06 17:32:59.951342116 +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.10.10</param>
+    <param name="versionformat">0.11.1</param>
     <param name="scm">git</param>
-    <param name="revision">v0.10.10</param>
+    <param name="revision">v0.11.1</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.0qME3Q/_old  2021-04-06 17:32:59.963342130 +0200
+++ /var/tmp/diff_new_pack.0qME3Q/_new  2021-04-06 17:32:59.967342134 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">git://github.com/meetecho/janus-gateway.git</param>
-          <param 
name="changesrevision">7732127f71521d1f1b305fdcf1073b3602f15b6e</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">d52e33259de3088ff964440fafd17ca58f8ba9bc</param></service></servicedata>
\ No newline at end of file

++++++ janus-gateway-0.10.10.tar.xz -> janus-gateway-0.11.1.tar.xz ++++++
++++ 4004 lines of diff (skipped)

Reply via email to