[parallel: 1/2] Update to new version and fix of bug 797823

Golo Fuchert golfu at fedoraproject.org
Wed Mar 21 22:18:52 UTC 2012


commit 76280ea869454731272a593324d76d2a90cafb0d
Author: golfu <packages at golotop.de>
Date:   Wed Mar 21 23:14:07 2012 +0100

    Update to new version and fix of bug 797823

 parallel.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/parallel.spec b/parallel.spec
index 6c83f37..4696ea7 100644
--- a/parallel.spec
+++ b/parallel.spec
@@ -1,7 +1,7 @@
 Summary:	Shell tool for executing jobs in parallel
 Name:		parallel
-Version:	20110722
-Release:	3%{?dist}
+Version:	20120222
+Release:	1%{?dist}
 License:	GPLv3+
 Group:		Applications/Productivity
 URL:		http://www.gnu.org/software/parallel/
@@ -48,6 +48,8 @@ make %{?_smp_mflags}
 make install DESTDIR=%{buildroot}
 
 find %{buildroot} -iname "*.html" -delete
+find %{buildroot} -iname "*.texi" -delete
+mv %{buildroot}%{_mandir}/man1/sql.1 %{buildroot}%{_mandir}/man1/parallel-sql.1
 
 mkdir -m755 -p %{buildroot}%{_sysconfdir}/parallel
 install -pD -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/parallel/config
@@ -63,11 +65,14 @@ install -pD -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/parallel/config
 %{_mandir}/man1/niceload.1.*
 %{_mandir}/man1/parallel.1.*
 %{_mandir}/man1/sem.1.*
-%{_mandir}/man1/sql.1.*
+%{_mandir}/man1/parallel-sql.1.*
 %doc README NEWS COPYING src/parallel.html src/sem.html src/sql.html 
-%doc src/niceload.html
+%doc src/niceload.html src/*.texi
 
 %changelog
+* Wed Mar 21 2012 Golo Fuchert <packages at golotop.de> - 20120222-1
+- Updated to newest version 20120222
+- renamed manpage sql to parallel-sql (naming conflict, bug 797823)
 * Fri Sep 09 2011 Golo Fuchert <packages at golotop.de> - 20110722-3
 - Added niceload.html to doc
 * Fri Sep 09 2011 Golo Fuchert <packages at golotop.de> - 20110722-2


More information about the scm-commits mailing list