[VirtualBox] Fixes for linux kernel-4.8-rc4, fixes from openSUSE
by Sérgio M. Basto
commit 82650eadcb2b40e578c777ff3174255c8ebc0d13
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Sep 7 08:15:18 2016 +0100
Fixes for linux kernel-4.8-rc4, fixes from openSUSE
https://build.opensuse.org/package/show/Virtualization/virtualbox
VirtualBox.spec | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 10364c6..0b9b421 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -26,7 +26,7 @@
Name: VirtualBox
Version: 5.1.4
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -55,7 +55,10 @@ Patch29: 29-fix-ftbfs-as-needed.patch
Patch33: VirtualBox-gcc6-fixes.patch
# just applied to Fedora 25+
Patch34: VirtualBox-5.0.16-glibc.patch
+
Patch35: VirtualBox-5.0.22-guest_soname.patch
+Patch36: modify_for_4_8_bo_move.patch
+Patch37: smap.diff
BuildRequires: kBuild >= 0.1.9998
@@ -239,6 +242,8 @@ rm -r src/libs/zlib-1.2.8/
%patch34 -p1 -b .glibc
%endif
%patch35 -p1 -b .soname
+%patch36 -p1 -b .kernel4.8-rc4
+%patch37 -p1 -b .kernel4.8-rc4.2
# CRLF->LF
sed -i 's/\r//' COPYING
@@ -688,6 +693,10 @@ fi
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Wed Sep 07 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.4-3
+- Fixes for linux kernel-4.8-rc4, fixes from openSUSE
+ https://build.opensuse.org/package/show/Virtualization/virtualbox
+
* Tue Sep 06 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.4-2
- Enable webservice with fix of patch 02-gsoap-build-fix, add patch to allow
gcc-6.2 and add patch 29-fix-ftbfs-as-needed from Debian
8 years, 2 months
[VirtualBox] Delete VirtualBox-5.0.12-strings.patch
by Sérgio M. Basto
commit 19a1d1b0d58e2383af7c353d925bb36dcfaa0644
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Sep 7 08:14:43 2016 +0100
Delete VirtualBox-5.0.12-strings.patch
VirtualBox-5.0.12-strings.patch | 69 -----------------------------------------
1 file changed, 69 deletions(-)
8 years, 2 months
[devedeng] Updated to new upstream release
by Andrea Musuruane
commit b30ff135038f40fd04ddacf60545a6c48a470e49
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Tue Sep 6 18:57:25 2016 +0200
Updated to new upstream release
.gitignore | 1 +
devedeng.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5fb55ab..6681345 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/devedeng-4.7.0.tar.gz
/devedeng-4.7.1.tar.gz
/devedeng-4.8.0.tar.gz
+/devedeng-4.8.1.tar.gz
diff --git a/devedeng.spec b/devedeng.spec
index 960c765..9fe8bfa 100644
--- a/devedeng.spec
+++ b/devedeng.spec
@@ -1,5 +1,5 @@
Name: devedeng
-Version: 4.8.0
+Version: 4.8.1
Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
@@ -111,6 +111,9 @@ fi
%changelog
+* Tue Sep 06 2016 Andrea Musuruane <musuruan(a)gmail.com> 4.8.1-1
+- Updated to new upstream release
+
* Sun Aug 14 2016 Andrea Musuruane <musuruan(a)gmail.com> 4.8.0-1
- Updated to new upstream release
diff --git a/sources b/sources
index ba0a7c1..9228a1c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21b871fbbbc147cab6fcc4828ef1b18b devedeng-4.8.0.tar.gz
+eb0d52a64a5144b49ebe0b5d63a424b8 devedeng-4.8.1.tar.gz
8 years, 2 months
[libvdpau-va-gl] Drop dropped BR
by nchauvet
commit 655769c5562e3d65b1d1d9e4e5cb775ba41aae3d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Sep 6 11:35:14 2016 +0200
Drop dropped BR
libvdpau-va-gl.spec | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/libvdpau-va-gl.spec b/libvdpau-va-gl.spec
index 9717d25..23098f4 100644
--- a/libvdpau-va-gl.spec
+++ b/libvdpau-va-gl.spec
@@ -12,10 +12,8 @@ ExclusiveArch: i686 x86_64 ia64
BuildRequires: cmake
BuildRequires: pkgconfig(vdpau)
-BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libva-glx)
BuildRequires: pkgconfig(gl)
-BuildRequires: pkgconfig(glu)
Requires: libva-intel-driver
8 years, 2 months