Accepting request 136731 from GNOME:Factory
Pushing GNOME:Factory towards openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/136731 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/json-glib?expand=0&rev=26
This commit is contained in:
commit
4de7f28ddb
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
Name: json-glib
|
||||
Version: 0.14.2
|
||||
Version: 0.15.2
|
||||
Release: 0
|
||||
Summary: Library for JavaScript Object Notation format
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
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
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: glib2-devel >= 2.31.0
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -125,7 +126,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -n libjson-glib-1_0-0
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog COPYING NEWS README
|
||||
%doc ChangeLog COPYING NEWS
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files -n typelib-1_0-Json-1_0
|
||||
|
Loading…
Reference in New Issue
Block a user