[parallel/f16] Updated to 20121222

Golo Fuchert golfu at fedoraproject.org
Wed Jan 16 23:17:30 UTC 2013


commit 7df264f072d94b627d76317545c7872544dc0c77
Author: golfu <packages at golotop.de>
Date:   Thu Jan 17 00:09:27 2013 +0100

    Updated to 20121222

 .gitignore    |    1 +
 parallel.spec |   16 +++++++++++-----
 sources       |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d5ff97a..4176502 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /parallel-20110722.tar.bz2
+/parallel-20121222.tar.bz2
diff --git a/parallel.spec b/parallel.spec
index 5c35aa5..d8d0dda 100644
--- a/parallel.spec
+++ b/parallel.spec
@@ -1,7 +1,7 @@
 Summary:	Shell tool for executing jobs in parallel
 Name:		parallel
-Version:	20110722
-Release:	4%{?dist}
+Version:	20121222
+Release:	1%{?dist}
 License:	GPLv3+
 Group:		Applications/Productivity
 URL:		http://www.gnu.org/software/parallel/
@@ -48,6 +48,7 @@ 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
@@ -66,12 +67,17 @@ install -pD -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/parallel/config
 %{_mandir}/man1/sem.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> - 20110722-4
+* Wed Jan 16 2013 Golo Fuchert <packages at golotop.de> - 20121222-1
+- Updated to newest version 20121222 (due to #895971)
+* 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)
-* Wed Oct 26 2011 Golo Fuchert <packages at golotop.de> - 20110722-3
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20110722-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* 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
 - Minor cosmetic changes and consistent macro usage
diff --git a/sources b/sources
index 307e757..7e75238 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fddfaad6e944e7d6609bf110f9a562cc  parallel-20110722.tar.bz2
+7ad8fdf38a6e36150e76c4deb58c0e1b  parallel-20121222.tar.bz2


More information about the scm-commits mailing list