]> git.pld-linux.org Git - packages/ofono.git/commitdiff
- updated to 1.26 auto/th/ofono-1.26-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Nov 2018 17:40:28 +0000 (18:40 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Nov 2018 17:40:28 +0000 (18:40 +0100)
- removed obsolete missing patch

ofono-missing.patch [deleted file]
ofono.spec

diff --git a/ofono-missing.patch b/ofono-missing.patch
deleted file mode 100644 (file)
index fae6a59..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
---- ofono-1.23/drivers/mbimmodem/mbim-private.h.orig   1970-01-01 01:00:00.000000000 +0100
-+++ ofono-1.23/drivers/mbimmodem/mbim-private.h        2018-04-14 09:31:26.477397218 +0200
-@@ -0,0 +1,59 @@
-+/*
-+ *
-+ *  oFono - Open Source Telephony
-+ *
-+ *  Copyright (C) 2017  Intel Corporation. All rights reserved.
-+ *
-+ *  This program is free software; you can redistribute it and/or modify
-+ *  it under the terms of the GNU General Public License version 2 as
-+ *  published by the Free Software Foundation.
-+ *
-+ *  This program is distributed in the hope that it will be useful,
-+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+ *  GNU General Public License for more details.
-+ *
-+ *  You should have received a copy of the GNU General Public License
-+ *  along with this program; if not, write to the Free Software
-+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-+ *
-+ */
-+
-+#define align_len(len, boundary) (((len)+(boundary)-1) & ~((boundary)-1))
-+
-+enum mbim_control_message {
-+      MBIM_OPEN_MSG = 0x1,
-+      MBIM_CLOSE_MSG = 0x2,
-+      MBIM_COMMAND_MSG = 0x3,
-+      MBIM_HOST_ERROR_MSG = 0x4,
-+      MBIM_OPEN_DONE = 0x80000001,
-+      MBIM_CLOSE_DONE = 0x80000002,
-+      MBIM_COMMAND_DONE = 0x80000003,
-+      MBIM_FUNCTION_ERROR_MSG = 0x80000004,
-+      MBIM_INDICATE_STATUS_MSG = 0x80000007,
-+};
-+
-+/* MBIM v1.0, Section 9.1 */
-+struct mbim_message_header {
-+      __le32 type;
-+      __le32 len;
-+      __le32 tid;
-+} __attribute__ ((packed));
-+
-+/* MBIM v1.0, Section 9.1 */
-+struct mbim_fragment_header {
-+      __le32 num_frags;
-+      __le32 cur_frag;
-+} __attribute__ ((packed));
-+
-+struct mbim_message *_mbim_message_build(const void *header,
-+                                              struct iovec *frags,
-+                                              uint32_t n_frags);
-+struct mbim_message *_mbim_message_new_command_done(const uint8_t *uuid,
-+                                      uint32_t cid, uint32_t status);
-+uint32_t _mbim_information_buffer_offset(uint32_t type);
-+void _mbim_message_set_tid(struct mbim_message *message, uint32_t tid);
-+void *_mbim_message_to_bytearray(struct mbim_message *message, size_t *out_len);
-+void *_mbim_message_get_header(struct mbim_message *message, size_t *out_len);
-+struct iovec *_mbim_message_get_body(struct mbim_message *message,
-+                                      size_t *out_n_iov, size_t *out_len);
index 548483a82d4e304a2f6a8142e784294b56b7d337..a759a22cd3d014fdabb62d60e2be9b5e936eb466 100644 (file)
@@ -1,17 +1,16 @@
 Summary:       oFono - Open Source Telephony
 Summary(pl.UTF-8):     oFono - telefonia o otwartych źródłach
 Name:          ofono
-Version:       1.24
+Version:       1.26
 Release:       1
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       https://www.kernel.org/pub/linux/network/ofono/%{name}-%{version}.tar.xz
-# Source0-md5: be24e80f6551f46fea0c5b5879964d6c
-Patch0:                %{name}-missing.patch
+# Source0-md5: 997b2c6ac56fd54b6b797435f0bbca51
 URL:           https://01.org/ofono
 BuildRequires: bluez-libs-devel >= 4.99
 BuildRequires: dbus-devel >= 1.4
-BuildRequires: ell-devel >= 0.2
+BuildRequires: ell-devel >= 0.12
 BuildRequires: gcc >= 5:3.4
 BuildRequires: glib2-devel >= 1:2.32
 BuildRequires: libusb-devel >= 1.0
@@ -22,6 +21,7 @@ BuildRequires:        tar >= 1:1.22
 BuildRequires: udev-devel >= 1:143
 BuildRequires: xz
 Requires:      dbus >= 1.4
+Requires:      ell >= 0.12
 Requires:      glib2 >= 1:2.32
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -58,13 +58,12 @@ Pliki nagłówkowe dla wtyczek oFono.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
        --disable-silent-rules \
        --enable-dundee \
-       --enable-ell \
+       --enable-external-ell \
        --enable-mbimmodem \
        --enable-pie \
        --enable-threads \
This page took 0.119565 seconds and 4 git commands to generate.