commit 4e44092c5f847fecf0c26f26cb6293385c79943a Author: zyppe <210hcl@gmail.com> Date: Thu Feb 29 15:57:56 2024 +0800 Initialize for libunistring diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7b5fbb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +libunistring-0.9.10.tar.xz diff --git a/.libunistring.metadata b/.libunistring.metadata new file mode 100644 index 0000000..4306a33 --- /dev/null +++ b/.libunistring.metadata @@ -0,0 +1 @@ +2d56765e94c2b8d207729571e567dc003eddffbf2d6c2efd1901c64e73667108 libunistring-0.9.10.tar.xz diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..6f2b7ff --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,4 @@ +libunistring2 +libunistring-devel + requires -libunistring- + requires "libunistring2- = " diff --git a/libunistring-0.9.10.tar.xz.sig b/libunistring-0.9.10.tar.xz.sig new file mode 100644 index 0000000..5d8025f --- /dev/null +++ b/libunistring-0.9.10.tar.xz.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJbCDarAAoJENYFhI7X5phx5w8QAJQj4n94I6foZCE71GdDQs/p +GU6ABFpQiWP2Hh8CT3/11YltEnRU586KGdDApM27Fb2SK0WxKM0uco7QLW7Yprnj +dMGoOVUQilRijUeXKe8hSzMHjhlLwPKUDjXNf0kGNBDI6sLSNHS+fU7uepzxYnMp +M22MOaJAsDBZOiHRxQK8RNxa5bUGn2SVnLJLOmoqQUXfe0rC8ghiNGLKcfKZZcPM +eh9a6fPAYcU4bDaktIH6ZvkOnxLisrfNE43orkxjpxVvLxWy3rpqvj+TeQNe2hQl +ZChdSZcrinktV8qWztAjrhcd2y6r4Jplh6KRE0ctQmOxhzy//Z3biE0szpIacyoP +U4CUPg/7uQc6qNZ2JX8isD3ECvO1oummMi4vboEwWNhq5ZsH3LAKkKTi/nn/1u4Y +HFXdBTrWDPASjX9WZusDtWcsrW63nULGAtkXFWhlZQWbwo3eMP/Bjba5Nsa95XQs +2Cg16G0sQ/D6uCqsuh/Su0yOJ+UMDmqwDMcqGgjQBhQX7uHKrNnJWxHIt5+iKvvU +6wOlBXFKVRinrpcrJB7yNgI3rVFrIehrdT4PM7F2Nd0EBjuh6rWDxhxEeu5iqhpt +sEpw4lILNRAHwbqtV5A34qv5221xEuKa9QpQ0qtj3vx55KSQyPBADpTD4uOJJ+8A +Z7PqndjzEZBjCSFy7xVd +=vzbS +-----END PGP SIGNATURE----- diff --git a/libunistring.changes b/libunistring.changes new file mode 100644 index 0000000..613de6f --- /dev/null +++ b/libunistring.changes @@ -0,0 +1,93 @@ +* Mon Mar 29 2021 pgajdos@suse.com +- version update to 0.9.10 [bsc#1183794] + * The functions + u8_casing_prefix_context, u8_casing_prefixes_context, + u8_casing_suffix_context, u8_casing_suffixes_context, + u16_casing_prefix_context, u16_casing_prefixes_context, + u16_casing_suffix_context, u16_casing_suffixes_context, + u32_casing_prefix_context, u32_casing_prefixes_context, + u32_casing_suffix_context, u32_casing_suffixes_context, + that are documented since version 0.9.1, are now actually + implemented. + * bump gnulib version +* Sat Mar 3 2018 jengelh@inai.de +- Fix RPM groups and summaries. +* Wed Feb 28 2018 astieger@suse.com +- update to 0.9.9: + * Fixed a multithread-safety bug +* Fri Dec 1 2017 astieger@suse.com +- update to 0.9.8: + * The data tables and line breaking algorithm have been updated + to Unicode version 9.0.0 + * In the include file unigbrk.h, the function uc_grapheme_breaks + has been added to accommodate the new UAX#29 rules involving 3 + or more consecutive characters +* Fri Aug 18 2017 pgajdos@suse.com +- try to not run tests in parallel, make check stucks randomly +* Fri May 5 2017 pgajdos@suse.com +- updated to 0.9.7: + * license change + * build system changes +* Tue Jan 3 2017 mlin@suse.com +- Add baselibs.conf to generate -32bit packages +* Thu Jul 9 2015 astieger@suse.com +- GNU libunistring 0.9.6: + * The data tables and line breaking algorithm have been updated + to Unicode version 8.0.0. +- add keyring and verify source signature +- fix SLE 11 SP3 build +* Thu Feb 19 2015 p.drouand@gmail.com +- Update to version 0.9.5 + * The data tables and line breaking algorithm have been updated + to Unicode version 7.0.0. + * In the include file uniname.h, the function unicode_name_character + has been extended to look for name aliases. +- Remove patches merged on upstream release + * libunistring-gnulib-ppc64le.patch + * libunistring-parallel-make.patch +- Use download Url as source +- Remove autoconf, automake and libtool require; not needed anymore +- Bump so version to 2 + libunistring0 > libunistring2 +* Tue Mar 4 2014 pgajdos@suse.com +- fix parallel build + * added parallel-make.patch [bnc#866723] (private) +* Wed Dec 18 2013 uweigand@de.ibm.com +- libunistring-gnulib-ppc64le.patch: Fix imported gnulib long double + math tests for little-endian PowerPC. +* Fri Mar 16 2012 cfarrell@suse.com +- license update: LGPL-3.0+ and GPL-3.0+ + Numerous files in tests/ and woedll are GPL-3.0+ licensed. Either put + them in a separate GPL-3.0+ labelled subpackage or use this label for the + main License: line +* Sun Mar 11 2012 jengelh@medozas.de +- Nuke unnecessary libunistring binary package: move documentation + files to devel subpackage +* Mon Jan 30 2012 jengelh@medozas.de +- Remove redundant tags/sections per specfile guideline suggestions +- Parallel building using %%_smp_mflags +* Fri Sep 30 2011 crrodriguez@opensuse.org +- Workaround qemu-arm bugs. +* Mon Aug 30 2010 pgajdos@suse.cz +- updated to version 0.9.3: + * Bug fixes in unistr.h functions: + - The functions u16_to_u32, u16_to_u8, u8_to_u32, u8_to_u16 now fail when + the argument is not valid. Previously, they returned a converted string + where invalid parts were each replaced with U+FFFD. + - The function u8_mbsnlen now counts an incomplete character at the end + of the argument string as 1 character. Previously, it could count as 2 + or 3 characters. + - The return value of the u8_stpncpy, u16_stpncpy, u32_stpncpy functions + was incorrect. + - The u8_strcoll, u16_strcoll, u32_strcoll now try harder to give a non-zero + return value. +* Mon Mar 15 2010 pgajdos@suse.cz +- updated to version 0.9.2.1: + * The function uc_locale_language now uses the locale of the + current thread, if a thread-specific locale has been set. +* Tue Nov 24 2009 pgajdos@suse.cz +- initial version of package 0.9.1.1 +- spec file taken from + http://www.pixelbeat.org/patches/libunistring + (PĂĄdraig Brady