3.5.0
- Once disable tests
This commit is contained in:
parent
05730a2a17
commit
b50f326c7f
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,3 +10,5 @@
|
||||
/rubygem-rspec-support-3.3.0-full.tar.gz
|
||||
/rspec-support-3.4.1.gem
|
||||
/rubygem-rspec-support-3.4.1-full.tar.gz
|
||||
/rspec-support-3.5.0.gem
|
||||
/rubygem-rspec-support-3.5.0-full.tar.gz
|
||||
|
@ -1,16 +1,16 @@
|
||||
%global gem_name rspec-support
|
||||
|
||||
%global mainver 3.4.1
|
||||
%global mainver 3.5.0
|
||||
%undefine prever
|
||||
|
||||
%global mainrel 2
|
||||
%global mainrel 0.1
|
||||
%global prerpmver %(echo "%{?prever}" | sed -e 's|\\.||g')
|
||||
|
||||
%global need_bootstrap_set 0
|
||||
%global need_bootstrap_set 1
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: %{mainver}
|
||||
Release: %{?prever:0.}%{mainrel}%{?prever:.%{prerpmver}}%{?dist}.1
|
||||
Release: %{?prever:0.}%{mainrel}%{?prever:.%{prerpmver}}%{?dist}
|
||||
|
||||
Summary: Common functionality to Rspec series
|
||||
Group: Development/Languages
|
||||
@ -79,8 +79,10 @@ pushd %{gem_name}-%{version}
|
||||
# Test failure needs investigation...
|
||||
FAILFILE=()
|
||||
FAILTEST=()
|
||||
%if 0
|
||||
FAILFILE+=("spec/rspec/support/differ_spec.rb")
|
||||
FAILTEST+=("copes with encoded strings")
|
||||
%endif
|
||||
|
||||
for ((i = 0; i < ${#FAILFILE[@]}; i++)) {
|
||||
sed -i \
|
||||
@ -108,6 +110,10 @@ popd
|
||||
%doc %{gem_docdir}
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user