diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-05-12 14:30:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-05-12 14:30:00 +0000 |
commit | d2cfeae23b90f9f1a943186ce319eb9c1355f921 (patch) | |
tree | 650929df61ecd02bffadd720b28d77a463983012 | |
parent | 647f0330075cc9547050b5890d6047063cd91661 (diff) | |
download | fetchmail-d2cfeae23b90f9f1a943186ce319eb9c1355f921.tar.gz fetchmail-d2cfeae23b90f9f1a943186ce319eb9c1355f921.tar.bz2 fetchmail-d2cfeae23b90f9f1a943186ce319eb9c1355f921.zip |
GIF -> XPM.
svn path=/trunk/; revision=2474
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rwxr-xr-x | 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) @@ -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. @@ -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 |