Hello community,

here is the log from the commit of package gjs for openSUSE:Factory checked in 
at 2019-12-11 12:05:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gjs (Old)
 and      /work/SRC/openSUSE:Factory/.gjs.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gjs"

Wed Dec 11 12:05:06 2019 rev:84 rq:754128 version:1.58.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gjs/gjs.changes  2019-11-29 16:03:01.636802712 
+0100
+++ /work/SRC/openSUSE:Factory/.gjs.new.4691/gjs.changes        2019-12-11 
12:05:23.648733564 +0100
@@ -1,0 +2,5 @@
+Wed Dec  4 13:52:11 UTC 2019 - Frederic Crozat <fcro...@suse.com>
+
+- Enable systemtap support.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gjs.spec ++++++
--- /var/tmp/diff_new_pack.n27hcI/_old  2019-12-11 12:05:25.052732974 +0100
+++ /var/tmp/diff_new_pack.n27hcI/_new  2019-12-11 12:05:25.056732972 +0100
@@ -16,10 +16,6 @@
 #
 
 
-# TODO: systemtap/dtrace is currently (1.53.91) failing, when
-# https://gitlab.gnome.org/GNOME/gjs/issues/196 gets fixed and released,
-# remove all conditional macros and enable systemtap.
-%bcond_with     systemtap
 Name:           gjs
 Version:        1.58.3
 Release:        0
@@ -93,9 +89,12 @@
 %autosetup -p1
 
 %build
+#doesn't play well with systemtap
+%global _lto_cflags %{nil}
+
 %configure \
     --disable-static \
-    --%{?with_systemtap:enable}%{!?with_systemtap:disable}-systemtap
+    --enable-systemtap
 make %{?_smp_mflags}
 
 %install
@@ -126,8 +125,6 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/%{name}-1.0/
-%if %{with systemtap}
 %{_datadir}/systemtap/tapset/*.stp
-%endif
 
 %changelog


Reply via email to