Update to 3.19.0
Signed-off-by: Major Hayden <major@mhtx.net>
This commit is contained in:
parent
1acae29591
commit
73ba13a4e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ protobuf-2.3.0.tar.bz2
|
||||
/protobuf-3.13.0-all.tar.gz
|
||||
/protobuf-3.14.0-all.tar.gz
|
||||
/protobuf-3.18.1-all.tar.gz
|
||||
/protobuf-3.19.0-all.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: Protocol Buffers - Google's data interchange format
|
||||
Name: protobuf
|
||||
Version: 3.18.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.19.0
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
URL: https://github.com/protocolbuffers/protobuf
|
||||
Source: https://github.com/protocolbuffers/protobuf/archive/v%{version}%{?rcver}/%{name}-%{version}%{?rcver}-all.tar.gz
|
||||
@ -319,13 +319,13 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir}
|
||||
%files
|
||||
%doc CHANGES.txt CONTRIBUTORS.txt README.md
|
||||
%license LICENSE
|
||||
%{_libdir}/libprotobuf.so.29*
|
||||
%{_libdir}/libprotobuf.so.30*
|
||||
|
||||
%files compiler
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/protoc
|
||||
%{_libdir}/libprotoc.so.29*
|
||||
%{_libdir}/libprotoc.so.30*
|
||||
|
||||
%files devel
|
||||
%dir %{_includedir}/google
|
||||
@ -344,7 +344,7 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir}
|
||||
%{_libdir}/libprotoc.a
|
||||
|
||||
%files lite
|
||||
%{_libdir}/libprotobuf-lite.so.29*
|
||||
%{_libdir}/libprotobuf-lite.so.30*
|
||||
|
||||
%files lite-devel
|
||||
%{_libdir}/libprotobuf-lite.so
|
||||
@ -390,6 +390,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 27 2021 Major Hayden <major@mhtx.net> - 3.19.0-1
|
||||
- Update to 3.19.1
|
||||
|
||||
* Fri Oct 22 2021 Adrian Reber <adrian@lisas.de> - 3.18.1-2
|
||||
- Disable tests that fail on 32bit arches
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (protobuf-3.19.0-all.tar.gz) = 7cb2374e93a5c53bffe1542d3d39b209955f50db6312237b8ad232c53c020ed17144c3bdcb2884fb516fedc8abcc7937ce6e9cc3d2fe037d4939c90097145e06
|
||||
SHA512 (5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081.zip) = ba904f3a0b606357873db938986b0abf37425a65501340fe81f73f9c5d05f542429662fe71c0b10e4796cb6335ae9a687fc9fb21084f2f5bfd2ede79977f5821
|
||||
SHA512 (protobuf-3.18.1-all.tar.gz) = d8ee0ae70ca4920787fca0e7d3053281754123a54280ce678d6ccaf294949959719a882c9e07300ab94e666ceb800967bcd549fa603d89b73f91e9368bd8f119
|
||||
|
Loading…
Reference in New Issue
Block a user