forked from pool/protobuf
Accepting request 1156838 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1156838 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/protobuf?expand=0&rev=80
This commit is contained in:
commit
a8bea46b44
@ -1,11 +0,0 @@
|
||||
--- a/src/google/protobuf/port.h.orig 2023-04-24 14:27:40.734888878 +0200
|
||||
+++ b/src/google/protobuf/port.h 2023-04-24 14:27:53.607255222 +0200
|
||||
@@ -33,6 +33,8 @@
|
||||
// port_def.inc and port_undef.inc so they are not visible from outside of
|
||||
// protobuf.
|
||||
|
||||
+#include <stdint.h>
|
||||
+
|
||||
#ifndef GOOGLE_PROTOBUF_PORT_H__
|
||||
#define GOOGLE_PROTOBUF_PORT_H__
|
||||
|
@ -1,3 +1,3 @@
|
||||
libprotobuf25_2_0
|
||||
libprotoc25_2_0
|
||||
libprotobuf-lite25_2_0
|
||||
libprotobuf25_3_0
|
||||
libprotoc25_3_0
|
||||
libprotobuf-lite25_3_0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ff511a64fc46ee792d3fe49a5a1bcad6f7dc50dfbba5a28b0e5b979c17f9871
|
||||
size 5878387
|
3
protobuf-25.3.tar.gz
Normal file
3
protobuf-25.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d19643d265b978383352b3143f04c0641eea75a75235c111cc01a1350173180e
|
||||
size 5878962
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 9 20:36:14 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 25.3:
|
||||
* Possibly breaking changes to: C++, Java, PHP, Python, Ruby
|
||||
* message.UnknownFields() is deprecated in pure Python and C++
|
||||
extensions, it will be removed in v26. Use the new
|
||||
UnknownFieldSet(message) support in unknown_fields.py as a
|
||||
replacement
|
||||
- make python and java packages noarch
|
||||
- drop add-missing-stdint-header.patch no longer required
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 16:25:26 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -24,17 +24,16 @@
|
||||
%bcond_without python3
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: protobuf
|
||||
Version: 25.2
|
||||
%global sover 25_2_0
|
||||
Version: 25.3
|
||||
%global sover 25_3_0
|
||||
Release: 0
|
||||
Summary: Protocol Buffers - Google's data interchange format
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/protocolbuffers/protobuf
|
||||
Source0: https://github.com/protocolbuffers/protobuf/archive/v%{version}.tar.gz#/%{tarname}-%{version}.tar.gz
|
||||
Source0: https://github.com/protocolbuffers/protobuf/releases/download/v%{version}/%{tarname}-%{version}.tar.gz
|
||||
Source1: manifest.txt.in
|
||||
Source2: baselibs.conf
|
||||
Patch0: add-missing-stdint-header.patch
|
||||
BuildRequires: %{python_module abseil}
|
||||
BuildRequires: %{python_module devel >= 3.7}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
@ -118,6 +117,7 @@ RPC protocols and file formats.
|
||||
Version: 4.%{VERSION}
|
||||
Summary: Python Bindings for Google Protocol Buffers
|
||||
Group: Development/Libraries/Python
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n python-%{name}
|
||||
This package contains the Python bindings for Google Protocol Buffers.
|
||||
@ -128,6 +128,7 @@ This package contains the Python bindings for Google Protocol Buffers.
|
||||
Version: 4.%{VERSION}
|
||||
Summary: Python3 Bindings for Google Protocol Buffers
|
||||
Group: Development/Libraries/Python
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n python3-%{name}
|
||||
This package contains the Python bindings for Google Protocol Buffers.
|
||||
@ -137,6 +138,7 @@ This package contains the Python bindings for Google Protocol Buffers.
|
||||
Summary: Java Bindings for Google Protocol Buffers
|
||||
Group: Development/Libraries/Java
|
||||
Requires: java >= 1.6.0
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}-java
|
||||
This package contains the Java bindings for Google Protocol Buffers.
|
||||
|
Loading…
Reference in New Issue
Block a user