diff --git a/pan.spec b/pan.spec index dcd3870..77fd356 100644 --- a/pan.spec +++ b/pan.spec @@ -1,7 +1,7 @@ Summary: A GNOME/GTK+ newsreader for X Name: pan Version: 0.139 -Release: 10%{?dist} +Release: 11%{?dist} Epoch: 1 License: GPLv2 Group: Applications/Internet @@ -18,6 +18,9 @@ BuildRequires: gtkspell-devel >= 2.0.7 BuildRequires: enchant-devel >= 1.6.0 BuildRequires: libnotify-devel >= 0.4.1 BuildRequires: libgnome-keyring-devel >= 3.2.0 +# In the past, we could not link GPLv2-only Pan with GnuTLS due to libgnutls being effectively LGPLv3+ +# However, the GnuTLS libs are now clearly LGPLv2+, which is compatible. +BuildRequires: gnutls-devel %description Pan is a newsreader which attempts to be pleasant to new and @@ -34,8 +37,7 @@ Seal of Approval evaluations. sed -i -e 's|StartupNotify=false|StartupNotify=true|' %{name}.desktop.in %build -# We cannot link GPLv2-only Pan with GnuTLS due to libgnutls being effectively LGPLv3+ -%configure --without-gtk3 --without-gnutls \ +%configure --without-gtk3 --with-gnutls \ --with-dbus --with-gmime-crypto \ --with-gtkspell --enable-libnotify \ --enable-gkr @@ -67,6 +69,9 @@ rm -rf %{buildroot} %{_datadir}/applications/*%{name}.desktop %changelog +* Wed Dec 2 2015 Tom Callaway - 1:0.139-11 +- enable build with GnuTLS (bz 999582) + * Thu Jun 18 2015 Fedora Release Engineering - 1:0.139-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild