With a companion libraries. ;) ↗ libmbim-1.6.0 ↗ libqmi-1.8.0 ↗ ModemManager-1.2.0 poma Oh Danny boy, the pipes, the pipes are calling >From glen to glen, and down the mountain side The summer's gone, and all the flowers are dying 'Tis you, 'tis you must go and I must bide.
diff --git a/libqmi.spec b/libqmi.spec index 7357544..d8b4b51 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -1,20 +1,20 @@ %global glib2_version 2.32.0 -%global snapshot %{nil} -%global realversion 1.6.0 +%global realversion 1.8.0 Name: libqmi Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol Version: %{?realversion} -Release: 1%{snapshot}%{?dist} +Release: 1%{?dist} Group: Development/Libraries License: LGPLv2+ -URL: http://www.freedesktop.org/software/libqmi +URL: http://freedesktop.org/software/libqmi -# If snapshot is defined, source will be a snapshot of git from the -# master branch on the given date -Source: %{name}-%{realversion}%{snapshot}.tar.xz +# +# Source from http://freedesktop.org/software/libqmi/ +# +Source: %{name}-%{realversion}.tar.xz BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pkgconfig @@ -53,9 +53,7 @@ from the command line. %setup -q -n %{name}-%{realversion} %build -%configure \ - --disable-static \ - --with-tests=yes +%configure --disable-static make %{?_smp_mflags} %install @@ -86,9 +84,13 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_bindir}/qmicli %{_bindir}/qmi-network %{_mandir}/man1/* +%{_libexecdir}/qmi-proxy %changelog +* Sat Feb 1 2014 poma <poma@xxxxxxxxx> - 1.8.0-1 +- Update to 1.8.0 release + * Fri Sep 6 2013 Dan Williams <dcbw@xxxxxxxxxx> - 1.6.0-1 - Update to 1.6.0 release diff --git a/sources b/sources index 800d5af..964460f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -17d6c2b404ee1eb4d1e60050fef64491 libqmi-1.6.0.tar.xz +1c4c64c0894f691632727363abec32b8 libqmi-1.8.0.tar.xz
diff --git a/ModemManager.spec b/ModemManager.spec index 13fa901..bf65919 100644 --- a/ModemManager.spec +++ b/ModemManager.spec @@ -1,4 +1,4 @@ -%global snapshot .git20130913 + %global glib2_version 2.32 %global systemd_dir %{_prefix}/lib/systemd/system @@ -6,19 +6,16 @@ Summary: Mobile broadband modem management service Name: ModemManager -Version: 1.1.0 -Release: 2%{snapshot}%{?dist} +Version: 1.2.0 +Release: 1%{?dist} # -# Source from git://anongit.freedesktop.org/ModemManager/ModemManager -# tarball built with: -# ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var -# make distcheck +# Source from http://freedesktop.org/software/ModemManager/ # -Source: %{name}-%{version}%{snapshot}.tar.xz +Source: %{name}-%{version}.tar.xz License: GPLv2+ Group: System Environment/Base -URL: http://www.gnome.org/projects/NetworkManager/ +URL: https://wiki.gnome.org/Projects/NetworkManager BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: glib2 >= %{glib2_version} BuildRequires: glib2-devel >= %{glib2_version} @@ -87,11 +84,13 @@ Vala bindings for ModemManager autoreconf -i --force intltoolize --force %configure \ - --enable-more-warnings=error \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-more-warnings \ --with-udev-base-dir=%{_prefix}/lib/udev \ - --enable-gtk-doc=yes \ - --with-qmi=yes \ - --with-mbim=yes \ + --enable-gtk-doc \ + --with-newest-qmi-commands \ --disable-static \ --with-polkit=no \ --with-dist-version=%{version}-%{release} @@ -141,6 +140,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{systemd_dir}/ModemManager.service %{_datadir}/icons/hicolor/22x22/apps/*.png %{_mandir}/man8/* +%{_datadir}/locale/*/LC_MESSAGES/ModemManager.mo %files devel %{_includedir}/ModemManager/*.h @@ -165,6 +165,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/vala/vapi/libmm-glib.* %changelog +* Sat Feb 1 2014 poma <poma@xxxxxxxxx> - 1.2.0-1 +- Update to 1.2.0 release + * Fri Sep 13 2013 Dan Williams <dcbw@xxxxxxxxxx> - 1.1.0-2.git20130913 - Build with MBIM support - Enable Vala bindings diff --git a/buildsys-hates-openpty.patch b/buildsys-hates-openpty.patch index aa61d24..4daa31e 100644 --- a/buildsys-hates-openpty.patch +++ b/buildsys-hates-openpty.patch @@ -1,12 +1,11 @@ diff -up ModemManager-0.4.998/src/tests/Makefile.am.foo ModemManager-0.4.998/src/tests/Makefile.am --- ModemManager-0.4.998/src/tests/Makefile.am.foo 2011-07-06 17:59:53.711343366 -0500 +++ ModemManager-0.4.998/src/tests/Makefile.am 2011-07-06 18:00:08.971152593 -0500 -@@ -45,7 +45,6 @@ if WITH_TESTS +@@ -3,7 +3,6 @@ noinst_PROGRAMS = \ test-modem-helpers \ test-charsets \ - test-qcdm-serial-port \ test-at-serial-port \ - test-sms-part - - + test-sms-part-3gpp \ + test-sms-part-cdma diff --git a/sources b/sources index 430d5bc..4f52be2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -055f12a1dbfc41cc4ca053c3d6ec2eee ModemManager-1.1.0.git20130913.tar.xz +55c6cb712d9edd882f604a2ad0952515 ModemManager-1.2.0.tar.xz
diff --git a/libmbim.spec b/libmbim.spec index 1f4dd52..9152edd 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -1,23 +1,18 @@ -%global snapshot .20130815git -%global realversion 1.5.0 + +%global realversion 1.6.0 %global _hardened_build 1 Name: libmbim Summary: Support library for the Mobile Broadband Interface Model protocol Version: %{?realversion} -Release: 1%{snapshot}%{?dist} +Release: 1%{?dist} License: LGPLv2+ -URL: http://www.freedesktop.org/software/libmbim - -# If snapshot is defined, source will be a snapshot of git from the -# master branch on the given date. To re-generate the tarball: -# git://anongit.freedesktop.org/libmbim/libmbim -# cd libmbim -# git reset --hard <commit from snapshot date> -# ./autogen.sh -# make distcheck +URL: http://freedesktop.org/software/libmbim + # -Source: %{name}-%{realversion}%{snapshot}.tar.xz +# Source from http://freedesktop.org/software/libmbim/ +# +Source: %{name}-%{realversion}.tar.xz BuildRequires: glib2-devel BuildRequires: pkgconfig @@ -75,6 +70,7 @@ make check %files %doc COPYING NEWS AUTHORS README %{_libdir}/libmbim-glib.so.* +%{_mandir}/man1/* %files devel %{_includedir}/libmbim-glib/ @@ -88,6 +84,9 @@ make check %changelog +* Sat Feb 1 2014 poma <poma@xxxxxxxxx> - 1.6.0-1 +- Update to 1.6.0 release + * Thu Aug 15 2013 Dan Williams <dcbw@xxxxxxxxxx> - 1.5.0-1.20130815git - Initial Fedora release diff --git a/sources b/sources index 3cb882d..8f9b96b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f1bff60ea483beb916b6c9a5c406ce9 libmbim-1.5.0.20130815git.tar.xz +029d81eeec5575ea0c47f93028ec826d libmbim-1.6.0.tar.xz
-- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct