Hello community,

here is the log from the commit of package ispell-hungarian for 
openSUSE:Factory checked in at 2017-03-12 20:02:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ispell-hungarian (Old)
 and      /work/SRC/openSUSE:Factory/.ispell-hungarian.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ispell-hungarian"

Sun Mar 12 20:02:17 2017 rev:20 rq:477303 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ispell-hungarian/ispell-hungarian.changes        
2012-03-26 14:01:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ispell-hungarian.new/ispell-hungarian.changes   
2017-03-12 20:02:18.204161192 +0100
@@ -1,0 +2,8 @@
+Sat Mar  4 20:56:15 UTC 2017 - [email protected]
+
+- Update to 1.6.1
+  * Bugfixes
+  * New words
+- Use SourceURL
+
+-------------------------------------------------------------------

Old:
----
  magyarispell-1.3.tar.bz2

New:
----
  magyarispell-1.6.1.tar.gz

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

Other differences:
------------------
++++++ ispell-hungarian.spec ++++++
--- /var/tmp/diff_new_pack.4nqG4d/_old  2017-03-12 20:02:18.924059326 +0100
+++ /var/tmp/diff_new_pack.4nqG4d/_new  2017-03-12 20:02:18.924059326 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ispell-hungarian
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -14,53 +14,51 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:           ispell-hungarian
-BuildRequires:  ispell
-Version:        1.3
+Version:        1.6.1
 Release:        0
-Provides:       ispell_dictionary
-Provides:       locale(ispell:hu)
 Summary:        Hungarian Ispell Dictionary
-License:        GPL-2.0+
+License:        GPL-2.0+ or LGPL-2.1+ or MPL-1.1
 Group:          Productivity/Text/Spell
 Url:            http://magyarispell.sourceforge.net/
-Source:         magyarispell-%version.tar.bz2
+Source:         
https://downloads.sourceforge.net/magyarispell/magyarispell-%{version}.tar.gz
 Source1:        magyar.el
-Patch:          magyarispell-1.2.diff
+Patch0:         magyarispell-1.2.diff
+BuildRequires:  ispell
+BuildRequires:  m4
+Provides:       ispell_dictionary
+Provides:       locale(ispell:hu)
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Hungarian ispell dictionary.
-
-
-
-Authors:
---------
-    Németh László <[email protected]>
+This package contains the hungarian ispell dictionary.
 
 %prep
-%setup -q -n magyarispell-%version
-%patch
+%setup -q -n magyarispell-%{version}
+%patch0
 
 %build
-make ispell
+make %{?_smp_mflags} ispell
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/{bin,lib/ispell/emacs}
 pushd tmp
-install -m 644 magyar.aff $RPM_BUILD_ROOT/usr/lib/ispell/
-ln -s magyar.aff $RPM_BUILD_ROOT/usr/lib/ispell/hungarian.aff
-install -m 644 magyar4ispell.hash $RPM_BUILD_ROOT/usr/lib/ispell/magyar.hash
-ln -s magyar.hash $RPM_BUILD_ROOT/usr/lib/ispell/hungarian.hash
+install -Dm644 magyar.aff %{buildroot}%{_prefix}/lib/ispell/magyar.aff
+ln -s magyar.aff %{buildroot}%{_prefix}/lib/ispell/hungarian.aff
+install -m 644 magyar4ispell.hash %{buildroot}%{_prefix}/lib/ispell/magyar.hash
+ln -s magyar.hash %{buildroot}%{_prefix}/lib/ispell/hungarian.hash
 popd
-install -m 644 %{S:1} $RPM_BUILD_ROOT/usr/lib/ispell/emacs/
-ln -s magyar.el $RPM_BUILD_ROOT/usr/lib/ispell/emacs/hungarian.el
+install -Dm644 %{SOURCE1} %{buildroot}%{_prefix}/lib/ispell/emacs/magyar.el
+ln -s magyar.el %{buildroot}%{_prefix}/lib/ispell/emacs/hungarian.el
 
 %files
 %defattr(-,root,root)
-%doc COPYING* ChangeLog GYIK OLVASSEL README
-/usr/lib/ispell/emacs/*
-/usr/lib/ispell/hungarian*
-/usr/lib/ispell/magyar*
+%doc COPYING* ChangeLog README
+%lang(hu) %doc GYIK OLVASSEL
+%{_prefix}/lib/ispell/emacs/*
+%{_prefix}/lib/ispell/hungarian*
+%{_prefix}/lib/ispell/magyar*
 
 %changelog


Reply via email to