update to 8.13.5 [release 8.13.5-1mamba;Wed Feb 01 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 05:22:34 +01:00
parent 9437c97eeb
commit d350531e2d
2 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- libphonenumber-8.13.5/tools/cpp/CMakeLists.txt.orig 2023-02-01 14:53:18.841253443 +0100
+++ libphonenumber-8.13.5/tools/cpp/CMakeLists.txt 2023-02-01 14:53:59.415031644 +0100
@@ -18,7 +18,7 @@
# Pick the C++ standard to compile with.
# Abseil currently supports C++11, C++14, and C++17.
-set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ standard used to compile this project")
set(CMAKE_CXX_STANDARD_REQUIRED ON)
project (generate_geocoding_data)

View File

@ -1,5 +1,5 @@
Name: libphonenumber Name: libphonenumber
Version: 8.13.4 Version: 8.13.5
Release: 1mamba Release: 1mamba
Summary: Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers Summary: Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers
Group: System/Libraries Group: System/Libraries
@ -9,6 +9,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/google/libphonenumber URL: https://github.com/google/libphonenumber
Source: https://github.com/google/libphonenumber.git/v%{version}/libphonenumber-%{version}.tar.bz2 Source: https://github.com/google/libphonenumber.git/v%{version}/libphonenumber-%{version}.tar.bz2
Patch0: libphonenumber-8.12.47-system-abseil-cpp.patch Patch0: libphonenumber-8.12.47-system-abseil-cpp.patch
Patch1: libphonenumber-8.13.5-libabseil-cpp-20230125.0.patch
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -20,7 +21,7 @@ BuildRequires: libprotobuf-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libprotobuf-devel >= 21.4 BuildRequires: libprotobuf-devel >= 21.4
BuildRequires: libabseil-cpp-devel >= 20220623.0 BuildRequires: libabseil-cpp-devel >= 20230125.0
%description %description
Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.
@ -38,10 +39,12 @@ This package contains libraries and header files for developing applications tha
%prep %prep
%setup -q %setup -q
#%patch0 -p1 -b .system-abseil-cpp #%patch0 -p1 -b .system-abseil-cpp
%patch1 -p1
%build %build
%cmake -d build \ %cmake -d build \
-DCMAKE_CXX_STANDARD=17 \ -DCMAKE_CXX_STANDARD=17 \
-DUSE_STDMUTEX=ON \
../cpp ../cpp
%make %make
@ -76,6 +79,9 @@ This package contains libraries and header files for developing applications tha
%doc README.md %doc README.md
%changelog %changelog
* Wed Feb 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 8.13.5-1mamba
- update to 8.13.5
* Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 8.13.4-1mamba * Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 8.13.4-1mamba
- automatic version update by autodist - automatic version update by autodist