Hello community,

here is the log from the commit of package m17n-lib for openSUSE:Factory 
checked in at 2020-08-28 21:14:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/m17n-lib (Old)
 and      /work/SRC/openSUSE:Factory/.m17n-lib.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "m17n-lib"

Fri Aug 28 21:14:43 2020 rev:29 rq:829565 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/m17n-lib/m17n-lib.changes        2017-08-21 
11:35:37.414149144 +0200
+++ /work/SRC/openSUSE:Factory/.m17n-lib.new.3399/m17n-lib.changes      
2020-08-28 21:15:15.208146320 +0200
@@ -1,0 +2,9 @@
+Mon Aug 24 19:59:25 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 1.8.0:
+  This release is just for bug fixing. 
+
+- remove m17n-lib-1.7.0-fix-crash-in-marathi-transliteration.patch,
+  m17n-lib-fix-warnings.diff: upstream
+
+-------------------------------------------------------------------

Old:
----
  m17n-lib-1.7.0-fix-crash-in-marathi-transliteration.patch
  m17n-lib-1.7.0.tar.gz
  m17n-lib-fix-warnings.diff

New:
----
  m17n-lib-1.8.0.tar.gz

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

Other differences:
------------------
++++++ m17n-lib.spec ++++++
--- /var/tmp/diff_new_pack.s6AcHP/_old  2020-08-28 21:15:18.260147801 +0200
+++ /var/tmp/diff_new_pack.s6AcHP/_new  2020-08-28 21:15:18.264147803 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package m17n-lib
 #
-# Copyright (c) 2017 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
@@ -12,23 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define        appdefdir  %{_datadir}/X11
 Name:           m17n-lib
-Version:        1.7.0
+Version:        1.8.0
 Release:        0
 Summary:        Multilingual Text Processing Library for the C Language
-License:        LGPL-2.1+ AND GPL-2.0+
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:          System/I18n/Japanese
-Url:            http://www.m17n.org/m17n-lib/
+URL:            https://www.m17n.org/m17n-lib/
 Source0:        
http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
 Source1:        m17n-lib-rpmlintrc
 Source2:        baselibs.conf
-Patch0:         m17n-lib-fix-warnings.diff
-Patch1:         m17n-lib-1.7.0-fix-crash-in-marathi-transliteration.patch
 BuildRequires:  fdupes
 BuildRequires:  libotf-devel
 BuildRequires:  pkgconfig
@@ -58,28 +56,27 @@
 %package devel
 Summary:        Multilingual text processing library for the C language
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}
-Requires:       glibc-devel
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(xaw7)
 BuildRequires:  pkgconfig(xft)
+Requires:       %{name} = %{version}
+Requires:       glibc-devel
 
 %description devel
 A multilingual text processing library for the C language
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure \
   --disable-static
 # Not thread safe at all
-make -j1
+%make_build -j1
 
 %check
 export MALLOC_CHECK_=2
-make -j1 check
+%make_build -j1 check
 unset MALLOC_CHECK_
 
 %install
@@ -105,7 +102,8 @@
 %postun -n libm17n0 -p /sbin/ldconfig
 
 %files
-%doc AUTHORS COPYING NEWS README ChangeLog
+%license COPYING
+%doc AUTHORS NEWS README ChangeLog
 %{_bindir}/*
 %dir %{appdefdir}/??
 %dir %{appdefdir}/??_*

++++++ m17n-lib-1.7.0.tar.gz -> m17n-lib-1.8.0.tar.gz ++++++
++++ 28198 lines of diff (skipped)


Reply via email to