Accepting request 811778 from home:alois:branches:M17N

- Update to version 0.0.7
  * New supports:
    + Croatian - ISO-8859-2, ISO-8859-13, ISO-8859-16, IBM852,
      Windows-1250 and MAC-CENTRALEUROPE
    + Czech - Windows-1250, ISO-8859-2, IBM852 and
      Mac-CentralEurope.
    + Estonian - ISO-8859-4, ISO-8859-13, ISO-8859-13,
      Windows-1252 and Windows-1257.
    + Finnish - ISO-8859-1, ISO-8859-4, ISO-8859-9, ISO-8859-13,
      ISO-8859-15 and WINDOWS-1252.
    + Irish Gaelic - ISO-8859-1, ISO-8859-9, ISO-8859-15 and
      WINDOWS-1252.
    + Italian - ISO-8859-1, ISO-8859-3, ISO-8859-9, ISO-8859-15
      and WINDOWS-1252.
    + Latvian - ISO-8859-4, ISO-8859-10 and ISO-8859-13
    + Lithuanian - ISO-8859-4, IISO-8859-10 and SO-8859-13
    + Maltese - ISO-8859-3.
    + Polish - ISO-8859-2, ISO-8859-13, ISO-8859-16,
      Windows-1250, IBM852, MAC-CENTRALEUROPE.
    + Portuguese - ISO-8859-1, ISO-8859-9, ISO-8859-15 and
      Windows-1252.
    + Romanian - ISO-8859-2, ISO-8859-16, Windows-1250 and
      IBM852.
    + Slovak - Windows-1250, ISO-8859-2, IBM852 and
      Mac-CentralEurope.
    + Slovene - ISO-8859-2, ISO-8859-16, Windows-1250, IBM852
      and MAC-CENTRALEUROPE.
    + Swedish - ISO-8859-1, ISO-8859-4, ISO-8859-9, ISO-8859-15
      and WINDOWS-1252.
  * EUC-KR now returned as UHC: despite differences, mostly
    upward compatible. Let's return UHC until separate detection
    machines are implemented.
  * uchardet CLI tool now supports the end-of-options -- option
    to be able to process any file starting with a dash.
  * uchardet_handle_data() API considers an empty string input
    as successful processing to improve automatic detection from
    random input sources.
  * Repository code now requires C++1 standard.
  * Several bugs fixed.

OBS-URL: https://build.opensuse.org/request/show/811778
OBS-URL: https://build.opensuse.org/package/show/M17N/uchardet?expand=0&rev=8
This commit is contained in:
Kyrill Detinov 2020-06-05 15:09:12 +00:00 committed by Git OBS Bridge
parent 407222a120
commit 6cb96a9cfd
4 changed files with 49 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8351328cdfbcb2432e63938721dd781eb8c11ebc56e3a89d0f84576b96002c61
size 169192

3
uchardet-0.0.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fc79408ae1d84b406922fa9319ce005631c95ca0f34b205fad867e8b30e45b1
size 215492

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Fri Jun 5 11:44:24 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.0.7
* New supports:
+ Croatian - ISO-8859-2, ISO-8859-13, ISO-8859-16, IBM852,
Windows-1250 and MAC-CENTRALEUROPE
+ Czech - Windows-1250, ISO-8859-2, IBM852 and
Mac-CentralEurope.
+ Estonian - ISO-8859-4, ISO-8859-13, ISO-8859-13,
Windows-1252 and Windows-1257.
+ Finnish - ISO-8859-1, ISO-8859-4, ISO-8859-9, ISO-8859-13,
ISO-8859-15 and WINDOWS-1252.
+ Irish Gaelic - ISO-8859-1, ISO-8859-9, ISO-8859-15 and
WINDOWS-1252.
+ Italian - ISO-8859-1, ISO-8859-3, ISO-8859-9, ISO-8859-15
and WINDOWS-1252.
+ Latvian - ISO-8859-4, ISO-8859-10 and ISO-8859-13
+ Lithuanian - ISO-8859-4, IISO-8859-10 and SO-8859-13
+ Maltese - ISO-8859-3.
+ Polish - ISO-8859-2, ISO-8859-13, ISO-8859-16,
Windows-1250, IBM852, MAC-CENTRALEUROPE.
+ Portuguese - ISO-8859-1, ISO-8859-9, ISO-8859-15 and
Windows-1252.
+ Romanian - ISO-8859-2, ISO-8859-16, Windows-1250 and
IBM852.
+ Slovak - Windows-1250, ISO-8859-2, IBM852 and
Mac-CentralEurope.
+ Slovene - ISO-8859-2, ISO-8859-16, Windows-1250, IBM852
and MAC-CENTRALEUROPE.
+ Swedish - ISO-8859-1, ISO-8859-4, ISO-8859-9, ISO-8859-15
and WINDOWS-1252.
* EUC-KR now returned as UHC: despite differences, mostly
upward compatible. Let's return UHC until separate detection
machines are implemented.
* uchardet CLI tool now supports the end-of-options -- option
to be able to process any file starting with a dash.
* uchardet_handle_data() API considers an empty string input
as successful processing to improve automatic detection from
random input sources.
* Repository code now requires C++1 standard.
* Several bugs fixed.
-------------------------------------------------------------------
Wed Feb 28 20:22:45 UTC 2018 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package uchardet
#
# Copyright (c) 2018 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,13 +12,13 @@
# 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 major 0
Name: uchardet
Version: 0.0.6
Version: 0.0.7
Release: 0
Summary: Universal Charset Detection Library
License: MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later
@ -91,18 +91,15 @@ rm -f %{buildroot}%{_libdir}/libuchardet.a
%postun -n libuchardet%{major} -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%license COPYING
%doc AUTHORS
%{_bindir}/%{name}
%{_mandir}/man?/*
%files -n libuchardet%{major}
%defattr(-,root,root,-)
%{_libdir}/*.so.*
%files -n libuchardet-devel
%defattr(-,root,root,-)
%license COPYING
%doc AUTHORS
%{_includedir}/%{name}