]> git.pld-linux.org Git - packages/connman.git/commitdiff
- updated to 1.12
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 1 Mar 2013 20:47:16 +0000 (21:47 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 1 Mar 2013 20:47:16 +0000 (21:47 +0100)
- added linux patch (<linux/if_bridge.h> needs struct ip6, at least in linux 3.8 headers)

connman-linux.patch [new file with mode: 0644]
connman.spec

diff --git a/connman-linux.patch b/connman-linux.patch
new file mode 100644 (file)
index 0000000..16f0387
--- /dev/null
@@ -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 <stdio.h>
+ #include <sys/ioctl.h>
+ #include <net/if.h>
++#include <netinet/ip6.h>
+ #include <linux/sockios.h>
+ #include <string.h>
+ #include <fcntl.h>
index d1aefc7aa64e4649c9cb188f1aa015f93341dba5..153e4277eec35f5a29129ef0f83ad6f8df938627 100644 (file)
@@ -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 \
This page took 0.034608 seconds and 4 git commands to generate.