Merge pull request #14617 from Rmys/master

protobuf-c ver. bump
This commit is contained in:
Rmys
2024-07-31 12:52:04 +03:00
committed by GitHub
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE", "ChangeLog", "README.md")
pisitools.dodoc("LICENSE", "README.md")
+9 -2
View File
@@ -14,9 +14,9 @@
<IsA>library</IsA>
<Summary>Protocol Buffers implementation in C</Summary>
<Description>This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.Needed for the libgadu Package</Description>
<Archive sha1sum="a93006a732882d39f6a0e9fbd504d2e86dfce6a6" type="targz">https://github.com/protobuf-c/protobuf-c/archive/v1.4.1.tar.gz</Archive>
<Archive sha1sum="c9c478c372d26b7aa25c47f2a57c7aea17fd5d3b" type="targz">https://github.com/protobuf-c/protobuf-c/archive/v1.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.21.8">protobuf-devel</Dependency>
<Dependency versionFrom="3.25.4">protobuf-devel</Dependency>
</BuildDependencies>
</Source>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="5">
<Date>2024-07-30</Date>
<Version>1.5.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2022-10-20</Date>
<Version>1.4.1</Version>