Accepting request 231768 from GNOME:Factory
Push GNOME:Factory - GNOME 3.12.1 OBS-URL: https://build.opensuse.org/request/show/231768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/json-glib?expand=0&rev=32
This commit is contained in:
commit
bdfea914f6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a95475364ec27ab1d2a69303cf579018558bfb6981e3498b3aaf1e6401f7422c
|
||||
size 506640
|
3
json-glib-1.0.0.tar.xz
Normal file
3
json-glib-1.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbf558d2da989ab84a27e4e13daa51ceaa97eb959c2c2f80976c9322a8f4cdde
|
||||
size 547100
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:40:17 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.0.0:
|
||||
+ Build fixes.
|
||||
+ Bugs fixed: bgo#723813.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 17:17:01 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.99.2:
|
||||
+ Use the -Bsymbolic-functions linker flag when available.
|
||||
+ Bump the dependency on GLib to 2.38.
|
||||
+ Use the TAP driver for the test suite.
|
||||
+ Improve the syntax validation in JsonPath.
|
||||
+ Validate the JsonParser input to be UTF-8.
|
||||
+ Add command line tools for validating and formatting JSON.
|
||||
+ Improve documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 17:36:09 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package json-glib
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 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
|
||||
@ -18,15 +18,15 @@
|
||||
|
||||
|
||||
Name: json-glib
|
||||
Version: 0.16.2
|
||||
Version: 1.0.0
|
||||
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.16/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/json-glib/1.0/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: glib2-devel >= 2.34.0
|
||||
BuildRequires: glib2-devel >= 2.37.6
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,6 +137,9 @@ rm -rf %{buildroot}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
# Those could potentially be split in a -tools package, but are never used by non-devs.
|
||||
%{_bindir}/json-glib-format
|
||||
%{_bindir}/json-glib-validate
|
||||
%{_includedir}/%{name}-1.0
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
Loading…
Reference in New Issue
Block a user