Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package remmina for openSUSE:Factory checked in at 2021-05-15 01:24:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/remmina (Old) and /work/SRC/openSUSE:Factory/.remmina.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "remmina" Sat May 15 01:24:16 2021 rev:66 rq:893070 version:1.4.16 Changes: -------- --- /work/SRC/openSUSE:Factory/remmina/remmina.changes 2021-05-13 22:18:57.367501506 +0200 +++ /work/SRC/openSUSE:Factory/.remmina.new.2988/remmina.changes 2021-05-15 01:24:30.986955653 +0200 @@ -1,0 +2,6 @@ +Fri May 14 08:33:59 UTC 2021 - Johannes Weberhofer <jweberho...@weberhofer.at> + +- Update to 1.1.16 + * Fix Data PATH for the FreeRDP files + +------------------------------------------------------------------- Old: ---- Remmina-v1.4.15.tar.bz2 New: ---- Remmina-v1.4.16.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ remmina.spec ++++++ --- /var/tmp/diff_new_pack.24l8zO/_old 2021-05-15 01:24:31.582953559 +0200 +++ /var/tmp/diff_new_pack.24l8zO/_new 2021-05-15 01:24:31.582953559 +0200 @@ -18,7 +18,7 @@ %bcond_with nx Name: remmina -Version: 1.4.15 +Version: 1.4.16 Release: 0 Summary: Versatile Remote Desktop Client License: GPL-2.0-or-later ++++++ Remmina-v1.4.15.tar.bz2 -> Remmina-v1.4.16.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Remmina-v1.4.15/CHANGELOG.md new/Remmina-v1.4.16/CHANGELOG.md --- old/Remmina-v1.4.15/CHANGELOG.md 2021-05-11 09:19:15.000000000 +0200 +++ new/Remmina-v1.4.16/CHANGELOG.md 2021-05-11 16:04:09.000000000 +0200 @@ -1,3 +1,8 @@ +## v1.4.16 +[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.4.15...v1.4.16) + +* Fix Data PATH for the FreeRDP files bcf24360e05d2f9b60f9f0adaf56dede66497a42 @antenore + ## v1.4.15 [full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.4.14...v1.4.15) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Remmina-v1.4.15/CMakeLists.txt new/Remmina-v1.4.16/CMakeLists.txt --- old/Remmina-v1.4.15/CMakeLists.txt 2021-05-11 09:19:15.000000000 +0200 +++ new/Remmina-v1.4.16/CMakeLists.txt 2021-05-11 16:04:09.000000000 +0200 @@ -276,7 +276,7 @@ set(WITH_LIBRARY_VERSIONING "ON") set(REMMINA_VERSION_MAJOR "1") set(REMMINA_VERSION_MINOR "4") -set(REMMINA_VERSION_REVISION "15") +set(REMMINA_VERSION_REVISION "16") # set(REMMINA_VERSION_SUFFIX "1") set(REMMINA_VERSION # "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}.${REMMINA_VERSION_SUFFIX}") set(REMMINA_VERSION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Remmina-v1.4.15/Doxyfile new/Remmina-v1.4.16/Doxyfile --- old/Remmina-v1.4.15/Doxyfile 2021-05-11 09:19:15.000000000 +0200 +++ new/Remmina-v1.4.16/Doxyfile 2021-05-11 16:04:09.000000000 +0200 @@ -38,7 +38,7 @@ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.4.15 +PROJECT_NUMBER = v1.4.16 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Remmina-v1.4.15/data/desktop/org.remmina.Remmina.appdata.xml new/Remmina-v1.4.16/data/desktop/org.remmina.Remmina.appdata.xml --- old/Remmina-v1.4.15/data/desktop/org.remmina.Remmina.appdata.xml 2021-05-11 09:19:15.000000000 +0200 +++ new/Remmina-v1.4.16/data/desktop/org.remmina.Remmina.appdata.xml 2021-05-11 16:04:09.000000000 +0200 @@ -16,7 +16,7 @@ <summary xml:lang="fr">Client de contr??le de bureau ?? distance</summary> <content_rating type="oars-1.1" /> <releases> - <release version="1.4.15" date="2021-05-11"/> + <release version="1.4.16" date="2021-05-11"/> </releases> <description> <p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Remmina-v1.4.15/plugins/rdp/rdp_plugin.c new/Remmina-v1.4.16/plugins/rdp/rdp_plugin.c --- old/Remmina-v1.4.15/plugins/rdp/rdp_plugin.c 2021-05-11 09:19:15.000000000 +0200 +++ new/Remmina-v1.4.16/plugins/rdp/rdp_plugin.c 2021-05-11 16:04:09.000000000 +0200 @@ -1272,7 +1272,7 @@ remminafile = remmina_plugin_service->protocol_plugin_get_file(gp); datapath = g_build_path("/", - g_path_get_dirname(remmina_plugin_service->file_get_path(remminafile)), + g_path_get_dirname(remmina_plugin_service->file_get_user_datadir()), "RDP", NULL); REMMINA_PLUGIN_DEBUG("RDP data path is %s", datapath);