From 3f932958f8f21034f530aad2fa84f06802ff74a2 Mon Sep 17 00:00:00 2001
From: Adam Williamson <awill...@redhat.com>
Date: Fri, 16 Oct 2015 00:00:27 -0700
Subject: disable a test on <F23 that does not work correctly there

---
 perl-Mojolicious-Plugin-RenderFile.spec | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/perl-Mojolicious-Plugin-RenderFile.spec 
b/perl-Mojolicious-Plugin-RenderFile.spec
index 71e2521..8e06fc4 100644
--- a/perl-Mojolicious-Plugin-RenderFile.spec
+++ b/perl-Mojolicious-Plugin-RenderFile.spec
@@ -1,6 +1,6 @@
 Name:           perl-Mojolicious-Plugin-RenderFile
 Version:        0.09
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Mojolicious plugin allowing customization to force file 
download
 # See lib/Mojolicious/Plugin/RenderFile.pm
 License:        GPL+ or Artistic
@@ -34,6 +34,11 @@ the HTTP headers sent to the client.
 
 %prep
 %setup -q -n Mojolicious-Plugin-RenderFile-%{version}
+# This test only works properly with Mojo 5.78+:
+# https://github.com/koorchik/Mojolicious-Plugin-RenderFile/commit/0dfa997
+%if 0%{?fedora} < 23
+rm t/multibyte_filename.t
+%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@@ -53,6 +58,9 @@ make test
 %{_mandir}/man3/Mojolicious*
 
 %changelog
+* Thu Oct 15 2015 Adam Williamson <awill...@redhat.com> - 0.09-5
+- disable a test on <F23 that does not work correctly there
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.09-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-Mojolicious-Plugin-RenderFile.git/commit/?h=f22&id=3f932958f8f21034f530aad2fa84f06802ff74a2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to