This commit is contained in:
parent
dcb1471fb9
commit
339c119af7
11
aspell-make-static-filters.patch
Normal file
11
aspell-make-static-filters.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- gen/mk-static-filter.pl
|
||||||
|
+++ gen/mk-static-filter.pl
|
||||||
|
@@ -159,7 +159,7 @@
|
||||||
|
printf STATICFILTERS "\n const KeyInfo * ".${$filter}{"NAME"}."_options_begin = ".
|
||||||
|
${$filter}{"NAME"}."_options;\n";
|
||||||
|
# If structure is empty, set options_end to same as options_begin.
|
||||||
|
- if (%{$filter}) {
|
||||||
|
+ if ($firstopt) {
|
||||||
|
printf STATICFILTERS "\n const KeyInfo * ".${$filter}{"NAME"}."_options_end = ".
|
||||||
|
${$filter}{"NAME"}."_options;\n";
|
||||||
|
} else {
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 20 18:07:06 CET 2008 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
- fixed wrong static filter handling [bnc#441008]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||||
|
|
||||||
|
14
aspell.spec
14
aspell.spec
@ -36,7 +36,7 @@ Obsoletes: aspell-32bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 0.60.6
|
Version: 0.60.6
|
||||||
Release: 24
|
Release: 25
|
||||||
Summary: A Free and Open Source Spell Checker
|
Summary: A Free and Open Source Spell Checker
|
||||||
Url: http://aspell.net/
|
Url: http://aspell.net/
|
||||||
Source: aspell-%{version}.tar.bz2
|
Source: aspell-%{version}.tar.bz2
|
||||||
@ -45,6 +45,7 @@ Patch1: aspell-strict-aliasing.patch
|
|||||||
Patch3: aspell-quotes.patch
|
Patch3: aspell-quotes.patch
|
||||||
Patch4: aspell-epmty_file.patch
|
Patch4: aspell-epmty_file.patch
|
||||||
#Patch5: aspell-gcc4_3.patch
|
#Patch5: aspell-gcc4_3.patch
|
||||||
|
Patch6: aspell-make-static-filters.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Suggests: aspell-ispell
|
Suggests: aspell-ispell
|
||||||
|
|
||||||
@ -61,6 +62,10 @@ dictionaries when more than one Aspell process is open at once.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Kevin Atkinson kevina@gnu.org
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Provides: pspell-devel
|
Provides: pspell-devel
|
||||||
@ -76,6 +81,10 @@ to develop applications that require these.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Kevin Atkinson kevina@gnu.org
|
||||||
|
|
||||||
%package ispell
|
%package ispell
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Requires: aspell = %{version}
|
Requires: aspell = %{version}
|
||||||
@ -101,6 +110,7 @@ dictionaries when more than one Aspell process is open at once.
|
|||||||
%patch1
|
%patch1
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
|
%patch6
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#%{suse_update_config}
|
#%{suse_update_config}
|
||||||
@ -187,6 +197,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/ispell
|
%{_bindir}/ispell
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 20 2008 pgajdos@suse.cz
|
||||||
|
- fixed wrong static filter handling [bnc#441008]
|
||||||
* Thu Oct 30 2008 olh@suse.de
|
* Thu Oct 30 2008 olh@suse.de
|
||||||
- obsolete old -XXbit packages (bnc#437293)
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Tue Sep 09 2008 pgajdos@suse.cz
|
* Tue Sep 09 2008 pgajdos@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user