[rubygem-charlock_holmes] Update to charlock_holmes 0.7.3 (RHBZ #1105821)

Ken Dreyer ktdreyer at fedoraproject.org
Wed Jun 11 19:37:15 UTC 2014


commit 7ff2734cf7f17fe823b7afc5ebbf9903bfbc46a9
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Wed Jun 11 13:35:18 2014 -0600

    Update to charlock_holmes 0.7.3 (RHBZ #1105821)
    
    - Use HTTPS URL

 .gitignore                   |    2 +-
 rubygem-charlock_holmes.spec |   10 +++++++---
 sources                      |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 85f1fea..4643040 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /charlock_holmes-0.6.9.4.gem
-/charlock_holmes-0.7.1.gem
+/charlock_holmes-0.7.3.gem
diff --git a/rubygem-charlock_holmes.spec b/rubygem-charlock_holmes.spec
index d68ba3c..409218b 100644
--- a/rubygem-charlock_holmes.spec
+++ b/rubygem-charlock_holmes.spec
@@ -1,12 +1,12 @@
 %global gem_name charlock_holmes
 
 Name: rubygem-%{gem_name}
-Version: 0.7.1
-Release: 2%{?dist}
+Version: 0.7.3
+Release: 1%{?dist}
 Summary: Character encoding detection, brought to you by ICU
 Group: Development/Languages
 License: MIT
-URL: http://github.com/brianmario/charlock_holmes
+URL: https://github.com/brianmario/charlock_holmes
 Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
@@ -91,6 +91,10 @@ popd
 
 
 %changelog
+* Wed Jun 11 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.7.3-1
+- Update to charlock_holmes 0.7.3 (RHBZ #1105821)
+- Use HTTPS URL
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index dc4503e..391419c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7d45a4d8aef77489174607d51e73f70  charlock_holmes-0.7.1.gem
+54a587a3496a398e29ab6a273f4e7358  charlock_holmes-0.7.3.gem


More information about the scm-commits mailing list