Hello community, here is the log from the commit of package cinnamon-control-center for openSUSE:Factory checked in at 2019-07-29 17:29:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cinnamon-control-center (Old) and /work/SRC/openSUSE:Factory/.cinnamon-control-center.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "cinnamon-control-center" Mon Jul 29 17:29:04 2019 rev:17 rq:719324 version:4.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cinnamon-control-center/cinnamon-control-center.changes 2019-07-22 12:21:11.835651665 +0200 +++ /work/SRC/openSUSE:Factory/.cinnamon-control-center.new.4126/cinnamon-control-center.changes 2019-07-29 17:29:11.134240150 +0200 @@ -1,0 +2,6 @@ +Sun Jul 28 04:50:34 UTC 2019 - Marguerite Su <i@marguerite.su> + +- Update to version 4.2.2: + * GOA Remove desktop file + +------------------------------------------------------------------- Old: ---- cinnamon-control-center-4.2.1.tar.gz New: ---- cinnamon-control-center-4.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cinnamon-control-center.spec ++++++ --- /var/tmp/diff_new_pack.X0lZzX/_old 2019-07-29 17:29:11.734239927 +0200 +++ /var/tmp/diff_new_pack.X0lZzX/_new 2019-07-29 17:29:11.734239927 +0200 @@ -19,7 +19,7 @@ %define soname libcinnamon-control-center %define sover 1 Name: cinnamon-control-center -Version: 4.2.1 +Version: 4.2.2 Release: 0 Summary: Utilities to configure the Cinnamon desktop License: GPL-2.0-only AND GPL-3.0-or-later AND MIT ++++++ cinnamon-control-center-4.2.1.tar.gz -> cinnamon-control-center-4.2.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-control-center-4.2.1/configure.ac new/cinnamon-control-center-4.2.2/configure.ac --- old/cinnamon-control-center-4.2.1/configure.ac 2019-07-10 11:51:47.000000000 +0200 +++ new/cinnamon-control-center-4.2.2/configure.ac 2019-07-25 10:29:57.000000000 +0200 @@ -1,4 +1,4 @@ -m4_define([cinnamon_control_center_version], 4.2.1) +m4_define([cinnamon_control_center_version], 4.2.2) AC_INIT([cinnamon-control-center], [cinnamon_control_center_version], [https://github.com/linuxmint/cinnamon-control-center/issues]) @@ -441,7 +441,6 @@ panels/datetime/Makefile panels/datetime/po-timezones/Makefile panels/online-accounts/Makefile -panels/online-accounts/cinnamon-online-accounts-panel.desktop.in panels/online-accounts/icons/Makefile panels/online-accounts/icons/16x16/Makefile panels/online-accounts/icons/22x22/Makefile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-control-center-4.2.1/debian/changelog new/cinnamon-control-center-4.2.2/debian/changelog --- old/cinnamon-control-center-4.2.1/debian/changelog 2019-07-10 11:51:47.000000000 +0200 +++ new/cinnamon-control-center-4.2.2/debian/changelog 2019-07-25 10:29:57.000000000 +0200 @@ -1,3 +1,9 @@ +cinnamon-control-center (4.2.2) tina; urgency=medium + + * GOA: Remove desktop file + + -- Clement Lefebvre <root@linuxmint.com> Thu, 25 Jul 2019 10:29:36 +0200 + cinnamon-control-center (4.2.1) tina; urgency=medium [ NikoKrause ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-control-center-4.2.1/generate_additional_files.py new/cinnamon-control-center-4.2.2/generate_additional_files.py --- old/cinnamon-control-center-4.2.1/generate_additional_files.py 2019-07-10 11:51:47.000000000 +0200 +++ new/cinnamon-control-center-4.2.2/generate_additional_files.py 2019-07-25 10:29:57.000000000 +0200 @@ -85,17 +85,3 @@ """ additionalfiles.generate(DOMAIN, PATH, "./panels/wacom/cinnamon-wacom-panel.desktop.in.in", prefix, _("Graphics Tablet"), _("Set button mappings and adjust stylus sensitivity for graphics tablets"), "") - -prefix = """[Desktop Entry] -Exec=cinnamon-settings online-accounts -Icon=cs-online-accounts -Terminal=false -Type=Application -StartupNotify=true -Categories=GTK;Settings;DesktopSettings; -OnlyShowIn=X-Cinnamon; -# Translators: those are keywords for the online-accounts control-center panel -_Keywords=Google;Facebook;Twitter;Yahoo;Web;Online;Chat;Calendar;Mail;Contact;ownCloud;Kerberos;IMAP;SMTP;Pocket;ReadItLater; -""" - -additionalfiles.generate(DOMAIN, PATH, "./panels/online-accounts/cinnamon-online-accounts-panel.desktop.in.in", prefix, _("Online Accounts"), _("Connect your online accounts"), "") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-control-center-4.2.1/panels/online-accounts/Makefile.am new/cinnamon-control-center-4.2.2/panels/online-accounts/Makefile.am --- old/cinnamon-control-center-4.2.1/panels/online-accounts/Makefile.am 2019-07-10 11:51:47.000000000 +0200 +++ new/cinnamon-control-center-4.2.2/panels/online-accounts/Makefile.am 2019-07-25 10:29:57.000000000 +0200 @@ -35,10 +35,6 @@ @INTLTOOL_DESKTOP_RULE@ -desktopdir = $(datadir)/applications -desktop_in_files = cinnamon-online-accounts-panel.desktop.in -desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) - CLEANFILES = $(desktop_in_files) $(desktop_DATA) $(BUILT_SOURCES) EXTRA_DIST = $(resource_files) online-accounts.gresource.xml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-control-center-4.2.1/panels/online-accounts/cinnamon-online-accounts-panel.desktop.in.in new/cinnamon-control-center-4.2.2/panels/online-accounts/cinnamon-online-accounts-panel.desktop.in.in --- old/cinnamon-control-center-4.2.1/panels/online-accounts/cinnamon-online-accounts-panel.desktop.in.in 2019-07-10 11:51:47.000000000 +0200 +++ new/cinnamon-control-center-4.2.2/panels/online-accounts/cinnamon-online-accounts-panel.desktop.in.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,178 +0,0 @@ -[Desktop Entry] -Exec=cinnamon-settings online-accounts -Icon=cs-online-accounts -Terminal=false -Type=Application -StartupNotify=true -Categories=GTK;Settings;DesktopSettings; -OnlyShowIn=X-Cinnamon; -# Translators: those are keywords for the online-accounts control-center panel -_Keywords=Google;Facebook;Twitter;Yahoo;Web;Online;Chat;Calendar;Mail;Contact;ownCloud;Kerberos;IMAP;SMTP;Pocket;ReadItLater; -Name=Online Accounts -Name[am]=የ መስመር ላይ መግለጫ -Name[ar]=الحسابات عبر الإنترنت -Name[ar_AR]=الحسابات عبر الإنترنت -Name[ar_MA]=الحسابات عبر الإنترنت -Name[bg]=Онлайн акаунти -Name[bg_BG]=Онлайн акаунти -Name[ca]=Comptes en línia -Name[ca@valencia]=Comptes en línia -Name[ca_ES@valencia]=Comptes en línia -Name[cs]=On-line účty -Name[cs_CZ]=On-line účty -Name[cy]=Cyfrifon Ar-lein -Name[da]=Onlinekonti -Name[de]=Internetkonten -Name[de_CH]=Internetkonten -Name[de_DE]=Internetkonten -Name[es]=Cuentas en línea -Name[es_419]=Cuentas en línea -Name[es_AR]=Cuentas en línea -Name[es_CL]=Cuentas en línea -Name[es_CO]=Cuentas en línea -Name[es_CR]=Cuentas en línea -Name[es_DO]=Cuentas en línea -Name[es_EC]=Cuentas en línea -Name[es_ES]=Cuentas en línea -Name[es_MX]=Cuentas en línea -Name[es_NI]=Cuentas en línea -Name[es_PA]=Cuentas en línea -Name[es_PE]=Cuentas en línea -Name[es_PR]=Cuentas en línea -Name[es_SV]=Cuentas en línea -Name[es_US]=Cuentas en línea -Name[es_UY]=Cuentas en línea -Name[es_VE]=Cuentas en línea -Name[et]=Veebikontod -Name[eu]=Lineako kontuak -Name[fi]=Verkkotilit -Name[fi_FI]=Verkkotilit -Name[fr]=Comptes en ligne -Name[fr_CA]=Comptes en ligne -Name[fr_FR]=Comptes en ligne -Name[hr]=Mrežni računi -Name[hu]=Online fiókok -Name[hu_HU]=Online fiókok -Name[ia]=Contos online -Name[id]=Akun Daring -Name[id_ID]=Akun Daring -Name[is]=Aðgangar á neti -Name[it]=Account Online -Name[it_IT]=Account Online -Name[ja]=オンラインアカウント -Name[ja_JP]=オンラインアカウント -Name[ko]=온라인 계정 -Name[ko_KR]=온라인 계정 -Name[lt]=Internetinės paskyros -Name[lt_LT]=Internetinės paskyros -Name[nl]=Internetaccounts -Name[nl_NL]=Internetaccounts -Name[pl]=Konta online -Name[pl_PL]=Konta online -Name[pt]=Contas Online -Name[pt_BR]=Contas online -Name[pt_PT]=Contas Online -Name[ru]=Сетевые учётные записи -Name[sk]=Účty služieb -Name[sk_SK]=Účty služieb -Name[sl]=Spletni računi -Name[sl_SI]=Spletni računi -Name[sr]=Интернет Налози -Name[sr@Latn]=Интернет Налози -Name[sr@cyrillic]=Интернет Налози -Name[sr@ije]=Интернет Налози -Name[sr@ijekavianlatin]=Интернет Налози -Name[sr@latin]=Интернет Налози -Name[sr_RS]=Интернет Налози -Name[sr_RS@latin]=Интернет Налози -Name[sv]=Nätkonton -Name[th]=บัญชีออนไลน์ -Name[th_TH]=บัญชีออนไลน์ -Name[tr]=Çevrimiçi Hesaplar -Name[uk]=Онлайн облікові записи -Name[uk_UA]=Онлайн облікові записи -Name[zh_CN]=在线账户 -Name[zh_TW]=線上帳號 -Comment=Connect your online accounts -Comment[am]=ወደ እርስዎ የ መስመር ላይ መግለጫ መገናኛ -Comment[ar]=الإتصال بحساباتك على الإنترنت -Comment[ar_AR]=الإتصال بحساباتك على الإنترنت -Comment[ar_MA]=الإتصال بحساباتك على الإنترنت -Comment[bg]=Свържи своите онлайн акаунти -Comment[bg_BG]=Свържи своите онлайн акаунти -Comment[ca]=Connecteu-vos als vostres comptes en línia -Comment[ca@valencia]=Connecteu-vos als vostres comptes en línia -Comment[ca_ES@valencia]=Connecteu-vos als vostres comptes en línia -Comment[cs]=Připojit své on-line účty -Comment[cs_CZ]=Připojit své on-line účty -Comment[cy]=Cysylltwch eich cyfrifon ar-lein -Comment[da]=Tilslut dine onlinekonti -Comment[de]=Ihre Internetkonten verbinden -Comment[de_CH]=Ihre Internetkonten verbinden -Comment[de_DE]=Ihre Internetkonten verbinden -Comment[es]=Conéctese a sus cuentas online -Comment[es_419]=Conéctese a sus cuentas online -Comment[es_AR]=Conéctese a sus cuentas online -Comment[es_CL]=Conéctese a sus cuentas online -Comment[es_CO]=Conéctese a sus cuentas online -Comment[es_CR]=Conéctese a sus cuentas online -Comment[es_DO]=Conéctese a sus cuentas online -Comment[es_EC]=Conéctese a sus cuentas online -Comment[es_ES]=Conéctese a sus cuentas online -Comment[es_MX]=Conéctese a sus cuentas online -Comment[es_NI]=Conéctese a sus cuentas online -Comment[es_PA]=Conéctese a sus cuentas online -Comment[es_PE]=Conéctese a sus cuentas online -Comment[es_PR]=Conéctese a sus cuentas online -Comment[es_SV]=Conéctese a sus cuentas online -Comment[es_US]=Conéctese a sus cuentas online -Comment[es_UY]=Conéctese a sus cuentas online -Comment[es_VE]=Conéctese a sus cuentas online -Comment[et]=Võrgukontode ühendamine -Comment[eu]=Konektatu zure lineako kontuak -Comment[fi]=Yhdistä verkkotileihisi -Comment[fi_FI]=Yhdistä verkkotileihisi -Comment[fr]=Connectez vos comptes en ligne -Comment[fr_CA]=Connectez vos comptes en ligne -Comment[fr_FR]=Connectez vos comptes en ligne -Comment[hr]=Povežite svoje mrežne račune -Comment[hu]=Kapcsolódás az online fiókokhoz -Comment[hu_HU]=Kapcsolódás az online fiókokhoz -Comment[ia]=Connecte te a tu conto online -Comment[id]=Hubungkan akun daring Anda -Comment[id_ID]=Hubungkan akun daring Anda -Comment[is]=Tengstu netaðgöngum þínum -Comment[it]=Connetti il tuo account online -Comment[it_IT]=Connetti il tuo account online -Comment[ja]=あなたのオンラインアカウントを接続する -Comment[ja_JP]=あなたのオンラインアカウントを接続する -Comment[ko]=사용자의 온라인 계정에 연결합니다 -Comment[ko_KR]=사용자의 온라인 계정에 연결합니다 -Comment[lt]=Prijungti internetines paskyras -Comment[lt_LT]=Prijungti internetines paskyras -Comment[nl]=Verbind uw internetaccounts -Comment[nl_NL]=Verbind uw internetaccounts -Comment[pl]=Podłącz swoje konto online -Comment[pl_PL]=Podłącz swoje konto online -Comment[pt]=Conectar-se às suas contas online -Comment[pt_BR]=Conecte suas contas online -Comment[pt_PT]=Conectar-se às suas contas online -Comment[ru]=Подключить сетевые учётные записи -Comment[sk]=Pripojte vaše účty služieb -Comment[sk_SK]=Pripojte vaše účty služieb -Comment[sr]=Повежите се на ваше интернет налоге -Comment[sr@Latn]=Повежите се на ваше интернет налоге -Comment[sr@cyrillic]=Повежите се на ваше интернет налоге -Comment[sr@ije]=Повежите се на ваше интернет налоге -Comment[sr@ijekavianlatin]=Повежите се на ваше интернет налоге -Comment[sr@latin]=Повежите се на ваше интернет налоге -Comment[sr_RS]=Повежите се на ваше интернет налоге -Comment[sr_RS@latin]=Повежите се на ваше интернет налоге -Comment[sv]=Anslut dina nätkonton -Comment[th]=เชื่อมต่อบัญชีออนไลน์ของคุณ -Comment[th_TH]=เชื่อมต่อบัญชีออนไลน์ของคุณ -Comment[tr]=Çevrimiçi hesaplarınıza bağlanın -Comment[uk]=Підключення своїх онлайн облікових записів -Comment[uk_UA]=Підключення своїх онлайн облікових записів -Comment[zh_CN]=连接到您的在线账户 -Comment[zh_TW]=連接您的線上帳號 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-control-center-4.2.1/po/POTFILES.skip new/cinnamon-control-center-4.2.2/po/POTFILES.skip --- old/cinnamon-control-center-4.2.1/po/POTFILES.skip 2019-07-10 11:51:47.000000000 +0200 +++ new/cinnamon-control-center-4.2.2/po/POTFILES.skip 2019-07-25 10:29:57.000000000 +0200 @@ -5,7 +5,6 @@ panels/keyboard/cinnamon-keyboard-panel.desktop.in panels/mouse/cinnamon-mouse-panel.desktop.in panels/network/cinnamon-network-panel.desktop.in -panels/online-accounts/cinnamon-online-accounts-panel.desktop.in panels/power/cinnamon-power-panel.desktop.in panels/printers/cinnamon-printers-panel.desktop.in panels/region/cinnamon-region-panel.desktop.in