Accepting request 890938 from devel:libraries:c_c++
- Update to v8.12.22: * See https://github.com/google/libphonenumber/blob/v8.12.22/release_notes.txt (forwarded request 890937 from favogt) OBS-URL: https://build.opensuse.org/request/show/890938 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libphonenumber?expand=0&rev=3
This commit is contained in:
commit
eab8d3e5e1
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/google/libphonenumber.git</param>
|
<param name="url">https://github.com/google/libphonenumber.git</param>
|
||||||
<param name="scm">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="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<!-- Contains binary .jars with legally questionable content -->
|
<!-- Contains binary .jars with legally questionable content -->
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a0e488c014f433e3add6838ad9f0d560cea86262218f8439d9908311e299166
|
|
||||||
size 19579406
|
|
3
libphonenumber-8.12.22.obscpio
Normal file
3
libphonenumber-8.12.22.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:718c35c1b2b4225fef8c7b07e2ef4f131a24a1c95496063d169b76143ce8c458
|
||||||
|
size 22790670
|
@ -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>
|
Tue Sep 22 13:16:46 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: libphonenumber
|
name: libphonenumber
|
||||||
version: 8.12.10
|
version: 8.12.22
|
||||||
mtime: 1600739377
|
mtime: 1619677802
|
||||||
commit: 579ce31079f226e76eff326118813fd9a852ec09
|
commit: 23bede8f3f1e8abf4099b6366b4c87fbf695dba3
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libphonenumber
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libphonenumber
|
Name: libphonenumber
|
||||||
Version: 8.12.10
|
Version: 8.12.22
|
||||||
Release: 0
|
Release: 0
|
||||||
%define lib_ver 8
|
%define lib_ver 8
|
||||||
%define lib_ver2 8.12
|
%define lib_ver2 8.12
|
||||||
@ -73,6 +73,7 @@ that use libphonenumber.
|
|||||||
%build
|
%build
|
||||||
cd cpp
|
cd cpp
|
||||||
# Enabling the geocoder breaks quite a lot due to broken cmakelists
|
# 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
|
%cmake -DBUILD_STATIC_LIB=OFF -DBUILD_SHARED_LIB=ON -DBUILD_TESTING=ON -DBUILD_GEOCODER=OFF
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user