2022-06-07 14:16:41 +00:00
committed by Git OBS Bridge
parent 8e254f07d5
commit 7e79fa6727
7 changed files with 22 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/processone/esip.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">1.0.45</param>
<param name="revision">1.0.47</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/esip.git</param>
<param name="changesrevision">d844041327567585ab38199a6aa53625dc65eb00</param>
<param name="changesrevision">f6231d9a62d841a35564ba11ba4d3c0cd82fd2a8</param>
</service>
</servicedata>

View File

@@ -1,9 +1,18 @@
-------------------------------------------------------------------
Mon Jan 10 12:13:45 UTC 2022 - obs-service-tar-scm@invalid
Tue Jun 07 14:16:45 UTC 2022 - obs-service-tar-scm@invalid
- Update to version 1.0.45:
- Update to version 1.0.47:
* Release 1.0.47
* Release 1.0.46
* Update changelog
* Update copyright year to 2022
* Remove unnecesary .gitignore file
* Actions: test default compilation, that is with rebar2
* Generate documentation for hex.pm from README.md and EDoc
* Actions: Only deal with rebar3 crashdump when failure()
* Release 1.0.45
* Release 1.0.44
* Better distribute the udp packages
* Release 1.0.43
* Update changelog
* Add support to send C coverage. Don't cache. Move hex plugin to Action

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
name: esip
version: 1.0.45
mtime: 1639048032
commit: d844041327567585ab38199a6aa53625dc65eb00
version: 1.0.47
mtime: 1651489268
commit: f6231d9a62d841a35564ba11ba4d3c0cd82fd2a8

View File

@@ -29,9 +29,9 @@ Url: https://github.com/processone/esip
Source: %{app_name}-%{version}.tar.xz
Requires: erlang
BuildRequires: erlang
BuildRequires: erlang-stun >= 1.0.43
BuildRequires: erlang-fast_tls >= 1.1.12
BuildRequires: erlang-p1_utils >= 1.0.22
BuildRequires: erlang-stun >= 1.2.2
BuildRequires: erlang-fast_tls >= 1.1.15
BuildRequires: erlang-p1_utils >= 1.0.25
BuildRequires: erlang-rebar
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: %{name}-devel = %{version}-%{release}