Hello community,

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

Package is "ModemManager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ModemManager/ModemManager.changes        
2013-06-25 14:38:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ModemManager.new/ModemManager.changes   
2013-07-22 13:02:05.000000000 +0200
@@ -1,0 +2,23 @@
+Fri Jul 19 14:46:25 UTC 2013 - [email protected]
+
+- Update to version 1.0.0:
+  + More flexible D-Bus API that accounts for the capabilities of
+    modern devices.
+  + Native support for Gobi and QMI-based Qualcomm devices via
+    libqmi.
+  + Native support for MBIM-based devices via libmbim.
+  + Preliminary support for GPS-based Location Services with some
+    devices.
+  + More complete messaging API.
+  + New libmm-glib client library.
+  + New fully-featured command-line client (mmcli).
+  + Systemd integration.
+  + And various other changes.
+- Add pkgconfig(mbim-glib) BuildRequires: new dependency (disabled
+  for now).
+- Stop passing --with-pppd-plugin-dir=$pppddir to configure, not
+  reqcognized anymore.
+- Add pkgconfig(systemd) BuildRequires, new dependency.
+- Add systemd ModemManger.service to pre, preun, post and postun.
+
+-------------------------------------------------------------------

Old:
----
  ModemManager-0.7.991.tar.xz

New:
----
  ModemManager-1.0.0.tar.xz

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

Other differences:
------------------
++++++ ModemManager.spec ++++++
--- /var/tmp/diff_new_pack.L99xV5/_old  2013-07-22 13:02:06.000000000 +0200
+++ /var/tmp/diff_new_pack.L99xV5/_new  2013-07-22 13:02:06.000000000 +0200
@@ -17,27 +17,30 @@
 
 
 Name:           ModemManager
-Version:        0.7.991
+Version:        1.0.0
 Release:        0
-# FIXME: enable qmi-glib support once we have a package for it.
+# FIXME: enable qmi-glib and mbim-glib support once we have a package for it.
 Summary:        DBus interface for modem handling
 License:        GPL-2.0+ and GPL-3.0+
 Group:          Productivity/Networking/System
 Url:            http://cgit.freedesktop.org/ModemManager/ModemManager
-Source0:        
http://download.gnome.org/sources/ModemManager/0.7/%{name}-%{version}.tar.xz
+Source0:        
http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  libgudev-1_0-devel
 BuildRequires:  ppp-devel
 BuildRequires:  pkgconfig(gudev-1.0) >= 147
+#BuildRequires:  pkgconfig(mbim-glib)
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.97
+BuildRequires:  pkgconfig(systemd)
 #BuildRequires:  pkgconfig(qmi-glib)
 Requires:       hicolor-icon-theme
 Recommends:     usb_modeswitch
 Provides:       org.freedesktop.ModemManager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define _udevdir %(pkg-config --variable udevdir udev)
+%{?systemd_requires}
 
 %description
 DBus interface for modem handling. Provides a standard abstracted API
@@ -72,20 +75,28 @@
 test -n "$pppddir" || exit 1
 %configure \
     --disable-static \
-    --with-pppd-plugin-dir=$pppddir \
     --with-polkit \
-    --with-udev-base-dir=%{_udevdir} --without-qmi
+    --with-udev-base-dir=%{_udevdir} --without-qmi \
+    --without-mbim
 %__make %{?_smp_mflags}
 
 %install
 %makeinstall
 find %{buildroot} -type f -name "*.la" -delete -print
 
+%pre
+%service_add_pre ModemManager.service
+
 %post
 %icon_theme_cache_post
+%service_add_post ModemManager.service
+
+%preun
+%service_del_preun ModemManager.service
 
 %postun
 %icon_theme_cache_postun
+%service_del_postun ModemManager.service
 
 %post -n libmm-glib0 -p /sbin/ldconfig
 
@@ -102,9 +113,8 @@
 %{_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
+%{_unitdir}/ModemManager.service
 %{_mandir}/man8/mmcli.8%{?ext_man}
 %{_mandir}/man8/ModemManager.8%{?ext_man}
 

++++++ ModemManager-0.7.991.tar.xz -> ModemManager-1.0.0.tar.xz ++++++
++++ 22248 lines of diff (skipped)

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

Reply via email to