7
0
forked from pool/erlang-rebar3

Version 3.25.1 #2

Open
matwey wants to merge 1 commits from matwey/erlang-rebar3:main into main
7 changed files with 24 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="revision">3.25.0</param>
<param name="revision">3.25.1</param>
</service>
<service mode="manual" name="set_version" />
<service mode="buildtime" name="tar"/>

View File

@@ -3,4 +3,4 @@
<param name="url">git://github.com/erlang/rebar3.git</param>
<param name="changesrevision">6036581295a6741612dea9eed5277affc5da21d1</param></service><service name="tar_scm">
<param name="url">https://github.com/erlang/rebar3.git</param>
<param name="changesrevision">6243d3fb017c9759ba699850e8a6b57700fbfabd</param></service></servicedata>
<param name="changesrevision">249ec459dfa3f4c71dab38c4c633b16de5b82a27</param></service></servicedata>

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Nov 05 12:14:56 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Update to version 3.25.1:
* Bump to 3.25.1
* change the regex to properly cover windows' new arch lines
* Add CI test for file completion functionality
* Add file completion support for bash completion
* Support resources of arbitrary size in rebar3
* try getting OSX back on 28 for CI
* hot-patch erlware_commons include paths
* Bump erlware_commons to 1.8.0
* back to git-based versioning
-------------------------------------------------------------------
Mon Jun 09 15:48:07 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>

View File

@@ -23,7 +23,7 @@
%endif
%endif
Name: erlang-rebar3
Version: 3.25.0
Version: 3.25.1
Release: 0
Summary: Tool for working with Erlang projects
License: Apache-2.0
@@ -101,6 +101,7 @@ mkdir -p %{buildroot}/%{_datadir}/zsh/site-functions
ln -s %{erlang_libdir}/rebar3-%{mod_ver}/priv/shell-completion/fish/rebar3.fish %{buildroot}/%{_datadir}/zsh/site-functions/_rebar3
install -Dm644 manpages/rebar3.1 %{buildroot}%{_mandir}/man1/rebar3.1
%files
%license LICENSE
%doc README.md THANKS rebar.config.sample CONTRIBUTING.md

Binary file not shown.

BIN
rebar3-3.25.1.obscpio LFS Normal file

Binary file not shown.

View File

@@ -1,4 +1,4 @@
name: rebar3
version: 3.25.0
mtime: 1748020914
commit: 6243d3fb017c9759ba699850e8a6b57700fbfabd
version: 3.25.1
mtime: 1753445951
commit: 249ec459dfa3f4c71dab38c4c633b16de5b82a27