Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 912225 Details for
Bug 1096996
kgio needs to be rebuilt in Rawhide for Ruby 2.1
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for rawhide
0001-Fixes-for-Ruby-2.1-packaging-guidelines-1096996-1107.patch (text/plain), 2.32 KB, created by
Yaakov Selkowitz
on 2014-06-25 20:16:55 UTC
(
hide
)
Description:
Patch for rawhide
Filename:
MIME Type:
Creator:
Yaakov Selkowitz
Created:
2014-06-25 20:16:55 UTC
Size:
2.32 KB
patch
obsolete
>From 5222dac2f6fce8f85d8fe65c9f96d01de8451218 Mon Sep 17 00:00:00 2001 >From: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> >Date: Wed, 25 Jun 2014 15:16:18 -0500 >Subject: [PATCH] Fixes for Ruby 2.1 packaging guidelines (#1096996, #1107152) > >--- > rubygem-kgio.spec | 17 ++++++++++++++--- > 1 file changed, 14 insertions(+), 3 deletions(-) > >diff --git a/rubygem-kgio.spec b/rubygem-kgio.spec >index e8ae5e1..e59f464 100644 >--- a/rubygem-kgio.spec >+++ b/rubygem-kgio.spec >@@ -13,7 +13,7 @@ > Summary: Kinder, gentler I/O for Ruby > Name: rubygem-%{gem_name} > Version: 2.8.0 >-Release: 4%{?dist} >+Release: 5%{?dist} > Group: Development/Tools > License: LGPLv2 or LGPLv3 > # LICENSE file defines the licencing aspects of kgiox. >@@ -22,7 +22,7 @@ URL: http://bogomips.org/kgio > Source0: http://rubygems.org/downloads/%{gem_name}-%{version}.gem > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >-%if 0%{?fedora} >= 19 >+%if 0%{?fedora} >= 19 && 0%{?fedora} < 21 > Requires: ruby(release) > %endif > >@@ -35,7 +35,9 @@ BuildRequires: ruby-devel > BuildRequires: ruby-irb > BuildRequires: rubygems-devel > BuildRequires: rubygem(minitest) >+%if 0%{?fedora} < 21 > Provides: rubygem(%{gem_name}) = %{version} >+%endif > ExcludeArch: ppc ppc64 > > %description >@@ -97,11 +99,17 @@ install -d -m0755 %{buildroot}%{gem_extdir} > mv %{buildroot}%{gem_instdir}/lib/kgio_ext.so %{buildroot}%{gem_extdir}/lib/ > %endif > >-%if 0%{?fedora} >= 19 >+%if 0%{?fedora} >= 19 && 0%{?fedora} < 21 > install -d m0755 %{buildroot}%{gem_extdir_mri}/lib > mv %{buildroot}%{gem_instdir}/lib/kgio_ext.so %{buildroot}%{gem_extdir_mri}/lib/ > %endif > >+ >+%if 0%{?fedora} >= 21 >+install -d m0755 %{buildroot}%{gem_extdir_mri} >+cp -a .%{gem_extdir_mri}/{gem.build_complete,kgio_ext.so} %{buildroot}%{gem_extdir_mri}/ >+%endif >+ > %check > cd %{buildroot}%{gem_instdir} > RUBYOPT="-Ilib -I%{buildroot}%{gem_extdir}/lib -Itest" testrb test/test_* >@@ -140,6 +148,9 @@ rm -rf %{buildroot} > %{gem_instdir}/lib/kgio.rb > > %changelog >+* Wed Jun 25 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 2.8.0-5 >+- Fixes for Ruby 2.1 packaging guidelines (#1096996, #1107152) >+ > * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.0-4 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild > >-- >1.9.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1096996
: 912225