update to 9.0.22

rebuilt by autoport with build requirements: libprotobuf-devel>=0:33.4-1mamba [release 9.0.22-1mamba;Tue Jan 27 2026]
This commit is contained in:
2026-01-30 02:00:50 +01:00
parent fad31d5df7
commit 2418072ef3
2 changed files with 45 additions and 3 deletions

View File

@@ -0,0 +1,36 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
Date: Tue, 29 Apr 2025 19:58:36 +0200
Subject: [PATCH] Remove -Werror
---
cpp/CMakeLists.txt | 2 +-
tools/cpp/CMakeLists.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index ad773567dde8..cd606e50ffb9 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -416,7 +416,7 @@ if (USE_ICU_REGEXP)
endif ()
if (NOT WIN32)
- add_definitions ("-Wall -Werror")
+ add_definitions ("-Wall")
endif ()
include_directories ("src")
diff --git a/tools/cpp/CMakeLists.txt b/tools/cpp/CMakeLists.txt
index 314d91cf64c6..1ded960cc4fc 100644
--- a/tools/cpp/CMakeLists.txt
+++ b/tools/cpp/CMakeLists.txt
@@ -25,7 +25,7 @@ set (
)
if (NOT WIN32)
- add_definitions ("-Wall -Werror")
+ add_definitions ("-Wall")
endif ()
include_directories ("src")

View File

@@ -1,15 +1,16 @@
Name: libphonenumber
Version: 9.0.21
Version: 9.0.22
Release: 1mamba
Summary: Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
Packager: Silvan Calarco <silvan@openmamba.org>
URL: https://github.com/google/libphonenumber
Source: https://github.com/google/libphonenumber.git/v%{version}/libphonenumber-%{version}.tar.bz2
Patch0: libphonenumber-8.13.31-protobuf-25.3.patch
Patch1: libphonenumber-9.0.17-libboost-1.89.0.patch
Patch2: libphonenumber-9.0.22-remove-Werror.patch
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@@ -20,9 +21,9 @@ BuildRequires: libicu-devel
BuildRequires: libprotobuf-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: libprotobuf-devel >= 0:33.4-1mamba
BuildRequires: libabseil-cpp-devel >= 20250512.0-1mamba
BuildRequires: libgmock-devel
BuildRequires: libprotobuf-devel >= 33.0
%description
Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.
@@ -38,6 +39,7 @@ This package contains libraries and header files for developing applications tha
%setup -q
%patch 0 -p1 -b .protobuf-25.3
%patch 1 -p1 -b .libboost-1.89.0
%patch 2 -p1 -b .remove-Werror
%build
%cmake -d build \
@@ -74,6 +76,10 @@ This package contains libraries and header files for developing applications tha
%doc README.md
%changelog
* Tue Jan 27 2026 Silvan Calarco <silvan@openmamba.org> 9.0.22-1mamba
- update to 9.0.22
- rebuilt by autoport with build requirements: libprotobuf-devel>=0:33.4-1mamba
* Thu Dec 18 2025 Automatic Build System <autodist@openmamba.org> 9.0.21-1mamba
- automatic version update by autodist