Hello community,

here is the log from the commit of package aspell for openSUSE:Factory checked 
in at 2020-10-10 19:03:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aspell (Old)
 and      /work/SRC/openSUSE:Factory/.aspell.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aspell"

Sat Oct 10 19:03:09 2020 rev:38 rq:840287 version:0.60.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/aspell/aspell.changes    2019-10-22 
15:43:00.341549863 +0200
+++ /work/SRC/openSUSE:Factory/.aspell.new.4249/aspell.changes  2020-10-10 
19:03:13.312449478 +0200
@@ -1,0 +2,5 @@
+Thu Oct  8 13:55:21 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Remove/replace old specfile constructs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aspell.spec ++++++
--- /var/tmp/diff_new_pack.pr5NRt/_old  2020-10-10 19:03:14.392450014 +0200
+++ /var/tmp/diff_new_pack.pr5NRt/_new  2020-10-10 19:03:14.396450016 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aspell
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:        A Spell Checker
 License:        GFDL-1.1-or-later AND LGPL-2.1-only AND HPND AND 
SUSE-BSD-Mark-Modifications
 Group:          Productivity/Text/Spell
-Url:            http://aspell.net/
+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
@@ -42,7 +42,6 @@
 Suggests:       aspell-spell
 Provides:       pspell = %{version}
 Obsoletes:      pspell < %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GNU Aspell is a spell checker planned to eventually replace Ispell. It
@@ -117,9 +116,7 @@
 This package contains the pspell compatibility library.
 
 %prep
-%setup -q
-%patch0
-%patch1
+%autosetup -p0
 
 %build
 autoreconf -fiv
@@ -127,19 +124,13 @@
 #this is an ugly kludge , don't look :-)
 export LDFLAGS="`ncursesw6-config --libs`"
 %configure \
-%if 0%{?suse_version} > 1210
   --enable-curses="-lncursesw" \
-%endif
   --disable-rpath
 
-make %{?_smp_mflags}
+%make_build
 
 %install
-%if 0%{?suse_version} >= 1120
 %make_install
-%else
-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}
@@ -169,8 +160,8 @@
 %postun -n libpspell15 -p /sbin/ldconfig
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc COPYING README TODO
+%license COPYING
+%doc README TODO
 %doc manual/aspell.html/
 %{_bindir}/aspell
 %{_bindir}/aspell-import
@@ -182,7 +173,6 @@
 %exclude %{_mandir}/man1/pspell-config.1%{ext_man}
 
 %files devel
-%defattr(-,root,root,-)
 %doc manual/aspell-dev.html/
 %{_bindir}/pspell-config
 %{_includedir}/pspell/
@@ -193,20 +183,16 @@
 %{_mandir}/man1/pspell-config.1%{ext_man}
 
 %files ispell
-%defattr(-,root,root,-)
 %{_bindir}/ispell
 
 %files spell
-%defattr(-,root,root,-)
 %{_bindir}/spell
 
 %files -n libaspell15
-%defattr(-,root,root,-)
 %{_libdir}/aspell-0.60/
 %{_libdir}/libaspell.so.15*
 
 %files -n libpspell15
-%defattr(-,root,root,-)
 %{_libdir}/libpspell.so.15*
 
 %changelog




Reply via email to