| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: json-glib-lang | Distribution: SUSE Linux Enterprise 15 |
| Version: 1.6.6 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150400.1.11 | Build date: Sun May 8 06:49:50 2022 |
| Group: System/Localization | Build host: sheep26 |
| Size: 278348 | Source RPM: json-glib-1.6.6-150400.1.11.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: http://live.gnome.org/JsonGlib | |
| Summary: Translations for package json-glib | |
Provides translations for the "json-glib" package.
LGPL-2.1-or-later
* Thu Sep 16 2021 sbrabec@suse.com
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
* Wed Aug 25 2021 bjorn.lie@gmail.com
- Update to version 1.6.6:
+ New release with the documentation and gi-docgen included in
the archive.
- Drop gtk-doc BuildRequires, no longer needed, nor used.
- Add docbook-xsl-stylesheets and libxslt-tools BuildRequires,
needed for building of manpages.
* Sat Aug 21 2021 bjorn.lie@gmail.com
- Update to version 1.6.4:
+ Discover linker flags on all toolchains
+ Fix memory leak
+ Use gi-docgen instead of gtk-doc for generating the API
reference
+ Build against newer versions of GLib
- Pass gtk_doc=disabled to meson, no longer build API
documentation.
* Tue Feb 09 2021 bjorn.lie@gmail.com
- Update to version 1.6.2:
+ Fix build reproducibility.
+ Fix parsing of UTF-16 surrogate pairs.
+ Ignore UTF-8 BOM.
* Fri Sep 11 2020 bjorn.lie@gmail.com
- Update to version 1.6.0:
+ docs: Add missing index for 1.6 symbols.
+ Updated translations.
- Add gtk-doc BuildRequires and build gtk-doc api documentation and
manpages via passing man=true and gtk_doc=enabled to meson.
- Add check section and run meson_test macro during build.
- Drop obsolete nuking of .la files, no longer needed.
* Fri Sep 04 2020 dimstar@opensuse.org
- Update to version 1.5.2:
+ Add getters with default fallback for JsonObject.
+ Clarify some expections of the json_object_get_*_member APIs.
+ Fix getting immutable root nodes from empty input.
+ Add `--output` option to json-glib-format.
+ Support loading files via memory mapping.
+ Add a symbol version to all exported symbols.
- Pass -Dgtk_doc=disabled to meson: keep the gtk-doc disabled for
now.
* Fri May 22 2020 daniel.molkentin@suse.com
- Require pkgconfig to create pkgconfig() provides
* Sat Jan 25 2020 dimstar@opensuse.org
- No longer recommend -lang: supplements are in use
* Wed Sep 26 2018 bjorn.lie@gmail.com
- Update to version 1.4.4:
+ Fix memory leaks.
+ Fix behaviour of JsonParser with immutable nodes for empty
documents.
+ Clarify documentation.
+ Update autoptr macro for JsonNode to use json_node_unref().
+ Update the enumeration types template.
+ Perform fuzzy comparisons for floating point values in the test
suite.
+ Updated translations.
* Thu Apr 26 2018 sbrabec@suse.com
- Set gettext domain explicitly in translation-update-upstream,
as it does not support complex meson.build expressions
(bsc#1087076#c21).
* Tue Mar 20 2018 dimstar@opensuse.org
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Tue Sep 12 2017 dimstar@opensuse.org
- Update to version 1.4.2:
+ Literally no change, just a re-released tarball. The tarball
generated for 1.4.0 and pushed to download.gnome.org comes from
a different commit.
* Tue Sep 12 2017 dimstar@opensuse.org
- Update to version 1.4.0:
+ Update the linker flags on macOS (bgo#785053).
+ Change the build configuration options to better fit with
Meson.
+ Updated translations.
* Mon Sep 11 2017 jengelh@inai.de
- Trim descriptions a little. Update summaries.
* Tue Jul 18 2017 zaitor@opensuse.org
- Update to version 1.3.2:
+ Use Meson as the only build system.
+ Bugs fixed: bgo#773504, bgo##780550, bgo#769206, bgo#766281,
bgo#758580, bgo#768788, bgo#774688.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
- Add meson BuildRequires and switch autotools macros configure,
make and makeinstall to meson, meson_build and meson_install
following upstream switch to Meson build system.
* Sun Mar 19 2017 zaitor@opensuse.org
- Update to version 1.2.8:
+ Add missing header in the Meson file listing.
+ Ensure that introspection scans all the headers.
+ build:
- Reduce the internal dependencies.
- Add missing argument to the introspection scanner.
- Ignore 'config.h' when building the API reference.
- Generate the config.h file under json-glib.
- Fix soversion for Meson builds.
- Require the same modules for Meson and Autotools.
- Sync the interface age with the version.
+ Fix the generated pkg-config file with Meson.
+ docs:
- Add links to online resources.
- Reference the JSON-GLib header.
- Override version macros.
- Use 'plain' language for JSON snippets.
- Update the README.
+ Move the reference build down one level.
+ Use the appropriate values to initialize Autotools.
* Mon Mar 13 2017 dimstar@opensuse.org
- Update to version 1.2.6:
+ Brown paper bag release to re-generate the dist tarball
(bgo#779980).
- Modernize .spec file a bit: use make %{?_smp_mflags} and 'find'
to remove the libtool archives (*.la).
* Mon Mar 13 2017 dimstar@opensuse.org
- Update to version 1.2.4:
+ Add Meson build system (bgo#773603).
+ Support Visual Studio 2017.
+ Allow using G_DECLARE_INTERFACE with JsonSerializable.
+ Allow empty strings as JsonObject member names (bgo#747279).
* Sat Jul 30 2016 zaitor@opensuse.org
- Update to version 1.2.2:
+ Add support for g_auto* macros.
+ Allow making JSON types optionally immutable, in order to allow
efficient hashing and equality tests (bgo#756121).
+ Improve the build under MSVC.
+ Updated translations.
* Fri Apr 15 2016 hpj@suse.com
- Update to GNOME 3.20 -- Fate#318572.
* Tue Mar 22 2016 zaitor@opensuse.org
- Update to version 1.2.0:
+ node: Turn a g_debug() call into a JSON_NOTE.
+ debug: Add flag for debugging nodes.
* Tue Mar 01 2016 zaitor@opensuse.org
- Update to version 1.1.2:
+ Add simple wrapper functions for JsonGenerator and JsonParser
to write and read a string from and to a JsonNode,
respectively.
+ Drop use of deprecated GIO API.
+ Bump the dependency on GLib to 2.46.
+ Do not create `null` nodes for empty strings (bgo#730803).
+ Documentation fixes (bgo#754384).
+ Avoid crashes in the test suite (bgo#755977).
+ Add simple iterator object for JSON objects (bgo#755509).
+ Detect missing commas in arrays.
+ Add support for g_auto* macros.
+ Allow making JSON types optionally immutable, in order to allow
efficient hashing and equality tests (bgo#756121).
* Mon Mar 16 2015 dimstar@opensuse.org
- Update to version 1.0.4:
+ Build fixes.
+ Bugs fixed: bgo#711600, bgo#746143, bgo#724319, bgo#743475,
bgo#741824, bgo#725972.
+ Updated translations.
/usr/share/locale/as/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/be/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/da/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/de/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/el/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/es/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/et/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/he/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/hr/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/id/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/it/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/ne/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/nl/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/or/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/ro/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/te/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo /usr/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 15:40:38 2026