From 3746ee3dd1d1eef476b692d4194e6ff3ec13e822 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Feb 04 2011 10:59:23 +0000 Subject: Import perl-Array-Utils-0.5-1.fc14.src.rpm --- diff --git a/.gitignore b/.gitignore index f959477..11fea74 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Array-Utils-0.3.tar.gz +/Array-Utils-0.5.tar.gz diff --git a/perl-Array-Utils.spec b/perl-Array-Utils.spec index c4e47ca..f1d2e47 100644 --- a/perl-Array-Utils.spec +++ b/perl-Array-Utils.spec @@ -1,6 +1,6 @@ Name: perl-Array-Utils -Version: 0.3 -Release: 2%{?dist} +Version: 0.5 +Release: 1%{?dist} Summary: Small utils for array manipulation License: GPL+ or Artistic Group: Development/Libraries @@ -13,9 +13,8 @@ BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -A small pure-perl module containing list manipulation routines. The -module emerged because I was tired to include same utility routines in -numerous projects. +A small pure-perl module containing list manipulation routines, +to avoid code duplication, idioms. %prep @@ -54,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 30 2010 Lubomir Rintel (GoodData) 0.5-1 +- Rebase to a later release + * Fri Nov 26 2010 Lubomir Rintel (GoodData) 0.3-2 - Add Test::More BR - Tidy up diff --git a/sources b/sources index aabc428..9bbf0c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ace073e83fd169e050b99b606086950 Array-Utils-0.3.tar.gz +ac15e6dce2c7c9d1855ecab9eb00aee6 Array-Utils-0.5.tar.gz