]> git.pld-linux.org Git - packages/udpcast.git/commitdiff
Update to 20120424 master auto/th/udpcast-20120424-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 30 Jan 2013 21:04:26 +0000 (22:04 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 30 Jan 2013 21:04:26 +0000 (22:04 +0100)
- -include.patch adds missing include in console.h

udpcast-include.patch [new file with mode: 0644]
udpcast.spec

diff --git a/udpcast-include.patch b/udpcast-include.patch
new file mode 100644 (file)
index 0000000..591c66d
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN udpcast-20120424/console.h udpcast-20120424.new/console.h
+--- udpcast-20120424/console.h 2005-12-22 23:59:18.000000000 +0100
++++ udpcast-20120424.new/console.h     2013-01-30 22:02:20.014213664 +0100
+@@ -4,6 +4,8 @@
+ #ifdef __MINGW32__
+ #include <winsock2.h>
+ #include <winbase.h>
++#else
++#include <sys/select.h>
+ #endif /* __MINGW32__ */
+ #define prepareConsole udpc_prepareConsole
index 884ce753966e63bbc103ba8516b011e3e8f5ff07..633370cf40b7cd332e4b81cd15a605e552668937 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       UDPcast is a multicast file transfer tool
 Summary(pl.UTF-8):     UDPcast - przesyłanie plików przez multicast
 Name:          udpcast
-Version:       20110710
+Version:       20120424
 Release:       1
 License:       GPL v2 for main code, BSD-like for fec.c
 Group:         Networking
 Source0:       http://udpcast.linux.lu/download/%{name}-%{version}.tar.gz
-# Source0-md5: d48c32226c394f84032c2239c5e9f8e4
+# Source0-md5: b9b67a577ca5659a93bcb9e43f298fb2
 Patch0:                %{name}-Makefile.patch
+Patch1:                %{name}-include.patch
 URL:           http://udpcast.linux.lu/
 BuildRequires: autoconf >= 2.58
 BuildRequires: perl-tools-pod
@@ -44,6 +45,7 @@ Plik nagłówkowy do tworzenia wtyczek rateGovernora.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__autoconf}
This page took 0.09671 seconds and 4 git commands to generate.