From bdd998926e938181da92970f87e49811ed81dd69d32cb36fc41eb327cd4d9dc1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 24 May 2009 22:30:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/enchant?expand=0&rev=8 --- enchant-1.4.2.tar.bz2 | 3 --- enchant-1.5.0.tar.bz2 | 3 +++ enchant.changes | 13 +++++++++++++ enchant.spec | 20 ++++++++++++++------ 4 files changed, 30 insertions(+), 9 deletions(-) delete mode 100644 enchant-1.4.2.tar.bz2 create mode 100644 enchant-1.5.0.tar.bz2 diff --git a/enchant-1.4.2.tar.bz2 b/enchant-1.4.2.tar.bz2 deleted file mode 100644 index 18e569d..0000000 --- a/enchant-1.4.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85899d1e7be8dd5679a2900e6150246ae6729c9521f6c5cb90ef918817548f16 -size 465382 diff --git a/enchant-1.5.0.tar.bz2 b/enchant-1.5.0.tar.bz2 new file mode 100644 index 0000000..7eab491 --- /dev/null +++ b/enchant-1.5.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e2af40d57cfa138b4e008734e1d6203087bcb6463d8f72eccf7c1d60beb99a +size 466890 diff --git a/enchant.changes b/enchant.changes index 0c34a64..ec2dd58 100644 --- a/enchant.changes +++ b/enchant.changes @@ -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 diff --git a/enchant.spec b/enchant.spec index 601b158..b1170b6 100644 --- a/enchant.spec +++ b/enchant.spec @@ -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