From 36eff1662dd8f3643894354178bbbb4e26146132d96a4c8de2148a207ed26114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 20 Feb 2025 09:54:47 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main mobile-broadband-provider-info revision 688282f148f8d8afc17e1c8fc163fe54 --- _service | 6 +-- _servicedata | 2 +- ...le-broadband-provider-info-20230416.tar.xz | 3 -- ...e-broadband-provider-info-20240407.obscpio | 3 ++ mobile-broadband-provider-info.changes | 43 +++++++++++++++++++ mobile-broadband-provider-info.obsinfo | 4 ++ mobile-broadband-provider-info.spec | 17 +++++--- 7 files changed, 64 insertions(+), 14 deletions(-) delete mode 100644 mobile-broadband-provider-info-20230416.tar.xz create mode 100644 mobile-broadband-provider-info-20240407.obscpio create mode 100644 mobile-broadband-provider-info.obsinfo diff --git a/_service b/_service index 9f8dc8d..2788fa1 100644 --- a/_service +++ b/_service @@ -4,10 +4,10 @@ git @PARENT_TAG@ enable - refs/tags/20230416 + 20240407 - - + + *.tar xz diff --git a/_servicedata b/_servicedata index e361d0e..a831322 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ https://git.gnome.org/browse/mobile-broadband-provider-info befcbbc9867e742ac16415660b0b7521218a530c https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git - aae7c68671d225e6d35224613d5b98192b9b2ffe \ No newline at end of file + 55ba955d53305df96123534488fd160ea882b4dd \ No newline at end of file diff --git a/mobile-broadband-provider-info-20230416.tar.xz b/mobile-broadband-provider-info-20230416.tar.xz deleted file mode 100644 index b3d2516..0000000 --- a/mobile-broadband-provider-info-20230416.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db93f355b2129e450862ff2fe13ecfd51bf61e656992e6788eda29187ccd1353 -size 45424 diff --git a/mobile-broadband-provider-info-20240407.obscpio b/mobile-broadband-provider-info-20240407.obscpio new file mode 100644 index 0000000..112cf8e --- /dev/null +++ b/mobile-broadband-provider-info-20240407.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5edb214ad0b6337d8e44ce74b9fe02b06b9e26097a82db66ae9be7e13fe844ab +size 376331 diff --git a/mobile-broadband-provider-info.changes b/mobile-broadband-provider-info.changes index 2dd93f6..782d6a9 100644 --- a/mobile-broadband-provider-info.changes +++ b/mobile-broadband-provider-info.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Thu May 2 12:34:14 UTC 2024 - Dominique Leuenberger + +- Update to version 20240407: + + Switch to meson + + Support MMS attachment size + + New providers: + - uk: Lebara + + Updated providers: + - in: Multiple providers + - uk: Superdrug + + Voicemail fixes: + - au:Vodafone + - us:AT&T + - fr:FreeMobile +- Add meson BuildRequires: follow upstreams port to meson. +- Drop libtool BuildRequires: no longer needed with meson. +- Replace configure/make/make_install macros by the meson + equivalents meson/meson_build/meson_install. +- Enable test suite. +- BuildRequire libxml2-tools, needed by the tests. + +------------------------------------------------------------------- +Thu May 02 12:34:13 UTC 2024 - dimstar@opensuse.org + +- Update to version 20240407: + * Release 20240407 + * build: Drop autoconf + * ci: Use meson instead of autoconf + * build: Switch to meson + * ci: Switch to recent Debian + * gb: Add voicemail for Superdrug + * in: cleanup dead providers and update new and existing + * Add voicemail for Vodafone AU + * USA: Change AT&T Visual Voicemail Protocol to ios + * Providers with mccmnc 310260: add primary attributes + * fr: change Free Mobile standard to iOS + * dtd: add iOS standard and references to visual voicemail + * Lebara UK: Add maximum MMS size + * serviceproviders.2.dtd: Add support for MMS size in bytes + * Add Lebara UK Provider + * gb: Update Superdrug's MMS proxy + ------------------------------------------------------------------- Sun Apr 16 20:20:46 UTC 2023 - bjorn.lie@gmail.com diff --git a/mobile-broadband-provider-info.obsinfo b/mobile-broadband-provider-info.obsinfo new file mode 100644 index 0000000..d5786be --- /dev/null +++ b/mobile-broadband-provider-info.obsinfo @@ -0,0 +1,4 @@ +name: mobile-broadband-provider-info +version: 20240407 +mtime: 1714632251 +commit: 55ba955d53305df96123534488fd160ea882b4dd diff --git a/mobile-broadband-provider-info.spec b/mobile-broadband-provider-info.spec index 25b4ff2..b605cfd 100644 --- a/mobile-broadband-provider-info.spec +++ b/mobile-broadband-provider-info.spec @@ -1,7 +1,7 @@ # # spec file for package mobile-broadband-provider-info # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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: mobile-broadband-provider-info -Version: 20230416 +Version: 20240407 Release: 0 Summary: Mobile Service Provider Database License: SUSE-Public-Domain @@ -27,7 +27,8 @@ URL: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProv Source0: %{name}-%{version}.tar.xz Source1: mobile-broadband-provider-info-rpmlintrc -BuildRequires: libtool +BuildRequires: libxml2-tools +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: xsltproc BuildArch: noarch @@ -40,12 +41,14 @@ providers in different countries. %autosetup -p1 %build -# Needed, as we have a git snapshot -NOCONFIGURE=1 ./autogen.sh -%configure +%meson +%meson_build %install -%make_install +%meson_install + +%check +%meson_test %files %license COPYING