commit erlang-rebar for openSUSE:Factory

2018-09-07 Thread root
Hello community,

here is the log from the commit of package erlang-rebar for openSUSE:Factory 
checked in at 2018-09-07 15:41:03

Comparing /work/SRC/openSUSE:Factory/erlang-rebar (Old)
 and  /work/SRC/openSUSE:Factory/.erlang-rebar.new (New)


Package is "erlang-rebar"

Fri Sep  7 15:41:03 2018 rev:7 rq:633562 version:2.6.4+git20180201.b6d3094

Changes:

--- /work/SRC/openSUSE:Factory/erlang-rebar/erlang-rebar-testsuite.changes  
2018-04-01 17:27:16.825882277 +0200
+++ /work/SRC/openSUSE:Factory/.erlang-rebar.new/erlang-rebar-testsuite.changes 
2018-09-07 15:41:19.582412500 +0200
@@ -1,0 +2,26 @@
+Thu Aug 16 15:18:50 UTC 2018 - opensuse-packag...@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.
+
+---
erlang-rebar.changes: same change

Old:

  rebar-2.6.4+git20160922.576e121.tar.bz2

New:

  rebar-2.6.4+git20180201.b6d3094.tar.bz2



Other differences:
--
++ erlang-rebar-testsuite.spec ++
--- /var/tmp/diff_new_pack.fIZwtk/_old  2018-09-07 15:41:21.882410037 +0200
+++ /var/tmp/diff_new_pack.fIZwtk/_new  2018-09-07 15:41:21.886410032 +0200
@@ -19,7 +19,7 @@
 Name:   erlang-rebar-testsuite
 %define normal_build("%{name}" == "erlang-rebar")
 %define testsuite_build ("%{name}" == "erlang-rebar-testsuite")
-Version:2.6.4+git20160922.576e121
+Version:2.6.4+git20180201.b6d3094
 Release:0
 %define mod_ver %(echo "%{version}" | cut -d "+" -f1)
 Summary:A sophisticated build-tool for Erlang projects that follows 
OTP principles

++ erlang-rebar.spec ++
--- /var/tmp/diff_new_pack.fIZwtk/_old  2018-09-07 15:41:21.910410007 +0200
+++ /var/tmp/diff_new_pack.fIZwtk/_new  2018-09-07 15:41:21.910410007 +0200
@@ -19,7 +19,7 @@
 Name:   erlang-rebar
 %define normal_build("%{name}" == "erlang-rebar")
 %define testsuite_build ("%{name}" == "erlang-rebar-testsuite")
-Version:2.6.4+git20160922.576e121
+Version:2.6.4+git20180201.b6d3094
 Release:0
 %define mod_ver %(echo "%{version}" | cut -d "+" -f1)
 Summary:A sophisticated build-tool for Erlang projects that follows 
OTP principles

++ _servicedata ++
--- /var/tmp/diff_new_pack.fIZwtk/_old  2018-09-07 15:41:21.958409955 +0200
+++ /var/tmp/diff_new_pack.fIZwtk/_new  2018-09-07 15:41:21.958409955 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/rebar/rebar.git
-  a8d17f9c15cb08402dd8638b4a1d174ee9b68892
\ No newline at end of file
+  8a2aca081780338330cd2145ab6cb86acde7c783
\ No newline at end of file

++ rebar-2.6.4+git20160922.576e121.tar.bz2 -> 
rebar-2.6.4+git20180201.b6d3094.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rebar-2.6.4+git20160922.576e121/.travis.yml 
new/rebar-2.6.4+git20180201.b6d3094/.travis.yml
--- old/rebar-2.6.4+git20160922.576e121/.travis.yml 2016-09-22 
13:01:52.0 +0200
+++ new/rebar-2.6.4+git20180201.b6d3094/.travis.yml 2018-02-01 
10:34:04.0 +0100
@@ -11,8 +11,27 @@
   - 17.0
   - 18.0
   - 19.1
+  - 20.0.5
+  - 20.1.5
+env: MAKE_TARGET=ci
 before_script:
   - hostname -f
   - cc -v
   - ld -v
