aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-05-12 14:30:00 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-05-12 14:30:00 +0000
commitd2cfeae23b90f9f1a943186ce319eb9c1355f921 (patch)
tree650929df61ecd02bffadd720b28d77a463983012
parent647f0330075cc9547050b5890d6047063cd91661 (diff)
downloadfetchmail-d2cfeae23b90f9f1a943186ce319eb9c1355f921.tar.gz
fetchmail-d2cfeae23b90f9f1a943186ce319eb9c1355f921.tar.bz2
fetchmail-d2cfeae23b90f9f1a943186ce319eb9c1355f921.zip
GIF -> XPM.
svn path=/trunk/; revision=2474
-rw-r--r--Makefile.in2
-rw-r--r--NEWS6
-rwxr-xr-xspecgen.sh2
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