Pascal Bleser 2014-01-03 09:46:05 +00:00 committed by Git OBS Bridge
parent 43b3869cba
commit dd2259cffe
5 changed files with 53 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6bd43a8b50bc203cb3b88ea6dd41a7aac5806ce1de7804391830a3c7793454e5
size 550938

3
clamtk-5.02.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:646bc1e24cfbbe53c626203945856fb14cbd96ebcc5393fa07d6516f5c12196c
size 852640

View File

@ -1,6 +1,10 @@
--- clamtk.orig 2012-10-19 01:28:09.878523423 +0200
+++ clamtk 2012-10-19 01:28:18.737547890 +0200
@@ -19,2 +19,3 @@
--- clamtk.orig 2014-01-03 10:41:58.694487416 +0100
+++ clamtk 2014-01-03 10:42:15.532498868 +0100
@@ -19,6 +19,7 @@
use utf8;
$| = 1;
+use lib qw(/usr/lib);
use ClamTk::Analysis;
use ClamTk::App;
use ClamTk::Assistant;

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Jan 03 08:57:56 UTC 2014 - pascal.bleser@opensuse.org
- update to 5.02:
* add gnome-icon-theme to requirements
* update statusbar after saving update preferences
* add missing icon in Nautilus context menu
* remove unused (notify-send and more) code from App.pm
* ensure FileChooserButton cannot be clicked with nothing (due to inability
to reset)
* remove deprecated encoding pragma
- changes from 5.01:
* fix minimum Gtk2 version to >= 1.241
* fix parsing issue on paths with spaces and special characters
* update VT file size limit
* correct quarantine sorting from lexical to spaceship operator (numerically
ascending)
* allow quarantine scrollwindow to actually scroll
* results columns are now resizable
- changes from 5.00:
* right-click file manager support; uses nautilus-python
* use of Virustotal API; requires perl-JSON and perl-LWP-Protocol-https
* now using Time::Piece instead of Date::Calc; it's a Perl built-in
* now using Digest::SHA (sha256) instead of Digest::MD5
- changes from 4.46:
* minor bug fix for recursive option
-------------------------------------------------------------------
Wed Aug 07 22:14:37 UTC 2013 - pascal.bleser@opensuse.org

View File

@ -14,28 +14,28 @@
# vim: set ts=4 sw=4 et:
Name: clamtk
Version: 4.45
Version: 5.02
Release: 0
Summary: GUI for the ClamAV Antivirus
Source: http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz
Source: https://bitbucket.org/dave_theunsub/clamtk/downloads/clamtk-%{version}.tar.gz
Patch0: clamtk-add_searchpath.patch
URL: http://clamtk.sourceforge.net/
URL: http://code.google.com/p/clamtk/
Group: Productivity/Security
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
License: GPL-1.0+ or Artistic-1.0
BuildRoot: %{_tmppath}/build-%{name}-%{version}
Requires: clamav >= 0.88
Recommends: clamav-db
Requires: perl
Requires: perl(Cwd)
Requires: perl(Date::Calc)
Requires: perl(Digest::MD5)
Requires: perl(Time::Piece)
Requires: perl(Digest::SHA)
Requires: perl(Encode)
Requires: perl(File::Basename)
Requires: perl(File::Copy)
## Requires: perl(File::Find::Rule)
Requires: perl(File::Path)
Requires: perl(Glib)
Requires: perl(Gtk2)
Requires: perl(Gtk2) >= 1.241
Requires: perl(Gtk2::SimpleList)
Requires: perl(LWP::UserAgent)
Requires: perl(Locale::gettext)
@ -52,7 +52,7 @@ BuildRequires: perl(File::Copy)
## BuildRequires: perl(File::Find::Rule)
BuildRequires: perl(File::Path)
BuildRequires: perl(Glib)
BuildRequires: perl(Gtk2)
BuildRequires: perl(Gtk2) >= 1.241
BuildRequires: perl(Gtk2::SimpleList)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Locale::gettext)
@ -61,6 +61,11 @@ BuildRequires: zenity
BuildRequires: update-desktop-files
BuildArch: noarch
#Obsoletes: clamtk-kde
# for Virustotal API:
BuildRequires: perl(JSON)
BuildRequires: perl(LWP::Protocol::https)
Requires: perl(JSON)
Requires: perl(LWP::Protocol::https)
%description
ClamTk is a GUI front-end for ClamAV using Gtk2-perl.