Changes of Revision 10
[-] | Changed | urlwatch.changes |
x 1
2 ------------------------------------------------------------------- 3 +Sun Jul 20 18:00:38 UTC 2014 - cs@linux-administrator.com 4 + 5 +- added urlwatch-html2txt_lynx-timeout.patch 6 +- xmpp patch was never applied - fixed now 7 + 8 +------------------------------------------------------------------- 9 Thu Aug 30 16:35:52 UTC 2012 - cs@linux-administrator.com 10 11 - update to release 1.15 12 |
||
[-] | Changed | urlwatch.spec ^ |
18 1
2 Group: Productivity/Networking/Other 3 Source0: %{name}-%{version}.tar.bz2 4 Patch0: %{name}_xmpp_1.9.patch 5 +Patch1: urlwatch-html2txt_lynx-timeout.patch 6 BuildRoot: %{_tmppath}/%{name}-%{version}-root 7 BuildRequires: python >= 2.6 8 BuildRequires: python-futures python-xmpp 9
10 11 %prep 12 %setup 13 +%patch0 -p1 14 +%patch1 -p0 15 16 %build 17 python setup.py build 18 |
||
[+] | Added | urlwatch-html2txt_lynx-timeout.patch ^ |
@@ -0,0 +1,11 @@ +--- lib/urlwatch/html2txt.py.orig 2014-07-20 19:52:56.332712332 +0200 ++++ lib/urlwatch/html2txt.py 2014-07-20 19:55:17.800443594 +0200 +@@ -57,7 +57,7 @@ + return d + + if method == 'lynx': +- cmd = ['lynx', '-dump', '-stdin'] ++ cmd = ['lynx', '-dump', '-stdin','-connect_timeout=10'] + + if utf8: + cmd.append('-assume_charset=UTF-8') |