diff --git a/_service b/_service new file mode 100644 index 0000000..cc5457f --- /dev/null +++ b/_service @@ -0,0 +1,17 @@ + + + https://github.com/google/libphonenumber.git + git + v8.12.10 + @PARENT_TAG@ + v(.*) + + */java/* + + + + + *.tar + xz + + diff --git a/libphonenumber-8.10.15.tar.gz b/libphonenumber-8.10.15.tar.gz deleted file mode 100644 index 434c080..0000000 --- a/libphonenumber-8.10.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f73ce45f4075935b46532ba64cab64dfcb73c8e4a411cba4885de4e0e46593f -size 7300463 diff --git a/libphonenumber-8.12.10.obscpio b/libphonenumber-8.12.10.obscpio new file mode 100644 index 0000000..272f757 --- /dev/null +++ b/libphonenumber-8.12.10.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0e488c014f433e3add6838ad9f0d560cea86262218f8439d9908311e299166 +size 19579406 diff --git a/libphonenumber.changes b/libphonenumber.changes index 87de0e7..1be0599 100644 --- a/libphonenumber.changes +++ b/libphonenumber.changes @@ -1,4 +1,18 @@ +------------------------------------------------------------------- +Tue Sep 22 13:16:46 UTC 2020 - Fabian Vogt + +- 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 + +- 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 -- Initial commit +- Initial commit for v8.10.15 diff --git a/libphonenumber.obsinfo b/libphonenumber.obsinfo new file mode 100644 index 0000000..00768ae --- /dev/null +++ b/libphonenumber.obsinfo @@ -0,0 +1,5 @@ +name: libphonenumber +version: 8.12.10 +mtime: 1600739377 +commit: 579ce31079f226e76eff326118813fd9a852ec09 + diff --git a/libphonenumber.spec b/libphonenumber.spec index 991ce1d..3bda8ab 100644 --- a/libphonenumber.spec +++ b/libphonenumber.spec @@ -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