From 41aad864e9559e02a4d65474bc99afb7370bb57823dfa1d83c585fac6c4cd91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Thu, 5 Sep 2013 15:44:44 +0000 Subject: [PATCH] - add libperl_requires OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=45 --- irssi.changes | 6 ++++++ irssi.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/irssi.changes b/irssi.changes index 562e9f8..e5a80f5 100644 --- a/irssi.changes +++ b/irssi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 5 17:44:34 CEST 2013 - mls@suse.de + +- add libperl_requires, as we link against libperl and thus + need a specific version of perl + ------------------------------------------------------------------- Mon Jun 10 16:16:30 UTC 2013 - mrueckert@suse.de diff --git a/irssi.spec b/irssi.spec index 0fe9102..04acef6 100644 --- a/irssi.spec +++ b/irssi.spec @@ -1,7 +1,7 @@ # # spec file for package irssi # -# 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 @@ -51,8 +51,9 @@ License: GPL-2.0+ Group: Productivity/Networking/IRC %if 0%{?suse_version} > 1130 %{perl_requires} +%{?libperl_requires} %else -Requires: perl = %perl_version +Requires: perl = %{perl_version} %endif %description