-script: "make travis"
+  - find .rebar
+after_script:
+  - find .rebar
+matrix:
+  include:
+- otp_release: 20.1.5
+  env: MAKE_TARGET=ci-dialyze
+  allow_failures:
+- otp_release: 20.1.5
+  env: MAKE_TARGET=ci-dialyze
+script: make $MAKE_TARGET
+cache:
+  directories:
+- .rebar
+before_cache:
+  - rm -fv .rebar/erlcinfo
+  - rm -fv $HOME/.cache/.rebar/erlcinfo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rebar-2.6.4+git20160922.576e121/Makefile 
new/rebar-2.6.4+git20180201.b6d3094/Makefile
--- old/rebar-2.6.4+git20160922.576e121/Makefile2016-09-22 
13:01:52.0 +0200
+++ new/rebar-2.6.4+git20180201.b6d3094/Makefile2018-02-01 
10:34:04.

commit erlang-rebar for openSUSE:Factory

2018-04-01 Thread root
Hello community,

here is the log from the commit of package erlang-rebar for openSUSE:Factory 
checked in at 2018-04-01 17:27:15

Comparing /work/SRC/openSUSE:Factory/erlang-rebar (Old)
 and  /work/SRC/openSUSE:Factory/.erlang-rebar.new (New)


Package is "erlang-rebar"

Sun Apr  1 17:27:15 2018 rev:6 rq:592752 version:2.6.4+git20160922.576e121

Changes:

--- /work/SRC/openSUSE:Factory/erlang-rebar/erlang-rebar-testsuite.changes  
2017-07-21 22:50:00.867521342 +0200
+++ /work/SRC/openSUSE:Factory/.erlang-rebar.new/erlang-rebar-testsuite.changes 
2018-04-01 17:27:16.825882277 +0200
@@ -1,0 +2,5 @@
+Thu Mar 29 13:09:49 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Add _constraints file to avoid slow CPU to pass testsuite
+
+---
erlang-rebar.changes: same change

New:

  _constraints



Other differences:
--
++ erlang-rebar-testsuite.spec ++
--- /var/tmp/diff_new_pack.rgeLqe/_old  2018-04-01 17:27:17.625853323 +0200
+++ /var/tmp/diff_new_pack.rgeLqe/_new  2018-04-01 17:27:17.629853178 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package erlang-rebar-testsuite
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

erlang-rebar.spec: same change
++ _constraints ++


  

  1


  1

  
  kvm
  SLOW_CPU




commit erlang-rebar for openSUSE:Factory

2017-07-21 Thread root
Hello community,

here is the log from the commit of package erlang-rebar for openSUSE:Factory 
checked in at 2017-07-21 22:49:59

Comparing /work/SRC/openSUSE:Factory/erlang-rebar (Old)
 and  /work/SRC/openSUSE:Factory/.erlang-rebar.new (New)


Package is "erlang-rebar"

Fri Jul 21 22:49:59 2017 rev:5 rq:511574 version:2.6.4+git20160922.576e121

Changes:

