commit blueman for openSUSE:Factory
Hello community, here is the log from the commit of package blueman for openSUSE:Factory checked in at 2018-04-27 16:09:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blueman (Old) and /work/SRC/openSUSE:Factory/.blueman.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "blueman" Fri Apr 27 16:09:38 2018 rev:3 rq:601827 version:2.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/blueman/blueman.changes 2017-11-07 10:04:43.591655910 +0100 +++ /work/SRC/openSUSE:Factory/.blueman.new/blueman.changes 2018-04-27 16:09:41.837465651 +0200 @@ -1,0 +2,9 @@ +Thu Apr 26 16:20:23 UTC 2018 - badshah400@gmail.com + +- Switch adwaita-icon-theme for gnome-icon-theme in BuildRequires. +- Run sed to change env-based hashbangs to ones depending directly + on the system python3 binary. +- Only run post(un) scripts for openSUSE < 1500; rpm file triggers + takes care of these for newer versions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blueman.spec ++++++ --- /var/tmp/diff_new_pack.r00pui/_old 2018-04-27 16:09:42.421444233 +0200 +++ /var/tmp/diff_new_pack.r00pui/_new 2018-04-27 16:09:42.421444233 +0200 @@ -1,7 +1,7 @@ # # spec file for package blueman # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,15 +20,15 @@ Version: 2.0.5 Release: 0 Summary: GTK+ Bluetooth Manager -License: GPL-3.0 +License: GPL-3.0-only Group: System/GUI/GNOME Url: https://github.com/blueman-project/blueman 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 -BuildRequires: gnome-icon-theme # Needed for typelib() - Requires. BuildRequires: gobject-introspection BuildRequires: intltool @@ -112,6 +112,11 @@ %find_lang %{name} %suse_update_desktop_file -i %{name}-manager +# FIX HASHBANGS IN BINARIES +sed -E -i "s|/usr/bin/env python3|/usr/bin/python3|g" %{buildroot}%{_bindir}/blueman-* +sed -E -i "s|/usr/bin/env python3|/usr/bin/python3|g" %{buildroot}%{_libexecdir}/blueman-* + +%if 0%{?suse_version} < 1500 %post %icon_theme_cache_post %glib2_gsettings_schema_post @@ -119,6 +124,7 @@ %postun %icon_theme_cache_postun %glib2_gsettings_schema_postun +%endif %files %doc CHANGELOG.md COPYING Dependencies.md FAQ README.md
participants (1)
-
root@hilbert.suse.de