Hello community,

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

Package is "yast2-core"

Fri Dec  1 17:17:08 2017 rev:181 rq:546249 version:4.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes    2017-10-13 
14:05:23.672441162 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes       
2017-12-01 17:17:11.971710913 +0100
@@ -1,0 +2,8 @@
+Tue Nov 28 15:08:32 UTC 2017 - jreidin...@suse.com
+
+- add jemalloc dependency for y2base which is used only in old
+  testsuite and that workarounds problem with dynamic dlopening
+  of jemalloc in ruby (bsc#1068883)
+- 4.0.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-core-4.0.0.tar.bz2

New:
----
  yast2-core-4.0.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-core.spec ++++++
--- /var/tmp/diff_new_pack.BOAAWa/_old  2017-12-01 17:17:13.043672374 +0100
+++ /var/tmp/diff_new_pack.BOAAWa/_new  2017-12-01 17:17:13.059671799 +0100
@@ -27,7 +27,7 @@
 %bcond_with werror
 
 Name:           yast2-core
-Version:        4.0.0
+Version:        4.0.1
 Release:        0
 Url:            https://github.com/yast/yast-core
 
@@ -45,6 +45,8 @@
 # we have a parser
 BuildRequires:  bison
 BuildRequires:  flex
+# workaround for error when jemalloc is dlopened in ruby in old testsuite 
(bsc#1068883)
+BuildRequires:  jemalloc-devel
 # incompatible change, parser.h -> parser.hh
 BuildRequires:  automake >= 1.12
 # needed for all yast packages

++++++ yast2-core-4.0.0.tar.bz2 -> yast2-core-4.0.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.0/Dockerfile 
new/yast2-core-4.0.1/Dockerfile
--- old/yast2-core-4.0.0/Dockerfile     2017-10-11 14:32:02.487751197 +0200
+++ new/yast2-core-4.0.1/Dockerfile     2017-11-28 16:31:12.133344968 +0100
@@ -4,4 +4,5 @@
 # Remove the preinstalled yast2-core, it interferes with the built one
 # when running the tests... (huh??)
 RUN zypper --non-interactive rm yast2-core
+RUN zypper --non-interactive in jemalloc-devel
 COPY . /usr/src/app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.0/base/src/Makefile.am 
new/yast2-core-4.0.1/base/src/Makefile.am
--- old/yast2-core-4.0.0/base/src/Makefile.am   2017-10-11 14:32:02.535751197 
+0200
+++ new/yast2-core-4.0.1/base/src/Makefile.am   2017-11-28 16:31:12.177344968 
+0100
@@ -24,8 +24,10 @@
 
 y2base_LDADD = ${Y2UTIL_LIBS}
 
+# -ljemalloc: workaround for error when jemalloc is dlopened in ruby in old 
testsuite (bsc#1068883)
 y2base_LDFLAGS =                       \
        -Xlinker --whole-archive        \
+       -ljemalloc                      \
        $(PERL_LDFLAGS)                 \
        $(YAST2CORE)                    \
        -Xlinker --no-whole-archive
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.0/package/yast2-core.changes 
new/yast2-core-4.0.1/package/yast2-core.changes
--- old/yast2-core-4.0.0/package/yast2-core.changes     2017-10-11 
14:32:02.663751197 +0200
+++ new/yast2-core-4.0.1/package/yast2-core.changes     2017-11-28 
16:31:12.321344968 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Tue Nov 28 15:08:32 UTC 2017 - jreidin...@suse.com
+
+- add jemalloc dependency for y2base which is used only in old
+  testsuite and that workarounds problem with dynamic dlopening
+  of jemalloc in ruby (bsc#1068883)
+- 4.0.1
+
+-------------------------------------------------------------------
 Tue Oct 10 08:34:19 UTC 2017 - mvid...@suse.com
 
 - Fixed newly uncovered warnings: Wterminate, Wint-in-bool-context,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.0/package/yast2-core.spec 
new/yast2-core-4.0.1/package/yast2-core.spec
--- old/yast2-core-4.0.0/package/yast2-core.spec        2017-10-11 
14:32:02.663751197 +0200
+++ new/yast2-core-4.0.1/package/yast2-core.spec        2017-11-28 
16:31:12.321344968 +0100
@@ -26,7 +26,7 @@
 %bcond_with werror
 
 Name:           yast2-core
-Version:        4.0.0
+Version:        4.0.1
 Release:        0
 Url:            https://github.com/yast/yast-core
 
@@ -44,6 +44,8 @@
 # we have a parser
 BuildRequires:  bison
 BuildRequires:  flex
+# workaround for error when jemalloc is dlopened in ruby in old testsuite 
(bsc#1068883)
+BuildRequires:  jemalloc-devel
 # incompatible change, parser.h -> parser.hh
 BuildRequires:  automake >= 1.12
 # needed for all yast packages


Reply via email to