Hello community,

here is the log from the commit of package ModemManager for openSUSE:Factory 
checked in at 2013-04-17 07:09:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ModemManager (Old)
 and      /work/SRC/openSUSE:Factory/.ModemManager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ModemManager", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ModemManager/ModemManager.changes        
2012-12-05 14:00:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ModemManager.new/ModemManager.changes   
2013-04-17 07:09:10.000000000 +0200
@@ -1,0 +2,20 @@
+Tue Apr 16 05:47:45 UTC 2013 - [email protected]
+
+- Drop rpmlintrc: the privileges are approved in Factory.
+
+-------------------------------------------------------------------
+Sat Jan 12 22:02:09 UTC 2013 - [email protected]
+
+- Update to version 0.7.990:
+  + More flexible D-Bus API that accounts for the capabilities of
+    modern devices.
+  + Native support for Gobi and QMI-based Qualcomm devices via
+    libqmi.
+  + Preliminary support for GPS-based Location Services with some
+    devices.
+  + More complete messaging API.
+  + Fully-featured command-line client (mmcli).
+- Add pkgconfig(qmi-glib) BuildRequires: new dependency.
+- Create new subpackage libnm-glib0.
+
+-------------------------------------------------------------------

Old:
----
  ModemManager-0.6.0.0.tar.xz

New:
----
  ModemManager-0.7.990.tar.xz

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

Other differences:
------------------
++++++ ModemManager.spec ++++++
--- /var/tmp/diff_new_pack.d51k59/_old  2013-04-17 07:09:12.000000000 +0200
+++ /var/tmp/diff_new_pack.d51k59/_new  2013-04-17 07:09:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ModemManager
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,22 @@
 
 
 Name:           ModemManager
-Version:        0.6.0.0
+Version:        0.7.990
 Release:        0
+# FIXME: enable qmi-glib support once we have a package for it.
 Summary:        DBus interface for modem handling
 License:        LGPL-2.1+
 Group:          Productivity/Networking/System
 Url:            http://cgit.freedesktop.org/ModemManager/ModemManager
-Source0:        
http://download.gnome.org/sources/ModemManager/0.6/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/ModemManager/0.7/%{name}-%{version}.tar.xz
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  intltool
+BuildRequires:  intltool >= 0.40.0
 BuildRequires:  libgudev-1_0-devel
-BuildRequires:  polkit-devel
 BuildRequires:  ppp-devel
+BuildRequires:  pkgconfig(gudev-1.0) >= 147
+BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.97
+#BuildRequires:  pkgconfig(qmi-glib)
 Requires:       hicolor-icon-theme
 Recommends:     usb_modeswitch
 Provides:       org.freedesktop.ModemManager
@@ -41,10 +44,20 @@
 (over DBus) to communicate with all sorts of modems (landline, GSM,
 CDMA).
 
+%package -n libmm-glib0
+Summary:        DBus interface for modem handling -- GLib bindings
+Group:          System/Libraries
+
+%description -n libmm-glib0
+DBus interface for modem handling. Provides a standard abstracted API
+(over DBus) to communicate with all sorts of modems (landline, GSM,
+CDMA).
+
 %package devel
 Summary:        DBus interface for modem handling -- Development Files
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
+Requires:       libmm-glib0 = %{version}
 
 %description devel
 DBus interface for modem handling. Provides a standard abstracted API
@@ -61,7 +74,7 @@
     --disable-static \
     --with-pppd-plugin-dir=$pppddir \
     --with-polkit \
-    --with-udev-base-dir=%{_udevdir}
+    --with-udev-base-dir=%{_udevdir} --without-qmi
 %__make %{?_smp_mflags}
 
 %install
@@ -74,22 +87,37 @@
 %postun
 %icon_theme_cache_postun
 
+%post -n libmm-glib0 -p /sbin/ldconfig
+
+%postun -n libmm-glib0 -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %doc COPYING AUTHORS README
-%{_sbindir}/modem-manager
-%config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager.conf
+%{_bindir}/mmcli
+%{_sbindir}/ModemManager
+%config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf
 %{_libdir}/ModemManager/
 %{_datadir}/dbus-1/interfaces/*.xml
-%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager.service
-%{_datadir}/icons/hicolor/*/*/modem-manager.png
-%{_datadir}/polkit-1/actions/org.freedesktop.modem-manager.policy
+%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager1.service
+%{_datadir}/icons/hicolor/*/*/ModemManager.png
+%{_datadir}/polkit-1/actions/org.freedesktop.ModemManager1.policy
 %dir %{_libdir}/pppd/2.4.5
 %{_libdir}/pppd/2.4.5/mm-test-pppd-plugin.so
 %{_udevdir}/rules.d/*-mm-*.rules
+%{_mandir}/man8/mmcli.8%{?ext_man}
+%{_mandir}/man8/ModemManager.8%{?ext_man}
+
+%files -n libmm-glib0
+%defattr(-,root,root)
+%{_libdir}/libmm-glib.so.*
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/mm/
+%{_includedir}/ModemManager/
+%{_includedir}/libmm-glib/
+%{_libdir}/libmm-glib.so
+%{_libdir}/pkgconfig/ModemManager.pc
+%{_libdir}/pkgconfig/mm-glib.pc
 
 %changelog

++++++ ModemManager-0.6.0.0.tar.xz -> ModemManager-0.7.990.tar.xz ++++++
++++ 289657 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to