[pithos/f37] Bump version to 1.6.0
by Leigh Scott
Summary of changes:
ced2863... Bump version to 1.6.0 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 1 month
[pithos] Bump version to 1.6.0
by Leigh Scott
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
2 years, 1 month
[megasync/f35] Update to 4.7.1.0.
by Vasiliy Glazov
Summary of changes:
0219c2e... Update to 4.7.1.0. (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 1 month
[megasync/f36] Update to 4.7.1.0.
by Vasiliy Glazov
Summary of changes:
0219c2e... Update to 4.7.1.0. (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 1 month
[megasync/f37] Update to 4.7.1.0.
by Vasiliy Glazov
Summary of changes:
0219c2e... Update to 4.7.1.0. (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 1 month
[megasync] Update to 4.7.1.0.
by Vasiliy Glazov
commit 0219c2e4ebe77ea2fd5a18b9f7241dc58c676c26
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Oct 4 10:52:22 2022 +0300
Update to 4.7.1.0.
.gitignore | 2 ++
megasync.spec | 7 +++++--
sources | 4 ++--
3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d81923b..36e0354 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,5 @@
/v4.6.7.0_Linux.tar.gz
/v4.7.0.0_OSX.tar.gz
/v4.0.4.tar.gz
+/v4.7.1.0_OSX.tar.gz
+/v4.0.4a.tar.gz
diff --git a/megasync.spec b/megasync.spec
index b6c6f54..9905044 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -1,4 +1,4 @@
-%global sdk_version 4.0.4
+%global sdk_version 4.0.4a
%global source_suffix OSX
%bcond_without dolphin
@@ -14,7 +14,7 @@
%endif
Name: megasync
-Version: 4.7.0.0
+Version: 4.7.1.0
Release: 1%{?dist}
Summary: Easy automated syncing between your computers and your MEGA cloud drive
# MEGAsync is under a proprietary license, except the SDK which is BSD
@@ -261,6 +261,9 @@ popd
%endif
%changelog
+* Tue Oct 04 2022 Vasiliy Glazov <vascom2(a)gmail.com> - 4.7.1.0-1
+- Update to 4.7.1.0
+
* Mon Sep 26 2022 Vasiliy Glazov <vascom2(a)gmail.com> - 4.7.0.0-1
- Update to 4.7.0.0
diff --git a/sources b/sources
index 31db318..d6439cb 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (v4.7.0.0_OSX.tar.gz) = 217f02e238f2300d6da4edc98ded1b72665290ecdc41db737603b5a0597982d9c8fa05da92043e58c24e05c0f5b7813fbfed6dc151bf23b4d88649d2870c56d5
-SHA512 (v4.0.4.tar.gz) = 79d42f49d57b8c8c75cae46d47b9323f78d28abff8c0ff68d02828ab6c7aa0160c5337eae5598545f7186f16bb37f47bcc87354945e3cb1b4ed84a1869a93a5a
+SHA512 (v4.7.1.0_OSX.tar.gz) = d639c10edc7e056627e636b32d9ab6a8a7866815a44a818a609e066c86dad5a26d0d93fcc0a1e6b7582fb9bb81a42c810a410cec0c19a678221ac33abaa2de7a
+SHA512 (v4.0.4a.tar.gz) = 0222954e9dd39cd7cfcb74f9a060c89ceecd344b58c02c0b599092107f68cb5f0f37c6231d5ced6e3feb33637438b6c4153c0ccb304f55b44d5234356eb2ce48
2 years, 1 month
[obs-studio/f36] Update to 28.0.3
by Leigh Scott
Summary of changes:
26e3840... Update to 28.0.3 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 1 month
[obs-studio/f37] Update to 28.0.3
by Leigh Scott
Summary of changes:
26e3840... Update to 28.0.3 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 1 month