--- /work/SRC/openSUSE:Factory/erlang-rebar/erlang-rebar-testsuite.changes  
2016-10-02 00:09:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.erlang-rebar.new/erlang-rebar-testsuite.changes 
2017-07-21 22:50:00.867521342 +0200
@@ -1,0 +2,6 @@
+Wed Jul 12 14:48:15 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to use a constant build time in .beam files
+- Normalize zip file timestamps in /usr/bin/rebar (boo#1047218)
+
+---
erlang-rebar.changes: same change

New:

  reproducible.patch



Other differences:
--
++ erlang-rebar-testsuite.spec ++
--- /var/tmp/diff_new_pack.Bp6Cn1/_old  2017-07-21 22:50:02.187335167 +0200
+++ /var/tmp/diff_new_pack.Bp6Cn1/_new  2017-07-21 22:50:02.199333474 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package erlang-rebar-testsuite
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,12 @@
 Source98:   %{name}.rpmlintrc
 Patch2: tdeps_update-retest.patch
 Patch5: erlc_dep_graph-timeout.patch
+# PATCH-FIX-OPENSUSE -- bmwiedemann
+Patch6: reproducible.patch
 BuildRequires:  erlang >= R13B01
+%if 0%{?suse_version} > 1320
+BuildRequires:  strip-nondeterminism
+%endif
 Requires:   erlang >= R13B01
 Provides:   rebar = %{version}
 Obsoletes:  rebar < %{version}
@@ -77,10 +82,20 @@
 %setup -q -n rebar-%{version}
 %patch2 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 export REBAR_DEPS_PREFER_LIBS=1
 make
+if [ -e /usr/bin/strip-nondeterminism ] ; then
+  # normalize timestamps in the zip file
+  # that starts after 3 lines at offset 51 with "PK"
+  zipoffs=$(perl -ne 'if(/\APK/){print $offs;exit 0} $offs+=length($_)' rebar)
+  dd if=rebar of=rebar.zip bs=$zipoffs skip=1
+  strip-nondeterminism rebar.zip
+  dd if=rebar.zip of=rebar bs=$zipoffs seek=1 conv=notrunc
+  rm rebar.zip
+fi
 
 %install
 %if %{normal_build}

erlang-rebar.spec: same change
++ reproducible.patch ++
From: Bernhard M. Wiedemann 
Set BUILD_TIME to a constant value
so that TIME values in .beam files do not differ across builds

Index: rebar-2.6.4+git20160922.576e121/bootstrap
===
--- rebar-2.6.4+git20160922.576e121.orig/bootstrap
+++ rebar-2.6.4+git20160922.576e121/bootstrap
@@ -56,7 +56,6 @@ main(Args) ->
 [{outdir, "ebin"}, {i, "include"},
  DebugFlag,
  NamespacedTypes,
- {d, 'BUILD_TIME', Built},
  {d, 'VCS_INFO', VcsInfo},
  {d, 'OTP_INFO', OtpInfo}]) of
 up_to_date ->



commit erlang-rebar for openSUSE:Factory

2016-10-01 Thread h_root
Hello community,

here is the log from the commit of package erlang-rebar for openSUSE:Factory 
checked in at 2016-10-02 00:09:15

Comparing /work/SRC/openSUSE:Factory/erlang-rebar (Old)
 and  /work/SRC/openSUSE:Factory/.erlang-rebar.new (New)


Package is "erlang-rebar"

Changes:

--- /work/SRC/openSUSE:Factory/erlang-rebar/erlang-rebar-testsuite.changes  
2016-05-30 09:56:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.erlang-rebar.new/erlang-rebar-testsuite.changes 
2016-10-02 00:09:16.0 +0200
@@ -1,0 +2,22 @@
+Fri Sep 30 12:59:14 UTC 2016 - matwey.korni...@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
+
+---
erlang-rebar.changes: same change

Old:

  rebar-2.6.1+git20160413.9281b84.tar.bz2

New:

  rebar-2.6.4+git20160922.576e121.tar.bz2



Other differences:
--
++ erlang-rebar-testsuite.spec ++
--- /var/tmp/diff_new_pack.QXY4be/_old  2016-10-02 00:09:17.0 +0200
+++ /var/tmp/diff_new_pack.QXY4be/_new  2016-10-02 00:09:17.0 +0200
@@ -19,7 +19,7 @@
 Name:   erlang-rebar-testsuite
 %define normal_build("%{name}" == "erlang-rebar")
 %define testsuite_build ("%{name}" == "erlang-rebar-testsuite")
-Version:2.6.1+git20160413.9281b84
+Version:2.6.4+git20160922.576e121
 Release:0
 %define mod_ver %(echo "%{version}" | cut -d "+" -f1)
 Summary:A sophisticated build-tool for Erlang projects that follows 
OTP principles

++ erlang-rebar.spec ++
--- /var/tmp/diff_new_pack.QXY4be/_old  2016-10-02 00:09:17.0 +0200
+++ /var/tmp/diff_new_pack.QXY4be/_new  2016-10-02 00:09:17.0 +0200
@@ -19,7 +19,7 @@
 Name:   erlang-rebar
 %define normal_build("%{name}" == "erlang-rebar")
 %define testsuite_build ("%{name}" == "erlang-rebar-testsuite")
