rpms/ffmpeg-compat/devel ffmpeg-compat.spec,1.3,1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg-compat/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24986
Modified Files:
ffmpeg-compat.spec
Log Message:
Rebuilt for x264
Index: ffmpeg-compat.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/devel/ffmpeg-compat.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ffmpeg-compat.spec 13 Jun 2012 07:54:54 -0000 1.3
+++ ffmpeg-compat.spec 24 Jun 2012 14:00:43 -0000 1.4
@@ -10,7 +10,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg-compat
Version: 0.6.6
-Release: 1%{?dist}
+Release: 2%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -226,6 +226,9 @@
%changelog
+* Sun Jun 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-2
+- Rebuilt for x264
+
* Wed Jun 13 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-1
- Update to 0.6.6
12 years, 5 months
rpms/mplayer/devel mplayer-pngalpha.patch, NONE, 1.1 mplayer.spec, 1.56, 1.57
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/mplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24073
Modified Files:
mplayer.spec
Added Files:
mplayer-pngalpha.patch
Log Message:
* Sun Jun 24 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-1
- Updated to 1.1
- Made %pre, %svn and %svnbuild defines optional
- Switched to .xz sources
- Updated the ffmpeg patch
- Fixed -vo png:alpha using a patch from SVN (RPM Fusion bug #2362)
mplayer-pngalpha.patch:
vo_png.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE mplayer-pngalpha.patch ---
Index: libvo/vo_png.c
===================================================================
--- libvo/vo_png.c (wersja 34891)
+++ libvo/vo_png.c (wersja 34892)
@@ -205,7 +205,7 @@
switch(format){
case IMGFMT_RGB24:
return use_alpha ? 0 : supported_flags;
- case IMGFMT_BGR32:
+ case IMGFMT_RGBA:
return use_alpha ? supported_flags : 0;
}
return 0;
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- mplayer.spec 14 Jun 2012 22:34:06 -0000 1.56
+++ mplayer.spec 24 Jun 2012 13:44:46 -0000 1.57
@@ -24,6 +24,7 @@
Source1: http://www.mplayerhq.hu/MPlayer/skins/Blue-1.8.tar.bz2
Source10: mplayer-snapshot.sh
Patch0: %{name}-gmplayer-subtitles.patch
+Patch1: %{name}-pngalpha.patch
# set defaults for Fedora
Patch2: %{name}-config.patch
# use roff include statements instead of symlinks
@@ -223,6 +224,7 @@
rm -rf ffmpeg libdvdcss libdvdnav libdvdread4
%endif
%patch0 -p0 -b .gmplayer-subtitles
+%patch0 -p0 -b .pngalpha
%patch2 -p1 -b .config
%patch8 -p1 -b .manlinks
%patch14 -p1 -b .nodvdcss
@@ -382,11 +384,12 @@
%{_datadir}/mplayer/*.fp
%changelog
-* Thu Jun 14 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-1
+* Sun Jun 24 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-1
- Updated to 1.1
- Made %%pre, %%svn and %%svnbuild defines optional
- Switched to .xz sources
- Updated the ffmpeg patch
+- Fixed -vo png:alpha using a patch from SVN (RPM Fusion bug #2362)
* Wed Jun 13 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0-0.139.20120205svn
- Restored the ability to disable subtitles in gmplayer (RPM Fusion bug #2373)
12 years, 5 months
rpms/xorg-x11-drv-catalyst/F-17 sources,1.5,1.6
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23021
Modified Files:
sources
Log Message:
* Sun Jun 24 2012 leigh scott <leigh123linux(a)googlemail.com> - 12.6-0.1
- Update to Catalyst 12.6 beta (internal version 8.98)
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-17/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 24 Jun 2012 13:26:38 -0000 1.5
+++ sources 24 Jun 2012 13:28:24 -0000 1.6
@@ -1 +1,2 @@
ee4558402d4cbc4e56f2549d0e8fbd0e amd-driver-installer-8.98-x86.x86_64.run
+b8f56bc55aa70cb19dd12857fdc184cc xvba-sdk-0.74-404001.tar.gz
12 years, 5 months
rpms/xroar/F-16 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 xroar.spec, 1.11, 1.12
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/xroar/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22820
Modified Files:
.cvsignore sources xroar.spec
Log Message:
* Wed Jun 13 2012 Andrea Musuruane <musuruan(a)gmail.com> 0.28.1-1
- Upgrade to 0.28.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xroar/F-16/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 13 May 2012 16:54:13 -0000 1.9
+++ .cvsignore 24 Jun 2012 13:27:06 -0000 1.10
@@ -1,2 +1,2 @@
-xroar-0.28.tar.gz
+xroar-0.28.1.tar.gz
dragon.rom
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xroar/F-16/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 13 May 2012 16:54:13 -0000 1.9
+++ sources 24 Jun 2012 13:27:06 -0000 1.10
@@ -1,2 +1,2 @@
-0cdc25986ed4e3352fba42bf4c6d99cb xroar-0.28.tar.gz
+fab66a661e618b51a9496d2def8f20fa xroar-0.28.1.tar.gz
f8b5f52c07abb4dc9102d8420605d7e4 dragon.rom
Index: xroar.spec
===================================================================
RCS file: /cvs/free/rpms/xroar/F-16/xroar.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xroar.spec 13 May 2012 16:54:13 -0000 1.11
+++ xroar.spec 24 Jun 2012 13:27:06 -0000 1.12
@@ -1,5 +1,5 @@
Name: xroar
-Version: 0.28
+Version: 0.28.1
Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
Group: Applications/Emulators
@@ -145,6 +145,9 @@
%changelog
+* Wed Jun 13 2012 Andrea Musuruane <musuruan(a)gmail.com> 0.28.1-1
+- Upgrade to 0.28.1
+
* Sun May 13 2012 Andrea Musuruane <musuruan(a)gmail.com> 0.28-1
- Upgrade to 0.28
- Use converted macosx icons
12 years, 5 months
rpms/xorg-x11-drv-catalyst/F-17 .cvsignore, 1.5, 1.6 sources, 1.4, 1.5 xorg-x11-drv-catalyst.spec, 1.5, 1.6
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22585
Modified Files:
.cvsignore sources xorg-x11-drv-catalyst.spec
Log Message:
* Sun Jun 24 2012 leigh scott <leigh123linux(a)googlemail.com> - 12.6-0.1
- Update to Catalyst 12.6 beta (internal version 8.98)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-17/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 16 Nov 2011 22:47:05 -0000 1.5
+++ .cvsignore 24 Jun 2012 13:26:37 -0000 1.6
@@ -1,2 +1 @@
-xvba-sdk-0.74-404001.tar.gz
-ati-driver-installer-11-11-x86.x86_64.run
+amd-driver-installer-8.98-x86.x86_64.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-17/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 16 Nov 2011 22:47:05 -0000 1.4
+++ sources 24 Jun 2012 13:26:38 -0000 1.5
@@ -1,2 +1 @@
-b8f56bc55aa70cb19dd12857fdc184cc xvba-sdk-0.74-404001.tar.gz
-7196077aacfbaf7234a705f5352a1111 ati-driver-installer-11-11-x86.x86_64.run
+ee4558402d4cbc4e56f2549d0e8fbd0e amd-driver-installer-8.98-x86.x86_64.run
Index: xorg-x11-drv-catalyst.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-17/xorg-x11-drv-catalyst.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xorg-x11-drv-catalyst.spec 16 Nov 2011 23:27:03 -0000 1.5
+++ xorg-x11-drv-catalyst.spec 24 Jun 2012 13:26:39 -0000 1.6
@@ -4,13 +4,16 @@
%global __strip /bin/true
Name: xorg-x11-drv-catalyst
-Version: 11.11
-Release: 3%{?dist}
+Version: 12.6
+Release: 0.1%{?dist}
Summary: AMD's proprietary driver for ATI graphic cards
Group: User Interface/X Hardware Support
License: Redistributable, no modification permitted
URL: http://www.ati.com/support/drivers/linux/radeon-linux.html
-Source0: https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-dri...
+#Source0: https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/amd-dri...
+#http://www2.ati.com/drivers/hotfix/catalyst_12.6_hotfixes/amd-driver-installer-8.98-x86.x86_64.zip
+# unzip amd-driver-installer-8.98-x86.x86_64.zip
+Source0: amd-driver-installer-8.98-x86.x86_64.run
Source1: http://developer.amd.com/downloads/xvba-sdk-0.74-404001.tar.gz
Source2: catalyst-README.Fedora
Source3: amdcccle.desktop
@@ -228,6 +231,10 @@
rm -f $RPM_BUILD_ROOT%{atilibdir}/switchlibGL
rm -f $RPM_BUILD_ROOT%{atilibdir}/switchlibglx
+# ATI says this is a 64-bit binary, but it's not.
+rm -rf $RPM_BUILD_ROOT%{atilibdir}/libSlotMaximizerBe.so
+
+
# Remove some 'fglrx-' prefixes
mv $RPM_BUILD_ROOT%{atilibdir}/{fglrx-,}libGL.so.1.2
mv $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/catalyst/{fglrx-,}libglx.so
@@ -339,6 +346,7 @@
%config(noreplace) %{_sysconfdir}/security/console.apps/amdcccle-su
%config %{_sysconfdir}/X11/xorg.conf.d/*catalyst*.conf
%{_sysconfdir}/ati/atiogl.xml
+%{_sysconfdir}/ati/atiapfxx.blb
%{_sysconfdir}/ati/logo.xbm.example
%{_sysconfdir}/ati/logo_mask.xbm.example
%{_sysconfdir}/ati/amdpcsdb.default
@@ -390,6 +398,18 @@
%changelog
+* Sun Jun 24 2012 leigh scott <leigh123linux(a)googlemail.com> - 12.6-0.1
+- Update to Catalyst 12.6 beta (internal version 8.98)
+
+* Fri Apr 27 2012 leigh scott <leigh123linux(a)googlemail.com> - 12.4-1
+- Update to Catalyst 12.4 (internal version 8.961)
+
+* Fri Mar 30 2012 leigh scott <leigh123linux(a)googlemail.com> - 12.3-1
+- Update to Catalyst 12.3 (internal version 8.951)
+
+* Sun Feb 05 2012 Stewart Adam <s.adam at diffingo.com> - 12.1-1
+- Update to Catalyst 12.1 (internal version 8.93)
+
* Wed Nov 16 2011 Stewart Adam <s.adam at diffingo.com> - 11.11-3
- Bump because of rawhide tagging issue
12 years, 5 months
rpms/xroar/F-17 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 xroar.spec, 1.12, 1.13
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/xroar/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22544
Modified Files:
.cvsignore sources xroar.spec
Log Message:
* Wed Jun 13 2012 Andrea Musuruane <musuruan(a)gmail.com> 0.28.1-1
- Upgrade to 0.28.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xroar/F-17/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 13 May 2012 16:53:36 -0000 1.9
+++ .cvsignore 24 Jun 2012 13:26:32 -0000 1.10
@@ -1,2 +1,2 @@
-xroar-0.28.tar.gz
+xroar-0.28.1.tar.gz
dragon.rom
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xroar/F-17/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 13 May 2012 16:53:37 -0000 1.9
+++ sources 24 Jun 2012 13:26:32 -0000 1.10
@@ -1,2 +1,2 @@
-0cdc25986ed4e3352fba42bf4c6d99cb xroar-0.28.tar.gz
+fab66a661e618b51a9496d2def8f20fa xroar-0.28.1.tar.gz
f8b5f52c07abb4dc9102d8420605d7e4 dragon.rom
Index: xroar.spec
===================================================================
RCS file: /cvs/free/rpms/xroar/F-17/xroar.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xroar.spec 13 May 2012 16:53:38 -0000 1.12
+++ xroar.spec 24 Jun 2012 13:26:32 -0000 1.13
@@ -1,5 +1,5 @@
Name: xroar
-Version: 0.28
+Version: 0.28.1
Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
Group: Applications/Emulators
@@ -145,6 +145,9 @@
%changelog
+* Wed Jun 13 2012 Andrea Musuruane <musuruan(a)gmail.com> 0.28.1-1
+- Upgrade to 0.28.1
+
* Sun May 13 2012 Andrea Musuruane <musuruan(a)gmail.com> 0.28-1
- Upgrade to 0.28
- Use converted macosx icons
12 years, 5 months
rpms/xroar/devel .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 xroar.spec, 1.12, 1.13
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/xroar/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22169
Modified Files:
.cvsignore sources xroar.spec
Log Message:
* Wed Jun 13 2012 Andrea Musuruane <musuruan(a)gmail.com> 0.28.1-1
- Upgrade to 0.28.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 13 May 2012 16:52:59 -0000 1.9
+++ .cvsignore 24 Jun 2012 13:24:35 -0000 1.10
@@ -1,2 +1,2 @@
-xroar-0.28.tar.gz
+xroar-0.28.1.tar.gz
dragon.rom
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 13 May 2012 16:52:59 -0000 1.9
+++ sources 24 Jun 2012 13:24:36 -0000 1.10
@@ -1,2 +1,2 @@
-0cdc25986ed4e3352fba42bf4c6d99cb xroar-0.28.tar.gz
+fab66a661e618b51a9496d2def8f20fa xroar-0.28.1.tar.gz
f8b5f52c07abb4dc9102d8420605d7e4 dragon.rom
Index: xroar.spec
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/xroar.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xroar.spec 13 May 2012 16:52:59 -0000 1.12
+++ xroar.spec 24 Jun 2012 13:24:37 -0000 1.13
@@ -1,5 +1,5 @@
Name: xroar
-Version: 0.28
+Version: 0.28.1
Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
Group: Applications/Emulators
@@ -145,6 +145,9 @@
%changelog
+* Wed Jun 13 2012 Andrea Musuruane <musuruan(a)gmail.com> 0.28.1-1
+- Upgrade to 0.28.1
+
* Sun May 13 2012 Andrea Musuruane <musuruan(a)gmail.com> 0.28-1
- Upgrade to 0.28
- Use converted macosx icons
12 years, 5 months
rpms/catalyst-kmod/F-17 catalyst-kmod.spec,1.29,1.30
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/catalyst-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22130
Modified Files:
catalyst-kmod.spec
Log Message:
* Sun Jun 24 2012 leigh scott <leigh123linux(a)googlemail.com> - 12.6-0.1
- Update to Catalyst 12.6 beta (internal version 8.98)
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-17/catalyst-kmod.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- catalyst-kmod.spec 24 Jun 2012 13:21:25 -0000 1.29
+++ catalyst-kmod.spec 24 Jun 2012 13:24:32 -0000 1.30
@@ -101,6 +101,7 @@
%changelog
* Sun Jun 24 2012 leigh scott <leigh123linux(a)googlemail.com> - 12.6-0.1
- Update to Catalyst 12.6 beta (internal version 8.98)
+- patch for newer kernels (3.4.0)
* Thu Jun 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.15
- Rebuilt for updated kernel
12 years, 5 months
rpms/catalyst-kmod/F-17 fglrx_kernel_3.4.0.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 catalyst-kmod.spec, 1.28, 1.29 sources, 1.5, 1.6
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/catalyst-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21863
Modified Files:
.cvsignore catalyst-kmod.spec sources
Added Files:
fglrx_kernel_3.4.0.patch
Log Message:
* Sun Jun 24 2012 leigh scott <leigh123linux(a)googlemail.com> - 12.6-0.1
- Update to Catalyst 12.6 beta (internal version 8.98)
fglrx_kernel_3.4.0.patch:
firegl_public.c | 7 +++++++
kcl_ioctl.c | 4 ++++
2 files changed, 11 insertions(+)
--- NEW FILE fglrx_kernel_3.4.0.patch ---
--- lib/modules/fglrx/build_mod/firegl_public.c
+++ lib/modules/fglrx/build_mod/firegl_public.c
@@ -187,6 +187,9 @@
#include <linux/gfp.h>
#include <linux/swap.h>
#include "asm/i387.h"
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0)
+#include <asm/fpu-internal.h>
+#endif
#include "firegl_public.h"
#include "kcl_osconfig.h"
@@ -4181,7 +4184,11 @@ static int kasInitExecutionLevels(unsigned long level_init)
{
unsigned int p;
KCL_DEBUG5(FN_FIREGL_KAS, "%d\n", level_init);
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0)
+ for_each_possible_cpu(p)
+#else
for_each_cpu_mask(p, cpu_possible_map)
+#endif
{
KCL_DEBUG1(FN_FIREGL_KAS,"Setting initial execution level for CPU # %d\n", p);
preempt_disable();
--- lib/modules/fglrx/build_mod/kcl_ioctl.c
+++ lib/modules/fglrx/build_mod/kcl_ioctl.c
@@ -217,6 +217,10 @@
* \param size [in] Number of bytes to allocate
* \return Pointer to allocated memory
*/
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0)
+DEFINE_PER_CPU(unsigned long, old_rsp);
+#endif
+
void* ATI_API_CALL KCL_IOCTL_AllocUserSpace32(long size)
{
void __user *ret = COMPAT_ALLOC_USER_SPACE(size);
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-17/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 16 Nov 2011 22:56:44 -0000 1.6
+++ .cvsignore 24 Jun 2012 13:21:25 -0000 1.7
@@ -1 +1 @@
-catalyst-kmod-data-11.11.tar.bz2
+catalyst-kmod-data-12.6.tar.bz2
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-17/catalyst-kmod.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- catalyst-kmod.spec 21 Jun 2012 08:06:57 -0000 1.28
+++ catalyst-kmod.spec 24 Jun 2012 13:21:25 -0000 1.29
@@ -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
-%define buildforkernels newest
+%define buildforkernels current
# Tweak to have debuginfo - part 1/2
%if 0%{?fedora} > 7
@@ -12,8 +12,8 @@
%endif
Name: catalyst-kmod
-Version: 11.11
-Release: 1%{?dist}.15
+Version: 12.6
+Release: 0.1%{?dist}
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -22,6 +22,7 @@
Source0: http://downloads.diffingo.com/rpmfusion/kmod-data/catalyst-kmod-data-%{ve...
Source11: catalyst-kmodtool-excludekernel-filterfile
Patch0: compat_alloc-Makefile.patch
+Patch1: fglrx_kernel_3.4.0.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i686
@@ -67,6 +68,7 @@
pushd fglrxpkg
%patch0 -p0 -b.compat_alloc
+%patch1 -p0 -b.fglrx_kernel_3.4.0
popd
for kernel_version in %{?kernel_versions} ; do
@@ -97,6 +99,9 @@
%changelog
+* Sun Jun 24 2012 leigh scott <leigh123linux(a)googlemail.com> - 12.6-0.1
+- Update to Catalyst 12.6 beta (internal version 8.98)
+
* Thu Jun 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.15
- Rebuilt for updated kernel
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-17/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 16 Nov 2011 22:56:44 -0000 1.5
+++ sources 24 Jun 2012 13:21:26 -0000 1.6
@@ -1 +1 @@
-19be5cd21a0ba3921676e4d00adf18eb catalyst-kmod-data-11.11.tar.bz2
+e4d48e45fef6052326748bce90967d22 catalyst-kmod-data-12.6.tar.bz2
12 years, 5 months
rpms/mock-rpmfusion-nonfree/F-17 .cvsignore, 1.12, 1.13 mock-rpmfusion-nonfree.spec, 1.13, 1.14 sources, 1.12, 1.13
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/mock-rpmfusion-nonfree/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19645/F-17
Modified Files:
.cvsignore mock-rpmfusion-nonfree.spec sources
Log Message:
Update to 17.1
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mock-rpmfusion-nonfree/F-17/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 7 Mar 2012 23:08:20 -0000 1.12
+++ .cvsignore 24 Jun 2012 13:03:00 -0000 1.13
@@ -1 +1 @@
-mock-rpmfusion-nonfree-17.0.tar.bz2
+mock-rpmfusion-nonfree-17.1.tar.bz2
Index: mock-rpmfusion-nonfree.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mock-rpmfusion-nonfree/F-17/mock-rpmfusion-nonfree.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mock-rpmfusion-nonfree.spec 7 Mar 2012 23:08:20 -0000 1.13
+++ mock-rpmfusion-nonfree.spec 24 Jun 2012 13:03:00 -0000 1.14
@@ -1,5 +1,5 @@
Name: mock-rpmfusion-nonfree
-Version: 17.0
+Version: 17.1
Release: 1%{?dist}
Summary: Mock config files for the RPM Fusion NonFree Repository
@@ -40,6 +40,11 @@
%changelog
+* Sun Jun 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 17.1-1
+- Switch baseurl to fedora-secondary
+- Fix koji local URL on secondary arches
+- Disable testing repos on EL
+
* Wed Mar 8 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 17.0-1
- Bump to 17.0
- Introduce armhfp for 15 17 rawhide
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mock-rpmfusion-nonfree/F-17/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 7 Mar 2012 23:08:20 -0000 1.12
+++ sources 24 Jun 2012 13:03:00 -0000 1.13
@@ -1 +1 @@
-e4905e43359b5ec034b532f4e0760833 mock-rpmfusion-nonfree-17.0.tar.bz2
+6876d6da5592051987fd3323dcedf4d9 mock-rpmfusion-nonfree-17.1.tar.bz2
12 years, 5 months