Changeset 2189 for trunk/server
- Timestamp:
- May 5, 2012, 7:32:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/rubygems.spec.patch
r2141 r2189 1 --- rubygems.spec.~1~ 2012-0 1-26 05:30:19.000000000 -05002 +++ rubygems.spec 2012-0 2-10 16:01:12.137685657 -05001 --- rubygems.spec.~1~ 2012-04-20 14:46:27.000000000 -0400 2 +++ rubygems.spec 2012-05-03 14:12:52.421863447 -0400 3 3 @@ -15,7 +15,7 @@ 4 4 Summary: The Ruby standard for packaging ruby libraries 5 5 Name: rubygems 6 6 Version: 1.7.2 7 -Release: 4%{?dist}8 +Release: 4%{?dist}.scripts.%{scriptsversion}7 -Release: 5%{?dist} 8 +Release: 5%{?dist}.scripts.%{scriptsversion} 9 9 Group: Development/Libraries 10 10 # No GPL version is specified. 11 11 License: Ruby or GPL+ 12 @@ -4 0,6 +40,9 @@13 # ... and spec_file is not supported yet14 Patch 7: rubygems-1.7.2-escape-string-skip-test.patch12 @@ -42,6 +42,9 @@ 13 # Insecure connection to SSL repository fix 14 Patch10: rubygems-1.x.x-ssl-connection-don_t-revert.patch 15 15 16 16 +Provides: scripts-rubygems = %{version}-%{release} … … 20 20 Requires: ruby >= 1.8.7 21 21 Requires: ruby-rdoc 22 @@ -79,6 +82,8 @@ 23 %patch6 -p1 -b .esc 22 @@ -83,6 +86,8 @@ 24 23 %patch7 -p1 -b .esc.skip 24 %patch10 -p1 -b .ssl 25 25 26 26 +%patch1000 -p1 -b .thread
Note: See TracChangeset
for help on using the changeset viewer.