[xorg-x11-drv-nvidia/f24] Update to 375.66 release
by Leigh Scott
commit 5eb970b59203dbf7a8ce8cead56ed993c2fa8dab
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun May 21 00:54:59 2017 +0100
Update to 375.66 release
sources | 6 +++---
xorg-x11-drv-nvidia.spec | 7 +++++--
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index e71d817..d20c4a9 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-4bfc45553ffa1a33f6abf3a297b3f26a NVIDIA-Linux-armv7l-gnueabihf-375.39.run
-9247d5eb9df58bb7755c9060ef5d103d NVIDIA-Linux-x86-375.39.run
-35b32baba21089dfe5d960ae89d98cde NVIDIA-Linux-x86_64-375.39.run
+d8f8bee37b237f76c533eb0c4dae9bbc NVIDIA-Linux-armv7l-gnueabihf-375.66.run
+47dddb796fe39497cf6ae374591f6eb9 NVIDIA-Linux-x86-375.66.run
+9cf2c0a342a088211f25c5d8137097e6 NVIDIA-Linux-x86_64-375.66.run
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 1b2dc44..999935b 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -8,8 +8,8 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
-Version: 375.39
-Release: 2%{?dist}
+Version: 375.66
+Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -573,6 +573,9 @@ fi ||:
%{_nvidia_libdir}/libGLX_nvidia.so
%changelog
+* Sat May 20 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1:375.66-1
+- Update to 375.66 release
+
* Sun Apr 09 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1:375.39-2
- F24 libglvnd now has sub-packages
7 years, 6 months
[ffmpeg/f24] Updated to 3.1.8
by Nicolas Chauvet
commit 7c26047f8755c6190a52597f6c38a3702eddb0fd
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed May 17 08:55:35 2017 +0100
Updated to 3.1.8
.gitignore | 1 +
ffmpeg.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69908a7..ab67a26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ ffmpeg-2.8.7.tar.xz
/ffmpeg-3.1.5.tar.xz
/ffmpeg-3.1.6.tar.xz
/ffmpeg-3.1.7.tar.xz
+/ffmpeg-3.1.8.tar.xz
diff --git a/ffmpeg.spec b/ffmpeg.spec
index ede5194..341c12f 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -19,7 +19,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 3.1.7
+Version: 3.1.8
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr} || 0%{?_with_gmp}
License: GPLv3+
@@ -329,6 +329,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%changelog
+* Wed May 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 3.1.8-1
+- Updated to 3.1.8
+
* Sun Feb 12 2017 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.1.7-1
- Updated to 3.1.7
diff --git a/sources b/sources
index 3989dc6..ddc09af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc16360b0df2c0f3992b7578e3000a97 ffmpeg-3.1.7.tar.xz
+7a7d8a9a3a05e51882178f45841da44b ffmpeg-3.1.8.tar.xz
7 years, 6 months
[nvidia-kmod] Drop 4.11 kernel patch, 4.11.1 kernel fixes the GPL symbols issue
by Leigh Scott
commit 422a76b80db86b38912085bcc42bca02381e038d
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri May 19 08:26:10 2017 +0100
Drop 4.11 kernel patch, 4.11.1 kernel fixes the GPL symbols issue
kernel_4.11.patch | 24 ------------------------
nvidia-kmod.spec | 7 ++++---
2 files changed, 4 insertions(+), 27 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index 116170e..c16ba01 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -10,7 +10,7 @@ Name: nvidia-kmod
Epoch: 2
Version: 375.66
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -19,7 +19,6 @@ URL: http://www.nvidia.com/
Source11: nvidia-kmodtool-excludekernel-filterfile
Patch0: nv-linux-arm.patch
Patch1: nv-linux-arm2.patch
-Patch2: kernel_4.11.patch
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i686 x86_64 armv7hl
@@ -45,7 +44,6 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
# patch loop
%patch0 -p1
%patch1 -p1
-%patch2 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -73,6 +71,9 @@ done
%changelog
+* Fri May 19 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2:375.66-3
+- Drop 4.11 kernel patch, 4.11.1 kernel fixes the GPL symbols issue
+
* Tue May 09 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2:375.66-2
- Add epoch to kmod-nvidia-newest obsolete version
7 years, 6 months
[cAudio-freeworld] Plugin moved to main Fedora cAudio package.
by Ben Rosser
commit d48e724c39667ec1c105327ba53d0e22434702ae
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Thu May 18 16:33:21 2017 -0400
Plugin moved to main Fedora cAudio package.
.gitignore | 1 -
45.patch | 39 -------------------
cAudio-freeworld.spec | 103 --------------------------------------------------
dead.package | 1 +
sources | 1 -
5 files changed, 1 insertion(+), 144 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..e79fc67
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Plugin moved to main Fedora cAudio package.
7 years, 6 months