Update to latest upstream

epel9
Shawn Starr 13 years ago
parent 794b2733d1
commit 0e0916b2b2

2
.gitignore vendored

@ -1 +1 @@
/addressable-2.2.6.gem /addressable-2.3.2.gem

@ -3,8 +3,8 @@
Summary: Improved URI/URL Implementation Summary: Improved URI/URL Implementation
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 2.2.6 Version: 2.3.2
Release: 4%{?dist} Release: 1%{?dist}
Group: Development/Languages Group: Development/Languages
License: ASL 2.0 License: ASL 2.0
URL: http://addressable.rubyforge.org/ URL: http://addressable.rubyforge.org/
@ -57,6 +57,9 @@ find .%{gem_instdir}/{Rakefile,lib,spec} -type f | \
find .%{gem_instdir}/{Rakefile,lib,spec} -type f | \ find .%{gem_instdir}/{Rakefile,lib,spec} -type f | \
xargs chmod 0644 xargs chmod 0644
# Fix conflict causing spec test failure
sed -i -e 's#^\([[:blank:]]*class\)[[:blank:]]HTTP*$#\1 AddressableHTTP#' -e 's#URI::HTTP#URI::AddressableHTTP#' .%{gem_instdir}/spec/addressable/uri_spec.rb
%check %check
pushd .%{gem_instdir} pushd .%{gem_instdir}
@ -66,21 +69,27 @@ popd
%files %files
%dir %{gem_instdir}/ %dir %{gem_instdir}/
%doc %{gem_instdir}/CHANGELOG %doc %{gem_instdir}/CHANGELOG.md
%doc %{gem_instdir}/LICENSE %doc %{gem_instdir}/LICENSE.txt
%{gem_instdir}/lib/ %{gem_instdir}/lib/
%{gem_instdir}/data/
%{gem_spec} %{gem_spec}
%exclude %{gem_cache} %exclude %{gem_cache}
%files doc %files doc
%doc %{gem_instdir}/README.md %doc %{gem_instdir}/README.md
%doc %{gem_instdir}/website %doc %{gem_instdir}/website
%{gem_instdir}/Gemfile
%{gem_instdir}/Rakefile %{gem_instdir}/Rakefile
%{gem_instdir}/tasks %{gem_instdir}/tasks
%{gem_instdir}/spec %{gem_instdir}/spec
%{gem_docdir} %{gem_docdir}
%changelog %changelog
* Thu Aug 23 2012 Shawn Starr <shawn.starr@rogers.com> - 2.3.2-1
- Bump to latest upstream
- Fix spec test due to namespace/classname conflict
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-4 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

@ -1 +1 @@
3eec7c544b664f28023ff5d7fb0116ef addressable-2.2.6.gem 0e0c0a0eeebd668287d1a43cd8db18bd addressable-2.3.2.gem

Loading…
Cancel
Save