commit ced28633941308e2b2b8b03f461e7b0f328d9891
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Oct 4 14:02:30 2022 +0100
Bump version to 1.6.0
.gitignore | 1 +
Fix_dbus_python.patch | 11 +++++++++++
pithos.spec | 13 +++++++------
sources | 2 +-
4 files changed, 20 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c26e03f..302e95b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ pithos-1.1.2.tar.gz
/pithos-1.4.0.tar.xz
/pithos-1.4.1.tar.xz
/pithos-1.5.1.tar.xz
+/pithos-1.6.0.tar.xz
diff --git a/Fix_dbus_python.patch b/Fix_dbus_python.patch
new file mode 100644
index 0000000..3a87579
--- /dev/null
+++ b/Fix_dbus_python.patch
@@ -0,0 +1,11 @@
+--- a/pithos/plugins/dbus_util/DBusServiceObject.py
++++ b/pithos/plugins/dbus_util/DBusServiceObject.py
+@@ -120,7 +120,7 @@ class DBusNodeInfo:
+ return node
+
+ def _create_arginfo_list(func, signature):
+- arg_names = inspect.getargspec(func).args
++ arg_names = inspect.getfullargspec(func).args
+ signature_list = GLib.Variant.split_signature('(%s)' %signature) if
signature else []
+ arg_names.pop(0) # eat "self" argument
+
diff --git a/pithos.spec b/pithos.spec
index ec3ecd8..2c533a4 100644
--- a/pithos.spec
+++ b/pithos.spec
@@ -3,13 +3,14 @@
%global appid io.github.Pithos
Name: pithos
-Version: 1.5.1
-Release: 4%{?dist}
+Version: 1.6.0
+Release: 1%{?dist}
Summary: A Pandora client for the GNOME Desktop
License: GPLv3
URL:
https://pithos.github.io/
Source0:
https://github.com/pithos/pithos/releases/download/%{version}/pithos-%{ve...
+Patch0: Fix_dbus_python.patch
BuildArch: noarch
@@ -50,10 +51,6 @@ as last.fm scrobbling, media keys, notifications, proxies, and mpris
support.
%prep
%autosetup -p1
-# brp-python-bytecompile always runs (probably because we install to datadir)
-# so lets just not do it twice...
-/usr/bin/sed -e 's/^compile_dir.*$//' -i meson_post_install.py
-
%build
%meson
%meson_build
@@ -82,6 +79,10 @@ desktop-file-validate
%{buildroot}/%{_datadir}/applications/%{appid}.desktop
%{_mandir}/man1/%{name}.1.*
%changelog
+* Tue Oct 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.6.0-1
+- Bump version to 1.6.0
+- Fix byte compile
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> -
1.5.1-4
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index ff3c787..77e5ca1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pithos-1.5.1.tar.xz) =
9791badb2fcb05aaa7a81f0e221a4800b5c9c8f7f37d1642db441a473d10d4b49a4aa44a0b8530c9e8508b393b8769aa335918d2d7de6c30b87c108d1cfde564
+SHA512 (pithos-1.6.0.tar.xz) =
53bd87f28647b3cdf5b9e4a3349bc650ed5c18a52a029e125c03ad481a1c33f98778401f5316f1c3e42bb0f5d7dbd30c268c9f14e6a04d6f0741ec2a86141166