From facced83b0da7ae4be4315f3366e6ae66357d820 Mon Sep 17 00:00:00 2001 From: Petr Kovar Date: Jun 18 2012 13:20:36 +0000 Subject: Upload 0.138 --- diff --git a/.gitignore b/.gitignore index bb70700..cfdc77d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ pan-0.133.tar.bz2 /pan-0.135.tar.bz2 /pan-0.136.tar.bz2 /pan-0.137.tar.bz2 +/pan-0.138.tar.bz2 diff --git a/pan.spec b/pan.spec index 914a1ee..f0f8f8d 100644 --- a/pan.spec +++ b/pan.spec @@ -16,7 +16,6 @@ BuildRequires: gmime-devel >= 2.5.5 BuildRequires: gtk2-devel >= 2.16.0 BuildRequires: gtkspell-devel >= 2.0.7 BuildRequires: enchant-devel >= 1.6.0 -BuildRequires: gnutls-devel >= 2.12.10 BuildRequires: libnotify-devel >= 0.4.1 BuildRequires: libgnome-keyring-devel >= 3.2.0 @@ -35,9 +34,9 @@ Seal of Approval evaluations. sed -i -e 's|StartupNotify=false|StartupNotify=true|' %{name}.desktop.in %build -%configure --without-gtk3 --with-dbus \ - --with-gmime-crypto --with-gtkspell \ - --with-gnutls --enable-libnotify \ +%configure --without-gtk3 --without-gnutls \ + --with-dbus --with-gmime-crypto \ + --with-gtkspell --enable-libnotify \ --enable-gkr make %{?_smp_mflags} @@ -68,8 +67,9 @@ rm -rf %{buildroot} %{_datadir}/applications/fedora-%{name}.desktop %changelog -* Sun Jun 03 2012 Petr Kovar - 1:0.138-1 +* Mon Jun 18 2012 Petr Kovar - 1:0.138-1 - Update to version 0.138 +- Disable support for GnuTLS * Sun May 20 2012 Petr Kovar - 1:0.137-1 - Update to version 0.137 diff --git a/sources b/sources index 34ff39a..22661f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12fa22fd55b82387bb43c3e5ac332926 pan-0.137.tar.bz2 +cf3ee15b4434628e07670b1d18a1d5c1 pan-0.138.tar.bz2