Update to 2.6.1

This commit is contained in:
Filip Andres 2015-12-31 11:02:17 +01:00
parent 48af4311e1
commit 776b74cd43
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
%global realname rebar
%global upstream basho
%global debug_package %{nil}
%global commit 5dea85db1b697466586877bed133748bd80fa180
%global commit 365ac649dc818619757f96a699ddb174f004cff9
%global patchnumber 0
# Set this to true when starting a rebuild of the whole erlang stack. There's
@ -13,13 +13,13 @@
Name: erlang-%{realname}
Version: 2.6.0
Version: 2.6.1
Release: 1%{?dist}
Summary: Erlang Build Tools
Group: Development/Tools
License: MIT
URL: https://github.com/rebar/rebar
# wget --content-disposition https://github.com/rebar/rebar/archive/5dea85db1b697466586877bed133748bd80fa180/rebar-5dea85db1b697466586877bed133748bd80fa180.tar.gz
# wget --content-disposition https://github.com/rebar/rebar/archive/365ac649dc818619757f96a699ddb174f004cff9/rebar-365ac649dc818619757f96a699ddb174f004cff9.tar.gz
Source0: https://github.com/rebar/rebar/archive/%{commit}/%{realname}-%{commit}.tar.gz
Source1: rebar.escript
# Fedora/EPEL-specific
@ -38,8 +38,6 @@ Patch4: rebar-0004-Allow-discarding-building-ports.patch
Patch5: rebar-0005-Check-system-wide-libdir-in-case-of-source-based-dep.patch
# Fedora/EPEL-specific
Patch6: rebar-0006-Remove-any-traces-of-long-time-obsolete-escript-fold.patch
# Fedora/EPEL-specific - unfortunately we don't have abnfc compiler available yet
Patch7: rebar-0007-Remove-abnfc-compiler-support-n-a-in-Fedora-EPEL.patch
%if 0%{?need_bootstrap} < 1
BuildRequires: erlang-rebar
@ -94,7 +92,6 @@ Erlang Build Tools.
%patch4 -p1 -b .allow_discarding_ports
%patch5 -p1 -b .use_locally_installed
%patch6 -p1 -b .remove_escript_foldl_3
%patch7 -p1 -b .no_abnfc
%build
@ -128,6 +125,9 @@ cp -a priv %{buildroot}%{_libdir}/erlang/lib/%{realname}-%{version}/
%changelog
* Thu Dec 31 2015 Filip Andres <filip@andresovi.net> - 2.6.1-1
- Update to 2.6.1
* Fri Jul 03 2015 Filip Andres <filip@andresovi.net> - 2.6.0-1
- Update to 2.6.0

View File

@ -16,7 +16,7 @@ index 152829d..0205d3f 100644
+++ b/ebin/rebar.app
@@ -5,7 +5,6 @@
[{description, "Rebar: Erlang Build Tool"},
{vsn, "2.6.0"},
{vsn, "2.6.1"},
{modules, [ rebar,
- rebar_abnfc_compiler,
rebar_app_utils,