Update to 3.4.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
78a9eecadd
commit
7136d5aabd
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ protobuf-2.3.0.tar.bz2
|
||||
/protobuf-3.2.0rc2.tar.gz
|
||||
/protobuf-3.2.0.tar.gz
|
||||
/protobuf-3.3.1.tar.gz
|
||||
/protobuf-3.4.1.tar.gz
|
||||
|
@ -11,8 +11,8 @@
|
||||
|
||||
Summary: Protocol Buffers - Google's data interchange format
|
||||
Name: protobuf
|
||||
Version: 3.3.1
|
||||
Release: 4%{?dist}
|
||||
Version: 3.4.1
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
URL: https://github.com/google/protobuf
|
||||
Source: https://github.com/google/protobuf/archive/v%{version}%{?rcver}/%{name}-%{version}%{?rcver}.tar.gz
|
||||
@ -319,13 +319,13 @@ install -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{emacs_startdir}
|
||||
%postun compiler -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%{_libdir}/libprotobuf.so.13*
|
||||
%{_libdir}/libprotobuf.so.14*
|
||||
%doc CHANGES.txt CONTRIBUTORS.txt README.md
|
||||
%license LICENSE
|
||||
|
||||
%files compiler
|
||||
%{_bindir}/protoc
|
||||
%{_libdir}/libprotoc.so.13*
|
||||
%{_libdir}/libprotoc.so.14*
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
||||
@ -342,7 +342,7 @@ install -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{emacs_startdir}
|
||||
%{_libdir}/libprotoc.a
|
||||
|
||||
%files lite
|
||||
%{_libdir}/libprotobuf-lite.so.13*
|
||||
%{_libdir}/libprotobuf-lite.so.14*
|
||||
|
||||
%files lite-devel
|
||||
%{_libdir}/libprotobuf-lite.so
|
||||
@ -400,6 +400,9 @@ install -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{emacs_startdir}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Nov 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.4.1-1
|
||||
- Update to 3.4.1
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (googlemock-1.7.0.tar.gz) = adf33728dde55d95e1c65c38a10b0578dd63a44e6beeb550dc976dc134f83a3af8096094ae2258f16cd5bebe2326f344db8981f11088bac3ffe04b384d9d2f2d
|
||||
SHA512 (protobuf-3.4.1.tar.gz) = 471e52198fa878a79183dc8fbc39d9c65239be4d9dff799e12281ee9b1af61a427584534b1baae1773bc6e4c86467f89ca2e7911a21effd86bc5f40cc7d94c34
|
||||
SHA512 (googletest-1.7.0.tar.gz) = c623d5720c4ed574e95158529872815ecff478c03bdcee8b79c9b042a603533f93fe55f939bcfe2cd745ce340fd626ad6d9a95981596f1a4d05053d874cd1dfc
|
||||
SHA512 (protobuf-3.3.1.tar.gz) = be59245a8f5c9fb19dc636dd4d00bda102d878b1df7f80036abdafc67dce66089b7fd3195c25533f318bf97fdfd950a5527a90c80b7bc87a77bc887ae257b76a
|
||||
SHA512 (googlemock-1.7.0.tar.gz) = adf33728dde55d95e1c65c38a10b0578dd63a44e6beeb550dc976dc134f83a3af8096094ae2258f16cd5bebe2326f344db8981f11088bac3ffe04b384d9d2f2d
|
||||
|
Loading…
Reference in New Issue
Block a user