Accepting request 132749 from GNOME:Next
Starting to push GNOME:Next... OBS-URL: https://build.opensuse.org/request/show/132749 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=41
This commit is contained in:
parent
999d069663
commit
4bbb0493f7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b62cb148ae49d30d8ad807912ba3c7cf189459e2d75233620aae411cf8ea6c04
|
|
||||||
size 523253
|
|
3
json-glib-0.15.2.tar.xz
Normal file
3
json-glib-0.15.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f090cd94acc85989e033d72028fa70863d05092ae5bba6b454e70c132b24cdde
|
||||||
|
size 459232
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 18 11:14:15 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.15.2:
|
||||||
|
+ Fixes for building with VisualStudio
|
||||||
|
+ Allow out-of-tree builds
|
||||||
|
+ Bump the dependency on GLib to 2.31
|
||||||
|
+ Use the new deprecation system provided by GLib
|
||||||
|
+ Simplify the value handling inside JsonNode
|
||||||
|
+ Use lcov to generate coverage reports for the test suite
|
||||||
|
+ Check expected ABI when building
|
||||||
|
+ Drop dependency on gnome-autogen.sh when building from Git
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 8 20:06:52 UTC 2011 - dimstar@opensuse.org
|
Thu Dec 8 20:06:52 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package json-glib
|
# spec file for package json-glib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
|
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -16,16 +16,17 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: json-glib
|
Name: json-glib
|
||||||
Version: 0.14.2
|
Version: 0.15.2
|
||||||
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.14/%{name}-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/json-glib/0.15/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel >= 2.31.0
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -125,7 +126,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files -n libjson-glib-1_0-0
|
%files -n libjson-glib-1_0-0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog COPYING NEWS README
|
%doc ChangeLog COPYING NEWS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files -n typelib-1_0-Json-1_0
|
%files -n typelib-1_0-Json-1_0
|
||||||
|
Loading…
Reference in New Issue
Block a user