Sync from SUSE:SLFO:Main rubygem-parallel revision 15ef71b36a84c5db19675799a57024cf
This commit is contained in:
commit
a8bece0173
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
70
gem2rpm.yml
Normal file
70
gem2rpm.yml
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
# ---
|
||||||
|
# ## used by gem2rpm
|
||||||
|
# :summary: this is a custom summary
|
||||||
|
# ## used by gem2rpm
|
||||||
|
# :description: |-
|
||||||
|
# this is a custom description
|
||||||
|
#
|
||||||
|
# it can be multiline
|
||||||
|
# ## used by gem2rpm
|
||||||
|
# :license: MIT or Ruby
|
||||||
|
# ## used by gem2rpm and gem_packages
|
||||||
|
# :version_suffix: -x_y
|
||||||
|
# ## used by gem2rpm and gem_packages
|
||||||
|
# :disable_docs: true
|
||||||
|
# ## used by gem2rpm
|
||||||
|
# :disable_automatic_rdoc_dep: true
|
||||||
|
# ## used by gem2rpm
|
||||||
|
# :preamble: |-
|
||||||
|
# BuildRequires: foobar
|
||||||
|
# Requires: foobar
|
||||||
|
# ## used by gem2rpm
|
||||||
|
# :patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
# ## used by gem2rpm
|
||||||
|
:sources:
|
||||||
|
# - foo.desktop
|
||||||
|
# - bar.desktop
|
||||||
|
# :gem_install_args: '....'
|
||||||
|
# ## used by gem2rpm
|
||||||
|
# :pre_install: |-
|
||||||
|
# %if 0%{?use_system_libev}
|
||||||
|
# export USE_VENDORED_LIBEV="no"
|
||||||
|
# %endif
|
||||||
|
# ## used by gem2rpm
|
||||||
|
# :post_install: |-
|
||||||
|
# # delete custom files here or do other fancy stuff
|
||||||
|
# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
|
||||||
|
# ## used by gem2rpm
|
||||||
|
# :testsuite_command: |-
|
||||||
|
# (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
|
||||||
|
# ## used by gem2rpm
|
||||||
|
# :filelist: |-
|
||||||
|
# /usr/bin/gem2rpm-opensuse
|
||||||
|
# ## used by gem2rpm
|
||||||
|
# :scripts:
|
||||||
|
# :post: |-
|
||||||
|
# /bin/echo foo
|
||||||
|
# ## used by gem_packages
|
||||||
|
# :main:
|
||||||
|
# :preamble: |-
|
||||||
|
# Requires: util-linux
|
||||||
|
# Recommends: pwgen
|
||||||
|
# :filelist: |-
|
||||||
|
# /usr/bin/gem2rpm-opensuse
|
||||||
|
# ## used by gem_packages
|
||||||
|
# :custom:
|
||||||
|
# apache:
|
||||||
|
# :preamble: |-
|
||||||
|
# Requires: .....
|
||||||
|
# :filelist: |-
|
||||||
|
# /etc/apache2/conf.d/passenger.conf
|
||||||
|
# :summary: Custom summary is optional
|
||||||
|
# :description: |-
|
||||||
|
# Custom description is optional
|
||||||
|
#
|
||||||
|
# bar
|
||||||
|
# :post: |-
|
||||||
|
# /bin/echo foo
|
||||||
|
#
|
BIN
parallel-1.22.1.gem
(Stored with Git LFS)
Normal file
BIN
parallel-1.22.1.gem
(Stored with Git LFS)
Normal file
Binary file not shown.
235
rubygem-parallel.changes
Normal file
235
rubygem-parallel.changes
Normal file
@ -0,0 +1,235 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 28 05:39:54 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
updated to version 1.22.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 9 09:15:36 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
|
||||||
|
|
||||||
|
- updated to version 1.21.0
|
||||||
|
|
||||||
|
* no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 20 13:05:00 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
updated to version 1.20.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 14:36:56 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
updated to version 1.19.2
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 15:21:21 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to version 1.19.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 5 09:38:16 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to version 1.17.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 29 06:10:13 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to version 1.16.2
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 2 15:29:25 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to version 1.14.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 9 07:40:30 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.12.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 3 19:30:08 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.12.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 23 10:09:10 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.11.2
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 16 05:39:09 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.11.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 11 05:55:17 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.11.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 25 05:36:03 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.10.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 4 04:30:33 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.9.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 06:28:42 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.8.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 24 05:39:01 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.6.2
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 22 04:29:34 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.6.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 28 04:31:36 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.6.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 2 05:29:21 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.4.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 16 05:30:00 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.4.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 10 18:13:28 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.3.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 13 18:31:52 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- adapt to new rubygem packaging
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 23 06:56:31 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.0.0, no changelog
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 09:29:44 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.9.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 07:28:29 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.9.1, add MIT license
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 20 12:05:34 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.9.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 07:17:59 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.8.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 23 14:53:03 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.8.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 11:06:22 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.8.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 3 08:10:13 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.8.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 08:16:08 UTC 2013 - fcastelli@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.7.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 15 06:53:50 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.7.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 25 13:39:19 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.6.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 13 15:10:21 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.6.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 24 12:29:24 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.6.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 5 19:18:15 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.5.21
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 27 19:04:11 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.5.20
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 9 08:32:24 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.5.19
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 19:54:12 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.5.18
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 1 05:06:12 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.5.17
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 15 12:31:15 UTC 2011 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- remove the buildarch tag
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 14 17:54:37 UTC 2011 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- initial commit
|
||||||
|
|
56
rubygem-parallel.spec
Normal file
56
rubygem-parallel.spec
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
#
|
||||||
|
# spec file for package rubygem-parallel
|
||||||
|
#
|
||||||
|
# Copyright (c) 2022 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
|
||||||
|
# All sections marked as MANUAL, license headers, summaries and descriptions
|
||||||
|
# can be maintained in that file. Please consult this file before editing any
|
||||||
|
# of those fields
|
||||||
|
#
|
||||||
|
|
||||||
|
Name: rubygem-parallel
|
||||||
|
Version: 1.22.1
|
||||||
|
Release: 0
|
||||||
|
%define mod_name parallel
|
||||||
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: %{ruby >= 2.5}
|
||||||
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
|
BuildRequires: ruby-macros >= 5
|
||||||
|
URL: https://github.com/grosser/parallel
|
||||||
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||||
|
Source1: gem2rpm.yml
|
||||||
|
Summary: Run any kind of code in parallel processes
|
||||||
|
License: MIT
|
||||||
|
Group: Development/Languages/Ruby
|
||||||
|
|
||||||
|
%description
|
||||||
|
Run any kind of code in parallel processes.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%gem_install \
|
||||||
|
--doc-files="MIT-LICENSE.txt" \
|
||||||
|
-f
|
||||||
|
|
||||||
|
%gem_packages
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user