From f7be1878174721f08d052e86a18c8f2a6161f9c56691bd3c96be2fc1ece16804 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 6 May 2014 09:24:45 +0000 Subject: [PATCH] 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 --- clamtk-5.04.tar.gz | 3 --- clamtk-5.06.tar.gz | 3 +++ clamtk.changes | 39 +++++++++++++++++++++++++++++++++++++++ clamtk.spec | 4 ++-- 4 files changed, 44 insertions(+), 5 deletions(-) delete mode 100644 clamtk-5.04.tar.gz create mode 100644 clamtk-5.06.tar.gz diff --git a/clamtk-5.04.tar.gz b/clamtk-5.04.tar.gz deleted file mode 100644 index c3465e8..0000000 --- a/clamtk-5.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da5dde28eaa1713bf51adad2e8a2f0b5971efcd5fcb5dbd3e24a31c18a22dabe -size 894794 diff --git a/clamtk-5.06.tar.gz b/clamtk-5.06.tar.gz new file mode 100644 index 0000000..b1ccfc1 --- /dev/null +++ b/clamtk-5.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af74f808d049edbeff3a7c4668155e40007676ee5cfa74b652bd57c37b26e1d0 +size 896243 diff --git a/clamtk.changes b/clamtk.changes index d17f967..c371663 100644 --- a/clamtk.changes +++ b/clamtk.changes @@ -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 diff --git a/clamtk.spec b/clamtk.spec index d557d4d..874ff49 100644 --- a/clamtk.spec +++ b/clamtk.spec @@ -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/"