2022-06-07 14:18:08 +00:00
committed by Git OBS Bridge
parent 080247bf5d
commit 32ece93151
7 changed files with 20 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
<service name="obs_scm">
<param name="url">https://github.com/processone/eimp.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">1.0.21</param>
<param name="revision">1.0.22</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
</service>

View File

@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/eimp.git</param>
<param name="changesrevision">85364f0f62bc69cfc27d0c281a259e1fc599a284</param>
<param name="changesrevision">ec616de3762ce8498856b4fdadf8ba36045c6773</param>
</service>
</servicedata>

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
name: eimp
version: 1.0.21
mtime: 1626858516
commit: 85364f0f62bc69cfc27d0c281a259e1fc599a284
version: 1.0.22
mtime: 1651486785
commit: ec616de3762ce8498856b4fdadf8ba36045c6773

View File

@@ -1,7 +1,16 @@
-------------------------------------------------------------------
Mon Nov 29 20:19:50 UTC 2021 - obs-service-tar-scm@invalid
Tue Jun 07 14:18:12 UTC 2022 - obs-service-tar-scm@invalid
- Update to version 1.0.21:
- Update to version 1.0.22:
* Release 1.0.22
* Update changelog
* Update copyright year to 2022
* Actions: test default compilation, that is with rebar2
* Generate documentation for hex.pm from README.md and EDoc
* Another try to fix dialyzer warnings
* Fix typo
* Make dialyzer happy
* Don't crash if we can't gen number of processors from erlang
* Release 1.0.21
* Update changelog
* Add support to send C coverage. Don't cache. Move hex plugin to Action

View File

@@ -27,7 +27,7 @@ Source: %{app_name}-%{version}.tar.xz
Requires: erlang
BuildRequires: erlang
BuildRequires: erlang-rebar
BuildRequires: erlang-p1_utils-devel >= 1.0.23
BuildRequires: erlang-p1_utils-devel >= 1.0.25
BuildRequires: gd-devel
BuildRequires: libwebp-devel
BuildRequires: libpng-devel