[smplayer] Update smplayer tp 16.9.0
by Sérgio M. Basto
commit d763b547018c1986f74537273c79d87cedae1bc0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Sep 10 23:21:33 2016 +0100
Update smplayer tp 16.9.0
.gitignore | 1 +
smplayer.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 337316c..613f5ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ smtube-16.3.0.tar.bz2
/smtube-16.7.2.tar.bz2
/smplayer-16.7.0.tar.bz2
/smplayer-16.8.0.tar.bz2
+/smplayer-16.9.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index 0b0ae94..d17588c 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,9 +1,9 @@
Name: smplayer
-Version: 16.8.0
+Version: 16.9.0
%global smtube_ver 16.7.2
%global smplayer_themes_ver 16.6.0
%global smplayer_skins_ver 15.2.0
-Release: 4%{?dist}
+Release: 1%{?dist}
Summary: A graphical frontend for mplayer
Group: Applications/Multimedia
@@ -196,6 +196,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Sat Sep 10 2016 Sérgio Basto <sergio(a)serjux.com> - 16.9.0-1
+- Update smplayer tp 16.9.0
+
* Tue Aug 16 2016 Sérgio Basto <sergio(a)serjux.com> - 16.8.0-4
- Fix translation.
diff --git a/sources b/sources
index 15e3cd0..0559adc 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
7c2e475290e3edda69e52ec8682743dd smplayer-themes-16.6.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
318369359ae36a2fce92939f56291f3e smtube-16.7.2.tar.bz2
-48b001b6c00e5495be4316c9e1589d11 smplayer-16.8.0.tar.bz2
+1f17b5d35819a8729963e815c9761f0a smplayer-16.9.0.tar.bz2
8 years, 2 months
[VirtualBox-kmod] Force use VirtualBox-kmodsrc >= 5.1.4-4, with fix for 4.8.0-rc5
by Sérgio M. Basto
commit c5463c82cf3b3954867f49c63b321c9a434d3392
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Sep 10 06:48:12 2016 +0100
Force use VirtualBox-kmodsrc >= 5.1.4-4, with fix for 4.8.0-rc5
VirtualBox-kmod.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 215f5ac..ea5530a 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -18,7 +18,7 @@
#global prerel RC4
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
-%global vboxrel 3
+%global vboxrel 4
%global vboxreltag %{?vboxrel:-%{vboxrel}}
# Allow only root to access vboxdrv regardless of the file mode
# use only for debugging!
@@ -28,7 +28,7 @@
Name: VirtualBox-kmod
Version: 5.1.4
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -106,6 +106,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Sat Sep 10 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.4-3
+- Force use VirtualBox-kmodsrc >= 5.1.4-4, with fix for 4.8.0-rc5
+
* Wed Sep 07 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.4-2
- Force use VirtualBox-kmodsrc >= 5.1.4-3
8 years, 2 months
[VirtualBox] Fix for kernel 4.8.0-rc5
by Sérgio M. Basto
commit 15574b4dbedac124bd705fb976222012adf1dce5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Sep 10 06:38:15 2016 +0100
Fix for kernel 4.8.0-rc5
fix_for_4_8_rc5.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/fix_for_4_8_rc5.patch b/fix_for_4_8_rc5.patch
new file mode 100644
index 0000000..8674822
--- /dev/null
+++ b/fix_for_4_8_rc5.patch
@@ -0,0 +1,11 @@
+--- VirtualBox-5.1.4/src/VBox/Additions/linux/drm/vbox_drv.c.orig 2016-09-10 04:31:04.190301372 +0100
++++ VirtualBox-5.1.4/src/VBox/Additions/linux/drm/vbox_drv.c 2016-09-10 04:31:50.132819912 +0100
+@@ -65,7 +65,7 @@ module_param_named(modeset, vbox_modeset
+
+ static struct drm_driver driver;
+
+-static DEFINE_PCI_DEVICE_TABLE(pciidlist) =
++static const struct pci_device_id pciidlist[] =
+ {
+ {0x80ee, 0xbeef, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+ {0, 0, 0},
8 years, 2 months
[VirtualBox] Fix for kernel 4.8.0-rc5
by Sérgio M. Basto
commit 90d0c2ec3eec9e2a7de1b00c53dd3e4110922971
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Sep 10 06:37:23 2016 +0100
Fix for kernel 4.8.0-rc5
VirtualBox.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 0b9b421..6bbf9b3 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -26,7 +26,7 @@
Name: VirtualBox
Version: 5.1.4
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -59,6 +59,7 @@ 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
+Patch38: fix_for_4_8_rc5.patch
BuildRequires: kBuild >= 0.1.9998
@@ -244,6 +245,7 @@ rm -r src/libs/zlib-1.2.8/
%patch35 -p1 -b .soname
%patch36 -p1 -b .kernel4.8-rc4
%patch37 -p1 -b .kernel4.8-rc4.2
+%patch38 -p1 -b .kernel4.8-rc5
# CRLF->LF
sed -i 's/\r//' COPYING
@@ -693,6 +695,9 @@ fi
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Sat Sep 10 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.4-4
+- Fix for kernel 4.8.0-rc5
+
* 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
8 years, 2 months
[girl/f24: 5/5] Update to 9.5.1
by Martin Gansser
commit 6b95c0a089e08ede11b2dccd8b20ea8cc32999b2
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Sep 9 20:46:04 2016 +0200
Update to 9.5.1
.gitignore | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a1ef0f..bf5e9e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1 @@
-/girl-9.4.0.tar.xz
-<<<<<<< HEAD
-=======
/girl-9.5.1.tar.xz
->>>>>>> master
8 years, 2 months
[girl/f24: 4/5] Update to 9.5.1
by Martin Gansser
commit 6eb1452407bfb2ecd9947e323b1f2bca10f44e57
Merge: c3a275e 20d3291
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Sep 9 20:44:04 2016 +0200
Update to 9.5.1
.gitignore | 4 ++++
clog | 2 --
girl.spec | 5 ++++-
sources | 2 +-
4 files changed, 9 insertions(+), 4 deletions(-)
---
diff --cc .gitignore
index 946ff7d,57e6271..8a1ef0f
--- a/.gitignore
+++ b/.gitignore
@@@ -1,1 -1,2 +1,5 @@@
/girl-9.4.0.tar.xz
++<<<<<<< HEAD
++=======
+ /girl-9.5.1.tar.xz
++>>>>>>> master
8 years, 2 months
[girl/f24] (5 commits) ...Update to 9.5.1
by Martin Gansser
Summary of changes:
d538fdf... Update to 9.4.0 (*)
9da73e5... Update to 9.4.0 (*)
20d3291... Update to 9.5.1 (*)
6eb1452... Update to 9.5.1
6b95c0a... Update to 9.5.1
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months