Logoj0ke.net Open Build Service > Projects > home:netmax:tools > urlwatch > Changes
Sign Up | Log In

Changes of Revision 10

[-] Changed urlwatch.changes
x
 
1
@@ -1,4 +1,10 @@
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
@@ -7,6 +7,7 @@
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
@@ -23,6 +24,8 @@
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 ^