Compare commits

...

10 Commits

Author SHA256 Message Date
c4ac4d7853 bump
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-p1_oauth2?expand=0&rev=15
2024-06-04 21:43:55 +00:00
ab5afd0ddd 0.6.11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-p1_oauth2?expand=0&rev=14
2022-06-07 14:06:42 +00:00
a29222d14f bump
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-p1_oauth2?expand=0&rev=13
2021-11-29 20:13:19 +00:00
ac118a5fa8 trigger service run
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-p1_oauth2?expand=0&rev=12
2021-04-16 07:25:25 +00:00
559dd9c64e bump to 0.6.9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-p1_oauth2?expand=0&rev=11
2021-04-15 00:31:11 +00:00
0dab42348c bump to 0.6.8
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-p1_oauth2?expand=0&rev=10
2021-01-11 15:10:49 +00:00
583c023d6c ejabber 20.07
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-p1_oauth2?expand=0&rev=9
2020-08-25 20:08:19 +00:00
f3076dead6 bump to 0.6.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-p1_oauth2?expand=0&rev=8
2020-04-10 19:22:14 +00:00
c7f8aa246c update for ejabberd 19.05
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-p1_oauth2?expand=0&rev=7
2019-06-03 17:12:11 +00:00
049a77b75c bump to 0.6.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-p1_oauth2?expand=0&rev=6
2019-03-05 00:01:01 +00:00
8 changed files with 66 additions and 20 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
name: p1_oauth2
version: 0.6.3
mtime: 1524645764
commit: ab44e27db49021321e1a5d4dcf65c6c65c088075
version: 0.6.14
mtime: 1706009656
commit: 5e7f58ddf7d172d9df0d14657c557923c56a4871

View File

@@ -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>

View File

@@ -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