[VirtualBox/f30] (4 commits) ...Update VBox to 6.1.6
by Sérgio M. Basto
Summary of changes:
1f06b3c... Fix rfbz#5581 USB devices are not available (*)
d3d23a1... Delete unused VBoxOGLRun.sh, OGL was removed in version 6.1 (*)
b3fda30... rfbz #5598 2 patches: Fix VBox crash when started under Way (*)
133b869... Update VBox to 6.1.6 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 7 months
[VirtualBox/f32] Update VBox to 6.1.6
by Sérgio M. Basto
Summary of changes:
133b869... Update VBox to 6.1.6 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 7 months
[VirtualBox] Update VBox to 6.1.6
by Sérgio M. Basto
commit 133b8697cb050aadc7b83cac3cdcbb5750cff112
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Apr 15 13:53:53 2020 +0100
Update VBox to 6.1.6
.gitignore | 1 +
Clipboard.patch | 52 ----------
VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch | 23 -----
VirtualBox.spec | 15 +--
fixes_for_5.6.patch | 106 ---------------------
sources | 4 +-
update_vbox.sh | 2 +-
7 files changed, 9 insertions(+), 194 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eae5a7e..aa0c413 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-6.1.0.tar.bz2
/VirtualBox-6.1.2.tar.bz2
/VirtualBox-6.1.4.tar.bz2
+/VirtualBox-6.1.6.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index ba3d4f9..e0ed6fc 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -45,8 +45,8 @@
%endif
Name: VirtualBox
-Version: 6.1.4
-Release: 4%{?dist}
+Version: 6.1.6
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -90,9 +90,6 @@ Patch61: 0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch
Patch70: vbox-python-detection.diff
Patch80: VirtualBox-6.1.4-hacks.patch
-Patch81: fixes_for_5.6.patch
-Patch82: Clipboard.patch
-Patch83: VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch
Patch84: VirtualBox-6.1.4-wayland-crash.patch
Patch85: VirtualBox-6.1.4-Xwayland-shortcut-inhibit.patch
@@ -345,11 +342,6 @@ rm -r src/libs/zlib-1.2.*/
%patch61 -p1 -b .automount
%patch70 -p1 -b .python-detection
%patch80 -p1 -b .hack
-%if 0%{?fedora}
-%patch81 -p1 -b .kernel5.6
-%endif
-%patch82 -p1 -b .clipboard
-%patch83 -p1 -b .vmsvga-x11-crash
%patch84 -p1 -b .wayland
%patch85 -p1 -b .wayland2
@@ -888,6 +880,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Tue Apr 14 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.6-1
+- Update VBox to 6.1.6
+
* Sat Apr 04 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.4-4
- Fix rfbz#5581 USB devices are not available
- VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch, just for epel7
diff --git a/sources b/sources
index e4dfc27..0ddd2d5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.4.tar.bz2) = 021592629614b9f8a57474b9a0cd110af7b63a3bc98b00806f4ce57b64f020fda313fdaef5cec546ad302f98093427818e176decbc026dffaa47faae574bf167
-SHA512 (UserManual.pdf) = 947786051ac708d94618bb9b1f6e90995b5e76dd035d98dc6105a898c5cc6b97f22f91d821f979caf77bee69a11e6902622901453570c84c8ebf58f4bee709b9
+SHA512 (VirtualBox-6.1.6.tar.bz2) = 4a94417fe69c40755b55526cee67068ca8d32e71e5b6ebe0cccf46062dfb4ee76b33ac92f8b8f4748d438eda1714129360fdbaa39c16df3877b20109a7c6439a
+SHA512 (UserManual.pdf) = 97176ad8b365da7b060faf5cd9a05074cc60b7445f0f3223d6ede8720427093d14824081b0ef10eb4f98e7a5c13431f549f738ca6c6105bab0e6c82ddf7d1286
diff --git a/update_vbox.sh b/update_vbox.sh
index 901b56e..cb4b332 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.4
+VERSION=6.1.6
REL=1
RAWHIDE=33
REPOS="f32 f31 f30 el7"
4 years, 7 months
[dream] Dropped unneeded qt5-devel build requires Fixed build with hamlib-4 Rebuilt with hamlib-4
by Jaroslav Škarvada
commit 281c37ddf6d07fff208dbb1c2e9bdc33e10b2e43
Author: Jaroslav Škarvada <jskarvad(a)redhat.com>
Date: Tue Apr 14 20:48:11 2020 +0200
Dropped unneeded qt5-devel build requires
Fixed build with hamlib-4
Rebuilt with hamlib-4
dream-2.2-hamlib-4-fix.patch | 33 +++++++++++++++++++++++++++++++++
dream.spec | 14 ++++++++++----
2 files changed, 43 insertions(+), 4 deletions(-)
---
diff --git a/dream-2.2-hamlib-4-fix.patch b/dream-2.2-hamlib-4-fix.patch
new file mode 100644
index 0000000..cb2a769
--- /dev/null
+++ b/dream-2.2-hamlib-4-fix.patch
@@ -0,0 +1,33 @@
+diff --git a/src/GUI-QT/DialogUtil.h b/src/GUI-QT/DialogUtil.h
+--- a/src/GUI-QT/DialogUtil.h
++++ b/src/GUI-QT/DialogUtil.h
+@@ -48,7 +48,6 @@
+ #include <qwt_thermo.h> /* S-Meter */
+
+ class CRig;
+-typedef int rig_model_t;
+
+ /* Definitions ****************************************************************/
+
+diff --git a/src/util/Hamlib.cpp b/src/util/Hamlib.cpp
+index 0fd823e..d544e77 100644
+--- a/src/util/Hamlib.cpp
++++ b/src/util/Hamlib.cpp
+@@ -424,7 +424,7 @@ CHamlib::LoadSettings(CSettings & s)
+ SetHamlibModelID(model);
+ }
+
+- s.Put("Hamlib", "hamlib-model", model);
++ s.Put("Hamlib", "hamlib-model", (int) model);
+ s.Put("Hamlib", "hamlib-config", strHamlibConf);
+ s.Put("Hamlib", "settings", strSettings);
+ s.Put("Hamlib", "freqoffset", iFreqOffset);
+@@ -434,7 +434,7 @@ void
+ CHamlib::SaveSettings(CSettings & s)
+ {
+ /* Hamlib Model ID */
+- s.Put("Hamlib", "hamlib-model", iHamlibModelID);
++ s.Put("Hamlib", "hamlib-model", (int) iHamlibModelID);
+
+ /* Hamlib configuration string */
+ stringstream ss;
diff --git a/dream.spec b/dream.spec
index 84a17f1..bf9caaa 100644
--- a/dream.spec
+++ b/dream.spec
@@ -3,14 +3,15 @@
Name: dream
Version: 2.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A software radio for AM and Digital Radio Mondiale (DRM)
License: GPLv2+
URL: https://sourceforge.net/projects/drm/
Source0: https://sourceforge.net/projects/drm/files/dream/%{version}/dream_%{versi...
Source1: dream.desktop
-Patch0: dream-%{version}-use-system-libs.patch
-BuildRequires: gcc-c++, hamlib-devel, dos2unix, qt5-devel, pulseaudio-libs-devel
+Patch0: dream-2.2-use-system-libs.patch
+Patch1: dream-2.2-hamlib-4-fix.patch
+BuildRequires: gcc-c++, hamlib-devel, dos2unix, pulseaudio-libs-devel
BuildRequires: libpcap-devel, gpsd-devel, libsndfile-devel, speexdsp-devel, fftw-devel
BuildRequires: opus-devel, faad2-devel, qwt-qt5-devel, qt5-qtwebkit-devel
BuildRequires: desktop-file-utils, libpcap-devel
@@ -23,7 +24,7 @@ With Dream, DRM broadcasts can be received with a modified analog
receiver (SW, MW, LW) and a PC with a sound card.
%prep
-%autosetup -n dream-%{version}
+%autosetup -p1 -n dream-%{version}
# convert CRLF to LF
dos2unix dream.pro
@@ -53,6 +54,11 @@ desktop-file-install --add-category="Utility" \
%{_mandir}/man1/*
%changelog
+* Tue Apr 14 2020 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.2-3
+- Dropped unneeded qt5-devel build requires
+- Fixed build with hamlib-4
+- Rebuilt with hamlib-4
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 7 months
[xpra-codecs-freeworld] Release 3.0.9
by Antonio
commit 6b254fb56823d538360feaea8ddbcf7c74dbbc0c
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Apr 14 19:34:29 2020 +0200
Release 3.0.9
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d81e18..622d4a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@ xpra-0.16.3.tar.xz
/xpra-3.0.6.tar.xz
/xpra-3.0.7.tar.xz
/xpra-3.0.8.tar.xz
+/xpra-3.0.9.tar.xz
diff --git a/sources b/sources
index 0c2b569..59a2dc1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xpra-3.0.8.tar.xz) = a78cbcc69f09d6d0ad0cbae908baf5ea739a226fe40fa659d2306fdf6ea874e74762ee9a7c17d01844c780e5adcae0dab3006e0c793da72592ed0cd1c621e606
+SHA512 (xpra-3.0.9.tar.xz) = e94782ceb1ad28aec797f8573e12ddb1ef7652d50222365a85bbfdda0d348b7a71c38d72600d5c1702edb167efabf60f890d1aee21a8f95f29d49e21b1c7aa98
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 9196b04..1ec7fea 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -25,7 +25,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 3.0.8
+Version: 3.0.9
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -125,6 +125,9 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Tue Apr 14 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.9-1
+- Release 3.0.9
+
* Thu Apr 02 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.8-1
- Release 3.0.8
4 years, 7 months
[rpmfusion-free-obsolete-packages] Update changelog
by Nicolas Chauvet
commit 748b79a8e2017519d3321a4507e560c3b46cb36a
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Apr 14 18:08:36 2020 +0200
Update changelog
rpmfusion-free-obsolete-packages.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-free-obsolete-packages.spec b/rpmfusion-free-obsolete-packages.spec
index b31b39e..24da37a 100644
--- a/rpmfusion-free-obsolete-packages.spec
+++ b/rpmfusion-free-obsolete-packages.spec
@@ -1,6 +1,6 @@
Name: rpmfusion-free-obsolete-packages
Version: 32
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A package to obsolete retired packages from rpmfusion-free
License: MIT
@@ -99,6 +99,9 @@ cp -p %{SOURCE0} .
%doc README
%changelog
+* Tue Apr 14 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 32-2
+- Add missing wireguard-kmod-common
+
* Fri Mar 27 2020 Leigh Scott <leigh123linux(a)gmail.com> - 32-1
- Bump version to 32
- Add wireguard
4 years, 7 months