protobuf:ver bump

This commit is contained in:
blue-devil
2020-08-30 00:48:34 +02:00
parent e275fd0f80
commit dbee51c6ad
2 changed files with 22 additions and 14 deletions
+3 -3
View File
@@ -4,11 +4,11 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
WorkDir="%s" % get.srcDIR()
+19 -11
View File
@@ -13,12 +13,13 @@
<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="1f72ae68b34a755938ab8444f87eaf454cff90c8" type="targz">https://github.com/protocolbuffers/protobuf/archive/v3.11.3.tar.gz</Archive>
<Archive sha1sum="2160cfb354148da3fb3891b267c2edc7e3eb5c30" type="targz">https://github.com/protocolbuffers/protobuf/archive/v3.13.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python-wheel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -29,11 +30,11 @@
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libproto*</Path>
<Path fileType="data">/usr/share/emacs</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/vim</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/emacs</Path>
<Path fileType="library">/usr/lib/libproto*</Path>
</Files>
</Package>
@@ -44,8 +45,8 @@
<Dependency release="current">protobuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/google/protobuf</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include/google/protobuf</Path>
</Files>
</Package>
@@ -53,8 +54,8 @@
<Name>python-protobuf</Name>
<Summary>Python 2 bindings for Google Protocol Buffers</Summary>
<RuntimeDependencies>
<Dependency release="current">protobuf-devel</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency release="current">protobuf-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2*</Path>
@@ -65,9 +66,9 @@
<Name>python3-protobuf</Name>
<Summary>Python 3 bindings for Google Protocol Buffers</Summary>
<RuntimeDependencies>
<Dependency release="current">protobuf-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency release="current">protobuf-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -75,6 +76,13 @@
</Package>
<History>
<Update release="9">
<Date>2020-08-30</Date>
<Version>3.13.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="8">
<Date>2020-01-12</Date>
<Version>3.11.3</Version>