Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package thunar-shares-plugin for
openSUSE:Leap:16.0 checked in at 2025-04-14 10:59:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/thunar-shares-plugin (Old)
and /work/SRC/openSUSE:Leap:16.0/.thunar-shares-plugin.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "thunar-shares-plugin"
Mon Apr 14 10:59:13 2025 rev:1 rq:1268588 version:0.4.0
Changes:
--------
New Changes file:
--- /dev/null 2025-04-02 01:05:25.176000000 +0200
+++
/work/SRC/openSUSE:Leap:16.0/.thunar-shares-plugin.new.1907/thunar-shares-plugin.changes
2025-04-14 10:59:13.752385511 +0200
@@ -0,0 +1,77 @@
+-------------------------------------------------------------------
+Sun Jan 19 08:57:27 UTC 2025 - Manfred Hollstein <[email protected]>
+
+- Update to version 0.4.0:
+ * Fix string leaks in tsp_provider_get_menu
+ * Use xfconf channel to toggle contect menu contribution
+ * Context menu contribution to share folder
+ * tsp-page: Fix string leak in tsp_page_set_error
+ * build: Add ACLOCAL_FLAGS to ACLOCAL_AMFLAGS
+ * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+ * build: Add missing check for bind_textdomain_codeset
+ * I18n: Update po/LINGUAS list
+ * build: Cleanup autotools warning, remove intltool
+ * tsp-page: Replace gnome-fs-share with folder-publicshare icon
+ * Update documentation link
+ * Translation Updates
+
+-------------------------------------------------------------------
+Sat Jan 11 09:30:55 UTC 2025 - Maurizio Galli <[email protected]>
+
+- Package renamed from thunar-plugin-shares to thunar-shares-plugin to
+ follow upstream name convention
+
+-------------------------------------------------------------------
+Wed Jan 11 13:04:51 UTC 2023 - Maurizio Galli <[email protected]>
+
+- Update to version 0.3.2:
+ * Add basic GitLab pipeline
+ * Bump GLib minimum build required to 2.26
+ * configure.ac: use AC_PROG_CC_C99
+ * Create README.md. Update configure.ac.in
+ * Revert "configure.ac: use AC_PROG_CC_C99"
+ * Translation Updates
+ * Use long argument for net usershare to prevent bug (Issue #16)
+
+-------------------------------------------------------------------
+Mon Apr 6 06:07:11 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to version 0.3.1
+ * Remove unused THUNARX_TYPE_PREFERENCES_PROVIDER, since it may cause
+ crashes (iface->get_menu_items not implemented)
+ * Improved spacing and layout (bxo#14657)
+ * Translation Updates
+
+-------------------------------------------------------------------
+Fri Jun 15 09:53:10 UTC 2018 - [email protected]
+
+- update to version 0.3.0:
+ * GTK3 Port
+ * Thunarx-3 Port (Thunar >=1.7.0 required)
+ * Translation updates
+- removed obsolete patches:
+ * thunar-plugin-shares-0.2.0-port-to-thunarx-2.patch
+ * thunar-plugin-shares-0.2.0-fix-missing-include.patch
+
+-------------------------------------------------------------------
+Tue Apr 17 19:03:13 UTC 2012 - [email protected]
+
+- use upstream tarball instead of recompressed source
+
+-------------------------------------------------------------------
+Tue Mar 27 14:02:50 UTC 2012 - [email protected]
+
+- added source URL
+
+-------------------------------------------------------------------
+Thu Mar 22 20:28:51 UTC 2012 - [email protected]
+
+- corrected URL
+- require samba, it does not make much sense without it
+- updated build dependencies
+
+-------------------------------------------------------------------
+Thu Mar 10 14:11:13 UTC 2011 - [email protected]
+
+- new package (split off from thunar-plugins)
+
New:
----
thunar-shares-plugin-0.4.0.tar.bz2
thunar-shares-plugin.changes
thunar-shares-plugin.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ thunar-shares-plugin.spec ++++++
#
# spec file for package thunar-shares-plugin
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define thunar_version 4.18
Name: thunar-shares-plugin
Version: 0.4.0
Release: 0
URL: https://docs.xfce.org/xfce/thunar/custom-actions
Source0:
https://archive.xfce.org/src/thunar-plugins/%{name}/0.4/%{name}-%{version}.tar.bz2
Summary: Thunar Plugin for Sharing Files Using Samba
License: GPL-2.0-or-later
Group: System/GUI/XFCE
BuildRequires: gettext >= 0.19.8
BuildRequires: pkgconfig(glib-2.0) >= 2.26.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
BuildRequires: pkgconfig(libxfconf-0) >= 4.12.0
BuildRequires: pkgconfig(thunarx-3) >= 1.0.1
Requires: samba
Requires: thunar >= %{thunar_version}
Recommends: %{name}-lang = %{version}
Provides: thunar-plugin-shares = %{version}
Obsoletes: thunar-plugin-shares < %{version}
%description
The Thunar Shares Plugin allows for quickly sharing a directory using Samba
from within Thunar without requiring root access.
%lang_package
%prep
%autosetup
%build
%configure --disable-static
%make_build
%install
%make_install
rm -rf %{buildroot}%{_libdir}/thunarx-3/thunar-shares-plugin.la
# remove unsupported locales
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
%find_lang %{name} %{?no_lang_C}
%files
%{_libdir}/thunarx-3/thunar-shares-plugin.so
%files lang -f %{name}.lang
%changelog