[nvidia-xconfig] Update to 390.12
by Leigh Scott
commit 7f5d205f6c2c3f52244298533006cf2aed258441
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Jan 11 10:47:30 2018 +0000
Update to 390.12
nvidia-xconfig.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-xconfig.spec b/nvidia-xconfig.spec
index b7694db..caf3099 100644
--- a/nvidia-xconfig.spec
+++ b/nvidia-xconfig.spec
@@ -1,5 +1,5 @@
Name: nvidia-xconfig
-Version: 387.34
+Version: 390.12
Release: 1%{?dist}
Summary: NVIDIA X configuration file editor
@@ -48,6 +48,9 @@ mkdir -p %{buildroot}%{_sbindir}
%changelog
+* Thu Jan 11 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 390.12-1
+- Update to 390.12
+
* Sat Dec 02 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 387.34-1
- Update to 387.34
diff --git a/sources b/sources
index a756eb1..1bf6184 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8b4664ed22cf82082a3308e9e0897637 nvidia-xconfig-387.34.tar.bz2
+ea1f2011362d82524ccaf6b4b4e0278f nvidia-xconfig-390.12.tar.bz2
6 years, 10 months
[nvidia-modprobe] Update to 390.12
by Leigh Scott
commit 76c4f663b2173d7c0952718a02762dcfd64df546
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Jan 11 10:44:44 2018 +0000
Update to 390.12
nvidia-modprobe.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-modprobe.spec b/nvidia-modprobe.spec
index 3aaf360..5526bc4 100644
--- a/nvidia-modprobe.spec
+++ b/nvidia-modprobe.spec
@@ -1,5 +1,5 @@
Name: nvidia-modprobe
-Version: 387.34
+Version: 390.12
Release: 1%{?dist}
Summary: Load the NVIDIA kernel module and create NVIDIA character device files
@@ -40,6 +40,9 @@ chmod -x %{buildroot}%{_mandir}/man1/nvidia-modprobe.1.*
%changelog
+* Thu Jan 11 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 390.12-1
+- Update to 390.12
+
* Sat Dec 02 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 387.34-1
- Update to 387.34
diff --git a/sources b/sources
index 9584e60..5fa3ea6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-abdf8894526c1a79d15e5832d6395a5a nvidia-modprobe-387.34.tar.gz
+f66d1589fa50f57d72481f003b9344fb nvidia-modprobe-390.12.tar.gz
6 years, 10 months
[nvidia-persistenced] Switch to libtirpc-devel for rpc
by Leigh Scott
commit abfc0336fe02e7fe4294cf0e0fbad51ba4cfb0bd
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Jan 11 10:10:16 2018 +0000
Switch to libtirpc-devel for rpc
nvidia-persistenced.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/nvidia-persistenced.spec b/nvidia-persistenced.spec
index 7c5ad41..fc4f4db 100644
--- a/nvidia-persistenced.spec
+++ b/nvidia-persistenced.spec
@@ -9,6 +9,8 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
ExclusiveArch: x86_64 i686 armv7hl aarch64 ppc64le
BuildRequires: m4
+# https://fedoraproject.org/wiki/Changes/SunRPCRemoval
+BuildRequires: libtirpc-devel
Buildrequires: systemd
Requires(post): systemd
@@ -23,10 +25,9 @@ specifically for use by the NVIDIA Linux driver.
%prep
%setup -q
-
%build
-export CFLAGS="%{optflags}"
-export LDFLAGS="%{?__global_ldflags}"
+export CFLAGS="%{optflags} -I%{_includedir}/tirpc"
+export LDFLAGS="%{?__global_ldflags} -ltirpc"
%make_build \
NVDEBUG=1 \
NV_VERBOSE=1 \
@@ -71,6 +72,7 @@ chmod -x %{buildroot}%{_mandir}/man1/%{name}.1.*
%changelog
* Thu Jan 11 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 390.12-1
- Update to 390.12
+- Switch to libtirpc-devel for rpc
* Sat Dec 02 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 387.34-1
- Update to 387.34
6 years, 10 months
[nvidia-persistenced] Update to 390.12
by Leigh Scott
commit 4eb01f015aa096b17de0b94e1308403e2f26497d
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Jan 11 09:22:56 2018 +0000
Update to 390.12
nvidia-persistenced.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-persistenced.spec b/nvidia-persistenced.spec
index 9bc4aaf..7c5ad41 100644
--- a/nvidia-persistenced.spec
+++ b/nvidia-persistenced.spec
@@ -1,5 +1,5 @@
Name: nvidia-persistenced
-Version: 387.34
+Version: 390.12
Release: 1%{?dist}
Summary: Daemon for maintaining persistent driver state
@@ -69,6 +69,9 @@ chmod -x %{buildroot}%{_mandir}/man1/%{name}.1.*
%changelog
+* Thu Jan 11 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 390.12-1
+- Update to 390.12
+
* Sat Dec 02 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 387.34-1
- Update to 387.34
diff --git a/sources b/sources
index 0e42675..8888618 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40ee8314a9da87f430c237c8cd20e1f8 nvidia-persistenced-387.34.tar.gz
+64610af907d40286653cd4f04a1da8f7 nvidia-persistenced-390.12.tar.gz
6 years, 10 months
[nvidia-settings] Update to 390.12
by Leigh Scott
commit e53e9513591e0332d6e6575aa065336f7097336b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Jan 11 09:15:17 2018 +0000
Update to 390.12
nvidia-settings.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-settings.spec b/nvidia-settings.spec
index 76887d7..cd6fba9 100644
--- a/nvidia-settings.spec
+++ b/nvidia-settings.spec
@@ -1,5 +1,5 @@
Name: nvidia-settings
-Version: 387.34
+Version: 390.12
Release: 1%{?dist}
Summary: Configure the NVIDIA graphics driver
@@ -100,6 +100,9 @@ install -pm 0644 doc/nvidia-settings.png \
%changelog
+* Thu Jan 11 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 390.12-1
+- Update to 390.12
+
* Sat Dec 02 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 387.34-1
- Update to 387.34
diff --git a/sources b/sources
index a22e638..95d75e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ec9fcb89a0e32ef28fbe8e50d6bc34f nvidia-settings-387.34.tar.bz2
+4bc79fdc003a3f6f48c2d7bec15c5822 nvidia-settings-390.12.tar.bz2
6 years, 10 months
[motion] Update to 4.1.1 release
by Leigh Scott
commit 037e98acee26ea3a4b6a4b1d40ac7e071d5c4dfe
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jan 10 18:00:49 2018 +0000
Update to 4.1.1 release
.gitignore | 1 +
motion.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80cb558..1510af4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
motion-3.3.0.tar.gz
/motion-release-4.0.1.tar.gz
/motion-release-4.1.tar.gz
+/motion-release-4.1.1.tar.gz
diff --git a/motion.spec b/motion.spec
index 0d99666..2751f6d 100644
--- a/motion.spec
+++ b/motion.spec
@@ -21,7 +21,7 @@
# tar -pczf motion-3.3.0.tar.gz motion-3.3.0/
#v-
-%global nextver 4.1
+%global nextver 4.1.1
Name: motion
Version: %{nextver}
Release: 1%{?dist}
@@ -91,7 +91,7 @@ sed -i 's|/var/run/motion/motion.pid|/var/run/motion.pid|g' %{buildroot}%{_sysco
sed -i 's|;logfile /tmp/motion.log|logfile /var/log/motion.log|g' %{buildroot}%{_sysconfdir}/%{name}/motion.conf
sed -i 's|target_dir /tmp/motion|target_dir /var/motion|g' %{buildroot}%{_sysconfdir}/%{name}/motion.conf
#We install our startup script
-install -D -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
+install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
#We install tmpfiles configuration
install -D -m 0755 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf
@@ -129,6 +129,10 @@ find /var/motion -user root -group root -exec chown motion:video '{}' ';'
%{_tmpfilesdir}/%{name}.conf
%changelog
+* Wed Jan 10 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 4.1.1-1
+- Update to 4.1.1 release
+- Fix perms on motion.service (rfbz 4753)
+
* Fri Nov 24 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 4.1-1
- Update to 4.1 release
diff --git a/sources b/sources
index 93ef663..c090708 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c881dc80b2a6031b6e49005cda008f40 motion-release-4.1.tar.gz
+c3d89988f57ad5e4ea2c661a5c2a1fb2 motion-release-4.1.1.tar.gz
6 years, 10 months
[nvidia-kmod] Update to 390.12 beta
by Leigh Scott
commit 0c32e4bfbdb0383dc97e57903f197d3387690337
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jan 10 17:32:00 2018 +0000
Update to 390.12 beta
nvidia-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index 452bdcf..627af95 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -8,7 +8,7 @@
Name: nvidia-kmod
Epoch: 2
-Version: 387.34
+Version: 390.12
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -71,6 +71,9 @@ done
%changelog
+* Wed Jan 10 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2:390.12-1
+- Update to 390.12 beta
+
* Sun Nov 26 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2:387.34-1
- Update to 387.34 release
6 years, 10 months