From: Jakub Bogusz Date: Fri, 1 Mar 2013 20:47:16 +0000 (+0100) Subject: - updated to 1.12 X-Git-Tag: auto/th/connman-1.13-1~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fconnman.git;a=commitdiff_plain;h=5d30a47f79e1a69ca1ba5c0e56d246632d2f1794 - updated to 1.12 - added linux patch ( needs struct ip6, at least in linux 3.8 headers) --- diff --git a/connman-linux.patch b/connman-linux.patch new file mode 100644 index 0000000..16f0387 --- /dev/null +++ b/connman-linux.patch @@ -0,0 +1,10 @@ +--- connman-1.12/src/tethering.c.orig 2012-12-22 22:52:47.000000000 +0100 ++++ connman-1.12/src/tethering.c 2013-03-01 20:52:42.438881056 +0100 +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/connman.spec b/connman.spec index d1aefc7..153e427 100644 --- a/connman.spec +++ b/connman.spec @@ -1,12 +1,13 @@ Summary: Connection Manager Summary(pl.UTF-8): Zarządca połączeń Name: connman -Version: 1.11 +Version: 1.12 Release: 1 License: GPL v2 Group: Networking/Daemons Source0: http://www.kernel.org/pub/linux/network/connman/%{name}-%{version}.tar.xz -# Source0-md5: 72cd18041abb17997b32fe6df6b52f5c +# Source0-md5: 6386d04ccbfd66c68e94ae7a8859a3a4 +Patch0: %{name}-linux.patch URL: http://connman.net/ BuildRequires: dbus-devel >= 1.4 BuildRequires: glib2-devel >= 1:2.28 @@ -62,6 +63,7 @@ Pliki nagłówkowe dla wtyczek ConnMana. %prep %setup -q +%patch0 -p1 %build %configure \