Accepting request 523638 from GNOME:Next
Update to 1.4.0 OBS-URL: https://build.opensuse.org/request/show/523638 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=67
This commit is contained in:
parent
9ec5aed8af
commit
51c79455c3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6a80f42e63a3267356f20408bf91a1696837aa66d864ac7de2564ecbd332a7c
|
|
||||||
size 162856
|
|
3
json-glib-1.4.0.tar.xz
Normal file
3
json-glib-1.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e7d14e5a09a44fcbddf57ce8f1faa8380521639884c8252ea5866a95df37079
|
||||||
|
size 163640
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 12 10:00:44 UTC 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 15:52:44 UTC 2017 - jengelh@inai.de
|
Mon Sep 11 15:52:44 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: json-glib
|
Name: json-glib
|
||||||
Version: 1.3.2
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for JavaScript Object Notation format
|
Summary: Library for JavaScript Object Notation format
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://live.gnome.org/JsonGlib
|
Url: http://live.gnome.org/JsonGlib
|
||||||
Source0: http://download.gnome.org/sources/json-glib/1.3/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/json-glib/1.4/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: glib2-devel >= 2.46
|
BuildRequires: glib2-devel >= 2.46
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -32,7 +32,6 @@ BuildRequires: meson
|
|||||||
%if !0%{?is_opensuse}
|
%if !0%{?is_opensuse}
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JSON-GLib provides a parser and a generator GObject classes and various
|
JSON-GLib provides a parser and a generator GObject classes and various
|
||||||
@ -48,8 +47,8 @@ JSON data streams.
|
|||||||
Summary: Library for JavaScript Object Notation format
|
Summary: Library for JavaScript Object Notation format
|
||||||
# To make lang subpackage installable
|
# To make lang subpackage installable
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: %{name} = %{version}
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
Provides: %{name} = %{version}
|
||||||
|
|
||||||
%description -n libjson-glib-1_0-0
|
%description -n libjson-glib-1_0-0
|
||||||
JSON is a lightweight data-interchange format. It is comparatively
|
JSON is a lightweight data-interchange format. It is comparatively
|
||||||
@ -90,6 +89,7 @@ This package contains development files needed to develop with the
|
|||||||
json-glib library.
|
json-glib library.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%if !0%{?is_opensuse}
|
%if !0%{?is_opensuse}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user