Accepting request 990830 from home:stroeder:network
Update to version 0.5.5 OBS-URL: https://build.opensuse.org/request/show/990830 OBS-URL: https://build.opensuse.org/package/show/network:telephony/galene?expand=0&rev=44
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 23 19:58:33 UTC 2022 - michael@stroeder.com
|
||||
|
||||
- Update to version 0.5.5:
|
||||
* Fixed a longstanding bug with time conversion that would occasionally
|
||||
cause us to miscalculate rates and send incorrect sender reports.
|
||||
Thanks to lamhai1401.
|
||||
* Updated srtp to a version that includes Adrian Cable's optimisations.
|
||||
This should yield a 10% to 20% improvement for AES-CTR (but modern
|
||||
browsers use GCM).
|
||||
* Reworded the Safari warning to be more frightening, since
|
||||
screensharing on Safari tends to get stuck.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 12 17:33:48 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- explicitly require go >= 1.16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 06 15:37:46 UTC 2022 - michael@stroeder.com
|
||||
|
||||
|
||||
+2
-2
@@ -25,7 +25,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: galene
|
||||
Version: 0.5.4
|
||||
Version: 0.5.5
|
||||
Release: 0
|
||||
Summary: Galène videoconferencing server
|
||||
License: MIT
|
||||
@@ -40,7 +40,7 @@ Source5: apparmor-usr.sbin.galene
|
||||
Patch1: galene-html-sendselect-default.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: filesystem
|
||||
BuildRequires: go >= 1.14
|
||||
BuildRequires: go >= 1.16
|
||||
BuildRequires: systemd-rpm-macros
|
||||
Requires: fdupes
|
||||
Requires: filesystem
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<param name="url">https://github.com/jech/galene.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">galene-0.5.4</param>
|
||||
<param name="version">0.5.4</param>
|
||||
<param name="revision">galene-0.5.5</param>
|
||||
<param name="version">0.5.5</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<!--param name="versionrewrite-pattern">galene-(\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param-->
|
||||
|
||||
+1
-1
@@ -3,4 +3,4 @@
|
||||
<param name="url">git://github.com/jech/galene.git</param>
|
||||
<param name="changesrevision">ba75bfeb3acd33f92084fa0eb88be9aee824badf</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/jech/galene.git</param>
|
||||
<param name="changesrevision">4c8fdb8ea83057c1457b3681d667e1aec992550e</param></service></servicedata>
|
||||
<param name="changesrevision">7d4133d1c378637d86d851a6e5ee540efaf02697</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b894ec99def6233869854051ea51ef31c0ae23dec32c6a82ef67933a8542cdbd
|
||||
size 720225
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:684961c80640976b102de811c20ebea95cc42462cc672d3386210ffbd18f903c
|
||||
size 722039
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c76abdfbc8afeba0429b7772a74a7355db4020e6d2120e2b8894c7f26949f266
|
||||
size 2104286
|
||||
oid sha256:d28ee570d2a1b02b01af2c5a3e398491b4344b29810618eb7b1e0fbf1ae89264
|
||||
size 2125976
|
||||
|
||||
Reference in New Issue
Block a user