]> Pileus Git - ~andy/fetchmail/commitdiff
GIF -> XPM.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 12 May 1999 14:30:00 +0000 (14:30 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 12 May 1999 14:30:00 +0000 (14:30 -0000)
svn path=/trunk/; revision=2474

Makefile.in
NEWS
specgen.sh

index 7d4d45ca11de3c8765dd373148e979b83f09c15e..c54f918c43ac4287af21b1033e513e5e4858b76c 100644 (file)
@@ -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 fc4df589aaee3186e26de68898fc62e11e2f3c94..53f0d8397a5214712a42dfeb42a63ba4f7bd8bb8 100644 (file)
--- 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.
index 9630ff9a4044e435c9369e04ffa0d273a714d451..3d0ab5ce74fcec4df2ae2ad96533d1da796b9b48 100755 (executable)
@@ -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