diff --git a/uchardet-0.0.7.tar.xz b/uchardet-0.0.7.tar.xz deleted file mode 100644 index 92138e2..0000000 --- a/uchardet-0.0.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fc79408ae1d84b406922fa9319ce005631c95ca0f34b205fad867e8b30e45b1 -size 215492 diff --git a/uchardet-0.0.8.tar.xz b/uchardet-0.0.8.tar.xz new file mode 100644 index 0000000..1be2789 --- /dev/null +++ b/uchardet-0.0.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97a60cfc00a1c147a674b097bb1422abd9fa78a2d9ce3f3fdcc2e78a34ac5f0 +size 222648 diff --git a/uchardet.changes b/uchardet.changes index 8224dbe..6f1faee 100644 --- a/uchardet.changes +++ b/uchardet.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Dec 23 17:06:18 UTC 2022 - Dirk Müller + +- 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 diff --git a/uchardet.spec b/uchardet.spec index f8277b0..5d135ef 100644 --- a/uchardet.spec +++ b/uchardet.spec @@ -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