3 Commits

Author SHA256 Message Date
6e3d07f756 Accepting request 1287551 from utilities
- Version 1.2.0
- Ignore broken pipe error (e.g. when piping to head)

OBS-URL: https://build.opensuse.org/request/show/1287551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/queue?expand=0&rev=3
2025-06-23 13:02:31 +00:00
3114be86bf Name
OBS-URL: https://build.opensuse.org/package/show/utilities/queue?expand=0&rev=9
2025-06-21 10:02:48 +00:00
08cc37e520 - Version 1.2.0
- Ignore broken pipe error (e.g. when piping to head)

OBS-URL: https://build.opensuse.org/package/show/utilities/queue?expand=0&rev=8
2025-06-21 09:58:51 +00:00
4 changed files with 15 additions and 8 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d81eb60d6cb8c9633106983cd95d698ea748453493eab7610989eefab45c437
size 20342

View File

@@ -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>

View File

@@ -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