rpms/mplayer/devel mplayer.spec,1.41,1.42
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16097/devel
Modified Files:
mplayer.spec
Log Message:
Rebuild for FFmpeg
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- mplayer.spec 2 Jan 2012 11:37:21 -0000 1.41
+++ mplayer.spec 10 Jan 2012 06:41:43 -0000 1.42
@@ -6,7 +6,7 @@
Name: mplayer
Version: 1.0
-Release: 0.127.%{pre}%{?dist}
+Release: 0.128.%{pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
Group: Applications/Multimedia
@@ -401,6 +401,9 @@
%{_datadir}/mplayer/*.fp
%changelog
+* Tue Jan 10 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0-0.128.20110816svn
+- Rebuild for FFmpeg
+
* Mon Jan 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0-0.127.20110816svn
- Rebuild for new ffmpeg
12 years, 10 months
rpms/wl-kmod/devel broadcom-wl-5.100.82.112-kernel-3.2.patch, NONE, 1.1 wl-kmod.spec, 1.56, 1.57
by Nicolas Viéville
Author: nvieville
Update of /cvs/nonfree/rpms/wl-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22951
Modified Files:
wl-kmod.spec
Added Files:
broadcom-wl-5.100.82.112-kernel-3.2.patch
Log Message:
* Mon Jan 09 2012 Nicolas Vieville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-2
- Added patch to build for kernel >= 3.2
broadcom-wl-5.100.82.112-kernel-3.2.patch:
wl_linux.c | 4 ++++
1 file changed, 4 insertions(+)
--- NEW FILE broadcom-wl-5.100.82.112-kernel-3.2.patch ---
diff -Naur hybrid-portsrc_x86_32-v5_100_82_112.orig/src/wl/sys/wl_linux.c hybrid-portsrc_x86_32-v5_100_82_112/src/wl/sys/wl_linux.c
--- hybrid-portsrc_x86_32-v5_100_82_112.orig/src/wl/sys/wl_linux.c 2011-10-26 09:40:02.793032059 +0200
+++ hybrid-portsrc_x86_32-v5_100_82_112/src/wl/sys/wl_linux.c 2012-01-09 15:07:19.641120013 +0100
@@ -387,7 +387,11 @@
#endif
.ndo_get_stats = wl_get_stats,
.ndo_set_mac_address = wl_set_mac_address,
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0)
+ .ndo_set_rx_mode = wl_set_multicast_list,
+#else
.ndo_set_multicast_list = wl_set_multicast_list,
+#endif
.ndo_do_ioctl = wl_ioctl
};
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/devel/wl-kmod.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- wl-kmod.spec 6 Nov 2011 23:40:24 -0000 1.56
+++ wl-kmod.spec 9 Jan 2012 21:36:16 -0000 1.57
@@ -9,7 +9,7 @@
Name: wl-kmod
Version: 5.100.82.112
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -18,6 +18,7 @@
Source1: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-v5_100_82_11...
Source11: broadcom-wl-kmodtool-excludekernel-filterfile
Patch0: broadcom-wl-5.100.82.112-license.patch
+Patch1: broadcom-wl-5.100.82.112-kernel-3.2.patch
BuildRequires: %{_bindir}/kmodtool
@@ -54,6 +55,7 @@
tar xzf %{SOURCE1}
%endif
%patch0 -p1 -b .license
+%patch1 -p1 -b .kernel-3.2
popd
for kernel_version in %{?kernel_versions} ; do
@@ -83,6 +85,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Jan 09 2012 Nicolas Vieville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-2
+- Added patch to build for kernel >= 3.2
+
* Mon Nov 07 2011 Nicolas Vieville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-1
- Updated version to 5.100.82.112
12 years, 10 months
rpms/ffmpeg/F-16 .cvsignore, 1.29, 1.30 ffmpeg.spec, 1.51, 1.52 sources, 1.29, 1.30
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14308/F-16
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
Update FFmpeg releasess
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-16/.cvsignore,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- .cvsignore 21 Dec 2011 22:46:23 -0000 1.29
+++ .cvsignore 9 Jan 2012 15:28:53 -0000 1.30
@@ -1 +1 @@
-ffmpeg-0.8.7.tar.bz2
+ffmpeg-0.8.8.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-16/ffmpeg.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ffmpeg.spec 21 Dec 2011 22:46:23 -0000 1.51
+++ ffmpeg.spec 9 Jan 2012 15:28:53 -0000 1.52
@@ -6,7 +6,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.8.7
+Version: 0.8.8
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -245,6 +245,9 @@
%changelog
+* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8.8-1
+- Update to 0.8.8
+
* Wed Dec 21 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8.7-1
- Update to 0.8.7
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-16/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources 21 Dec 2011 22:46:23 -0000 1.29
+++ sources 9 Jan 2012 15:28:53 -0000 1.30
@@ -1 +1 @@
-31da4d5610d7138761e23fab8fe3a84d ffmpeg-0.8.7.tar.bz2
+3fcb655c0a3cac4210f99cea7b5f18ca ffmpeg-0.8.8.tar.bz2
12 years, 10 months
rpms/ffmpeg/F-15 .cvsignore, 1.27, 1.28 ffmpeg.spec, 1.50, 1.51 sources, 1.27, 1.28
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14308/F-15
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
Update FFmpeg releasess
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore 21 Dec 2011 22:46:23 -0000 1.27
+++ .cvsignore 9 Jan 2012 15:28:53 -0000 1.28
@@ -1 +1 @@
-ffmpeg-0.7.8.tar.bz2
+ffmpeg-0.7.9.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/ffmpeg.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ffmpeg.spec 21 Dec 2011 22:46:23 -0000 1.50
+++ ffmpeg.spec 9 Jan 2012 15:28:53 -0000 1.51
@@ -6,7 +6,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.7.8
+Version: 0.7.9
Release: 1%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -250,6 +250,9 @@
%changelog
+* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.9-1
+- Update to 0.7.9
+
* Wed Dec 21 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.8-1
- Update to 0.7.8
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources 21 Dec 2011 22:46:23 -0000 1.27
+++ sources 9 Jan 2012 15:28:53 -0000 1.28
@@ -1 +1 @@
-e0053495f4cc7247600c4f2a3302dafb ffmpeg-0.7.8.tar.bz2
+e4d0c32c0a7cc763922ee8c34e688b5a ffmpeg-0.7.9.tar.bz2
12 years, 10 months
rpms/ffmpeg/devel .cvsignore, 1.29, 1.30 ffmpeg.spec, 1.52, 1.53 sources, 1.29, 1.30
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14308/devel
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
Update FFmpeg releasess
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/.cvsignore,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- .cvsignore 21 Dec 2011 22:46:23 -0000 1.29
+++ .cvsignore 9 Jan 2012 15:28:53 -0000 1.30
@@ -1 +1 @@
-ffmpeg-0.8.7.tar.bz2
+ffmpeg-0.8.8.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ffmpeg.spec 21 Dec 2011 22:46:23 -0000 1.52
+++ ffmpeg.spec 9 Jan 2012 15:28:53 -0000 1.53
@@ -6,7 +6,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.8.7
+Version: 0.8.8
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -245,6 +245,9 @@
%changelog
+* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8.8-1
+- Update to 0.8.8
+
* Wed Dec 21 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8.7-1
- Update to 0.8.7
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources 21 Dec 2011 22:46:23 -0000 1.29
+++ sources 9 Jan 2012 15:28:53 -0000 1.30
@@ -1 +1 @@
-31da4d5610d7138761e23fab8fe3a84d ffmpeg-0.8.7.tar.bz2
+3fcb655c0a3cac4210f99cea7b5f18ca ffmpeg-0.8.8.tar.bz2
12 years, 10 months
rpms/wl-kmod/F-15 wl-kmod.spec,1.72,1.73
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20924
Modified Files:
wl-kmod.spec
Log Message:
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.38-1.9
- rebuild for updated kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-15/wl-kmod.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- wl-kmod.spec 4 Jan 2012 12:12:17 -0000 1.72
+++ wl-kmod.spec 9 Jan 2012 12:55:27 -0000 1.73
@@ -9,7 +9,7 @@
Name: wl-kmod
Version: 5.100.82.38
-Release: 1%{?dist}.8
+Release: 1%{?dist}.9
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -85,6 +85,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.38-1.9
+- rebuild for updated kernel
+
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.38-1.8
- rebuild for updated kernel
12 years, 10 months
rpms/nvidia-kmod/F-15 nvidia-kmod.spec,1.105,1.106
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20754
Modified Files:
nvidia-kmod.spec
Log Message:
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.14
- rebuild for updated kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/nvidia-kmod.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- nvidia-kmod.spec 4 Jan 2012 12:11:36 -0000 1.105
+++ nvidia-kmod.spec 9 Jan 2012 12:54:45 -0000 1.106
@@ -9,7 +9,7 @@
Epoch: 1
Version: 280.13
# Taken over by kmodtool
-Release: 2%{?dist}.13
+Release: 2%{?dist}.14
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -86,6 +86,9 @@
%changelog
+* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.14
+- rebuild for updated kernel
+
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.13
- rebuild for updated kernel
12 years, 10 months
rpms/nvidia-173xx-kmod/F-15 nvidia-173xx-kmod.spec,1.54,1.55
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20554
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.14
- rebuild for updated kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-15/nvidia-173xx-kmod.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- nvidia-173xx-kmod.spec 4 Jan 2012 12:10:53 -0000 1.54
+++ nvidia-173xx-kmod.spec 9 Jan 2012 12:54:01 -0000 1.55
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.31
# Taken over by kmodtool
-Release: 1%{?dist}.13
+Release: 1%{?dist}.14
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.14
+- rebuild for updated kernel
+
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.13
- rebuild for updated kernel
12 years, 10 months
rpms/catalyst-kmod/F-15 catalyst-kmod.spec,1.29,1.30
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20406
Modified Files:
catalyst-kmod.spec
Log Message:
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.7
- rebuild for updated kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-15/catalyst-kmod.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- catalyst-kmod.spec 4 Jan 2012 12:10:11 -0000 1.29
+++ catalyst-kmod.spec 9 Jan 2012 12:53:19 -0000 1.30
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 11.11
-Release: 1%{?dist}.6
+Release: 1%{?dist}.7
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -97,6 +97,9 @@
%changelog
+* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.7
+- rebuild for updated kernel
+
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.6
- rebuild for updated kernel
12 years, 10 months
rpms/xtables-addons-kmod/F-15 xtables-addons-kmod.spec,1.30,1.31
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20246
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.7
- rebuild for updated kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-15/xtables-addons-kmod.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- xtables-addons-kmod.spec 4 Jan 2012 12:09:28 -0000 1.30
+++ xtables-addons-kmod.spec 9 Jan 2012 12:52:35 -0000 1.31
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 1.39
-Release: 1%{?dist}.6
+Release: 1%{?dist}.7
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -68,6 +68,9 @@
rm -rf %{buildroot}
%changelog
+* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.7
+- rebuild for updated kernel
+
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.6
- rebuild for updated kernel
12 years, 10 months