Compare commits
10 Commits
6868dc53b9
...
c4ac4d7853
Author | SHA256 | Date | |
---|---|---|---|
c4ac4d7853 | |||
ab5afd0ddd | |||
a29222d14f | |||
ac118a5fa8 | |||
559dd9c64e | |||
0dab42348c | |||
583c023d6c | |||
f3076dead6 | |||
c7f8aa246c | |||
049a77b75c |
5
_service
5
_service
@@ -3,12 +3,13 @@
|
||||
<param name="url">https://github.com/processone/p1_oauth2.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.6.14</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="tar"/>
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version" />
|
||||
<service mode="buildtime" name="set_version"/>
|
||||
</services>
|
||||
|
@@ -1,4 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/processone/p1_oauth2.git</param>
|
||||
<param name="changesrevision">ab44e27db49021321e1a5d4dcf65c6c65c088075</param></service></servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/processone/p1_oauth2.git</param>
|
||||
<param name="changesrevision">5e7f58ddf7d172d9df0d14657c557923c56a4871</param>
|
||||
</service>
|
||||
</servicedata>
|
@@ -1,10 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 30 21:55:56 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
Tue Jun 04 21:43:59 UTC 2024 - obs-service-tar-scm@invalid
|
||||
|
||||
- Update to version 0.6.3:
|
||||
* Release 0.6.3
|
||||
- Update to version 0.6.14:
|
||||
* Release 0.6.14
|
||||
* Change hex release action
|
||||
* Release 0.6.13
|
||||
* Use ubuntu-22.04, add erlang:26 container as that ubuntu doesn't include it
|
||||
* Release 0.6.12
|
||||
* Update changelog
|
||||
* Don't use crypto:rand_bytes(), as it no longer exists
|
||||
* Don't include rebar binary, as it is highly dependent on the erlang version
|
||||
* CI: Use checkout v3 for erlang < 20.3, and v4 for newer ones
|
||||
* CI: Test with oldest Erlang supported, recent stable, and newest available
|
||||
* Look for the correct value when returning `undefined`
|
||||
* Release 0.6.11
|
||||
* Update changelog
|
||||
* Generate documentation for hex.pm from README.md and EDoc
|
||||
* Fix complains for rebar3 edoc
|
||||
* For debugging hex, use DEBUG instead of crashdump
|
||||
* Update meck dependency used for running tests
|
||||
* Remove usage of crypto:rand_bytes/1
|
||||
* Update specs
|
||||
* Pass on error from authenticate_user
|
||||
* Add refresh_token to access_token context
|
||||
* Implicit Grant doesn't need client secret
|
||||
* Tag 0.6.1
|
||||
* Release 0.6.10
|
||||
* Update changelog
|
||||
* Add support to send C coverage. Don't cache. Move hex plugin to Action
|
||||
* Update .gitignore
|
||||
* Dirty workaround: run tests with rebar2 before rebar3
|
||||
* Switch from Travis to Github Actions
|
||||
* Parametrize de rebar binary (processone/fast_tls#51)
|
||||
* Simplify buildchain
|
||||
* Release 0.6.9
|
||||
* Added Github Action to release to hex.pm when tagging
|
||||
* Update Response record definition: fields may be undefined
|
||||
* Release 0.6.8
|
||||
* Update changelog
|
||||
* Update .travis.yml
|
||||
* Update .travis.yml
|
||||
* Update .travis.yml
|
||||
* Update .travis.yml
|
||||
* Update .travis.yml
|
||||
* Update .travis.yml
|
||||
* Update .travis.yml
|
||||
* Release 0.6.7
|
||||
* Test also with Erlang/OTP 23.0
|
||||
* Fix Travis and Coveralls
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 04 00:37:04 UTC 2017 - mrueckert@suse.de
|
||||
|
3
_service:obs_scm:p1_oauth2-0.6.14.obscpio
Normal file
3
_service:obs_scm:p1_oauth2-0.6.14.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ac532d4e85e971bbaab914e909d2b0ad9066709fbd174135505b731d863876f
|
||||
size 110091
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24a87966ae7520cf49029ae9901398f3673fefd724fba52279917cb5a3c3cf2e
|
||||
size 309771
|
@@ -1,5 +1,4 @@
|
||||
name: p1_oauth2
|
||||
version: 0.6.3
|
||||
mtime: 1524645764
|
||||
commit: ab44e27db49021321e1a5d4dcf65c6c65c088075
|
||||
|
||||
version: 0.6.14
|
||||
mtime: 1706009656
|
||||
commit: 5e7f58ddf7d172d9df0d14657c557923c56a4871
|
||||
|
@@ -1,4 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/processone/p1_oauth2.git</param>
|
||||
<param name="changesrevision">fb7c35e043d5213575e84ee811b78a03fe5c3fd0</param></service></servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/processone/p1_oauth2.git</param>
|
||||
<param name="changesrevision">0.6.6</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
%define app_name p1_oauth2
|
||||
|
||||
Name: erlang-%{app_name}
|
||||
Version: 0.6.2
|
||||
Version: 0
|
||||
Release: 0
|
||||
%define app_ver %(echo "%{version}" | cut -d "+" -f1)
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user