Bug 707934
| Summary: | Rack 1.3 available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vít Ondruch <vondruch> |
| Component: | rubygem-rack | Assignee: | Jeroen van Meeuwen <vanmeeuwen+fedora> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | drjohnson1, mastahnke, mmorsi, mtasaka, vanmeeuwen+fedora, vondruch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-06-28 11:22:13 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Vít Ondruch
2011-05-26 11:21:41 UTC
@Jeroen: You have not responded to my emails nor to this bug report. Please respond if you are still maintaining the sunbird package. Otherwise I will ask FESco to take over this package, following the process described in: http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers @Jeroen: Ping. This is second try according to http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers Vit, have you already by change prepared a srpm for new rubygem-rack which can be imported into rawhide / F-15 soon? (In reply to comment #3) > Vit, have you already by change prepared a srpm for new rubygem-rack which can > be imported into rawhide / F-15 soon? Sorry, not yet. Update the changelog, and this builds fine in koji:
diff --git a/rubygem-rack.spec b/rubygem-rack.spec
index c89f2a0..7ca8373 100644
--- a/rubygem-rack.spec
+++ b/rubygem-rack.spec
@@ -6,8 +6,8 @@ Name: rubygem-%{gemname}
Summary: Common API for connecting web frameworks, web servers and layers of software
# Introduce Epoch (related to bug 552972)
Epoch: 1
-Version: 1.1.0
-Release: 3%{?dist}
+Version: 1.2.3
+Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://rubyforge.org/projects/%{gemname}/
@@ -17,8 +17,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: rubygems
Requires: ruby(abi) = 1.8
BuildRequires: rubygems
-BuildRequires(check): rubygem(rake)
-BuildRequires(check): rubygem(test-spec)
+BuildRequires: rubygem(rake)
+# BuildRequires for %%check
+BuildRequires: rubygem(bacon)
+#BuildRequires: rubygem(fcgi)
+BuildRequires: rubygem(test-spec)
BuildArch: noarch
Provides: rubygem(%{gemname}) = %{version}
@@ -77,6 +80,8 @@ do
done
popd
+rm %{buildroot}%{geminstdir}/Rakefile || :
+
%files
%defattr(-, root, root, -)
%dir %{geminstdir}
@@ -96,6 +101,9 @@ popd
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
I have updated rawhide to rubygem-rack-1.3.0-1. Please test it. |