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

- Update to v8.12.10:
  * See https://github.com/google/libphonenumber/blob/v8.12.10/release_notes.txt
- The upstream repo and tarball include binary .jar archives with legally
  questionable content. Switch to a _service and exclude those.

OBS-URL: https://build.opensuse.org/request/show/836097
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libphonenumber?expand=0&rev=6
This commit is contained in:
Fabian Vogt 2020-09-22 13:24:37 +00:00 committed by Git OBS Bridge
parent 9794e28c9f
commit a90d5fb6f5
6 changed files with 35 additions and 5 deletions

17
_service Normal file
View File

@ -0,0 +1,17 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="url">git@github.com:google/libphonenumber.git</param>
<param name="scm">git</param>
<param name="revision">v8.12.10</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<!-- Contains binary .jars with legally questionable content -->
<param name="exclude">java</param>
</service>
<service name="set_version" mode="disabled" />
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 22 13:16:46 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Update to v8.12.10:
* See https://github.com/google/libphonenumber/blob/v8.12.10/release_notes.txt
- The upstream repo and tarball include binary .jar archives with legally
questionable content. Switch to a _service and exclude those.
-------------------------------------------------------------------
Sat Sep 19 05:21:08 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

5
libphonenumber.obsinfo Normal file
View File

@ -0,0 +1,5 @@
name: libphonenumber
version: 8.12.10
mtime: 1600739377
commit: 579ce31079f226e76eff326118813fd9a852ec09

View File

@ -17,7 +17,7 @@
Name: libphonenumber
Version: 8.12.9
Version: 8.12.10
Release: 0
%define lib_ver 8
%define lib_ver2 8.12
@ -25,7 +25,7 @@ Summary: Library for parsing, formatting, and validating international ph
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/google/libphonenumber
Source0: https://github.com/google/libphonenumber/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source: %{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: java