rpms/psb-kmod/F-14 0001-Attempt-to-deal-with-psb_dispatch_raster-NULL-derefe.patch, NONE, 1.1 psb-kmod.spec, 1.15, 1.16
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/psb-kmod/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26532
Modified Files:
psb-kmod.spec
Added Files:
0001-Attempt-to-deal-with-psb_dispatch_raster-NULL-derefe.patch
Log Message:
- Add patch from Lubomir Rintel - rfbz#1676
0001-Attempt-to-deal-with-psb_dispatch_raster-NULL-derefe.patch:
psb_schedule.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--- NEW FILE 0001-Attempt-to-deal-with-psb_dispatch_raster-NULL-derefe.patch ---
>From 8bd7c585fc7b8636187843a0f55f00c2eb0cc826 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak(a)v3.sk>
Date: Sun, 13 Mar 2011 15:41:41 +0100
Subject: [PATCH] Attempt to deal with psb_dispatch_raster() NULL dereferences:
[10799.942597] BUG: unable to handle kernel at 0000023c
[10799.942597] IP: [<f861a137>] psb_dispatch_raster+0x19/0x205 [psb]
[11046.173915] *pde = 22875067 *pte = 00000000
[11046.173915] Oops: 0000 [#1]
---
psb_schedule.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/psb_schedule.c b/psb_schedule.c
index 959f8f9..572fdc6 100644
--- a/psb_schedule.c
+++ b/psb_schedule.c
@@ -824,6 +824,11 @@ static void psb_dispatch_raster(struct drm_psb_private *dev_priv,
uint32_t flags;
uint32_t mask;
+ if (!task) {
+ DRM_ERROR("Null task passed to psb_dispatch_raster().\n");
+ return;
+ }
+
task->reply_flags |= reply_flag;
flags = task->reply_flags;
mask = PSB_RF_FIRE_RASTER;
--
1.7.1
Index: psb-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/psb-kmod/F-14/psb-kmod.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- psb-kmod.spec 28 May 2011 05:39:40 -0000 1.15
+++ psb-kmod.spec 10 Jul 2011 17:40:48 -0000 1.16
@@ -3,11 +3,11 @@
# "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
-%define buildforkernels newest
+#define buildforkernels newest
Name: psb-kmod
Version: 4.41.1
-Release: 14%{?dist}.12
+Release: 15%{?dist}
Summary: Kernel module for Poulsbo graphics chipsets
Group: System Environment/Kernel
@@ -44,6 +44,7 @@
Patch10: 0003-psb-Fix-framebuffer.patch
# From Lubomir Rintel: fix build for 2.6.35
Patch11: psb-kmod-4.41.1-overflow.patch
+Patch12: 0001-Attempt-to-deal-with-psb_dispatch_raster-NULL-derefe.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExclusiveArch: i586 i686
@@ -86,6 +87,7 @@
%patch9 -p1 -b .debug
%patch10 -p1 -b .framebuffer
%patch11 -p1 -b .overflow
+%patch12 -p1 -b .nullderef
popd
done
@@ -116,6 +118,9 @@
%changelog
+* Sun Jul 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 4.41.1-15
+- Add patch from Lubomir Rintel - rfbz#1676
+
* Sat May 28 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.41.1-14.12
- rebuild for updated kernel
13 years, 4 months
rpms/unrar/F-14 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 unrar.spec, 1.19, 1.20
by Conrad Meyer
Author: konradm
Update of /cvs/nonfree/rpms/unrar/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3050
Modified Files:
.cvsignore sources unrar.spec
Log Message:
* Sat Jul 9 2011 Conrad Meyer <konrad(a)tylerc.org> - 4.0.7-1
- Bump to new version.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-14/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 2 Sep 2010 20:20:53 -0000 1.7
+++ .cvsignore 9 Jul 2011 07:34:42 -0000 1.8
@@ -1 +1 @@
-unrarsrc-3.9.10.tar.gz
+unrarsrc-4.0.7.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-14/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 2 Sep 2010 20:20:53 -0000 1.7
+++ sources 9 Jul 2011 07:34:42 -0000 1.8
@@ -1 +1 @@
-3c130ae52ff9fece50af988c343e396d unrarsrc-3.9.10.tar.gz
+41b0a9bca945b4ae2608421afd8f606e unrarsrc-4.0.7.tar.gz
Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-14/unrar.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- unrar.spec 28 Sep 2010 17:58:22 -0000 1.19
+++ unrar.spec 9 Jul 2011 07:34:43 -0000 1.20
@@ -1,6 +1,6 @@
Name: unrar
-Version: 3.9.10
-Release: 3%{?dist}
+Version: 4.0.7
+Release: 1%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
Group: Applications/Archiving
@@ -107,6 +107,9 @@
%changelog
+* Sat Jul 9 2011 Conrad Meyer <konrad(a)tylerc.org> - 4.0.7-1
+- Bump to new version.
+
* Tue Sep 28 2010 Conrad Meyer <konrad(a)tylerc.org> - 3.9.10-3
- Patch to fix unresolved symbol issues (#1385).
13 years, 4 months
rpms/unrar/F-15 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 unrar.spec, 1.19, 1.20
by Conrad Meyer
Author: konradm
Update of /cvs/nonfree/rpms/unrar/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2942
Modified Files:
.cvsignore sources unrar.spec
Log Message:
* Sat Jul 9 2011 Conrad Meyer <konrad(a)tylerc.org> - 4.0.7-1
- Bump to new version.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-15/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 2 Sep 2010 20:20:53 -0000 1.7
+++ .cvsignore 9 Jul 2011 07:34:11 -0000 1.8
@@ -1 +1 @@
-unrarsrc-3.9.10.tar.gz
+unrarsrc-4.0.7.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-15/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 2 Sep 2010 20:20:53 -0000 1.7
+++ sources 9 Jul 2011 07:34:11 -0000 1.8
@@ -1 +1 @@
-3c130ae52ff9fece50af988c343e396d unrarsrc-3.9.10.tar.gz
+41b0a9bca945b4ae2608421afd8f606e unrarsrc-4.0.7.tar.gz
Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-15/unrar.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- unrar.spec 28 Sep 2010 17:58:22 -0000 1.19
+++ unrar.spec 9 Jul 2011 07:34:11 -0000 1.20
@@ -1,6 +1,6 @@
Name: unrar
-Version: 3.9.10
-Release: 3%{?dist}
+Version: 4.0.7
+Release: 1%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
Group: Applications/Archiving
@@ -107,6 +107,9 @@
%changelog
+* Sat Jul 9 2011 Conrad Meyer <konrad(a)tylerc.org> - 4.0.7-1
+- Bump to new version.
+
* Tue Sep 28 2010 Conrad Meyer <konrad(a)tylerc.org> - 3.9.10-3
- Patch to fix unresolved symbol issues (#1385).
13 years, 4 months
rpms/unrar/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 unrar.spec, 1.19, 1.20
by Conrad Meyer
Author: konradm
Update of /cvs/nonfree/rpms/unrar/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1342
Modified Files:
.cvsignore sources unrar.spec
Log Message:
* Sat Jul 9 2011 Conrad Meyer <konrad(a)tylerc.org> - 4.0.7-1
- Bump to new version.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 2 Sep 2010 20:20:53 -0000 1.7
+++ .cvsignore 9 Jul 2011 07:21:55 -0000 1.8
@@ -1 +1 @@
-unrarsrc-3.9.10.tar.gz
+unrarsrc-4.0.7.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 2 Sep 2010 20:20:53 -0000 1.7
+++ sources 9 Jul 2011 07:21:55 -0000 1.8
@@ -1 +1 @@
-3c130ae52ff9fece50af988c343e396d unrarsrc-3.9.10.tar.gz
+41b0a9bca945b4ae2608421afd8f606e unrarsrc-4.0.7.tar.gz
Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/unrar.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- unrar.spec 28 Sep 2010 17:58:22 -0000 1.19
+++ unrar.spec 9 Jul 2011 07:21:55 -0000 1.20
@@ -1,6 +1,6 @@
Name: unrar
-Version: 3.9.10
-Release: 3%{?dist}
+Version: 4.0.7
+Release: 1%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
Group: Applications/Archiving
@@ -107,6 +107,9 @@
%changelog
+* Sat Jul 9 2011 Conrad Meyer <konrad(a)tylerc.org> - 4.0.7-1
+- Bump to new version.
+
* Tue Sep 28 2010 Conrad Meyer <konrad(a)tylerc.org> - 3.9.10-3
- Patch to fix unresolved symbol issues (#1385).
13 years, 4 months
rpms/buildsys-build-rpmfusion/F-15 buildsys-build-rpmfusion.spec, 1.32, 1.33 buildsys-build-rpmfusion-kerneldevpkgs-current, 1.25, 1.26
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/buildsys-build-rpmfusion/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15434
Modified Files:
buildsys-build-rpmfusion.spec
buildsys-build-rpmfusion-kerneldevpkgs-current
Log Message:
Fix verrel
Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-15/buildsys-build-rpmfusion.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- buildsys-build-rpmfusion.spec 8 Jul 2011 20:39:19 -0000 1.32
+++ buildsys-build-rpmfusion.spec 8 Jul 2011 21:01:13 -0000 1.33
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 15
-Release: 5
+Release: 6
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -86,8 +86,8 @@
%changelog
-* Fri Jul 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 10:15-5
-- rebuild for kernel kernel-2.6.38.8-35.fc15
+* Fri Jul 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 10:15-6
+- rebuild for kernel 2.6.38.8-35.fc15
* Wed Jun 15 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:15-4
- rebuild for kernel 2.6.38.8-32.fc15
Index: buildsys-build-rpmfusion-kerneldevpkgs-current
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-15/buildsys-build-rpmfusion-kerneldevpkgs-current,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- buildsys-build-rpmfusion-kerneldevpkgs-current 8 Jul 2011 20:39:19 -0000 1.25
+++ buildsys-build-rpmfusion-kerneldevpkgs-current 8 Jul 2011 21:01:13 -0000 1.26
@@ -1,3 +1,3 @@
-kernel-2.6.38.8-35.fc15
-kernel-2.6.38.8-35.fc15smp
-kernel-2.6.38.8-35.fc15PAE
+2.6.38.8-35.fc15
+2.6.38.8-35.fc15smp
+2.6.38.8-35.fc15PAE
13 years, 4 months
rpms/buildsys-build-rpmfusion/F-15 buildsys-build-rpmfusion-kerneldevpkgs-current, 1.24, 1.25 buildsys-build-rpmfusion.spec, 1.31, 1.32 update-to-latest-kernels.sh, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/buildsys-build-rpmfusion/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13155
Modified Files:
buildsys-build-rpmfusion-kerneldevpkgs-current
buildsys-build-rpmfusion.spec update-to-latest-kernels.sh
Log Message:
* Fri Jul 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 10:15-5
- rebuild for kernel kernel-2.6.38.8-35.fc15
Index: buildsys-build-rpmfusion-kerneldevpkgs-current
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-15/buildsys-build-rpmfusion-kerneldevpkgs-current,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- buildsys-build-rpmfusion-kerneldevpkgs-current 15 Jun 2011 15:55:54 -0000 1.24
+++ buildsys-build-rpmfusion-kerneldevpkgs-current 8 Jul 2011 20:39:19 -0000 1.25
@@ -1,3 +1,3 @@
-2.6.38.8-32.fc15
-2.6.38.8-32.fc15smp
-2.6.38.8-32.fc15PAE
+kernel-2.6.38.8-35.fc15
+kernel-2.6.38.8-35.fc15smp
+kernel-2.6.38.8-35.fc15PAE
Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-15/buildsys-build-rpmfusion.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- buildsys-build-rpmfusion.spec 15 Jun 2011 15:55:54 -0000 1.31
+++ buildsys-build-rpmfusion.spec 8 Jul 2011 20:39:19 -0000 1.32
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 15
-Release: 4
+Release: 5
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -86,6 +86,9 @@
%changelog
+* Fri Jul 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 10:15-5
+- rebuild for kernel kernel-2.6.38.8-35.fc15
+
* Wed Jun 15 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:15-4
- rebuild for kernel 2.6.38.8-32.fc15
Index: update-to-latest-kernels.sh
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-15/update-to-latest-kernels.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- update-to-latest-kernels.sh 19 Oct 2008 10:55:53 -0000 1.1
+++ update-to-latest-kernels.sh 8 Jul 2011 20:39:19 -0000 1.2
@@ -11,7 +11,7 @@
exit 1
fi
-if [[ ! "${RPM_PACKAGER}" ]] ; then
+if [[ ! $(rpmdev-packager) ]] ; then
echo "Please set RPM_PACKAGER for rpmdev-bumpspec" >&2
exit 1
fi
13 years, 4 months
rpms/OpenEXR_Viewers-nonfree/devel OpenEXR_Viewers-nonfree.spec, 1.12, 1.13
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26716
Modified Files:
OpenEXR_Viewers-nonfree.spec
Log Message:
Bump again
Index: OpenEXR_Viewers-nonfree.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel/OpenEXR_Viewers-nonfree.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- OpenEXR_Viewers-nonfree.spec 7 Jul 2011 12:08:32 -0000 1.12
+++ OpenEXR_Viewers-nonfree.spec 8 Jul 2011 13:45:38 -0000 1.13
@@ -12,7 +12,7 @@
Name: %{real_name}
Version: 1.0.2
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Viewers programs for OpenEXR
Group: Applications/Multimedia
@@ -139,6 +139,9 @@
%endif
%changelog
+* Fri Jul 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.2-7
+- Bump
+
* Thu Jul 07 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.2-6
- Bump for fltk rebuilt
13 years, 4 months
rpms/gnome-mplayer/F-14 gnome-mplayer.spec,1.37,1.38
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gnome-mplayer/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8399
Modified Files:
gnome-mplayer.spec
Log Message:
Worked around old rpm not understanding %patch -d
Index: gnome-mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-14/gnome-mplayer.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- gnome-mplayer.spec 8 Jul 2011 07:33:17 -0000 1.37
+++ gnome-mplayer.spec 8 Jul 2011 07:38:50 -0000 1.38
@@ -103,11 +103,15 @@
%setup -qcT
tar -xzf %{SOURCE0}
mv %{name}-%{version} generic
-%patch0 -p0 -d generic -b .applefix
+pushd generic
+%patch0 -p0 -b .applefix
+popd
%if %{with minimal}
tar -xzf %{SOURCE0}
mv %{name}-%{version} minimal
-%patch0 -p0 -d minimal -b .applefix
+pushd minimal
+%patch0 -p0 -b .applefix
+popd
%endif
13 years, 4 months
rpms/gnome-mplayer/F-15 gnome-mplayer.spec,1.36,1.37
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gnome-mplayer/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8049
Modified Files:
gnome-mplayer.spec
Log Message:
Worked around old rpm not understanding %patch -d
Index: gnome-mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-15/gnome-mplayer.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- gnome-mplayer.spec 8 Jul 2011 07:19:49 -0000 1.36
+++ gnome-mplayer.spec 8 Jul 2011 07:38:43 -0000 1.37
@@ -103,11 +103,15 @@
%setup -qcT
tar -xzf %{SOURCE0}
mv %{name}-%{version} generic
-%patch0 -p0 -d generic -b .applefix
+pushd generic
+%patch0 -p0 -b .applefix
+popd
%if %{with minimal}
tar -xzf %{SOURCE0}
mv %{name}-%{version} minimal
-%patch0 -p0 -d minimal -b .applefix
+pushd minimal
+%patch0 -p0 -b .applefix
+popd
%endif
13 years, 4 months
rpms/gnome-mplayer/devel gnome-mplayer.spec,1.36,1.37
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gnome-mplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7972
Modified Files:
gnome-mplayer.spec
Log Message:
Worked around old rpm not understanding %patch -d
Index: gnome-mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/devel/gnome-mplayer.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- gnome-mplayer.spec 8 Jul 2011 07:19:39 -0000 1.36
+++ gnome-mplayer.spec 8 Jul 2011 07:38:35 -0000 1.37
@@ -103,11 +103,15 @@
%setup -qcT
tar -xzf %{SOURCE0}
mv %{name}-%{version} generic
-%patch0 -p0 -d generic -b .applefix
+pushd generic
+%patch0 -p0 -b .applefix
+popd
%if %{with minimal}
tar -xzf %{SOURCE0}
mv %{name}-%{version} minimal
-%patch0 -p0 -d minimal -b .applefix
+pushd minimal
+%patch0 -p0 -b .applefix
+popd
%endif
13 years, 4 months