Pascal Bleser 2010-01-20 22:02:48 +00:00 committed by Git OBS Bridge
parent ad5785f751
commit 2f378a5c07
5 changed files with 18 additions and 11 deletions

View File

@ -1,11 +1,11 @@
--- clamtk.orig 2009-10-06 18:40:31.000000000 +0200 --- clamtk.orig 2010-01-20 23:01:25.000000000 +0100
+++ clamtk 2009-10-12 20:50:49.000000000 +0200 +++ clamtk 2010-01-20 23:01:41.000000000 +0100
@@ -4,6 +4,8 @@ use strict; @@ -16,6 +16,8 @@
use warnings; use warnings;
$|++; $|++;
+use lib qw( /usr/lib ); +use lib qw(/usr/lib);
+ +
use ClamTk::App; use ClamTk::Prefs qw/structure/;
use ClamTk::Prefs; use ClamTk::GUI qw/start_gui/;
use ClamTk::GUI;

View File

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

3
clamtk-4.23.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a737ee4b308dc931d9395fd254e6dec18b393ebf5edc7e0aaefb02867d2a89e
size 232342

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 20 22:04:01 UTC 2010 - pascal.bleser@opensuse.org
- update to 4.23:
* makes ClamTk more out-of-the-box ready
* contains cleaned up code and numerous language file updates
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 26 23:35:09 UTC 2009 - pascal.bleser@opensuse.org Sat Dec 26 23:35:09 UTC 2009 - pascal.bleser@opensuse.org

View File

@ -1,7 +1,7 @@
# norootforbuild # norootforbuild
Name: clamtk Name: clamtk
Version: 4.22 Version: 4.23
Release: 0 Release: 0
Summary: GUI for the ClamAV Antivirus Summary: GUI for the ClamAV Antivirus
# http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz # http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz