alpine-2.11, drop old/unused patches

This commit is contained in:
Rex Dieter 2013-11-06 12:20:52 -06:00
commit d0f882c930
5 changed files with 8 additions and 27 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ alpine-2.00.tar.bz2
/re-alpine-2.02.tar.bz2
/re-alpine-2.03.tar.bz2
/alpine-2.10.clean.tar.lzma
/alpine-2.11.tar.xz

View file

@ -1,11 +0,0 @@
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

@ -2,8 +2,8 @@
Summary: powerful, easy to use console email client
Name: alpine
Version: 2.10
Release: 4%{?dist}
Version: 2.11
Release: 1%{?dist}
License: ASL 2.0
Group: Applications/Internet
@ -11,7 +11,7 @@ Group: Applications/Internet
#URL: http://re-alpine.sourceforge.net/
#Source0: http://downloads.sourceforge.net/sourceforge/re-alpine/re-alpine-%{version}%{?pre}.tar.bz2
URL: http://patches.freeiz.com/alpine/info/alpine.html
Source0: http://patches.freeiz.com/alpine/patches/alpine-2.10/alpine-%{version}.clean.tar.lzma
Source0: http://patches.freeiz.com/alpine/patches/alpine-%{version}/alpine-%{version}.tar.xz
Source1: README.fedora
# Using "Conflicts" instead of Obsoletes because while alpine is substantially
@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Nov 06 2013 Rex Dieter <rdieter@fedoraproject.org> 2.11-1
- alpine-2.11, drop old/unused patches
* Thu Oct 31 2013 Rex Dieter <rdieter@fedoraproject.org> 2.10-4
- re-add README.fedora

View file

@ -1,12 +0,0 @@
diff -up re-alpine-2.02/pith/smkeys.c.openssl re-alpine-2.02/pith/smkeys.c
--- re-alpine-2.02/pith/smkeys.c.openssl 2010-10-02 03:37:57.000000000 -0500
+++ re-alpine-2.02/pith/smkeys.c 2010-10-08 14:44:57.068382616 -0500
@@ -277,7 +277,7 @@ char *
get_x509_subject_email(X509 *x)
{
char *result = NULL;
-#if OPENSSL_VERSION_NUMBER >= 0x1000000f /* OpenSSL 1.0.0 */
+#if OPENSSL_VERSION_NUMBER >= 0x10000000L /* OpenSSL 1.0.0 */
STACK_OF(OPENSSL_STRING) *emails;
#else /* OpenSSL 0.x and 1.0.0-dev/beta */
STACK *emails;

View file

@ -1 +1 @@
727a6eaa577857b98ea74fac6ea42a25 alpine-2.10.clean.tar.lzma
522b582855fed048d3dea2c5fe1e23a4 alpine-2.11.tar.xz