- Timestamp:
- May 23, 2012, 12:48:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc17-dev/server/fedora/specs/rubygems.spec.patch
r2195 r2198 1 --- rubygems.spec.~1~ 2012-04-2 0 14:46:27.000000000 -04002 +++ rubygems.spec 2012-05- 03 14:12:52.421863447-04003 @@ -1 5,7 +15,7 @@1 --- rubygems.spec.~1~ 2012-04-28 04:01:50.000000000 -0400 2 +++ rubygems.spec 2012-05-22 23:47:16.001145101 -0400 3 @@ -18,7 +18,7 @@ 4 4 Summary: The Ruby standard for packaging ruby libraries 5 5 Name: rubygems 6 Version: 1. 7.27 -Release: 5%{?dist}8 +Release: 5%{?dist}.scripts.%{scriptsversion}6 Version: 1.8.24 7 -Release: 1%{?dist} 8 +Release: 1%{?dist}.scripts.%{scriptsversion} 9 9 Group: Development/Libraries 10 # No GPL version is specified.11 License: Ruby or GPL+12 @@ - 42,6 +42,9@@13 # Insecure connection to SSL repository fix14 Patch10 : rubygems-1.x.x-ssl-connection-don_t-revert.patch10 License: Ruby or MIT 11 12 @@ -52,6 +52,8 @@ 13 # https://github.com/rubygems/rubygems/issues/210 14 Patch109: rubygems-1.8.11-binary-extensions.patch 15 15 16 16 +Provides: scripts-rubygems = %{version}-%{release} 17 17 +Patch1000: rubygems-rails-require-thread.patch 18 + 19 Requires: ruby(abi) = 1.8 20 Requires: ruby >= 1.8.7 21 Requires: ruby-rdoc 22 @@ -83,6 +86,8 @@ 23 %patch7 -p1 -b .esc.skip 24 %patch10 -p1 -b .ssl 18 19 Requires: ruby(abi) = 1.9.1 20 Requires: rubygem(rdoc) >= 3.9.4 21 @@ -97,6 +99,8 @@ 22 %patch105 -p1 -b .uninst 23 %patch109 -p1 -b .bindir 25 24 26 25 +%patch1000 -p1 -b .thread
Note: See TracChangeset
for help on using the changeset viewer.