Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package thunar-vcs-plugin for 
openSUSE:Leap:16.0 checked in at 2025-07-14 15:58:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/thunar-vcs-plugin (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.thunar-vcs-plugin.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "thunar-vcs-plugin"

Mon Jul 14 15:58:51 2025 rev:2 rq:1291987 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/thunar-vcs-plugin/thunar-vcs-plugin.changes    
2025-04-14 10:59:15.396454353 +0200
+++ 
/work/SRC/openSUSE:Leap:16.0/.thunar-vcs-plugin.new.7373/thunar-vcs-plugin.changes
  2025-07-14 15:59:06.265010335 +0200
@@ -1,0 +2,24 @@
+Wed May 28 08:48:30 UTC 2025 - Manfred Hollstein <manfre...@gmx.net>
+
+- 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
+- Don't install the ...16x16/apps/subversion.png icon as it creates
+  a file conflict with package kdevelop.
+
+-------------------------------------------------------------------

Old:
----
  thunar-vcs-plugin-0.3.0.tar.bz2

New:
----
  thunar-vcs-plugin-0.4.0.tar.xz
  thunar-vcs-plugin-fix-syntax.patch

----------(New B)----------
  New:  * Translation Updates
- Add thunar-vcs-plugin-fix-syntax.patch to fix build issues on
  Leap 15.6
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ thunar-vcs-plugin.spec ++++++
--- /var/tmp/diff_new_pack.ZucnBj/_old  2025-07-14 15:59:06.573023094 +0200
+++ /var/tmp/diff_new_pack.ZucnBj/_new  2025-07-14 15:59:06.577023260 +0200
@@ -17,26 +17,32 @@
 
 
 Name:           thunar-vcs-plugin
-Version:        0.3.0
+Version:        0.4.0
 Release:        0
 Summary:        Thunar Plugin Providing VCS Integration
 License:        GPL-2.0-or-later
 Group:          System/GUI/XFCE
 URL:            
https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin
-Source0:        
http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.3/%{name}-%{version}.tar.bz2
+Source0:        
http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.4/%{name}-%{version}.tar.xz
 Source99:       %{name}.changes
+Patch01:        thunar-vcs-plugin-fix-syntax.patch
 BuildRequires:  gettext >= 0.19.8
+BuildRequires:  git
+BuildRequires:  meson >= 0.56.0
 BuildRequires:  pkgconfig
+BuildRequires:  subversion
 BuildRequires:  subversion-devel
 BuildRequires:  pkgconfig(apr-1) >= 0.9.7
-BuildRequires:  pkgconfig(exo-2) >= 0.11.4
-BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
-BuildRequires:  pkgconfig(gobject-2.0) >= 2.18.0
-BuildRequires:  pkgconfig(gthread-2.0) >= 2.18.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
-BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.12.0
-BuildRequires:  pkgconfig(thunarx-3) >= 1.2.0
-Requires:       thunar >= 1.7.0
+BuildRequires:  pkgconfig(apr-util-1) >= 0.9.1
+BuildRequires:  pkgconfig(exo-2) >= 4.18.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.66.0
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.66.0
+BuildRequires:  pkgconfig(gthread-2.0) >= 2.66.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.24.0
+BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.18.0
+BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.18.0
+BuildRequires:  pkgconfig(thunarx-3) >= 4.18.0
+Requires:       thunar >= 4.18.0
 Recommends:     %{name}-lang = %{version}
 Provides:       thunar-plugin-vcs = %{version}
 Obsoletes:      thunar-plugin-vcs < %{version}
@@ -48,20 +54,20 @@
 %lang_package
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
 export SOURCE_DATE_EPOCH=$(date +%s -r %{S:99})
-%configure \
-            --enable-git \
-            --disable-static
-
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 
 rm -f %{buildroot}%{_libdir}/thunarx-3/thunar-vcs-plugin.la
+# Don't install the ...16x16/apps/subversion.png icon as it creates
+# a file conflict with package kdevelop.
+rm -f %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/subversion.png
 
 %find_lang %{name} %{?no_lang_C}
 

++++++ thunar-vcs-plugin-fix-syntax.patch ++++++
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);
 }

Reply via email to