From d2cfeae23b90f9f1a943186ce319eb9c1355f921 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 12 May 1999 14:30:00 +0000 Subject: GIF -> XPM. svn path=/trunk/; revision=2474 --- Makefile.in | 2 +- NEWS | 6 ++++++ specgen.sh | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7d4d45ca..c54f918c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -274,7 +274,7 @@ RPMROOT=/usr/src/redhat RPM = rpm RPMFLAGS = -ba rpm: dist - cp fetchmail-$(VERSION).tar.gz fetchmail.gif $(RPMROOT)/SOURCES; + cp fetchmail-$(VERSION).tar.gz fetchmail.xpm $(RPMROOT)/SOURCES; $(srcdir)/specgen.sh $(VERSION) >$(RPMROOT)/SPECS/fetchmail.spec cd $(RPMROOT)/SPECS; $(RPM) $(RPMFLAGS) fetchmail.spec cp $(RPMROOT)/RPMS/`arch|sed 's/i[4-9]86/i386/'`/fetchmail-$(VERSION)*.rpm $(srcdir) diff --git a/NEWS b/NEWS index fc4df589..53f0d839 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,12 @@ Release Notes: +fetchmail-5.1.0 (): +* Fixed compilation error on systems without vnsprintf. +* No more GIFs! RPM is now patent-encumbrance-free. + +There are 260 people on fetchmail-friends and 387 on fetchmail-announce. + fetchmail-5.0.3 (Sun May 2 23:39:22 EDT 1999): * Added FAQ item about things to check if --monitor fails with pppd. * Fixed Matthias Andree's SMTP error bug. diff --git a/specgen.sh b/specgen.sh index 9630ff9a..3d0ab5ce 100755 --- a/specgen.sh +++ b/specgen.sh @@ -13,7 +13,7 @@ Source: %{name}-%{version}.tar.gz Group: Applications/Mail Group(pt_BR): Aplicações/Correio Eletrônico Copyright: GPL -Icon: fetchmail.gif +Icon: fetchmail.xpm Requires: smtpdaemon BuildRoot: /var/tmp/%{name}-%{version} Summary: Full-featured POP/IMAP mail retrieval daemon -- cgit v1.2.3