Hello community,

here is the log from the commit of package yast2-perl-bindings for 
openSUSE:Factory checked in at 2017-12-01 17:17:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-perl-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-perl-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-perl-bindings"

Fri Dec  1 17:17:39 2017 rev:41 rq:546639 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-perl-bindings/yast2-perl-bindings.changes  
2017-01-10 10:33:43.389931957 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-perl-bindings.new/yast2-perl-bindings.changes 
    2017-12-01 17:17:41.498649385 +0100
@@ -1,0 +2,7 @@
+Thu Nov 30 09:40:36 UTC 2017 - lsle...@suse.cz
+
+- Fixed build failure caused by a jemalloc warning printed on
+  the STDERR (bsc#1068883)
+- 4.0.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-perl-bindings-3.2.0.tar.bz2

New:
----
  yast2-perl-bindings-4.0.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-perl-bindings.spec ++++++
--- /var/tmp/diff_new_pack.sHlOGN/_old  2017-12-01 17:17:42.106627527 +0100
+++ /var/tmp/diff_new_pack.sHlOGN/_new  2017-12-01 17:17:42.106627527 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-perl-bindings
-Version:        3.2.0
+Version:        4.0.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-perl-bindings-3.2.0.tar.bz2 -> yast2-perl-bindings-4.0.0.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-perl-bindings-3.2.0/.travis.yml 
new/yast2-perl-bindings-4.0.0/.travis.yml
--- old/yast2-perl-bindings-3.2.0/.travis.yml   2017-01-05 14:51:32.055000900 
+0100
+++ new/yast2-perl-bindings-4.0.0/.travis.yml   2017-11-30 10:48:15.000000000 
+0100
@@ -1,12 +1,12 @@
-language: cpp
-compiler:
-    - gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-    - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-    - sh ./travis_setup.sh -p "docbook-xsl xsltproc yast2-core-dev 
yast2-devtools libxcrypt-dev libperl-dev yast2-ycp-ui-bindings-dev yast2"
+  - docker build -t yast-perl-bindings-image .
 script:
-    - make -f Makefile.cvs
-    - make -j 4
-    - sudo make install
-    - make check
-
+  # the "yast-travis-cpp" script is included in the base yastdevel/cpp image
+  # see https://github.com/yast/docker-yast-cpp/blob/master/yast-travis-cpp
+  # $TRAVIS_JOB_ID is not strictly required but be consistent with the other 
packages...
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-perl-bindings-image yast-travis-cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-perl-bindings-3.2.0/Dockerfile 
new/yast2-perl-bindings-4.0.0/Dockerfile
--- old/yast2-perl-bindings-3.2.0/Dockerfile    1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-perl-bindings-4.0.0/Dockerfile    2017-11-30 10:48:15.000000000 
+0100
@@ -0,0 +1,5 @@
+FROM yastdevel/cpp
+# Some tests are written in Ruby so the yast2-ruby-bindings package is 
needed...
+RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends 
yast2-ruby-bindings
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-perl-bindings-3.2.0/package/yast2-perl-bindings.changes 
new/yast2-perl-bindings-4.0.0/package/yast2-perl-bindings.changes
--- old/yast2-perl-bindings-3.2.0/package/yast2-perl-bindings.changes   
2017-01-05 14:51:32.083000900 +0100
+++ new/yast2-perl-bindings-4.0.0/package/yast2-perl-bindings.changes   
2017-11-30 10:48:15.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Nov 30 09:40:36 UTC 2017 - lsle...@suse.cz
+
+- Fixed build failure caused by a jemalloc warning printed on
+  the STDERR (bsc#1068883)
+- 4.0.0
+
+-------------------------------------------------------------------
 Thu Jan  5 08:35:07 UTC 2017 - jreidin...@suse.com
 
 - Initial adaptation to new ErrorNamespace for failed imports 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-perl-bindings-3.2.0/package/yast2-perl-bindings.spec 
new/yast2-perl-bindings-4.0.0/package/yast2-perl-bindings.spec
--- old/yast2-perl-bindings-3.2.0/package/yast2-perl-bindings.spec      
2017-01-05 14:51:32.083000900 +0100
+++ new/yast2-perl-bindings-4.0.0/package/yast2-perl-bindings.spec      
2017-11-30 10:48:15.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-perl-bindings
-Version:        3.2.0
+Version:        4.0.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-perl-bindings-3.2.0/testsuite/test-yast 
new/yast2-perl-bindings-4.0.0/testsuite/test-yast
--- old/yast2-perl-bindings-3.2.0/testsuite/test-yast   2017-01-05 
14:51:32.095000900 +0100
+++ new/yast2-perl-bindings-4.0.0/testsuite/test-yast   2017-11-30 
10:48:15.000000000 +0100
@@ -47,6 +47,8 @@
     sed --in-place -e '/^<[0-9]> \[\(liby2\|wfm\|ui-component\)\] /d' 
tmp.err.$BASE
     # client call contains absolute path, ignore the line
     sed --in-place '/^<1> \[Ruby\] yast\/wfm.rb:XXX Call client /d' 
tmp.err.$BASE
+    # workaround for a jemalloc issue (bsc#1068883)
+    sed --in-place '/^<main>: warning: pthread_create failed for timer: .*$/d' 
tmp.err.$BASE
     diff -Nu $ERR tmp.err.$BASE || CASEOK=false
     diff -Nu $OUT tmp.out.$BASE || CASEOK=false
 


Reply via email to