Accepting request 479098 from GNOME:Next
Update to 1.2.6 OBS-URL: https://build.opensuse.org/request/show/479098 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=62
This commit is contained in:
parent
05016450bf
commit
9a38308dab
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea128ab52a824fcd06e5448fbb2bd8d9a13740d51c66d445828edba71321a621
|
|
||||||
size 590376
|
|
3
json-glib-1.2.6.tar.xz
Normal file
3
json-glib-1.2.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:958fa59909ef28399c811aff29a5340b330b20660ca3586b4c5aa3a53997776c
|
||||||
|
size 601188
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 13 16:10:14 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.2.6:
|
||||||
|
+ Brown paper bag release to re-generate the dist tarball
|
||||||
|
(bgo#779980).
|
||||||
|
- Modernize .spec file a bit: use make %{?_smp_mflags} and 'find'
|
||||||
|
to remove the libtool archives (*.la).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 13 13:48:17 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.2.4:
|
||||||
|
+ Add Meson build system (bgo#773603).
|
||||||
|
+ Support Visual Studio 2017.
|
||||||
|
+ Allow using G_DECLARE_INTERFACE with JsonSerializable.
|
||||||
|
+ Allow empty strings as JsonObject member names (bgo#747279).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 30 09:17:57 UTC 2016 - zaitor@opensuse.org
|
Sat Jul 30 09:17:57 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package json-glib
|
# spec file for package json-glib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: json-glib
|
Name: json-glib
|
||||||
Version: 1.2.2
|
Version: 1.2.6
|
||||||
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+
|
||||||
@ -112,11 +112,11 @@ translation-update-upstream
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%__make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
%__rm %{buildroot}%{_libdir}/*.la
|
find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||||
%find_lang %{name}-1.0
|
%find_lang %{name}-1.0
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
Reference in New Issue
Block a user