diff --git a/_service b/_service index cc5457f..e82860d 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/google/libphonenumber.git git - v8.12.10 + v8.12.22 @PARENT_TAG@ v(.*) diff --git a/libphonenumber-8.12.10.obscpio b/libphonenumber-8.12.10.obscpio deleted file mode 100644 index 272f757..0000000 --- a/libphonenumber-8.12.10.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a0e488c014f433e3add6838ad9f0d560cea86262218f8439d9908311e299166 -size 19579406 diff --git a/libphonenumber-8.12.22.obscpio b/libphonenumber-8.12.22.obscpio new file mode 100644 index 0000000..ff9df9e --- /dev/null +++ b/libphonenumber-8.12.22.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718c35c1b2b4225fef8c7b07e2ef4f131a24a1c95496063d169b76143ce8c458 +size 22790670 diff --git a/libphonenumber.changes b/libphonenumber.changes index 1be0599..c6473d7 100644 --- a/libphonenumber.changes +++ b/libphonenumber.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 6 09:17:03 UTC 2021 - Fabian Vogt + +- Update to v8.12.22: + * See https://github.com/google/libphonenumber/blob/v8.12.22/release_notes.txt + ------------------------------------------------------------------- Tue Sep 22 13:16:46 UTC 2020 - Fabian Vogt diff --git a/libphonenumber.obsinfo b/libphonenumber.obsinfo index 00768ae..3a100b0 100644 --- a/libphonenumber.obsinfo +++ b/libphonenumber.obsinfo @@ -1,5 +1,5 @@ name: libphonenumber -version: 8.12.10 -mtime: 1600739377 -commit: 579ce31079f226e76eff326118813fd9a852ec09 +version: 8.12.22 +mtime: 1619677802 +commit: 23bede8f3f1e8abf4099b6366b4c87fbf695dba3 diff --git a/libphonenumber.spec b/libphonenumber.spec index 3bda8ab..5cb6b95 100644 --- a/libphonenumber.spec +++ b/libphonenumber.spec @@ -1,7 +1,7 @@ # # spec file for package libphonenumber # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libphonenumber -Version: 8.12.10 +Version: 8.12.22 Release: 0 %define lib_ver 8 %define lib_ver2 8.12 @@ -73,6 +73,7 @@ that use libphonenumber. %build cd cpp # Enabling the geocoder breaks quite a lot due to broken cmakelists +# (https://github.com/google/libphonenumber/pull/2556) %cmake -DBUILD_STATIC_LIB=OFF -DBUILD_SHARED_LIB=ON -DBUILD_TESTING=ON -DBUILD_GEOCODER=OFF %make_jobs