Hello community, here is the log from the commit of package modem-manager-gui for openSUSE:Factory checked in at 2018-08-03 12:35:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/modem-manager-gui (Old) and /work/SRC/openSUSE:Factory/.modem-manager-gui.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "modem-manager-gui" Fri Aug 3 12:35:24 2018 rev:8 rq:626738 version:0.0.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/modem-manager-gui/modem-manager-gui.changes 2016-06-29 15:09:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.modem-manager-gui.new/modem-manager-gui.changes 2018-08-03 12:35:27.479405519 +0200 @@ -1,0 +2,34 @@ +Thu Jul 26 18:12:34 UTC 2018 - [email protected] + +- 0.0.19.1: + * Fixes: + - building on non-x86 machines; + - running on system without systemd; + - couple of small fixes; + - new Slovak localization by Jozef Gaal; +- 0.0.19: + * New features: + - New connection control functionality + for NetworkManager/Connman; + - Builtin PIN code input dialog; + - Active pages selection; + - Custom command for new SMS; + - Notifications filtration in GNOME; + - Traffic graph movement selection; + - Modules compatibility checks;; + - Meson build system support; + - Theme icons support (thanks to Andrei); + - Monochrome and scalable icons for desktop integration; + - AppIndicator as replacement for GtkStatusIcon; + - New translations; + * Fixes: + - UI refresh for better look and feel (thanks to Andrei); + - Registration handler in MM06 fix (thanks to Alexey); + - Invisible infobar fix; + - Stalled connection to Akonadi server fix; + - Akonadi server error handler typo fix (thanks to dcb); + - Timestamp parser for legacy MM versions fix; + - Appdata file format and placement fix. +- Added 95-mmgui-timestamp-notifier.diff. + +------------------------------------------------------------------- Old: ---- modem-manager-gui-0.0.18.tar.gz New: ---- 95-mmgui-timestamp-notifier.diff modem-manager-gui-0.0.19.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ modem-manager-gui.spec ++++++ --- /var/tmp/diff_new_pack.pPP3r7/_old 2018-08-03 12:35:27.899406142 +0200 +++ /var/tmp/diff_new_pack.pPP3r7/_new 2018-08-03 12:35:27.903406147 +0200 @@ -1,7 +1,7 @@ # # spec file for package modem-manager-gui # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,22 @@ Name: modem-manager-gui -Version: 0.0.18 +Version: 0.0.19.1 Release: 0 Summary: Modem Manager GUI -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Hardware/Mobile Url: http://linuxonly.ru/cms/page.php?7 Source: http://download.tuxfamily.org/gsf/source/modem-manager-gui-%{version}.tar.gz +# PATCH-FEATURE-OPENSUSE E: env-script-interpreter (Badness: 9) +# /etc/NetworkManager/dispatcher.d/95-mmgui-timestamp-notifier /usr/bin/env python3 +# This script uses 'env' as an interpreter. For the rpm runtime dependency +# detection to work, the shebang #!/usr/bin/env python needs to be patched into +# #!/usr/bin/python otherwise the package dependency generator merely adds a +# dependency on /usr/bin/env rather than the actual interpreter /usr/bin/python. +# Alternatively, if the file should not be executed, then ensure that it is not +# marked as executable or don't install it in a path that is reserved for executables. +Patch0: 95-mmgui-timestamp-notifier.diff BuildRequires: fdupes BuildRequires: gdbm-devel @@ -31,6 +40,7 @@ BuildRequires: man BuildRequires: po4a BuildRequires: update-desktop-files +BuildRequires: pkgconfig(appindicator3-0.1) BuildRequires: pkgconfig(glib-2.0) >= 2.32.1 BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0 Requires: ModemManager >= 0.5.0.0 @@ -55,6 +65,7 @@ %prep %setup -q +%patch0 %build %configure @@ -66,29 +77,25 @@ %suse_update_desktop_file -r %{name} 'Internet;Monitor;' %fdupes -s %{buildroot}%{_datadir}/help -%post -%desktop_database_post - -%postun -%desktop_database_postun - %files %defattr(-,root,root,-) -%doc LICENSE +%license LICENSE %doc AUTHORS %doc Changelog %{_bindir}/%{name} %{_libdir}/%{name} -%{_datadir}/pixmaps/%{name}.png +%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop -%dir %{_mandir}/tr -%dir %{_mandir}/uk -%dir %{_mandir}/uz* +%dir %{_mandir}/* %{_mandir}/*/* -%dir %{_datadir}/appdata -%{_datadir}/appdata/%{name}.appdata.xml +%{_datadir}/metainfo/%{name}.appdata.xml +%dir %{_sysconfdir}/NetworkManager +%dir %{_sysconfdir}/NetworkManager/dispatcher.d +%{_sysconfdir}/NetworkManager/dispatcher.d/95-mmgui-timestamp-notifier # https://bugzilla.novell.com/show_bug.cgi?id=950215 +# %%dir %%{_datadir}/polkit-1 +# %%dir %%{_datadir}/polkit-1/actions %exclude %{_datadir}/polkit-1/actions/ru.linuxonly.modem-manager-gui.policy %files lang -f %{name}.lang ++++++ 95-mmgui-timestamp-notifier.diff ++++++ --- src/scripts/95-mmgui-timestamp-notifier.orig 2018-04-06 17:43:09.000000000 +0300 +++ src/scripts/95-mmgui-timestamp-notifier 2018-07-26 22:42:21.866150011 +0300 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 import sys import os ++++++ modem-manager-gui-0.0.18.tar.gz -> modem-manager-gui-0.0.19.1.tar.gz ++++++ ++++ 89652 lines of diff (skipped)
