[mutt] 1.5.21-1

Miroslav Lichvar mlichvar at fedoraproject.org
Tue Sep 21 09:57:02 UTC 2010


commit 945efb120a5cfcacd883f7e32594a37fda213648
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Tue Sep 21 11:50:17 2010 +0200

    1.5.21-1
    
    update to 1.5.21
    link with gpg-error when building with gpgme support (#621626)

 .gitignore |    1 +
 mutt.spec  |   20 +++++++++++++-------
 sources    |    2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d9cb4d4..360c09a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 mutt-1.5.20-20100718hg1a35f0.tar.bz2
+mutt-1.5.21.tar.gz
diff --git a/mutt.spec b/mutt.spec
index 4d979b6..c6392a2 100644
--- a/mutt.spec
+++ b/mutt.spec
@@ -15,20 +15,19 @@
 
 Summary: A text mode mail user agent
 Name: mutt
-Version: 1.5.20
-Release: 3.20100718hg1a35f0%{?dist}
+Version: 1.5.21
+Release: 1%{?dist}
 Epoch: 5
 # The entire source code is GPLv2+ except
 # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain
 License: GPLv2+ and Public Domain
 Group: Applications/Internet
-# hg snapshot created from http://dev.mutt.org/hg/mutt
-Source: mutt-1.5.20-20100718hg1a35f0.tar.bz2
-#Source: ftp://ftp.mutt.org/pub/mutt/devel/mutt-%{version}.tar.gz
+Source: ftp://ftp.mutt.org/pub/mutt/devel/mutt-%{version}.tar.gz
 Source1: mutt_ldap_query
 Patch2: mutt-1.5.13-nodotlock.patch
 Patch3: mutt-1.5.18-muttrc.patch
 Patch4: mutt-1.5.18-manual.patch
+Patch5: mutt-1.5.21-updating.patch
 Url: http://www.mutt.org/
 Requires: mailcap urlview
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,12 +61,15 @@ regular expression searches and a powerful pattern matching language
 for selecting groups of messages.
 
 %prep
-%setup -q -n mutt
-./prepare -V
+%setup -q
+#./prepare -V
 # Thou shalt use fcntl, and only fcntl
 %patch2 -p1 -b .nodl
 %patch3 -p1 -b .muttrc
 %patch4 -p1 -b .manual
+%patch5 -p1 -b .updating
+
+sed -i.gpgerror 's/`$GPGME_CONFIG --libs`/"\0 -lgpg-error"/' configure
 
 install -p -m644 %{SOURCE1} mutt_ldap_query
 
@@ -148,6 +150,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man5/muttrc.*
 
 %changelog
+* Tue Sep 21 2010 Miroslav Lichvar <mlichvar at redhat.com> 5:1.5.21-1
+- update to 1.5.21
+- link with gpg-error when building with gpgme support (#621626)
+
 * Fri Jul 30 2010 Miroslav Lichvar <mlichvar at redhat.com> 5:1.5.20-3.20100718hg1a35f0
 - update to hg snapshot 20100718hg1a35f0
 
diff --git a/sources b/sources
index a9dc253..1af2b5d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11e4507790cb2feea1f2289da759b1be  mutt-1.5.20-20100718hg1a35f0.tar.bz2
+a29db8f1d51e2f10c070bf88e8a553fd  mutt-1.5.21.tar.gz


More information about the scm-commits mailing list