From 171f9d36bea3b43d3b3ec2f27703a5d24e38e8eb Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mar 20 2015 11:24:06 +0000 Subject: 0.09 --- diff --git a/.gitignore b/.gitignore index 76c02ee..3c343f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ HTTP-Server-Simple-Static-0.07.tar.gz +/HTTP-Server-Simple-Static-0.09.tar.gz diff --git a/perl-HTTP-Server-Simple-Static.spec b/perl-HTTP-Server-Simple-Static.spec index 0da62b8..7a65241 100644 --- a/perl-HTTP-Server-Simple-Static.spec +++ b/perl-HTTP-Server-Simple-Static.spec @@ -1,6 +1,6 @@ Name: perl-HTTP-Server-Simple-Static -Version: 0.07 -Release: 17%{?dist} +Version: 0.09 +Release: 1%{?dist} Summary: Serve static files with HTTP::Server::Simple Group: Development/Libraries License: GPL+ or Artistic @@ -8,9 +8,8 @@ URL: http://search.cpan.org/dist/HTTP-Server-Simple-Static/ Source0: http://search.cpan.org/CPAN/authors/id/S/SJ/SJQUINNEY/HTTP-Server-Simple-Static-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(URI::Escape), perl(Exporter), perl(File::MMagic), perl(File::Spec::Functions) +BuildRequires: perl(URI::Escape), perl(Exporter), perl(File::LibMagic), perl(File::Spec::Functions) BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage), perl(HTTP::Server::Simple), perl(IO::File) -BuildRequires: perl(MIME::Types) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -38,11 +37,14 @@ make test %files %defattr(-,root,root,-) -%doc Changes README example.pl +%doc Changes example.pl %{perl_vendorlib}/HTTP/ %{_mandir}/man3/*.3pm* %changelog +* Fri Mar 20 2015 Tom Callaway - 0.09-1 +- update to 0.09 + * Thu Aug 28 2014 Jitka Plesnikova - 0.07-17 - Perl 5.20 rebuild diff --git a/sources b/sources index 0d24787..bc316e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79463e02883f6d66018b371eea59c137 HTTP-Server-Simple-Static-0.07.tar.gz +1f92b811088cf3d6bb0b5b6f061e001d HTTP-Server-Simple-Static-0.09.tar.gz