[vdr-burn] Rebuilt for new VDR API version
by Martin Gansser
commit cf690365dfdf23b81fd660ccfb1d3622d777656e
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Apr 30 14:27:59 2021 +0200
Rebuilt for new VDR API version
vdr-burn.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-burn.spec b/vdr-burn.spec
index ead92a0..ed61ed2 100644
--- a/vdr-burn.spec
+++ b/vdr-burn.spec
@@ -4,7 +4,7 @@
Name: vdr-%{pname}
Version: 0.3.0
-Release: 21%{?dist}
+Release: 22%{?dist}
Summary: DVD writing plugin for VDR
# genindex is GPLv2+, rest GPL+
@@ -102,6 +102,9 @@ install -Dpm 644 %{SOURCE1} \
%changelog
+* Fri Apr 30 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 0.3.0-22
+- Rebuilt for new VDR API version
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.3.0-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 6 months
[vdr-plex] Rebuilt for new VDR API version
by Martin Gansser
commit 6c24c0ea3c4f3c3812a9e5a57603347bc42f7ade
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Apr 30 14:22:28 2021 +0200
Rebuilt for new VDR API version
vdr-plex.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-plex.spec b/vdr-plex.spec
index c772b7e..fad0fb8 100644
--- a/vdr-plex.spec
+++ b/vdr-plex.spec
@@ -1,6 +1,6 @@
Name: vdr-plex
Version: 0.4.0
-Release: 21%{?dist}
+Release: 22%{?dist}
Summary: A Plex Client for the VDR
License: GPLv2
URL: http://projects.vdr-developer.org/projects/plg-plex
@@ -41,6 +41,9 @@ Cast Vimeo, Youtube, Apple-Trailers, and many other Plexchannels to your VDR.
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Mon Apr 26 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-22
+- Rebuilt for new VDR API version
+
* Sat Apr 24 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0.4.0-21
- Rebuilt for removed libstdc++ symbol (#1937698)
3 years, 6 months
[VirtualBox-kmod/f33] Update to 6.1.22
by Sérgio M. Basto
commit 07ca402dc9b1646bc18363d450fec416a4a76bae
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Apr 30 11:15:47 2021 +0100
Update to 6.1.22
VirtualBox-kmod.spec | 5 ++++-
update_vbox.sh | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 9fe3940..f9f93a2 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -31,7 +31,7 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.20
+Version: 6.1.22
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -125,6 +125,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Fri Apr 30 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.22-1
+- Update to 6.1.22
+
* Thu Apr 22 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.20-1
- Update to 6.1.20
diff --git a/update_vbox.sh b/update_vbox.sh
index 64ada1a..2f2d7b2 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,5 +1,5 @@
-VERSION=6.1.20
-REL=2
+VERSION=6.1.22
+REL=1
RAWHIDE=35
REPOS="f34 f33 f32 el8 el7"
3 years, 6 months
[VirtualBox] wsimport is not loading on Fedora rawhide so we can't build webservice until have a fix
by Sérgio M. Basto
commit dd88af545cd20a82fb9c6a5543814e5fd6e03798
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Apr 30 10:11:45 2021 +0100
wsimport is not loading on Fedora rawhide so we can't build webservice until have a fix
VirtualBox.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 678313d..f9647fc 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -16,7 +16,11 @@
#global prerel RC1
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
-%bcond_without webservice
+%if 0%{?fedora} > 34
+ %bcond_with webservice
+%else
+ %bcond_without webservice
+%endif
# Now we use upstream pdf
%bcond_with docs
%bcond_without vnc
@@ -904,6 +908,7 @@ getent passwd vboxadd >/dev/null || \
%changelog
* Thu Apr 29 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.22-1
- Update VirtualBox to 6.1.22
+- wsimport is not loading on Fedora rawhide so we can't build webservice until have a fix
* Fri Apr 23 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.20-3
- We can build webservice with JDK 1.8 as workaround
3 years, 6 months
[nvidia-xconfig] Update to 465.27 release
by Leigh Scott
commit b5de56257b7800aa11fd720c8c5d244b3a0fafc3
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Apr 30 07:58:58 2021 +0100
Update to 465.27 release
.gitignore | 1 +
nvidia-xconfig.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb14544..671781f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
nvidia-xconfig-*.tar.bz2
/nvidia-xconfig-440.59.tar.gz
/nvidia-xconfig-465.24.02.tar.gz
+/nvidia-xconfig-465.27.tar.gz
diff --git a/nvidia-xconfig.spec b/nvidia-xconfig.spec
index d436aa4..603d4c6 100644
--- a/nvidia-xconfig.spec
+++ b/nvidia-xconfig.spec
@@ -1,6 +1,6 @@
Name: nvidia-xconfig
Epoch: 3
-Version: 465.24.02
+Version: 465.27
Release: 1%{?dist}
Summary: NVIDIA X configuration file editor
@@ -51,6 +51,9 @@ mkdir -p %{buildroot}%{_sbindir}
%changelog
+* Fri Apr 30 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3:465.27-1
+- Update to 465.27 release
+
* Thu Apr 15 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3:465.24.02-1
- Update to 465.24.02 release
diff --git a/sources b/sources
index 331936a..0c3968c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-xconfig-465.24.02.tar.gz) = 549f6e961eb9406837b02f7a2d0ef8ae61b67117b3e72c0a0edd44cade00ff881a9e14c6101253097021f7950ed7a32fb7df94ef79887a07d5a13098969c1e13
+SHA512 (nvidia-xconfig-465.27.tar.gz) = ff668493049e1946fff2eb649edcfd382ed540da3229e240ebd0589a8db1fef00b0db4e56d4d74b54be0d085b79c92a9753d2685ca6b3f5211212515fba89848
3 years, 6 months