Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: erlang-rebar | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 2.6.4+git20180201.b6d3094 | Vendor: openSUSE |
Release: bp156.3.2 | Build date: Mon May 13 12:07:10 2024 |
Group: Development/Tools/Building | Build host: obs-power9-11 |
Size: 567328 | Source RPM: erlang-rebar-2.6.4+git20180201.b6d3094-bp156.3.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/rebar/rebar | |
Summary: A sophisticated build-tool for Erlang projects that follows OTP principles |
rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases. rebar is a self-contained Erlang script, so it's easy to distribute or even embed directly in a project. Where possible, rebar uses standard Erlang/OTP conventions for project structures, thus minimizing the amount of build configuration work. rebar also provides dependency management, enabling application writers to easily re-use common libraries from a variety of locations (git, hg, etc).
Apache-2.0
* Thu Feb 22 2024 Michael Vetter <mvetter@suse.com> - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN. * Thu Jan 04 2024 Dominique Leuenberger <dimstar@opensuse.org> - HACK: do not build the -testsuite flavor in distro projects (i.e in repositories called 'standard'). Allows to get fixes included in the distro while the test suite actually still fails (boo#1205140). * Thu Aug 10 2023 Dominique Leuenberger <dimstar@opensuse.org> - Add _multibuild: declare additional spec files as further flavors to build. Allows OBS to build those spec files without the need for linked packages. * Wed Oct 12 2022 Matwey Kornilov <matwey.kornilov@gmail.com> - Add 0001-Fix-rebar-xref-for-recent-Erlang.patch: fix testsuite * Wed Jun 30 2021 Dominique Leuenberger <dimstar@opensuse.org> - Move rpm macros from /etc/rpm to %{_rpmmacrodir} (boo#1185668). * Sat Jan 16 2021 Matwey Kornilov <matwey.kornilov@gmail.com> - Add rebar-0014-erl_interface-was-removed-in-Erlang-23.patch: erl_interface is missed since Erlang 23 * Thu Aug 16 2018 opensuse-packaging@opensuse.org - Update to version 2.6.4+git20180201.b6d3094: * travis-ci: allow Dialyzer job to fail * travis-ci: update otp versions * travis-ci: enable 20.1 * rebar_xref: ignore opaque type match Dialyzer warning * rebar_cover: ignore opaque type match Dialyzer warning * rebar_utils: fix Dialyzer warning * Run Dialyzer on Travis-CI * Log out success message with newlines * travis-ci: otp 20.0.2 -> 20.0.4 * Revert "Drop crypto app reliance" * Remove profiler note * inttest/*: do not export_all * Fix ctsuite template * Improve pseudo-unique ct_run node name * Drop crypto app reliance * rebar.config: access retest repo via https * Fix Erlang 20 export_all warnings * Fix #634 * travis-ci: test with Erlang 20.0.2 * Properly skip apps with a .app.src.script file * Fix typo in eunit help. * Thu Mar 29 2018 guillaume.gardet@opensuse.org - Add _constraints file to avoid slow CPU to pass testsuite * Wed Jul 12 2017 bwiedemann@suse.com - Add reproducible.patch to use a constant build time in .beam files - Normalize zip file timestamps in /usr/bin/rebar (boo#1047218) * Fri Sep 30 2016 matwey.kornilov@gmail.com - Update to version 2.6.4+git20160922.576e121: * Revert 'Treat port env vars as expandable only if they self reference' * Add necessary missing OSX flags for port driver linking * Prepare release 2.6.2 * qc: lift experimental notice * port_compiler: consistently format default_env/0 * Introduce and use compat random number module * Add an additional check for the existence of a 'rebar.beam' file during bootstrap run. Bootstrap fails on first run without any .beam files in the ebin folder. * port_compiler: generate clang compilation db * port_compiler: clean up compile_each() * port_compiler: auto-select C++ specific link template * Prepare release 2.6.3 * Fix cdb processing when a file is skipped * rebar_utils: restore blank line * port_compiler: fix handling of multiple specs * Prepare release 2.6.4 * Remove superfluous space in unabbrev error msg * Continuous integration on OTP 19.1 * Mon May 09 2016 matwey.kornilov@gmail.com - Update to version 2.6.1+git20160413.9281b84: + Support rebar3-style deps + Add raw to VsnRegex-Free dep + add deprecated message * Mon May 09 2016 matwey.kornilov@gmail.com - BuildRoot should be common for both packages * Sat Mar 19 2016 matwey.kornilov@gmail.com - Update to version 2.6.1+git20160318.ef73556: + Optionally look for ct .spec files in the ct_dir that was specified + Introduce REBAR_VSN_CACHE_FILE env variable to load/save vsn cache * Fri Mar 18 2016 matwey.kornilov@gmail.com - Remove 0001-Find-all-deps-locally-first.patch: + use upstreamed alternative - Remove 0002-Read-vsn-from-file.patch: + use upstreamed alternative - Remove no-rebar-deps.patch: not needed anymore * Fri Mar 18 2016 matwey.kornilov@gmail.com - Update to version 2.6.1+git20160317.384af7e: + Add support for Windows integration testing + Update retest dependency url + Add neotoma regression test + Automatically clean neotoma-generated erl files Add myself to THANKS + Ensure ebin created for dia compiler + Add tests for dia compiler + Update regexp to account for newer OTP versions + Treat port env vars as expandable only if they self reference + Additional Common Test regression tests + Fix eunit_surefire crash with rebar eunit tests=... + Provide additional test coverage for surefire enabled eunit testing + Fix bug when running gcc in cross_sizeof + Introduce REBAR_DEPS_PREFER_LIBS env variable to alter search behaviour * Sun Jan 17 2016 matwey.kornilov@gmail.com - Update to version 2.6.1+git20160115.c534f8a: + fprof: document Cachegrind support + fprof: further document Cachegrind support + Add qualified name tests docs (see pr #119) + Fix windows eunit tests + Lock retest dependency + Allow windows release to use etc conf dir + xref: fix dialyzer warning introduced in 69802f63120 + Provide additional debug logging on relup generation + Add the latest OTP 18 version to the Travis build * Fri Oct 16 2015 matwey.kornilov@gmail.com - erlang-rebar-src and erlang-rebar-obs-src should also be in conflict explicitly * Thu Oct 15 2015 matwey.kornilov@gmail.com - Update to version 2.6.1+git20151013.5d73a8d: + Add Windows continuous integration through AppVeyor * Wed Oct 07 2015 matwey.kornilov@gmail.com - Update to version 2.6.1+git20150928.365ac64: + Fix #544 + Fix #544 even more. + Fix #544 + Add erl_first_files to other first_files + Add test for eunit_first_files + Add report and verbose options for LFE compile + bump to 2.6.1 * Wed Sep 30 2015 dmueller@suse.com - use m4 for substitution of the base package name, works around some defects in the source validator checks * Fri Jul 24 2015 seife+obs@b1-systems.com - fix "bad %if condition" for non-SUSE distro builds
/etc/bash_completion.d/rebar.sh /usr/bin/rebar /usr/lib/rpm/macros.d/macros.erlang-rebar /usr/lib64/erlang/lib/rebar-2.6.4 /usr/lib64/erlang/lib/rebar-2.6.4/ebin /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar.app /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_abnfc_compiler.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_app_utils.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_appups.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_asn1_compiler.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_base_compiler.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_cleaner.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_config.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_core.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_cover_utils.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_ct.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_deps.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_dia_compiler.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_dialyzer.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_edoc.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_erlc_compiler.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_erlydtl_compiler.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_escripter.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_eunit.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_file_utils.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_getopt.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_lfe_compiler.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_log.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_metacmds.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_mustache.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_neotoma_compiler.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_otp_app.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_otp_appup.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_port_compiler.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_proto_compiler.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_proto_gpb_compiler.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_protobuffs_compiler.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_qc.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_rand_compat.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_rel_utils.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_reltool.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_require_vsn.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_shell.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_subdirs.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_templater.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_upgrade.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_utils.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rebar_xref.beam /usr/lib64/erlang/lib/rebar-2.6.4/ebin/rmemo.beam /usr/lib64/erlang/lib/rebar-2.6.4/include /usr/lib64/erlang/lib/rebar-2.6.4/include/rebar.hrl /usr/lib64/erlang/lib/rebar-2.6.4/priv /usr/lib64/erlang/lib/rebar-2.6.4/priv/shell-completion /usr/lib64/erlang/lib/rebar-2.6.4/priv/shell-completion/bash /usr/lib64/erlang/lib/rebar-2.6.4/priv/shell-completion/bash/rebar /usr/lib64/erlang/lib/rebar-2.6.4/priv/shell-completion/fish /usr/lib64/erlang/lib/rebar-2.6.4/priv/shell-completion/fish/rebar.fish /usr/lib64/erlang/lib/rebar-2.6.4/priv/shell-completion/zsh /usr/lib64/erlang/lib/rebar-2.6.4/priv/shell-completion/zsh/_rebar /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/basicnif.c /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/basicnif.erl /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/basicnif.template /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/ctsuite.erl /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/ctsuite.template /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simpleapp.app.src /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simpleapp.template /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simpleapp_app.erl /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simpleapp_sup.erl /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simpleevent.erl /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simpleevent.template /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplefsm.erl /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplefsm.template /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplelib.app.src /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplelib.erl /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplelib.template /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplemod.erl /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplemod.template /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplemod_tests.erl /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplenode.erl.script /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplenode.install_upgrade.escript /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplenode.nodetool /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplenode.reltool.config /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplenode.runner /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplenode.sys.config /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplenode.template /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplenode.vm.args /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplenode.windows.runner.cmd /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplenode.windows.start_erl.cmd /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplesrv.erl /usr/lib64/erlang/lib/rebar-2.6.4/priv/templates/simplesrv.template /usr/share/doc/packages/erlang-rebar /usr/share/doc/packages/erlang-rebar/README.md /usr/share/doc/packages/erlang-rebar/THANKS /usr/share/doc/packages/erlang-rebar/rebar.config.sample /usr/share/licenses/erlang-rebar /usr/share/licenses/erlang-rebar/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:51:39 2024