Accepting request 587174 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/587174 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/json-c?expand=0&rev=23
This commit is contained in:
commit
26818889c0
@ -1 +1 @@
|
|||||||
libjson-c3
|
libjson-c4
|
||||||
|
3
json-c-0.13.1.tar.gz
Normal file
3
json-c-0.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b87e608d4d3f7bfdd36ef78d56d53c74e66ab278d318b71e6002a369d36f4873
|
||||||
|
size 639425
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0316780be9ad16c42d7c26b015a784fd5df4b0909fef0aba51cfb13e492ac24d
|
|
||||||
size 634720
|
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 13 01:21:57 UTC 2018 - avindra@opensuse.org
|
||||||
|
|
||||||
|
- json-c 0.13.1
|
||||||
|
* Add const size_t json_c_object_sizeof()
|
||||||
|
* Avoid invalid free (and thus a segfault) when ref_count gets < 0
|
||||||
|
* Fix handling of custom double formats that include a ".0"
|
||||||
|
* Avoid uninitialized variable warnings in json_object_object_foreach
|
||||||
|
* Add a top level fuzz directory for fuzzers run by OSS-Fuzz
|
||||||
|
* Fix build for certain uClibc based systems.
|
||||||
|
* Bump sonum to 4.0 to avoid conflicts because some packagers made
|
||||||
|
their own bump to ".so.3" for the older 0.12 release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 28 05:17:43 UTC 2017 - avindra@opensuse.org
|
Thu Dec 28 05:17:43 UTC 2017 - avindra@opensuse.org
|
||||||
|
|
||||||
|
11
json-c.spec
11
json-c.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package json-c
|
# spec file for package json-c
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%define libname libjson-c
|
%define libname libjson-c
|
||||||
%define libsoname %{libname}3
|
%define libsoname %{libname}4
|
||||||
%define oldlibname libjson
|
%define oldlibname libjson
|
||||||
Name: json-c
|
Name: json-c
|
||||||
Version: 0.13
|
Version: 0.13.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JSON implementation in C
|
Summary: JSON implementation in C
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -112,7 +112,7 @@ cp -R doc/html "%{buildroot}%{_docdir}/%{name}-doc"
|
|||||||
|
|
||||||
%files -n %{libsoname}
|
%files -n %{libsoname}
|
||||||
%{_libdir}/%{libname}.so.*
|
%{_libdir}/%{libname}.so.*
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
|
|
||||||
%files -n %{libname}-devel
|
%files -n %{libname}-devel
|
||||||
%{_libdir}/%{libname}.so
|
%{_libdir}/%{libname}.so
|
||||||
@ -120,7 +120,8 @@ cp -R doc/html "%{buildroot}%{_docdir}/%{name}-doc"
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files -n %{libname}-doc
|
%files -n %{libname}-doc
|
||||||
%doc AUTHORS ChangeLog COPYING README README.html
|
%license COPYING
|
||||||
|
%doc AUTHORS ChangeLog README README.html
|
||||||
%doc %{_docdir}/%{name}-doc
|
%doc %{_docdir}/%{name}-doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user