[VirtualBox/f31] (15 commits) ...Install the new VBoxDRMClient binary for guest-additions
by Sérgio M. Basto
Summary of changes:
0ff508c... Improve update_vbox.sh (*)
9a67a4b... Fix description for guest-additions on el7 (*)
d390ad7... Fix for guest additions on EL7, now we use vboxservice.serv (*)
7a3307d... Add wildcard in gitignore (*)
fd42811... Add VirtualBox-6.1.0-VBoxRem.patch rfbz #5652 Remove pre-co (*)
382840b... Rebuild for python-3.9 (*)
46960e3... Add python-3.9 support (*)
534430e... Fix build on EL8 (*)
2f1555a... Update VBox to 6.1.10 (*)
da592e9... Minor fixes (*)
58f90db... Only in epel7 run the scriptlets of Icon Cache, mimeinfo an (*)
1ab2955... Update helper script (*)
5b42b94... Rfbz #3966, not using anymore systemd-modules-load.service (*)
d773823... Drop wayland-crash patch and fix wrong path to (*)
d6a670b... Install the new VBoxDRMClient binary for guest-additions (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 5 months
[lpf-flash-plugin] Update to 32.0.0.387
by Sérgio M. Basto
commit 15dd8707521a2fa54fe1b568775fa182c2265772
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jun 11 23:14:12 2020 +0100
Update to 32.0.0.387
flash-plugin.spec.in | 5 ++++-
lpf-flash-plugin.spec | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/flash-plugin.spec.in b/flash-plugin.spec.in
index 0ef334e..9cf5a7c 100644
--- a/flash-plugin.spec.in
+++ b/flash-plugin.spec.in
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 32.0.0.371
+Version: 32.0.0.387
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -63,6 +63,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/flash-player-properti
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Thu Jun 11 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.387-1
+- Update to 32.0.0.387
+
* Sat May 16 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.371-1
- Update to 32.0.0.371
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index 1bbdc7a..21e85e8 100644
--- a/lpf-flash-plugin.spec
+++ b/lpf-flash-plugin.spec
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 32.0.0.371
+Version: 32.0.0.387
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@ fi
%changelog
+* Thu Jun 11 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.387-1
+- Update to 32.0.0.387
+
* Sat May 16 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.371-1
- Update to 32.0.0.371
4 years, 5 months
[python-vlc] Update to 3.0.9113
by Leigh Scott
commit 01d7b6345ab4956885f2c08f82051b784f8f0093
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jun 11 20:42:16 2020 +0100
Update to 3.0.9113
.gitignore | 1 +
python-vlc.spec | 67 ++++++++++++++++++++++++++-------------------------------
sources | 2 +-
3 files changed, 33 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fcebc93..ad20fb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ python-vlc-1.1.0-20141115git.tar.bz2
/python-vlc-1.1.2-20161001git5d389c7.tar.bz2
/python-vlc-3.0.6109-20190508git949d19e.tar.bz2
/python-vlc-3.0.8112-20200311git8e6c723.tar.bz2
+/python-vlc-3.0.9113.tar.gz
diff --git a/python-vlc.spec b/python-vlc.spec
index 7013420..9461c01 100644
--- a/python-vlc.spec
+++ b/python-vlc.spec
@@ -1,21 +1,20 @@
-# [Fedora] Turn off the brp-python-bytecompile script
-%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
-
-%global gitdate 20200311git8e6c723
+%global pypi_name python-vlc
%global srcname vlc
%global sum VLC Media Player binding for Python
%global desc This package provides a python interface to control VLC Media Player.
Name: python-%{srcname}
-Version: 3.0.8112
-Release: 0.2.%{gitdate}%{?dist}
+Version: 3.0.9113
+Release: 1%{?dist}
Summary: %{sum}
-License: GPLv2+
-URL: http://www.videolan.org/
-Source0: %{name}-%{version}-%{gitdate}.tar.bz2
-Source9: %{name}-snapshot.sh
+
+License: LGPLv2+
+URL: http://wiki.videolan.org/PythonBinding
+Source0: https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{ver...
BuildArch: noarch
+
BuildRequires: python3-devel
+BuildRequires: python3dist(setuptools)
%description
%{desc}
@@ -29,45 +28,41 @@ Requires: vlc-core >= 1.1.0
%{desc}
%prep
-%setup -q
-#fix shebang
-sed -i "s|#! /usr/bin/python||" examples/*.py
-sed -i "s|! /usr/bin/python|! %{__python3}|" generated/3.0/vlc.py
+%autosetup -n %{pypi_name}-%{version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+# fix shebang
+sed -i "s|! /usr/bin/env python3|! %{__python3}|" examples/glsurface.py
+sed -i "s|! /usr/bin/python|! %{__python3}|" vlc.py
+#fix rpmlint
+chmod -x examples/cocoavlc.py examples/glsurface.py
+# Move README.md
+mv examples/video_sync/README.md .
+# Delete backup file
+rm examples/glsurface.py~
%build
-pushd generated/3.0
%py3_build
-popd
%install
-pushd generated/3.0
%py3_install
-popd
-
-mkdir -p %{buildroot}%{_datadir}/%{name}/examples/video_sync
-install -pm 755 examples/*.* \
- %{buildroot}%{_datadir}/%{name}/examples/
-install -pm 755 examples/video_sync/*.* \
- %{buildroot}%{_datadir}/%{name}/examples/video_sync/
#fix rpmlint
-chmod +x %{buildroot}%{python3_sitelib}/*py
-chmod -x %{buildroot}%{_datadir}/%{name}/examples/*py
-chmod -x %{buildroot}%{_datadir}/%{name}/examples/video_sync/{*.py,README.md}
-
-%check
-pushd generated/3.0
-%{__python3} setup.py test
-popd
+chmod +x %{buildroot}%{python3_sitelib}/vlc.py
%files -n python3-%{srcname}
+%doc README.module README.md examples/
%license COPYING
-%doc README.rst TODO
-%{python3_sitelib}/*
-%{_datadir}/%{name}/
-
+%{python3_sitelib}/__pycache__/*
+%{python3_sitelib}/vlc.py
+%{python3_sitelib}/python_vlc-%{version}-py%{python3_version}.egg-info
%changelog
+* Thu Jun 11 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3.0.9113-1
+- Update to 3.0.9113
+- Fix License
+- Move examples to doc
+
* Sat May 30 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3.0.8112-0.2.20200311git8e6c723
- Rebuild for python-3.9
diff --git a/sources b/sources
index 2ed64c1..82d9578 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-vlc-3.0.8112-20200311git8e6c723.tar.bz2) = 64f074a015089d253b0453710fd23c83d4b3c8a0a73fc7f6f20f930f1fc6d76cbbc8c2f47d513a3c6effa0127255e8e070d765abd30d9348c8a4a9a029bddeba
+SHA512 (python-vlc-3.0.9113.tar.gz) = 0fef0190238695d7fb9217857c4e70b2c61be91409506e9fa175ca76af1b52d8e620126c6e8f67c8672e1bab00a9d9dd673701ff31059db7ff742881ec2f278c
4 years, 5 months
[qt5-qtwebengine-freeworld] 5.15.0 f33's icu-67.x currently not compatible, use bundled icu
by Rex Dieter
commit 8c9bbe84217a5fc66447dd3f16f15d886a1f7930
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Thu Jun 11 15:37:48 2020 -0500
5.15.0
f33's icu-67.x currently not compatible, use bundled icu
.gitignore | 1 +
qt5-qtwebengine-freeworld.spec | 24 ++++++-------
...ne-everywhere-5.13.2-fix-chromium-headers.patch | 39 ----------------------
qtwebengine-everywhere-5.14.1-gcc10.patch | 35 -------------------
sources | 2 +-
5 files changed, 13 insertions(+), 88 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d18e2fe..91c8615 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/qtwebengine-everywhere-src-5.13.2.tar.xz
/qtwebengine-everywhere-src-5.14.1.tar.xz
/qtwebengine-everywhere-src-5.14.2.tar.xz
+/qtwebengine-everywhere-src-5.15.0.tar.xz
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 986171f..626b0a9 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -19,7 +19,7 @@
%global use_system_ffmpeg 1
%endif
-%if 0%{?fedora} > 31
+%if 0%{?fedora} > 31 && 0%{?fedora} < 33
# need libicu >= 64, only currently available on f32+
%global use_system_libicu 1
%endif
@@ -46,8 +46,8 @@
Summary: Qt5 - QtWebEngine components (freeworld version)
Name: qt5-qtwebengine-freeworld
-Version: 5.14.2
-Release: 2%{?dist}
+Version: 5.15.0
+Release: 1%{?dist}
%global major_minor %(echo %{version} | cut -d. -f-2)
%global major %(echo %{version} | cut -d. -f1)
@@ -87,10 +87,6 @@ Patch21: qtwebengine-everywhere-src-5.12.0-gn-bootstrap-verbose.patch
Patch24: qtwebengine-everywhere-src-5.11.3-aarch64-new-stat.patch
# Use Python2
Patch26: qtwebengine-everywhere-5.13.2-use-python2.patch
-# Fix missing include in chromium
-Patch27: qtwebengine-everywhere-5.13.2-fix-chromium-headers.patch
-# Fix gcc10 FTBFS
-Patch29: qtwebengine-everywhere-5.14.1-gcc10.patch
## Upstream patches:
# qtwebengine-chromium
@@ -346,7 +342,7 @@ popd
%patch3 -p1 -b .no-neon
%endif
%patch4 -p1 -b .SIOCGSTAMP
-%patch5 -p1 -b .QT_DEPRECATED_VERSION
+#patch5 -p1 -b .QT_DEPRECATED_VERSION
## upstream patches
@@ -355,8 +351,6 @@ popd
#patch21 -p1 -b .gn-bootstrap-verbose
%patch24 -p1 -b .aarch64-new-stat
%patch26 -p1 -b .use-python2
-%patch27 -p1 -b .fix-chromium
-%patch29 -p1 -b .gcc10
# the xkbcommon config/feature was renamed in 5.12, so need to adjust QT_CONFIG references
# when building on older Qt releases
@@ -372,9 +366,9 @@ sed -i -e 's!audio_processing//!audio_processing/!g' \
src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/utility/ooura_fft.cc \
src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/utility/ooura_fft_sse2.cc
# remove ./ from #line commands in ANGLE to avoid debugedit failure (?)
-sed -i -e 's!\./!!g' \
- src/3rdparty/chromium/third_party/angle/src/compiler/preprocessor/Tokenizer.cpp \
- src/3rdparty/chromium/third_party/angle/src/compiler/translator/glslang_lex.cpp
+#sed -i -e 's!\./!!g' \
+# src/3rdparty/chromium/third_party/angle/src/compiler/preprocessor/Tokenizer.cpp \
+# src/3rdparty/chromium/third_party/angle/src/compiler/translator/glslang_lex.cpp
# delete all "toolprefix = " lines from build/toolchain/linux/BUILD.gn, as we
# never cross-compile in native Fedora RPMs, fixes ARM and aarch64 FTBFS
sed -i -e '/toolprefix = /d' -e 's/\${toolprefix}//g' \
@@ -451,6 +445,10 @@ echo "%{_libdir}/%{name}" \
%changelog
+* Thu Jun 11 2020 Rex Dieter <rdieter(a)fedoraproject.org> - 5.15.0-1
+- 5.15.0
+- f33's icu-67.x currently not compatible, use bundled icu
+
* Fri Apr 24 2020 Rex Dieter <rdieter(a)fedoraproject.org> - 5.14.2-2
- rebuild (qt5)
diff --git a/sources b/sources
index 74469b7..b37cad8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (pulseaudio-12.2-headers.tar.gz) = a5a9bcbb16030b3bc83cc0cc8f5e7f90e0723d3e83258a5c77eacb32eaa267118a73fa7814fbcc99a24e4907916a2b371ebb6dedc4f45541c3acf6c834fd35be
-SHA512 (qtwebengine-everywhere-src-5.14.2.tar.xz) = bcfd9ece04bdbfded5272ce1b3ab482e88349b1f5c5a071f58f6e66fcb9604d1fc38fe909ae3d9631bdf0bf7c081d7590620c3388f1a577b5236f68b084699bf
+SHA512 (qtwebengine-everywhere-src-5.15.0.tar.xz) = 11983470f0da9abfffba072406b2c67b475d8cf65412fdcfd925758e2a9449f509780e5b1001fb6868445c2c9540e5aa0e754954b70f1795b47335bad7c749b2
4 years, 5 months
[ldoce5viewer] Fix for inkscape 1.0.2 (rfbz#5673)
by Damian Wrobel
commit bb1b94c7faaf6f8f2ca624d0b2ee09d94d8da3af
Author: Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl>
Date: Thu Jun 11 20:38:08 2020 +0200
Fix for inkscape 1.0.2 (rfbz#5673)
...ewer-0001-Adopt-to-new-inkscape-arguments.patch | 22 ++++++++++++++++++++++
ldoce5viewer.spec | 8 +++++++-
2 files changed, 29 insertions(+), 1 deletion(-)
---
diff --git a/ldoce5viewer-0001-Adopt-to-new-inkscape-arguments.patch b/ldoce5viewer-0001-Adopt-to-new-inkscape-arguments.patch
new file mode 100644
index 0000000..ccc8993
--- /dev/null
+++ b/ldoce5viewer-0001-Adopt-to-new-inkscape-arguments.patch
@@ -0,0 +1,22 @@
+From 6bb1cc5a3df2f72b590e9230346bc0fb7862c792 Mon Sep 17 00:00:00 2001
+From: Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl>
+Date: Thu, 11 Jun 2020 20:31:50 +0200
+Subject: [PATCH] Adopt to new inkscape arguments
+
+---
+ ldoce5viewer/qtgui/resources/icons/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ldoce5viewer/qtgui/resources/icons/Makefile b/ldoce5viewer/qtgui/resources/icons/Makefile
+index ba46712..4511051 100644
+--- a/ldoce5viewer/qtgui/resources/icons/Makefile
++++ b/ldoce5viewer/qtgui/resources/icons/Makefile
+@@ -8,7 +8,7 @@ PNG_16 := $(patsubst %-src.png, %-16.png, $(PNG_SRC))
+ all: $(PNG_24) $(PNG_22) $(PNG_16)
+
+ %-48-src.png: %.svg icongen.py
+- inkscape --help | grep -- --export-file= >/dev/null \
++ inkscape --help | grep -- --export-file >/dev/null \
+ && inkscape -w 96 -h 96 -o $@ $< \
+ || inkscape -w 96 -h 96 -e $@ $<
+
diff --git a/ldoce5viewer.spec b/ldoce5viewer.spec
index 1d3537d..ba468dc 100644
--- a/ldoce5viewer.spec
+++ b/ldoce5viewer.spec
@@ -4,7 +4,7 @@
Name: ldoce5viewer
Version: 0
-Release: 14.%{date}git%{shortcommit0}%{?dist}
+Release: 15.%{date}git%{shortcommit0}%{?dist}
Summary: Viewer Application for the Longman Dictionary (LDOCE 5)
License: GPLv3+ and Public Domain
URL: https://forward-backward.co.jp/ldoce5viewer/
@@ -20,6 +20,9 @@ Patch2: https://github.com/dwrobel/ldoce5viewer/commit/85690cc4bec3f0c93
# Adopt to use new inkscape (>=1.0) (use -o instead of -o option)
# Not sent upstream as it's read-only now.
Patch3: https://github.com/dwrobel/ldoce5viewer/commit/e17a19a86c5f7a02c6005fe0eb...
+# Inkscape 1.0.2 changed argument from --export-file= to --export-filename=
+# Not sent upstream as it's read-only now.
+Patch4: https://github.com/dwrobel/ldoce5viewer/commit/6bb1cc5a3df2f72b590e923034...
BuildArch: noarch
@@ -141,6 +144,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata
%changelog
+* Thu Jun 11 2020 Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl> - 0-15.20180309git377ff48
+- Fix for inkscape 1.0.2 (rfbz#5673)
+
* Sat May 30 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0-14.20180309git377ff48
- Rebuild for python-3.9
4 years, 5 months
[mpd/el8] Update to 0.21.24
by Leigh Scott
Summary of changes:
a949f7a... Update to 0.21.24 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 5 months