From d6a35a4e20fb2301ec591460beac341a2f0163a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Wed, 7 Jun 2017 09:49:05 +0200
Subject: Correct description wording

---
 .rpmlint             | 2 ++
 perl-DBIx-Class.spec | 7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)
 create mode 100644 .rpmlint

diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..4a51156
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* perlish");
diff --git a/perl-DBIx-Class.spec b/perl-DBIx-Class.spec
index 20e4f86..35fc5e5 100644
--- a/perl-DBIx-Class.spec
+++ b/perl-DBIx-Class.spec
@@ -270,9 +270,9 @@ Provides:       perl(DBIx::ContextualFetch::st) = %{version}
 %description
 This is an SQL to OO mapper with an object API inspired by Class::DBI
 (and a compatibility layer as a springboard for porting) and a
-resultset API that allows abstract encapsulation of database
-operations. It aims to make representing queries in your code as perl-
-ish as possible while still providing access to as many of the
+result-set API that allows abstract encapsulation of database
+operations. It aims to make representing queries in your code as perlish
+as possible while still providing access to as many of the
 capabilities of the database as possible, including retrieving related
 records from multiple tables in a single query, JOIN, LEFT JOIN, COUNT,
 DISTINCT, GROUP BY and HAVING support.
@@ -317,6 +317,7 @@ make test
 * Wed Jun 07 2017 Petr Pisar <[email protected]> - 0.082840-7
 - Fix README encoding (CPAN RT#122028)
 - Do not use /usr/bin/env in shell bangs
+- Correct description wording
 
 * Tue Jun 06 2017 Jitka Plesnikova <[email protected]> - 0.082840-6
 - Perl 5.26 rebuild
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-DBIx-Class.git/commit/?h=master&id=d6a35a4e20fb2301ec591460beac341a2f0163a2
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to