diff --git a/clamtk-4.39.tar.gz b/clamtk-4.39.tar.gz deleted file mode 100644 index 7d86e7d..0000000 --- a/clamtk-4.39.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:800072479748d5e0e445fc60bceb65f02ee32bb2cd016e2f9dca36b3990218b7 -size 543479 diff --git a/clamtk-4.40.tar.gz b/clamtk-4.40.tar.gz new file mode 100644 index 0000000..8216873 --- /dev/null +++ b/clamtk-4.40.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8761c31e6cffaa4451728a2cd4ed18b6c1e74e564ad1e202a8b85c7038167d +size 543133 diff --git a/clamtk.changes b/clamtk.changes index c7b7d87..c36bfa9 100644 --- a/clamtk.changes +++ b/clamtk.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun May 27 06:33:38 UTC 2012 - pascal.bleser@opensuse.org + +- update to 4.40: + * improvements to startup/scanning time, especially for full system scans + (lp#697614) + * removed "Ready" and "Elapsed time" fields: kind of pointless and makes the + other two fields more clear + * removed some debugging statements left from 4.39 + * update translations + ------------------------------------------------------------------- Sat Apr 21 22:37:19 UTC 2012 - pascal.bleser@opensuse.org diff --git a/clamtk.spec b/clamtk.spec index 7e72e47..c1b29c6 100644 --- a/clamtk.spec +++ b/clamtk.spec @@ -14,7 +14,7 @@ # vim: set ts=4 sw=4 et: Name: clamtk -Version: 4.39 +Version: 4.40 Release: 0 Summary: GUI for the ClamAV Antivirus Source: http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz @@ -32,7 +32,7 @@ Requires: perl(Digest::MD5) Requires: perl(Encode) Requires: perl(File::Basename) Requires: perl(File::Copy) -Requires: perl(File::Find::Rule) +## Requires: perl(File::Find::Rule) Requires: perl(File::Path) Requires: perl(Glib) Requires: perl(Gtk2) @@ -49,7 +49,7 @@ BuildRequires: perl(Digest::MD5) BuildRequires: perl(Encode) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Copy) -BuildRequires: perl(File::Find::Rule) +## BuildRequires: perl(File::Find::Rule) BuildRequires: perl(File::Path) BuildRequires: perl(Glib) BuildRequires: perl(Gtk2) @@ -77,7 +77,7 @@ It is designed to be an easy-to-use, point and click virus scanner. %install %__install -D -m 0755 clamtk "%{buildroot}%{_bindir}/clamtk" -%__install -D -m 0644 clamtk.png "%{buildroot}%{_datadir}/pixmaps/clamtk.png" +%__install -D -m 0644 images/clamtk.png "%{buildroot}%{_datadir}/pixmaps/clamtk.png" %__install -D -m 0644 clamtk.desktop "%{buildroot}%{_datadir}/applications/%{name}.desktop" %__install -D -m 0644 clamtk.1 "%{buildroot}%{_mandir}/man1/clamtk.1"