[rubygem-ldap_fluff] Update to ldap_fluff 0.3.1

Dominic Cleal domcleal at fedoraproject.org
Thu Aug 28 07:56:06 UTC 2014


commit 7d60a51bb38ed0bd75d5baecf8f4a2b9da789da8
Author: Dominic Cleal <dcleal at redhat.com>
Date:   Thu Aug 28 08:48:23 2014 +0100

    Update to ldap_fluff 0.3.1
    
    Update upstream URLs and descriptions
    
    Resolves: RHBZ#1124490

 .gitignore              |    1 +
 rubygem-ldap_fluff.spec |   23 +++++++++++------------
 sources                 |    2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2eb8d13..de641d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ldap_fluff-0.1.3.gem
 /ldap_fluff-0.2.5.gem
+/ldap_fluff-0.3.1.gem
diff --git a/rubygem-ldap_fluff.spec b/rubygem-ldap_fluff.spec
index e20509b..2fd7681 100644
--- a/rubygem-ldap_fluff.spec
+++ b/rubygem-ldap_fluff.spec
@@ -1,15 +1,15 @@
 # Generated from ldap_fluff-0.1.3.gem by gem2rpm -*- rpm-spec -*-
 %global gem_name ldap_fluff
 
-Summary: LDAP Querying tools for Active Directory, FreeIPA and Posix-style
+Summary: LDAP querying tools for Active Directory, FreeIPA and POSIX-style
 Name: rubygem-%{gem_name}
-Version: 0.2.5
-Release: 2%{?dist}
+Version: 0.3.1
+Release: 1%{?dist}
 Group: Development/Languages
-# license only available upstream: https://raw.github.com/jsomara/ldap_fluff/master/LICENSE
-# issue asking upstream to add license to gem: https://github.com/jsomara/ldap_fluff/issues/3
+# license only available upstream: https://raw.github.com/theforeman/ldap_fluff/master/LICENSE
+# next release will add license to gem: https://github.com/theforeman/ldap_fluff/commit/dcfa68428
 License: GPLv2+
-URL: https://github.com/Katello/ldap_fluff
+URL: https://github.com/theforeman/ldap_fluff
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
@@ -20,7 +20,7 @@ BuildRequires: rubygem(net-ldap)
 BuildArch: noarch
 
 %description
-Simple library for binding & group querying on top of various ldap
+Simple library for binding & group querying on top of various LDAP
 implementations
 
 
@@ -44,11 +44,6 @@ mkdir -p %{buildroot}%{gem_dir}
 cp -a .%{gem_dir}/* \
         %{buildroot}%{gem_dir}/
 
-# Relax ActiveSupport dependency.
-# https://github.com/Katello/ldap_fluff/issues/27
-sed -i 's/dependency(%q<activesupport>, \["~> 3\.2"\])/dependency(%q<activesupport>, [">= 3.2"])/' %{buildroot}%{gem_spec}
-
-
 %check
 pushd .%{gem_instdir}
 ruby -Ilib:test -e 'Dir.glob "./test/**/*_test.rb", &method(:require)'
@@ -65,6 +60,10 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Thu Aug 28 2014 Dominic Cleal <dcleal at redhat.com> - 0.3.1-1
+- Update to ldap_fluff 0.3.1
+- Update upstream URLs and descriptions
+
 * Tue Jun 17 2014 Vít Ondruch <vondruch at redhat.com> - 0.2.5-2
 - Relax ActiveSupport dependency.
 
diff --git a/sources b/sources
index cb3d736..a1d27cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e5b84bf54b58e88ce6f2674aa1f48b50  ldap_fluff-0.2.5.gem
+86811dc9a9ac772189cd35ff846b7833  ldap_fluff-0.3.1.gem


More information about the scm-commits mailing list