- Update to release 1.4.0
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/protobuf-c?expand=0&rev=30
This commit is contained in:
parent
b8be20218e
commit
76f3aaf556
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:22956606ef50c60de1fabc13a78fbc50830a0447d780467d3c519f84ad527e78
|
|
||||||
size 500505
|
|
3
protobuf-c-1.4.0.tar.gz
Normal file
3
protobuf-c-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:26d98ee9bf18a6eba0d3f855ddec31dbe857667d269bc0b6017335572f85bbcb
|
||||||
|
size 505251
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 19 07:24:48 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.4.0
|
||||||
|
* protoc-c: Add custom options support
|
||||||
|
* Fix packed repeated bool parsing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 2 16:46:23 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
Thu Apr 2 16:46:23 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package protobuf-c
|
# spec file for package protobuf-c
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2011 Pascal Bleser
|
# Copyright (c) 2011 Pascal Bleser
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define sover 1
|
%define sover 1
|
||||||
Name: protobuf-c
|
Name: protobuf-c
|
||||||
Version: 1.3.3
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C bindings for Google's Protocol Buffers
|
Summary: C bindings for Google's Protocol Buffers
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -67,7 +67,7 @@ Buffers from pure C (not C++).
|
|||||||
%define _lto_cflags %nil
|
%define _lto_cflags %nil
|
||||||
autoreconf -fvi
|
autoreconf -fvi
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user