Accepting request 173267 from GNOME:Factory
Push GNOME 3.8.1 to Factory - mostly small bug fixes over the existing 3.8.0 we have OBS-URL: https://build.opensuse.org/request/show/173267 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/json-glib?expand=0&rev=29
This commit is contained in:
commit
9563e1057b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f090cd94acc85989e033d72028fa70863d05092ae5bba6b454e70c132b24cdde
|
|
||||||
size 459232
|
|
3
json-glib-0.16.0.tar.xz
Normal file
3
json-glib-0.16.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4a3fd2f399e4c148aad608e6ed0a94095f2ddde9dd12f5aa2f072ecae5c1d37
|
||||||
|
size 505452
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 16 20:22:31 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.16.0:
|
||||||
|
+ docs: Fix xinclude fallback for annotation glossary.
|
||||||
|
+ variant: Fix documentation and annotations for deserialize().
|
||||||
|
+ Update Visual Studio Solution Files.
|
||||||
|
+ Visual Studio Builds: Support building introspection files.
|
||||||
|
+ path: Fix get all object members with wildcard.
|
||||||
|
+ build: Bump up the requirement for GLib.
|
||||||
|
+ build: Use the symbols file to generate our public ABI.
|
||||||
|
+ Use the new typed JsonNode initializers.
|
||||||
|
+ Consolidate null handling in JsonArray and JsonObject.
|
||||||
|
+ node: Add typed initializers.
|
||||||
|
+ Bugs fixed: bgo#660795, bgo#686096, bgo#691557, bgo#693575.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 28 18:10:37 CET 2013 - sbrabec@suse.cz
|
Thu Feb 28 18:10:37 CET 2013 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -18,15 +18,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: json-glib
|
Name: json-glib
|
||||||
Version: 0.15.2
|
Version: 0.16.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/0.15/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/json-glib/0.16/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: glib2-devel >= 2.31.0
|
BuildRequires: glib2-devel >= 2.34.0
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user