SHA256
1
0
forked from pool/uchardet

Accepting request 1045056 from home:dirkmueller:Factory

- update to 0.0.8:
  * New supports:
    Norwegian: IBM865, ISO-8859-1, ISO-8859-15 and WINDOWS-1252.
    Danish: IBM865.
  * Minimum CMake version bumped to 3.1
  * Fix build issues for UWP on Windows.
  * Add uchardet CLI tool building support for MSVC.
  * Various bug fixes and docs/README tweaks.

OBS-URL: https://build.opensuse.org/request/show/1045056
OBS-URL: https://build.opensuse.org/package/show/M17N/uchardet?expand=0&rev=10
This commit is contained in:
Takashi Iwai 2022-12-24 11:40:51 +00:00 committed by Git OBS Bridge
parent 6cb96a9cfd
commit bdd36f8ae4
4 changed files with 20 additions and 7 deletions

View File

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

BIN
uchardet-0.0.8.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Dec 23 17:06:18 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.0.8:
* New supports:
Norwegian: IBM865, ISO-8859-1, ISO-8859-15 and WINDOWS-1252.
Danish: IBM865.
* Minimum CMake version bumped to 3.1
* Fix build issues for UWP on Windows.
* Add uchardet CLI tool building support for MSVC.
* Various bug fixes and docs/README tweaks.
-------------------------------------------------------------------
Fri Jun 5 11:44:24 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package uchardet
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,15 +18,15 @@
%define major 0
Name: uchardet
Version: 0.0.7
Version: 0.0.8
Release: 0
Summary: Universal Charset Detection Library
License: MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later
License: GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later
Group: Productivity/Text/Utilities
URL: https://www.freedesktop.org/wiki/Software/uchardet/
Source0: https://www.freedesktop.org/software/%{name}/releases/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: cmake
BuildRequires: cmake >= 3.1
BuildRequires: gcc-c++
BuildRequires: pkgconfig
@ -105,5 +105,6 @@ rm -f %{buildroot}%{_libdir}/libuchardet.a
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/cmake/uchardet
%changelog