Compare commits

...

2 Commits
rawhide ... f16

Author SHA1 Message Date
Dan Williams 593c989654 Fix changelog version number 2012-07-20 15:19:16 -05:00
Dan Williams a600343238 Update to 0.5.3.96 (0.5.4-rc1) 2012-07-20 15:18:18 -05:00
4 changed files with 42 additions and 23 deletions

View File

@ -1,12 +0,0 @@
diff -up ModemManager-0.4/src/mm-log.c.format ModemManager-0.4/src/mm-log.c
--- ModemManager-0.4/src/mm-log.c.format 2011-01-24 14:31:25.000000000 -0600
+++ ModemManager-0.4/src/mm-log.c 2011-02-25 08:03:00.315754971 -0600
@@ -88,7 +88,7 @@ _mm_log (const char *loc,
usecs += 1000000;
}
- snprintf (&tsbuf[0], sizeof (tsbuf), " [%06ld.%06ld]", secs, usecs);
+ snprintf (&tsbuf[0], sizeof (tsbuf), " [%06ld.%06ld]", secs, (long) usecs);
}
if ((log_level & LOGL_DEBUG) && (level == LOGL_DEBUG))

View File

@ -1,9 +1,9 @@
%define snapshot .git20110706
%define snapshot %{nil}
%define ppp_version 2.4.5
Summary: Mobile broadband modem management service
Name: ModemManager
Version: 0.4.998
Version: 0.5.3.96
Release: 1%{snapshot}%{?dist}
#
# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
@ -11,7 +11,7 @@ Release: 1%{snapshot}%{?dist}
# ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
# make distcheck
#
Source: %{name}-%{version}%{snapshot}.tar.bz2
Source: %{name}-%{version}%{snapshot}.tar.xz
License: GPLv2+
Group: System Environment/Base
@ -21,7 +21,7 @@ Requires: dbus-glib >= 0.86
Requires: glib2 >= 2.18
BuildRequires: glib2-devel >= 2.18
BuildRequires: dbus-glib-devel >= 0.82
BuildRequires: libgudev-devel >= 143
BuildRequires: libgudev1-devel >= 143
BuildRequires: ppp = %{ppp_version}
BuildRequires: ppp-devel = %{ppp_version}
BuildRequires: automake autoconf intltool libtool
@ -30,10 +30,6 @@ BuildRequires: libxslt
Patch0: buildsys-hates-openpty.patch
# HACK patch to workaround FTBFS on sparc, type mismatch where
# suseconds_t is int -- Rex
Patch1: ModemManager-0.4-hack_sparc_werror.patch
%description
The ModemManager service provides a consistent API to operate many different
modems, including mobile broadband (3G) devices.
@ -41,13 +37,12 @@ modems, including mobile broadband (3G) devices.
%prep
%setup -q
%patch0 -p1 -b .pty
%patch1 -p1 -b .hack_sparc_werror.patch
%build
autoreconf -i
%configure \
--enable-more-warnings=yes \
--enable-more-warnings=error \
--with-udev-base-dir=/lib/udev \
--with-tests=yes \
--with-docs=yes \
@ -97,6 +92,41 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%{_datadir}/dbus-1/interfaces/*.xml
%changelog
* Fri Jul 20 2012 Dan Williams <dcbw@redhat.com> - 0.5.3.96-1
- Update to 0.5.3.96 (0.5.4-rc2)
- core: fix SMS handling on a number of devices
- zte: support for devices that use Icera chipsets
- core: ignore unsupported QMI WWAN ports (rh #835153)
* Wed Mar 14 2012 Dan Williams <dcbw@redhat.com> - 0.5.2.0-1
- Update to 0.5.2
- core: retry sending SMS in PDU mode if text fails
- hso: fix connection regression due to Nokia device fixes
* Sat Feb 25 2012 Dan Williams <dcbw@redhat.com> - 0.5.1.97-1
- Update to 0.5.2-rc1
- core: fix a few crashes
- nokia: fix issues with various Nokia devices
- huawei: fix modem crashes with older Huawei devices (like E220)
* Tue Feb 7 2012 Dan Williams <dcbw@redhat.com> - 0.5.1.96-1
- Update to git snapshot of 0.5.2
- option: fix handling of access technology reporting
- cdma: fix handling of EVDO registration states
- mbm: fix problems reconnecting on Ericsson F5521gw modems
- gsm: fix connections using the Motorola Flipout
- gsm: better detection of registration state when connecting
- mbm: add support for more Ericsson modems
- gobi: ensure rebranded Gobi devices are driven by Gobi
- gsm: fix SMS multipart messages, PDU-only mode, and text-mode message listing
- huawei: fix USSD handling
- nokia: add support for Nokia Internet Sticks
- gsm: fix registration response handling on some newer devices
- sierra: add support for Icera-based devices (USB305, AT&T Lightning)
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.998-2.git20110706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Jul 7 2011 Dan Williams <dcbw@redhat.com> - 0.4.998-1.git20110706
- Update to 0.5-beta4
- gsm: various USSD fixes

View File

@ -6,6 +6,7 @@ diff -up ModemManager-0.4.998/src/tests/Makefile.am.foo ModemManager-0.4.998/src
$(abs_builddir)/test-modem-helpers
$(abs_builddir)/test-charsets
- $(abs_builddir)/test-qcdm-serial-port
$(abs_builddir)/test-sms
endif

View File

@ -1 +1 @@
2f9132a179190b2534726107a54eb1e9 ModemManager-0.4.998.git20110706.tar.bz2
5c692eae12b6e8e5f3b7ea845c2ba2fb ModemManager-0.5.3.96.tar.xz