From f302a9fe76d11e39be3cba041dfa5f8d9591ae90 Mon Sep 17 00:00:00 2001 From: Joshua Daniel Franklin Date: Thu, 20 Dec 2012 22:43:30 -0500 Subject: [PATCH] Update to upstream release 2.03 --- .gitignore | 1 + alpine.spec | 15 ++------------- sources | 2 +- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index f4a010a..d2ef6e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ alpine-2.00.tar.bz2 /re-alpine-2.02.tar.bz2 +/re-alpine-2.03.tar.bz2 diff --git a/alpine.spec b/alpine.spec index 78bec88..6208203 100644 --- a/alpine.spec +++ b/alpine.spec @@ -2,8 +2,8 @@ Summary: powerful, easy to use console email client Name: alpine -Version: 2.02 -Release: 3%{?dist} +Version: 2.03 +Release: 1%{?dist} License: ASL 2.0 Group: Applications/Internet @@ -26,14 +26,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Provides: re-alpine = %{version}-%{release} -# short-term workaround until gcc is fixed -# http://bugzilla.redhat.com/496400 -Patch1: alpine-2.00-gcc44_reply_hack.patch - -## upstreamable patches -# this one maybe already, recall grumblings onlinst awhile back -- Rex -Patch50: re-alpine-2.02-openssl.patch - #BuildRequires: automake libtool BuildRequires: gettext BuildRequires: hunspell @@ -74,9 +66,6 @@ GNU Build System's autotools. %prep %setup -q -n re-alpine-%{version} -%patch1 -p1 -b .gcc44_reply_hack -%patch50 -p1 -b .openssl - #autoreconf -f -i diff --git a/sources b/sources index 8d6ff1a..84d4481 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e75826b15f05674856be8618bdefdfb re-alpine-2.02.tar.bz2 +9a72c4586514d543ee5cbad22796ca61 re-alpine-2.03.tar.bz2