Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package galene for openSUSE:Factory checked in at 2021-09-06 15:57:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/galene (Old) and /work/SRC/openSUSE:Factory/.galene.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "galene" Mon Sep 6 15:57:57 2021 rev:11 rq:917080 version:0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/galene/galene.changes 2021-06-09 21:52:26.374489445 +0200 +++ /work/SRC/openSUSE:Factory/.galene.new.1899/galene.changes 2021-09-06 15:58:07.825293815 +0200 @@ -1,0 +2,31 @@ +Mon Sep 6 11:08:02 UTC 2021 - Michael Str??der <mich...@stroeder.com> + +- avoid switching off IPv6 + +------------------------------------------------------------------- +Sun Sep 05 17:56:58 UTC 2021 - mich...@stroeder.com + +- Update to version 0.4: + * Implemented simulcast. + * Implemented scalable video coding (SVC) for VP8 and VP9. + * Preliminary support for the AV1 codec. + * Fixed the profile announced for VP9. + * Reworked the disk writer, which should no longer cause corruption + after packet loss. + * Added support for recording H.264 tracks. + * Reworked the signalling protocol, it is now possible to request + different tracks for distinct streams, and there are provisions to + carry user permissions and statuses; this is not yet used by the user + interface. + * Reworked internal signalling; this will hopefully fix issues with + losing tracks under load. + * Added an option to limit the range of UDP ports used by the server. + * Added a close button in every locally-generated video; this allows + closing individual screen shares and simplifies the UI by not creating + close buttons in the top bar. + * The server will now attempt to increase the file descriptor limit at + startup. + * Stats are now exported as JSON and formatted on the client side; the + stats URL is now /stats.html rather than just /stats. + +------------------------------------------------------------------- Old: ---- galene-0.3.5.tar.gz New: ---- galene-0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ galene.spec ++++++ --- /var/tmp/diff_new_pack.Cq5fTA/_old 2021-09-06 15:58:08.597293637 +0200 +++ /var/tmp/diff_new_pack.Cq5fTA/_new 2021-09-06 15:58:08.601293636 +0200 @@ -25,7 +25,7 @@ %bcond_without apparmor Name: galene -Version: 0.3.5 +Version: 0.4 Release: 0 Summary: Gal??ne videoconferencing server License: MIT @@ -57,7 +57,7 @@ %prep %setup -qa1 -%patch1 -p0 +%patch1 -p1 %build %ifarch ppc64 @@ -116,6 +116,7 @@ %files %doc CHANGES +%doc INSTALL %doc README %doc README.FRONTEND %doc README.PROTOCOL ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Cq5fTA/_old 2021-09-06 15:58:08.629293629 +0200 +++ /var/tmp/diff_new_pack.Cq5fTA/_new 2021-09-06 15:58:08.629293629 +0200 @@ -3,8 +3,8 @@ <param name="url">git://github.com/jech/galene.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">galene-0.3.5</param> - <param name="version">0.3.5</param> + <param name="revision">galene-0.4</param> + <param name="version">0.4</param> <param name="changesgenerate">enable</param> <!--param name="versionrewrite-pattern">galene-(\d+)</param> <param name="versionrewrite-replacement">\1</param--> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Cq5fTA/_old 2021-09-06 15:58:08.645293625 +0200 +++ /var/tmp/diff_new_pack.Cq5fTA/_new 2021-09-06 15:58:08.645293625 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/jech/galene.git</param> - <param name="changesrevision">fca24a3720381dfff8d93194bdb1f08435df234c</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">d33e4dea9ba74818d35ebde8f550b6a0ab0f75ad</param></service></servicedata> \ No newline at end of file ++++++ galene-0.3.5.tar.gz -> galene-0.4.tar.gz ++++++ ++++ 9908 lines of diff (skipped) ++++++ galene-html-sendselect-default.patch ++++++ --- /var/tmp/diff_new_pack.Cq5fTA/_old 2021-09-06 15:58:08.753293600 +0200 +++ /var/tmp/diff_new_pack.Cq5fTA/_new 2021-09-06 15:58:08.753293600 +0200 @@ -1,6 +1,8 @@ ---- static/galene.html.orig 2021-01-25 20:21:21.526952394 +0100 -+++ static/galene.html 2021-01-28 18:50:14.600185433 +0100 -@@ -207,9 +207,9 @@ +diff --git a/static/galene.html b/static/galene.html +index 07cd283..767e552 100644 +--- a/static/galene.html ++++ b/static/galene.html +@@ -201,9 +201,9 @@ <form id="sendform"> <label for="sendselect" class="sidenav-label-first">Send:</label> <select id="sendselect" class="select select-inline"> @@ -12,3 +14,14 @@ <option value="unlimited">unlimited</option> </select> </form> +@@ -211,8 +211,8 @@ + <form id="simulcastform"> + <label for="simulcastselect" class="sidenav-label-first">Simulcast:</label> + <select id="simulcastselect" class="select select-inline"> +- <option value="off">off</option> +- <option value="auto" selected>auto</option> ++ <option value="off" selected>off</option> ++ <option value="auto">auto</option> + <option value="on">on</option> + </select> + </form> ++++++ galene.sysconfig ++++++ --- /var/tmp/diff_new_pack.Cq5fTA/_old 2021-09-06 15:58:08.785293593 +0200 +++ /var/tmp/diff_new_pack.Cq5fTA/_new 2021-09-06 15:58:08.785293593 +0200 @@ -6,7 +6,7 @@ ## ServiceRestart: galene # Configure command-line arguments for Gal??ne video conference server # see https://galene.org/README.html -ARGS="-http 0.0.0.0:8443 -data /etc/galene -groups /var/lib/galene/groups -static /usr/share/galene/static -recordings /var/lib/galene/recordings" +ARGS="-http :8443 -data /etc/galene -groups /var/lib/galene/groups -static /usr/share/galene/static -recordings /var/lib/galene/recordings" # pion debug messages set by env vars ++++++ vendor.tar.gz ++++++ ++++ 45385 lines of diff (skipped)