Sync from SUSE:ALP:Source:Standard:1.0 rubygem-parallel_tests revision 97021799ac7ed743e6ec891fe4d8b60b
This commit is contained in:
commit
425ee92a46
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_tests-4.0.0.gem
(Stored with Git LFS)
Normal file
BIN
parallel_tests-4.0.0.gem
(Stored with Git LFS)
Normal file
Binary file not shown.
496
rubygem-parallel_tests.changes
Normal file
496
rubygem-parallel_tests.changes
Normal file
@ -0,0 +1,496 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 7 11:28:40 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
updated to version 4.0.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 10 13:13:48 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
updated to version 3.13.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 4 13:22:05 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
updated to version 3.11.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 28 05:40:08 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
updated to version 3.8.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 25 07:17:35 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
updated to version 3.7.3
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 17:45:08 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
updated to version 3.7.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 20 13:05:18 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
updated to version 3.4.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 14:37:29 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
updated to version 3.3.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 7 21:12:22 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to version 2.32.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 15:21:37 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to version 2.31.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 19 09:28:12 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to version 2.29.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 5 09:38:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to version 2.29.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 2 15:29:37 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to version 2.28.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 14 13:50:08 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to version 2.27.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 22 05:26:39 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to version 2.27.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 5 10:33:57 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.22.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 22 05:30:06 UTC 2018 - factory-auto@kulow.org
|
||||||
|
|
||||||
|
- updated to version 2.21.3
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 2 05:30:38 UTC 2018 - factory-auto@kulow.org
|
||||||
|
|
||||||
|
- updated to version 2.21.2
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 8 06:19:07 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.21.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 3 19:27:53 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.19.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 11 06:11:26 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.17.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 11 12:45:59 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.15.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 28 05:31:06 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.14.3
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 3 19:30:22 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.14.2
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 6 04:37:28 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.14.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 14 05:57:33 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.14.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 14 05:35:58 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.13.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 30 05:37:08 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.12.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 17 05:43:29 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.11.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 18 04:36:11 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.10.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 13 04:37:39 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.9.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 04:42:55 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.8.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 6 04:40:56 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.7.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 13 04:34:56 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.7.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 16 04:34:29 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.6.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 06:28:59 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.5.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 2 05:34:26 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.4.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 16 05:33:42 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.4.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 05:34:16 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.3.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 25 05:52:22 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.3.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 21 05:43:14 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.2.2
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 12 05:30:05 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.2.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 3 05:29:58 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.2.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 1 05:30:41 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.1.2
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 26 05:34:26 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.1.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 19 05:40:40 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.0.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 04:31:00 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.9.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 2 04:29:44 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.8.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 27 04:29:21 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.7.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 04:29:10 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.7.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 2 04:30:24 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.6.2
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 11 04:31:25 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.6.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 21 04:29:41 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.6.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 27 04:31:43 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.5.1
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 20 04:32:47 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.5.0
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 5 04:30:07 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.3.9
|
||||||
|
no changelog found
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 13 05:31:58 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.3.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 11 05:32:08 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.3.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 05:28:55 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.3.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 7 05:29:13 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.3.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 27 05:30:10 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.3.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 24 05:29:56 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.2.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 20 05:30:48 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.1.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 10 06:43:16 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.0.9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 17 04:42:21 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.0.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 13 18:32:01 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- adapt to new rubygem packaging
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 28 10:10:35 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.0.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 23 09:24:51 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.16.10
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 09:29:44 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.16.8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 5 14:39:46 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.16.6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 07:28:30 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.16.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 08:40:39 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.16.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 20 12:05:37 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.16.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 13 18:10:04 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.16.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 07:17:59 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.16.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 23 14:53:03 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.15.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 05:05:52 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.15.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 08:14:54 UTC 2013 - fcastelli@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.15.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 25 13:38:53 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.13.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 28 08:19:25 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.9.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 1 07:24:32 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.8.14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 3 04:59:40 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.8.13
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 24 17:38:25 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.8.12
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 13 09:13:15 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.8.10
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 19:54:24 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.8.9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 8 09:11:07 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.8.8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 1 05:06:15 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 0.8.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 14 18:00:53 UTC 2011 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- initial commit
|
||||||
|
|
59
rubygem-parallel_tests.spec
Normal file
59
rubygem-parallel_tests.spec
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
#
|
||||||
|
# spec file for package rubygem-parallel_tests
|
||||||
|
#
|
||||||
|
# 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_tests
|
||||||
|
Version: 4.0.0
|
||||||
|
Release: 0
|
||||||
|
%define mod_name parallel_tests
|
||||||
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: %{ruby >= 2.7.0}
|
||||||
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
|
BuildRequires: ruby-macros >= 5
|
||||||
|
BuildRequires: update-alternatives
|
||||||
|
URL: https://github.com/grosser/parallel_tests
|
||||||
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||||
|
Source1: gem2rpm.yml
|
||||||
|
Summary: Run Test::Unit / RSpec / Cucumber / Spinach in parallel
|
||||||
|
License: MIT
|
||||||
|
Group: Development/Languages/Ruby
|
||||||
|
PreReq: update-alternatives
|
||||||
|
|
||||||
|
%description
|
||||||
|
Run Test::Unit / RSpec / Cucumber / Spinach in parallel.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%gem_install \
|
||||||
|
--symlink-binaries \
|
||||||
|
--doc-files="Readme.md" \
|
||||||
|
-f
|
||||||
|
|
||||||
|
%gem_packages
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user