[pan/f17] Update to 0.138

Petr Kovář pmkovar at fedoraproject.org
Mon Jun 18 17:42:44 UTC 2012


commit f8ec05a7c0916e84ebcec200a8c853bbe9f511e3
Author: Petr Kovar <pkovar at redhat.com>
Date:   Mon Jun 18 19:42:07 2012 +0200

    Update to 0.138

 .gitignore |    1 +
 pan.spec   |   12 ++++++++----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
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 dd070e7..c44fbae 100644
--- a/pan.spec
+++ b/pan.spec
@@ -1,6 +1,6 @@
 Summary:	A GNOME/GTK+ newsreader for X
 Name:		pan
-Version:	0.137
+Version:	0.138
 Release:	1%{?dist}
 Epoch:		1
 License:	GPLv2+
@@ -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,8 +34,9 @@ Seal of Approval evaluations.
 sed -i -e 's|StartupNotify=false|StartupNotify=true|' %{name}.desktop.in
 
 %build
-%configure --without-gtk3 --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}
@@ -67,6 +67,10 @@ rm -rf %{buildroot}
 %{_datadir}/applications/fedora-%{name}.desktop
 
 %changelog
+* Mon Jun 18 2012 Petr Kovar <pkovar at redhat.com> - 1:0.138-1
+- Update to version 0.138
+- Disable support for GnuTLS
+
 * Sun May 20 2012 Petr Kovar <pkovar at redhat.com> - 1:0.137-1
 - Update to version 0.137
 - Update BuildRequires
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


More information about the scm-commits mailing list