see included CHANGES.md file for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-uutf?expand=0&rev=21
83 lines
2.7 KiB
Plaintext
83 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 3 03:03:03 UTC 2025 - ohering@suse.de
|
|
|
|
- Update to version 1.0.4
|
|
see included CHANGES.md file for details
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de
|
|
|
|
- Update to version 1.0.3
|
|
See included CHANGES.md for details
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de
|
|
|
|
- build with dune via ocaml-uutf.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de
|
|
|
|
- Require current dune macros
|
|
- Update to version 1.0.2, via _service file
|
|
Fix substring folding functionality.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 20 08:17:38 UTC 2018 - andy@onthewings.net
|
|
|
|
- Fix Source: url.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 25 13:04:54 UTC 2017 - ohering@suse.de
|
|
|
|
- Use Group: Development/Languages/OCaml
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 17 12:48:58 UTC 2017 - ohering@suse.de
|
|
|
|
- Wrap specfile conditionals to fix quilt setup
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 8 08:17:57 UTC 2017 - antoine.belvire@opensuse.org
|
|
|
|
- Fix oasis synopsis.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 31 07:07:33 UTC 2017 - olaf@aepfle.de
|
|
|
|
- Replace tabs with spaces in generated _oasis file
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 17 10:34:57 UTC 2017 - olaf@aepfle.de
|
|
|
|
- Update to version 1.0.1:
|
|
* OCaml 4.05.0 compatibility (removal of `Uchar.dump`).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 16 11:14:08 UTC 2017 - olaf@aepfle.de
|
|
|
|
- Build with oasis
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 24 18:58:14 UTC 2016 - antoine.belvire@opensuse.org
|
|
|
|
- Update to version 1.0.0:
|
|
* Uutf.String.fold_utf_{8,16be,16le}, allow substring folding
|
|
via optional arguments.
|
|
* OCaml standard library Uchar.t support:
|
|
+ Removes and substitutes type Uutf.uchar = int by the
|
|
(abstract) Uchar.t type. Uchar.{of,to}_int allows to recover
|
|
the previous representation.
|
|
+ Removes Uutf.{is_uchar,cp_to_string,pp_cp}.
|
|
Uchar.{is_valid,dump} can be used instead.
|
|
* Safe string support. Manual sources and destinations now work
|
|
on bytes rather than strings.
|
|
* Build depend on topkg.
|
|
* Relicense from BSD3 to ISC.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 22 22:43:11 UTC 2016 - antoine.belvire@opensuse.org
|
|
|
|
- Initial package: ocaml-uutf-0.9.4
|
|
|