Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6e3d07f756 | |||
| 3114be86bf | |||
| 08cc37e520 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2d76dfeb484862438e8102a280a8dd026cb24cae768a8abaed26dd67b197f66
|
||||
size 20282
|
||||
3
queue-1.3.0.tar.gz
Normal file
3
queue-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d81eb60d6cb8c9633106983cd95d698ea748453493eab7610989eefab45c437
|
||||
size 20342
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 21 09:50:47 UTC 2025 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
- Version 1.2.0
|
||||
- Ignore broken pipe error (e.g. when piping to head)
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 28 20:52:59 UTC 2024 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
|
||||
10
queue.spec
10
queue.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package queue
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: queue
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Tool for queuing shell commands
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/asdil12/%{name}
|
||||
Source0: https://github.com/asdil12/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
URL: https://codeberg.org/asdil12/%{name}
|
||||
Source0: https://codeberg.org/asdil12/queue/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: help2man
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -44,7 +44,7 @@ This tool allows to queue shell commands.
|
||||
It supports multiple queues as well as multiple queue workers.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n queue
|
||||
|
||||
%build
|
||||
./bin/queue
|
||||
|
||||
Reference in New Issue
Block a user