Hello community, here is the log from the commit of package aspell for openSUSE:Factory checked in at 2013-03-08 13:01:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aspell (Old) and /work/SRC/openSUSE:Factory/.aspell.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aspell", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/aspell/aspell.changes 2012-10-12 07:48:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.aspell.new/aspell.changes 2013-03-08 13:01:09.000000000 +0100 @@ -1,0 +2,23 @@ +Wed Mar 6 13:00:31 UTC 2013 - [email protected] + +- license GFDL-1.1+ and LGPL-2.1 and HPND and SUSE-BSD-Mark-Modifications + [bnc#777131] + +------------------------------------------------------------------- +Wed Mar 6 10:48:02 UTC 2013 - [email protected] + +- license update: GFDL-1.1+ and LGPL-2.1 and HPND and BSD-3-Clause + SDPX + +------------------------------------------------------------------- +Mon Mar 4 08:44:42 UTC 2013 - [email protected] + +- license GFDL-1.1+ and LGPL-2.1 and HPND and BSD-Mark-Modifications + +------------------------------------------------------------------- +Thu Feb 28 15:34:59 UTC 2013 - [email protected] + +- fix build with new automake + * automake-1.13.patch + +------------------------------------------------------------------- New: ---- aspell-automake-1.13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aspell.spec ++++++ --- /var/tmp/diff_new_pack.Wt9JEh/_old 2013-03-08 13:01:12.000000000 +0100 +++ /var/tmp/diff_new_pack.Wt9JEh/_new 2013-03-08 13:01:12.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package aspell # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Version: 0.60.6.1 Release: 0 Summary: A Free and Open Source Spell Checker -License: FDL-1.1+ and LGPL-2.1 and HPND and BSD-Mark-Modifications +License: GFDL-1.1+ and LGPL-2.1 and HPND and SUSE-BSD-Mark-Modifications Group: Productivity/Text/Spell Url: http://aspell.net/ Source0: ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz @@ -31,6 +31,8 @@ Patch1: aspell-quotes.patch # PATCH-FIX-OPENSUSE aspell-epmty_file.patch bnc#266130 [email protected] -- Fix SIGSEV when checking empty file Patch2: aspell-epmty_file.patch +# PATCH-FIX-UPSTREAM aspell-automake-1.13.patch [email protected] -- fix build with new automake +Patch3: aspell-automake-1.13.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libtool @@ -125,6 +127,7 @@ %patch0 %patch1 %patch2 +%patch3 %build autoreconf -fiv ++++++ aspell-automake-1.13.patch ++++++ Index: configure.ac =================================================================== --- configure.ac +++ configure.ac @@ -2,7 +2,7 @@ AC_INIT(GNU Aspell, 0.60.6.1) AC_CONFIG_SRCDIR(prog/aspell.cpp) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE -AM_CONFIG_HEADER(gen/settings.h) +AC_CONFIG_HEADERS(gen/settings.h) AM_MAINTAINER_MODE -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
