Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
f9e8d686b3 dist-git conversion 2010-07-28 09:44:25 +00:00
Bill Nottingham
31762980f6 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:26:38 +00:00
Rex Dieter
327711f36f - "reply to all recipients" doesn't include anyone on the Cc list (#496400) 2009-05-06 13:44:26 +00:00
Jesse Keating
3fd7aa8dd6 Initialize branch F-11 for alpine 2009-04-15 04:55:21 +00:00
4 changed files with 23 additions and 22 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: alpine
# $Id$
NAME := alpine
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -0,0 +1,11 @@
diff -up alpine-2.00/pith/reply.c.gcc44 alpine-2.00/pith/reply.c
--- alpine-2.00/pith/reply.c.gcc44 2008-06-03 14:27:23.000000000 -0500
+++ alpine-2.00/pith/reply.c 2009-05-06 08:07:27.000000000 -0500
@@ -357,6 +357,7 @@ set_role_from_msg(struct pine *ps, long
* reply_seed - fill in reply header
*
*/
+__attribute__((__optimize__(0)))
void
reply_seed(struct pine *ps, ENVELOPE *outgoing, ENVELOPE *env,
struct mail_address *saved_from, struct mail_address *saved_to,

View file

@ -3,7 +3,7 @@
Summary: powerful, easy to use console email client
Name: alpine
Version: 2.00
Release: 4%{?dist}
Release: 5%{?dist}
License: ASL 2.0
Group: Applications/Internet
@ -26,6 +26,10 @@ Source0: ftp://ftp.cac.washington.edu/alpine/alpine-%{version}.tar.bz2
Conflicts: pine
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
# short-term workaround until gcc is fixed
# http://bugzilla.redhat.com/496400
Patch1: alpine-2.00-gcc44_reply_hack.patch
BuildRequires: aspell
BuildRequires: gettext
BuildRequires: inews
@ -63,6 +67,10 @@ GNU Build System's autotools.
%prep
%setup -q
#if 0%{?fedora} > 10
%patch1 -p1 -b .gcc44_reply_hack
#endif
%build
touch imap/ip6
@ -111,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed May 06 2009 Rex Dieter <rdieter@fedoraproject.org> - 2.00-5
- "reply to all recipients" doesn't include anyone on the Cc list (#496400)
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.00-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild