[nntpgrab] Fixed a plugin dependency resolving issue

epienbro epienbro at fedoraproject.org
Mon Sep 6 19:42:06 UTC 2010


commit 88925391785b162d2c26b9a4f6f6ccbbc59d2dfb
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Mon Sep 6 21:42:03 2010 +0200

    Fixed a plugin dependency resolving issue

 nntpgrab.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/nntpgrab.spec b/nntpgrab.spec
index 25ef687..38921cb 100644
--- a/nntpgrab.spec
+++ b/nntpgrab.spec
@@ -1,11 +1,12 @@
 Summary: Download files from the usenet
 Name: nntpgrab
 Version: 0.6.90
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 Source0: http://www.nntpgrab.nl/releases/nntpgrab-%{version}.tar.bz2
 Source1: nntpgrab_php.ini
+Patch0: nntpgrab_0_6_90_commit1722.patch
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 URL: http://www.nntpgrab.nl
@@ -171,6 +172,9 @@ embedded webinterface which doesn't require this package to be installed
 %prep
 %setup -q
 
+# Backport of upstream commit 1722. Fixes a dependency resolving issue
+%patch0 -p0
+
 
 %build
 %if 0%{?fedora}
@@ -402,6 +406,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Sep  6 2010 Erik van Pienbroek <info at nntpgrab.nl> - 0.6.90-3
+- Fixed a plugin dependency resolving issue
+
 * Sat Aug 21 2010 Erik van Pienbroek <info at nntpgrab.nl> - 0.6.90-2
 - Dropped the Requires: nntpgrab-gui-base from the server-qt subpackage
 - Dropped some unneeded BR's


More information about the scm-commits mailing list