Date: Sunday, April 24, 2022 @ 13:39:51 Author: heftig Revision: 443910
8.12.47-1 Modified: libphonenumber/trunk/PKGBUILD libphonenumber/trunk/absl.diff -----------+ PKGBUILD | 8 ++++---- absl.diff | 31 ++----------------------------- 2 files changed, 6 insertions(+), 33 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-24 13:36:55 UTC (rev 443909) +++ PKGBUILD 2022-04-24 13:39:51 UTC (rev 443910) @@ -1,8 +1,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> pkgname=libphonenumber -pkgver=8.12.46 -pkgrel=3 +pkgver=8.12.47 +pkgrel=1 epoch=1 pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers" url="https://github.com/googlei18n/libphonenumber" @@ -11,10 +11,10 @@ depends=(icu protobuf boost-libs abseil-cpp) makedepends=(boost cmake gtest git) options=(debug) -_commit=3b8e317bc7e7b332f515b10f16b5b096b9771fad # tags/v8.12.46^0 +_commit=e43c69d31a1d55391f16a31823482293d7f94703 # tags/v8.12.47^0 source=("git+$url#commit=$_commit" absl.diff) sha256sums=('SKIP' - 'ab519dfe99dba11526a105199a9b090ae3be958d3f179f82eb5a288e358c553c') + '670d40d4d24eca5a32379bfaf696af1879615f0cc7bdc5801bbeb5cb8b961916') pkgver() { cd $pkgname Modified: absl.diff =================================================================== --- absl.diff 2022-04-24 13:36:55 UTC (rev 443909) +++ absl.diff 2022-04-24 13:39:51 UTC (rev 443910) @@ -1,5 +1,5 @@ diff --git i/cpp/CMakeLists.txt w/cpp/CMakeLists.txt -index 588b97177..e3231825f 100644 +index 3899006a..8e7458d9 100644 --- i/cpp/CMakeLists.txt +++ w/cpp/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required (VERSION 3.11) @@ -20,35 +20,8 @@ find_or_build_gtest () if (${USE_RE2} STREQUAL "ON") -@@ -477,7 +479,7 @@ endif () - # Safeguarding against any potential link errors as mentioned in - # https://github.com/abseil/abseil-cpp/issues/225 - set(CMAKE_POSITION_INDEPENDENT_CODE TRUE) --list (APPEND LIBRARY_DEPS absl::strings) -+list (APPEND LIBRARY_DEPS absl::strings absl::node_hash_set) - list (APPEND COMMON_DEPS absl::synchronization) - - if (APPLE) -@@ -570,7 +572,7 @@ if (NOT WIN32) - list (APPEND TEST_LIBS pthread) - endif () - --target_link_libraries (libphonenumber_test ${TEST_LIBS} absl::node_hash_set) -+target_link_libraries (libphonenumber_test ${TEST_LIBS}) - - # Unfortunately add_custom_target() can't accept a single command provided as a - # list of commands. -@@ -677,7 +679,7 @@ if (${BUILD_GEOCODER} STREQUAL "ON") - geocoding_test_program - "test/phonenumbers/geocoding/geocoding_test_program.cc" - ) -- target_link_libraries (geocoding_test_program geocoding phonenumber absl::node_hash_set) -+ target_link_libraries (geocoding_test_program geocoding phonenumber) - endif () - - # Build an RPM diff --git i/tools/cpp/CMakeLists.txt w/tools/cpp/CMakeLists.txt -index b09416569..58a9b3ba0 100644 +index b0941656..58a9b3ba 100644 --- i/tools/cpp/CMakeLists.txt +++ w/tools/cpp/CMakeLists.txt @@ -26,29 +26,6 @@ project (generate_geocoding_data)