diff --git a/json-glib-1.6.0.tar.xz b/json-glib-1.6.0.tar.xz deleted file mode 100644 index 2e75a77..0000000 Binary files a/json-glib-1.6.0.tar.xz and /dev/null differ diff --git a/json-glib-1.6.2.tar.xz b/json-glib-1.6.2.tar.xz new file mode 100644 index 0000000..504709b Binary files /dev/null and b/json-glib-1.6.2.tar.xz differ diff --git a/json-glib.spec b/json-glib.spec index e6932c1..c2adc0c 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -1,14 +1,15 @@ Name: json-glib -Version: 1.6.0 +Version: 1.6.2 Release: 1 Summary: Library for lightweight data-interchange format License: LGPLv2+ URL: https://wiki.gnome.org/Projects/JsonGlib -Source0: https://download.gnome.org/sources/%{name}/1.4/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/1.6/%{name}-%{version}.tar.xz BuildRequires: docbook-style-xsl gettext glib2-devel gtk-doc BuildRequires: gobject-introspection-devel meson libxslt /usr/bin/xsltproc +BuildRequires: python3-colorama Requires: glib2 @@ -19,8 +20,6 @@ for the JavaScript Object Notation (JSON) format described by RFC 4627. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} -Provides: %{name}-tests -Obsoletes: %{name}-tests %description devel %{name}-devel contains the header files for developing @@ -66,6 +65,10 @@ applications that want to make use of %{name}. %{_datadir}/gtk-doc/html/%{name}/* %changelog +* Mon May 24 2021 weijin deng - 1.6.2-1 +- Upgrade to 1.6.2 +- Update Version, Source0, BuildRequires, Obsoletes, Provides + * Thu Jan 28 2021 zhanzhimin - 1.6.0-1 - update to 1.6.0