Hello community,

here is the log from the commit of package aspell for openSUSE:Factory checked 
in at 2015-12-16 17:41:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aspell (Old)
 and      /work/SRC/openSUSE:Factory/.aspell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aspell"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aspell/aspell.changes    2014-04-26 
06:04:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aspell.new/aspell.changes       2015-12-16 
17:41:18.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Dec  2 08:28:55 UTC 2015 - [email protected]
+
+- Add gpg signature
+- Remove old ppc provides/obsoletes
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

New:
----
  aspell-0.60.6.1.tar.gz.sig
  aspell.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aspell.spec ++++++
--- /var/tmp/diff_new_pack.HqaueZ/_old  2015-12-16 17:41:19.000000000 +0100
+++ /var/tmp/diff_new_pack.HqaueZ/_new  2015-12-16 17:41:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aspell
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          Productivity/Text/Spell
 Url:            http://aspell.net/
 Source0:        ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz
+Source1:        ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz.sig
+Source2:        %{name}.keyring
 Source100:      baselibs.conf
 # PATCH-FIX-OPENSUSE aspell-strict-aliasing.patch [email protected] -- Fix gcc 
strict aliasing warnings
 Patch0:         aspell-strict-aliasing.patch
@@ -44,10 +46,6 @@
 Suggests:       aspell-spell
 Provides:       pspell = %{version}
 Obsoletes:      pspell < %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:      aspell-64bit
-%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -131,7 +129,7 @@
 
 %build
 autoreconf -fiv
-export CXXFLAGS="%optflags `ncursesw6-config --cflags`"
+export CXXFLAGS="%{optflags} `ncursesw6-config --cflags`"
 #this is an ugly kludge , don't look :-)
 export LDFLAGS="`ncursesw6-config --libs`"
 %configure \
@@ -146,12 +144,12 @@
 %if 0%{?suse_version} >= 1120
 %make_install
 %else
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %endif
 # Links for compatibility reasons (ispell and spell)
 ln -s %{_libdir}/aspell-0.60/ispell %{buildroot}%{_bindir}
 ln -s %{_libdir}/aspell-0.60/spell %{buildroot}%{_bindir}
-find %{buildroot} -name "*.la" -type f -print -delete
+find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes -s %{buildroot}
 
 %find_lang %{name}
@@ -185,8 +183,8 @@
 %{_bindir}/pre*
 %{_bindir}/run-with-aspell
 %{_bindir}/word-list-compress
-%doc %{_infodir}/%{name}.info%{ext_info}
-%doc %{_mandir}/man1/*.1%{ext_man}
+%{_infodir}/%{name}.info%{ext_info}
+%{_mandir}/man1/*.1%{ext_man}
 %exclude %{_mandir}/man1/pspell-config.1%{ext_man}
 
 %files devel
@@ -197,8 +195,8 @@
 %{_includedir}/*.h
 %{_libdir}/libaspell.so
 %{_libdir}/libpspell.so
-%doc %{_infodir}/%{name}-dev.info%{ext_info}
-%doc %{_mandir}/man1/pspell-config.1%{ext_man}
+%{_infodir}/%{name}-dev.info%{ext_info}
+%{_mandir}/man1/pspell-config.1%{ext_man}
 
 %files ispell
 %defattr(-,root,root,-)


Reply via email to