diff --git a/clamtk-5.22.tar.gz b/clamtk-5.22.tar.gz deleted file mode 100644 index 3595487..0000000 --- a/clamtk-5.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fca2676c14199f237ac9d117cb1e999d02a9528bbe6d47803d9ec4c7b2133b6b -size 883621 diff --git a/clamtk-5.24.tar.gz b/clamtk-5.24.tar.gz new file mode 100644 index 0000000..314156e --- /dev/null +++ b/clamtk-5.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721b058685b994be1266d705d177b3db11a09e35f9baf69db2cb0a204f162775 +size 475446 diff --git a/clamtk.changes b/clamtk.changes index d111974..bcb70c9 100644 --- a/clamtk.changes +++ b/clamtk.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Jan 8 11:10:58 UTC 2017 - ecsos@opensuse.org + +- update to 5.24 + * Fix startup crash when icon theme lacks 'gtk-new' or other + icon with Arch patch. Thanks to anthraxx. Closes BZ #1386370 + * Initial credits.md file showing contributors + * Add comments line in About dialog to translation file + * Removed built-in help documentation until updated + and translated + * Updated language files: Ukrainian (uk), Hebrew (he), + English (en_UK), Galician (gl), Italian (it) Finnish (fi) + +- changes from 5.23 + * Fix Github #67 (Directories not scanning under Linux Mint 18 + KDE [LiveUSB]) + ------------------------------------------------------------------- Thu Sep 22 16:15:23 UTC 2016 - ecsos@opensuse.org diff --git a/clamtk.spec b/clamtk.spec index 177525b..d2b3760 100644 --- a/clamtk.spec +++ b/clamtk.spec @@ -18,7 +18,7 @@ Name: clamtk -Version: 5.22 +Version: 5.24 Release: 0 Summary: GUI for the ClamAV Antivirus License: GPL-1.0+ or Artistic-1.0 @@ -93,10 +93,11 @@ install -D -m 0755 clamtk %{buildroot}%{_bindir}/clamtk install -D -m 0644 images/clamtk.png %{buildroot}%{_datadir}/pixmaps/clamtk.png install -D -m 0644 clamtk.1 %{buildroot}%{_mandir}/man1/clamtk.1 -install -d %{buildroot}%{_datadir}/help/C/clamtk -install -d %{buildroot}%{_datadir}/help/C/clamtk/figures -install -D -m 0644 help/C/clamtk/*.page %{buildroot}%{_datadir}/help/C/clamtk/ -install -D -m 0644 help/C/clamtk/figures/*.png %{buildroot}%{_datadir}/help/C/clamtk/figures/ +# Removed built-in help documentation until updated and translated. See changelog 5.24 +#install -d %%{buildroot}%%{_datadir}/help/C/clamtk +#install -d %%{buildroot}%%{_datadir}/help/C/clamtk/figures +#install -D -m 0644 help/C/clamtk/*.page %%{buildroot}%%{_datadir}/help/C/clamtk/ +#install -D -m 0644 help/C/clamtk/figures/*.png %%{buildroot}%%{_datadir}/help/C/clamtk/figures/ # install in the perl vendorlib location: @@ -125,8 +126,9 @@ done %files %defattr(-,root,root) -%doc CHANGES DISCLAIMER LICENSE README -%{_datadir}/help/C/%{name}/ +%doc CHANGES DISCLAIMER LICENSE README.md +# Removed built-in help documentation until updated and translated. See changelog 5.24 +#%%{_datadir}/help/C/%%{name}/ %{_bindir}/clamtk %{perl_vendorlib}/ClamTk %{_datadir}/pixmaps/clamtk.png @@ -136,4 +138,4 @@ done %files lang -f %{name}.lang %defattr(-,root,root) -%changelog \ No newline at end of file +%changelog