Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package m17n-lib for openSUSE:Factory 
checked in at 2023-10-16 22:33:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/m17n-lib (Old)
 and      /work/SRC/openSUSE:Factory/.m17n-lib.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "m17n-lib"

Mon Oct 16 22:33:05 2023 rev:30 rq:1117861 version:1.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/m17n-lib/m17n-lib.changes        2020-08-28 
21:15:15.208146320 +0200
+++ /work/SRC/openSUSE:Factory/.m17n-lib.new.20540/m17n-lib.changes     
2023-10-16 22:33:07.704133318 +0200
@@ -1,0 +2,10 @@
+Sat Oct 14 20:24:19 UTC 2023 - Matthias Eliasson <eli...@opensuse.org>
+
+- update to 1.8.4:
+  This release is just for bug fixing.
+  * Fix “typedef in m17n-core.h causing error when compiling with C++ 
code” 
+- Remove RPM groups
+- Change URL to new upstream site.
+- Examples are now in UTF-8 encoding so change iconv part accordingly
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ m17n-lib.spec ++++++
--- /var/tmp/diff_new_pack.P8vCrd/_old  2023-10-16 22:33:09.324191754 +0200
+++ /var/tmp/diff_new_pack.P8vCrd/_new  2023-10-16 22:33:09.324191754 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package m17n-lib
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,11 @@
 
 %define        appdefdir  %{_datadir}/X11
 Name:           m17n-lib
-Version:        1.8.0
+Version:        1.8.4
 Release:        0
 Summary:        Multilingual Text Processing Library for the C Language
-License:        LGPL-2.1-or-later AND GPL-2.0-or-later
-Group:          System/I18n/Japanese
-URL:            https://www.m17n.org/m17n-lib/
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
+URL:            https://www.nongnu.org/m17n/
 Source0:        
http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
 Source1:        m17n-lib-rpmlintrc
 Source2:        baselibs.conf
@@ -83,15 +82,15 @@
 %make_install INSTALL="install -p"
 # Japanese app-defaults:
 mkdir -p 
%{buildroot}%{appdefdir}/{ja,ja_JP,ja_JP.eucJP,ja_JP.SJIS,ja_JP.UTF-8}/app-defaults
-iconv -f EUC-JP -t EUC-JP < example/M17NEdit.ja \
+iconv -f UTF-8 -t EUC-JP < example/M17NEdit.ja \
       > %{buildroot}%{appdefdir}/ja/app-defaults/M17NEdit
-iconv -f EUC-JP -t EUC-JP < example/M17NEdit.ja \
+iconv -f UTF-8 -t EUC-JP < example/M17NEdit.ja \
       > %{buildroot}%{appdefdir}/ja_JP/app-defaults/M17NEdit
-iconv -f EUC-JP -t EUC-JP < example/M17NEdit.ja \
+iconv -f UTF-8 -t EUC-JP < example/M17NEdit.ja \
       > %{buildroot}%{appdefdir}/ja_JP.eucJP/app-defaults/M17NEdit
-iconv -f EUC-JP -t SJIS < example/M17NEdit.ja \
+iconv -f UTF-8 -t SJIS < example/M17NEdit.ja \
       > %{buildroot}%{appdefdir}/ja_JP.SJIS/app-defaults/M17NEdit
-iconv -f EUC-JP -t UTF-8 < example/M17NEdit.ja \
+iconv -f UTF-8 -t UTF-8 < example/M17NEdit.ja \
       > %{buildroot}%{appdefdir}/ja_JP.UTF-8/app-defaults/M17NEdit
 find %{buildroot} -type f -name "*.la" -delete -print
 find %{buildroot} -type f -name "*.la" -delete -print

++++++ m17n-lib-1.8.0.tar.gz -> m17n-lib-1.8.4.tar.gz ++++++
++++ 45888 lines of diff (skipped)

Reply via email to