[perl-Dancer] 1.3113 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Mon May 13 08:19:06 UTC 2013


commit 335353e67615bdbf93c5f891ac24e81667e6a0e6
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Mon May 13 10:18:57 2013 +0200

    1.3113 bump

 .gitignore                                |    1 +
 Dancer-1.3112-Correct-reversed-link.patch |   26 --------------------------
 perl-Dancer.spec                          |   10 +++++-----
 sources                                   |    2 +-
 4 files changed, 7 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a309c17..3654fd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /Dancer-1.3110.tar.gz
 /Dancer-1.3111.tar.gz
 /Dancer-1.3112.tar.gz
+/Dancer-1.3113.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index bdf6eab..3b677eb 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,6 +1,6 @@
 Name:           perl-Dancer
-Version:        1.3112
-Release:        2%{?dist}
+Version:        1.3113
+Release:        1%{?dist}
 Summary:        Lightweight yet powerful web application framework
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,8 +8,6 @@ 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
-# Required since Test-Pod-1.48, GitHub #PerlDancer/Dancer/920
-Patch1:         Dancer-1.3112-Correct-reversed-link.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(base)
@@ -97,7 +95,6 @@ your code.
 %prep
 %setup -q -n Dancer-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -119,6 +116,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 13 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.3112-1
+- 1.3113 bump
+
 * Tue May 07 2013 Petr Pisar <ppisar at redhat.com> - 1.3112-2
 - Return proper exit code on dancer tool failure (bug #960184)
 
diff --git a/sources b/sources
index c712b3f..a61611b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9626697fff2a29d45ee613657b0ca0c1  Dancer-1.3112.tar.gz
+9ff2e2b8106a0578909fd9bc51f6ad8c  Dancer-1.3113.tar.gz


More information about the scm-commits mailing list