From 23f8ee20667135f240a855a2c9a48f8ab3b9736e Mon Sep 17 00:00:00 2001 From: Matej Muzila Date: Fri, 4 Sep 2015 09:27:13 +0200 Subject: [PATCH] =?UTF-8?q?New=20release,=C2=A0resolves=20rhbz#1259332?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + mutt.spec | 13 +++++++------ sources | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6df79e0..7004204 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ mutt-1.5.21.tar.gz mutt-1.5.22.tar.gz mutt-1.5.23.tar.gz /mutt-1.5.23-20150609hg17a4f92e4a95.tar.gz +/mutt-1.5.24.tar.gz diff --git a/mutt.spec b/mutt.spec index ebb32a2..567c656 100644 --- a/mutt.spec +++ b/mutt.spec @@ -12,22 +12,20 @@ %bcond_with qdbm %bcond_with gdbm %bcond_without gpgme -%global commithash 17a4f92e4a95 -%global snapver 20150609hg%{?commithash} %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Summary: A text mode mail user agent Name: mutt -Version: 1.5.23 -Release: 11.%{?snapver}%{?dist} +Version: 1.5.24 +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: %{name}-%{version}-%{?snapver}.tar.gz +Source: %{name}-%{version}.tar.gz Source1: mutt_ldap_query Patch1: mutt-1.5.18-muttrc.patch Patch2: mutt-1.5.21-cabundle.patch @@ -76,7 +74,7 @@ for selecting groups of messages. %prep # unpack; cd -%setup -q -n %{name}-%{?commithash} +%setup -q # disable mutt_dotlock program - disable post-install mutt_dotlock checking sed -i -r 's|install-exec-hook|my-useless-label|' Makefile.am # do not run ./prepare -V, because it also runs ./configure @@ -197,6 +195,9 @@ ln -sf ./muttrc.5 $RPM_BUILD_ROOT%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Sep 04 2015 Matej Muzila - 5:1.5.24-1 +- New release, resolves rhbz#1259332 + * Wed Aug 26 2015 Matej Muzila - 5:1.5.23-11.20150609hg17a4f92e4a95 - Utilize system-wide crypto-policies - rhbz#1179324 diff --git a/sources b/sources index ba708c5..ff43ff6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a91b8e5849e0024fc13ee4336ddb734e mutt-1.5.23-20150609hg17a4f92e4a95.tar.gz +7f25d27f3c7c82285ac07aac35f5f0f2 mutt-1.5.24.tar.gz