[packages/ofono] - updated to 1.12 - added includes patch (missing include for ssize_t)

qboosh qboosh at pld-linux.org
Tue Jan 8 18:22:01 CET 2013


commit 66a7fd747eed1166b8b0824ca0cfcbdca9b1f15e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jan 8 18:22:08 2013 +0100

    - updated to 1.12
    - added includes patch (missing include for ssize_t)

 ofono-includes.patch | 10 ++++++++++
 ofono.spec           |  6 ++++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/ofono.spec b/ofono.spec
index 8bc03cd..a313694 100644
--- a/ofono.spec
+++ b/ofono.spec
@@ -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 \
diff --git a/ofono-includes.patch b/ofono-includes.patch
new file mode 100644
index 0000000..5546686
--- /dev/null
+++ b/ofono-includes.patch
@@ -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);
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ofono.git/commitdiff/66a7fd747eed1166b8b0824ca0cfcbdca9b1f15e



More information about the pld-cvs-commit mailing list