forked from pool/protobuf
Accepting request 1191540 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1191540 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/protobuf?expand=0&rev=81
This commit is contained in:
commit
d3cfd7f9a2
@ -1,3 +1,3 @@
|
||||
libprotobuf25_3_0
|
||||
libprotoc25_3_0
|
||||
libprotobuf-lite25_3_0
|
||||
libprotobuf25_4_0
|
||||
libprotoc25_4_0
|
||||
libprotobuf-lite25_4_0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d19643d265b978383352b3143f04c0641eea75a75235c111cc01a1350173180e
|
||||
size 5878962
|
3
protobuf-25.4.tar.gz
Normal file
3
protobuf-25.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af9236a5b5b0f641b20f5511c1e4527efa981ac91d7342c6b1033f4f03bc5d21
|
||||
size 5878444
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 16:42:09 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 25.4:
|
||||
* Java: Check that size is non-negative when reading string or
|
||||
bytes in StreamDecoder
|
||||
* Java: Add Automatic-Module-Name
|
||||
* PHP: Regen stale files
|
||||
* Ruby C-Extension: Regen stale files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 9 20:36:14 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
# spec file for package protobuf
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,8 +25,8 @@
|
||||
%bcond_without python3
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: protobuf
|
||||
Version: 25.3
|
||||
%global sover 25_3_0
|
||||
Version: 25.4
|
||||
%global sover 25_4_0
|
||||
Release: 0
|
||||
Summary: Protocol Buffers - Google's data interchange format
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user