Accepting request 836102 from devel:libraries:c_c++
Fix exclude (forwarded request 836101 from favogt) OBS-URL: https://build.opensuse.org/request/show/836102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libphonenumber?expand=0&rev=2
This commit is contained in:
commit
ca12f330a6
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
||||
<services>
|
||||
<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="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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f73ce45f4075935b46532ba64cab64dfcb73c8e4a411cba4885de4e0e46593f
|
||||
size 7300463
|
3
libphonenumber-8.12.10.obscpio
Normal file
3
libphonenumber-8.12.10.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a0e488c014f433e3add6838ad9f0d560cea86262218f8439d9908311e299166
|
||||
size 19579406
|
@ -1,4 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to v8.12.9
|
||||
* see https://github.com/google/libphonenumber/blob/v8.12.9/release_notes.txt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:27:42 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Initial commit
|
||||
- Initial commit for v8.10.15
|
||||
|
5
libphonenumber.obsinfo
Normal file
5
libphonenumber.obsinfo
Normal file
@ -0,0 +1,5 @@
|
||||
name: libphonenumber
|
||||
version: 8.12.10
|
||||
mtime: 1600739377
|
||||
commit: 579ce31079f226e76eff326118813fd9a852ec09
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libphonenumber
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,15 +17,15 @@
|
||||
|
||||
|
||||
Name: libphonenumber
|
||||
Version: 8.10.15
|
||||
Version: 8.12.10
|
||||
Release: 0
|
||||
%define lib_ver 8
|
||||
%define lib_ver2 8.10
|
||||
%define lib_ver2 8.12
|
||||
Summary: Library for parsing, formatting, and validating international phone numbers
|
||||
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
|
||||
URL: https://github.com/google/libphonenumber
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: java
|
||||
|
Loading…
Reference in New Issue
Block a user