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 - 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 - 0.082840-6 - Perl 5.26 rebuild