Accepting request 232755 from home:ecsos
update to 5.06 OBS-URL: https://build.opensuse.org/request/show/232755 OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=46
This commit is contained in:
parent
22cd17955c
commit
f7be187817
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da5dde28eaa1713bf51adad2e8a2f0b5971efcd5fcb5dbd3e24a31c18a22dabe
|
||||
size 894794
|
3
clamtk-5.06.tar.gz
Normal file
3
clamtk-5.06.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af74f808d049edbeff3a7c4668155e40007676ee5cfa74b652bd57c37b26e1d0
|
||||
size 896243
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 16:57:45 UTC 2014 - ecsos@schirra.net
|
||||
|
||||
- update to 5.06
|
||||
* Add some extra arguments to scan to avoid scanning accidents
|
||||
* Actually remove zenity from dependencies (i.e.,
|
||||
from the build files); it was already removed from code in 5.05
|
||||
* Use ShowOnlyIn in .desktop file
|
||||
* Minor update for dpkg installation instructions in Help files
|
||||
* Minor display fix for the progressbar in the legacy version
|
||||
(Google Issue #17)
|
||||
* Temporary fix for incorrect text in Settings panel
|
||||
* Updated language files: Japanese (ja), Italian (it), German (de),
|
||||
Russian (ru), English (en_GB), Slovak (sk), Chinese (zh_TW)
|
||||
|
||||
5.05 - Mar 14 2014
|
||||
* Preference to use single or double click in the
|
||||
main interface on the icons. No restart required
|
||||
(Google Issue #7)
|
||||
* Fix Analysis FileChooserButton reset issue (again).
|
||||
This time, ensure it is disabled after submitting
|
||||
a new file
|
||||
* Minor encoding fix for Scan.pm, Quarantine.pm.
|
||||
* Minor fix to use current version, not 5.00, in $ua
|
||||
(Analysis.pm)
|
||||
* Minor regex fix in selecting directories (GUI.pm)
|
||||
* Removed last remnants of Gtk2::Tooltips, which
|
||||
is deprecated
|
||||
* Remove zenity portion which has never been used.
|
||||
* Remove non-Italian strings from Italian (it) language file
|
||||
* Standardize some words in Update.pm
|
||||
* Minor cleanup
|
||||
* Updated language files: Slovak (sk), Chinese (zh_TW),
|
||||
Italian (it), Dutch (nl), Bulgarian (bg), Czech (cs_CZ),
|
||||
Ukrainian (uk), Uzbek (uz), German (de), Finnish (fi),
|
||||
Asturian (ast), Galician (gl), Spanish (es), French (fr),
|
||||
Portuguese (pt), Hebrew (he), Brazilian Portuguese (pt_BR),
|
||||
Malay (ms)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 16 11:08:35 UTC 2014 - ecsos@schirra.net
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
# vim: set ts=4 sw=4 et:
|
||||
|
||||
Name: clamtk
|
||||
Version: 5.04
|
||||
Version: 5.06
|
||||
Release: 0
|
||||
Summary: GUI for the ClamAV Antivirus
|
||||
Source: https://bitbucket.org/dave_theunsub/clamtk/downloads/clamtk-%{version}.tar.gz
|
||||
@ -88,7 +88,7 @@ It is designed to be an easy-to-use, point and click virus scanner.
|
||||
%__install -D -m 0644 clamtk.desktop "%{buildroot}%{_datadir}/applications/%{name}.desktop"
|
||||
%__install -D -m 0644 clamtk.1 "%{buildroot}%{_mandir}/man1/clamtk.1"
|
||||
|
||||
# use /usr/lib, not %{_libdir}:
|
||||
# use /usr/lib, not %%{_libdir}:
|
||||
%__install -d "%{buildroot}%{_prefix}/lib/ClamTk"
|
||||
%__install -m0644 lib/*.pm "%{buildroot}%{_prefix}/lib/ClamTk/"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user