Sync from SUSE:SLFO:Main mobile-broadband-provider-info revision 688282f148f8d8afc17e1c8fc163fe54
This commit is contained in:
parent
c44db5856a
commit
36eff1662d
6
_service
6
_service
@ -4,10 +4,10 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/20230416</param>
|
||||
<param name="revision">20240407</param>
|
||||
</service>
|
||||
<service name="tar" mode="manual"/>
|
||||
<service name="recompress" mode="manual">
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
|
@ -3,4 +3,4 @@
|
||||
<param name="url">https://git.gnome.org/browse/mobile-broadband-provider-info</param>
|
||||
<param name="changesrevision">befcbbc9867e742ac16415660b0b7521218a530c</param></service><service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git</param>
|
||||
<param name="changesrevision">aae7c68671d225e6d35224613d5b98192b9b2ffe</param></service></servicedata>
|
||||
<param name="changesrevision">55ba955d53305df96123534488fd160ea882b4dd</param></service></servicedata>
|
BIN
mobile-broadband-provider-info-20230416.tar.xz
(Stored with Git LFS)
BIN
mobile-broadband-provider-info-20230416.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
mobile-broadband-provider-info-20240407.obscpio
(Stored with Git LFS)
Normal file
BIN
mobile-broadband-provider-info-20240407.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 12:34:14 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
4
mobile-broadband-provider-info.obsinfo
Normal file
4
mobile-broadband-provider-info.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: mobile-broadband-provider-info
|
||||
version: 20240407
|
||||
mtime: 1714632251
|
||||
commit: 55ba955d53305df96123534488fd160ea882b4dd
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user