[perl-Dancer] 1.3129 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Sep 11 13:56:35 UTC 2014


commit 867c38db6586b0efa893bf1873f8db42d968c417
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Sep 11 15:56:30 2014 +0200

    1.3129 bump

 .gitignore       |    1 +
 perl-Dancer.spec |   11 ++++++++---
 sources          |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f8bb86..e910a81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /Dancer-1.3123.tar.gz
 /Dancer-1.3124.tar.gz
 /Dancer-1.3126.tar.gz
+/Dancer-1.3129.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 237bb70..cad06c9 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,6 +1,6 @@
 Name:           perl-Dancer
-Version:        1.3126
-Release:        3%{?dist}
+Version:        1.3129
+Release:        1%{?dist}
 Summary:        Lightweight yet powerful web application framework
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -24,6 +24,7 @@ BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Hash::Merge::Simple)
 BuildRequires:  perl(HTTP::Body) >= 1.07
 BuildRequires:  perl(HTTP::Cookies)
 BuildRequires:  perl(HTTP::Date)
@@ -64,6 +65,7 @@ BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::stat)
 BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(IO::File)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Plack::Handler::FCGI)
 BuildRequires:  perl(Plack::Runner)
 BuildRequires:  perl(Pod::Usage)
@@ -109,13 +111,16 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc AUTHORS CHANGES LICENSE TODO examples
+%doc AUTHORS Changes LICENSE examples
 %{_bindir}/dancer
 %{perl_vendorlib}/*
 %{_mandir}/man1/dancer.1*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 11 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.3129-1
+- 1.3129 bump
+
 * Sun Sep 07 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.3126-3
 - Perl 5.20 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 90998bc..dc70e9e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47fa0ec8f7905178ab0ad8761342c8e7  Dancer-1.3126.tar.gz
+14bb65149a819256e32983d37c942257  Dancer-1.3129.tar.gz


More information about the scm-commits mailing list