ppisar pushed to perl-Lingua-EN-Fathom (master). "1.18 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Oct 1 11:48:26 UTC 2015


From 1b824429199d2c2c6de35adb56f935e0ac95f891 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Thu, 1 Oct 2015 13:48:07 +0200
Subject: 1.18 bump


diff --git a/.gitignore b/.gitignore
index f7673eb..9e10156 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Lingua-EN-Fathom-1.15.tar.gz
+/Lingua-EN-Fathom-1.18.tar.gz
diff --git a/perl-Lingua-EN-Fathom.spec b/perl-Lingua-EN-Fathom.spec
index 079ed26..54417f2 100644
--- a/perl-Lingua-EN-Fathom.spec
+++ b/perl-Lingua-EN-Fathom.spec
@@ -1,6 +1,6 @@
 Name:           perl-Lingua-EN-Fathom
-Version:        1.15
-Release:        6%{?dist}
+Version:        1.18
+Release:        1%{?dist}
 Summary:        Measure readability of English text
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,12 +8,25 @@ URL:            http://search.cpan.org/dist/Lingua-EN-Fathom/
 Source0:        http://www.cpan.org/authors/id/K/KI/KIMRYAN/Lingua-EN-Fathom-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Lingua::EN::Syllable)
+# Run-time:
+BuildRequires:  perl(Lingua::EN::Syllable) >= 0.28
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Tests:
 BuildRequires:  perl(Test::More)
+# Optional tests:
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Lingua::EN::Syllable) >= 0.28
+
+# Remove under-specified dependencies
+%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Lingua::EN::Syllable\\)$
 
 %description
 This module analyses English text in either a string or file. Totals are
@@ -43,12 +56,14 @@ make test
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 01 2015 Petr Pisar <ppisar at redhat.com> - 1.18-1
+- 1.18 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.15-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 3e33c9f..788bf57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94bd7ecf1f9b460fb090f478a39acdfd  Lingua-EN-Fathom-1.15.tar.gz
+e9c77458ffd5fdfb9b9f433efc9178de  Lingua-EN-Fathom-1.18.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Lingua-EN-Fathom.git/commit/?h=master&id=1b824429199d2c2c6de35adb56f935e0ac95f891


More information about the perl-devel mailing list