diff --git a/json-glib-1.6.0.tar.xz b/json-glib-1.6.0.tar.xz deleted file mode 100644 index 78c9df6..0000000 --- a/json-glib-1.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d7c67602c4161ea7070fab6c5823afd9bd7f7bc955f652a50d3753b08494e73 -size 168648 diff --git a/json-glib-1.6.2.tar.xz b/json-glib-1.6.2.tar.xz new file mode 100644 index 0000000..e9aa89b --- /dev/null +++ b/json-glib-1.6.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33d66c6d038bda46b910c6c6d59c4e15db014e363dc997a0414c2e07d134f24 +size 170260 diff --git a/json-glib.changes b/json-glib.changes index 787e758..657769f 100644 --- a/json-glib.changes +++ b/json-glib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 9 22:49:16 UTC 2021 - Bjørn Lie + +- Update to version 1.6.2: + + Fix build reproducibility. + + Fix parsing of UTF-16 surrogate pairs. + + Ignore UTF-8 BOM. + ------------------------------------------------------------------- Fri Sep 11 17:43:59 UTC 2020 - Bjørn Lie diff --git a/json-glib.spec b/json-glib.spec index fbdd5fe..215d110 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -1,7 +1,7 @@ # # spec file for package json-glib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: json-glib -Version: 1.6.0 +Version: 1.6.2 Release: 0 Summary: Library for JavaScript Object Notation format License: LGPL-2.1-or-later @@ -28,9 +28,9 @@ URL: http://live.gnome.org/JsonGlib Source0: https://download.gnome.org/sources/json-glib/1.6/%{name}-%{version}.tar.xz Source99: baselibs.conf -BuildRequires: gtk-doc BuildRequires: glib2-devel >= 2.54 BuildRequires: gobject-introspection-devel +BuildRequires: gtk-doc BuildRequires: meson BuildRequires: pkgconfig BuildRequires: translation-update-upstream