OBS User unknown 2009-05-24 22:30:51 +00:00 committed by Git OBS Bridge
parent 8fae728be6
commit bdd998926e
4 changed files with 30 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85899d1e7be8dd5679a2900e6150246ae6729c9521f6c5cb90ef918817548f16
size 465382

3
enchant-1.5.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00e2af40d57cfa138b4e008734e1d6203087bcb6463d8f72eccf7c1d60beb99a
size 466890

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun May 24 14:07:30 CEST 2009 - vuntz@novell.com
- Update to version 1.5.0 (no NEWS or ChangeLog). Notable changes:
+ Look for myspell/uspell dictionaries in XDG data directories.
+ Various backends now query for any programatically-set
dictionary paths.
+ Plug memory leaks.
+ Build fixes.
- Remove AutoReqProv: it's default now.
- Do not call autoreconf, there's no need for it.
- Use makeinstall.
-------------------------------------------------------------------
Tue Mar 17 21:48:28 CET 2009 - mboman@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package enchant (Version 1.4.2)
# spec file for package enchant (Version 1.5.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,9 +24,8 @@ BuildRequires: aspell-devel dbus-1-glib-devel gcc-c++ glib2-devel hunspell-deve
BuildRequires: libmalaga-devel
License: LGPL v2.1 or later
Group: Productivity/Text/Spell
AutoReqProv: on
Version: 1.4.2
Release: 47
Version: 1.5.0
Release: 1
Summary: Generic Spell Checking Library
Source: %{name}-%{version}.tar.bz2
Url: http://www.abisource.com/
@ -117,13 +116,12 @@ Authors:
%setup -q
%build
autoreconf -fiv
%configure --with-pic \
--disable-static
make %{?jobs:-j%jobs}
%install
make install DESTDIR=$RPM_BUILD_ROOT
%makeinstall
%if %suse_version > 1110
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
%endif
@ -169,6 +167,16 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Sun May 24 2009 vuntz@novell.com
- Update to version 1.5.0 (no NEWS or ChangeLog). Notable changes:
+ Look for myspell/uspell dictionaries in XDG data directories.
+ Various backends now query for any programatically-set
dictionary paths.
+ Plug memory leaks.
+ Build fixes.
- Remove AutoReqProv: it's default now.
- Do not call autoreconf, there's no need for it.
- Use makeinstall.
* Tue Mar 17 2009 mboman@suse.de
- Don't delete "la" files for distro version <= 11.1
* Fri Mar 13 2009 crrodriguez@suse.de