commit 929551cac4daacd502f3f706465bc0edde37caae
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sun May 10 21:04:51 2020 +0200
Release 4.0
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 11 +++++------
3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 622d4a0..ea51bd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,4 @@ xpra-0.16.3.tar.xz
/xpra-3.0.7.tar.xz
/xpra-3.0.8.tar.xz
/xpra-3.0.9.tar.xz
+/xpra-4.0.tar.xz
diff --git a/sources b/sources
index 59a2dc1..70213a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xpra-3.0.9.tar.xz) =
e94782ceb1ad28aec797f8573e12ddb1ef7652d50222365a85bbfdda0d348b7a71c38d72600d5c1702edb167efabf60f890d1aee21a8f95f29d49e21b1c7aa98
+SHA512 (xpra-4.0.tar.xz) =
1774e26c43531f3736f115711b5d46e79de0df7a7703bc5f59690963959f4e69f2b1aae4e66613c42da19a3a8794699903608cb7eba5992526291831e21663a7
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 1ec7fea..d4a1d44 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -25,7 +25,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 3.0.9
+Version: 4.0
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -33,11 +33,7 @@ URL:
http://www.xpra.org/
Source0:
http://xpra.org/src/xpra-%{version}.tar.xz
BuildRequires: python3-devel
-%if 0%{?fedora} > 30
BuildRequires: python3-gobject-devel
-%else
-BuildRequires: pygobject3-devel
-%endif
BuildRequires: python3-cairo-devel
BuildRequires: pygtk2-devel
BuildRequires: gtk3-devel
@@ -108,7 +104,7 @@ cp -pr \
popd
#fix shebangs from python3_sitearch
-find %{buildroot}%{python3_sitearch}/xpra -name '*.py' | xargs sed -i
'1s|^#!/usr/bin/env python|#!%{__python3}|'
+find %{buildroot}%{python3_sitearch}/xpra -name '*.py' | xargs pathfix.py -pn -i
"%{__python3}"
for i in `ack -rl '^#!/.*python' %{buildroot}%{python3_sitearch}/xpra`; do
chmod 0755 $i
done
@@ -125,6 +121,9 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Sun May 10 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 4.0-1
+- Release 4.0
+
* Tue Apr 14 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.9-1
- Release 3.0.9