-Version:2.6.1+git20160413.9281b84
+Version:2.6.4+git20160922.576e121
 Release:0
 %define mod_ver %(echo "%{version}" | cut -d "+" -f1)
 Summary:A sophisticated build-tool for Erlang projects that follows 
OTP principles

++ _servicedata ++
--- /var/tmp/diff_new_pack.QXY4be/_old  2016-10-02 00:09:17.0 +0200
+++ /var/tmp/diff_new_pack.QXY4be/_new  2016-10-02 00:09:17.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/rebar/rebar.git
-  9281b848f563e4928b565fab57b610c7368c0be6
\ No newline at end of file
+  a8d17f9c15cb08402dd8638b4a1d174ee9b68892
\ No newline at end of file

++ rebar-2.6.1+git20160413.9281b84.tar.bz2 -> 
rebar-2.6.4+git20160922.576e121.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rebar-2.6.1+git20160413.9281b84/.travis.yml 
new/rebar-2.6.4+git20160922.576e121/.travis.yml
--- old/rebar-2.6.1+git20160413.9281b84/.travis.yml 2016-05-09 
22:45:59.0 +0200
+++ new/rebar-2.6.4+git20160922.576e121/.travis.yml 2016-09-22 
13:01:52.0 +0200
@@ -10,6 +10,7 @@
   - R14B03
   - 17.0
   - 18.0
