rpms/catalyst-kmod/F-19 3.13_kernel_acpi_node.patch, NONE, 1.1 catalyst-kmod.spec, 1.57, 1.58 fix_proc_perms.patch, 1.2, 1.3
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/catalyst-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15153
Modified Files:
catalyst-kmod.spec fix_proc_perms.patch
Added Files:
3.13_kernel_acpi_node.patch
Log Message:
* Thu Jan 30 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 13.9-3
- patch for 3.13.0 kernel
3.13_kernel_acpi_node.patch:
kcl_acpi.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--- NEW FILE 3.13_kernel_acpi_node.patch ---
--- lib/modules/fglrx/build_mod/kcl_acpi.c 2013-11-22 19:52:37.000000000 +0100
+++ lib/modules/fglrx/build_mod/kcl_acpi.c 2013-11-25 11:48:51.227678982 +0100
@@ -792,7 +792,9 @@
unsigned int ATI_API_CALL KCL_ACPI_GetHandles(kcl_match_info_t *pInfo)
{
#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,12)
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,13,0)
+ pInfo->video_handle = pInfo->pcidev->dev.acpi_node.companion;
+ #elif LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)
pInfo->video_handle = pInfo->pcidev->dev.acpi_node.handle;
#elif LINUX_VERSION_CODE > KERNEL_VERSION(2,6,19)
pInfo->video_handle = pInfo->pcidev->dev.archdata.acpi_handle;
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-19/catalyst-kmod.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- catalyst-kmod.spec 30 Jan 2014 08:29:35 -0000 1.57
+++ catalyst-kmod.spec 30 Jan 2014 19:21:32 -0000 1.58
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%global buildforkernels newest
+%global buildforkernels current
# Tweak to have debuginfo - part 1/2
%if 0%{?fedora} > 7
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 13.9
-Release: 2%{?dist}.14
+Release: 3%{?dist}
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -23,6 +23,8 @@
Source11: catalyst-kmodtool-excludekernel-filterfile
Patch0: compat_alloc-Makefile.patch
Patch1: fix_proc_perms.patch
+Patch2: 3.13_kernel_acpi_node.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i686
@@ -69,6 +71,7 @@
pushd fglrxpkg
%patch0 -p0 -b.compat_alloc
%patch1 -p0 -b.fix_proc_perms
+%patch2 -p0 -b.3.13_kernel_acpi_node
popd
for kernel_version in %{?kernel_versions} ; do
@@ -99,6 +102,9 @@
%changelog
+* Thu Jan 30 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 13.9-3
+- patch for 3.13.0 kernel
+
* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 13.9-2.14
- Rebuilt for kernel
fix_proc_perms.patch:
drm_proc.h | 15 +++++++++
firegl_public.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 104 insertions(+), 3 deletions(-)
Index: fix_proc_perms.patch
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-19/fix_proc_perms.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fix_proc_perms.patch 4 Oct 2013 00:07:39 -0000 1.2
+++ fix_proc_perms.patch 30 Jan 2014 19:21:32 -0000 1.3
@@ -218,6 +218,24 @@
}
}
+@@ -1610,11 +1610,17 @@ KCL_TYPE_Pid ATI_API_CALL KCL_GetTgid(vo
+ */
+ KCL_TYPE_Uid ATI_API_CALL KCL_GetEffectiveUid(void)
+ {
++#ifdef CONFIG_UIDGID_STRICT_TYPE_CHECKS
++ return __kuid_val(current_euid());
++#else
++
+ #ifdef current_euid
+ return current_euid();
+ #else
+ return current->euid;
+ #endif
++
++#endif
+ }
+
+ /** /brief Delay execution for the specified number of microseconds
@@ -6148,10 +6222,17 @@ void * KCL_create_proc_dir(void *root_di
struct proc_dir_entry *dir = NULL;
10 years, 11 months
rpms/lpf-spotify-client/F-19 lpf-spotify-client.spec, 1.6, 1.7 spotify-client.spec.in, 1.2, 1.3
by Alec Leamas
Author: leamas
Update of /cvs/nonfree/rpms/lpf-spotify-client/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10613
Modified Files:
lpf-spotify-client.spec spotify-client.spec.in
Log Message:
* Thu Jan 30 2014 leamas.alec(a)gmail.com - 0.9.4.183.g644e24e.428-8
- Using new scriptlet macros, add %check.
Index: lpf-spotify-client.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/F-19/lpf-spotify-client.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lpf-spotify-client.spec 12 Jan 2014 17:41:15 -0000 1.6
+++ lpf-spotify-client.spec 30 Jan 2014 12:44:11 -0000 1.7
@@ -4,7 +4,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
Version: 0.9.4.183.g644e24e.428
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -19,8 +19,8 @@
Source3: README
BuildRequires: desktop-file-utils
-BuildRequires: lpf
-Requires: lpf
+BuildRequires: lpf >= 0.1
+Requires: lpf >= 0.1
%description
Bootstrap package allowing the lpf system to build the non-redistributable
@@ -46,18 +46,17 @@
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+%check
+%lpf_check spotify-client.spec.in
+
+
%post
-lpf scan 2>/dev/null || :
+%lpf_post
%postun
-if [ "$1" = '0' ]; then
- /usr/share/lpf/scripts/lpf-pkg-postun %{target_pkg} &>/dev/null || :
-fi
-
-%triggerpostun -- %{target_pkg}
-if [ "$2" = '0' ]; then
- lpf scan-removal %{target_pkg} &>/dev/null || :
-fi
+%lpf_postun
+
+%lpf_triggerpostun
%files
@@ -69,6 +68,9 @@
%changelog
+* Thu Jan 30 2014 leamas.alec(a)gmail.com - 0.9.4.183.g644e24e.428-8
+- Using new scriptlet macros, add %%check.
+
* Sun Jan 12 2014 leamas.alec(a)gmail.com - 0.9.4.183.g644e24e.428-7
- Adding missing Requires: dbus-x11 to target package.
Index: spotify-client.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/F-19/spotify-client.spec.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spotify-client.spec.in 12 Jan 2014 17:41:15 -0000 1.2
+++ spotify-client.spec.in 30 Jan 2014 12:44:11 -0000 1.3
@@ -13,7 +13,7 @@
Name: spotify-client
Version: 0.9.4.183.g644e24e.428
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Spotify music player native client
# board=http://community.spotify.com/t5/Desktop-Linux
10 years, 11 months
rpms/lpf-spotify-client/F-20 lpf-spotify-client.spec, 1.7, 1.8 spotify-client.spec.in, 1.2, 1.3
by Alec Leamas
Author: leamas
Update of /cvs/nonfree/rpms/lpf-spotify-client/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5110
Modified Files:
lpf-spotify-client.spec spotify-client.spec.in
Log Message:
* Thu Jan 30 2014 leamas.alec(a)gmail.com - 0.9.4.183.g644e24e.428-8
- Using new scriptlet macros, add %check.
Index: lpf-spotify-client.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/F-20/lpf-spotify-client.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lpf-spotify-client.spec 12 Jan 2014 16:49:16 -0000 1.7
+++ lpf-spotify-client.spec 30 Jan 2014 11:38:56 -0000 1.8
@@ -4,7 +4,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
Version: 0.9.4.183.g644e24e.428
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -19,8 +19,8 @@
Source3: README
BuildRequires: desktop-file-utils
-BuildRequires: lpf
-Requires: lpf
+BuildRequires: lpf >= 0.1
+Requires: lpf >= 0.1
%description
Bootstrap package allowing the lpf system to build the non-redistributable
@@ -46,18 +46,17 @@
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+%check
+%lpf_check spotify-client.spec.in
+
+
%post
-lpf scan 2>/dev/null || :
+%lpf_post
%postun
-if [ "$1" = '0' ]; then
- /usr/share/lpf/scripts/lpf-pkg-postun %{target_pkg} &>/dev/null || :
-fi
-
-%triggerpostun -- %{target_pkg}
-if [ "$2" = '0' ]; then
- lpf scan-removal %{target_pkg} &>/dev/null || :
-fi
+%lpf_postun
+
+%lpf_triggerpostun
%files
@@ -69,6 +68,9 @@
%changelog
+* Thu Jan 30 2014 leamas.alec(a)gmail.com - 0.9.4.183.g644e24e.428-8
+- Using new scriptlet macros, add %%check.
+
* Sun Jan 12 2014 leamas.alec(a)gmail.com - 0.9.4.183.g644e24e.428-7
- Adding missing Requires: dbus-x11 to target package.
Index: spotify-client.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/F-20/spotify-client.spec.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spotify-client.spec.in 12 Jan 2014 16:49:17 -0000 1.2
+++ spotify-client.spec.in 30 Jan 2014 11:38:56 -0000 1.3
@@ -13,7 +13,7 @@
Name: spotify-client
Version: 0.9.4.183.g644e24e.428
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Spotify music player native client
# board=http://community.spotify.com/t5/Desktop-Linux
10 years, 11 months
rpms/wl-kmod/F-19 wl-kmod.spec,1.108,1.109
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24275
Modified Files:
wl-kmod.spec
Log Message:
* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-1.17
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-19/wl-kmod.spec,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- wl-kmod.spec 28 Jan 2014 14:11:35 -0000 1.108
+++ wl-kmod.spec 30 Jan 2014 08:30:15 -0000 1.109
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.141
-Release: 1%{?dist}.16
+Release: 1%{?dist}.17
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -90,6 +90,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-1.17
+- Rebuilt for kernel
+
* Tue Jan 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-1.16
- Rebuilt for kernel
10 years, 11 months
rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.165,1.166
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24114
Modified Files:
nvidia-kmod.spec
Log Message:
* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.38-5.2
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- nvidia-kmod.spec 28 Jan 2014 14:11:28 -0000 1.165
+++ nvidia-kmod.spec 30 Jan 2014 08:30:05 -0000 1.166
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.38
# Taken over by kmodtool
-Release: 5%{?dist}.1
+Release: 5%{?dist}.2
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -99,6 +99,9 @@
%changelog
+* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.38-5.2
+- Rebuilt for kernel
+
* Tue Jan 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.38-5.1
- Rebuilt for kernel
10 years, 11 months
rpms/nvidia-304xx-kmod/F-19 nvidia-304xx-kmod.spec,1.37,1.38
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23988
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.119-1.2
- Rebuilt for kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19/nvidia-304xx-kmod.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- nvidia-304xx-kmod.spec 28 Jan 2014 14:11:22 -0000 1.37
+++ nvidia-304xx-kmod.spec 30 Jan 2014 08:29:53 -0000 1.38
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.119
# Taken over by kmodtool
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -80,6 +80,9 @@
%changelog
+* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.119-1.2
+- Rebuilt for kernel
+
* Tue Jan 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.119-1.1
- Rebuilt for kernel
10 years, 11 months
rpms/nvidia-173xx-kmod/F-19 nvidia-173xx-kmod.spec,1.82,1.83
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23864
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-1.16
- Rebuilt for kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19/nvidia-173xx-kmod.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- nvidia-173xx-kmod.spec 28 Jan 2014 14:11:15 -0000 1.82
+++ nvidia-173xx-kmod.spec 30 Jan 2014 08:29:45 -0000 1.83
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.38
# Taken over by kmodtool
-Release: 1%{?dist}.15
+Release: 1%{?dist}.16
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -89,6 +89,9 @@
%changelog
+* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-1.16
+- Rebuilt for kernel
+
* Tue Jan 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-1.15
- Rebuilt for kernel
10 years, 11 months
rpms/catalyst-kmod/F-19 catalyst-kmod.spec,1.56,1.57
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23743
Modified Files:
catalyst-kmod.spec
Log Message:
* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 13.9-2.14
- Rebuilt for kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-19/catalyst-kmod.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- catalyst-kmod.spec 28 Jan 2014 14:11:07 -0000 1.56
+++ catalyst-kmod.spec 30 Jan 2014 08:29:35 -0000 1.57
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 13.9
-Release: 2%{?dist}.13
+Release: 2%{?dist}.14
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -99,6 +99,9 @@
%changelog
+* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 13.9-2.14
+- Rebuilt for kernel
+
* Tue Jan 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 13.9-2.13
- Rebuilt for kernel
10 years, 11 months
rpms/xtables-addons-kmod/F-19 xtables-addons-kmod.spec,1.63,1.64
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23593
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-3.28
- Rebuilt for kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-19/xtables-addons-kmod.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- xtables-addons-kmod.spec 28 Jan 2014 14:10:59 -0000 1.63
+++ xtables-addons-kmod.spec 30 Jan 2014 08:29:27 -0000 1.64
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 2.3
-Release: 3%{?dist}.27
+Release: 3%{?dist}.28
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,6 +66,9 @@
rm -rf %{buildroot}
%changelog
+* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-3.28
+- Rebuilt for kernel
+
* Tue Jan 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-3.27
- Rebuilt for kernel
10 years, 11 months
rpms/VirtualBox-kmod/F-19 VirtualBox-kmod.spec,1.58,1.59
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23456
Modified Files:
VirtualBox-kmod.spec
Log Message:
* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.6-2.4
- Rebuilt for kernel
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-19/VirtualBox-kmod.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- VirtualBox-kmod.spec 28 Jan 2014 14:10:52 -0000 1.58
+++ VirtualBox-kmod.spec 30 Jan 2014 08:29:14 -0000 1.59
@@ -20,7 +20,7 @@
Name: VirtualBox-kmod
Version: 4.3.6
-Release: 2%{?prerel:.%{prerel}}%{?dist}.3
+Release: 2%{?prerel:.%{prerel}}%{?dist}.4
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -98,6 +98,9 @@
%changelog
+* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.6-2.4
+- Rebuilt for kernel
+
* Tue Jan 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.6-2.3
- Rebuilt for kernel
10 years, 11 months