]> git.pld-linux.org Git - packages/NewsCache.git/blob - NewsCache-1.2rc6_maintainer.patch
- package only info files from %{_infodir} (do not package %{_infodir}/dir)
[packages/NewsCache.git] / NewsCache-1.2rc6_maintainer.patch
1 Index: ChangeLog
2 ===================================================================
3 RCS file: /home/stb/products/newscache-new/my_cvs/NewsCache/ChangeLog,v
4 retrieving revision 1.80
5 retrieving revision 1.81
6 diff -u -r1.80 -r1.81
7 --- ChangeLog   28 Sep 2004 19:10:47 -0000      1.80
8 +++ ChangeLog   8 Nov 2004 18:21:27 -0000       1.81
9 @@ -1,3 +1,8 @@
10 +2004-11-03  Herbert Straub <herbert@linuxhacker.at>
11 +       * configure.in bugfix: configuration failure without configuration
12 +       option --prefix. Thanks for reporting: Make Harding <mvh@ix.netcom.com>
13 +       and Tilman Linneweh <arved@freebsd.org>.
14 +
15  2004-09-23  Herbert Straub <herbert@linuxhacker.at>
16         * improved: error messages in class NVcontainer to detect database
17         file corruption.
18 Index: THANKS
19 ===================================================================
20 RCS file: /home/stb/products/newscache-new/my_cvs/NewsCache/THANKS,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- THANKS      24 Oct 2003 13:23:34 -0000      1.3
25 +++ THANKS      8 Nov 2004 18:21:27 -0000       1.4
26 @@ -4,7 +4,9 @@
27  
28  * Carles Arjona <nospammer@bigfoot.com> RPM Packager
29  
30 -* Tilman Linneweh <tilman@arved.de> FreeBSD Port
31 +* Tilman Linneweh <tilman@arved.de> FreeBSD Port, various bug reports
32 +
33 +* Mike Harding <mvh@ix.netcom.com> various bug reports
34  
35  * "miguel a.l. paraz" <map@iphil.net> for the hosts_access patch
36  
37 Index: configure.in
38 ===================================================================
39 RCS file: /home/stb/products/newscache-new/my_cvs/NewsCache/configure.in,v
40 retrieving revision 1.44
41 retrieving revision 1.45
42 diff -u -r1.44 -r1.45
43 --- configure.in        28 Sep 2004 19:10:47 -0000      1.44
44 +++ configure.in        8 Nov 2004 18:21:27 -0000       1.45
45 @@ -100,7 +100,7 @@
46  AC_DEFINE(PACKAGE_UPDATENEWS,"updatenews")
47  
48  dnl Set SYSCONFDIR in config.h.
49 -AC_DEFINE_UNQUOTED(SYSCONFDIR,"${sysconfdir}")
50 +AC_DEFINE_UNQUOTED(SYSCONFDIR,"`eval echo "${sysconfdir}"`")
51  
52  dnl ****************************************************************
53  dnl Checks for programs.
This page took 0.103105 seconds and 4 git commands to generate.