Logoj0ke.net Open Build Service > Projects > devel > mercurial > Changes
Sign Up | Log In

Changes of Revision 8

[-] Changed mercurial.spec
x
 
1
@@ -5,6 +5,7 @@
2
 License:   GPL
3
 Group:         Development/Tools
4
 Source:    http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
5
+Patch0:        mercurial-inotify.diff
6
 URL:       http://www.selenic.com/mercurial
7
 BuildRoot:     /tmp/build.%{name}-%{version}-%{release}
8
 
9
@@ -30,6 +31,7 @@
10
 %prep
11
 rm -rf $RPM_BUILD_ROOT
12
 %setup -q
13
+%patch0
14
 
15
 %build
16
 make all
17
@@ -85,6 +87,8 @@
18
 %{hgext}/convert/*.py*
19
 
20
 %changelog
21
+* Thu Mar 27 2008 Carsten Schoene <cs@linux-administrator.com>
22
+- added mercurial-inotify.diff
23
 * Tue Mar 25 2008 Carsten Schoene <cs@linux-administrator.com>
24
 - initial build
25
 
26
[+] Added mercurial-inotify.diff ^