From 27e97304548bdd44fb2066b3872de45346d35b06d6c06f1932f5e61c25335361 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 19 Oct 2010 08:45:18 +0000 Subject: [PATCH] add perl as explicit buildrequire OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-C3?expand=0&rev=3 --- perl-Algorithm-C3.changes | 10 ++++++++++ perl-Algorithm-C3.spec | 1 + 2 files changed, 11 insertions(+) create mode 100644 perl-Algorithm-C3.changes diff --git a/perl-Algorithm-C3.changes b/perl-Algorithm-C3.changes new file mode 100644 index 0000000..84b4da1 --- /dev/null +++ b/perl-Algorithm-C3.changes @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 19 08:38:21 UTC 2010 - coolo@novell.com + +- add perl as explicit buildrequire + +------------------------------------------------------------------- +Sun Oct 26 00:00:00 UTC 2008 - gerrit.beine@gmx.de + +- first release 0.07 + diff --git a/perl-Algorithm-C3.spec b/perl-Algorithm-C3.spec index 3cc7a37..69c50a2 100644 --- a/perl-Algorithm-C3.spec +++ b/perl-Algorithm-C3.spec @@ -11,6 +11,7 @@ URL: http://search.cpan.org/dist/Algorithm-C3/ Summary: A module for merging hierarchies using the C3 algorithm Source: %cpan_name-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl %description This module implements the C3 algorithm. I have broken this out into it's own