Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37726509
en ru br
ALT Linux repos
S:1.2-alt3
5.0: 1.2-alt1
4.1: 1.2-alt1
4.0: 1.2-alt1
3.0: 0.7-alt1

Group :: Text tools
RPM: ispell-uk

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ispell-uk-1.2-perlfix.diff
Download


--- spell-uk-1.2/bin/verb_reverse.pl	2005-09-08 05:10:37.000000000 +0300
+++ spell-uk-1.2/bin/verb_reverse.pl	2018-10-08 21:16:13.100162312 +0300
@@ -9,7 +9,6 @@
 use strict;
 use locale;
 use utf8;
-use encoding 'utf8';
 
 
 my $UK_CAP	="'АБВГҐДЕЄЖЗИІЇЙКЛМНОПРСТУФХЦЧШЩЬЮЯ";
--- spell-uk-1.2/bin/affconv.pl	2005-09-10 05:36:12.000000000 +0300
+++ spell-uk-1.2/bin/affconv.pl	2018-10-08 21:20:04.682612976 +0300
@@ -5,7 +5,6 @@
 use strict;
 use locale;
 use utf8;
-use encoding 'utf8';
 
 my (%pfx, %sfx);
 
--- spell-uk-1.2/Makefile	2006-12-20 04:55:49.000000000 +0200
+++ spell-uk-1.2/Makefile	2018-10-08 21:31:38.310913960 +0300
@@ -40,7 +40,7 @@
 
 CLEANDIRS = aspell-uk-* ispell-uk-* dist/*spell*
 
-iconv	= iconv
+iconv	= iconv -c
 
 include encodings.inc
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin