17
0
Files
thunar-vcs-plugin/thunar-vcs-plugin-fix-syntax.patch
Maurizio Galli e7be12881e - Update to 0.4.0:
Meson has been added as a build system in this release, and the
  associated archive has been generated by 'meson dist'. Although
  autotools has been retained for the time being and can still be used
  via 'autogen.sh', meson is now the preferred build system, and
  autotools will be removed in a future release.
  * Update README after switchover to meson
  * Fix a ThunarxMenu leak in tvp_svn_action_create_menu_item
  * Fix a ThunarxMenu leak in tvp_git_action_create_menu_item
  * Fix string leaks in git-log parser
  * Fix warnings
  * Add support to Meson
  * Fix a -Wunused-macros warning with GCC
  * Replace deprecated exo with libxfce4ui 4.21.0
  * Translation Updates
- Add thunar-vcs-plugin-fix-syntax.patch to fix build issues on
  Leap 15.6

OBS-URL: https://build.opensuse.org/package/show/X11:xfce/thunar-vcs-plugin?expand=0&rev=3
2025-05-28 05:26:42 +00:00

12 lines
373 B
Diff

diff -rup a/tvp-svn-helper/tsh-common.c b/tvp-svn-helper/tsh-common.c
--- a/tvp-svn-helper/tsh-common.c 2025-05-20 16:33:43.000000000 +0200
+++ b/tvp-svn-helper/tsh-common.c 2025-05-27 17:03:29.266585586 +0200
@@ -729,6 +729,7 @@ tsh_action_to_string(svn_wc_notify_actio
break;
default:
/* do nothing */
+ break;
}
return _(action_string);
}