Files
erlang-rebar-obs/erlang-rebar.changes

86 lines
3.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Apr 16 16:42:28 UTC 2014 - matwey.kornilov@gmail.com
- Add erlang-rebar-obs package to use it in OBS only.
It does not require Internet.
- prjconf should be something like that:
Substitute: erlang-rebar erlang-rebar-obs
-------------------------------------------------------------------
Wed Apr 16 12:56:47 UTC 2014 - matwey.kornilov@gmail.com
- Version 2.2.0
-------------------------------------------------------------------
Sat Mar 1 08:11:54 UTC 2014 - nkrinner@suse.com
- Added rpmlintc file to allow build to succeed with a file with
source code
-------------------------------------------------------------------
Sun Feb 2 17:33:07 UTC 2014 - matwey.kornilov@gmail.com
- updated to latest master (2.1.0 release)
-------------------------------------------------------------------
Mon Sep 30 12:15:47 UTC 2013 - matwey.kornilov@gmail.com
- updated to latest master. some minor bugfixes
-------------------------------------------------------------------
Wed Jun 26 11:50:03 UTC 2013 - matwey.kornilov@gmail.com
- add bash autocompletion, rename -devel to -src
-------------------------------------------------------------------
Wed Jun 26 09:52:45 UTC 2013 - kruber@zib.de
- remove cyclic dependency to erlang-retest
(a pre-build version is already bundled with rebar in ./inttest)
- fix SLE build (hg version is incompatible thus some tests fail)
-------------------------------------------------------------------
Wed Jun 26 09:29:26 UTC 2013 - kruber@zib.de
- fix package build (require erlang-retest package for %check)
This dependency is cyclic, as erlang-retest needs rebar to build
normally, here rebar is built and then retest (from git) which
is only needed for the tests we don't have access to git from
OBS though, try this way (or disable %check).
-------------------------------------------------------------------
Mon Jun 17 13:08:21 UTC 2013 - speilicke@suse.com
- Add %changelog section
-------------------------------------------------------------------
Fri Apr 5 12:08:29 UTC 2013 - speilicke@suse.com
- Fix %rebar and %rebar_compile macros to take further parameters
-------------------------------------------------------------------
Thu Apr 4 08:30:03 UTC 2013 - speilicke@suse.com
- Move rebar-specific macros from erlang package to erlang-rebar
-------------------------------------------------------------------
Thu Apr 4 07:16:04 UTC 2013 - speilicke@suse.com
- Added macros.erlang-rebar, which includes the following RPM macros:
+ %erlang_rebar
- Install ebam and priv files
- Added devel package
-------------------------------------------------------------------
Wed Apr 3 13:50:36 UTC 2013 - speilicke@suse.com
- Rename to erlang-rebar
- Use mode="disabled" source service and properly create a tarball
- General cleanup for Factory
-------------------------------------------------------------------
Sat Oct 06 06:36:08 UTC 2012 - matwey.kornilov@gmail.com
- Cleaned up initial version