Merge pull request #17478 from Rmys/master

protobuf-c  ver. bump
This commit is contained in:
Rmys
2025-10-12 20:04:42 +03:00
committed by GitHub
+9 -3
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>protobuf-c</Name> <Name>protobuf-c</Name>
@@ -14,12 +14,11 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Protocol Buffers implementation in C</Summary> <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> <Description>This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.Needed for the libgadu Package</Description>
<Archive sha1sum="c9c478c372d26b7aa25c47f2a57c7aea17fd5d3b" type="targz">https://github.com/protobuf-c/protobuf-c/archive/v1.5.0.tar.gz</Archive> <Archive sha1sum="0c56ffdab3dc8670883c7d1d09399433b2f188a0" type="targz">https://github.com/protobuf-c/protobuf-c/archive/v1.5.2.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency versionFrom="3.25.4">protobuf-devel</Dependency> <Dependency versionFrom="3.25.4">protobuf-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>protobuf-c</Name> <Name>protobuf-c</Name>
<Summary>Protocol Buffers implementation in C</Summary> <Summary>Protocol Buffers implementation in C</Summary>
@@ -48,6 +47,13 @@
</Package> </Package>
<History> <History>
<Update release="7">
<Date>2025-09-25</Date>
<Version>1.5.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2024-08-21</Date> <Date>2024-08-21</Date>
<Version>1.5.0</Version> <Version>1.5.0</Version>