[parallel] Update to newest version

Golo Fuchert golfu at fedoraproject.org
Sun Jan 19 22:30:03 UTC 2014


commit 22e8b9528c35cadfd9b40a06b812fae0ba34653d
Author: golfu <packages at golotop.de>
Date:   Sun Jan 19 23:30:11 2014 +0100

    Update to newest version

 .gitignore      |    1 +
 parallel-config |    1 -
 parallel.spec   |   20 ++++++++------------
 sources         |    3 +--
 4 files changed, 10 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 742757b..e6867b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /parallel-20120222.tar.bz2
 /parallel-20130522.tar.bz2
 /parallel-20130522-pod.patch
+/parallel-20131222.tar.bz2
diff --git a/parallel.spec b/parallel.spec
index c2c53a8..2120691 100644
--- a/parallel.spec
+++ b/parallel.spec
@@ -1,15 +1,11 @@
 Summary:	Shell tool for executing jobs in parallel
 Name:		parallel
-Version:	20130522
-Release:	4%{?dist}
+Version:	20131222
+Release:	1%{?dist}
 License:	GPLv3+
 Group:		Applications/Productivity
 URL:		http://www.gnu.org/software/parallel/
 Source0:	http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
-# Fedora-specific config file (compatibility with moreutils' parallel)
-Source1:	%{name}-config
-# Patch needed due to new pod syntax, upstream informed, remove later on
-Patch0:		%{name}-%{version}-pod.patch
 BuildArch:	noarch
 
 # Due to a naming conflict, both packages cannot be installed in parallel
@@ -39,7 +35,6 @@ additional features.
 %prep
 
 %setup -q
-%patch0
 
 %build
 
@@ -56,7 +51,6 @@ find %{buildroot} -iname "*.pod" -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
 
 %files
 
@@ -65,24 +59,26 @@ install -pD -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/parallel/config
 %{_bindir}/sql
 %{_bindir}/niceload
 %dir %{_sysconfdir}/parallel/
-%config(noreplace) %{_sysconfdir}/parallel/config
 %{_mandir}/man1/niceload.1.*
 %{_mandir}/man1/parallel.1.*
 %{_mandir}/man1/sem.1.*
 %{_mandir}/man1/parallel-sql.1.*
+%{_mandir}/man1/parallel_tutorial.1.*
 %doc README NEWS COPYING src/parallel.html src/sem.html src/sql.html 
 %doc src/niceload.html src/*.texi
 
 %changelog
+* Sun Jan 19 2014 Golo Fuchert <packages at golotop.de> 20131222-1
+- Updated to newest versoin 20131222
+- Removed pathes that are no longer needed (see below for details)
+- Remvoal of parallel-config, feature deprecated
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20130522-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 20130522-3
 - Perl 5.18 rebuild
-
 * Thu Jun 13 2013 Golo Fuchert <packages at golotop.de> - 20130522-2
 - Patch of parallel.pod due to new syntax 
-
 * Wed May 22 2013 Golo Fuchert <packages at golotop.de> - 20130522-1
 - Updated to newest version 20130522 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20121222-2
diff --git a/sources b/sources
index a67df22..b040b2b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-42ab88dda406027d8d94ba2cdd84fbc3  parallel-20130522.tar.bz2
-bc65cebc55e95d1ef9aa6957dc50df9c  parallel-20130522-pod.patch
+782e594b226454ef58ac4e3d4addaba4  parallel-20131222.tar.bz2


More information about the scm-commits mailing list