[mpc-qt] Initial commit
by Leigh Scott
commit c036124c9850410133981f2f3dcef5ae7bfc2533
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Jun 4 15:31:57 2019 +0100
Initial commit
.gitignore | 1 +
mpc-qt.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 56 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7d507d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mpc-qt-18.08.tar.gz
diff --git a/mpc-qt.spec b/mpc-qt.spec
new file mode 100644
index 0000000..06d9a12
--- /dev/null
+++ b/mpc-qt.spec
@@ -0,0 +1,54 @@
+Name: mpc-qt
+Version: 18.08
+Release: 1%{?dist}
+Summary: A clone of Media Player Classic reimplemented in Qt
+License: GPLv2+
+URL: https://github.com/cmdrkotori/mpc-qt
+Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires: desktop-file-utils
+BuildRequires: gcc-c++
+BuildRequires: pkgconfig(mpv)
+BuildRequires: pkgconfig(Qt5Core)
+BuildRequires: pkgconfig(Qt5DBus)
+BuildRequires: pkgconfig(Qt5Gui)
+BuildRequires: pkgconfig(Qt5Network)
+BuildRequires: pkgconfig(Qt5Widgets)
+BuildRequires: pkgconfig(Qt5X11Extras)
+BuildRequires: qt5-linguist
+
+%description
+Media Player Classic Home Cinema (mpc-hc) is considered by many to be the
+quintessential media player for the Windows desktop.
+Media Player Classic Qute Theater (mpc-qt) aims to reproduce most of the
+interface and functionality of mpc-h.
+
+%prep
+%autosetup -p1
+rm -rf mpv-dev
+
+%build
+%{qmake_qt5} PREFIX=%{_prefix}
+%{make_build}
+
+%install
+%{make_install} INSTALL_ROOT=%{buildroot}
+rm %{buildroot}%{_datadir}/doc/mpc-qt/ipc.md
+
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/mpc-qt.desktop
+
+%files
+%doc README.md DOCS/ipc.md
+%license LICENSE
+%{_bindir}/mpc-qt
+%{_datadir}/applications/mpc-qt.desktop
+%{_datadir}/mpc-qt/
+%{_datadir}/icons/hicolor/scalable/apps/%name.svg
+
+
+
+%changelog
+* Sat Jun 01 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 18.08-1
+- First Build
+
diff --git a/sources b/sources
index e69de29..eb9e988 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+cc6b1e2bea3f1e0162680d6d35791403 mpc-qt-18.08.tar.gz
5 years, 5 months
[shotcut/f30] Update to 19.06.04
by Martin Gansser
Summary of changes:
068be97... Update to 19.06.04 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 5 months
[shotcut] Update to 19.06.04
by Martin Gansser
commit 068be97217c39ec6755bae4f330729eee958837e
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Jun 4 09:58:20 2019 +0200
Update to 19.06.04
.gitignore | 1 +
shotcut-noupdatecheck.patch | 10 +++++-----
shotcut.spec | 10 +++++++---
sources | 2 +-
4 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 760d6be..c8b2657 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
/shotcut-19.01.24.tar.gz
/shotcut-19.01.27.tar.gz
/shotcut-19.02.28.tar.gz
+/shotcut-19.06.04.tar.gz
diff --git a/shotcut-noupdatecheck.patch b/shotcut-noupdatecheck.patch
index 98c6d25..d3d7472 100644
--- a/shotcut-noupdatecheck.patch
+++ b/shotcut-noupdatecheck.patch
@@ -1,9 +1,9 @@
---- src/mainwindow.cpp.orig 2018-10-02 13:48:27.170388091 +0200
-+++ src/mainwindow.cpp 2018-10-02 13:49:59.172328038 +0200
-@@ -2790,9 +2790,9 @@
- showStatusMessage("Checking for upgrade...");
- m_network.get(QNetworkRequest(QUrl("http://check.shotcut.org/version.json")));
+--- src/mainwindow.cpp.orig 2019-04-23 15:28:14.999850370 +0200
++++ src/mainwindow.cpp 2019-04-23 15:29:38.767713374 +0200
+@@ -2922,9 +2922,9 @@
+ m_network.get(request);
} else {
+ m_network.setStrictTransportSecurityEnabled(false);
- QAction* action = new QAction(tr("Click here to check for a new version of Shotcut."), 0);
- connect(action, SIGNAL(triggered(bool)), SLOT(on_actionUpgrade_triggered()));
- showStatusMessage(action, 15 /* seconds */);
diff --git a/shotcut.spec b/shotcut.spec
index f94b12e..143b826 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,8 +3,9 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 19.02.28
+Version: 19.06.04
Release: 1%{dist}
+#Release: 0.1.beta1%%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
License: GPLv3+ and LGPLv2+
@@ -34,8 +35,8 @@ BuildRequires: pkgconfig(Qt5WebSockets)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: qt5-linguist
-BuildRequires: pkgconfig(mlt++) >= 6.10.0
-BuildRequires: pkgconfig(mlt-framework) >= 6.10.0
+BuildRequires: pkgconfig(mlt++) >= 6.16.0
+BuildRequires: pkgconfig(mlt-framework) >= 6.16.0
BuildRequires: x264-devel
BuildRequires: webvfx-devel
@@ -187,6 +188,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Tue Jun 04 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 19.06.04-1
+- Update to 19.06.04
+
* Thu Mar 21 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 19.02.28-1
- Update to 19.02.28
diff --git a/sources b/sources
index e541ac2..e8805f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-882abf8084489315914e707c3f452041 shotcut-19.02.28.tar.gz
+ccefdf2901a769cb9ef0179950a385e4 shotcut-19.06.04.tar.gz
5 years, 5 months
[nvidia-340xx-kmod] patch for kernel-5.1.0
by Leigh Scott
commit e3d0637c657c5484d5aa222c253f841ad1adb4aa
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Jun 3 10:35:09 2019 +0100
patch for kernel-5.1.0
nvidia-340xx-kmod.spec | 7 ++++++-
xf86-video-nvidia-legacy-02-fix-linux-5.1.patch | 15 +++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-340xx-kmod.spec b/nvidia-340xx-kmod.spec
index 94921f8..5dfbba7 100644
--- a/nvidia-340xx-kmod.spec
+++ b/nvidia-340xx-kmod.spec
@@ -10,7 +10,7 @@ Name: nvidia-340xx-kmod
Epoch: 1
Version: 340.107
# Taken over by kmodtool
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -19,6 +19,7 @@ URL: http://www.nvidia.com/
Source11: nvidia-kmodtool-excludekernel-filterfile
Patch0: nv-linux-arm.patch
Patch1: buildfix_kernel_5.0.patch
+Patch2: xf86-video-nvidia-legacy-02-fix-linux-5.1.patch
# needed for plague to make sure it builds for i586 and i686
#ExclusiveArch: i686 x86_64 armv7hl
@@ -46,6 +47,7 @@ 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%%___*}
@@ -75,6 +77,9 @@ done
%{?akmod_install}
%changelog
+* Mon Jun 03 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.107-8
+- patch for kernel-5.1.0
+
* Wed Mar 27 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.107-7
- patch for kernel-5.0.0
diff --git a/xf86-video-nvidia-legacy-02-fix-linux-5.1.patch b/xf86-video-nvidia-legacy-02-fix-linux-5.1.patch
new file mode 100644
index 0000000..160fc55
--- /dev/null
+++ b/xf86-video-nvidia-legacy-02-fix-linux-5.1.patch
@@ -0,0 +1,15 @@
+--- a/kernel/nv-drm.c
++++ b/kernel/nv-drm.c
+@@ -156,11 +156,7 @@
+ };
+
+ static struct drm_driver nv_drm_driver = {
+-#if defined(DRIVER_LEGACY)
+ .driver_features = DRIVER_GEM | DRIVER_PRIME | DRIVER_LEGACY,
+-#else
+- .driver_features = DRIVER_GEM | DRIVER_PRIME,
+-#endif
+ .load = nv_drm_load,
+ .unload = nv_drm_unload,
+ .fops = &nv_drm_fops,
+
5 years, 5 months
[VirtualBox-kmod] Fixes for kernel 5.2
by Sérgio M. Basto
commit 21e64b92ddc14506269e58abe5cea56adb54c633
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jun 2 08:49:56 2019 +0100
Fixes for kernel 5.2
VirtualBox-kmod.spec | 16 +++++++++---
kernel-5.patch | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++
new-kernel-5.2.patch | 63 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 148 insertions(+), 3 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index ea70b16..abed544 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -45,7 +45,7 @@
Name: VirtualBox-kmod
Version: 6.0.8
-Release: 1%{?dist}
+Release: 2%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -55,6 +55,8 @@ URL: http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
Source1: excludekernel-filter.txt
Source2: https://github.com/jwrdegoede/vboxsf/archive/%{shortcommit1}.zip
+Patch1: new-kernel-5.2.patch
+Patch2: kernel-5.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-kmodsrc >= %{version}%{vboxreltag}, xz, time
@@ -79,11 +81,16 @@ Kernel module for VirtualBox
%setup -T -c
tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
pushd %{name}-%{version}
+
+%patch2 -p1
+
%if %{with newvboxsf}
rm -rf vboxsf/
unzip %{SOURCE2}
mv vboxsf-%{commit1}/ vboxsf/
%endif
+
+%patch1 -p1
popd
# error out if there was something wrong with kmodtool
@@ -105,7 +112,7 @@ done
for kernel_version in %{?kernel_versions}; do
for module in vboxdrv %{!?with_newvboxsf:vboxguest}; do
- make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
+ make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" M="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
# copy vboxdrv (for host) module symbols which are used by vboxnetflt and vboxnetadp km's:
cp _kmod_build_${kernel_version%%___*}/{vboxdrv/Module.symvers,vboxnetadp}
@@ -115,7 +122,7 @@ for kernel_version in %{?kernel_versions}; do
cp _kmod_build_${kernel_version%%___*}/{vboxguest/Module.symvers,vboxsf}
%endif
for module in vbox{netadp,netflt,sf%{?with_vboxvideo:,video},pci}; do
- make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
+ make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" M="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
done
@@ -143,6 +150,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Fri May 31 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.8-2
+- Fixes for kernel 5.2
+
* Wed May 15 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.8-1
- Update to 6.0.8
diff --git a/kernel-5.patch b/kernel-5.patch
new file mode 100644
index 0000000..1950911
--- /dev/null
+++ b/kernel-5.patch
@@ -0,0 +1,72 @@
+diff -rup VirtualBox-kmod-6.0.8/vboxdrv/Makefile-header.gmk VirtualBox-kmod-6.0.8.new/vboxdrv/Makefile-header.gmk
+--- VirtualBox-kmod-6.0.8/vboxdrv/Makefile-header.gmk 2019-05-13 14:33:15.000000000 +0100
++++ VirtualBox-kmod-6.0.8.new/vboxdrv/Makefile-header.gmk 2019-05-31 03:03:55.997181820 +0100
+@@ -127,7 +127,7 @@ ifeq ($(KERNELRELEASE),)
+ VBOX_KERN_GROKS_EXTMOD :=
+ endif
+ VBOX_KERN_GROKS_SUBDIRS :=
+- ifeq ($(shell if grep '"[432]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes)
++ ifeq ($(shell if grep '"[5432]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes)
+ VBOX_KERN_GROKS_SUBDIRS := yes
+ endif
+ endif
+diff -rup VirtualBox-kmod-6.0.8/vboxguest/Makefile-header.gmk VirtualBox-kmod-6.0.8.new/vboxguest/Makefile-header.gmk
+--- VirtualBox-kmod-6.0.8/vboxguest/Makefile-header.gmk 2019-05-13 14:33:15.000000000 +0100
++++ VirtualBox-kmod-6.0.8.new/vboxguest/Makefile-header.gmk 2019-05-31 03:03:55.997181820 +0100
+@@ -127,7 +127,7 @@ ifeq ($(KERNELRELEASE),)
+ VBOX_KERN_GROKS_EXTMOD :=
+ endif
+ VBOX_KERN_GROKS_SUBDIRS :=
+- ifeq ($(shell if grep '"[432]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes)
++ ifeq ($(shell if grep '"[5432]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes)
+ VBOX_KERN_GROKS_SUBDIRS := yes
+ endif
+ endif
+diff -rup VirtualBox-kmod-6.0.8/vboxnetadp/Makefile-header.gmk VirtualBox-kmod-6.0.8.new/vboxnetadp/Makefile-header.gmk
+--- VirtualBox-kmod-6.0.8/vboxnetadp/Makefile-header.gmk 2019-05-13 14:33:15.000000000 +0100
++++ VirtualBox-kmod-6.0.8.new/vboxnetadp/Makefile-header.gmk 2019-05-31 03:03:55.997181820 +0100
+@@ -127,7 +127,7 @@ ifeq ($(KERNELRELEASE),)
+ VBOX_KERN_GROKS_EXTMOD :=
+ endif
+ VBOX_KERN_GROKS_SUBDIRS :=
+- ifeq ($(shell if grep '"[432]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes)
++ ifeq ($(shell if grep '"[5432]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes)
+ VBOX_KERN_GROKS_SUBDIRS := yes
+ endif
+ endif
+diff -rup VirtualBox-kmod-6.0.8/vboxnetflt/Makefile-header.gmk VirtualBox-kmod-6.0.8.new/vboxnetflt/Makefile-header.gmk
+--- VirtualBox-kmod-6.0.8/vboxnetflt/Makefile-header.gmk 2019-05-13 14:33:15.000000000 +0100
++++ VirtualBox-kmod-6.0.8.new/vboxnetflt/Makefile-header.gmk 2019-05-31 03:03:55.997181820 +0100
+@@ -127,7 +127,7 @@ ifeq ($(KERNELRELEASE),)
+ VBOX_KERN_GROKS_EXTMOD :=
+ endif
+ VBOX_KERN_GROKS_SUBDIRS :=
+- ifeq ($(shell if grep '"[432]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes)
++ ifeq ($(shell if grep '"[5432]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes)
+ VBOX_KERN_GROKS_SUBDIRS := yes
+ endif
+ endif
+diff -rup VirtualBox-kmod-6.0.8/vboxpci/Makefile-header.gmk VirtualBox-kmod-6.0.8.new/vboxpci/Makefile-header.gmk
+--- VirtualBox-kmod-6.0.8/vboxpci/Makefile-header.gmk 2019-05-13 14:33:15.000000000 +0100
++++ VirtualBox-kmod-6.0.8.new/vboxpci/Makefile-header.gmk 2019-05-31 03:03:55.997181820 +0100
+@@ -127,7 +127,7 @@ ifeq ($(KERNELRELEASE),)
+ VBOX_KERN_GROKS_EXTMOD :=
+ endif
+ VBOX_KERN_GROKS_SUBDIRS :=
+- ifeq ($(shell if grep '"[432]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes)
++ ifeq ($(shell if grep '"[5432]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes)
+ VBOX_KERN_GROKS_SUBDIRS := yes
+ endif
+ endif
+diff -rup VirtualBox-kmod-6.0.8/vboxsf/Makefile-header.gmk VirtualBox-kmod-6.0.8.new/vboxsf/Makefile-header.gmk
+--- VirtualBox-kmod-6.0.8/vboxsf/Makefile-header.gmk 2019-05-13 14:33:15.000000000 +0100
++++ VirtualBox-kmod-6.0.8.new/vboxsf/Makefile-header.gmk 2019-05-31 03:03:55.997181820 +0100
+@@ -127,7 +127,7 @@ ifeq ($(KERNELRELEASE),)
+ VBOX_KERN_GROKS_EXTMOD :=
+ endif
+ VBOX_KERN_GROKS_SUBDIRS :=
+- ifeq ($(shell if grep '"[432]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes)
++ ifeq ($(shell if grep '"[5432]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes)
+ VBOX_KERN_GROKS_SUBDIRS := yes
+ endif
+ endif
diff --git a/new-kernel-5.2.patch b/new-kernel-5.2.patch
new file mode 100644
index 0000000..97f92f3
--- /dev/null
+++ b/new-kernel-5.2.patch
@@ -0,0 +1,63 @@
+Description: cherry-pick commit https://github.com/torvalds/linux/commit/c8613fc6293b0f8c1d303c991338d085... from kernel to vbox codebase
+Author: Gianfranco Costamagna <locutusofborg(a)debian.org>
+
+Forwarded: irc
+Last-Update: 2019-05-22
+
+--- ./vboxvideo/vbox_fb.c
++++ ./vboxvideo/vbox_fb.c
+@@ -312,14 +312,18 @@
+ if (IS_ERR(info))
+ return -PTR_ERR(info);
+
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 2, 0)
+ info->par = fbdev;
++#endif
+
+ fbdev->size = size;
+
+ fb = &fbdev->afb.base;
+ fbdev->helper.fb = fb;
+
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 2, 0)
+ strcpy(info->fix.id, "vboxdrmfb");
++#endif
+
+ /*
+ * The last flag forces a mode set on VT switches even if the kernel
+@@ -334,14 +338,20 @@
+ */
+ info->apertures->ranges[0].base = pci_resource_start(dev->pdev, 0);
+ info->apertures->ranges[0].size = pci_resource_len(dev->pdev, 0);
+-
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 2, 0)
++ drm_fb_helper_fill_info(info, helper, sizes);
++#else
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0) || defined(RHEL_75)
+ drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth);
+ #else
+ drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth);
+ #endif
++#endif
++
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 2, 0)
+ drm_fb_helper_fill_var(info, &fbdev->helper, sizes->fb_width,
+ sizes->fb_height);
++#endif
+
+ info->screen_base = bo->kmap.virtual;
+ info->screen_size = size;
+--- ./vboxvideo/vbox_ttm.c
++++ ./vboxvideo/vbox_ttm.c
+@@ -307,7 +307,10 @@
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 15, 0) || defined(RHEL_71)
+ dev->anon_inode->i_mapping,
+ #endif
+- DRM_FILE_PAGE_OFFSET, true);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 2, 0)
++ DRM_FILE_PAGE_OFFSET,
++#endif
++ true);
+ if (ret) {
+ DRM_ERROR("Error initialising bo driver; %d\n", ret);
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 0, 0)
5 years, 5 months
[wl-kmod/el7: 2/2] Merge branch 'master' into el7
by Nicolas Viéville
commit 761a2e1fa1e91b76b7cacf9df943a89d9769f8df
Merge: 5876622 a6620a7
Author: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
Date: Sat Jun 1 21:58:04 2019 +0200
Merge branch 'master' into el7
wl-kmod-015_kernel_5.1_get_ds_removed.patch | 15 +++++++++++++++
wl-kmod.spec | 5 ++++-
2 files changed, 19 insertions(+), 1 deletion(-)
---
5 years, 5 months