[libva-intel-driver/f24] Update to 1.7.1
by nchauvet
commit 57705f7353d68ff870e0a30e0a444c36ad9a6725
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jul 1 19:46:15 2016 +0200
Update to 1.7.1
libva-intel-driver.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libva-intel-driver.spec b/libva-intel-driver.spec
index 289abf8..45d64c2 100644
--- a/libva-intel-driver.spec
+++ b/libva-intel-driver.spec
@@ -1,7 +1,7 @@
#global _with_gen4asm 1
Name: libva-intel-driver
-Version: 1.7.0
+Version: 1.7.1
Release: 1%{?dist}
Summary: HW video decode support for Intel integrated graphics
Group: System Environment/Libraries
@@ -67,6 +67,9 @@ gendiff . .prebuilt
%changelog
+* Fri Jul 01 2016 Nicolas Chauvet <nicolas.chauvet(a)kwizart.fr> - 1.7.1-1
+- Update to 1.7.1
+
* Sun May 15 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1.7.0-1
- Update to 1.7.0
diff --git a/sources b/sources
index 079e1e5..347035a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00619c393e0c9c74b205d9adf69b68db libva-intel-driver-1.7.0.tar.bz2
+91368b4647a628e8b1fe24438dd51598 libva-intel-driver-1.7.1.tar.bz2
8 years, 4 months
[nvidia-kmod] Avoid armhfp for now
by Leigh Scott
commit c5d2cc09bd81c64d8e8f7033a0daa8390e4b859c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 1 18:45:52 2016 +0100
Avoid armhfp for now
nvidia-kmod.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index a566629..6830ead 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -3,13 +3,14 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-#global buildforkernels newest
+%global buildforkernels akmod
+%global debug_package %{nil}
Name: nvidia-kmod
Epoch: 1
Version: 367.27
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -22,7 +23,7 @@ Patch1: nv-linux-arm2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i686 x86_64 armv7hl
+ExclusiveArch: i686 x86_64
# get the needed BuildRequires (in parts depending on what we build for)
%global AkmodsBuildRequires %{_bindir}/kmodtool, xorg-x11-drv-nvidia-kmodsrc >= %{epoch}:%{version}
@@ -77,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Jul 01 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1:367.27-2
+- Avoid armhfp for now
+
* Fri Jul 01 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1:367.27-1
- Update to 367.27
8 years, 4 months
[nvidia-kmod/f24: 3/3] Merge branch 'master' into f24
by nchauvet
commit f368277f13333ad004904fa2cc3fd314535fc7a7
Merge: 2968532 17fdda7
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jul 1 18:54:55 2016 +0200
Merge branch 'master' into f24
nvidia-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
8 years, 4 months
[nvidia-kmod/f24: 2/3] Revert "Attempt to fix build on armhfp - disabled for now"
by nchauvet
commit 2968532cb1dcd1e66a961139aec252304bb7d825
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jul 1 18:54:48 2016 +0200
Revert "Attempt to fix build on armhfp - disabled for now"
This reverts commit 400130f29c847eb99f4cdeaf86b0428400b4ad9d.
nv-linux-arm3.patch | 11 -----------
nvidia-kmod.spec | 12 +++---------
2 files changed, 3 insertions(+), 20 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index 1ecedc3..5cd5830 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -9,7 +9,7 @@ Name: nvidia-kmod
Epoch: 1
Version: 358.16
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -18,13 +18,11 @@ URL: http://www.nvidia.com/
Source11: nvidia-kmodtool-excludekernel-filterfile
Patch0: nv-linux-arm.patch
Patch1: nv-linux-arm2.patch
-Patch2: nv-linux-arm3.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-#ExclusiveArch: i686 x86_64 armv7hl
-# common/inc/nv-linux.h:459:43: error: implicit declaration of function 'outer_sync'
-ExclusiveArch: i686 x86_64
+# needed for plague to make sure it builds for i586 and i686
+ExclusiveArch: i686 x86_64 armv7hl
# get the needed BuildRequires (in parts depending on what we build for)
%global AkmodsBuildRequires %{_bindir}/kmodtool, xorg-x11-drv-nvidia-kmodsrc >= %{epoch}:%{version}
@@ -47,7 +45,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
@@ -80,9 +77,6 @@ rm -rf $RPM_BUILD_ROOT
%changelog
-* Wed Jun 22 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1:358.16-2
-- Attempt to fix build on armhfp - disabled for now
-
* Sat Nov 21 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1:358.16-1
- Update to 358.16
8 years, 4 months
[xorg-x11-drv-nvidia/f24: 4/4] Merge branch 'master' into f24
by nchauvet
commit c8a618ca3f364e875d36a1ee27581d63d0cef7d6
Merge: 6af1ad6 9e00d61
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jul 1 18:14:47 2016 +0200
Merge branch 'master' into f24
sources | 6 +++---
xorg-x11-drv-nvidia.spec | 25 ++++++++++++++++++-------
2 files changed, 21 insertions(+), 10 deletions(-)
---
8 years, 4 months
[xorg-x11-drv-nvidia/f24: 3/4] Revert "Disable armhfp for now"
by nchauvet
commit 6af1ad6c92021c5e885bc3983d4bb00a8692db16
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jul 1 18:14:43 2016 +0200
Revert "Disable armhfp for now"
This reverts commit 901badb6ceb6c1853c3cf58c0c000d00ca1af0a8.
xorg-x11-drv-nvidia.spec | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index dcf9ddc..4b11609 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
Version: 358.16
-Release: 3%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -25,9 +25,7 @@ Source7: alternate-install-present
Source9: nvidia-settings.desktop
Source10: nvidia.conf
-#ExclusiveArch: i686 x86_64 armv7hl
-# Issue with kernel module side
-ExclusiveArch: i686 x86_64
+ExclusiveArch: i686 x86_64 armv7hl
BuildRequires: desktop-file-utils
%if 0%{?rhel} > 6 || 0%{?fedora} >= 15
@@ -527,9 +525,6 @@ fi ||:
%{_nvidia_libdir}/libOpenGL.so
%changelog
-* Wed Jun 22 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1:358.16-3
-- Disable on armhfp for now
-
* Wed Jan 27 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1:358.16-2
- Enforce GRUB_GFXPAYLOAD_LINUX=text even for EFI - prevent this message:
The NVIDIA Linux graphics driver requires the use of a text-mode VGA console
8 years, 4 months
[openmw/f24] New upstream release
by nchauvet
Summary of changes:
37f20ee... New upstream release (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months