[perl-Text-SpellChecker] Update to 0.06

Paul Howarth pghmcfc at fedoraproject.org
Wed Sep 15 12:18:21 UTC 2010


commit 4f01da23674a097bc370e4469256bb5ecdcce5d5
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Sep 15 13:17:45 2010 +0100

    Update to 0.06

 .gitignore                  |    2 +-
 perl-Text-SpellChecker.spec |   11 +++++++----
 sources                     |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf61cc9..13321ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Text-SpellChecker-0.05.tar.gz
+/Text-SpellChecker-0.06.tar.gz
diff --git a/perl-Text-SpellChecker.spec b/perl-Text-SpellChecker.spec
index e6fe4ee..8cde830 100644
--- a/perl-Text-SpellChecker.spec
+++ b/perl-Text-SpellChecker.spec
@@ -1,7 +1,7 @@
 Summary:	OO interface for spell-checking a block of text 
 Name:		perl-Text-SpellChecker
-Version:	0.05
-Release:	5%{?dist}
+Version:	0.06
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Text-SpellChecker/
@@ -32,8 +32,8 @@ left off), and highlighting the current misspelled word within the text.
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
-%{__chmod} -R u+w %{buildroot}/*
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
+%{__chmod} -R u+w %{buildroot}
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -45,6 +45,9 @@ left off), and highlighting the current misspelled word within the text.
 %{_mandir}/man3/Text::SpellChecker.3pm*
 
 %changelog
+* Wed Sep 15 2010 Paul Howarth <paul at city-fan.org> - 0.06-1
+- Update to 0.06
+
 * Fri May 07 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.05-5
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index fc2475a..ba7766d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a6be263bb08e82cb7a975ca799063a7  Text-SpellChecker-0.05.tar.gz
+aec95f851f490616c9b5f53857cfa074  Text-SpellChecker-0.06.tar.gz


More information about the scm-commits mailing list