head 1.5; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2.2.2 OPENPKG_E1_FP:1.2.2.2 OPENPKG_2_STABLE_MP:1.2 OPENPKG_2_STABLE_20061018:1.2.2.2 OPENPKG_2_STABLE:1.2.0.2 OPENPKG_CW_FP:1.1; locks; strict; comment @# @; 1.5 date 2009.09.19.07.33.20; author rse; state Exp; branches; next 1.4; commitid dhhScxRYMF9veg4u; 1.4 date 2008.07.28.15.25.13; author rse; state Exp; branches; next 1.3; commitid lhkk2Nq8IzWqhAct; 1.3 date 2008.01.08.18.59.04; author rse; state Exp; branches; next 1.2; commitid e9E781BwaZZlXDMs; 1.2 date 2005.06.05.17.14.06; author rse; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2004.12.09.19.09.06; author rse; state Exp; branches; next ; 1.2.2.1 date 2005.06.05.17.14.06; author rse; state dead; branches; next 1.2.2.2; commitid iZxwRSmmWscPXUQr; 1.2.2.2 date 2006.10.16.14.56.34; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.5 log @upgrading package: snownews 1.5.11 -> 1.5.12 @ text @Index: conversions.c --- conversions.c.orig 2009-09-17 08:44:27 +0200 +++ conversions.c 2009-09-19 09:30:12 +0200 @@@@ -32,6 +32,7 @@@@ #include #include #include +#include #include "os-support.h" @ 1.4 log @upgrading package: snownews 1.5.9 -> 1.5.10 @ text @d2 3 a4 4 --- conversions.c.orig 2008-07-28 11:26:16 +0200 +++ conversions.c 2008-07-28 17:22:06 +0200 @@@@ -31,6 +31,7 @@@@ #include d7 1 a8 1 /*#include */ d11 1 @ 1.3 log @upgrading package: snownews 1.5.7 -> 1.5.8 @ text @d2 3 a4 3 --- conversions.c.orig 2008-01-08 10:41:02 +0100 +++ conversions.c 2008-01-08 19:46:10 +0100 @@@@ -30,6 +30,7 @@@@ d9 1 a11 1 @ 1.2 log @upgrading package: snownews 1.5.6.1 -> 1.5.7 @ text @a0 12 Index: Makefile --- Makefile.orig 2005-06-05 18:57:55 +0200 +++ Makefile 2005-06-05 18:58:45 +0200 @@@@ -62,7 +62,7 @@@@ $(INSTALL) -s snownews $(DESTDIR)$(PREFIX)/bin $(INSTALL) opml2snow $(DESTDIR)$(PREFIX)/bin if [ ! -f "$(DESTDIR)$(PREFIX)/bin/snow2opml" ]; then \ - ln -sf $(DESTDIR)$(PREFIX)/bin/opml2snow $(DESTDIR)$(PREFIX)/bin/snow2opml; \ + ln -sf $(PREFIX)/bin/opml2snow $(DESTDIR)$(PREFIX)/bin/snow2opml; \ fi; $(INSTALL) snowsync $(DESTDIR)$(PREFIX)/bin d2 3 a4 3 --- conversions.c.orig 2005-06-05 11:50:22 +0200 +++ conversions.c 2005-06-05 18:57:55 +0200 @@@@ -33,6 +33,7 @@@@ d10 2 a11 2 /* I have no idea what needs to be defined to get strptime() on glibc. * This is stolen from somewhere else and it works for me(tm). @ 1.2.2.1 log @file snownews.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:56:34 +0000 @ text @d1 23 @ 1.2.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 23 Index: Makefile --- Makefile.orig 2005-06-05 18:57:55 +0200 +++ Makefile 2005-06-05 18:58:45 +0200 @@@@ -62,7 +62,7 @@@@ $(INSTALL) -s snownews $(DESTDIR)$(PREFIX)/bin $(INSTALL) opml2snow $(DESTDIR)$(PREFIX)/bin if [ ! -f "$(DESTDIR)$(PREFIX)/bin/snow2opml" ]; then \ - ln -sf $(DESTDIR)$(PREFIX)/bin/opml2snow $(DESTDIR)$(PREFIX)/bin/snow2opml; \ + ln -sf $(PREFIX)/bin/opml2snow $(DESTDIR)$(PREFIX)/bin/snow2opml; \ fi; $(INSTALL) snowsync $(DESTDIR)$(PREFIX)/bin Index: conversions.c --- conversions.c.orig 2005-06-05 11:50:22 +0200 +++ conversions.c 2005-06-05 18:57:55 +0200 @@@@ -33,6 +33,7 @@@@ #include #include #include +#include /* I have no idea what needs to be defined to get strptime() on glibc. * This is stolen from somewhere else and it works for me(tm). @ 1.1 log @upgrading package: snownews 1.5.5.1 -> 1.5.6.1 @ text @d1 12 d14 2 a15 2 --- conversions.c.orig 2004-12-09 12:29:08 +0100 +++ conversions.c 2004-12-09 20:07:48 +0100 @