diff --git a/libuna-alpha-20190102.tar.gz b/libuna-alpha-20190102.tar.gz deleted file mode 100644 index cbed58f..0000000 --- a/libuna-alpha-20190102.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9875ca8b5acea785572d12b8cb5ebcfe081d76500272ed18496d9410670b6c98 -size 1872888 diff --git a/libuna-alpha-20201204.tar.gz b/libuna-alpha-20201204.tar.gz new file mode 100644 index 0000000..3978ce2 --- /dev/null +++ b/libuna-alpha-20201204.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e054be66f86521f5930e1f764df73114035d585b9e32896261e02bbc3a34bb03 +size 1898257 diff --git a/libuna.changes b/libuna.changes index 14d3088..2e2d5ae 100644 --- a/libuna.changes +++ b/libuna.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Dec 13 03:29:21 UTC 2020 - Greg Freemyer + +- update to v0~20201204 + * changes to handle high range surrogates + * added SCSU support + ------------------------------------------------------------------- Mon Mar 25 01:43:50 UTC 2019 - Greg Freemyer diff --git a/libuna.spec b/libuna.spec index 919ed54..a65d3d0 100644 --- a/libuna.spec +++ b/libuna.spec @@ -1,7 +1,7 @@ # # spec file for package libuna # -# Copyright (c) 2019 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 @@ -18,13 +18,13 @@ Name: libuna %define lname libuna1 -%define timestamp 20190102 +%define timestamp 20201204 Version: 0~%timestamp Release: 0 Summary: Library to support Unicode and ASCII (byte string) conversions License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ -Url: https://github.com/libyal/libuna/wiki +URL: https://github.com/libyal/libuna/wiki Source: https://github.com/libyal/libuna/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz BuildRequires: pkg-config BuildRequires: pkgconfig(libcdatetime) @@ -84,7 +84,8 @@ rm -f "%{buildroot}/%{_libdir}"/*.la %files -n %lname %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog ABOUT-NLS +%license COPYING +%doc AUTHORS ChangeLog ABOUT-NLS %{_libdir}/libuna.so.1* %files tools