Hello community,

here is the log from the commit of package libmbim for openSUSE:Factory checked 
in at 2020-06-27 23:20:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmbim (Old)
 and      /work/SRC/openSUSE:Factory/.libmbim.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmbim"

Sat Jun 27 23:20:15 2020 rev:25 rq:815982 version:1.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmbim/libmbim.changes  2020-01-19 
20:53:27.359924763 +0100
+++ /work/SRC/openSUSE:Factory/.libmbim.new.3060/libmbim.changes        
2020-06-27 23:20:16.737368313 +0200
@@ -1,0 +2,17 @@
+Fri Jun 19 08:50:16 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.24
+  * Build now requires GLib/GObject/GIO 2.48.
+  * Added new GObject Introspection support in the library, that
+    can be explicitly requested during configure with
+    --enable-introspection=yes. With the new introspection support,
+    the libmbim-glib library can now be used directly from e.g.
+    python programs, as in the example included with the release.
+  * Added release version information to all the types and methods
+    of the public library API, and added new per-version indices
+    in the documentation.
+  * Added g_autoptr() support to all public types.
+  * Several other minor improvements and fixes.
+- Introduce subpackage for Introspection bindings
+
+-------------------------------------------------------------------

Old:
----
  libmbim-1.22.0.tar.xz

New:
----
  libmbim-1.24.0.tar.xz

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

Other differences:
------------------
++++++ libmbim.spec ++++++
--- /var/tmp/diff_new_pack.auzSxN/_old  2020-06-27 23:20:17.241369970 +0200
+++ /var/tmp/diff_new_pack.auzSxN/_new  2020-06-27 23:20:17.245369983 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmbim
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           libmbim
-Version:        1.22.0
+Version:        1.24.0
 Release:        0
 Summary:        Mobile Broadband Interface Model (MBIM) protocol
 License:        GPL-2.0-or-later AND LGPL-2.0-or-later
@@ -30,32 +30,33 @@
 BuildRequires:  python3-base
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.36
+BuildRequires:  pkgconfig(glib-2.0) >= 2.48
 BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gudev-1.0) >= 147
 
 %description
 libmbim is a glib-based library for talking to WWAN modems and devices
-which speak the Mobile Interface Broadband Model (MBIM) protocol.
+which speak the Mobile Broadband Interface Model (MBIM) protocol.
 
 %package -n libmbim-glib4
-Summary:        Mobile Interface Broadband Model (MBIM) protocol
+Summary:        Mobile Broadband Interface Model (MBIM) protocol
 License:        LGPL-2.1-or-later
 Group:          System/Libraries
 
 %description -n libmbim-glib4
 libmbim is a glib-based library for talking to WWAN modems and devices
-which speak the Mobile Interface Broadband Model (MBIM) protocol.
+which speak the Mobile Broadband Interface Model (MBIM) protocol.
 
 %package devel
-Summary:        Mobile Interface Broadband Model (MBIM) protocol - Development 
files
+Summary:        Mobile Broadband Interface Model (MBIM) protocol - Development 
files
 License:        LGPL-2.1-or-later
 Group:          Development/Languages/C and C++
 Requires:       libmbim-glib4 = %{version}
 
 %description devel
 libmbim is a glib-based library for talking to WWAN modems and devices
-which speak the Mobile Interface Broadband Model (MBIM) protocol.
+which speak the Mobile Broadband Interface Model (MBIM) protocol.
 
 %package -n mbimcli-bash-completion
 Summary:        Bash completion for mbimcli
@@ -68,6 +69,17 @@
 %description -n mbimcli-bash-completion
 This package contain de bash completion command for mbimcli tools.
 
+%package -n typelib-1_0-Mbim-1_0
+Summary:        Introspection bindings for libmbim
+License:        GPL-2.0-or-later AND LGPL-2.0-or-later
+Group:          System/Libraries
+
+%description -n typelib-1_0-Mbim-1_0
+libmbim is a glib-based library for talking to WWAN modems and devices
+which speak the Mobile Broadband Interface Model (MBIM) protocol.
+
+This package provides the GObject Introspection bindings for libmbim.
+
 %prep
 %autosetup -p1
 
@@ -77,6 +89,7 @@
 %configure \
        --with-udev \
        --disable-static \
+       --enable-introspection=yes \
        %{nil}
 %make_build
 
@@ -110,6 +123,7 @@
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
 %doc %{_datadir}/gtk-doc/html/libmbim-glib/
+%{_datadir}/gir-1.0/*.gir
 %{_includedir}/libmbim-glib/
 %{_libdir}/libmbim-glib.so
 %{_libdir}/pkgconfig/mbim-glib.pc
@@ -117,4 +131,7 @@
 %files -n mbimcli-bash-completion
 %{_datadir}/bash-completion/completions/mbimcli
 
+%files -n typelib-1_0-Mbim-1_0
+%{_libdir}/girepository-1.0/Mbim-1.0.typelib
+
 %changelog

++++++ libmbim-1.22.0.tar.xz -> libmbim-1.24.0.tar.xz ++++++
++++ 32070 lines of diff (skipped)


Reply via email to