diff --git a/clamtk.changes b/clamtk.changes index 33c87c3..d43937a 100644 --- a/clamtk.changes +++ b/clamtk.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 3 16:13:29 UTC 2014 - pascal.bleser@opensuse.org + +- added missing requires for perl(Text::CSV), thanks to Gerrit Jan Eldering for + reporting + ------------------------------------------------------------------- Fri Jan 03 08:57:56 UTC 2014 - pascal.bleser@opensuse.org diff --git a/clamtk.spec b/clamtk.spec index 3112939..2142115 100644 --- a/clamtk.spec +++ b/clamtk.spec @@ -40,6 +40,7 @@ Requires: perl(Gtk2::SimpleList) Requires: perl(LWP::UserAgent) Requires: perl(Locale::gettext) Requires: perl(Net::DNS) +Requires: perl(Text::CSV) Requires: zenity # not actually needed, but to make the build fail if the dependencies # won't be available at runtime: @@ -49,6 +50,7 @@ BuildRequires: perl(Digest::MD5) BuildRequires: perl(Encode) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Copy) +BuildRequires: perl(Text::CSV) ## BuildRequires: perl(File::Find::Rule) BuildRequires: perl(File::Path) BuildRequires: perl(Glib)