Update to 1.4.2
This commit is contained in:
parent
93f4838de5
commit
3761a320ce
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ json-glib-0.10.4.tar.bz2
|
||||
/json-glib-1.2.6.tar.xz
|
||||
/json-glib-1.2.8.tar.xz
|
||||
/json-glib-1.3.2.tar.xz
|
||||
/json-glib-1.4.2.tar.xz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%define glib2_version 2.44.0
|
||||
|
||||
Name: json-glib
|
||||
Version: 1.3.2
|
||||
Release: 3%{?dist}
|
||||
Version: 1.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for JavaScript Object Notation format
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/JsonGlib
|
||||
Source0: http://download.gnome.org/sources/%{name}/1.3/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/%{name}/1.4/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: gettext
|
||||
@ -47,7 +47,7 @@ the functionality of the installed json-glib package.
|
||||
|
||||
|
||||
%build
|
||||
%meson -Denable-gtk-doc=true -Denable-man=true
|
||||
%meson -Ddocs=true
|
||||
%meson_build
|
||||
|
||||
|
||||
@ -85,6 +85,9 @@ the functionality of the installed json-glib package.
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 1.4.2-1
|
||||
- Update to 1.4.2
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (json-glib-1.3.2.tar.xz) = 72b186b1c3e56f3514950eada8cf2a3a3906854125392f65c70cd3f7b29b8af1dd4257fa87fe2d5376830ad116c60225d270f9541275d296086af3bb321a38c4
|
||||
SHA512 (json-glib-1.4.2.tar.xz) = e1495c4d0167db4cc31c7d9a6059de1f9126ab48fb45666a1bd10c69e10df9db195160cfba35cfac9c438a868559068e39402adf98a3e416d425c095c0946a51
|
||||
|
Loading…
Reference in New Issue
Block a user