protobuf: ver.bump

This commit is contained in:
blue-devil
2020-02-13 00:12:08 +03:00
parent 3e4c8a9918
commit 6fc022cedc
+10 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Google's data interchange format</Summary>
<Description>Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.</Description>
<Archive sha1sum="65deb27c67346345f9b3b9606400e793b8ae120d" type="targz">https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-all-3.11.2.tar.gz</Archive>
<Archive sha1sum="1f72ae68b34a755938ab8444f87eaf454cff90c8" type="targz">https://github.com/protocolbuffers/protobuf/archive/v3.11.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -54,6 +54,7 @@
<Summary>Python 2 bindings for Google Protocol Buffers</Summary>
<RuntimeDependencies>
<Dependency release="current">protobuf-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2*</Path>
@@ -65,6 +66,7 @@
<Summary>Python 3 bindings for Google Protocol Buffers</Summary>
<RuntimeDependencies>
<Dependency release="current">protobuf-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
@@ -73,6 +75,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-01-12</Date>
<Version>3.11.3</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2020-01-24</Date>
<Version>3.11.2</Version>