+  - 19.1
 before_script:
   - hostname -f
   - cc -v
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rebar-2.6.1+git20160413.9281b84/RELEASE-NOTES.md 
new/rebar-2.6.4+git20160922.576e121/RELEASE-NOTES.md
--- old/rebar-2.6.1+git20160413.9281b84/RELEASE-NOTES.md2016-05-09 
22:45:59.0 +0200
+++ new/rebar-2.6.4+git20160922.576e121/RELEASE-NOTES.md2016-09-22 
13:01:52.0 +0200
@@ -1,3 +1,46 @@
+# 2.6.4
+
+* rebar/619: [Fix cdb processing when a file is 
skipped](https://github.com/rebar/rebar/pull/619)
+
+# 2.6.3
+
+* rebar/610: [qc: lift experimental 
notice](https://github.com/rebar/rebar/pull/610)
+* rebar/611: [port_compiler: consistently format 
default_env/0](https://github.com/rebar/rebar/pull/611)
+* rebar/612: [Introduce a

commit erlang-rebar for openSUSE:Factory

2016-05-30 Thread h_root
Hello community,

here is the log from the commit of package erlang-rebar for openSUSE:Factory 
checked in at 2016-05-30 09:56:06

Comparing /work/SRC/openSUSE:Factory/erlang-rebar (Old)
 and  /work/SRC/openSUSE:Factory/.erlang-rebar.new (New)


Package is "erlang-rebar"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.erlang-rebar.new/erlang-rebar-testsuite.changes 
2016-05-30 09:56:08.0 +0200
@@ -0,0 +1,187 @@
+---
+Mon May 09 20:45:59 UTC 2016 - matwey.korni...@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  9 16:13:21 UTC 2016 - matwey.korni...@gmail.com
+
+- BuildRoot should be common for both packages
+
+---
+Sat Mar 19 16:48:58 UTC 2016 - matwey.korni...@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 08:24:17 UTC 2016 - matwey.korni...@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 08:23:57 UTC 2016 - matwey.korni...@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 17:25:39 UTC 2016 - matwey.korni...@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 09:00:00 UTC 2015 - matwey.korni...@gmail.com
+
+- erlang-rebar-src and erlang-rebar-obs-src should also be
+  in conflict explicitly
+
+---
+Thu Oct 15 08:29:58 UTC 2015 - matwey.korni...@gmail.com
+
+- Update to version 2.6.1+git20151013.5d73a8d:
+  + Add Windows continuous integration through AppVeyor
+
+---
+Wed Oct 07 16:55:13 UTC 2015 - matwey.korni...@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 11:36:06 UTC 2015 - dmuel...@suse.com
+
+- use m4 for substitution of the base package name,
+  works around some defects in the source validator checks
+
+---
+Fri Jul 24 18:21:51 UTC 2015 - seife+...@b1-systems.com
+
+- fix "bad %if condition" for non-SUSE distro builds
+
+---
+Thu Jun 12 07:37:29 UTC 2014 - matwey.korni...@gmail.com
+
+- Version 2.3.1
+  - fix build for 17
+
+---
+Wed Apr 16 16:42:28 UTC 2014 - matwey.korni...@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
+
+

commit erlang-rebar for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package erlang-rebar for openSUSE:Factory 
checked in at 2016-01-20 09:55:08

Comparing /work/SRC/openSUSE:Factory/erlang-rebar (Old)
 and  /work/SRC/openSUSE:Factory/.erlang-rebar.new (New)


Package is "erlang-rebar"

Changes:

--- /work/SRC/openSUSE:Factory/erlang-rebar/erlang-rebar-obs.changes
2015-10-30 13:42:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.erlang-rebar.new/erlang-rebar-obs.changes   
2016-01-20 09:55:18.0 +0100
@@ -1,0 +2,14 @@
+Sun Jan 17 17:25:39 UTC 2016 - matwey.korni...@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
+
+---
erlang-rebar.changes: same change

Old:

  rebar-2.6.1+git20151013.5d73a8d.tar.bz2

New:

  rebar-2.6.1+git20160115.c534f8a.tar.bz2



Other differences:
--
++ erlang-rebar-obs.spec ++
--- /var/tmp/diff_new_pack.Eqnsiz/_old  2016-01-20 09:55:19.0 +0100
+++ /var/tmp/diff_new_pack.Eqnsiz/_new  2016-01-20 09:55:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package erlang-rebar-obs
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define obs 1
 
 Name:   erlang-rebar-obs
-Version:2.6.1+git20151013.5d73a8d
+Version:2.6.1+git20160115.c534f8a
 Release:0
 %define mod_ver %(echo "%{version}" | cut -d "+" -f1)
 Summary:A sophisticated build-tool for Erlang projects that follows 
OTP principles

++ erlang-rebar.spec ++
--- /var/tmp/diff_new_pack.Eqnsiz/_old  2016-01-20 09:55:19.0 +0100
+++ /var/tmp/diff_new_pack.Eqnsiz/_new  2016-01-20 09:55:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package erlang-rebar
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define obs 0
 
 Name:   erlang-rebar
-Version:2.6.1+git20151013.5d73a8d
+Version:2.6.1+git20160115.c534f8a
 Release:0
 %define mod_ver %(echo "%{version}" | cut -d "+" -f1)
 Summary:A sophisticated build-tool for Erlang projects that follows 
OTP principles

++ _servicedata ++
--- /var/tmp/diff_new_pack.Eqnsiz/_old  2016-01-20 09:55:19.0 +0100
+++ /var/tmp/diff_new_pack.Eqnsiz/_new  2016-01-20 09:55:19.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/rebar/rebar.git
-  5d73a8d8e7c9d56231970ab775231a7a87bcd14a
\ No newline at end of file
+  c534f8a903c10bf330c0b819fd75e1495a7e1d39
\ No newline at end of file

++ no-rebar-deps.patch ++
--- /var/tmp/diff_new_pack.Eqnsiz/_old  2016-01-20 09:55:19.0 +0100
+++ /var/tmp/diff_new_pack.Eqnsiz/_new  2016-01-20 09:55:19.0 +0100
@@ -1,7 +1,7 @@
-Index: rebar-2.6.1+git20150928.365ac64/Makefile
+Index: rebar-2.6.1+git20160115.c534f8a/Makefile
 ===
 rebar-2.6.1+git20150928.365ac64.orig/Makefile
-+++ rebar-2.6.1+git20150928.365ac64/Makefile
+--- rebar-2.6.1+git20160115.c534f8a.orig/Makefile
 rebar-2.6.1+git20160115.c534f8a/Makefile
 @@ -1,7 +1,7 @@
  .PHONY: clean xref_warnings deps test test_eunit test_inttest
  
@@ -19,15 +19,15 @@
  
  test: test_eunit test_inttest
  
-Index: rebar-2.6.1+git20150928.365ac64/rebar.config.script
+Index: rebar-2.6.1+git20160115.c534f8a/rebar.config.script
 ===
 rebar-2.6.1+git20150928.365ac64.orig/rebar.config.script
-+++ rebar-2.6.1+git20150928.365ac64/rebar.config.script
+--- rebar-2.6.1+git20160115.c534f8a.orig/rebar.config.script
 rebar-2.6.1+git20160115.c534f8a/rebar.config.script
 @@ -1,7 +1,7 @@
  %% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
  %% ex: ts=4 sw=4 ft=erlang et
  
--ExtraDeps = [{retest, ".*", {git, "git://github.com/dizzyd/retest.git"}}],
+-ExtraDeps = [{retest, ".*", {git, "git://github.com/d

commit erlang-rebar for openSUSE:Factory

2015-10-30 Thread h_root
Hello community,

here is the log from the commit of package erlang-rebar for openSUSE:Factory 
checked in at 2015-10-30 13:42:55

Comparing /work/SRC/openSUSE:Factory/erlang-rebar (Old)
 and  /work/SRC/openSUSE:Factory/.erlang-rebar.new (New)


Package is "erlang-rebar"

Changes:

New Changes file:

--- /dev/null   2015-10-14 00:04:03.524025256 +0200
+++ /work/SRC/openSUSE:Factory/.erlang-rebar.new/erlang-rebar-obs.changes   
2015-10-30 13:42:56.0 +0100
@@ -0,0 +1,126 @@
+---
+Fri Oct 16 09:00:00 UTC 2015 - matwey.korni...@gmail.com
+
+- erlang-rebar-src and erlang-rebar-obs-src should also be
+  in conflict explicitly
+
+---
+Thu Oct 15 08:29:58 UTC 2015 - matwey.korni...@gmail.com
+
+- Update to version 2.6.1+git20151013.5d73a8d:
+  + Add Windows continuous integration through AppVeyor
+
+---
+Wed Oct 07 16:55:13 UTC 2015 - matwey.korni...@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 11:36:06 UTC 2015 - dmuel...@suse.com
+
+- use m4 for substitution of the base package name,
+  works around some defects in the source validator checks
+
+---
+Fri Jul 24 18:21:51 UTC 2015 - seife+...@b1-systems.com
+
+- fix "bad %if condition" for non-SUSE distro builds
+
+---
+Thu Jun 12 07:37:29 UTC 2014 - matwey.korni...@gmail.com
+
+- Version 2.3.1
+  - fix build for 17
+
+---
+Wed Apr 16 16:42:28 UTC 2014 - matwey.korni...@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.korni...@gmail.com
+
+- Version 2.2.0
+
+---
+Sat Mar  1 08:11:54 UTC 2014 - nkrin...@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.korni...@gmail.com
+
+- updated to latest master (2.1.0 release)
+
+---
+Mon Sep 30 12:15:47 UTC 2013 - matwey.korni...@gmail.com
+
+- updated to latest master. some minor bugfixes
+
+---
+Wed Jun 26 11:50:03 UTC 2013 - matwey.korni...@gmail.com
+
+- add bash autocompletion, rename -devel to -src
+
+---
+Wed Jun 26 09:52:45 UTC 2013 - kru...@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 - kru...@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 - speili...@suse.com
+
+- Add %changelog section
+
+---
+Fri Apr  5 12:08:29 UTC 2013 - speili...@suse.com
+
+- Fix %rebar and %rebar_compile macros to take further parameters
+
+---
+Thu Apr  4 08:30:03 UTC 2013 - speili...@suse.com
+
+- Move rebar-specific macros from erlang package to erlang-rebar
+
+---
+Thu Apr  4 07:16:04 UTC 2013 - speili...@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 - speili...@suse.com
+
+- Rename to erlang-rebar
+- Use mode="disabled" source service and properly cr