[rubygem-thinking-sphinx] Update to thinking-sphinx 3.1.0

Ken Dreyer ktdreyer at fedoraproject.org
Fri Jan 17 16:46:10 UTC 2014


commit 3065c11259243017b73ab64cdda988e28352ae66
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Fri Jan 17 09:46:14 2014 -0700

    Update to thinking-sphinx 3.1.0
    
    - Remove dot-files during %prep

 .gitignore                   |    1 +
 rubygem-thinking-sphinx.spec |   11 +++++++----
 sources                      |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3df4fe..2f87a49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /thinking-sphinx-3.0.6.gem
+/thinking-sphinx-3.1.0.gem
diff --git a/rubygem-thinking-sphinx.spec b/rubygem-thinking-sphinx.spec
index 09769ec..5e7dccf 100644
--- a/rubygem-thinking-sphinx.spec
+++ b/rubygem-thinking-sphinx.spec
@@ -1,8 +1,8 @@
 %global gem_name thinking-sphinx
 
 Name: rubygem-%{gem_name}
-Version: 3.0.6
-Release: 2%{?dist}
+Version: 3.1.0
+Release: 1%{?dist}
 Summary: A smart wrapper over Sphinx for ActiveRecord
 Group: Development/Languages
 License: MIT
@@ -47,7 +47,7 @@ gem unpack %{SOURCE0}
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
 # Remove developer-only files.
-for f in Appraisals Gemfile Rakefile sketchpad.rb; do
+for f in .gitignore .travis.yml Appraisals Gemfile Rakefile sketchpad.rb; do
   rm $f
   sed -i "s|\"$f\",||g" %{gem_name}.gemspec
 done
@@ -104,7 +104,6 @@ popd
 %dir %{gem_instdir}
 %doc %{gem_instdir}/LICENCE
 %doc %{gem_instdir}/README.textile
-%exclude %{gem_instdir}/.*
 %{gem_libdir}
 %exclude %{gem_cache}
 %{gem_spec}
@@ -115,6 +114,10 @@ popd
 %exclude %{gem_instdir}/spec
 
 %changelog
+* Fri Jan 17 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 3.1.0-1
+- Update to thinking-sphinx 3.1.0
+- Remove dot-files during %%prep
+
 * Fri Nov 08 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 3.0.6-2
 - Escape macro in comments
 
diff --git a/sources b/sources
index 276f598..589b2d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ae17b3b8b56ee0a404ac5d71ed59392  thinking-sphinx-3.0.6.gem
+f9c6f8c5c0669c41355117ac77a492c4  thinking-sphinx-3.1.0.gem


More information about the scm-commits mailing list