Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package blueman for openSUSE:Factory checked in at 2021-07-10 22:54:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blueman (Old) and /work/SRC/openSUSE:Factory/.blueman.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blueman" Sat Jul 10 22:54:27 2021 rev:12 rq:905251 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/blueman/blueman.changes 2020-11-04 18:31:59.780200380 +0100 +++ /work/SRC/openSUSE:Factory/.blueman.new.2625/blueman.changes 2021-07-10 22:54:56.187557588 +0200 @@ -1,0 +2,18 @@ +Wed Jun 2 21:55:42 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 2.2.1 + * New Desktop notifications on connect / disconnect + * New notifications with battery level for connecting devices + * Allow cancelling device connection attempts + * Allow opening device menus via keyboard (Shift+F10 or menu key) + * Add Ctrl+Q and Ctrl+W accelerators for closing blueman-manager + * Stop discovery and retry connection for broken adapter drivers + * Improved passkey handling + * Auto-connect settings for supported services + * Fix hide devices with no name + * Fix disconnecting NMDevice + * Fix DiscvManager plugin showed its icon unreliably + * Drop blueman-report, and blueman-assistant +- Add subpackages for caja, nautilus, and nemo sendto extensions + +------------------------------------------------------------------- Old: ---- blueman-2.1.4.tar.xz New: ---- blueman-2.2.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blueman.spec ++++++ --- /var/tmp/diff_new_pack.IwsBOZ/_old 2021-07-10 22:54:56.655553976 +0200 +++ /var/tmp/diff_new_pack.IwsBOZ/_new 2021-07-10 22:54:56.659553945 +0200 @@ -1,7 +1,7 @@ # # spec file for package blueman # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,9 +15,17 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - +%if 0%{?is_opensuse} +%bcond_without caja +%bcond_without nautilus +%bcond_without nemo +%else +%bcond_with caja +%bcond_with nautilus +%bcond_with nemo +%endif Name: blueman -Version: 2.1.4 +Version: 2.2.1 Release: 0 Summary: GTK+ Bluetooth Manager License: GPL-3.0-only @@ -26,7 +34,6 @@ Source: https://github.com/%{name}-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildRequires: automake BuildRequires: dbus-1-python3-devel -#BuildRequires: pkgconfig(notify-python) BuildRequires: adwaita-icon-theme BuildRequires: fdupes # Needed for typelib() - Requires. @@ -37,14 +44,14 @@ BuildRequires: python3-Cython BuildRequires: systemd-rpm-macros BuildRequires: update-desktop-files -BuildRequires: pkgconfig(bluez) +BuildRequires: pkgconfig(bluez) >= 5.48 BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(polkit-agent-1) -BuildRequires: pkgconfig(pygobject-3.0) +BuildRequires: pkgconfig(pygobject-3.0) >= 3.27.2 BuildRequires: pkgconfig(python3) -Requires: bluez +Requires: bluez >= 5.48 Requires: dbus-1-python3 Requires: gdk-pixbuf-loader-rsvg Requires: notification-daemon @@ -79,6 +86,52 @@ %description -n thunar-sendto-%{name} This package add sendto integration for Thunar. +%if %{with caja} +%package -n caja-extension-sendto-%{name} +Summary: A sendto integration for Caja +Group: System/GUI/MATE +Requires: %{name} = %{version}-%{release} +BuildRequires: pkgconfig(caja-python) +BuildArch: noarch + +%description -n caja-extension-sendto-%{name} +This package add sendto integration for Caja. + +%files -n caja-extension-sendto-%{name} +%{_datadir}/caja-python/extensions/caja_blueman_sendto.py +%endif + +%if %{with nautilus} +%package -n nautilus-extension-sendto-%{name} +Summary: A sendto integration for Nautilus +Group: System/GUI/GNOME +Requires: %{name} = %{version}-%{release} +BuildRequires: pkgconfig(nautilus-python) +BuildArch: noarch + +%description -n nautilus-extension-sendto-%{name} +This package add sendto integration for Nautilus. + +%files -n nautilus-extension-sendto-%{name} +%{_datadir}/nautilus-python/extensions/nautilus_blueman_sendto.py +%endif + +%if %{with nemo} +%package -n nemo-extension-sendto-%{name} +Summary: A sendto integration for Nemo +Group: System/GUI/Cinnamon +Requires: %{name} = %{version}-%{release} +Enhances: nemo +BuildRequires: pkgconfig(nemo-python) +BuildArch: noarch + +%description -n nemo-extension-sendto-%{name} +This package add sendto integration for Nemo. + +%files -n nemo-extension-sendto-%{name} +%{_datadir}/nemo-python/extensions/nemo_blueman_sendto.py +%endif + %lang_package %prep @@ -87,7 +140,6 @@ echo -e 'NotShowIn=KDE;GNOME;' >> data/%{name}.desktop.in %build -#NOCONFIGURE=1 ./autogen.sh %configure \ --disable-static \ --enable-polkit \ @@ -131,7 +183,6 @@ %files %doc CHANGELOG.md Dependencies.md FAQ README.md blueman.rules %license COPYING -%config %{_sysconfdir}/dbus-1/system.d/org.%{name}.Mechanism.conf %{_sysconfdir}/xdg/autostart/%{name}.desktop %{_bindir}/%{name}-* %{_libexecdir}/%{name}-mechanism @@ -143,13 +194,15 @@ %{_datadir}/%{name} %{_datadir}/dbus-1/system-services/org.%{name}.Mechanism.service %{_datadir}/dbus-1/services/org.%{name}.Applet.service +%{_datadir}/dbus-1/services/org.%{name}.Manager.service +%{_datadir}/dbus-1/system.d/org.%{name}.Mechanism.conf %{_datadir}/glib-2.0/schemas/org.%{name}.gschema.xml %{_datadir}/icons/hicolor/*/*/blue*.* %{_mandir}/man*/%{name}-*%{ext_man} -%{_datadir}/pixmaps/%{name} %{_datadir}/polkit-1/actions/org.%{name}.policy %{_unitdir}/%{name}-mechanism.service %{_userunitdir}/%{name}-applet.service +%{_userunitdir}/%{name}-manager.service %{_prefix}/sbin/rcblueman-mechanism %{_prefix}/sbin/rcblueman-applet ++++++ blueman-2.1.4.tar.xz -> blueman-2.2.1.tar.xz ++++++ ++++ 401555 lines of diff (skipped)
