[perl-Dancer] 1.3114 bump

Petr Pisar ppisar at fedoraproject.org
Tue Jun 4 07:16:20 UTC 2013


commit bc485e1676eff91de8b559dd69628b600cf56825
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jun 4 09:14:02 2013 +0200

    1.3114 bump

 .gitignore                                         |    1 +
 ...on-zero-exit-code-on-bad-application-name.patch |   25 -----------------
 Dancer-1.3113-CVE-2012-5572-2.patch                |   29 --------------------
 perl-Dancer.spec                                   |   15 ++++------
 sources                                            |    2 +-
 5 files changed, 8 insertions(+), 64 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3654fd2..7f9caee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /Dancer-1.3111.tar.gz
 /Dancer-1.3112.tar.gz
 /Dancer-1.3113.tar.gz
+/Dancer-1.3114.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index da5b536..0c9d4f8 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,17 +1,13 @@
 Name:           perl-Dancer
-Version:        1.3113
-Release:        2%{?dist}
+Version:        1.3114
+Release:        1%{?dist}
 Summary:        Lightweight yet powerful web application framework
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Dancer/
 Source0:        http://www.cpan.org/authors/id/Y/YA/YANICK/Dancer-%{version}.tar.gz
-# Bug #960184, GitHub #PerlDancer/Dancer/919
-Patch0:         Dancer-1.3112-Return-non-zero-exit-code-on-bad-application-name.patch
 # Bug #880330, test for CVE-2012-5572, GiHub #PerlDancer/Dancer/859
-Patch1:         Dancer-1.3113-CVE-2012-5572-1.patch
-# Bug #880330, fix for CVE-2012-5572, GiHub #PerlDancer/Dancer/859
-Patch2:         Dancer-1.3113-CVE-2012-5572-2.patch
+Patch0:         Dancer-1.3113-CVE-2012-5572-1.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(base)
@@ -99,8 +95,6 @@ your code.
 %prep
 %setup -q -n Dancer-%{version}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -122,6 +116,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 04 2013 Petr Pisar <ppisar at redhat.com> - 1.3114-1
+- 1.3114 bump
+
 * Mon Jun 03 2013 Petr Pisar <ppisar at redhat.com> - 1.3113-2
 - Fix CVE-2012-5572 (cookie name CR-LF injection) (bug #880330)
 
diff --git a/sources b/sources
index a61611b..5979f76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9ff2e2b8106a0578909fd9bc51f6ad8c  Dancer-1.3113.tar.gz
+2c06c0a80b68fb0785c265ce001078a7  Dancer-1.3114.tar.gz


More information about the scm-commits mailing list