public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/parallel] f43: Merge branch 'rawhide' into f43
@ 2026-08-31 19:06 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-31 19:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/parallel
Branch : f43
Commit : 9bcd7f177bb370d10ce557e230273e51937ab691
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-31T16:06:09-03:00
Stats  : +14/-21 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/parallel/c/9bcd7f177bb370d10ce557e230273e51937ab691?branch=f43

Log:
Merge branch 'rawhide' into f43

---
diff --git a/.packit.yaml b/.packit.yaml
index a7925c5..567e4ae 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -9,20 +9,11 @@ jobs:
   - job: pull_from_upstream
     trigger: release
     dist_git_branches:
-      - epel-all
-      - fedora-all
+      - fedora-rawhide
 
   - job: koji_build
     trigger: commit
     allowed_committers: ['packit','all_admins']
     dist_git_branches:
-      - epel-all
-      - fedora-all
-
-  - job: bodhi_update
-    trigger: commit
-    allowed_builders: ['packit','all_users']
-    dist_git_branches:
-      - fedora-branched
-      - epel-branched
+      - fedora-rawhide
 

diff --git a/README.packit b/README.packit
index 173195e..72ae4cd 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
 This repository is maintained by packit.
 https://packit.dev/
-The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b.
+The file was generated using packit 1.16.2.post1.dev18+g099fa292c.

diff --git a/parallel.spec b/parallel.spec
index 8f54348..8a417c8 100644
--- a/parallel.spec
+++ b/parallel.spec
@@ -1,9 +1,8 @@
 Name:           parallel
 Summary:        Shell tool for executing jobs in parallel
-Version:        20260722
+Version:        20260822
 Release:        %autorelease
-# Automatically converted from old format: GFDL and GPLv3+ - review is highly recommended.
-License:        LicenseRef-Callaway-GFDL AND GPL-3.0-or-later
+License:        GPL-3.0-or-later AND GFDL-1.3-or-later
 URL:            https://www.gnu.org/software/parallel/
 Source0:        https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
 Source1:        https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2.sig
@@ -13,13 +12,14 @@ BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  make
 BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
 BuildRequires:  perl-podlators
 BuildRequires:  perl(FileHandle)
 BuildRequires:  sed
 # for gpg verification
-BuildRequires: gnupg2
+BuildRequires:  gnupg2
 
-%define __requires_exclude sh$
+%global __requires_exclude sh$
 
 # Due to a naming conflict, both packages cannot be installed in parallel
 # To prevent user confusion, GNU parallel is installed in a compatibility
@@ -48,8 +48,7 @@ additional features.
 %prep
 %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
 %autosetup
-# Replace shebang by replacing "env" by removing "env ".
-# FIXME: this is quite a hack
+# Fix shebangs in env_parallel scripts to use direct interpreter paths instead of env
 sed -i '1s:/env :/:' src/env_parallel.*
 
 %build
@@ -61,6 +60,9 @@ autoreconf -ivf
 %make_install
 rm -vrf %{buildroot}%{_pkgdocdir}
 
+%check
+%{buildroot}%{_bindir}/parallel --version
+
 %files
 %license LICENSES/GPL-3.0-or-later.txt LICENSES/GFDL-1.3-or-later.txt
 %doc README NEWS

diff --git a/sources b/sources
index 7ed8c70..a1cff5f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (parallel-20260722.tar.bz2) = d25139f6afa0ed5571845499e5e57b8dec314263981b7bbf729b9d58f155d9a1e842b410af37ad37c9cca52f9c7e15c54a124a16731b75bf37dfe7077d70c1ea
-SHA512 (parallel-20260722.tar.bz2.sig) = 265270032807992a6be55296a233c73d19f9f3a9dabe3a0c6a253ff98cdc267e441abd9b8b8a522d6aa45d39caacb80749d7b46fe8c6f22c9aa6bf4b06adfccb
+SHA512 (parallel-20260822.tar.bz2) = 48dbd81d90ef51293709b79310a81cf6a0dda8ccaa0d95cf7031ff9501db658951ce7a303e192cb3ed14fb1c72894bfe243426a8f465406141d470a486aab9cc
+SHA512 (parallel-20260822.tar.bz2.sig) = be2323364ee5615adc07dda70c2e931500da98f1cb19b5c7ec31fcaf1b556a16f6b9d92dbc569c5d3ebd267a1bf661a7fd896a8e8538ffd5fc1d3ec7d225b2da

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-31 19:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31 19:06 [rpms/parallel] f43: Merge branch 'rawhide' into f43 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox