forked from pool/protobuf-c
Accepting request 303931 from home:msmeissn:branches:server:monitoring
- Update to version 1.1.1: [ Ilya Lipnitskiy ] * Munge C block comment delimiters in protobuf comments, preventing syntax errors in generated header files (Issue #180, #185). * Add static qualifier to ProtobufCEnumValue and ProtobufCEnumValueIndex variables in generated output. [ Oleg Efimov ] * Fix -Wpointer-sign compiler diagnostics in the test suite. * Check for NULL pointers in protobuf_c_message_free_unpacked() (Issue #177). * Exclude protoc-c and downloaded protobuf sources from Coveralls report. [ Andrey Myznikov ] * Fix incorrect 'short_name' field values in ProtobufCServiceDescriptor variables in generated output. OBS-URL: https://build.opensuse.org/request/show/303931 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/protobuf-c?expand=0&rev=12
This commit is contained in:
parent
64cb57081e
commit
c6a774a1a9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a973fc04aac003f9cf2b5a90ac4b8fa294cacb4e3f0796d3b5a789a5ad46c07
|
|
||||||
size 453852
|
|
3
protobuf-c-1.1.1.tar.gz
Normal file
3
protobuf-c-1.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49340784ca0f8657f38547088731fff3bfe8084adb89bf5e8dbc19ac43339aa6
|
||||||
|
size 116223
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 7 06:29:51 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.1.1:
|
||||||
|
[ Ilya Lipnitskiy ]
|
||||||
|
* Munge C block comment delimiters in protobuf comments, preventing syntax
|
||||||
|
errors in generated header files (Issue #180, #185).
|
||||||
|
|
||||||
|
* Add static qualifier to ProtobufCEnumValue and ProtobufCEnumValueIndex
|
||||||
|
variables in generated output.
|
||||||
|
|
||||||
|
[ Oleg Efimov ]
|
||||||
|
* Fix -Wpointer-sign compiler diagnostics in the test suite.
|
||||||
|
|
||||||
|
* Check for NULL pointers in protobuf_c_message_free_unpacked() (Issue #177).
|
||||||
|
|
||||||
|
* Exclude protoc-c and downloaded protobuf sources from Coveralls report.
|
||||||
|
|
||||||
|
[ Andrey Myznikov ]
|
||||||
|
* Fix incorrect 'short_name' field values in ProtobufCServiceDescriptor
|
||||||
|
variables in generated output.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 10:11:04 UTC 2015 - dimstar@opensuse.org
|
Thu Mar 5 10:11:04 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: protobuf-c
|
Name: protobuf-c
|
||||||
Version: 1.1.0
|
Version: 1.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define soname 1
|
%define soname 1
|
||||||
Summary: C bindings for Google's Protocol Buffers
|
Summary: C bindings for Google's Protocol Buffers
|
||||||
@ -81,6 +81,7 @@ cmake \
|
|||||||
%__make %{?_smp_flags}
|
%__make %{?_smp_flags}
|
||||||
popd #build
|
popd #build
|
||||||
%else
|
%else
|
||||||
|
bash ./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
%__make %{?_smp_flags}
|
%__make %{?_smp_flags}
|
||||||
%endif
|
%endif
|
||||||
@ -93,17 +94,12 @@ popd #build
|
|||||||
%else
|
%else
|
||||||
%makeinstall
|
%makeinstall
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%__rm "%{buildroot}%{_libdir}"/*.a
|
%__rm "%{buildroot}%{_libdir}"/*.a
|
||||||
%__rm "%{buildroot}%{_libdir}"/*.la
|
%__rm "%{buildroot}%{_libdir}"/*.la
|
||||||
|
|
||||||
%post -n libprotobuf-c%{soname} -p /sbin/ldconfig
|
%post -n libprotobuf-c%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libprotobuf-c%{soname} -p /sbin/ldconfig
|
%postun -n libprotobuf-c%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog TODO
|
%doc ChangeLog TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user