From 64a8fd5939eaa4c0a3be64ca10a246e1c714175d Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 8 Mar 2016 09:41:36 +0000 Subject: [PATCH] Update to 2.13 - New upstream release 2.13 - Not all information was extracted from the Apache tables - Simplify find command using -delete --- perl-MIME-Types.spec | 11 ++++++++--- sources | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/perl-MIME-Types.spec b/perl-MIME-Types.spec index 0972faa..ec16636 100644 --- a/perl-MIME-Types.spec +++ b/perl-MIME-Types.spec @@ -8,8 +8,8 @@ %endif Name: perl-MIME-Types -Version: 2.12 -Release: 2%{?dist} +Version: 2.13 +Release: 1%{?dist} Summary: MIME types module for Perl License: GPL+ or Artistic Group: Development/Libraries @@ -82,7 +82,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} %check @@ -108,6 +108,11 @@ rm -rf %{buildroot} %endif %changelog +* Tue Mar 8 2016 Paul Howarth - 2.13-1 +- Update to 2.13 + - Not all information was extracted from the Apache tables +- Simplify find command using -delete + * Thu Feb 04 2016 Fedora Release Engineering - 2.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 55d3050..9152ff7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bbd17e44183d0e958edd27ebf4673272 MIME-Types-2.12.tar.gz +f2892ae9e6ea660a58746699c3924817 MIME-Types-2.13.tar.gz