RPM Fusion (Fedora - free) Package Build Report 2009-12-06
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/12: 4
gstreamer-plugins-bad-0.10.17-2.fc12
qmmp-plugins-freeworld-0.3.1-2.fc12
rt2870-2.1.2.0-2.fc12.1
rt3070-2.1.1.0-3.fc12.1
============================================================================
Packages built and released for RPM Fusion (Fedora - free) development: 3
audacity-freeworld-1.3.10-0.1.1.beta.fc13
gstreamer-plugins-bad-0.10.17-2.fc13
qmmp-plugins-freeworld-0.3.1-2.fc13
============================================================================
Changes in RPM Fusion (Fedora - free) testing/12:
gstreamer-plugins-bad-0.10.17-2.fc12
------------------------------------
* Fri Dec 04 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.17-2
- Enable LADSPA plugins (#992)
qmmp-plugins-freeworld-0.3.1-2.fc12
-----------------------------------
* Fri Dec 04 2009 Karel Volný <kvolny(a)redhat.com> 0.3.1-2
- add %{?_isa} to require architecture match (wrt Fedora bug #543963)
rt2870-2.1.2.0-2.fc12.1
-----------------------
* Fri Dec 04 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-2.1
- Blacklist kernel's rt2800usb module
rt3070-2.1.1.0-3.fc12.1
-----------------------
* Fri Dec 04 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.1.0-3.1
- Blacklist kernel's rt2800usb module
============================================================================
Changes in RPM Fusion (Fedora - free) development:
audacity-freeworld-1.3.10-0.1.1.beta.fc13
-----------------------------------------
* Sat Dec 05 2009 David Timms <iinet.net.au@dtimms> - 1.3.10-0.1.1.beta
- upgrade to 1.3.10-beta
- re-base spec to fedora devel and patches by mschwendt
* Thu Dec 03 2009 David Timms <iinet.net.au@dtimms> - 1.3.9-0.4.2.beta
- continue with upgrade to f12 version
* Mon Nov 16 2009 David Timms <iinet.net.au@dtimms> - 1.3.9-0.4.1.beta
- upgrade to 1.3.9-beta to match Fedora version.
- resync to include new and updated patches from mschwendt
- add conditional freeworld to allow minimal change from Fedora version
* Fri Oct 23 2009 Orcan Ogetbil <oged[DOT]fedora[AT]gmail[DOT]com> - 1.3.7-0.6.2.beta
- Update desktop file according to F-12 FedoraStudio feature
gstreamer-plugins-bad-0.10.17-2.fc13
------------------------------------
* Fri Dec 04 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.17-2
- Enable LADSPA plugins (#992)
qmmp-plugins-freeworld-0.3.1-2.fc13
-----------------------------------
* Fri Dec 04 2009 Karel Volný <kvolny(a)redhat.com> 0.3.1-2
- add %{?_isa} to require architecture match (wrt Fedora bug #543963)
* Thu Nov 05 2009 Karel Volný <kvolny(a)redhat.com> 0.3.1-1
- version bump
15 years
RPM Fusion (Fedora - nonfree) Package Build Report 2009-12-06
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) testing/11: 1
xorg-x11-drv-psb-0.32.0-1.fc11
============================================================================
Changes in RPM Fusion (Fedora - nonfree) testing/11:
xorg-x11-drv-psb-0.32.0-1.fc11
------------------------------
* Thu Dec 03 2009 Adam Williamson <adamwill AT shaw DOT ca> - 0.32.0-1
- newer upstream release 0.32.0 (fixes a "single SDVO jitter issue")
- add 01_disable_lid_timer.patch from UNR: disable LidTimer option
by default to suppress polling for lid status every second
15 years
Re: Suggestion to simplify initial kmod-nvidia install (w/script correction)
by Nicolas Chauvet
Thx for the suggestion, this message has been forwared on the "RPM
Fusion developers discussion list" for public audience.
Please answear there instead.(once subscribed).
Few answears:
- setsebool will not be needed anymore (exept for the nvidia-smi
binary on x86 which is only used for tesla hardware).
- Creating a separate initramfs is probably the way to go. But I
wonder if that could be implemented as a dracut plugin instead, and
then generalised to others alternate proprietary drivers.
- There is improvements needed for a new packaging scheme that will
split installation and usage for proprietary driver. (it doesn't mean
the driver is installed that the driver is meant to be used).
2009/11/28 Walter Francis <wally(a)theblackmoor.net>:
> Bleh, just discovered that redhat-lsb is not installed in all paths, so
> probably better to use /etc/rpm/macros.dist to get the release number...
> Sorry for the spam, just didn't want to leave you with something that would be
> broken on Live installs.
>
> BTW, someone mentioned that the sebool stuff is probably better done outside
> of a postinstall script, but I'm no spec writer so I leave that up to you.
> ;-) Just suggestions here on what would be very nice to have done, how it's
> actually done is better decided by you. :) Unless I find any other glaring
> mistakes I'll stop spamming you, hope I haven't been a bother.
>
> #!/bin/sh
>
> if getsebool allow_execstack | grep -q off; then
> setsebool -P allow_execstack on
> fi
>
> # create new initrd/initramfs if necessary
> if lsmod | grep -q nouveau; then
> release=$(awk '/^%fedora/{print$2}' /etc/rpm/macros.dist)
> if [ $release -gt 11 ]; then
> # use new-kernel-pkg to create the initramfs and create a new
> boot entry (see below)
> /sbin/new-kernel-pkg --mkinitrd --dracut
> --initrdfile=/boot/initramfs-`uname -r`-nvidia.img
> --banner="Fedora NVidia" --make-default --install `uname -r`
> fi
> if [ $release -lt 12 ]; then
> # non-dracut, use initrd filename, no --dracut
> /sbin/new-kernel-pkg --mkinitrd
> --initrdfile=/boot/initrd-`uname -r`-nvidia.img
> --banner="Fedora NVidia" --make-default --install `uname -r`
> fi
> fi
>
> --
> Walter Francis
>
> khayts.us
> theblackmoor.net
> unlimitedphoto.com
>
>
15 years
RPM Fusion (Fedora - nonfree) Package Build Report 2009-12-03
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) testing/12: 1
sdlmame-0136-0.2.0135u2.fc12
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) testing/11: 2
sdlmame-0136-0.2.0135u2.fc11
xorg-x11-drv-nvidia-190.42-5.fc11
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) development: 1
sdlmame-0136-0.2.0135u2.fc13
============================================================================
Changes in RPM Fusion (Fedora - nonfree) testing/12:
sdlmame-0136-0.2.0135u2.fc12
----------------------------
* Mon Nov 30 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0136-0.2.0135u2
- Updated to 0.135u2
============================================================================
Changes in RPM Fusion (Fedora - nonfree) testing/11:
sdlmame-0136-0.2.0135u2.fc11
----------------------------
* Mon Nov 30 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0136-0.2.0135u2
- Updated to 0.135u2
xorg-x11-drv-nvidia-190.42-5.fc11
---------------------------------
* Fri Nov 27 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 190.42-5
- Remove duplicate desktop file.
============================================================================
Changes in RPM Fusion (Fedora - nonfree) development:
sdlmame-0136-0.2.0135u2.fc13
----------------------------
* Mon Nov 30 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0136-0.2.0135u2
- Updated to 0.135u2
15 years
RPM Fusion (Fedora - free) Package Build Report 2009-12-03
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - free) 12: 1
gstreamer-plugins-bad-0.10.17-1.fc12
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/12: 4
bsnes-0.057-1.fc12
devede-3.15.2-1.fc12
mpd-0.15.6-1.fc12
qmmp-plugins-freeworld-0.3.1-1.fc12
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/11: 1
bsnes-0.057-1.fc11
============================================================================
Packages built and released for RPM Fusion (Fedora - free) development: 6
bsnes-0.057-1.fc13
devede-3.15.2-1.fc13
gstreamer-plugins-bad-0.10.17-1.fc13
mpd-0.15.6-1.fc13
staging-kmod-2.6.32-0.1.rc8.fc13
staging-kmod-addons-2.6.32-0.1.rc8.fc13
============================================================================
Changes in RPM Fusion (Fedora - free) 12:
gstreamer-plugins-bad-0.10.17-1.fc12
------------------------------------
* Wed Nov 18 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.17-1
- New upstream release 0.10.17
============================================================================
Changes in RPM Fusion (Fedora - free) testing/12:
bsnes-0.057-1.fc12
------------------
* Sat Nov 28 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.057-1
- Updated to 0.057
devede-3.15.2-1.fc12
--------------------
* Wed Dec 02 2009 Andrea Musuruane <musuruan(a)gmail.com> 3.15.2-1
- Updated to version 3.15.2
- Updated desktop file categories as required by Fedora Studio
mpd-0.15.6-1.fc12
-----------------
* Wed Dec 02 2009 Adrian Reber <adrian(a)lisas.de> - 0.15.6-1
- updated to 0.15.6 (#989)
- added BR libcue-devel (#930)
qmmp-plugins-freeworld-0.3.1-1.fc12
-----------------------------------
* Thu Nov 05 2009 Karel Volný <kvolny(a)redhat.com> 0.3.1-1
- version bump
============================================================================
Changes in RPM Fusion (Fedora - free) testing/11:
bsnes-0.057-1.fc11
------------------
* Sat Nov 28 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.057-1
- Updated to 0.057
============================================================================
Changes in RPM Fusion (Fedora - free) development:
bsnes-0.057-1.fc13
------------------
* Sat Nov 28 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.057-1
- Updated to 0.057
devede-3.15.2-1.fc13
--------------------
* Wed Dec 02 2009 Andrea Musuruane <musuruan(a)gmail.com> 3.15.2-1
- Updated to version 3.15.2
- Updated desktop file categories as required by Fedora Studio
gstreamer-plugins-bad-0.10.17-1.fc13
------------------------------------
* Wed Nov 18 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.17-1
- New upstream release 0.10.17
mpd-0.15.6-1.fc13
-----------------
* Wed Dec 02 2009 Adrian Reber <adrian(a)lisas.de> - 0.15.6-1
- updated to 0.15.6 (#989)
- added BR libcue-devel (#930)
staging-kmod-2.6.32-0.1.rc8.fc13
--------------------------------
* Wed Dec 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32-0.1.rc1
- enable HYPERV, RT3090, RTL8192E, VT6656
- drop AGNX, dropped upstream
- point to drivers/staging/ explicitely
- support RC's better
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.5
- rebuild for new kernel, disable i586 builds
* Tue Nov 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.4
- rebuild for F12 release kernel
staging-kmod-addons-2.6.32-0.1.rc8.fc13
---------------------------------------
* Wed Dec 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32-0.1.rc1
- enable HYPERV, RT3090, RTL8192E, VT6656
- drop AGNX, dropped upstream
- support RC's better
15 years
RPM Fusion (Fedora - free) Package Build Report 2009-12-01
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/12: 1
thunderbird-enigmail-1.0.0-1.fc12
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/11: 1
thunderbird-enigmail-1.0.0-1.fc11
============================================================================
Packages built and released for RPM Fusion (Fedora - free) 10: 2
mythtv-0.22-2.fc10
mythtv-themes-0.22-2.fc10
============================================================================
Packages built and released for RPM Fusion (Fedora - free) development: 1
thunderbird-enigmail-1.0.0-1.fc13
============================================================================
Changes in RPM Fusion (Fedora - free) testing/12:
thunderbird-enigmail-1.0.0-1.fc12
---------------------------------
* Mon Nov 30 2009 Remi Collet <rpms(a)famillecollet.com> 1.0.0-1
- Enigmail 1.0 (against thunderbird 3.0rc1)
============================================================================
Changes in RPM Fusion (Fedora - free) testing/11:
thunderbird-enigmail-1.0.0-1.fc11
---------------------------------
* Mon Nov 30 2009 Remi Collet <rpms(a)famillecollet.com> 1.0.0-1
- Enigmail 1.0 (against thunderbird 3.0rc1)
============================================================================
Changes in RPM Fusion (Fedora - free) 10:
mythtv-0.22-2.fc10
------------------
* Sat Nov 21 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-2
- Update to release-0-22-fixes branch, svn revision 22880
mythtv-themes-0.22-2.fc10
-------------------------
* Sat Nov 21 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-2
- Update to release-0-22-fixes branch, svn revision 22880
============================================================================
Changes in RPM Fusion (Fedora - free) development:
thunderbird-enigmail-1.0.0-1.fc13
---------------------------------
* Mon Nov 30 2009 Remi Collet <rpms(a)famillecollet.com> 1.0.0-1
- Enigmail 1.0 (against thunderbird 3.0rc1)
15 years
RPM Fusion (Fedora - nonfree) Package Build Report 2009-12-01
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) testing/12: 1
unrar-3.8.5-4.fc12
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) 10: 4
e-uae-0.8.29-0.14.wip4.fc10
realcrypt-6.3-2.fc10
sdlmame-0135-2.fc10
sdlmame-data-0135-1.fc10
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) development: 1
unrar-3.8.5-4.fc13
============================================================================
Changes in RPM Fusion (Fedora - nonfree) testing/12:
unrar-3.8.5-4.fc12
------------------
* Mon Nov 30 2009 Conrad Meyer <konrad(a)tylerc.org> - 3.8.5-4
- Fix preun to refer to the correct alternatives files.
============================================================================
Changes in RPM Fusion (Fedora - nonfree) 10:
e-uae-0.8.29-0.14.wip4.fc10
---------------------------
* Sun Nov 15 2009 Ian Chapman <packages[AT]amiga-hardware.com> 0.8.29-0.14.wip4
- Work around fix for libcaps support
realcrypt-6.3-2.fc10
--------------------
* Fri Nov 20 2009 Leigh Scott <leigh123linux(a)googlemail.com> - 6.3-2
- fix rebranding patch
sdlmame-0135-2.fc10
-------------------
* Wed Nov 18 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-2
- Added split and unidasm to the -tools subpackage
- Disabled ldplayer until mame bug 03415 gets fixed
- Worked around gcc ppc preprocessor bug
sdlmame-data-0135-1.fc10
------------------------
* Sun Nov 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-1
- Updated everything except cheats to 0.135
============================================================================
Changes in RPM Fusion (Fedora - nonfree) development:
unrar-3.8.5-4.fc13
------------------
* Mon Nov 30 2009 Conrad Meyer <konrad(a)tylerc.org> - 3.8.5-4
- Fix preun to refer to the correct alternatives files.
15 years
RPM Fusion (Fedora - free) Package Build Report 2009-12-01
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - free) 12: 15
buildsys-build-rpmfusion-12-3
em8300-kmod-0.17.4-1.fc12.1
NEW em8300-kmod-0.17.4-1.fc12.3 : Kernel modules for DXR3/Hollywood Plus MPEG decoder cards
iscsitarget-kmod-1.4.18-1.fc12.6
kqemu-kmod-1.4.0-0.2.pre1.fc12.17
mythtv-0.22-2.fc12
mythtv-themes-0.22-2.fc12
ndiswrapper-kmod-1.54-4.fc12.16
open-vm-tools-kmod-0.0.0.201664-1.fc12.8
rt2860-kmod-2.1.2.0-3.fc12.8
rt2870-kmod-2.1.2.0-5.fc12.2
rt2870-kmod-2.1.2.0-6.fc12
rt3070-kmod-2.1.1.0-3.fc12.8
staging-kmod-2.6.31.5-2.fc12.6
VirtualBox-OSE-kmod-3.0.10-2.fc12.1
============================================================================
Packages built and released for RPM Fusion (Fedora - free) 11: 16
buildsys-build-rpmfusion-11-0.27
em8300-kmod-0.17.3-1.fc11.12
iscsitarget-kmod-1.4.18-1.fc11.2
kqemu-kmod-1.4.0-0.2.pre1.fc11.22
mythtv-0.22-2.fc11
mythtv-themes-0.22-2.fc11
ndiswrapper-kmod-1.54-4.fc11.21
open-vm-tools-kmod-0.0.0.179896-1.fc11.10
rt2860-kmod-2.1.2.0-2.fc11.7
rt2870-kmod-2.1.2.0-3.fc11
rt2870-kmod-2.1.2.0-3.fc11.1
rt2870-kmod-2.1.2.0-4.fc11
rt3070-kmod-2.1.1.0-2.fc11.7
staging-kmod-2.6.30.9-1.fc11.2
sysprof-kmod-1.0.12-2.fc11.22
VirtualBox-OSE-kmod-3.0.10-1.fc11.4
============================================================================
Changes in RPM Fusion (Fedora - free) 12:
buildsys-build-rpmfusion-12-3
-----------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:12-3
- rebuild for kernel 2.6.31.6-145.fc12
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:12-2
- rebuild for kernel 2.6.31.6-134.fc12
- no i586 in F-12, so adjust ExclusiveArch and
buildsys-build-rpmfusion-list-kernels.sh
* Fri Nov 20 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:12-0.2
- rebuild for kernel 2.6.31.5-127.fc12
em8300-kmod-0.17.4-1.fc12.1
---------------------------
* Tue Nov 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.17.4-1.1
- rebuild for F12 release kernel
em8300-kmod-0.17.4-1.fc12.3
---------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.17.4-1.3
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.17.4-1.2
- rebuild for new kernel, disable i586 builds
* Tue Nov 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.17.4-1.1
- rebuild for F12 release kernel
* Mon Nov 09 2009 Felix Kaechele <heffer(a)fedoraproject.org> - 0.17.4-1
- new upstream release
- now builds on F12, too
* Mon Nov 09 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.17.3-1.5
- rebuild for new kernels
* Fri Nov 06 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.17.3-1.4
- rebuild for new kernels
* Wed Nov 04 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.17.3-1.3
- rebuild for new kernels
iscsitarget-kmod-1.4.18-1.fc12.6
--------------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:1.4.18-1.6
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:1.4.18-1.5
- rebuild for new kernel, disable i586 builds
kqemu-kmod-1.4.0-0.2.pre1.fc12.17
---------------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4.0-0.2.pre1.17
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4.0-0.2.pre1.16
- rebuild for new kernel, disable i586 builds
mythtv-0.22-2.fc12
------------------
* Sat Nov 21 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-2
- Update to release-0-22-fixes branch, svn revision 22880
mythtv-themes-0.22-2.fc12
-------------------------
* Sat Nov 21 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-2
- Update to release-0-22-fixes branch, svn revision 22880
ndiswrapper-kmod-1.54-4.fc12.16
-------------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.54-4.16
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.54-4.15
- rebuild for new kernel, disable i586 builds
open-vm-tools-kmod-0.0.0.201664-1.fc12.8
----------------------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.0.201664-1.8
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.0.201664-1.7
- rebuild for new kernel, disable i586 builds
rt2860-kmod-2.1.2.0-3.fc12.8
----------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-3.8
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-3.7
- rebuild for new kernel, disable i586 builds
rt2870-kmod-2.1.2.0-5.fc12.2
----------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-5.2
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-5.1
- rebuild for new kernel
* Sat Nov 21 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-5
- No need to build i586 kmod anymore
* Sat Nov 21 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-4
- Add Hawking HWDN2 REV-E support
rt2870-kmod-2.1.2.0-6.fc12
--------------------------
* Sat Nov 28 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-6
- Add support for bunch of other devices. The device ID's are taken from rt2x00
branch of kernel.
rt3070-kmod-2.1.1.0-3.fc12.8
----------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1.0-3.8
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1.0-3.7
- rebuild for new kernel, disable i586 builds
staging-kmod-2.6.31.5-2.fc12.6
------------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.6
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.5
- rebuild for new kernel, disable i586 builds
* Tue Nov 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.4
- rebuild for F12 release kernel
VirtualBox-OSE-kmod-3.0.10-2.fc12.1
-----------------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-2.1
- rebuild for new kernel
* Mon Nov 23 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.10-2
- Fix %check
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-1.5
- rebuild for new kernel, disable i586 builds
============================================================================
Changes in RPM Fusion (Fedora - free) 11:
buildsys-build-rpmfusion-11-0.27
--------------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:11-0.27
- rebuild for kernel 2.6.30.9-99.fc11
em8300-kmod-0.17.3-1.fc11.12
----------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.17.3-1.12
- rebuild for new kernels
iscsitarget-kmod-1.4.18-1.fc11.2
--------------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:1.4.18-1.2
- rebuild for new kernels
kqemu-kmod-1.4.0-0.2.pre1.fc11.22
---------------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4.0-0.2.pre1.22
- rebuild for new kernels
mythtv-0.22-2.fc11
------------------
* Sat Nov 21 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-2
- Update to release-0-22-fixes branch, svn revision 22880
mythtv-themes-0.22-2.fc11
-------------------------
* Sat Nov 21 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-2
- Update to release-0-22-fixes branch, svn revision 22880
ndiswrapper-kmod-1.54-4.fc11.21
-------------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.54-4.21
- rebuild for new kernels
open-vm-tools-kmod-0.0.0.179896-1.fc11.10
-----------------------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.0.179896-1.10
- rebuild for new kernels
rt2860-kmod-2.1.2.0-2.fc11.7
----------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-2.7
- rebuild for new kernels
rt2870-kmod-2.1.2.0-3.fc11
--------------------------
* Sat Nov 21 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-3
- Add Hawking HWDN2 REV-E support
rt2870-kmod-2.1.2.0-3.fc11.1
----------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-3.1
- rebuild for new kernels
rt2870-kmod-2.1.2.0-4.fc11
--------------------------
* Sat Nov 28 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-4
- Add support for bunch of other devices. The device ID's are taken from rt2x00
branch of kernel.
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.2.0-3.1
- rebuild for new kernels
* Sat Nov 21 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-3
- Add Hawking HWDN2 REV-E support
rt3070-kmod-2.1.1.0-2.fc11.7
----------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1.0-2.7
- rebuild for new kernels
staging-kmod-2.6.30.9-1.fc11.2
------------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.9-1.2
- rebuild for new kernels
sysprof-kmod-1.0.12-2.fc11.22
-----------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0.12-2.22
- rebuild for new kernels
VirtualBox-OSE-kmod-3.0.10-1.fc11.4
-----------------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-1.4
- rebuild for new kernels
15 years
RPM Fusion (Fedora - nonfree) Package Build Report 2009-12-01
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) 12: 17
NEW nvidia-173xx-kmod-173.14.22-1.fc12 : NVIDIA 173xx display driver kernel module
nvidia-173xx-kmod-173.14.22-1.fc12.2
nvidia-96xx-kmod-96.43.14-1.fc12
NEW nvidia-96xx-kmod-96.43.14-1.fc12.2 : NVIDIA 96xx display driver kernel module
NEW nvidia-kmod-190.42-1.fc12.4 : NVIDIA display driver kernel module
nvidia-kmod-190.42-1.fc12.6
NEW nvidia-settings-1.0-3.2.fc12 : Configure the NVIDIA graphics driver
NEW nvidia-xconfig-1.0-1.fc12 : NVIDIA X configuration file editor
qmc2-0.2-0.16.b12.fc12.1
realcrypt-6.3-2.fc12
sdlmame-data-0135-1.fc12.1
slmodem-kmod-2.9.11-27.fc12.36
unrar-3.8.5-3.fc12
wl-kmod-5.10.91.9.3-3.fc12.8
NEW xorg-x11-drv-nvidia-173xx-173.14.22-3.fc12 : NVIDIA's 173xx serie proprietary display driver for NVIDIA graphic cards
NEW xorg-x11-drv-nvidia-190.42-5.fc12 : NVIDIA's proprietary display driver for NVIDIA graphic cards
NEW xorg-x11-drv-nvidia-96xx-96.43.14-3.fc12 : NVIDIA's 96xx series proprietary display driver for NVIDIA graphic cards
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) 11: 10
catalyst-kmod-9.10-1.fc11.2
e-uae-0.8.29-0.14.wip4.fc11
nvidia-173xx-kmod-173.14.20-1.fc11.5
nvidia-96xx-kmod-96.43.13-1.fc11.5
nvidia-kmod-190.42-1.fc11.2
psb-kmod-4.41.1-10.fc11.4
realcrypt-6.3-2.fc11
sdlmame-data-0135-1.fc11
slmodem-kmod-2.9.11-27.fc11.41
wl-kmod-5.10.91.9-4.fc11.6
============================================================================
Changes in RPM Fusion (Fedora - nonfree) 12:
nvidia-173xx-kmod-173.14.22-1.fc12
----------------------------------
* Sat Nov 14 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 173.14.22-1
- Update to 173.14.22
* Thu Nov 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.20-1.4
- rebuild for new kernels
nvidia-173xx-kmod-173.14.22-1.fc12.2
------------------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.22-1.2
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.22-1.1
- rebuild for new kernel, disable i586 builds
nvidia-96xx-kmod-96.43.14-1.fc12
--------------------------------
* Sat Nov 14 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 96.43.14-1
- Update to 96.43.14
nvidia-96xx-kmod-96.43.14-1.fc12.2
----------------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.14-1.2
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.14-1.1
- rebuild for new kernel, disable i586 builds
* Sat Nov 14 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 96.43.14-1
- Update to 96.43.14
* Thu Nov 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.13-1.4
- rebuild for new kernels
nvidia-kmod-190.42-1.fc12.4
---------------------------
* Tue Nov 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.42-1.4
- rebuild for F12 release kernel
* Mon Nov 09 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.42-1.3
- rebuild for new kernels
* Fri Nov 06 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.42-1.2
- rebuild for new kernels
* Wed Nov 04 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.42-1.1
- rebuild for new kernels
* Sat Oct 31 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 190.42-1
- Update to 190.42
nvidia-kmod-190.42-1.fc12.6
---------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.42-1.6
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.42-1.5
- rebuild for new kernel, disable i586 builds
nvidia-settings-1.0-3.2.fc12
----------------------------
* Wed Oct 21 2009 kwizart < kwizart at gmail.com > - 1.0-3.1
- Update internal to 190.42
nvidia-xconfig-1.0-1.fc12
-------------------------
* Mon Oct 26 2009 kwizart < kwizart at gmail.com > - 1.0-1
- Update internal version to 190.42
qmc2-0.2-0.16.b12.fc12.1
------------------------
* Mon Nov 16 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.16.b12
- Updated to 0.2b12
- Worked around RH bug 532763 for Fedora 12 and above
- Added Fedora 12 config
realcrypt-6.3-2.fc12
--------------------
* Fri Nov 20 2009 Leigh Scott <leigh123linux(a)googlemail.com> - 6.3-2
- fix rebranding patch
sdlmame-data-0135-1.fc12.1
--------------------------
* Sat Nov 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-1
- Updated everything except cheats to 0.135
- Worked around RPM Fusion bug #956
* Thu Sep 17 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-1
- Updated to 0.134
- Switched to 7z sources for history.dat
slmodem-kmod-2.9.11-27.fc12.36
------------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.36
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.35
- rebuild for new kernel, disable i586 builds
unrar-3.8.5-3.fc12
------------------
* Fri Nov 20 2009 Conrad Meyer <konrad(a)tylerc.org> - 3.8.5-3
- Add missing post/preun requires on chkconfig (#956).
wl-kmod-5.10.91.9.3-3.fc12.8
----------------------------
* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9.3-3.8
- rebuild for new kernel
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9.3-3.7
- rebuild for new kernel, disable i586 builds
xorg-x11-drv-nvidia-173xx-173.14.22-3.fc12
------------------------------------------
* Fri Nov 27 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 173.14.22-3
- Remove duplicate desktop file
* Tue Nov 24 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 173.14.22-2
- Use nvidia-xconfig and nvidia-settings built from sources.
* Sat Nov 14 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 173.14.22-1
- Update to 173.14.22
- Update blacklist-nouveau.conf for F-12
- Remove execstack on nvidia binaries and libraries.
xorg-x11-drv-nvidia-190.42-5.fc12
---------------------------------
* Fri Nov 27 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 190.42-5
- Remove duplicate desktop file.
* Tue Nov 24 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 190.42-4
- Use nvidia-xconfig and nvidia-settings built from sources.
* Sat Nov 14 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 190.42-3
- Remove execstack on nvidia binaries and libraries.
* Tue Nov 03 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 190.42-2
- Update blacklist-nouveau.conf - rfbz#914
* Sat Oct 31 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 190.42-1
- Update to 190.42
xorg-x11-drv-nvidia-96xx-96.43.14-3.fc12
----------------------------------------
* Fri Nov 27 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 96.43.14-3
- Remove duplicate desktop file
* Tue Nov 24 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 96.43.14-2
- Use nvidia-xconfig and nvidia-settings built from sources.
* Sat Nov 14 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 96.43.14-1
- Update to 96.43.14
- Update blacklist-nouveau.conf for F-12
- Remove execstack on nvidia binaries and libraries.
============================================================================
Changes in RPM Fusion (Fedora - nonfree) 11:
catalyst-kmod-9.10-1.fc11.2
---------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 9.10-1.2
- rebuild for new kernels
e-uae-0.8.29-0.14.wip4.fc11
---------------------------
* Sun Nov 15 2009 Ian Chapman <packages[AT]amiga-hardware.com> 0.8.29-0.14.wip4
- Work around fix for libcaps support
nvidia-173xx-kmod-173.14.20-1.fc11.5
------------------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.20-1.5
- rebuild for new kernels
nvidia-96xx-kmod-96.43.13-1.fc11.5
----------------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.13-1.5
- rebuild for new kernels
nvidia-kmod-190.42-1.fc11.2
---------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.42-1.2
- rebuild for new kernels
psb-kmod-4.41.1-10.fc11.4
-------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.41.1-10.4
- rebuild for new kernels
realcrypt-6.3-2.fc11
--------------------
* Fri Nov 20 2009 Leigh Scott <leigh123linux(a)googlemail.com> - 6.3-2
- fix rebranding patch
sdlmame-data-0135-1.fc11
------------------------
* Sun Nov 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0135-1
- Updated everything except cheats to 0.135
slmodem-kmod-2.9.11-27.fc11.41
------------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.41
- rebuild for new kernels
wl-kmod-5.10.91.9-4.fc11.6
--------------------------
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9-4.6
- rebuild for new kernels
15 years