Accepting request 929717 from network:telephony
OBS-URL: https://build.opensuse.org/request/show/929717 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/galene?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 16:50:04 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- adapted AppArmor profile to new config files in 0.4.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 05 14:43:31 UTC 2021 - michael@stroeder.com
|
||||
|
||||
- Update to version 0.4.1:
|
||||
* Create a new file data/config.json with global configuration.
|
||||
* Remove data/passwd and the -redirect option with entries in config.json;
|
||||
these are incompatible changes.
|
||||
* Change the group URL from /group/name to /group/name/, which allows
|
||||
using relative links. The old URL is redirected to the new one.
|
||||
* Extend the protocol with the ability to consult the group status before
|
||||
joining; this allows using the group's displayName before the user has
|
||||
logged in, and will be required for new authorisation schemes.
|
||||
* Allow scrolling of the login dialog, useful on small devices.
|
||||
* Fixed a typo that prevented the group name from being displayed.
|
||||
* Made failed videos more visible.
|
||||
* No longer attempt to save passwords in browser JavaScript, it's
|
||||
insecure and not very useful.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 11:08:02 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: galene
|
||||
Version: 0.4
|
||||
Version: 0.4.1
|
||||
Release: 0
|
||||
Summary: Galène videoconferencing server
|
||||
License: MIT
|
||||
|
||||
@@ -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.4</param>
|
||||
<param name="version">0.4</param>
|
||||
<param name="revision">galene-0.4.1</param>
|
||||
<param name="version">0.4.1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<!--param name="versionrewrite-pattern">galene-(\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param-->
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/jech/galene.git</param>
|
||||
<param name="changesrevision">d33e4dea9ba74818d35ebde8f550b6a0ab0f75ad</param></service></servicedata>
|
||||
<param name="changesrevision">37d6ab5445f5f0279e17694dd774fd86610e6c5e</param></service></servicedata>
|
||||
@@ -22,7 +22,7 @@ profile galene /usr/sbin/galene {
|
||||
/etc/galene/cert.pem r,
|
||||
/etc/galene/key.pem r,
|
||||
/etc/galene/ice-servers.json r,
|
||||
/etc/galene/passwd r,
|
||||
/etc/galene/config.json r,
|
||||
|
||||
# Grant read access to static web content
|
||||
/usr/share/galene/static/ r,
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d82d89e52e9d17f91a93eba7e5bccd20e94cf51af292217c9f4f23782aae6e9
|
||||
size 593925
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7163ceaf5566960eeb942a545f9de085ea9f1c0b7cdfa444aa892d3c8f206b0
|
||||
size 593632
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff5e9c54f07b408ec24de9680b8fb7b3629a22a5d2a6f4c47b9a1d5c6e864b6c
|
||||
size 1741955
|
||||
oid sha256:b9db402e96fb41bcc32610ce49ac7ef48bcd1a6640888f9aa5dac3d1c4a1dd50
|
||||
size 2009893
|
||||
|
||||
Reference in New Issue
Block a user