Compare commits
72 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
090bd40846 | ||
|
|
d6a2f5797c | ||
|
|
15b63302db | ||
|
|
c7ab3db585 | ||
|
|
0b4751d6d0 | ||
|
|
e8ef9708dc | ||
|
|
dee9454779 | ||
|
|
3615329671 | ||
|
|
88c0df7873 | ||
|
|
a8f7fca08e | ||
|
|
165fc5cbe2 | ||
|
|
27ff9b6a87 | ||
|
|
06bf621715 | ||
|
|
e02f431348 | ||
|
|
e69e5f6ce0 | ||
|
|
35aad8391e | ||
|
|
4cac91d064 | ||
|
|
ca697a2cc3 | ||
|
|
388b69049e | ||
|
|
a4aa8178d5 | ||
|
|
923bde85ab | ||
|
|
75c9b97e48 | ||
|
|
371ab1ee7a | ||
|
|
b3a84f263a | ||
|
|
4ddaa0a0da | ||
|
|
a149068bfe | ||
|
|
b344de242e | ||
|
|
0b31a53e16 | ||
|
|
9c0bb086b7 | ||
|
|
60ae04a39f | ||
|
|
6e5148fd97 | ||
|
|
8fada6733f | ||
|
|
3019b26ee9 | ||
|
|
65229d34ba | ||
|
|
4170952d19 | ||
|
|
47350178e1 | ||
|
|
da0a03f80d | ||
|
|
c3fbad6c47 | ||
|
|
733b9e1d21 | ||
|
|
951f14dbac | ||
|
|
3357d2b90b | ||
|
|
a8a5861a29 | ||
|
|
2897fc132c | ||
|
|
b4804ade32 | ||
|
|
54dcef1441 | ||
|
|
e441fdb86c | ||
|
|
477896f63c | ||
|
|
1d56b58e28 | ||
|
|
43f4d311f7 | ||
|
|
36ce14fe30 | ||
|
|
69fe11af39 | ||
|
|
6238b10fd3 | ||
|
|
d000d5a0fe | ||
|
|
8685b0961f | ||
|
|
b1a6eb2686 | ||
|
|
048d38eadb | ||
|
|
1752504b97 | ||
|
|
7a5ed7821b | ||
|
|
ea5246137b | ||
|
|
6defb6fbb8 | ||
|
|
1c62485c6c | ||
|
|
58bde682b8 | ||
|
|
e056b268aa | ||
|
|
95b471521a | ||
|
|
d54e4ceab8 | ||
|
|
9b467561e2 | ||
|
|
42b63df6cf | ||
|
|
73552e91af | ||
|
|
b50f326c7f | ||
|
|
05730a2a17 | ||
|
|
ccc67e28bf | ||
|
|
0dcd1fe183 |
6 changed files with 284 additions and 42 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -1,10 +1,2 @@
|
|||
/rspec-support-3.0.0.beta2.gem
|
||||
/rspec-support-3.0.3.gem
|
||||
/rspec-support-3.1.2.gem
|
||||
/rubygem-rspec-support-3.1.2-full.tar.gz
|
||||
/rspec-support-3.2.1.gem
|
||||
/rubygem-rspec-support-3.2.1-full.tar.gz
|
||||
/rspec-support-3.2.2.gem
|
||||
/rubygem-rspec-support-3.2.2-full.tar.gz
|
||||
/rspec-support-3.3.0.gem
|
||||
/rubygem-rspec-support-3.3.0-full.tar.gz
|
||||
/rspec-support-*gem
|
||||
/rubygem-rspec-support-*-full.tar.gz
|
||||
|
|
|
|||
|
|
@ -14,10 +14,9 @@ CURRDIR=$(pwd)
|
|||
TMPDIRPATH=$(mktemp -d /var/tmp/rspec-tar-XXXXXX)
|
||||
pushd $TMPDIRPATH
|
||||
|
||||
git clone https://github.com/rspec/$1.git
|
||||
pushd $1
|
||||
git reset --hard v$2
|
||||
popd
|
||||
git clone https://github.com/rspec/rspec.git
|
||||
pushd rspec
|
||||
git reset --hard $1-v$2
|
||||
|
||||
ln -sf $1 $1-$2
|
||||
tar czf ${CURRDIR}/rubygem-$1-$2-full.tar.gz $1-$2/./
|
||||
|
|
|
|||
28
rubygem-rspec-support-3.12.0-pend-lock-fiber-test.patch
Normal file
28
rubygem-rspec-support-3.12.0-pend-lock-fiber-test.patch
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
From 02e44fa481d5061c95d5332a91bcf7143b582bc8 Mon Sep 17 00:00:00 2001
|
||||
From: Jon Rowe <hello@jonrowe.co.uk>
|
||||
Date: Sat, 10 Dec 2022 11:25:15 +1100
|
||||
Subject: [PATCH] Pend broken spec on Ruby 3.1.3, skip on CI for Ruby head
|
||||
|
||||
---
|
||||
spec/rspec/support/reentrant_mutex_spec.rb | 8 +++++++-
|
||||
1 file changed, 7 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/spec/rspec/support/reentrant_mutex_spec.rb b/spec/rspec/support/reentrant_mutex_spec.rb
|
||||
index 9bef54ee..c8a41c1e 100644
|
||||
--- a/spec/rspec/support/reentrant_mutex_spec.rb
|
||||
+++ b/spec/rspec/support/reentrant_mutex_spec.rb
|
||||
@@ -28,7 +28,13 @@
|
||||
order.join_all
|
||||
end
|
||||
|
||||
- if RUBY_VERSION >= '3.0'
|
||||
+ # On Ruby 3.1.3 and RUBY_HEAD the raise in this spec can
|
||||
+ # bypass the `raise_error` capture and break this spec but
|
||||
+ # it is not sufficient to pend it as the raise can escape to the other
|
||||
+ # threads somehow therefore poisoning them so its skipped entirely.
|
||||
+ # This is a temporary work around to allow green cross project builds but
|
||||
+ # needs a fix.
|
||||
+ if RUBY_VERSION >= '3.0' && RUBY_VERSION < '3.1.3'
|
||||
it 'waits when trying to lock from another Fiber' do
|
||||
mutex.synchronize do
|
||||
ready = false
|
||||
20
rubygem-rspec-support-3.13.3-diff_spec-format-revert.patch
Normal file
20
rubygem-rspec-support-3.13.3-diff_spec-format-revert.patch
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
--- rspec-support-3.13.3/spec/rspec/support/differ_spec.rb.orig 2025-05-15 11:05:59.000000000 +0900
|
||||
+++ rspec-support-3.13.3/spec/rspec/support/differ_spec.rb 2025-05-15 11:36:03.054513436 +0900
|
||||
@@ -200,7 +200,7 @@ module RSpec
|
||||
|
||||
expected_diff = dedent(<<-"EOD")
|
||||
|
|
||||
- |@@ #{one_line_header(5)} @@
|
||||
+ |@@ -1,5 +1,5 @@
|
||||
| <Animal
|
||||
| name=bob,
|
||||
|- species=tortoise
|
||||
@@ -427,7 +427,7 @@ module RSpec
|
||||
|
||||
expected_diff = dedent(<<-"EOD")
|
||||
|
|
||||
- |@@ #{one_line_header(3)} @@
|
||||
+ |@@ -1,3 +1,3 @@
|
||||
| this is:
|
||||
|- another string
|
||||
|+ one string
|
||||
|
|
@ -1,38 +1,45 @@
|
|||
%global gem_name rspec-support
|
||||
|
||||
%global mainver 3.3.0
|
||||
%global mainver 3.13.6
|
||||
%undefine prever
|
||||
|
||||
%global mainrel 2
|
||||
%global baserelease 1
|
||||
%global prerpmver %(echo "%{?prever}" | sed -e 's|\\.||g')
|
||||
|
||||
%global need_bootstrap_set 0
|
||||
%bcond_with bootstrap
|
||||
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: %{mainver}
|
||||
Release: %{?prever:0.}%{mainrel}%{?prever:.%{prerpmver}}%{?dist}
|
||||
Release: %{?prever:0.}%{baserelease}%{?prever:.%{prerpmver}}%{?dist}
|
||||
|
||||
Summary: Common functionality to Rspec series
|
||||
Group: Development/Languages
|
||||
# SPDX confirmed
|
||||
License: MIT
|
||||
URL: https://github.com/rspec/rspec-support
|
||||
URL: https://rspec.info
|
||||
Source0: https://rubygems.org/gems/%{gem_name}-%{mainver}%{?prever}.gem
|
||||
# %%{SOURCE2} %%{name} %%{version}
|
||||
# %%{SOURCE2} %%{name} %%{version}
|
||||
Source1: rubygem-%{gem_name}-%{version}-full.tar.gz
|
||||
Source2: rspec-related-create-full-tarball.sh
|
||||
# tweak regex for search path
|
||||
Patch0: rubygem-rspec-support-3.2.1-callerfilter-searchpath-regex.patch
|
||||
# Workaround tests wrt diff/lcs diff format
|
||||
# Partially revert 3.13.2 -> 3.13.3 change
|
||||
Patch0: rubygem-rspec-support-3.13.3-diff_spec-format-revert.patch
|
||||
Patch100: rubygem-rspec-support-3.2.1-callerfilter-searchpath-regex.patch
|
||||
|
||||
BuildRequires: ruby(release)
|
||||
#BuildRequires: ruby(release)
|
||||
BuildRequires: rubygems-devel
|
||||
%if 0%{?need_bootstrap_set} < 1
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(thread_order)
|
||||
BuildRequires: rubygem(bigdecimal)
|
||||
# spec/rspec/support/spec/shell_out_spec.rb -> lib/rspec/support/spec/library_wide_checks.rb
|
||||
# -> rake (%%check)
|
||||
BuildRequires: rubygem(rake)
|
||||
BuildRequires: git
|
||||
%endif
|
||||
|
||||
BuildArch: noarch
|
||||
# Need fix
|
||||
Provides: rubygem(%{gem_name}) = %{version}-%{release}
|
||||
|
||||
%description
|
||||
`RSpec::Support` provides common functionality to `RSpec::Core`,
|
||||
|
|
@ -41,7 +48,6 @@ suitable for internal use only at this time.
|
|||
|
||||
%package doc
|
||||
Summary: Documentation for %{name}
|
||||
Group: Documentation
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -52,14 +58,11 @@ Documentation for %{name}
|
|||
%global version %{version_orig}%{?prever}
|
||||
|
||||
%prep
|
||||
gem unpack %{SOURCE0}
|
||||
%setup -q -D -T -n %{gem_name}-%{version} -a 1
|
||||
%setup -q -T -n %{gem_name}-%{version} -b 1
|
||||
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
|
||||
|
||||
(
|
||||
cd %{gem_name}-%{version}
|
||||
%patch0 -p1
|
||||
)
|
||||
%patch -P0 -p1
|
||||
%patch -P100 -p1
|
||||
|
||||
%build
|
||||
gem build %{gem_name}.gemspec
|
||||
|
|
@ -70,21 +73,34 @@ mkdir -p %{buildroot}%{gem_dir}
|
|||
cp -pa .%{gem_dir}/* \
|
||||
%{buildroot}%{gem_dir}/
|
||||
|
||||
%if 0%{?need_bootstrap_set} < 1
|
||||
%check
|
||||
LANG=en_US.UTF-8
|
||||
pushd %{gem_name}-%{version}
|
||||
%if %{without bootstrap}
|
||||
# UTF-8 is needed
|
||||
LANG=C.UTF-8
|
||||
|
||||
ruby -rubygems -Ilib/ -S rspec spec/
|
||||
# Test failure needs investigation...
|
||||
FAILFILE=()
|
||||
FAILTEST=()
|
||||
%if 0
|
||||
FAILFILE+=("spec/rspec/support/differ_spec.rb")
|
||||
FAILTEST+=("copes with encoded strings")
|
||||
%endif
|
||||
|
||||
popd
|
||||
for ((i = 0; i < ${#FAILFILE[@]}; i++)) {
|
||||
sed -i \
|
||||
-e "\@${FAILTEST[$i]}@s|do$|, :broken => true do|" \
|
||||
${FAILFILE[$i]}
|
||||
}
|
||||
|
||||
export RUBYLIB=$(pwd)/lib
|
||||
rspec spec/ || rspec --tag ~broken
|
||||
%endif
|
||||
|
||||
%files
|
||||
%dir %{gem_instdir}
|
||||
%license %{gem_instdir}/LICENSE.md
|
||||
%doc %{gem_instdir}/Changelog.md
|
||||
%doc %{gem_instdir}/README.md
|
||||
%license %{gem_instdir}/LICENSE.txt
|
||||
|
||||
%{gem_libdir}
|
||||
%exclude %{gem_cache}
|
||||
|
|
@ -94,6 +110,193 @@ popd
|
|||
%doc %{gem_docdir}
|
||||
|
||||
%changelog
|
||||
* Wed Sep 17 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.13.6-1
|
||||
- 3.13.6
|
||||
|
||||
* Tue Aug 19 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.13.5-1
|
||||
- 3.13.5
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu May 29 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.13.4-1
|
||||
- 3.13.4
|
||||
|
||||
* Thu May 15 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.13.3-1
|
||||
- 3.13.3
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sun Dec 29 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.13.2-2
|
||||
- Backport upstream fix to support ruby34 Hash inspect syntax
|
||||
|
||||
* Thu Dec 05 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.13.2-1
|
||||
- 3.13.2
|
||||
|
||||
* Wed Nov 06 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.13.1-3
|
||||
- Backport upstream fix for ruby34
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sun Feb 25 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.13.1-1
|
||||
- 3.13.1
|
||||
|
||||
* Fri Feb 09 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.13.0-1
|
||||
- 3.13.0
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jul 1 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.12.1-1
|
||||
- 3.12.1
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-3.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sun Dec 11 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.12.0-3
|
||||
- Backport upstrem patch for pending broken test with ruby >= 3.1.3
|
||||
|
||||
* Fri Dec 2 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.12.0-2
|
||||
- Pull upstream patch (under review) for ruby filer deadlock treatment
|
||||
|
||||
* Thu Oct 27 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.12.0-1
|
||||
- 3.12.0
|
||||
|
||||
* Thu Sep 15 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.11.1-1
|
||||
- 3.11.1
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.0-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Feb 10 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.11.0-1
|
||||
- 3.11.0
|
||||
|
||||
* Sat Jan 29 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.3-2
|
||||
- BR: rubygem(rake) for %%check
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.3-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Nov 4 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.3-1
|
||||
- 3.10.3
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.2-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon Feb 1 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.2-1
|
||||
- 3.10.2
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.1-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Dec 29 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.1-1
|
||||
- 3.10.1
|
||||
|
||||
* Fri Dec 11 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.0-1
|
||||
- Enable tests again
|
||||
|
||||
* Fri Dec 11 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.0-0.1
|
||||
- 3.10.0
|
||||
- Once disable test for bootstrap
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.3-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sun May 3 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.9.3-1
|
||||
- 3.9.3
|
||||
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.2-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Dec 30 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.9.2-1
|
||||
- 3.9.2
|
||||
|
||||
* Mon Dec 30 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.9.1-1
|
||||
- 3.9.1
|
||||
|
||||
* Tue Dec 10 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.9.0-2
|
||||
- Enable tests again
|
||||
|
||||
* Tue Dec 10 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.9.0-0.1
|
||||
- 3.9.0
|
||||
- Once disable test for bootstrap
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Jun 21 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.8.2-1
|
||||
- 3.8.2
|
||||
|
||||
* Tue Feb 5 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.8.0-2
|
||||
- Backport upstream patch for ruby 2.6 changes
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Dec 13 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.8.0-1
|
||||
- Enable tests again
|
||||
|
||||
* Wed Dec 12 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.8.0-0.1
|
||||
- 3.8.0
|
||||
- Once disable test for bootstrap
|
||||
|
||||
* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.7.1-1.2
|
||||
- Use C.UTF-8 locale
|
||||
See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.1-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 9 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.7.1-1
|
||||
- 3.7.1
|
||||
|
||||
* Mon Nov 13 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.7.0-1
|
||||
- Enable tests again
|
||||
|
||||
* Mon Nov 13 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.7.0-0.1
|
||||
- 3.7.0
|
||||
- Once disable tests
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat May 6 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.6.0-1
|
||||
- Enable tests again
|
||||
|
||||
* Sat May 6 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.6.0-0.1
|
||||
- 3.6.0
|
||||
- Once disable tests
|
||||
|
||||
* Tue Feb 21 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.5.0-3
|
||||
- Always use full tar.gz for installed files and
|
||||
keep using gem file for gem spec (ref: bug 1425220)
|
||||
|
||||
* Fri Feb 03 2017 Jun Aruga <jaruga@redhat.com> - 3.5.0-2
|
||||
- Fix for Ruby 2.4.0 compatibility.
|
||||
|
||||
* Sun Jul 24 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.5.0-1
|
||||
- Enable tests again
|
||||
|
||||
* Sat Jul 23 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.5.0-0.1
|
||||
- 3.5.0
|
||||
- Once disable tests
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-2.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Dec 8 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.4.1-2
|
||||
- Enable tests again
|
||||
|
||||
* Tue Dec 8 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.4.1-1
|
||||
- 3.4.1
|
||||
- Once disable tests
|
||||
|
||||
* Sun Aug 2 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.3.0-2
|
||||
- Enable tests again
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
c6ea2843efcf13bea90f0c044a609499 rspec-support-3.3.0.gem
|
||||
cda99451bf0300ddfd0edcca3765c577 rubygem-rspec-support-3.3.0-full.tar.gz
|
||||
SHA512 (rubygem-rspec-support-3.13.6-full.tar.gz) = 09387dd39649d47bc3b859251e428808e06b1d2e6bc13d38f2b2da9241e1c937c71992f4b042053729d64af535fd6a6931d73b6d4f454c35eceae037839fa77d
|
||||
SHA512 (rspec-support-3.13.6.gem) = 7a07e6233e59da5bf9b1347de3e56330b02906cec8d05d619b1ff5f802f98cdf1194e63c01f4a3f5ac0bc68b59794edeaf4dc91cab37b563d57be82543e7df12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue