rpms/alpine/F-11 alpine-2.00-gcc44_reply_hack.patch, NONE, 1.1 alpine.spec, 1.17, 1.18

Rex Dieter rdieter at fedoraproject.org
Wed May 6 13:44:56 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/alpine/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18747/F-11

Modified Files:
	alpine.spec 
Added Files:
	alpine-2.00-gcc44_reply_hack.patch 
Log Message:
* Wed May 06 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.00-5
- "reply to all recipients" doesn't include anyone on the Cc list (#496400)


alpine-2.00-gcc44_reply_hack.patch:

--- NEW FILE alpine-2.00-gcc44_reply_hack.patch ---
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,


Index: alpine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alpine/F-11/alpine.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- alpine.spec	24 Feb 2009 00:43:17 -0000	1.17
+++ alpine.spec	6 May 2009 13:44:26 -0000	1.18
@@ -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/al
 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 at 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 at lists.fedoraproject.org> - 2.00-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list