Accepting request 44396 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/json-glib via accept of submit request 44396 revision 2. Request was accepted with message: thanks, note that you can remove names from NEWS stuff OBS-URL: https://build.opensuse.org/request/show/44396 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=16
This commit is contained in:
parent
bc31337412
commit
60b83b52a3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b252f4a4819da560ffe0c2dfe0b2d014d836c5deefde15b83013dfd8d382c920
|
||||
size 417175
|
3
json-glib-0.11.2.tar.bz2
Normal file
3
json-glib-0.11.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28274769bdec44cd5ab83ce1f8ae45652c2927c0d52f3f4e28f257182c0e2bf9
|
||||
size 398516
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 2 19:56:29 CEST 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.11.2:
|
||||
+ On the way to 0.12.0:
|
||||
- Support surrogate pairs in JSON strings [Eiichi Sato]
|
||||
- Update the test suite
|
||||
- Add (optional) coverage reports
|
||||
- Improve strictness of JsonParser
|
||||
- Improve error reporting of JsonParser
|
||||
- Add JsonBuilder, a convenience API for programmatic building
|
||||
of JSON trees [Luca Bruno]
|
||||
- Add methods for JsonParser and JsonGenerator to handle
|
||||
Input|OutputStream objects coming from GIO.
|
||||
- Remove glib2-devel Requires from the devel package. RPM handles
|
||||
this automatically by pkgconfig requires now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 19 20:57:45 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.10.4:
|
||||
+ Improve the strictness of the JsonParser code by refactoring a
|
||||
large chunk of it
|
||||
+ Fix JsonGenerator when dumping nodes with a floating point
|
||||
value
|
||||
+ Add negative conformance test cases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 17:03:37 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package json-glib (Version 0.10.2)
|
||||
# spec file for package json-glib (Version 0.11.2)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: json-glib
|
||||
Version: 0.10.2
|
||||
Version: 0.11.2
|
||||
Release: 1
|
||||
Summary: Library for JavaScript Object Notation format
|
||||
License: LGPLv2.1+
|
||||
@ -66,7 +66,6 @@ License: LGPLv2.1+
|
||||
Summary: Library for JavaScript Object Notation format - Development Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libjson-glib-1_0-0 = %{version}
|
||||
Requires: glib2-devel
|
||||
|
||||
%description devel
|
||||
JSON is a lightweight data-interchange format.It is easy for humans to
|
||||
|
Loading…
Reference in New Issue
Block a user