From ae4ee907fb5792c2bd93a9ca154442f16438d489 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Fri, 11 Sep 2009 16:15:16 +0000 Subject: [PATCH] - add default filtering (pro forma) - auto-update to 1.58 (by cpan-spec-update 0.01) --- .cvsignore | 2 +- perl-SQL-Abstract.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 21ecab7..7ad6d75 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -SQL-Abstract-1.56.tar.gz +SQL-Abstract-1.58.tar.gz diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec index 3e82403..673d365 100644 --- a/perl-SQL-Abstract.spec +++ b/perl-SQL-Abstract.spec @@ -1,6 +1,6 @@ Name: perl-SQL-Abstract -Version: 1.56 -Release: 2%{?dist} +Version: 1.58 +Release: 1%{?dist} Summary: Generate SQL from Perl data structures Group: Development/Libraries License: GPL+ or Artistic @@ -20,6 +20,8 @@ BuildRequires: perl(List::Util) BuildRequires: perl(Test::Builder) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description %{summary}. @@ -51,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 11 2009 Chris Weyl 1.58-1 +- add default filtering (pro forma) +- auto-update to 1.58 (by cpan-spec-update 0.01) + * Sun Jul 26 2009 Fedora Release Engineering - 1.56-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index d578502..2acbe4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab649305d42c30bc3ab87475bd2e07d9 SQL-Abstract-1.56.tar.gz +4ab50f21c4795a7ec988efa7b21e6270 SQL-Abstract-1.58.tar.gz