From 03f0c34b5799b6fc16b5a6c59dc04d164472a9a8 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Feb 21 2012 14:00:58 +0000 Subject: Update to 0.3000, add perl default filter --- diff --git a/.gitignore b/.gitignore index ee402eb..8560ee0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Starman-0.2013.tar.gz /Starman-0.2014.tar.gz +/Starman-0.3000.tar.gz diff --git a/perl-Starman.spec b/perl-Starman.spec index 3c883f8..9750fdb 100644 --- a/perl-Starman.spec +++ b/perl-Starman.spec @@ -1,6 +1,6 @@ Name: perl-Starman -Version: 0.2014 -Release: 2%{?dist} +Version: 0.3000 +Release: 1%{?dist} Summary: High-performance preforking PSGI/Plack web server License: GPL+ or Artistic Group: Development/Libraries @@ -23,6 +23,8 @@ BuildRequires: perl(Test::Requires) BuildRequires: perl(Test::TCP) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description Starman is a PSGI perl web server that has unique features such as high performance, preforking, use of signals and a small memory footprint. It is PSGI @@ -57,6 +59,10 @@ make test %{_mandir}/man3/* %changelog +* Tue Feb 21 2012 Emmanuel Seyman 0.3000-1 +- Update to 0.3000 +- Add perl default filter + * Fri Jan 13 2012 Fedora Release Engineering - 0.2014-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 1819cb2..686fd5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f2e58e3d9916148a90edc4c99452bf1 Starman-0.2014.tar.gz +f629a15128577f8e6b3e0793ef0a19d0 Starman-0.3000.tar.gz