[nvidia-modprobe] Update to 435.21 release
by Leigh Scott
commit 777ed11b7215c9810f8a35022aa3339a4dbaebf6
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Aug 30 08:10:54 2019 +0100
Update to 435.21 release
.gitignore | 1 +
nvidia-modprobe.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 410df9b..b516ae7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ nvidia-modprobe-*.tar.gz
/nvidia-modprobe-430.34.tar.bz2
/nvidia-modprobe-430.40.tar.bz2
/nvidia-modprobe-435.17.tar.bz2
+/nvidia-modprobe-435.21.tar.bz2
diff --git a/nvidia-modprobe.spec b/nvidia-modprobe.spec
index 832fddc..050faa8 100644
--- a/nvidia-modprobe.spec
+++ b/nvidia-modprobe.spec
@@ -1,6 +1,6 @@
Name: nvidia-modprobe
Epoch: 3
-Version: 435.17
+Version: 435.21
Release: 1%{?dist}
Summary: Load the NVIDIA kernel module and create NVIDIA character device files
@@ -42,6 +42,9 @@ chmod -x %{buildroot}%{_mandir}/man1/nvidia-modprobe.1.*
%changelog
+* Fri Aug 30 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:435.21-1
+- Update to 435.21 release
+
* Tue Aug 13 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:435.17-1
- Update to 435.17 beta
diff --git a/sources b/sources
index 76ee061..3841ff9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f1cab964f167acdd8fa10598339fc049 nvidia-modprobe-435.17.tar.bz2
+a3a0e42b2e5ad15b085c9860af5b7e8d nvidia-modprobe-435.21.tar.bz2
5 years, 2 months
[nvidia-kmod] Update to 435.21 release
by Leigh Scott
commit 92e534d9d4309d7757a66fe36d957649b08b2702
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Aug 30 08:06:10 2019 +0100
Update to 435.21 release
nvidia-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index a0a10a4..69f300c 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -10,7 +10,7 @@
Name: nvidia-kmod
Epoch: 3
-Version: 435.17
+Version: 435.21
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -68,6 +68,9 @@ done
%changelog
+* Fri Aug 30 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:435.21-1
+- Update to 435.21 release
+
* Tue Aug 13 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:435.17-1
- Update to 435.17 beta
5 years, 2 months
[chromium-vaapi/f30: 2/2] Merge branch 'master' into f30
by hellbanger
commit b65c857791c310226f9c2100bf7bdf79ddf60f26
Merge: ba193ad 7158681
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Fri Aug 30 12:25:20 2019 +0530
Merge branch 'master' into f30
chromium-gcc9-r666401.patch | 6 +++---
chromium-vaapi.spec | 5 ++++-
sources | 2 +-
3 files changed, 8 insertions(+), 5 deletions(-)
---
5 years, 2 months
[chromium-vaapi] Update to 76.0.3809.132
by hellbanger
commit 715868151a043fe4a3a1fe4d98766d74dde91e4e
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Fri Aug 30 12:24:14 2019 +0530
Update to 76.0.3809.132
chromium-gcc9-r666401.patch | 6 +++---
chromium-vaapi.spec | 5 ++++-
sources | 2 +-
3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/chromium-gcc9-r666401.patch b/chromium-gcc9-r666401.patch
index 45cdd01..9b884a0 100644
--- a/chromium-gcc9-r666401.patch
+++ b/chromium-gcc9-r666401.patch
@@ -25,7 +25,7 @@ diff --git a/services/network/cross_origin_read_blocking.cc b/services/network/c
index 30999c075d99..60a03f67ac9f 100644
--- a/services/network/cross_origin_read_blocking.cc
+++ b/services/network/cross_origin_read_blocking.cc
-@@ -211,7 +211,7 @@ bool ShouldEnforceInitiatorLock() {
+@@ -207,7 +207,7 @@ std::set<int>& GetPluginProxyingProcesses() {
// confirmation sniffing because images, scripts, etc. are frequently
// mislabelled by http servers as HTML/JSON/XML).
base::flat_set<std::string>& GetNeverSniffedMimeTypes() {
@@ -34,8 +34,8 @@ index 30999c075d99..60a03f67ac9f 100644
// The list below has been populated based on most commonly used content
// types according to HTTP Archive - see:
// https://github.com/whatwg/fetch/issues/860#issuecomment-457330454
-@@ -224,7 +224,7 @@ base::flat_set<std::string>& GetNeverSniffedMimeTypes() {
- "application/x-www-form-urlencoded",
+@@ -219,7 +219,7 @@ base::flat_set<std::string>& GetNeverSniffedMimeTypes() {
+ "application/x-protobuf",
"application/zip",
"text/event-stream",
- });
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index 4644694..3b15301 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -55,7 +55,7 @@
%global ozone 0
##############################Package Definitions######################################
Name: chromium-vaapi
-Version: 76.0.3809.100
+Version: 76.0.3809.132
Release: 2%{?dist}
Summary: A Chromium web browser with video decoding acceleration
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -697,6 +697,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Fri Aug 30 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> - 76.0.3809.132-1
+- Update to 76.0.3809.132
+
* Mon Aug 12 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> - 76.0.3809.100-2
- Fix a bug which causes chromium to reject certificates by throwing ERR_CERTIFICATE_TRANSPARENCY_REQUIRED
diff --git a/sources b/sources
index 367e6e0..f749b0f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d9d3eb0140a59b1772a1c831036c6246 chromium-76.0.3809.100.tar.xz
+389e62cd2f0d7a21159241e3a31df0c0 chromium-76.0.3809.132.tar.xz
5 years, 2 months
[cinelerra-gg] Remaining fixes for rawhide / F31 builds
by Frank R Dana
commit 195a17498a0ce1eed1c4c53894ea46e4259f76fd
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Fri Aug 30 00:04:18 2019 -0400
Remaining fixes for rawhide / F31 builds
cinelerra-gg-gettid-check.patch | 29 +++++++++++++++++++++++++++++
cinelerra-gg.spec | 16 ++++++++++++++--
2 files changed, 43 insertions(+), 2 deletions(-)
---
diff --git a/cinelerra-gg-gettid-check.patch b/cinelerra-gg-gettid-check.patch
new file mode 100644
index 0000000..d3b74bb
--- /dev/null
+++ b/cinelerra-gg-gettid-check.patch
@@ -0,0 +1,29 @@
+From 846c2679997e939ff84d709a8270a425375ccaf6 Mon Sep 17 00:00:00 2001
+From: "FeRD (Frank Dana)" <ferdnyc(a)gmail.com>
+Date: Thu, 29 Aug 2019 22:48:58 -0400
+Subject: [PATCH] Don't redefine gettid() on glibc 2.30+
+
+---
+ cinelerra-5.1/guicast/thread.h | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/cinelerra-5.1/guicast/thread.h b/cinelerra-5.1/guicast/thread.h
+index 216ecd2..b6a1be8 100644
+--- a/cinelerra-5.1/guicast/thread.h
++++ b/cinelerra-5.1/guicast/thread.h
+@@ -27,7 +27,11 @@
+ #include <unistd.h>
+ #include <sys/syscall.h>
+
+-static inline int gettid() { return syscall(SYS_gettid, 0, 0, 0); }
++// Newer glibc >= 2.30 provides gettid() in unistd
++#if !defined(__GLIBC_PREREQ) || !__GLIBC_PREREQ(2, 30)
++ static inline int gettid() { return syscall(SYS_gettid, 0, 0, 0); }
++#endif
++
+
+ // The thread does not autodelete by default.
+ // If autodelete is 1 the thread autodeletes.
+--
+2.21.0
+
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index 805095a..0081b2d 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -18,6 +18,10 @@ Source0: https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=snap
# CrystalHD is fouling the ffmpeg build
Patch0: cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch
+# glibc 2.30+ provides gettid(), protect against redefining in guicast
+# Submitted upstream: https://www.cinelerra-gg.org/bugtracker/view.php?id=290
+Patch1: cinelerra-gg-gettid-check.patch
+
# Only tested on x86_64
ExclusiveArch: x86_64
@@ -57,6 +61,7 @@ BuildRequires: pkgconfig(libdv)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libtiff-4)
BuildRequires: pkgconfig(liblzma)
+BuildRequires: pkgconfig(libusb)
BuildRequires: pkgconfig(libv4l2)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(lv2)
@@ -113,9 +118,13 @@ BuildArch: noarch
%setup -q -n cinelerra-%{shortcommit0}/cinelerra-%{version}
%patch0 -p2 -b.crystal
+%patch1 -p2 -b.gettid
./autogen.sh
+# Fedora 31+ won't have a "python" command
+sed -i 's/\<python\>/python3/' guicast/Makefile
+
%build
%configure \
@@ -183,9 +192,12 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
%changelog
-* Thu Aug 29 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 5.1-56.20190801gitb8cd5c4
+* Fri Aug 30 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 5.1-56.20190801gitb8cd5c4
- Update to 2019-08 snapshot version
-- Remove crystalhd from ffmpeg (build fails), turn off CUDA
+- Add libusb build req
+- Remove crystalhd from ffmpeg (build fails), turn off CUDA checks (no compiler)
+- Replace 'python' command with 'python3' in guicast Makefile
+- Add patch for glibc >= 2.30 gettid() (submitted upstream)
* Mon Aug 26 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 5.1-55.20181217gitd5a0afb
- Update to 5.1 snapshot with python3 build process
5 years, 2 months
[xorg-x11-drv-nvidia] Update to 435.21 release
by Leigh Scott
commit 6b3bb334e6b35f5f001953949e55bf951cdc6311
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Aug 29 21:31:30 2019 +0100
Update to 435.21 release
sources | 2 +-
xorg-x11-drv-nvidia.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 2663e54..25918d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9dffca7bd1b4eda264487d26c337367 NVIDIA-Linux-x86_64-435.17.run
+050acb0aecc93ba15d1fc609ee82bebe NVIDIA-Linux-x86_64-435.21.run
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 28f5591..51c539b 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -19,8 +19,8 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
-Version: 435.17
-Release: 4%{?dist}
+Version: 435.21
+Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -499,6 +499,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Thu Aug 29 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:435.21-1
+- Update to 435.21 release
+
* Sat Aug 24 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:435.17-4
- Add Vulkan layer for Optimus
- Add Suggests acpica-tools and vulkan-tools (nvidia-bug-report.sh)
5 years, 2 months