Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mobile-broadband-provider-info for openSUSE:Factory checked in at 2021-08-27 21:43:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mobile-broadband-provider-info (Old) and /work/SRC/openSUSE:Factory/.mobile-broadband-provider-info.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mobile-broadband-provider-info" Fri Aug 27 21:43:19 2021 rev:27 rq:914081 version:20210805 Changes: -------- --- /work/SRC/openSUSE:Factory/mobile-broadband-provider-info/mobile-broadband-provider-info.changes 2020-12-30 17:12:04.840865024 +0100 +++ /work/SRC/openSUSE:Factory/.mobile-broadband-provider-info.new.1899/mobile-broadband-provider-info.changes 2021-08-27 21:43:28.893941165 +0200 @@ -1,0 +2,20 @@ +Mon Aug 23 14:10:13 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Update to version 20210805: + * release: bump version to 20210805 + * au: add new Aldi Mobile provider + * Include information for voicemail on AT&T USA + * Include Visual Voicemail Settings for T-Mobile USA + * Expand DTD to include information for Visual Voicemail + * Revert "us: change Visual Voicemail number for T-Mobile USA" + * by: fix MNC for "life:)" Belarus provider + * us: change Visual Voicemail number for T-Mobile USA + * de: add coments about different APN of Deutsche Telekom + * de: telekom: Add apn for business IoT plan + * de: add APNs for T-Mobile(Telekom) provider + * mz: add 'default' APN in Movitel provider + * fi: add DNA MMS APN + * nl: add new Simpel provider +- Rebase mobile-broadband-provider-info-tmobile-reorder.patch. + +------------------------------------------------------------------- Old: ---- mobile-broadband-provider-info-20201225.tar.xz New: ---- mobile-broadband-provider-info-20210805.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mobile-broadband-provider-info.spec ++++++ --- /var/tmp/diff_new_pack.3hd3Cg/_old 2021-08-27 21:43:29.625942012 +0200 +++ /var/tmp/diff_new_pack.3hd3Cg/_new 2021-08-27 21:43:29.629942016 +0200 @@ -1,7 +1,7 @@ # # spec file for package mobile-broadband-provider-info # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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: 20201225 +Version: 20210805 Release: 0 Summary: Mobile Service Provider Database License: SUSE-Public-Domain ++++++ _service ++++++ --- /var/tmp/diff_new_pack.3hd3Cg/_old 2021-08-27 21:43:29.661942054 +0200 +++ /var/tmp/diff_new_pack.3hd3Cg/_new 2021-08-27 21:43:29.661942054 +0200 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> - <param name="revision">refs/tags/20201225</param> + <param name="revision">refs/tags/20210805</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.3hd3Cg/_old 2021-08-27 21:43:29.681942076 +0200 +++ /var/tmp/diff_new_pack.3hd3Cg/_new 2021-08-27 21:43:29.681942076 +0200 @@ -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">90f3fe28aa25135b7e4a54a7816388913bfd4a2a</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">11f2247eccd3c161b8fd9b41143862e9fb81193c</param></service></servicedata> \ No newline at end of file ++++++ mobile-broadband-provider-info-20201225.tar.xz -> mobile-broadband-provider-info-20210805.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mobile-broadband-provider-info-20201225/.gitignore new/mobile-broadband-provider-info-20210805/.gitignore --- old/mobile-broadband-provider-info-20201225/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/mobile-broadband-provider-info-20210805/.gitignore 2021-08-05 15:27:34.000000000 +0200 @@ -0,0 +1,12 @@ +/Makefile +/Makefile.in +/aclocal.m4 +/apns-conf.xml +/autom4te.cache/ +/config.log +/config.status +/configure +/install-sh +/missing +/mobile-broadband-provider-info.pc +*.sw? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mobile-broadband-provider-info-20201225/configure.ac new/mobile-broadband-provider-info-20210805/configure.ac --- old/mobile-broadband-provider-info-20201225/configure.ac 2020-12-25 15:12:39.000000000 +0100 +++ new/mobile-broadband-provider-info-20210805/configure.ac 2021-08-05 15:27:34.000000000 +0200 @@ -1,7 +1,7 @@ AC_PREREQ(2.52) AC_INIT(mobile-broadband-provider-info, - 20201225, + 20210805, [https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/issues], mobile-broadband-provider-info) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mobile-broadband-provider-info-20201225/serviceproviders.2.dtd new/mobile-broadband-provider-info-20210805/serviceproviders.2.dtd --- old/mobile-broadband-provider-info-20201225/serviceproviders.2.dtd 2020-12-25 15:12:39.000000000 +0100 +++ new/mobile-broadband-provider-info-20210805/serviceproviders.2.dtd 2021-08-05 15:27:34.000000000 +0200 @@ -11,7 +11,7 @@ <!-- that piggy-back on the primary provider. --> <!ATTLIST provider primary (true|false) #IMPLIED> -<!ELEMENT gsm (network-id*, msisdn-query*, voicemail*, balance-check*, balance-top-up*, apn*)> +<!ELEMENT gsm (network-id*, msisdn-query*, voicemail*, visual-voicemail*, balance-check*, balance-top-up*, apn*)> <!ELEMENT apn (plan*, usage?, name*, @@ -32,6 +32,25 @@ <!-- for historical/legacy reasons network providers may support various alternative --> <!-- dial strings that can be used to access voicemail services --> +<!ELEMENT visual-voicemail (standard*, + destination-number*, + carrier-prefix?)> + +<!ELEMENT standard EMPTY> +<!ATTLIST standard type (cvvm|otmp|proprietary) #REQUIRED> +<!-- Whether the carrier supports OTMP or CVVM for Visual Voicemail + Some carriers impliment their own proprietary standard. +--> + +<!ELEMENT destination-number (#PCDATA)> +<!-- This is the destination number to activate/deactivate Visual + voicemail over SMS. +--> + +<!ELEMENT carrier-prefix (#PCDATA)> +<!-- At the beginning of an SMS "Status" or "Sync" message, this will appear. +--> + <!ELEMENT balance-check (ussd*, dtmf*, sms*, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mobile-broadband-provider-info-20201225/serviceproviders.xml new/mobile-broadband-provider-info-20210805/serviceproviders.xml --- old/mobile-broadband-provider-info-20201225/serviceproviders.xml 2020-12-25 15:12:39.000000000 +0100 +++ new/mobile-broadband-provider-info-20210805/serviceproviders.xml 2021-08-05 15:27:34.000000000 +0200 @@ -725,6 +725,19 @@ http://ausdroid.net/apns/ --> <country code="au"> <provider> + <name>Aldi Mobile AU</name> + <!-- https://www.aldimobile.com.au/blogs/using-and-managing-your-service/what-are-the-data-internet-settings-for-my-aldimobile-service --> + <gsm> + <network-id mcc="505" mnc="01"/> + <apn value="mdata.net.au"> + <usage type="mms"/> + <name>Mobile Data</name> + <mmsc>http://mmsc.mdata.net.au:8003</mmsc> + <mmsproxy>10.1.1.180</mmsproxy> + </apn> + </gsm> + </provider> + <provider> <name>Amaysim</name> <!-- http://www.amaysim.com.au/help-support/amaysim-mobile-broadband.html/ --> <gsm> @@ -2190,7 +2203,7 @@ <!-- http://life.com.by/en/services/internet-105.html --> <name>life:)</name> <gsm> - <network-id mcc="257" mnc="03"/> + <network-id mcc="257" mnc="04"/> <balance-check> <ussd>*100#</ussd> </balance-check> @@ -3443,6 +3456,7 @@ <balance-top-up> <ussd replacement="CODE">*101*CODE#</ussd> </balance-top-up> + <!-- ipv4-only APN, deprecated, but still popular, without CGN --> <apn value="internet.t-d1.de"> <plan type="postpaid"/> <usage type="internet"/> @@ -3450,6 +3464,7 @@ <dns>193.254.160.1</dns> <dns>193.254.160.130</dns> </apn> + <!-- dual stack or ipv4-only APN, type ipv4v6 or ipv4 --> <apn value="internet.t-mobile"> <plan type="postpaid"/> <usage type="internet"/> @@ -3458,6 +3473,23 @@ <dns>10.74.83.22</dns> <dns>193.254.160.1</dns> </apn> + <!-- https://telekomhilft.telekom.de/t5/Blog/Neuer-IPv6-Zugang-zum-mobilen-Internet-im-Netz-der-Telekom/ba-p/4254741 --> + <!-- IPv6-only APN, type ipv6 or ipv4v6 --> + <apn value="internet.v6.telekom"> + <plan type="postpaid"/> + <usage type="internet"/> + </apn> + <!-- https://www.telekom.de/hilfe/mobilfunk-mobiles-internet/mobiles-internet-e-mail/apn-mobilfunk/wie-lauten-die-apn-fuer-mobilfunk --> + <!-- dual stack or ipv4-only APN, type ipv4v6 or ipv4 --> + <apn value="internet.telekom"> + <plan type="postpaid"/> + <usage type="internet"/> + </apn> + <apn value="iot.telekom.net"> + <plan type="prepaid"/> + <usage type="internet"/> + <name>Business Smart Connect</name> + </apn> <apn value="internet.t-mobile"> <usage type="mms"/> <name>T-Mobile MMS</name> @@ -4574,6 +4606,14 @@ <usage type="internet"/> <name>Moi Mobiili</name> </apn> + <apn value="mms"> + <usage type="mms"/> + <name>MMS</name> + <username>dna</username> + <password>mms</password> + <mmsc>http://mmsc.dnafinland.fi</mmsc> + <mmsproxy>10.1.1.2:8080</mmsproxy> + </apn> </gsm> </provider> <provider> @@ -9286,6 +9326,16 @@ </gsm> </provider> <provider> + <name>Movitel</name> + <gsm> + <network-id mcc="643" mnc="03"/> + <apn value="default"> + <plan type="postpaid"/> + <usage type="internet"/> + </apn> + </gsm> + </provider> + <provider> <name>Vodacom</name> <gsm> <network-id mcc="643" mnc="04"/> @@ -9751,6 +9801,17 @@ </apn> </gsm> </provider> + <provider> + <!-- MVNO operating on T-Mobile's network --> + <name>Simpel</name> + <gsm> + <network-id mcc="204" mnc="99"/> + <apn value="internet.access.nl"> + <plan type="postpaid"/> + <usage type="internet"/> + </apn> + </gsm> + </provider> </country> <!-- Norway --> @@ -13161,6 +13222,11 @@ <network-id mcc="310" mnc="410"/> <network-id mcc="310" mnc="560"/> <network-id mcc="310" mnc="680"/> + <voicemail>+17249209990</voicemail> + <visual-voicemail> + <standard type="proprietary"/> + <destination-number>94183567</destination-number> + </visual-voicemail> <!-- http://www.wireless.att.com/answer-center/main.jsp?solutionId=35078&t=solutionTab --> <apn value="wap.cingular"> <plan type="postpaid"/> @@ -13212,6 +13278,11 @@ <network-id mcc="310" mnc="800"/> <voicemail>123</voicemail> + <visual-voicemail> + <standard type="cvvm"/> + <destination-number>127</destination-number> + <carrier-prefix>//VVM</carrier-prefix> + </visual-voicemail> <apn value="fast.t-mobile.com"> <plan type="postpaid"/> <usage type="internet"/> @@ -14487,4 +14558,3 @@ </country> </serviceproviders> - ++++++ mobile-broadband-provider-info-tmobile-reorder.patch ++++++ --- /var/tmp/diff_new_pack.3hd3Cg/_old 2021-08-27 21:43:29.789942201 +0200 +++ /var/tmp/diff_new_pack.3hd3Cg/_new 2021-08-27 21:43:29.789942201 +0200 @@ -1,11 +1,12 @@ -diff --git a/serviceproviders.xml b/serviceproviders.xml -index 013894e..4025cf4 100644 ---- a/serviceproviders.xml -+++ b/serviceproviders.xml -@@ -3141,13 +3141,6 @@ conceived. +Index: mobile-broadband-provider-info-20210805/serviceproviders.xml +=================================================================== +--- mobile-broadband-provider-info-20210805.orig/serviceproviders.xml ++++ mobile-broadband-provider-info-20210805/serviceproviders.xml +@@ -3456,14 +3456,6 @@ conceived. <balance-top-up> <ussd replacement="CODE">*101*CODE#</ussd> </balance-top-up> +- <!-- ipv4-only APN, deprecated, but still popular, without CGN --> - <apn value="internet.t-d1.de"> - <plan type="postpaid"/> - <usage type="internet"/> @@ -13,10 +14,10 @@ - <dns>193.254.160.1</dns> - <dns>193.254.160.130</dns> - </apn> + <!-- dual stack or ipv4-only APN, type ipv4v6 or ipv4 --> <apn value="internet.t-mobile"> <plan type="postpaid"/> - <usage type="internet"/> -@@ -3164,6 +3157,13 @@ conceived. +@@ -3498,6 +3490,13 @@ conceived. <mmsc>http://mms.t-mobile.de/servlets/mms</mmsc> <mmsproxy>172.28.23.131:8008</mmsproxy> </apn>