[mpd] Update to 0.21.5
by Leigh Scott
commit 87f247165718361f5b89702a8794fcc7223f9f05
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Feb 23 09:41:11 2019 +0000
Update to 0.21.5
mpd.spec | 15 +++++++++++----
sources | 4 ++--
2 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index a1f66df..d209ba4 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,8 +16,8 @@
Name: mpd
Epoch: 1
-Version: 0.21.4
-Release: 2%{?dist}
+Version: 0.21.5
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
URL: https://www.musicpd.org
@@ -67,7 +67,7 @@ BuildRequires: libsndfile-devel
BuildRequires: libupnp-devel
BuildRequires: mpg123-devel
BuildRequires: openal-soft-devel
-BuildRequires: python2-sphinx
+BuildRequires: python3-sphinx
BuildRequires: twolame-devel
BuildRequires: wildmidi-devel
# Need new version with SV8
@@ -118,6 +118,8 @@ This package contains FirewallD file for MPD.
%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p1
+# Force python3-sphinx
+sed -i -e 's@sphinx-build@sphinx-build-3@g' doc/meson.build
%build
%{meson} \
@@ -131,7 +133,8 @@ This package contains FirewallD file for MPD.
-Dchromaprint=disabled \
-Dgme=disabled \
-Dmpcdec=disabled \
- -Dshine=disabled
+ -Dshine=disabled \
+ -Dtremor=disabled
%{meson_build}
@@ -220,6 +223,10 @@ fi
%changelog
+* Sat Feb 23 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.21.5-1
+- Update to 0.21.5
+- Force python3-sphinx for docs
+
* Wed Jan 16 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.21.4-2
- Add firewalld sub-package
diff --git a/sources b/sources
index ae3576e..f5d63c4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-ce0c5aa42c9e8b5e712689d5ea95f67d mpd-0.21.4.tar.xz
-f1a0923a0fac04f40491ab07d2e26c14 mpd-0.21.4.tar.xz.sig
+3d4f88936b0f33736f56df58c3a91aef mpd-0.21.5.tar.xz
+469fb54ad21315bccafeecd0245140c3 mpd-0.21.5.tar.xz.sig
5 years, 9 months
[nvidia-390xx-kmod/el7] (3 commits) ...Update to 390.116 release
by Leigh Scott
Summary of changes:
17e4eb4... Build fix for 4.20 kernel (untested) (*)
c82d71d... Clean up build fix for 4.20 kernel (untested) (*)
a754df4... Update to 390.116 release (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 9 months
[nvidia-390xx-kmod] Update to 390.116 release
by Leigh Scott
commit a754df4e61dfddf743923042e1c911c92e1dcb87
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Feb 22 20:54:42 2019 +0000
Update to 390.116 release
4.19_kernel.patch | 49 -------------------------------------------
4.20_kernel.patch | 57 --------------------------------------------------
nvidia-390xx-kmod.spec | 11 +++++-----
3 files changed, 5 insertions(+), 112 deletions(-)
---
diff --git a/nvidia-390xx-kmod.spec b/nvidia-390xx-kmod.spec
index 7682650..54a263b 100644
--- a/nvidia-390xx-kmod.spec
+++ b/nvidia-390xx-kmod.spec
@@ -8,9 +8,9 @@
Name: nvidia-390xx-kmod
Epoch: 3
-Version: 390.87
+Version: 390.116
# Taken over by kmodtool
-Release: 5%{?dist}
+Release: 1%{?dist}
Summary: NVIDIA 390xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -19,8 +19,6 @@ URL: http://www.nvidia.com/
Source11: nvidia-390xx-kmodtool-excludekernel-filterfile
Patch0: nv-linux-arm.patch
Patch1: nv-linux-arm2.patch
-Patch2: 4.19_kernel.patch
-Patch3: 4.20_kernel.patch
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i686 x86_64 armv7hl
@@ -46,8 +44,6 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
# patch loop
%patch0 -p1
%patch1 -p1
-%patch2 -p1
-%patch3 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -75,6 +71,9 @@ done
%changelog
+* Fri Feb 22 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:390.116-1
+- Update to 390.116 release
+
* Thu Jan 24 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:390.87-5
- Clean up build fix for 4.20 kernel (untested)
5 years, 9 months
[xorg-x11-drv-nvidia-390xx/f28] (4 commits) ...Update to 390.116 release
by Leigh Scott
Summary of changes:
65024a3... Remove xorg-x11-drv-nvidia Obsoletes and provides (*)
527e75b... Add Conflicts xorg-x11-drv-nvidia (*)
c405e59... fix el7 build (*)
3c8a5b8... Update to 390.116 release (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 9 months
[xorg-x11-drv-nvidia-390xx/f29] (4 commits) ...Update to 390.116 release
by Leigh Scott
Summary of changes:
65024a3... Remove xorg-x11-drv-nvidia Obsoletes and provides (*)
527e75b... Add Conflicts xorg-x11-drv-nvidia (*)
c405e59... fix el7 build (*)
3c8a5b8... Update to 390.116 release (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 9 months
[xorg-x11-drv-nvidia-390xx] Update to 390.116 release
by Leigh Scott
commit 3c8a5b8e2da8f6c68bbd36bb614dfdd645898a0d
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Feb 22 20:27:52 2019 +0000
Update to 390.116 release
.gitignore | 3 +++
sources | 6 +++---
xorg-x11-drv-nvidia-390xx.spec | 7 +++++--
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index afd8e46..5ef93ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
/NVIDIA-Linux-armv7l-gnueabihf-390.87.run
/NVIDIA-Linux-x86-390.87.run
/NVIDIA-Linux-x86_64-390.87.run
+/NVIDIA-Linux-x86-390.116.run
+/NVIDIA-Linux-x86_64-390.116.run
+/NVIDIA-Linux-armv7l-gnueabihf-390.116.run
diff --git a/sources b/sources
index 34216ea..be8ae1b 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-4a31ba7d32f475504c5d7a8d2f138ecf NVIDIA-Linux-armv7l-gnueabihf-390.87.run
-c21fd1e9048d3cf12552a9e9035df3cf NVIDIA-Linux-x86-390.87.run
-35c36552e252a18297d6e1b976ef247c NVIDIA-Linux-x86_64-390.87.run
+bffe6d7e97a57bebd8bde645fb3c81bc NVIDIA-Linux-x86-390.116.run
+b245013214cad5fb57d8d793aee1d5b2 NVIDIA-Linux-x86_64-390.116.run
+3d5affbd0f48a8763803ae1915e4009b NVIDIA-Linux-armv7l-gnueabihf-390.116.run
diff --git a/xorg-x11-drv-nvidia-390xx.spec b/xorg-x11-drv-nvidia-390xx.spec
index bfd3db4..9fb2e17 100644
--- a/xorg-x11-drv-nvidia-390xx.spec
+++ b/xorg-x11-drv-nvidia-390xx.spec
@@ -36,8 +36,8 @@
Name: xorg-x11-drv-nvidia-390xx
Epoch: 3
-Version: 390.87
-Release: 3%{?dist}
+Version: 390.116
+Release: 1%{?dist}
Summary: NVIDIA's 390xx series proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -586,6 +586,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Fri Feb 22 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:390.116-1
+- Update to 390.116 release
+
* Fri Oct 12 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3:390.87-3
- Allow a higher persistenced and nvidia-modprobe
5 years, 9 months
[nvidia-xconfig/el7: 3/3] Merge branch 'master' into el7
by Leigh Scott
commit e2881cc6c04fc92d4c743a2ff899c34aaed17ee5
Merge: 60cdec2 021fa92
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Feb 22 20:01:43 2019 +0000
Merge branch 'master' into el7
nvidia-xconfig.spec | 8 +++++++-
sources | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
---
5 years, 9 months