rpms/rt3070-kmod - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt3070-kmod
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsph9720/rpms/rt3070-kmod
Log Message:
Directory /cvs/free/rpms/rt3070-kmod added to the repository
15 years, 9 months
rpms/rt3070/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt3070/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsJC9508/rpms/rt3070/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module rt3070
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: rt3070
# $Id: Makefile,v 1.1 2009/02/22 08:57:19 thl Exp $
NAME := rt3070
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
15 years, 9 months
rpms/rt3070 Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt3070
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsJC9508/rpms/rt3070
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module rt3070
--- NEW FILE Makefile ---
# Top level Makefile for module rt3070
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
15 years, 9 months
rpms/rt3070/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt3070/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsJC9508/rpms/rt3070/devel
Log Message:
Directory /cvs/free/rpms/rt3070/devel added to the repository
15 years, 9 months
rpms/rt3070 - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rt3070
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsJC9508/rpms/rt3070
Log Message:
Directory /cvs/free/rpms/rt3070 added to the repository
15 years, 9 months
rpms/xmms-wma/devel xmms-wma-1.0.5-build.patch, 1.1, 1.2 xmms-wma.spec, 1.3, 1.4
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/xmms-wma/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6818
Modified Files:
xmms-wma-1.0.5-build.patch xmms-wma.spec
Log Message:
Trying to fix the segfault by using global ffmpeg
xmms-wma-1.0.5-build.patch:
Index: xmms-wma-1.0.5-build.patch
===================================================================
RCS file: /cvs/free/rpms/xmms-wma/devel/xmms-wma-1.0.5-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmms-wma-1.0.5-build.patch 18 Oct 2008 14:10:36 -0000 1.1
+++ xmms-wma-1.0.5-build.patch 21 Feb 2009 23:18:11 -0000 1.2
@@ -1,6 +1,6 @@
-diff -Naupr xmms-wma-1.0.5.orig/ffmpeg-strip-wma/config.h xmms-wma-1.0.5/ffmpeg-strip-wma/config.h
---- xmms-wma-1.0.5.orig/ffmpeg-strip-wma/config.h 2004-02-19 01:08:56.000000000 +0100
-+++ xmms-wma-1.0.5/ffmpeg-strip-wma/config.h 2005-12-02 17:09:41.000000000 +0100
+diff -rupN xmms-wma-1.0.5.old/ffmpeg-strip-wma/config.h xmms-wma-1.0.5/ffmpeg-strip-wma/config.h
+--- xmms-wma-1.0.5.old/ffmpeg-strip-wma/config.h 2004-02-18 19:08:56.000000000 -0500
++++ xmms-wma-1.0.5/ffmpeg-strip-wma/config.h 2009-02-21 18:11:59.000000000 -0500
@@ -1,8 +1,8 @@
/* Automatically generated by configure - do not modify */
-#define ARCH_X86 1
@@ -12,9 +12,9 @@
#define HAVE_BUILTIN_VECTOR 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LRINTF 1
-diff -Naupr xmms-wma-1.0.5.orig/ffmpeg-strip-wma/Makefile xmms-wma-1.0.5/ffmpeg-strip-wma/Makefile
---- xmms-wma-1.0.5.orig/ffmpeg-strip-wma/Makefile 2004-02-23 01:47:06.000000000 +0100
-+++ xmms-wma-1.0.5/ffmpeg-strip-wma/Makefile 2005-12-02 17:12:19.000000000 +0100
+diff -rupN xmms-wma-1.0.5.old/ffmpeg-strip-wma/Makefile xmms-wma-1.0.5/ffmpeg-strip-wma/Makefile
+--- xmms-wma-1.0.5.old/ffmpeg-strip-wma/Makefile 2004-02-22 19:47:06.000000000 -0500
++++ xmms-wma-1.0.5/ffmpeg-strip-wma/Makefile 2009-02-21 18:11:59.000000000 -0500
@@ -6,7 +6,7 @@
include config.mak
@@ -24,9 +24,9 @@
OBJS= common.o utils.o mem.o allcodecs.o futils.o cutils.o os_support.o allformats.o parser.o \
avio.o aviobuf.o file.o simple_idct.o dsputil.o fft.o mdct.o asf.o
-diff -Naupr xmms-wma-1.0.5.orig/Makefile xmms-wma-1.0.5/Makefile
---- xmms-wma-1.0.5.orig/Makefile 2004-03-03 15:47:58.000000000 +0100
-+++ xmms-wma-1.0.5/Makefile 2005-12-02 17:10:48.000000000 +0100
+diff -rupN xmms-wma-1.0.5.old/Makefile xmms-wma-1.0.5/Makefile
+--- xmms-wma-1.0.5.old/Makefile 2004-03-03 09:47:58.000000000 -0500
++++ xmms-wma-1.0.5/Makefile 2009-02-21 18:12:18.000000000 -0500
@@ -1,6 +1,6 @@
.PHONY: all install install-home uninstall uninstall-home clean
@@ -35,17 +35,42 @@
INSTALL_DIR_HOME := ~/.xmms/Plugins/Input
export PLUGIN_FILE := libwma.so
-@@ -13,7 +13,6 @@ export DEPS := $(SOURCES:%.c=$(DEPDIR)/%
+@@ -10,13 +10,26 @@ export SOURCES := xmms-wma.c iir.c
+ export OBJECTS := $(SOURCES:%.c=$(OBJDIR)/%.o)
+ export DEPS := $(SOURCES:%.c=$(DEPDIR)/%.d)
+
++CFLAGS += `pkg-config --cflags libavformat libavcodec`
++CFLAGS += `rpm -E %optflags`
++CFLAGS += -fPIC
++LIBS = `pkg-config --libs libavformat libavcodec`
++
++XMMS_CFLAGS = `xmms-config --cflags`
++XMMS_LIBS = `xmms-config --libs`
++XMMS_PLUGIN_FILE = libwma.so
++
++SOURCES = xmms-wma.c iir.c
++
all:
- @cd ffmpeg-strip-wma; make; cd ..
- @$(MAKE) --no-print-directory -f Makefile.inc
+- @cd ffmpeg-strip-wma; make; cd ..
+- @$(MAKE) --no-print-directory -f Makefile.inc
- @strip $(PLUGIN_FILE)
- @echo "The plug-in has been compiled. Run one of the following:"
- @echo "make install - for global (root) installation to $(INSTALL_DIR)"
- @echo "make install-home - for installation to home directory $(INSTALL_DIR_HOME)"
-diff -Naupr xmms-wma-1.0.5.orig/Makefile.inc xmms-wma-1.0.5/Makefile.inc
---- xmms-wma-1.0.5.orig/Makefile.inc 2005-09-05 14:48:20.000000000 +0200
-+++ xmms-wma-1.0.5/Makefile.inc 2005-12-02 17:16:01.000000000 +0100
+- @echo "The plug-in has been compiled. Run one of the following:"
+- @echo "make install - for global (root) installation to $(INSTALL_DIR)"
+- @echo "make install-home - for installation to home directory $(INSTALL_DIR_HOME)"
++ -mkdir obj-xmms
++
++ $(MAKE) -f Makefile.inc CFLAGS="$(XMMS_CFLAGS) $(CFLAGS)" \
++ OBJDIR=./obj-xmms DEPDIR=./obj-xmms LIBS="$(XMMS_LIBS) \
++ $(LIBS)" PLUGIN_FILE=$(XMMS_PLUGIN_FILE) \
++ OBJECTS="$(SOURCES:%.c=./obj-xmms/%.o)"
++
++ touch $@
+
+ install: all
+ cp -f $(PLUGIN_FILE) $(INSTALL_DIR)
+diff -rupN xmms-wma-1.0.5.old/Makefile.inc xmms-wma-1.0.5/Makefile.inc
+--- xmms-wma-1.0.5.old/Makefile.inc 2005-09-05 08:48:20.000000000 -0400
++++ xmms-wma-1.0.5/Makefile.inc 2009-02-21 18:11:59.000000000 -0500
@@ -7,7 +7,7 @@ CFLAGS += `xmms-config --cflags`
LIBS := `xmms-config --libs` -L ffmpeg-strip-wma -lffwma
@@ -55,3 +80,66 @@
$(OBJDIR)/%.o: %.c
$(CC) -c -o $@ $(CFLAGS) $<
+diff -rupN xmms-wma-1.0.5.old/xmms-wma.c xmms-wma-1.0.5/xmms-wma.c
+--- xmms-wma-1.0.5.old/xmms-wma.c 2005-09-05 16:19:00.000000000 -0400
++++ xmms-wma-1.0.5/xmms-wma.c 2009-02-21 18:12:08.000000000 -0500
+@@ -42,8 +42,16 @@
+ #undef HAVE_AV_CONFIG_H
+ #endif
+
+-#include "avcodec.h"
+-#include "avformat.h"
++#include <libavcodec/avcodec.h>
++#include <libavformat/avformat.h>
++#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(38<<8)+0)
++#include <libavutil/fifo.h>
++#define FifoBuffer AVFifoBuffer
++#define fifo_init av_fifo_init
++#define fifo_free av_fifo_free
++#define fifo_read(a,b,c,d) av_fifo_read(a,b,c)
++#define fifo_write(a,b,c,d) av_fifo_write(a,b,c)
++#endif
+ #include "iir.h"
+
+ #define ABOUT_TXT "Copyright (C) 2004,2005 Mokrushin I.V. aka McMCC (mcmcc(a)mail.ru).\n \
+@@ -379,7 +387,7 @@ static void *wma_play_loop(void *arg)
+
+ if(wma_seekpos != -1)
+ {
+- av_seek_frame(ic, wma_idx, wma_seekpos * 1000000LL);
++ av_seek_frame(ic, wma_idx, wma_seekpos * 1000000LL,0 );
+ wma_ip.output->flush(wma_seekpos * 1000);
+ wma_seekpos = -1;
+ }
+@@ -427,9 +435,11 @@ static void wma_play_file(char *filename
+ #endif
+
+ for(wma_idx = 0; wma_idx < ic->nb_streams; wma_idx++) {
+- c = &ic->streams[wma_idx]->codec;
++ c = ic->streams[wma_idx]->codec;
+ if(c->codec_type == CODEC_TYPE_AUDIO) break;
+ }
++ if(!c || c->codec_type != CODEC_TYPE_AUDIO)
++ return;
+
+ av_find_stream_info(ic);
+
+@@ -459,7 +469,8 @@ static void wma_stop(void)
+ {
+ wma_decode = 0;
+ if(wma_pause) wma_do_pause(0);
+- pthread_join(wma_decode_thread, NULL);
++ if(wma_decode_thread)
++ pthread_join(wma_decode_thread, NULL);
+ wma_ip.output->close_audio();
+ }
+
+@@ -482,7 +493,7 @@ static void wma_file_info_box (char *fil
+ #endif
+
+ for(i = 0; i < in->nb_streams; i++) {
+- s = &in->streams[i]->codec;
++ s = in->streams[i]->codec;
+ if(s->codec_type == CODEC_TYPE_AUDIO) break;
+ }
+
Index: xmms-wma.spec
===================================================================
RCS file: /cvs/free/rpms/xmms-wma/devel/xmms-wma.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xmms-wma.spec 18 Oct 2008 18:32:37 -0000 1.3
+++ xmms-wma.spec 21 Feb 2009 23:18:11 -0000 1.4
@@ -3,7 +3,7 @@
Summary: X MultiMedia System input plugin to play Windows Media Audio files
Name: xmms-wma
Version: 1.0.5
-Release: 5%{?dist}
+Release: 5.1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://mcmcc.bat.ru/xmms-wma/
@@ -24,9 +24,9 @@
%setup -q
%patch -p1 -b .build
-
%build
-%{__make} %{?_smp_mflags} OPTFLAGS="%{optflags} -finline-functions"
+%{__make} %{?_smp_mflags} OPTFLAGS="%{optflags} -fPIC -fomit-frame-pointer -ffast-math"
+#OPTFLAGS="%{optflags} -finline-functions -I/usr/include/ffmpeg/libavcodec -I/usr/include/ffmpeg/libavformat -I/usr/include/ffmpeg/libavutil"
%install
15 years, 9 months
rpms/ndiswrapper-kmod/devel .cvsignore, 1.2, 1.3 ndiswrapper-kmod.spec, 1.19, 1.20 sources, 1.2, 1.3
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/ndiswrapper-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4474
Modified Files:
.cvsignore ndiswrapper-kmod.spec sources
Log Message:
Update release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Oct 2008 12:16:18 -0000 1.2
+++ .cvsignore 21 Feb 2009 22:37:45 -0000 1.3
@@ -1 +1 @@
-ndiswrapper-1.53.tar.gz
+ndiswrapper-1.54.tar.gz
Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/devel/ndiswrapper-kmod.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ndiswrapper-kmod.spec 15 Feb 2009 15:06:43 -0000 1.19
+++ ndiswrapper-kmod.spec 21 Feb 2009 22:37:45 -0000 1.20
@@ -7,8 +7,8 @@
Summary: Ndiswrapper kernel module
Name: ndiswrapper-kmod
-Version: 1.53
-Release: 5%{?dist}.18
+Version: 1.54
+Release: 1%{?dist}.18
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
@@ -73,6 +73,9 @@
%changelog
+* Sat Feb 21 2009 Xavier Lamien <lxtnow(a)gmail.com> - 1.54-1
+- Update release.
+
* Sun Feb 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.53-5.18
- rebuild for latest Fedora kernel;
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Oct 2008 12:16:18 -0000 1.2
+++ sources 21 Feb 2009 22:37:45 -0000 1.3
@@ -1 +1 @@
-393c6e6ab0803963148e18538601cdec ndiswrapper-1.53.tar.gz
+fc9ebd3985967727da494ec298ad4487 ndiswrapper-1.54.tar.gz
15 years, 9 months
rpms/ndiswrapper/devel .cvsignore, 1.2, 1.3 ndiswrapper.spec, 1.2, 1.3 sources, 1.2, 1.3
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/ndiswrapper/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4168
Modified Files:
.cvsignore ndiswrapper.spec sources
Log Message:
Update release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Oct 2008 12:13:41 -0000 1.2
+++ .cvsignore 21 Feb 2009 22:34:20 -0000 1.3
@@ -1 +1 @@
-ndiswrapper-1.53.tar.gz
+ndiswrapper-1.54.tar.gz
Index: ndiswrapper.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper/devel/ndiswrapper.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ndiswrapper.spec 4 Oct 2008 12:21:58 -0000 1.2
+++ ndiswrapper.spec 21 Feb 2009 22:34:20 -0000 1.3
@@ -1,7 +1,7 @@
Summary: Ndiswrapper wraps around Windows WLAN drivers within Linux
Name: ndiswrapper
-Version: 1.53
-Release: 2%{?dist}
+Version: 1.54
+Release: 1%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
@@ -54,6 +54,9 @@
%changelog
+* Sat Feb 21 2009 Xavier Lamien <lxtnow(a)gmail.com> - 0.54-1
+- Update release.
+
* Sat Oct 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.53-2
- rebuild for rpm fusion
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Oct 2008 12:13:41 -0000 1.2
+++ sources 21 Feb 2009 22:34:20 -0000 1.3
@@ -1 +1 @@
-393c6e6ab0803963148e18538601cdec ndiswrapper-1.53.tar.gz
+fc9ebd3985967727da494ec298ad4487 ndiswrapper-1.54.tar.gz
15 years, 9 months
rpms/fglrx-kmod/F-9 .cvsignore, 1.4, 1.5 fglrx-kmod.spec, 1.21, 1.22 sources, 1.5, 1.6
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/fglrx-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17155/F-9
Modified Files:
.cvsignore fglrx-kmod.spec sources
Log Message:
* Fri Feb 20 2009 Stewart Adam <s.adam at diffingo.com> - 9.2-1
- Update to Catalyst 9.2
- Use Catalyst version for Version tag instead of internal driver version
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/fglrx-kmod/F-9/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 31 Jan 2009 16:58:44 -0000 1.4
+++ .cvsignore 20 Feb 2009 22:23:05 -0000 1.5
@@ -1 +1 @@
-fglrx-kmod-data-8.573.tar.bz2
+fglrx-kmod-data-9.2.tar.bz2
Index: fglrx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/fglrx-kmod/F-9/fglrx-kmod.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- fglrx-kmod.spec 13 Feb 2009 06:18:53 -0000 1.21
+++ fglrx-kmod.spec 20 Feb 2009 22:23:05 -0000 1.22
@@ -3,9 +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 ativersion 9.1
+#define buildforkernels newest
# Tweak to have debuginfo - part 1/2
%if 0%{?fedora} > 7
@@ -14,8 +12,8 @@
%endif
Name: fglrx-kmod
-Version: 8.573
-Release: 1.%{ativersion}%{?dist}.1
+Version: 9.2
+Release: 1%{?dist}
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -97,6 +95,10 @@
%changelog
+* Fri Feb 20 2009 Stewart Adam <s.adam at diffingo.com> - 9.2-1
+- Update to Catalyst 9.2
+- Use Catalyst version for Version tag instead of internal driver version
+
* Fri Feb 13 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 8.573-1.9.1.1
- rebuild for latest Fedora kernel;
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/fglrx-kmod/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 31 Jan 2009 16:58:44 -0000 1.5
+++ sources 20 Feb 2009 22:23:05 -0000 1.6
@@ -1 +1 @@
-f2f382ea083696648d1a50c2f4216a08 fglrx-kmod-data-8.573.tar.bz2
+2da34bbe90e0da70a86ec970b61ba33d fglrx-kmod-data-9.2.tar.bz2
15 years, 9 months
rpms/fglrx-kmod/F-10 .cvsignore, 1.5, 1.6 fglrx-kmod.spec, 1.25, 1.26 sources, 1.6, 1.7
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/fglrx-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17155/F-10
Modified Files:
.cvsignore fglrx-kmod.spec sources
Log Message:
* Fri Feb 20 2009 Stewart Adam <s.adam at diffingo.com> - 9.2-1
- Update to Catalyst 9.2
- Use Catalyst version for Version tag instead of internal driver version
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/fglrx-kmod/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 31 Jan 2009 06:25:36 -0000 1.5
+++ .cvsignore 20 Feb 2009 22:23:05 -0000 1.6
@@ -1 +1 @@
-fglrx-kmod-data-8.573.tar.bz2
+fglrx-kmod-data-9.2.tar.bz2
Index: fglrx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/fglrx-kmod/F-10/fglrx-kmod.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- fglrx-kmod.spec 13 Feb 2009 06:15:56 -0000 1.25
+++ fglrx-kmod.spec 20 Feb 2009 22:23:05 -0000 1.26
@@ -3,9 +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 ativersion 9.1
+#define buildforkernels newest
# Tweak to have debuginfo - part 1/2
%if 0%{?fedora} > 7
@@ -14,8 +12,8 @@
%endif
Name: fglrx-kmod
-Version: 8.573
-Release: 1.%{ativersion}%{?dist}.1
+Version: 9.2
+Release: 1%{?dist}
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -97,6 +95,10 @@
%changelog
+* Fri Feb 20 2009 Stewart Adam <s.adam at diffingo.com> - 9.2-1
+- Update to Catalyst 9.2
+- Use Catalyst version for Version tag instead of internal driver version
+
* Fri Feb 13 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 8.573-1.9.1.1
- rebuild for latest Fedora kernel;
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/fglrx-kmod/F-10/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 31 Jan 2009 06:25:36 -0000 1.6
+++ sources 20 Feb 2009 22:23:05 -0000 1.7
@@ -1 +1 @@
-f2f382ea083696648d1a50c2f4216a08 fglrx-kmod-data-8.573.tar.bz2
+2da34bbe90e0da70a86ec970b61ba33d fglrx-kmod-data-9.2.tar.bz2
15 years, 9 months