diff --git a/clamtk-4.34-add_searchpath.patch b/clamtk-4.34-add_searchpath.patch deleted file mode 100644 index 9aa0e5f..0000000 --- a/clamtk-4.34-add_searchpath.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- clamtk.orig 2011-08-20 13:32:47.754000887 +0200 -+++ clamtk 2011-08-20 13:33:07.637000363 +0200 -@@ -17,6 +17,7 @@ - #use warnings; - $| = 1; - -+use lib qw(/usr/lib); - use ClamTk::App; - use ClamTk::Device; - use ClamTk::GUI; diff --git a/clamtk-4.34.tar.bz2 b/clamtk-4.34.tar.bz2 deleted file mode 100644 index 051b34a..0000000 --- a/clamtk-4.34.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33a5eb41b1fe5bba26dd59e5eac8a754e3736580a7425ae0b84d9bc2f5687127 -size 345796 diff --git a/clamtk-4.35-add_searchpath.patch b/clamtk-4.35-add_searchpath.patch new file mode 100644 index 0000000..ad78885 --- /dev/null +++ b/clamtk-4.35-add_searchpath.patch @@ -0,0 +1,10 @@ +--- clamtk.orig 2011-10-02 01:53:12.610000417 +0200 ++++ clamtk 2011-10-02 01:53:26.555000417 +0200 +@@ -17,6 +17,7 @@ + use warnings; + $| = 1; + ++use lib qw(/usr/lib); + use ClamTk::App; + use ClamTk::Device; + use ClamTk::GUI; diff --git a/clamtk-4.35.tar.bz2 b/clamtk-4.35.tar.bz2 new file mode 100644 index 0000000..2e81498 --- /dev/null +++ b/clamtk-4.35.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b9f31194d8558b38aafff901f1b6ef954dbe181c35bd6c0a98113c6d3956a8 +size 335830 diff --git a/clamtk.changes b/clamtk.changes index 2fdd281..4a41c82 100644 --- a/clamtk.changes +++ b/clamtk.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 26 08:28:13 UTC 2011 - pascal.bleser@opensuse.org + +- update to 4.35: + * fix for very slow scanning affecting small number of users + * fix toolbar to show all buttons, no arrow + * minor fix to AV wizard + * fix to elapsed timer not resetting after scans + * updated translations: Malay (ms), Slovak (sk_SK), English (en_GB), Polish + (pl), Bosnian (bs), German (de), Spanish (es) + ------------------------------------------------------------------- Thu Sep 8 22:06:50 UTC 2011 - pascal.bleser@opensuse.org diff --git a/clamtk.spec b/clamtk.spec index 130a3bd..0d8fc84 100644 --- a/clamtk.spec +++ b/clamtk.spec @@ -1,12 +1,12 @@ # vim: set ts=4 sw=4 et: Name: clamtk -Version: 4.34 +Version: 4.35 Release: 0 Summary: GUI for the ClamAV Antivirus # http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz Source: clamtk-%{version}.tar.bz2 -Patch0: clamtk-4.34-add_searchpath.patch +Patch0: clamtk-4.35-add_searchpath.patch URL: http://clamtk.sourceforge.net/ Group: Productivity/Security License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)