Accepting request 890937 from home:favogt:branches:devel:libraries:c_c++

- Update to v8.12.22:
  * See https://github.com/google/libphonenumber/blob/v8.12.22/release_notes.txt

OBS-URL: https://build.opensuse.org/request/show/890937
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libphonenumber?expand=0&rev=9
This commit is contained in:
Fabian Vogt 2021-05-06 09:35:16 +00:00 committed by Git OBS Bridge
parent d8850832ec
commit 250d93591a
6 changed files with 16 additions and 9 deletions

View File

@ -2,7 +2,7 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/google/libphonenumber.git</param>
<param name="scm">git</param>
<param name="revision">v8.12.10</param>
<param name="revision">v8.12.22</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<!-- Contains binary .jars with legally questionable content -->

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a0e488c014f433e3add6838ad9f0d560cea86262218f8439d9908311e299166
size 19579406

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:718c35c1b2b4225fef8c7b07e2ef4f131a24a1c95496063d169b76143ce8c458
size 22790670

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 6 09:17:03 UTC 2021 - Fabian Vogt <fvogt@suse.com>
- 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 <fvogt@suse.com>

View File

@ -1,5 +1,5 @@
name: libphonenumber
version: 8.12.10
mtime: 1600739377
commit: 579ce31079f226e76eff326118813fd9a852ec09
version: 8.12.22
mtime: 1619677802
commit: 23bede8f3f1e8abf4099b6366b4c87fbf695dba3

View File

@ -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