Hello community,
here is the log from the commit of package mobile-broadband-provider-info for
openSUSE:Factory checked in at 2014-10-14 13:24:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mobile-broadband-provider-info (Old)
and /work/SRC/openSUSE:Factory/.mobile-broadband-provider-info.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mobile-broadband-provider-info"
Changes:
--------
---
/work/SRC/openSUSE:Factory/mobile-broadband-provider-info/mobile-broadband-provider-info.changes
2014-08-03 15:36:18.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.mobile-broadband-provider-info.new/mobile-broadband-provider-info.changes
2014-10-14 13:25:00.000000000 +0200
@@ -1,0 +2,11 @@
+Sun Oct 12 14:02:29 UTC 2014 - [email protected]
+
+- Update to git napshot 20141012.b71dc (use disabled _services):
+ + Many provider details have been updated.
+- Add mobile-broadband-provider-info-tmobile-reorder.patch: Move
+ internet.t-d1.de APN for Deutsche Telekom to the bottom
+ (boo#899028).
+- Add libtool BuildRequires and call to autogen.sh: as we are
+ building a git snapshot, we need to bootstrap.
+
+-------------------------------------------------------------------
Old:
----
mobile-broadband-provider-info-20120614.tar.xz
New:
----
_service
mobile-broadband-provider-info-20120614.git.20141008.b71dc34.tar.xz
mobile-broadband-provider-info-tmobile-reorder.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mobile-broadband-provider-info.spec ++++++
--- /var/tmp/diff_new_pack.G3UZdc/_old 2014-10-14 13:25:01.000000000 +0200
+++ /var/tmp/diff_new_pack.G3UZdc/_new 2014-10-14 13:25:01.000000000 +0200
@@ -17,14 +17,18 @@
Name: mobile-broadband-provider-info
-Version: 20120614
+Version: 20120614.git.20141008.b71dc34
Release: 0
Summary: Mobile Service Provider Database
License: SUSE-Public-Domain
Group: Productivity/Networking/System
Url:
http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
-Source0:
http://download.gnome.org/sources/mobile-broadband-provider-info/20120614/%{name}-%{version}.tar.xz
+# No full URL, as this is a git snapshot (using _service)
+Source0: %{name}-%{version}.tar.xz
Source1: mobile-broadband-provider-info-rpmlintrc
+# PATCH-FIX-UPSTREAM mobile-broadband-provider-info-tmobile-reorder.patch
boo#899028 [email protected] -- Move internet.t-d1.de to the bottom
+Patch0: mobile-broadband-provider-info-tmobile-reorder.patch
+BuildRequires: libtool
BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -35,8 +39,11 @@
%prep
%setup
+%patch0 -p1
%build
+# Needed, as we have a git snapshot
+NOCONFIGURE=1 ./autogen.sh
%configure
%install
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<param
name="url">https://git.gnome.org/browse/mobile-broadband-provider-info</param>
<param name="scm">git</param>
<param name="versionformat">20120614.git.%cd.%h</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>
++++++ mobile-broadband-provider-info-tmobile-reorder.patch ++++++
diff --git a/serviceproviders.xml b/serviceproviders.xml
index 013894e..4025cf4 100644
--- a/serviceproviders.xml
+++ b/serviceproviders.xml
@@ -3141,13 +3141,6 @@ conceived.
<balance-top-up>
<ussd replacement="CODE">*101*CODE#</ussd>
</balance-top-up>
- <apn value="internet.t-d1.de">
- <plan type="postpaid"/>
- <usage type="internet"/>
- <password>t-d1</password>
- <dns>193.254.160.1</dns>
- <dns>193.254.160.130</dns>
- </apn>
<apn value="internet.t-mobile">
<plan type="postpaid"/>
<usage type="internet"/>
@@ -3164,6 +3157,13 @@ conceived.
<mmsc>http://mms.t-mobile.de/servlets/mms</mmsc>
<mmsproxy>172.28.23.131:8008</mmsproxy>
</apn>
+ <apn value="internet.t-d1.de">
+ <plan type="postpaid"/>
+ <usage type="internet"/>
+ <password>t-d1</password>
+ <dns>193.254.160.1</dns>
+ <dns>193.254.160.130</dns>
+ </apn>
</gsm>
</provider>
<provider>
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]