20 Commits

Author SHA256 Message Date
f76c788330 Accepting request 1146752 from home:pgajdos
- version update to 0.6.7
  0.6.6 -> 0.6.7
  =================
  Akira TAGOH (1):
        Add missing header
  0.6.5 -> 0.6.6
  =================
  Akira TAGOH (2):
        Do not use variable array of bash-ism.
        Fix more compile warnings
- deleted patches
  - 0001-ro-MD-ro-to-get-make-check-to-succeed.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/1146752
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=32
2024-02-15 15:00:38 +00:00
2f1a207d09 Accepting request 1101923 from home:vlefebvre:branches:LibreOffice:Factory
Update to version 0.6.4

OBS-URL: https://build.opensuse.org/request/show/1101923
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=30
2023-08-02 09:52:50 +00:00
e6dcc16dc5 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=28 2021-05-19 15:24:43 +00:00
Tomáš Chvátal
ff5c71a9d2 Accepting request 826907 from home:dirkmueller:branches:LibreOffice:Factory
- update to 0.6.3:
  Fix possible null argument for %s directive
  Add ax_check_enable_debug.m4 to satisfy requirement
  enable round tripping ca@valencia locale string back to ca@valencia again
  coverity: fix memory leaks on failure
  coverity: fix more memory leaks

OBS-URL: https://build.opensuse.org/request/show/826907
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=26
2020-08-16 07:57:31 +00:00
Tomáš Chvátal
b9a939cedb - Version update to 0.6.2:
* use standard function
  * fix leak in test

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=24
2018-05-30 10:23:54 +00:00
Tomáš Chvátal
29d36ac2b7 - Version update to 0.6.1:
* Initialize databases just once.
  * Support BCP47-like locale representation
  * Use deprecation macros
  * Add a lookup table to catch up a script/language from language/script
  * Update to add more files into .gitignore
  * Fix the behavior on lt_tag_transform() according to tr#35
  * Fix a segfault if no territory or script is given to lt_tag_convert_from_locale_string()
  * Add missing header file
  * Add lt_db_set_val() to change the place of database
  * Fix memory leaks
  * missing gobject function for lt_relation_db thing
  * Support the language alias for the canonicalization
  * Fix lt_trie_keys() not working
  * Fix OOM handling
  * Improve the bootup time
  * Add docs
  * Update the library versioning

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=22
2016-09-26 10:35:57 +00:00
Tomáš Chvátal
246b25ccd1 - Version bump to 0.5.8:
* Fix the build requirement in pkgconfig file
  * Make some header files public (fixes: issue#14)
  * Fix test fail on SunOS
  * Fix unknown node issue

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=20
2015-12-21 11:06:25 +00:00
Tomáš Chvátal
fa61b56825 - Version bump to 0.5.7:
* Tons of fixes between 0.5.4 and this release. Read NEWS file

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=19
2015-07-14 09:08:40 +00:00
Tomáš Chvátal
89cc689c10 - Version bump to 0.5.4:
* Various small items detailed in NEWS file
  * Removed language stubtag registry

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=17
2014-06-25 13:08:21 +00:00
Tomáš Chvátal
0688069a11 - Add condition around noarch doc subpkg to work with SLE11
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=15
2014-05-20 14:22:56 +00:00
Tomáš Chvátal
f38a287243 - Version bump to 0.5.3:
* Various small fixes detailed in NEWS file

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=13
2014-05-12 13:04:03 +00:00
Tomáš Chvátal
3968700532 - Version bump to 0.5.2
* Various autootool fixes
  * coverity fixes
  * For more read up NEWS file

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=11
2013-09-23 14:54:10 +00:00
Tomáš Chvátal
d7c933cbf2 - Version bump to 0.5.1
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=9
2013-05-01 08:46:42 +00:00
Tomáš Chvátal
edb677c024 - Version bump to 0.5
* Enhancements:
  * Iterator support
  * Add lt_tag_convert_from_locale_string()
* Bug Fixes:
  * Fix wrong traversal on keys
  * Fix xml parser for tags in range
  * Improve portability
  * Fix broken lt_tag_transform()
  * Fix the build issue when builddir != srcdir
  * Fix broken lt_tag_convert_from_locale()
  * Fix memory leaks
  * Fix linker issue
  * Use secure_getenv if available
  * more
- Remove upstreamed patches.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=8
2013-04-27 07:32:05 +00:00
Tomáš Chvátal
aa9b10218a - Use full download url.
- Apply patches from git to fix few build issues.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=7
2013-04-20 12:24:54 +00:00
Tomáš Chvátal
feac8b3e8a - Fix Requires to demand glib2-devel not gtk1 variant
(thanks coolo)
  * Fix copy&pasto in one summary.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=5
2012-11-14 17:06:55 +00:00
Tomáš Chvátal
b2581751c6 - Use both lpgl and mpl licenses.
* thanks to babelworx for the hint (merge request fails to
    complete so doing it myself).

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=4
2012-11-13 08:41:33 +00:00
Tomáš Chvátal
1bb35418c0 - Fix desc not to contain mention of libexttextcat.
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=3
2012-11-09 12:39:32 +00:00
Tomáš Chvátal
a1017750c6 - Add missing directory to the list.
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=2
2012-11-07 06:26:27 +00:00
Tomáš Chvátal
39af86cca6 - Initial package. Version 0.4.0.
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/liblangtag?expand=0&rev=1
2012-11-06 16:53:35 +00:00