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-02-19 23:44:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/galene (Old) and /work/SRC/openSUSE:Factory/.galene.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "galene" Fri Feb 19 23:44:02 2021 rev:2 rq:873575 version:0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/galene/galene.changes 2021-01-19 16:04:06.523553003 +0100 +++ /work/SRC/openSUSE:Factory/.galene.new.28504/galene.changes 2021-02-19 23:45:17.147364597 +0100 @@ -1,0 +2,38 @@ +Thu Feb 18 22:29:53 UTC 2021 - Michael Str??der <[email protected]> + +- added CHANGES +- added galene-html-sendselect-default.patch +- Update to version 0.3: + * Implemented the command /muteall. This allows muting all users except + yourself. + * Implemented the autolock and autokick user group options, that cause, + a group to be locked or all users to be kicked out when the last + administrator leaves. + * Implemented client-side filters that are run over the video before it + is sent to the server. A pair of mirroring filters are provided, + which are useful when using a mirror in front of a webcam. + * Included a built-in TURN server, which drastically simplifies + deployment in common cases. + * Implemented testing of TURN servers, on both the client and the server + side. Connectivity will be checked by the server every 12 hours, and + by the client whenever a user uses the /relay-test command. + * Group configurations are now checked at startup, and any failures are + logged. This implies that it is no longer possible to use undefined + keys in group definition files (this is a breaking change). + * Reworked the client API, which is now simpler and more uniform. + * Subgroups can now be public. + * Added an option to disable the mirror view, which is useful when writing. + * Ported file playback to Firefox. + * We now display a friendly error message when the user has disabled + WebRTC under Firefox. + * Implemented renegotiation of down streams, which reduces the amount of + flicker in the user interface. + * Fixed a number of race conditions that could cause audio tracks to + become muted or video tracks to freeze. + +------------------------------------------------------------------- +Mon Jan 25 19:26:36 UTC 2021 - Michael Str??der <[email protected]> + +- added galene-html-sendselect-low.patch + +------------------------------------------------------------------- Old: ---- galene-0.2.tar.gz New: ---- galene-0.3.tar.gz galene-html-sendselect-default.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ galene.spec ++++++ --- /var/tmp/diff_new_pack.fg9ByK/_old 2021-02-19 23:45:18.963366377 +0100 +++ /var/tmp/diff_new_pack.fg9ByK/_new 2021-02-19 23:45:18.967366381 +0100 @@ -1,4 +1,6 @@ # +# spec file for package galene +# # Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties @@ -14,6 +16,7 @@ # # nodebuginfo + # Remove stripping of Go binaries. %define __arch_install_post export NO_BRP_STRIP_DEBUG=true # Project name when using go tooling. @@ -27,24 +30,25 @@ %bcond_without apparmor Name: galene -Version: 0.2 +Version: 0.3 Release: 0 -License: MIT Summary: Gal??ne videoconferencing server -Url: https://galene.org/ +License: MIT Group: Development/Languages/Other +URL: https://galene.org/ Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz Source2: %{name}.service Source3: %{name}.sysconfig Source4: ice-servers.json Source5: apparmor-usr.sbin.galene -BuildRequires: filesystem +Patch1: galene-html-sendselect-default.patch BuildRequires: fdupes +BuildRequires: filesystem BuildRequires: go >= 1.14 BuildRequires: systemd-rpm-macros -Requires: filesystem Requires: fdupes +Requires: filesystem Requires(pre): %fillup_prereq %if %{with apparmor} %if 0%{?suse_version} <= 1315 @@ -65,6 +69,7 @@ %prep %setup -qa1 +%patch1 -p0 %build go build \ @@ -120,6 +125,7 @@ %service_del_postun %{name}.service %files +%doc CHANGES %doc README %doc README.FRONTEND %doc README.PROTOCOL ++++++ _service ++++++ --- /var/tmp/diff_new_pack.fg9ByK/_old 2021-02-19 23:45:19.007366420 +0100 +++ /var/tmp/diff_new_pack.fg9ByK/_new 2021-02-19 23:45:19.011366424 +0100 @@ -3,11 +3,11 @@ <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.2</param> - <param name="version">0.2</param> + <param name="revision">galene-0.3</param> + <param name="version">0.3</param> <param name="changesgenerate">enable</param> - <param name="versionrewrite-pattern">galene-(\d+)</param> - <param name="versionrewrite-replacement">\1</param> + <!--param name="versionrewrite-pattern">galene-(\d+)</param> + <param name="versionrewrite-replacement">\1</param--> </service> <service name="set_version" mode="disabled"> <param name="basename">galene</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.fg9ByK/_old 2021-02-19 23:45:19.031366443 +0100 +++ /var/tmp/diff_new_pack.fg9ByK/_new 2021-02-19 23:45:19.035366448 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/jech/galene.git</param> - <param name="changesrevision">9f67a03fdb34d3305bae803d2b0450c6e35b05c6</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">6cf82f6e0c5da736aea9dd1139a8639fe5d30291</param></service></servicedata> \ No newline at end of file ++++++ galene-0.2.tar.gz -> galene-0.3.tar.gz ++++++ ++++ 4631 lines of diff (skipped) ++++++ galene-html-sendselect-default.patch ++++++ --- 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 @@ <form id="sendform"> <label for="sendselect" class="sidenav-label-first">Send:</label> <select id="sendselect" class="select select-inline"> - <option value="lowest">lowest</option> + <option value="lowest" selected>lowest</option> <option value="low">low</option> - <option value="normal" selected>normal</option> + <option value="normal">normal</option> <option value="unlimited">unlimited</option> </select> </form> ++++++ vendor.tar.gz ++++++ ++++ 25970 lines of diff (skipped)
