From 5749e02db4ba0010d9e4c202e5988642b285ae4beb6d220c21eb69111a92b319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 20 Mar 2013 13:20:54 +0000 Subject: [PATCH] Accepting request 160239 from home:bmanojlovic:branches:devel:libraries:c_c++ - re-enable SLE support as %perl_requires is too new OBS-URL: https://build.opensuse.org/request/show/160239 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/FastCGI?expand=0&rev=30 --- FastCGI.changes | 5 +++++ FastCGI.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/FastCGI.changes b/FastCGI.changes index 1a31360..d7ac1e3 100644 --- a/FastCGI.changes +++ b/FastCGI.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 20 13:13:06 UTC 2013 - boris@steki.net + +- re-enable SLE support as %perl_requires is too new + ------------------------------------------------------------------- Mon Jun 11 12:12:00 UTC 2012 - coolo@suse.com diff --git a/FastCGI.spec b/FastCGI.spec index bbd60c0..1a8c088 100644 --- a/FastCGI.spec +++ b/FastCGI.spec @@ -1,7 +1,7 @@ # # spec file for package FastCGI # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -65,7 +65,11 @@ APIs. Summary: A scalable, open extension to CGI Group: Development/Languages/C and C++ Requires: %{name} = %{version} +%if 0%{?suse_version} < 1120 +Requires: perl >= 5.8.0 +%else %{perl_requires} +%endif %description -n perl-FastCGI FastCGI is a language independent, scalable, open extension to CGI that