Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-02-24 17:05:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and      /work/SRC/openSUSE:Factory/.glib2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glib2"

Sun Feb 24 17:05:47 2019 rev:205 rq:674483 version:2.58.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/glib2/glib2.changes      2019-02-06 
15:45:18.379336096 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new.28833/glib2.changes   2019-02-24 
17:05:51.620610119 +0100
@@ -1,0 +2,10 @@
+Mon Feb 11 14:28:05 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- BuildIgnore glib2-devel: since we have to require gtk-doc in
+  order to produce the doc, we gained an implicit dependency on
+  ourselves. The gtk-doc dependency is correct, but glib happens
+  to be buildable without this dependency too.
+- Rework the check section to be in an own if/endif block so that
+  spec-cleaner is not getting confused by it.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ glib2.spec ++++++
--- /var/tmp/diff_new_pack.0DSroO/_old  2019-02-24 17:05:52.308609791 +0100
+++ /var/tmp/diff_new_pack.0DSroO/_new  2019-02-24 17:05:52.308609791 +0100
@@ -69,6 +69,8 @@
 BuildRequires:  pkgconfig(libpcre) >= 8.31
 BuildRequires:  pkgconfig(mount) >= 2.28
 BuildRequires:  pkgconfig(zlib)
+# gtk-doc requires glib2-devel, but we will only be building this here; break 
up a cycle
+#!BuildIgnore:  glib2-devel
 %if %{with meson}
 BuildRequires:  meson
 %else
@@ -273,9 +275,6 @@
     -Ddtrace=true \
     -Dinternal_pcre=false
 %meson_build
-
-%check
-%meson_test
 %else
 autoreconf -fi
 %configure \
@@ -291,6 +290,11 @@
 %make_build
 %endif
 
+%if %{with meson}
+%check
+%meson_test
+%endif
+
 %install
 %if %{with meson}
 %meson_install


Reply via email to