[plus4emu] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
by Leigh Scott
commit 2e07b85f672fc04d34a2bd56ab4d0c1185194997
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Feb 5 18:13:47 2020 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
plus4emu.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/plus4emu.spec b/plus4emu.spec
index 263c54f..c5b812c 100644
--- a/plus4emu.spec
+++ b/plus4emu.spec
@@ -1,6 +1,6 @@
Name: plus4emu
Version: 1.2.10.1
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: Portable emulator of the Commodore 264 family of computers
License: GPLv2+
URL: https://github.com/istvan-v/plus4emu
@@ -91,6 +91,9 @@ install -pm0644 roms/* %{buildroot}%{_datadir}/%{name}/roms
%changelog
+* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.2.10.1-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
* Sat Aug 10 2019 Andrea Musuruane <musuruan(a)gmail.com> - 1.2.10.1-9
- Fixed building with python3 scons (BZ #5344)
- Used %%set_build_flags macro
4 years, 9 months
[pipelight] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
by Leigh Scott
commit 8531b89a0c538a9e81bb15b54219a12f884d8660
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Feb 5 18:13:35 2020 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
pipelight.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/pipelight.spec b/pipelight.spec
index 2d69879..05ac1c9 100644
--- a/pipelight.spec
+++ b/pipelight.spec
@@ -25,7 +25,7 @@
Name: pipelight
Version: 0.2.8.2
-Release: 15%{?gitrel}%{?dist}
+Release: 16%{?gitrel}%{?dist}
Summary: NPAPI Wrapper Plugin for using Windows plugins in Linux browsers
License: GPLv2+ or LGPLv2+ or MPLv1.1
@@ -257,6 +257,9 @@ fi
%changelog
+* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.2.8.2-16.git20161101.9899d9c32689
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
* Sun Aug 11 2019 Sérgio Basto <sergio(a)serjux.com> - 0.2.8.2-15.git20161101.9899d9c32689
- Update to git20161101.9899d9c32689
4 years, 9 months
[pgplot] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
by Leigh Scott
commit 178a4e4b5ea1942ad0b9e5508ca878b68a35df6a
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Feb 5 18:13:25 2020 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
pgplot.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/pgplot.spec b/pgplot.spec
index ee2283b..edea446 100644
--- a/pgplot.spec
+++ b/pgplot.spec
@@ -3,7 +3,7 @@
Name: pgplot
%define lvmajor 5
Version: 5.2.2
-Release: 47%{?dist}
+Release: 48%{?dist}
Summary: Graphic library for making simple scientific graphs
License: freely available for non-commercial use
@@ -211,6 +211,9 @@ done
%{_bindir}/*
%changelog
+* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 5.2.2-48
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
* Sun Jan 12 2020 Leigh Scott <leigh123linux(a)gmail.com> - 5.2.2-47
- Spec file clean up
4 years, 9 months
[nvidia-settings-390xx] patch for gcc-10
by Leigh Scott
commit 00133fd99697ed571d97e93f333467e4b6b585e8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Feb 5 18:02:36 2020 +0000
patch for gcc-10
gcc-10.patch | 54 ++++++++++++++++++++++++++++++++++++++++++++++
nvidia-settings-390xx.spec | 4 +++-
2 files changed, 57 insertions(+), 1 deletion(-)
---
diff --git a/gcc-10.patch b/gcc-10.patch
new file mode 100644
index 0000000..26c5548
--- /dev/null
+++ b/gcc-10.patch
@@ -0,0 +1,54 @@
+From 292dcc6c02e615e73791f67cdf76b5d191657822 Mon Sep 17 00:00:00 2001
+From: Jeroen Roovers <jer(a)gentoo.org>
+Date: Mon, 27 Jan 2020 20:49:20 +0100
+Subject: [PATCH] ctkvdpau: Fix CFLAGS=-fno-common
+
+GCC 10 will enable -fno-common by default[0], which causes the linker to
+fail like this [1], even for older GCC versions for which it is
+explicitly enabled:
+
+```
+/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
+./gtk3/ctkvdpau.o:/home/jer/portage/x11-drivers/nvidia-drivers-440.44-r1/work/nvidia-settings-440.44/src/gtk+-2.x/ctkvdpau.h:70:
+multiple definition of `VDPAUDeviceFunctions';
+./gtk3/ctkwindow.o:/home/jer/portage/x11-drivers/nvidia-drivers-440.44-r1/work/nvidia-settings-440.44/src/gtk+-2.x/ctkvdpau.h:70:
+first defined here
+
+```
+
+Fix this by declaring VDPAUDeviceFunctions as extern and by defining it
+explicitly.
+
+[0] https://gcc.gnu.org/gcc-10/porting_to.html#common
+[1] https://bugs.gentoo.org/706742
+---
+ src/gtk+-2.x/ctkvdpau.c | 2 ++
+ src/gtk+-2.x/ctkvdpau.h | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/gtk+-2.x/ctkvdpau.c b/src/gtk+-2.x/ctkvdpau.c
+index 2f120f0..315243f 100644
+--- a/src/gtk+-2.x/ctkvdpau.c
++++ b/src/gtk+-2.x/ctkvdpau.c
+@@ -103,6 +103,8 @@ const gchar* __video_mixer_parameter_help =
+ const gchar* __video_mixer_attribute_help =
+ "This shows the video mixer attributes and any applicable ranges.";
+
++struct VDPAUDeviceImpl VDPAUDeviceFunctions;
++
+ static int queryOutputSurface(CtkVDPAU *ctk_vdpau, VdpDevice device,
+ VdpGetProcAddress *getProcAddress);
+
+diff --git a/src/gtk+-2.x/ctkvdpau.h b/src/gtk+-2.x/ctkvdpau.h
+index ec58d36..ffff839 100644
+--- a/src/gtk+-2.x/ctkvdpau.h
++++ b/src/gtk+-2.x/ctkvdpau.h
+@@ -46,7 +46,7 @@ G_BEGIN_DECLS
+ (G_TYPE_INSTANCE_GET_CLASS ((obj), CTK_TYPE_VDPAU, CtkVDPAUClass))
+
+
+-struct VDPAUDeviceImpl {
++extern struct VDPAUDeviceImpl {
+
+ VdpGetErrorString *GetErrorString;
+ VdpGetProcAddress *GetProcAddress;
diff --git a/nvidia-settings-390xx.spec b/nvidia-settings-390xx.spec
index 8dd0d9d..9689b3f 100644
--- a/nvidia-settings-390xx.spec
+++ b/nvidia-settings-390xx.spec
@@ -8,6 +8,8 @@ URL: https://download.nvidia.com/XFree86/nvidia-settings/
Source0: %{url}/nvidia-settings-%{version}.tar.bz2
Source1: nvidia-settings-user.desktop
Source2: nvidia-settings.appdata.xml
+# https://github.com/NVIDIA/nvidia-settings/pull/47
+Patch0: gcc-10.patch
ExclusiveArch: i686 x86_64 armv7hl
@@ -43,7 +45,7 @@ nvidia-settings is compatible with driver %{version}.
%prep
-%autosetup -n nvidia-settings-%{version}
+%autosetup -p1 -n nvidia-settings-%{version}
# We are building from source
rm -rf src/libXNVCtrl/libXNVCtrl.a
4 years, 9 months
[nvidia-settings-390xx] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
by Leigh Scott
commit c330d48fa9b36d7bbda673e2e026ea7be7ecdcfb
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Feb 5 17:30:22 2020 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
nvidia-settings-390xx.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-settings-390xx.spec b/nvidia-settings-390xx.spec
index 5f46a9c..8dd0d9d 100644
--- a/nvidia-settings-390xx.spec
+++ b/nvidia-settings-390xx.spec
@@ -1,6 +1,6 @@
Name: nvidia-settings-390xx
Version: 390.132
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Configure the NVIDIA 390xx series graphics driver
License: GPLv2+
@@ -125,6 +125,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%changelog
+* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 390.132-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
* Sat Nov 09 2019 Leigh Scott <leigh123linux(a)gmail.com> - 390.132-1
- Update to 390.132
4 years, 9 months
[nvidia-390xx-kmod] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
by Leigh Scott
commit 6e0734bb835c567eb3836719131136722e610f23
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Feb 5 17:29:57 2020 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
nvidia-390xx-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-390xx-kmod.spec b/nvidia-390xx-kmod.spec
index 7306c68..57f3a11 100644
--- a/nvidia-390xx-kmod.spec
+++ b/nvidia-390xx-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-390xx-kmod
Epoch: 3
Version: 390.132
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA 390xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -73,6 +73,9 @@ done
%changelog
+* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3:390.132-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
* Fri Nov 08 2019 Leigh Scott <leigh123linux(a)gmail.com> - 3:390.132-1
- Update to 390.132 release
4 years, 9 months