[pan/f17] Update to 0.136

Petr Kovář pmkovar at fedoraproject.org
Mon Apr 9 01:51:51 UTC 2012


commit 9edbe2d548a94053ff96698cb3de9b49df048218
Author: Petr Kovar <pkovar at redhat.com>
Date:   Mon Apr 9 03:50:52 2012 +0200

    Update to 0.136

 .gitignore               |    1 +
 pan-0.135-glib.patch     |  154 ----------------------------------------------
 pan-0.136-verminor.patch |   12 ++++
 pan.spec                 |   42 +++++++++----
 sources                  |    2 +-
 5 files changed, 43 insertions(+), 168 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6bc646..ac25f29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pan-0.133.tar.bz2
 /pan-0.135.tar.bz2
+/pan-0.136.tar.bz2
diff --git a/pan-0.136-verminor.patch b/pan-0.136-verminor.patch
new file mode 100644
index 0000000..d4061b4
--- /dev/null
+++ b/pan-0.136-verminor.patch
@@ -0,0 +1,12 @@
+http://git.gnome.org/browse/pan2/commit/?id=304a0c54e278b58df96a500dae41b80f07ff4642
+
+--- pan-0.136/configure.in
++++ pan-0.136/configure.in.verminor
+@@ -1,6 +1,6 @@
+ AC_INIT([Pan],[0.136],[https://bugzilla.gnome.org/enter_bug.cgi?product=Pan],[pan],[http://pan.rebelbase.com/])
+ AC_DEFINE(VERSION_MAJOR,0,[Major part of version number])
+-AC_DEFINE(VERSION_MINOR,135,[Minor part of version number])
++AC_DEFINE(VERSION_MINOR,136,[Minor part of version number])
+ AC_DEFINE(VERSION_REVISION,0,[Revision part of version number])
+ AC_DEFINE(VERSION_TITLE,["I'm far too busy being delicious"],[Release Name])
+ AC_PREREQ([2.64])
diff --git a/pan.spec b/pan.spec
index 0fbfc16..dcb0753 100644
--- a/pan.spec
+++ b/pan.spec
@@ -1,36 +1,46 @@
 Summary:	A GNOME/GTK+ newsreader for X
 Name:		pan
-Version:	0.135
-Release:	4%{?dist}
+Version:	0.136
+Release:	1%{?dist}
 Epoch:		1
-License:	GPLv2
+License:	GPLv2+
 Group:		Applications/Internet
 Source0:	http://pan.rebelbase.com/download/releases/%{version}/source/%{name}-%{version}.tar.bz2
-Patch0:		pan-0.135-glib.patch
+Patch0:		pan-0.136-verminor.patch
 URL:		http://pan.rebelbase.com/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	desktop-file-utils
-BuildRequires:	intltool
-BuildRequires:	gtkspell-devel >= 2.0.7
 BuildRequires:	gettext
-BuildRequires:	gmime-devel >= 2.4.0
+BuildRequires:	intltool >= 0.40.6
+BuildRequires:	glib2-devel  >= 2.17.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
 
 %description
 Pan is a newsreader which attempts to be pleasant to new and
 advanced users alike. It has all the standard newsreaders
 features and also supports offline reading, scoring and
-killfiles, yEnc, NZB, and multiserver. It's also the only
-Unix newsreader to get a perfect score on the Good 
-Net-Keeping Seal of Approval evaluations.
+killfiles, yEnc, NZB, attachments posting, PGP handling,
+multiserver, and secure connections. It's also the only Unix
+newsreader to get a perfect score on the Good Net-Keeping
+Seal of Approval evaluations.
 
 %prep
 %setup -q
-%patch0 -p1 -b .glib
+%patch0 -p1 -b .verminor
 
 sed -i -e 's|StartupNotify=false|StartupNotify=true|' %{name}.desktop.in
 
 %build
-%configure 
+%configure --without-gtk3 --with-gtkspell \
+    --with-gnutls --enable-libnotify \
+    --enable-gkr
+
 make %{?_smp_mflags}
 
 %install
@@ -53,12 +63,18 @@ rm -rf %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%doc AUTHORS ChangeLog COPYING NEWS README
 %{_bindir}/%{name}
 %{_datadir}/pixmaps/*
 %{_datadir}/applications/fedora-%{name}.desktop
 
 %changelog
+* Mon Apr 09 2012 Petr Kovar <pkovar at redhat.com> - 1:0.136-1
+- Update to version 0.136
+- Update BuildRequires
+- Correct License
+- Remove upstreamed patch and add a new one
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.135-4
 - Rebuilt for c++ ABI breakage
 
diff --git a/sources b/sources
index 7ccc4b2..dd17787 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0dc527d4abd663eaebcf39bf4ad0116e  pan-0.135.tar.bz2
+4b7f1f345797e44fe9c58f9c4480fa79  pan-0.136.tar.bz2


More information about the scm-commits mailing list