]> git.pld-linux.org Git - packages/ofono.git/commitdiff
- updated to 1.12 auto/th/ofono-1.12-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Jan 2013 17:22:08 +0000 (18:22 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Jan 2013 17:22:08 +0000 (18:22 +0100)
- added includes patch (missing include for ssize_t)

ofono-includes.patch [new file with mode: 0644]
ofono.spec

diff --git a/ofono-includes.patch b/ofono-includes.patch
new file mode 100644 (file)
index 0000000..5546686
--- /dev/null
@@ -0,0 +1,10 @@
+--- ofono-1.12/src/storage.h.orig      2011-10-11 20:21:45.000000000 +0200
++++ ofono-1.12/src/storage.h   2013-01-08 17:56:33.897465072 +0100
+@@ -26,6 +26,7 @@
+ #endif
+ #include <fcntl.h>
++#include <stdio.h>
+ int create_dirs(const char *filename, const mode_t mode);
index 8bc03cd4d971de7ee0c102956a14a2d00d365dfa..a313694353f42cdefa452c5a221330b239041af5 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       oFono - Open Source Telephony
 Summary(pl.UTF-8):     oFono - telefonia o otwartych źródłach
 Name:          ofono
-Version:       1.11
+Version:       1.12
 Release:       1
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://www.kernel.org/pub/linux/network/ofono/%{name}-%{version}.tar.xz
-# Source0-md5: 32773cc804f796f176335540a5e9516c
+# Source0-md5: aa8924c0e8de3ec7ac5e41fe7df4cb99
+Patch0:                %{name}-includes.patch
 URL:           https://ofono.org/
 BuildRequires: bluez-libs-devel >= 4.99
 BuildRequires: dbus-devel >= 1.4
@@ -55,6 +56,7 @@ Pliki nagłówkowe dla wtyczek oFono.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
This page took 0.152838 seconds and 4 git commands to generate.