2022-05-12 21:07:55 +00:00
committed by Git OBS Bridge
parent 9e375f3b24
commit ba5d68d786
7 changed files with 20 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/processone/stun.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">1.2.0</param>
<param name="revision">1.2.2</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="buildtime" name="tar"/>

View File

@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/stun.git</param>
<param name="changesrevision">4197225e1ff45f19feca5e9d28515cd36f60da46</param>
<param name="changesrevision">c1171a5377e885ce9e94fc39f7a2de2c631a2cbe</param>
</service>
</servicedata>

View File

@@ -1,7 +1,15 @@
-------------------------------------------------------------------
Mon Jan 10 12:00:44 UTC 2022 - obs-service-tar-scm@invalid
Thu May 12 21:07:59 UTC 2022 - obs-service-tar-scm@invalid
- Update to version 1.2.0:
- Update to version 1.2.2:
* Release 1.2.2
* Release 1.2.1
* Update changelog
* Don't forget SOFTWARE attribute in TURN responses
* Update copyright year to 2022
* Remove generic spec comments
* Use random session IDs
* Update some copyright years
* Release 1.2.0
* Fix formatting of some error messages
* Accept additional TLS settings

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e428d1af4ac68e965a3a64417314bad3a27a44aca58f9b13f8146aa505308dea
size 166923

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b87c960d757599772a2602d6ca1177d3e33082ae91c0665579b4b7bf3ba5102b
size 164875

View File

@@ -1,4 +1,4 @@
name: stun
version: 1.2.0
mtime: 1641773560
commit: 4197225e1ff45f19feca5e9d28515cd36f60da46
version: 1.2.2
mtime: 1651489268
commit: c1171a5377e885ce9e94fc39f7a2de2c631a2cbe

View File

@@ -29,8 +29,8 @@ Url: http://github.com/processone/stun
Source: %{app_name}-%{version}.tar.xz
Requires: erlang
BuildRequires: erlang
BuildRequires: erlang-fast_tls >= 1.1.13
BuildRequires: erlang-p1_utils >= 1.0.23
BuildRequires: erlang-fast_tls >= 1.1.15
BuildRequires: erlang-p1_utils >= 1.0.25
BuildRequires: erlang-rebar
%requires_eq erlang-fast_tls
%requires_eq erlang-p1_utils