rpms/vice/devel vice.spec,1.13,1.14
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/vice/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3500
Modified Files:
vice.spec
Log Message:
* Sat Mar 2 2013 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 2.4-2
- Add missing vte-devel BuildRequires
Index: vice.spec
===================================================================
RCS file: /cvs/nonfree/rpms/vice/devel/vice.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vice.spec 2 Mar 2013 15:31:08 -0000 1.13
+++ vice.spec 2 Mar 2013 16:29:39 -0000 1.14
@@ -1,6 +1,6 @@
Name: vice
Version: 2.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Emulator for a variety of Commodore 8bit machines
Group: Applications/Emulators
License: GPL
@@ -21,7 +21,7 @@
BuildRequires: libXt-devel libXext-devel libXxf86vm-devel libXxf86dga-devel
BuildRequires: libXrandr-devel
BuildRequires: giflib-devel libjpeg-devel libpng-devel
-BuildRequires: libgnomeui-devel gtkglext-devel
+BuildRequires: libgnomeui-devel gtkglext-devel vte-devel
BuildRequires: ffmpeg-devel lame-devel
BuildRequires: readline-devel SDL-devel alsa-lib-devel pulseaudio-libs-devel
BuildRequires: libieee1284-devel libpcap-devel
@@ -157,6 +157,9 @@
%changelog
+* Sat Mar 2 2013 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 2.4-2
+- Add missing vte-devel BuildRequires
+
* Sat Mar 2 2013 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 2.4-1
- New upstream release 2.4 (rf#2610)
- Fixes xvic sound (rf#2578)
11 years, 9 months
rpms/vice/F-17 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 vice-1.19-datadir.patch, 1.4, 1.5 vice.spec, 1.12, 1.13 cartio.h, 1.1, NONE vice-1.20-monitor-crash.patch, 1.2, NONE
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/vice/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2073
Modified Files:
.cvsignore sources vice-1.19-datadir.patch vice.spec
Removed Files:
cartio.h vice-1.20-monitor-crash.patch
Log Message:
* Sat Mar 2 2013 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 2.4-1
- New upstream release 2.4 (rf#2610)
- Fixes xvic sound (rf#2578)
- Fixes fullscreen issues (rf#2352)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/vice/F-17/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 20 Jul 2011 17:57:37 -0000 1.6
+++ .cvsignore 2 Mar 2013 15:35:28 -0000 1.7
@@ -1,4 +1,4 @@
vice-largeicons.tar.bz2
vice-miniicons.tar.bz2
vice-normalicons.tar.bz2
-vice-2.3.9.tar.gz
+vice-2.4.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/vice/F-17/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 20 Jul 2011 17:57:37 -0000 1.6
+++ sources 2 Mar 2013 15:35:28 -0000 1.7
@@ -1,4 +1,4 @@
a4936bbfe1cc7b37d4fd93f0901de974 vice-largeicons.tar.bz2
c944e3eeaac9c3962983423f8e7609e7 vice-miniicons.tar.bz2
1e024cef652bc4bf929905b182ef689b vice-normalicons.tar.bz2
-a8f9cafb3a054c9a0d7aeb7f8af0c6c6 vice-2.3.9.tar.gz
+b017647a0c159bbe43cdb81762d1c577 vice-2.4.tar.gz
vice-1.19-datadir.patch:
vice-2.2/src/arch/sdl/archdep_unix.h | 2 +-
vice-2.2/src/arch/unix/archdep.h | 2 +-
vice-2.4.3/configure | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
Index: vice-1.19-datadir.patch
===================================================================
RCS file: /cvs/nonfree/rpms/vice/F-17/vice-1.19-datadir.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vice-1.19-datadir.patch 22 Jun 2010 10:34:07 -0000 1.4
+++ vice-1.19-datadir.patch 2 Mar 2013 15:35:29 -0000 1.5
@@ -22,3 +22,24 @@
#define LIBDIR PREFIX "/share/vice"
#else
#define LIBDIR PREFIX "/lib/vice"
+diff -up vice-2.4.3/configure~ vice-2.4.3/configure
+--- vice-2.4.3/configure~ 2013-02-26 20:45:36.000000000 +0100
++++ vice-2.4.3/configure 2013-03-02 15:13:00.479391490 +0100
+@@ -20700,7 +20700,7 @@ fi
+ ;;
+ linux*)
+ if test x"$host_cpu" = "xx86_64"; then
+- VICEDIR="$PREFIX/lib64/vice"
++ VICEDIR="$PREFIX/share/vice"
+ if false; then
+ ALTERNATE_DOCDIR_TRUE=
+ ALTERNATE_DOCDIR_FALSE='#'
+@@ -20710,7 +20710,7 @@ else
+ fi
+
+ else
+- VICEDIR="$PREFIX/lib/vice"
++ VICEDIR="$PREFIX/share/vice"
+ if false; then
+ ALTERNATE_DOCDIR_TRUE=
+ ALTERNATE_DOCDIR_FALSE='#'
Index: vice.spec
===================================================================
RCS file: /cvs/nonfree/rpms/vice/F-17/vice.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vice.spec 7 Mar 2012 23:14:24 -0000 1.12
+++ vice.spec 2 Mar 2013 15:35:29 -0000 1.13
@@ -1,13 +1,11 @@
Name: vice
-Version: 2.3.9
-Release: 3%{?dist}
+Version: 2.4
+Release: 1%{?dist}
Summary: Emulator for a variety of Commodore 8bit machines
Group: Applications/Emulators
License: GPL
URL: http://vice-emu.sourceforge.net/
Source0: http://downloads.sourceforge.net/vice-emu/%{name}-%{version}.tar.gz
-# File from upstream missing from tarbal
-Source10: cartio.h
Source1: x128.desktop
Source2: x64.desktop
Source3: xcbm-ii.desktop
@@ -20,7 +18,6 @@
Patch1: vice-1.19-datadir.patch
Patch2: vice-htmlview.patch
Patch3: vice-tmpnam.patch
-Patch4: vice-1.20-monitor-crash.patch
BuildRequires: libXt-devel libXext-devel libXxf86vm-devel libXxf86dga-devel
BuildRequires: libXrandr-devel
BuildRequires: giflib-devel libjpeg-devel libpng-devel
@@ -38,46 +35,58 @@
%prep
-%setup -q
+%setup -c -q
+pushd %{name}-%{version}
%patch1 -p1 -z .datadir
%patch2 -p1 -z .htmlview
%patch3 -p1 -z .tmpnam
-%patch4 -p1 -z .mon
for i in man/*.1 doc/*.info*; do
iconv -f ISO-8859-1 -t UTF8 $i > $i.tmp
mv $i.tmp $i
done
# not really needed, make sure these don't get used:
-rm -f src/lib/*/*.c src/lib/*/*.h
-# File from upstream missing from tarbal
-cp -a %{SOURCE10} src
+rm -f src/lib/libffmpeg/*.c src/lib/libffmpeg/*.h
+popd
+
+mv %{name}-%{version} %{name}-%{version}.gtk
+cp -a %{name}-%{version}.gtk %{name}-%{version}.sdl
+# for %doc
+ln -s %{name}-%{version}.gtk/doc doc
%build
-COMMON_FLAGS="--enable-ethernet --enable-parsid --without-oss --disable-arch"
-%configure --enable-sdlui $COMMON_FLAGS
-make %{?_smp_mflags}
-pushd src
- for i in x*; do
- mv $i ../$i.sdl
- done
+# --disable-ffmpeg since the ffmpeg code does not work with recent ffmpeg
+COMMON_FLAGS="--enable-ethernet --enable-parsid --without-oss --disable-arch --disable-ffmpeg"
+
+pushd %{name}-%{version}.gtk
+ %configure --enable-gnomeui --enable-fullscreen $COMMON_FLAGS
+ make %{?_smp_mflags}
popd
-make distclean
-%configure --enable-gnomeui --enable-fullscreen $COMMON_FLAGS
-make %{?_smp_mflags} LD_FLAGS=-lX11
+pushd %{name}-%{version}.sdl
+ %configure --enable-sdlui $COMMON_FLAGS
+ make %{?_smp_mflags}
+popd
%install
+pushd %{name}-%{version}.gtk
make install DESTDIR=$RPM_BUILD_ROOT VICEDIR=%{_datadir}/%{name}
-for i in x*.sdl; do
- install -p -m 755 $i $RPM_BUILD_ROOT%{_bindir}
-done
-pushd data
- for i in */sdl_sym.vkm; do
- cp -a --parents $i $RPM_BUILD_ROOT%{_datadir}/%{name}
- done
popd
+
+pushd %{name}-%{version}.sdl
+ pushd src
+ for i in x*; do
+ install -p -m 755 $i $RPM_BUILD_ROOT%{_bindir}/$i.sdl
+ done
+ popd
+ pushd data
+ for i in */sdl_sym.vkm; do
+ cp -a --parents $i $RPM_BUILD_ROOT%{_datadir}/%{name}
+ done
+ popd
+popd
+
%find_lang %{name}
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
# for some reason make install drops a .txt and .pdf in the infodir ... ?
@@ -92,9 +101,14 @@
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
for i in x128.desktop x64.desktop xcbm-ii.desktop xpet.desktop xplus4.desktop \
xvic.desktop; do
+%if 0%{?fedora} <= 18
desktop-file-install --vendor dribble \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
$RPM_SOURCE_DIR/$i
+%else
+ desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+ $RPM_SOURCE_DIR/$i
+%endif
done
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
cd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
@@ -106,8 +120,9 @@
cd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
tar xvfj %{SOURCE9}
# remove "icon" from the icons name they are already in the icons dir.
-cd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor
+pushd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor
for i in */apps/*icon.png; do mv $i `echo $i|sed s/icon//`; done
+popd
%post
@@ -130,18 +145,23 @@
%files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog FEEDBACK README doc/iec-bus.txt
-%doc doc/html/*.html doc/html/images/* doc/html/plain/*
+%doc %{name}-%{version}.gtk/AUTHORS %{name}-%{version}.gtk/ChangeLog
+%doc %{name}-%{version}.gtk/FEEDBACK %{name}-%{version}.gtk/README
+%doc doc/iec-bus.txt doc/html/*.html doc/html/images doc/html/plain
%{_bindir}/*
%{_datadir}/%{name}
-%{_datadir}/applications/dribble-*.desktop
+%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*.png
%{_infodir}/%{name}.info*
%{_mandir}/man1/*.1.gz
%changelog
+* Sat Mar 2 2013 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 2.4-1
+- New upstream release 2.4 (rf#2610)
+- Fixes xvic sound (rf#2578)
+- Fixes fullscreen issues (rf#2352)
+
* Thu Mar 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.9-3
- Rebuilt for c++ ABI breakage
--- cartio.h DELETED ---
--- vice-1.20-monitor-crash.patch DELETED ---
11 years, 9 months
rpms/vice/F-18 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 vice-1.19-datadir.patch, 1.4, 1.5 vice.spec, 1.12, 1.13 cartio.h, 1.1, NONE vice-1.20-monitor-crash.patch, 1.2, NONE
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/vice/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1884
Modified Files:
.cvsignore sources vice-1.19-datadir.patch vice.spec
Removed Files:
cartio.h vice-1.20-monitor-crash.patch
Log Message:
* Sat Mar 2 2013 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 2.4-1
- New upstream release 2.4 (rf#2610)
- Fixes xvic sound (rf#2578)
- Fixes fullscreen issues (rf#2352)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/vice/F-18/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 20 Jul 2011 17:57:37 -0000 1.6
+++ .cvsignore 2 Mar 2013 15:34:22 -0000 1.7
@@ -1,4 +1,4 @@
vice-largeicons.tar.bz2
vice-miniicons.tar.bz2
vice-normalicons.tar.bz2
-vice-2.3.9.tar.gz
+vice-2.4.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/vice/F-18/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 20 Jul 2011 17:57:37 -0000 1.6
+++ sources 2 Mar 2013 15:34:23 -0000 1.7
@@ -1,4 +1,4 @@
a4936bbfe1cc7b37d4fd93f0901de974 vice-largeicons.tar.bz2
c944e3eeaac9c3962983423f8e7609e7 vice-miniicons.tar.bz2
1e024cef652bc4bf929905b182ef689b vice-normalicons.tar.bz2
-a8f9cafb3a054c9a0d7aeb7f8af0c6c6 vice-2.3.9.tar.gz
+b017647a0c159bbe43cdb81762d1c577 vice-2.4.tar.gz
vice-1.19-datadir.patch:
vice-2.2/src/arch/sdl/archdep_unix.h | 2 +-
vice-2.2/src/arch/unix/archdep.h | 2 +-
vice-2.4.3/configure | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
Index: vice-1.19-datadir.patch
===================================================================
RCS file: /cvs/nonfree/rpms/vice/F-18/vice-1.19-datadir.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vice-1.19-datadir.patch 22 Jun 2010 10:34:07 -0000 1.4
+++ vice-1.19-datadir.patch 2 Mar 2013 15:34:23 -0000 1.5
@@ -22,3 +22,24 @@
#define LIBDIR PREFIX "/share/vice"
#else
#define LIBDIR PREFIX "/lib/vice"
+diff -up vice-2.4.3/configure~ vice-2.4.3/configure
+--- vice-2.4.3/configure~ 2013-02-26 20:45:36.000000000 +0100
++++ vice-2.4.3/configure 2013-03-02 15:13:00.479391490 +0100
+@@ -20700,7 +20700,7 @@ fi
+ ;;
+ linux*)
+ if test x"$host_cpu" = "xx86_64"; then
+- VICEDIR="$PREFIX/lib64/vice"
++ VICEDIR="$PREFIX/share/vice"
+ if false; then
+ ALTERNATE_DOCDIR_TRUE=
+ ALTERNATE_DOCDIR_FALSE='#'
+@@ -20710,7 +20710,7 @@ else
+ fi
+
+ else
+- VICEDIR="$PREFIX/lib/vice"
++ VICEDIR="$PREFIX/share/vice"
+ if false; then
+ ALTERNATE_DOCDIR_TRUE=
+ ALTERNATE_DOCDIR_FALSE='#'
Index: vice.spec
===================================================================
RCS file: /cvs/nonfree/rpms/vice/F-18/vice.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vice.spec 7 Mar 2012 23:16:45 -0000 1.12
+++ vice.spec 2 Mar 2013 15:34:24 -0000 1.13
@@ -1,13 +1,11 @@
Name: vice
-Version: 2.3.9
-Release: 3%{?dist}
+Version: 2.4
+Release: 1%{?dist}
Summary: Emulator for a variety of Commodore 8bit machines
Group: Applications/Emulators
License: GPL
URL: http://vice-emu.sourceforge.net/
Source0: http://downloads.sourceforge.net/vice-emu/%{name}-%{version}.tar.gz
-# File from upstream missing from tarbal
-Source10: cartio.h
Source1: x128.desktop
Source2: x64.desktop
Source3: xcbm-ii.desktop
@@ -20,7 +18,6 @@
Patch1: vice-1.19-datadir.patch
Patch2: vice-htmlview.patch
Patch3: vice-tmpnam.patch
-Patch4: vice-1.20-monitor-crash.patch
BuildRequires: libXt-devel libXext-devel libXxf86vm-devel libXxf86dga-devel
BuildRequires: libXrandr-devel
BuildRequires: giflib-devel libjpeg-devel libpng-devel
@@ -38,46 +35,58 @@
%prep
-%setup -q
+%setup -c -q
+pushd %{name}-%{version}
%patch1 -p1 -z .datadir
%patch2 -p1 -z .htmlview
%patch3 -p1 -z .tmpnam
-%patch4 -p1 -z .mon
for i in man/*.1 doc/*.info*; do
iconv -f ISO-8859-1 -t UTF8 $i > $i.tmp
mv $i.tmp $i
done
# not really needed, make sure these don't get used:
-rm -f src/lib/*/*.c src/lib/*/*.h
-# File from upstream missing from tarbal
-cp -a %{SOURCE10} src
+rm -f src/lib/libffmpeg/*.c src/lib/libffmpeg/*.h
+popd
+
+mv %{name}-%{version} %{name}-%{version}.gtk
+cp -a %{name}-%{version}.gtk %{name}-%{version}.sdl
+# for %doc
+ln -s %{name}-%{version}.gtk/doc doc
%build
-COMMON_FLAGS="--enable-ethernet --enable-parsid --without-oss --disable-arch"
-%configure --enable-sdlui $COMMON_FLAGS
-make %{?_smp_mflags}
-pushd src
- for i in x*; do
- mv $i ../$i.sdl
- done
+# --disable-ffmpeg since the ffmpeg code does not work with recent ffmpeg
+COMMON_FLAGS="--enable-ethernet --enable-parsid --without-oss --disable-arch --disable-ffmpeg"
+
+pushd %{name}-%{version}.gtk
+ %configure --enable-gnomeui --enable-fullscreen $COMMON_FLAGS
+ make %{?_smp_mflags}
popd
-make distclean
-%configure --enable-gnomeui --enable-fullscreen $COMMON_FLAGS
-make %{?_smp_mflags} LD_FLAGS=-lX11
+pushd %{name}-%{version}.sdl
+ %configure --enable-sdlui $COMMON_FLAGS
+ make %{?_smp_mflags}
+popd
%install
+pushd %{name}-%{version}.gtk
make install DESTDIR=$RPM_BUILD_ROOT VICEDIR=%{_datadir}/%{name}
-for i in x*.sdl; do
- install -p -m 755 $i $RPM_BUILD_ROOT%{_bindir}
-done
-pushd data
- for i in */sdl_sym.vkm; do
- cp -a --parents $i $RPM_BUILD_ROOT%{_datadir}/%{name}
- done
popd
+
+pushd %{name}-%{version}.sdl
+ pushd src
+ for i in x*; do
+ install -p -m 755 $i $RPM_BUILD_ROOT%{_bindir}/$i.sdl
+ done
+ popd
+ pushd data
+ for i in */sdl_sym.vkm; do
+ cp -a --parents $i $RPM_BUILD_ROOT%{_datadir}/%{name}
+ done
+ popd
+popd
+
%find_lang %{name}
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
# for some reason make install drops a .txt and .pdf in the infodir ... ?
@@ -92,9 +101,14 @@
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
for i in x128.desktop x64.desktop xcbm-ii.desktop xpet.desktop xplus4.desktop \
xvic.desktop; do
+%if 0%{?fedora} <= 18
desktop-file-install --vendor dribble \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
$RPM_SOURCE_DIR/$i
+%else
+ desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+ $RPM_SOURCE_DIR/$i
+%endif
done
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
cd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
@@ -106,8 +120,9 @@
cd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
tar xvfj %{SOURCE9}
# remove "icon" from the icons name they are already in the icons dir.
-cd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor
+pushd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor
for i in */apps/*icon.png; do mv $i `echo $i|sed s/icon//`; done
+popd
%post
@@ -130,18 +145,23 @@
%files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog FEEDBACK README doc/iec-bus.txt
-%doc doc/html/*.html doc/html/images/* doc/html/plain/*
+%doc %{name}-%{version}.gtk/AUTHORS %{name}-%{version}.gtk/ChangeLog
+%doc %{name}-%{version}.gtk/FEEDBACK %{name}-%{version}.gtk/README
+%doc doc/iec-bus.txt doc/html/*.html doc/html/images doc/html/plain
%{_bindir}/*
%{_datadir}/%{name}
-%{_datadir}/applications/dribble-*.desktop
+%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*.png
%{_infodir}/%{name}.info*
%{_mandir}/man1/*.1.gz
%changelog
+* Sat Mar 2 2013 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 2.4-1
+- New upstream release 2.4 (rf#2610)
+- Fixes xvic sound (rf#2578)
+- Fixes fullscreen issues (rf#2352)
+
* Thu Mar 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.9-3
- Rebuilt for c++ ABI breakage
--- cartio.h DELETED ---
--- vice-1.20-monitor-crash.patch DELETED ---
11 years, 9 months
rpms/vice/devel cartio.h,1.1,NONE
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/vice/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1742
Removed Files:
cartio.h
Log Message:
* Sat Mar 2 2013 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 2.4-1
- New upstream release 2.4 (rf#2610)
- Fixes xvic sound (rf#2578)
- Fixes fullscreen issues (rf#2352)
--- cartio.h DELETED ---
11 years, 9 months
rpms/vice/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 vice-1.19-datadir.patch, 1.4, 1.5 vice.spec, 1.12, 1.13 vice-1.20-monitor-crash.patch, 1.2, NONE
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/vice/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1514
Modified Files:
.cvsignore sources vice-1.19-datadir.patch vice.spec
Removed Files:
vice-1.20-monitor-crash.patch
Log Message:
* Sat Mar 2 2013 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 2.4-1
- New upstream release 2.4 (rf#2610)
- Fixes xvic sound (rf#2578)
- Fixes fullscreen issues (rf#2352)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/vice/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 20 Jul 2011 17:57:37 -0000 1.6
+++ .cvsignore 2 Mar 2013 15:31:08 -0000 1.7
@@ -1,4 +1,4 @@
vice-largeicons.tar.bz2
vice-miniicons.tar.bz2
vice-normalicons.tar.bz2
-vice-2.3.9.tar.gz
+vice-2.4.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/vice/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 20 Jul 2011 17:57:37 -0000 1.6
+++ sources 2 Mar 2013 15:31:08 -0000 1.7
@@ -1,4 +1,4 @@
a4936bbfe1cc7b37d4fd93f0901de974 vice-largeicons.tar.bz2
c944e3eeaac9c3962983423f8e7609e7 vice-miniicons.tar.bz2
1e024cef652bc4bf929905b182ef689b vice-normalicons.tar.bz2
-a8f9cafb3a054c9a0d7aeb7f8af0c6c6 vice-2.3.9.tar.gz
+b017647a0c159bbe43cdb81762d1c577 vice-2.4.tar.gz
vice-1.19-datadir.patch:
vice-2.2/src/arch/sdl/archdep_unix.h | 2 +-
vice-2.2/src/arch/unix/archdep.h | 2 +-
vice-2.4.3/configure | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
Index: vice-1.19-datadir.patch
===================================================================
RCS file: /cvs/nonfree/rpms/vice/devel/vice-1.19-datadir.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vice-1.19-datadir.patch 22 Jun 2010 10:34:07 -0000 1.4
+++ vice-1.19-datadir.patch 2 Mar 2013 15:31:08 -0000 1.5
@@ -22,3 +22,24 @@
#define LIBDIR PREFIX "/share/vice"
#else
#define LIBDIR PREFIX "/lib/vice"
+diff -up vice-2.4.3/configure~ vice-2.4.3/configure
+--- vice-2.4.3/configure~ 2013-02-26 20:45:36.000000000 +0100
++++ vice-2.4.3/configure 2013-03-02 15:13:00.479391490 +0100
+@@ -20700,7 +20700,7 @@ fi
+ ;;
+ linux*)
+ if test x"$host_cpu" = "xx86_64"; then
+- VICEDIR="$PREFIX/lib64/vice"
++ VICEDIR="$PREFIX/share/vice"
+ if false; then
+ ALTERNATE_DOCDIR_TRUE=
+ ALTERNATE_DOCDIR_FALSE='#'
+@@ -20710,7 +20710,7 @@ else
+ fi
+
+ else
+- VICEDIR="$PREFIX/lib/vice"
++ VICEDIR="$PREFIX/share/vice"
+ if false; then
+ ALTERNATE_DOCDIR_TRUE=
+ ALTERNATE_DOCDIR_FALSE='#'
Index: vice.spec
===================================================================
RCS file: /cvs/nonfree/rpms/vice/devel/vice.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vice.spec 7 Mar 2012 23:16:45 -0000 1.12
+++ vice.spec 2 Mar 2013 15:31:08 -0000 1.13
@@ -1,13 +1,11 @@
Name: vice
-Version: 2.3.9
-Release: 3%{?dist}
+Version: 2.4
+Release: 1%{?dist}
Summary: Emulator for a variety of Commodore 8bit machines
Group: Applications/Emulators
License: GPL
URL: http://vice-emu.sourceforge.net/
Source0: http://downloads.sourceforge.net/vice-emu/%{name}-%{version}.tar.gz
-# File from upstream missing from tarbal
-Source10: cartio.h
Source1: x128.desktop
Source2: x64.desktop
Source3: xcbm-ii.desktop
@@ -20,7 +18,6 @@
Patch1: vice-1.19-datadir.patch
Patch2: vice-htmlview.patch
Patch3: vice-tmpnam.patch
-Patch4: vice-1.20-monitor-crash.patch
BuildRequires: libXt-devel libXext-devel libXxf86vm-devel libXxf86dga-devel
BuildRequires: libXrandr-devel
BuildRequires: giflib-devel libjpeg-devel libpng-devel
@@ -38,46 +35,58 @@
%prep
-%setup -q
+%setup -c -q
+pushd %{name}-%{version}
%patch1 -p1 -z .datadir
%patch2 -p1 -z .htmlview
%patch3 -p1 -z .tmpnam
-%patch4 -p1 -z .mon
for i in man/*.1 doc/*.info*; do
iconv -f ISO-8859-1 -t UTF8 $i > $i.tmp
mv $i.tmp $i
done
# not really needed, make sure these don't get used:
-rm -f src/lib/*/*.c src/lib/*/*.h
-# File from upstream missing from tarbal
-cp -a %{SOURCE10} src
+rm -f src/lib/libffmpeg/*.c src/lib/libffmpeg/*.h
+popd
+
+mv %{name}-%{version} %{name}-%{version}.gtk
+cp -a %{name}-%{version}.gtk %{name}-%{version}.sdl
+# for %doc
+ln -s %{name}-%{version}.gtk/doc doc
%build
-COMMON_FLAGS="--enable-ethernet --enable-parsid --without-oss --disable-arch"
-%configure --enable-sdlui $COMMON_FLAGS
-make %{?_smp_mflags}
-pushd src
- for i in x*; do
- mv $i ../$i.sdl
- done
+# --disable-ffmpeg since the ffmpeg code does not work with recent ffmpeg
+COMMON_FLAGS="--enable-ethernet --enable-parsid --without-oss --disable-arch --disable-ffmpeg"
+
+pushd %{name}-%{version}.gtk
+ %configure --enable-gnomeui --enable-fullscreen $COMMON_FLAGS
+ make %{?_smp_mflags}
popd
-make distclean
-%configure --enable-gnomeui --enable-fullscreen $COMMON_FLAGS
-make %{?_smp_mflags} LD_FLAGS=-lX11
+pushd %{name}-%{version}.sdl
+ %configure --enable-sdlui $COMMON_FLAGS
+ make %{?_smp_mflags}
+popd
%install
+pushd %{name}-%{version}.gtk
make install DESTDIR=$RPM_BUILD_ROOT VICEDIR=%{_datadir}/%{name}
-for i in x*.sdl; do
- install -p -m 755 $i $RPM_BUILD_ROOT%{_bindir}
-done
-pushd data
- for i in */sdl_sym.vkm; do
- cp -a --parents $i $RPM_BUILD_ROOT%{_datadir}/%{name}
- done
popd
+
+pushd %{name}-%{version}.sdl
+ pushd src
+ for i in x*; do
+ install -p -m 755 $i $RPM_BUILD_ROOT%{_bindir}/$i.sdl
+ done
+ popd
+ pushd data
+ for i in */sdl_sym.vkm; do
+ cp -a --parents $i $RPM_BUILD_ROOT%{_datadir}/%{name}
+ done
+ popd
+popd
+
%find_lang %{name}
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
# for some reason make install drops a .txt and .pdf in the infodir ... ?
@@ -92,9 +101,14 @@
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
for i in x128.desktop x64.desktop xcbm-ii.desktop xpet.desktop xplus4.desktop \
xvic.desktop; do
+%if 0%{?fedora} <= 18
desktop-file-install --vendor dribble \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
$RPM_SOURCE_DIR/$i
+%else
+ desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+ $RPM_SOURCE_DIR/$i
+%endif
done
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
cd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
@@ -106,8 +120,9 @@
cd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
tar xvfj %{SOURCE9}
# remove "icon" from the icons name they are already in the icons dir.
-cd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor
+pushd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor
for i in */apps/*icon.png; do mv $i `echo $i|sed s/icon//`; done
+popd
%post
@@ -130,18 +145,23 @@
%files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog FEEDBACK README doc/iec-bus.txt
-%doc doc/html/*.html doc/html/images/* doc/html/plain/*
+%doc %{name}-%{version}.gtk/AUTHORS %{name}-%{version}.gtk/ChangeLog
+%doc %{name}-%{version}.gtk/FEEDBACK %{name}-%{version}.gtk/README
+%doc doc/iec-bus.txt doc/html/*.html doc/html/images doc/html/plain
%{_bindir}/*
%{_datadir}/%{name}
-%{_datadir}/applications/dribble-*.desktop
+%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*.png
%{_infodir}/%{name}.info*
%{_mandir}/man1/*.1.gz
%changelog
+* Sat Mar 2 2013 Hans de Goede <j.w.r.degoede(a)hhs.nl> - 2.4-1
+- New upstream release 2.4 (rf#2610)
+- Fixes xvic sound (rf#2578)
+- Fixes fullscreen issues (rf#2352)
+
* Thu Mar 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.9-3
- Rebuilt for c++ ABI breakage
--- vice-1.20-monitor-crash.patch DELETED ---
11 years, 9 months
rpms/catalyst-legacy-kmod/F-18 3.8_kernel.patch, NONE, 1.1 catalyst-legacy-kmod.spec, 1.7, 1.8
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/catalyst-legacy-kmod/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv737
Modified Files:
catalyst-legacy-kmod.spec
Added Files:
3.8_kernel.patch
Log Message:
* Sat Mar 02 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 13.1-2
- Patch for 3.8 kernel
3.8_kernel.patch:
kcl_acpi.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--- NEW FILE 3.8_kernel.patch ---
--- lib/modules/fglrx/build_mod/kcl_acpi.c
+++ lib/modules/fglrx/build_mod/kcl_acpi.c
@@ -775,7 +775,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(2,6,19)
+ #if 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;
#else
pInfo->video_handle = pInfo->pcidev->dev.firmware_data;
Index: catalyst-legacy-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-legacy-kmod/F-18/catalyst-legacy-kmod.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- catalyst-legacy-kmod.spec 28 Feb 2013 23:43:08 -0000 1.7
+++ catalyst-legacy-kmod.spec 2 Mar 2013 15:00:37 -0000 1.8
@@ -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-legacy-kmod
Version: 13.1
-Release: 1%{?dist}.6
+Release: 2%{?dist}
# Taken over by kmodtool
Summary: AMD display legacy driver kernel module
Group: System Environment/Kernel
@@ -24,6 +24,7 @@
Patch0: compat_alloc-Makefile.patch
Patch1: 3.5-do_mmap.patch
Patch2: 3.7_kernel.patch
+Patch3: 3.8_kernel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i686
@@ -71,6 +72,7 @@
%patch0 -p0 -b.compat_alloc
%patch1 -p0 -b.3.5-do_mmap
%patch2 -p0 -b.3.7_kernel
+%patch3 -p0 -b.3.8_kernel
popd
for kernel_version in %{?kernel_versions} ; do
@@ -101,6 +103,9 @@
%changelog
+* Sat Mar 02 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 13.1-2
+- Patch for 3.8 kernel
+
* Thu Feb 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 13.1-1.6
- Rebuilt for kernel
11 years, 9 months
rpms/openafs-kmod/F-17 openafs-kmod.spec,1.74,1.75
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/openafs-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv303
Modified Files:
openafs-kmod.spec
Log Message:
Rebuilt for current
Index: openafs-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/openafs-kmod/F-17/openafs-kmod.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- openafs-kmod.spec 2 Mar 2013 14:18:34 -0000 1.74
+++ openafs-kmod.spec 2 Mar 2013 14:53:26 -0000 1.75
@@ -1,5 +1,5 @@
# (un)define the next line to either build for the newest or all current kernels
-%global buildforkernels newest
+#global buildforkernels newest
# Define the OpenAFS sysname
%ifarch %{ix86}
@@ -21,15 +21,7 @@
Name: %{kmod_name}-kmod
Version: 1.6.2
-<<<<<<< openafs-kmod.spec
-<<<<<<< openafs-kmod.spec
-Release: 0.%{pre}%{?dist}.10
-=======
-Release: 1%{?dist}
->>>>>>> 1.72
-=======
-Release: 2%{?dist}
->>>>>>> 1.73
+Release: 3%{?dist}
Summary: Kernel module(s)
Group: System Environment/Kernel
@@ -104,46 +96,14 @@
%changelog
-* Sat Mar 02 2013 Nicolas Chauvet <kwizart(a)gmail.com>
-- Rebuilt for kernel
+* Sat Mar 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.2-3
+- Rebuilt for current
-<<<<<<< openafs-kmod.spec
-* Tue Feb 26 2013 Nicolas Chauvet <kwizart(a)gmail.com>
-- Rebuilt for kernel
-
-<<<<<<< openafs-kmod.spec
-* Tue Feb 19 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.2-0.pre3.8
-- Rebuilt for kernel
-
-* Sat Feb 16 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.2-0.pre3.7
-- Rebuilt for kernel
-
-* Sat Feb 16 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.2-0.pre3.6
-- Rebuilt for kernel
-
-* Tue Feb 05 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.2-0.pre3.5
-- Rebuilt for kernel
-
-* Mon Feb 04 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.2-0.pre3.4
-- Rebuilt for akmod
-
-* Wed Jan 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.2-0.pre3.3
-- Rebuilt for akmod
-
-* Wed Jan 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.2-0.pre3.2
-- Rebuilt for updated kernel
-
-* Fri Jan 25 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.2-0.pre3.1
-- Rebuilt for updated kernel
-=======
-=======
* Thu Feb 21 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> 1.6.2-2
- Use newer tarball for 1.6.2 final
->>>>>>> 1.73
* Thu Feb 14 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 1.6.2-1
- Update to OpenAFS 1.6.2 final
->>>>>>> 1.72
* Tue Jan 22 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 1.6.2-0.pre3
- Update to OpenAFS 1.6.2 pre-release 3
11 years, 9 months
rpms/staging-kmod/F-18 staging-kmod.spec,1.46,1.47
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32557
Modified Files:
staging-kmod.spec
Log Message:
* Sat Mar 02 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.8.1-2
- disable SBE_2T3E3 and CXT1E1, need something that is disabled in Fedora
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-18/staging-kmod.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- staging-kmod.spec 1 Mar 2013 22:04:43 -0000 1.46
+++ staging-kmod.spec 2 Mar 2013 14:44:53 -0000 1.47
@@ -1,7 +1,7 @@
# akmods not supported
# which drivers to built
-%global stgdrvs ASUS_OLED BCM_WIMAX CSR_WIFI CXT1E1 DGRP ECHO ET131X FB_XGI FT1000 IDE_PHISON LINE6_USB NET_VENDOR_SILICOM PRISM2_USB R8187SE RTL8192E RTL8192U RTS5139 SB105X SBE_2T3E3 SLICOSS SOLO6X10 SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USB_WPAN_HCD USBIP_CORE VT6655 VT6656 WIMAX_GDM72XX WLAGS49_H25 W35UND WLAGS49_H2 ZCACHE ZRAM ZSMALLOC
+%global stgdrvs ASUS_OLED BCM_WIMAX CSR_WIFI DGRP ECHO ET131X FB_XGI FT1000 IDE_PHISON LINE6_USB NET_VENDOR_SILICOM PRISM2_USB R8187SE RTL8192E RTL8192U RTS5139 SB105X SLICOSS SOLO6X10 SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USB_WPAN_HCD USBIP_CORE VT6655 VT6656 WIMAX_GDM72XX WLAGS49_H25 W35UND WLAGS49_H2 ZCACHE ZRAM ZSMALLOC
# fixme: DVB_AS102 DVB_CXD2099
@@ -22,7 +22,7 @@
Name: staging-kmod
Version: 3.8.1
-Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.1
+Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.1
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -139,6 +139,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Mar 02 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.8.1-2
+- disable SBE_2T3E3 and CXT1E1, need something that is disabled in Fedora
+
* Fri Mar 01 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.8.1-1
- Update to 3.8.1
- lot of misc small cleanups -- includes enabling a few more drivers and
11 years, 9 months
rpms/wl-kmod/F-17 wl-kmod.spec,1.118,1.119
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32150
Modified Files:
wl-kmod.spec
Log Message:
* Sat Mar 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-7.19
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-17/wl-kmod.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- wl-kmod.spec 26 Feb 2013 16:19:15 -0000 1.118
+++ wl-kmod.spec 2 Mar 2013 14:30:47 -0000 1.119
@@ -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
+%global buildforkernels newest
Name: wl-kmod
Version: 5.100.82.112
-Release: 7%{?dist}.18
+Release: 7%{?dist}.19
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -97,6 +97,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Mar 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-7.19
+- Rebuilt for kernel
+
* Tue Feb 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-7.18
- Rebuilt for kernel
11 years, 9 months
rpms/nvidia-kmod/F-17 nvidia-kmod.spec,1.164,1.165
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32024
Modified Files:
nvidia-kmod.spec
Log Message:
* Sat Mar 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.64-6.3
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-17/nvidia-kmod.spec,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- nvidia-kmod.spec 26 Feb 2013 16:19:03 -0000 1.164
+++ nvidia-kmod.spec 2 Mar 2013 14:30:35 -0000 1.165
@@ -3,13 +3,13 @@
# "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
+%global buildforkernels newest
Name: nvidia-kmod
Epoch: 1
Version: 304.64
# Taken over by kmodtool
-Release: 6%{?dist}.2
+Release: 6%{?dist}.3
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -88,6 +88,9 @@
%changelog
+* Sat Mar 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.64-6.3
+- Rebuilt for kernel
+
* Tue Feb 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.64-6.2
- Rebuilt for kernel
11 years, 9 months