Compare commits
10 Commits
637d81e9b2
...
f2dae0b3d1
Author | SHA256 | Date | |
---|---|---|---|
f2dae0b3d1 | |||
caf8b5dd5b | |||
daec043b9b | |||
b48b850891 | |||
9b976ed0f1 | |||
421cce4e11 | |||
38458deca8 | |||
28fe07dffa | |||
645044b61b | |||
93cc88594d |
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="obs_scm">
|
||||
<param name="url">https://github.com/processone/p1_utils.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">1.0.15</param>
|
||||
<param name="revision">1.0.26</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/processone/p1_utils.git</param>
|
||||
<param name="changesrevision">e732b797de1f206811b4854a6fcec1e01bb68f45</param>
|
||||
<param name="changesrevision">de99c8cff7ff8a711d1f6ab99e02c33ded5cbb74</param>
|
||||
</service>
|
||||
</servicedata>
|
@@ -1,8 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 03 17:18:18 UTC 2019 - obs-service-tar-scm@invalid
|
||||
Fri Jun 28 14:38:35 UTC 2024 - obs-service-tar-scm@invalid
|
||||
|
||||
- Update to version 1.0.15:
|
||||
*
|
||||
- Update to version 1.0.26:
|
||||
* Use ubuntu 20.04 for hexpm action
|
||||
* Release 1.0.26
|
||||
* Update changelog
|
||||
* Fix to pass Eunit tests with Erlang/OTP 26
|
||||
* Release 1.0.25
|
||||
* Update changelog
|
||||
* Fix typos
|
||||
* Update copyright year to 2022
|
||||
* Test default compilation, that is with rebar2
|
||||
* Enable DEBUG when publishing to hex
|
||||
* Generate documentation for hex.pm from README.md and EDoc
|
||||
* Remove duplicated, and nowadays obsolete, spec comments
|
||||
* Fix duplicate request/5 spec
|
||||
* Disable custom EDoc layout
|
||||
* Don't track doc/ path, it can be generated with "rebar3 edoc"
|
||||
* Use the system rebar, as the binary is not included
|
||||
* The compiler app is required, ensure it's available
|
||||
* Release 1.0.24
|
||||
* p1_proxy_protocol: Add function spec, fix comments
|
||||
* Import p1_proxy_protocol module
|
||||
* Release 1.0.23
|
||||
* Update changelog
|
||||
* Add support to send C coverage. Don't cache. Move hex plugin to Action
|
||||
* Update .gitignore
|
||||
* erl_tidy was removed from Erlang/OTP 24
|
||||
* Fix call to str module, which is available in ejabberd source code
|
||||
* Don't set src_dirs, so test/ isn't included in the cover report
|
||||
* Run rebar3 as a regular user, some tests require that
|
||||
* Switch from Travis to Github Actions
|
||||
* Parametrize the rebar binary (processone/fast_tls#51)
|
||||
* No need to generate documentation, it's already there
|
||||
* Release 1.0.22
|
||||
* Update changelog
|
||||
* Update hexpm-release Github Action, it should work now
|
||||
* Update copyright year to 2021
|
||||
* Fix job name
|
||||
* Unit tests + plugin in release workflow
|
||||
* Update otp version
|
||||
* Do not force OTP version
|
||||
* Trigger action on push
|
||||
* Template to kick of Github action usage.
|
||||
* Update editor settings
|
||||
* Move settings
|
||||
* Support Docker + VScode development
|
||||
* Release 1.0.21
|
||||
* Update changelog
|
||||
* Update .travis.yml
|
||||
* Release 1.0.20
|
||||
* Fix strings arguments, as reported by Dialyzer
|
||||
* Use old coveralls-erl v2.0.1
|
||||
* Revert "Fix Travis setup in p1_utils, using Rebar3"
|
||||
* Fix Travis setup in p1_utils, using Rebar3
|
||||
* Release 1.0.19
|
||||
* Update changelog
|
||||
* Use old sys:get_debug only in Erlang old than 22 (processone/ejabberd#3284)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 04 00:33:39 UTC 2017 - mrueckert@suse.de
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:367fdab68bfe861e6cf4002ee4d808227fc2901d24772cf61c8095b8038501f8
|
||||
size 259083
|
3
_service:obs_scm:p1_utils-1.0.26.obscpio
Normal file
3
_service:obs_scm:p1_utils-1.0.26.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83c40d9f8d47d5551268d2c3ac01ad8e3f333dd5eb4990ae5ae2192928f2d1a0
|
||||
size 196107
|
@@ -1,5 +1,4 @@
|
||||
name: p1_utils
|
||||
version: 1.0.15
|
||||
mtime: 1558605326
|
||||
commit: e732b797de1f206811b4854a6fcec1e01bb68f45
|
||||
|
||||
version: 1.0.26
|
||||
mtime: 1719478413
|
||||
commit: de99c8cff7ff8a711d1f6ab99e02c33ded5cbb74
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/processone/p1_utils.git</param>
|
||||
<param name="changesrevision">1.0.15</param>
|
||||
<param name="changesrevision">1.0.18</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
|
@@ -61,7 +61,7 @@ done
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc *md *txt doc/
|
||||
%doc *md *txt
|
||||
%dir %{erlang_libdir}/%{app_name}-%{app_ver}
|
||||
%{erlang_libdir}/%{app_name}-%{app_ver}/ebin/
|
||||
|
||||
|
Reference in New Issue
Block a user