forked from pool/protobuf-c
Accepting request 311290 from server:monitoring
1 OBS-URL: https://build.opensuse.org/request/show/311290 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/protobuf-c?expand=0&rev=10
This commit is contained in:
commit
916c548ca9
@ -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:09c5bb187b7a8e86bc0ff860f7df86370be9e8661cdb99c1072dcdab0763562c
|
||||
size 454913
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 11:13:22 UTC 2015 - dgutu@suse.com
|
||||
|
||||
- Replaced autogen.sh in spec file with autoreconf -fvi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: protobuf-c
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
%define soname 1
|
||||
Summary: C bindings for Google's Protocol Buffers
|
||||
@ -81,6 +81,7 @@ cmake \
|
||||
%__make %{?_smp_flags}
|
||||
popd #build
|
||||
%else
|
||||
autoreconf -fvi
|
||||
%configure
|
||||
%__make %{?_smp_flags}
|
||||
%endif
|
||||
@ -93,17 +94,12 @@ popd #build
|
||||
%else
|
||||
%makeinstall
|
||||
%endif
|
||||
|
||||
%__rm "%{buildroot}%{_libdir}"/*.a
|
||||
%__rm "%{buildroot}%{_libdir}"/*.la
|
||||
|
||||
%post -n libprotobuf-c%{soname} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libprotobuf-c%{soname} -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog TODO
|
||||
|
Loading…
x
Reference in New Issue
Block a user