[ruby-ldap] F-19: rebuild for ruby 2.0.0

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Mar 10 07:11:04 UTC 2013


commit c46234f13b85ecd3f7458c442dba52767f043b78
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Sun Mar 10 16:10:54 2013 +0900

    F-19: rebuild for ruby 2.0.0

 ruby-ldap.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ruby-ldap.spec b/ruby-ldap.spec
index 64c1189..eb04009 100644
--- a/ruby-ldap.spec
+++ b/ruby-ldap.spec
@@ -1,7 +1,7 @@
 
 Name:           ruby-ldap
 Version:        0.9.10
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Ruby LDAP libraries
 Group:          Development/Languages
 License:        BSD 
@@ -11,7 +11,11 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ruby openldap-devel openssl-devel 
 BuildRequires:  ruby-devel
+%if 0%{?fedora} >= 19
+Requires:       ruby(release)
+%else
 Requires:       ruby(abi) = 1.9.1 
+%endif
 Provides:       ruby(ldap) = %{version}-%{release}
 
 
@@ -51,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Mar 10 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.9.10-16
+- F-19: rebuild for ruby 2.0.0
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.10-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list