3.6.0
Once disable tests
This commit is contained in:
parent
d54e4ceab8
commit
95b471521a
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/rubygem-rspec-support-3.4.1-full.tar.gz
|
||||
/rspec-support-3.5.0.gem
|
||||
/rubygem-rspec-support-3.5.0-full.tar.gz
|
||||
/rspec-support-3.6.0.gem
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global gem_name rspec-support
|
||||
|
||||
%global mainver 3.5.0
|
||||
%global mainver 3.6.0
|
||||
%undefine prever
|
||||
|
||||
%global mainrel 3
|
||||
%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}
|
||||
@ -22,10 +22,6 @@ 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
|
||||
# Fix for Ruby 2.4.0 compatiblity.
|
||||
# https://github.com/rspec/rspec-support/commit/725fc24
|
||||
Patch1: rubygem-rspec-support-3.6.0.beta2-fix-for-ruby-2.4.0.patch
|
||||
Patch2: rubygem-rspec-support-3.6.0.beta2-fix-for-ruby-2.4.0-tests.patch
|
||||
|
||||
#BuildRequires: ruby(release)
|
||||
BuildRequires: rubygems-devel
|
||||
@ -60,8 +56,6 @@ Documentation for %{name}
|
||||
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
|
||||
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
gem build %{gem_name}.gemspec
|
||||
@ -108,6 +102,10 @@ ruby -rubygems -Ilib/ -S rspec spec/ || \
|
||||
%doc %{gem_docdir}
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
||||
d3b1e5c0d8fd9ec7cdc5d443385e7c0a rspec-support-3.5.0.gem
|
||||
7cc7826a8cc539ca0a124b394a771de8 rubygem-rspec-support-3.5.0-full.tar.gz
|
||||
SHA512 (rspec-support-3.6.0.gem) = 49ae5720093bb3d3323a7f313cbce9ac177ef21c3bb71a5a68f1152783252c10dbbf6ea10f51a08aa8073846b1819e7bce9a0711137cb255f7f29c996bd19b20
|
||||
|
Loading…
Reference in New Issue
Block a user