Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libmypaint for openSUSE:Factory 
checked in at 2022-09-02 21:56:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmypaint (Old)
 and      /work/SRC/openSUSE:Factory/.libmypaint.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmypaint"

Fri Sep  2 21:56:09 2022 rev:8 rq:1000528 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmypaint/libmypaint.changes    2022-05-01 
18:53:37.199164708 +0200
+++ /work/SRC/openSUSE:Factory/.libmypaint.new.2083/libmypaint.changes  
2022-09-02 21:56:18.572262590 +0200
@@ -1,0 +2,6 @@
+Wed Aug 31 11:09:28 UTC 2022 - Dominique Leuenberger <[email protected]>
+
+- Disable introspection building: this fails to build against babl
+  0.1.96 and is in fact not used by anything at the moment.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libmypaint.spec ++++++
--- /var/tmp/diff_new_pack.Tx30eS/_old  2022-09-02 21:56:19.064263781 +0200
+++ /var/tmp/diff_new_pack.Tx30eS/_new  2022-09-02 21:56:19.068263791 +0200
@@ -20,6 +20,7 @@
 %define sonum  0
 %define girver 1.6
 %define shlib %{name}%{sonum}
+%bcond_with introspection
 Name:           libmypaint
 Version:        1.6.1
 Release:        0
@@ -32,7 +33,9 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gegl-0.4)
 BuildRequires:  pkgconfig(gobject-2.0)
+%if %{with introspection}
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
+%endif
 BuildRequires:  pkgconfig(json-c)
 
 %description
@@ -54,7 +57,9 @@
 Summary:        Header files for %{name}, a brushstroke creation library
 Group:          Development/Libraries/C and C++
 Requires:       %{shlib} = %{version}
+%if %{with introspection}
 Requires:       typelib-1_0-MyPaint-%{girver} = %{version}
+%endif
 Provides:       mypaint-devel = %{version}
 Obsoletes:      mypaint-devel < %{version}
 
@@ -79,7 +84,9 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{geglshlib} = %{version}
 Requires:       %{shlib} = %{version}
+%if %{with introspection}
 Requires:       typelib-1_0-MyPaintGegl-%{girver} = %{version}
+%endif
 
 %description gegl-devel
 libmypaint, a.k.a. "brushlib", is a library for making brushstrokes which
@@ -118,6 +125,9 @@
 %configure \
        --enable-gegl \
        --enable-openmp \
+%if %{without introspection}
+       --disable-introspection \
+%endif
        %{nil}
 %make_build
 
@@ -142,7 +152,9 @@
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/libmypaint.pc
 %{_includedir}/%{name}/
+%if %{with introspection}
 %{_datadir}/gir-1.0/MyPaint-%{girver}.gir
+%endif
 
 %files -n %{geglshlib}
 %{_libdir}/%{name}-gegl.so.*
@@ -151,12 +163,16 @@
 %{_libdir}/%{name}-gegl.so
 %{_libdir}/pkgconfig/libmypaint-gegl.pc
 %{_includedir}/%{name}-gegl/
+%if %{with introspection}
 %{_datadir}/gir-1.0/MyPaintGegl-%{girver}.gir
+%endif
 
+%if %{with introspection}
 %files -n typelib-1_0-MyPaint-%{girver}
 %{_libdir}/girepository-1.0/MyPaint-%{girver}.typelib
 
 %files -n typelib-1_0-MyPaintGegl-%{girver}
 %{_libdir}/girepository-1.0/MyPaintGegl-%{girver}.typelib
+%endif
 
 %changelog

Reply via email to