Accepting request 75771 from GNOME:Factory
Pushing G:F, including GNOME 3.1.3 OBS-URL: https://build.opensuse.org/request/show/75771 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/json-glib?expand=0&rev=18
This commit is contained in:
commit
67a2f935f2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cbf7306a0928bed9ece99820ff8154943cf5a8558fd728a7710399825352720
|
||||
size 485990
|
3
json-glib-0.13.4.tar.bz2
Normal file
3
json-glib-0.13.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a28712b7aab83f89f456f90155a5c07606eeeff41f22cf97c402b0128e166334
|
||||
size 524361
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 14:12:26 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.13.4:
|
||||
+ Remove all G_CONST_RETURN usage after the deprecation
|
||||
+ Allow JsonSerializable to override the introspection and
|
||||
modification of properties
|
||||
+ Add i18n support for GError messages
|
||||
+ Do not serialize GObject properties that match their default
|
||||
values.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 18 21:32:10 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: json-glib
|
||||
Version: 0.13.2
|
||||
Version: 0.13.4
|
||||
Release: 1
|
||||
Summary: Library for JavaScript Object Notation format
|
||||
License: LGPLv2.1+
|
||||
@ -103,7 +103,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -n libjson-glib-1_0-0
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%doc ChangeLog COPYING NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/girepository-1.0/Json-1.0.typelib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user