Hello community,

here is the log from the commit of package libmbim for openSUSE:Factory checked 
in at 2017-11-09 14:02:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmbim (Old)
 and      /work/SRC/openSUSE:Factory/.libmbim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmbim"

Thu Nov  9 14:02:58 2017 rev:13 rq:538431 version:1.14.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmbim/libmbim.changes  2017-09-12 
19:39:13.503480177 +0200
+++ /work/SRC/openSUSE:Factory/.libmbim.new/libmbim.changes     2017-11-09 
14:03:00.403727956 +0100
@@ -1,0 +2,7 @@
+Thu Nov  2 09:06:32 UTC 2017 - [email protected]
+
+- Enable tests
+- Do not rely on env for python during build
+- Run spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libmbim.spec ++++++
--- /var/tmp/diff_new_pack.dWbyLv/_old  2017-11-09 14:03:01.351693415 +0100
+++ /var/tmp/diff_new_pack.dWbyLv/_new  2017-11-09 14:03:01.355693270 +0100
@@ -21,15 +21,16 @@
 Version:        1.14.2
 Release:        0
 Summary:        Mobile Interface Broadband Model (MBIM) protocol
-License:        GPL-2.0+ and LGPL-2.0+
+License:        GPL-2.0+ AND LGPL-2.0+
 Group:          Productivity/Networking/System
 Url:            http://www.freedesktop.org/wiki/Software/libmbim/
 Source:         
http://www.freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz
+BuildRequires:  pkgconfig
+BuildRequires:  python3
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gudev-1.0) >= 147
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libmbim is a glib-based library for talking to WWAN modems and devices
@@ -56,11 +57,11 @@
 
 %package -n mbimcli-bash-completion
 Summary:        Bash completion for mbimcli
-License:        GPL-2.0+ and LGPL-2.0+
+License:        GPL-2.0+ AND LGPL-2.0+
 Group:          Productivity/Networking/System
-Supplements:    packageand(%{name}:bash-completion)
 BuildRequires:  bash-completion
 Requires:       bash-completion
+Supplements:    packageand(%{name}:bash-completion)
 
 %description -n mbimcli-bash-completion
 This package contain de bash completion command for mbimcli tools.
@@ -69,6 +70,8 @@
 %setup -q
 
 %build
+# Do not rely on env for choosing python
+sed -i "s|env python|python3|g" build-aux/mbim-codegen/*
 %configure \
     --with-udev \
     --disable-static
@@ -76,14 +79,15 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n libmbim-glib4 -p /sbin/ldconfig
+%check
+make %{?_smp_mflags} check
 
+%post -n libmbim-glib4 -p /sbin/ldconfig
 %postun -n libmbim-glib4 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc README COPYING
 %{_bindir}/mbim-network
 %{_bindir}/mbimcli
@@ -92,18 +96,15 @@
 %{_mandir}/man1/mbimcli.1%{?ext_man}
 
 %files -n libmbim-glib4
-%defattr(-,root,root)
 %{_libdir}/libmbim-glib.so.*
 
 %files devel
-%defattr(-,root,root)
 %doc %{_datadir}/gtk-doc/html/libmbim-glib/
 %{_includedir}/libmbim-glib/
 %{_libdir}/libmbim-glib.so
 %{_libdir}/pkgconfig/mbim-glib.pc
 
 %files -n mbimcli-bash-completion
-%defattr(-,root,root)
 %{_datadir}/bash-completion/completions/mbimcli
 
 %changelog


Reply via email to