RPM Fusion (Fedora - free) Package Build Report 2008-10-26
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/9: 1
lxdream-0.8.4-2.fc9
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/8: 1
lxdream-0.8.4-2.fc8
============================================================================
Packages built and released for RPM Fusion (Fedora - free) development: 2
gstreamer-plugins-bad-0.10.9-1.fc10
lxdream-0.8.4-2.fc10
============================================================================
Changes in RPM Fusion (Fedora - free) testing/9:
lxdream-0.8.4-2.fc9
-------------------
* Sun Oct 26 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.8.4-2
- use i386 instead of ix86 for ExcludeArch
============================================================================
Changes in RPM Fusion (Fedora - free) testing/8:
lxdream-0.8.4-2.fc8
-------------------
* Sun Oct 26 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.8.4-2
- use i386 instead of ix86 for ExcludeArch
============================================================================
Changes in RPM Fusion (Fedora - free) development:
gstreamer-plugins-bad-0.10.9-1.fc10
-----------------------------------
* Sun Oct 26 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.9-1
- New upstream release 0.10.9
- Rebuild for new directfb
lxdream-0.8.4-2.fc10
--------------------
* Sun Oct 26 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.8.4-2
- use i386 instead of ix86 for ExcludeArch
16 years, 1 month
New contributor - hello, and looking for sponsorship!
by Chris Nolan
Hi all,
I'm looking to become involved as a package maintainer at
rpmfusion/livna. I haven't previously submitted packages to Fedora so
I'll be looking for a sponsor - I know you guys are busy with the
migration to rpmfusion but I'm hopeful someone can spend some time with
a new contributor. Initially I'd like to submit a new package: the new
Broadcom drivers kernel module that does away with requiring ndiswrapper
for those chipsets unsupported by b43. I have used this driver on F9 and
it works beautifully so IMO it would be a great addition to rpmfusion/livna.
Here's a bit about my background:
By day I'm a systems admin looking after OS X server and workstations as
well as a handful of Linux servers including YDL 6 and RHEL. I'm also a
PHP/MySQL developer and a server admin on a couple of CentOS 5.x boxes.
As a hobbyist I love Fedora and I've spent many many hours helping to
make it work properly on MacBooks (I don't like OS X!).
My experience of creating RPMs is largely limited to patching and
rebuilding existing SRPMs - I have done this a lot with packages ranging
from kernels to gstreamer, synaptics, openoffice etc. I have never built
my own RPMs "from scratch" but I'm confident in my ability and I've read
and largely absorbed the Fedora Packaging Guidelines.
So, as I said, I'd really like to see the new Broadcom kernel module
make it into a mainstream repo such as rpmfusion/livna and I'm happy to
take this on. I've already gone as far as finding the patches to make
the module build properly on F9 and have written a how-to that covers
this topic
(http://www.cenolan.com/2008/10/installing-the-broadcom-sta-driver-fedora-9/).
I haven't yet turned this into an RPM (probably can't get time to do it
until after this weekend).
Please let me know what should be my next steps (I've got a rpmfusion
bugzilla account) and I'd be really grateful if a sponsor was willing to
spend a little time with me on the finer points of RPM building. I'll
try to make myself available on this list and in the IRC rooms (cnolan).
All the best
Chris
16 years, 1 month
Re: rpms/comical/devel comical-0.8-minizip.patch, NONE, 1.1 comical-0.8-libunrar.patch, 1.2, 1.3 comical.spec, 1.4, 1.5
by Dominik 'Rathann' Mierzejewski
On Sunday, 26 October 2008 at 00:29, Andreas Thienemann wrote:
> Author: ixs
>
> Update of /cvs/nonfree/rpms/comical/devel
> In directory se02.es.rpmfusion.net:/tmp/cvs-serv12208
>
> Modified Files:
> comical-0.8-libunrar.patch comical.spec
> Added Files:
> comical-0.8-minizip.patch
> Log Message:
> * Sun Oct 26 2008 Andreas Thienemann <andreas(a)bawue.net> - 0.8-9
> - Removed use of private miniunzip copy, use system-wide minizip library.
>
[...]
> Index: comical-0.8-libunrar.patch
> ===================================================================
> RCS file: /cvs/nonfree/rpms/comical/devel/comical-0.8-libunrar.patch,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -r1.2 -r1.3
> --- comical-0.8-libunrar.patch 25 Oct 2008 21:37:52 -0000 1.2
> +++ comical-0.8-libunrar.patch 25 Oct 2008 22:29:31 -0000 1.3
> @@ -1,6 +1,13 @@
> diff -up comical-0.8/Makefile.orig comical-0.8/Makefile
> ---- comical-0.8/Makefile.orig 2008-10-25 22:51:26.000000000 +0200
> -+++ comical-0.8/Makefile 2008-10-25 22:51:37.000000000 +0200
> +--- comical-0.8/Makefile.orig 2008-10-25 23:52:38.000000000 +0200
> ++++ comical-0.8/Makefile 2008-10-25 23:53:11.000000000 +0200
> +@@ -1,5 +1,5 @@
> + CC = `wx-config --cxx`
> +-LDFLAGS = `wx-config --libs` -Lunrar -lunrar -Lunzip -lminiunzip
> ++LDFLAGS = `wx-config --libs` -lunrar -Lunzip -lminiunzip
Isn't that -Lunzip a leftover from bundled miniunzip? It was removed in the
other patch.
> + INSTALL = install
> + INSTALL_PROGRAM = $(INSTALL)
> + prefix = /usr/local
> @@ -12,15 +12,12 @@ OBJS = $(patsubst %.cpp,%.o,$(wildcard s
>
> all: comical
> @@ -26,12 +33,24 @@
> $(MAKE) clean -C unzip
> rm -f $(DEPS) bin2h src/bin2h.o
>
[...]
> diff -up comical-0.8/src/Makefile.orig comical-0.8/src/Makefile
> ---- comical-0.8/src/Makefile.orig 2008-10-25 22:51:45.000000000 +0200
> -+++ comical-0.8/src/Makefile 2008-10-25 22:52:10.000000000 +0200
> +--- comical-0.8/src/Makefile.orig 2008-10-25 23:53:15.000000000 +0200
> ++++ comical-0.8/src/Makefile 2008-10-25 23:53:22.000000000 +0200
> @@ -1,4 +1,4 @@
> -INCLUDE = -I../unrar -I../unzip
> -+INCLUDE = -Iunrar -I../unzip
> ++INCLUDE = -I../unzip
Still necessary?
> CFLAGS = -O2 -Wall -pipe $(RPM_OPT_FLAGS)
> CPPFLAGS = `wx-config --cxxflags` $(CFLAGS) -D_UNIX $(INCLUDE)
>
Regards,
R.
--
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org | MPlayer http://mplayerhq.hu
"Faith manages."
-- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
16 years, 1 month
Re: rpms/unrar/devel unrar-3.7.8-fixes.patch, NONE, 1.1 unrar.spec, 1.2, 1.3
by Dominik 'Rathann' Mierzejewski
On Saturday, 25 October 2008 at 23:18, Andreas Thienemann wrote:
> Author: ixs
>
> Update of /cvs/nonfree/rpms/unrar/devel
> In directory se02.es.rpmfusion.net:/tmp/cvs-serv8202
>
> Modified Files:
> unrar.spec
> Added Files:
> unrar-3.7.8-fixes.patch
> Log Message:
> * Sat Oct 25 2008 Andreas Thienemann <andreas(a)bawue.net> - 3.7.8-3
> - Added libunrar sub-packages
> - Clarified license
> - Added unrar robustness patches
>
>
> unrar-3.7.8-fixes.patch:
>
> --- NEW FILE unrar-3.7.8-fixes.patch ---
[...]
> diff -up unrar/extract.cpp.fix unrar/extract.cpp
> --- unrar/extract.cpp.fix 2007-09-10 13:49:28.000000000 +0200
> +++ unrar/extract.cpp 2008-10-25 22:41:06.000000000 +0200
> @@ -311,6 +311,7 @@ bool CmdExtract::ExtractCurrentFile(Comm
> char CurVolName[NM];
> strcpy(CurVolName,ArcName);
>
> + if(strcmp(ArcName,"")==0) return(false);
Huh? Isn't that the same as:
+ if(!strlen(ArcName)) return(false);
> VolNameToFirstName(ArcName,ArcName,(Arc.NewMhd.Flags & MHD_NEWNUMBERING));
> if (stricomp(ArcName,CurVolName)!=0 && FileExist(ArcName))
> {
[...]
> Index: unrar.spec
> ===================================================================
> RCS file: /cvs/nonfree/rpms/unrar/devel/unrar.spec,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -r1.2 -r1.3
> --- unrar.spec 25 Jul 2008 06:12:22 -0000 1.2
> +++ unrar.spec 25 Oct 2008 21:18:43 -0000 1.3
> @@ -1,12 +1,16 @@
> +# Might be needed to apply fuzzy patches with recent rpm
> +#%%define _default_patch_fuzz 2
> +
Why? Is it because the debian patch doesn't apply cleanly?
> Name: unrar
> Version: 3.7.8
> -Release: 2%{?dist}
> +Release: 3%{?dist}
> Summary: Utility for extracting, testing and viewing RAR archives
> -License: Freeware
> +License: Freeware with further limitations
I haven't read the license, but can we actually distribute modified versions?
Regards,
R.
--
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org | MPlayer http://mplayerhq.hu
"Faith manages."
-- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
16 years, 1 month
Re: rpms/comical/devel comical-0.8-libunrar.patch, NONE, 1.1 comical.desktop, 1.1, 1.2 comical.spec, 1.3, 1.4
by Dominik 'Rathann' Mierzejewski
On Saturday, 25 October 2008 at 23:24, Andreas Thienemann wrote:
> Author: ixs
>
> Update of /cvs/nonfree/rpms/comical/devel
> In directory se02.es.rpmfusion.net:/tmp/cvs-serv8612
>
> Modified Files:
> comical.desktop comical.spec
> Added Files:
> comical-0.8-libunrar.patch
> Log Message:
> * Sat Oct 25 2008 Andreas Thienemann <andreas(a)bawue.net> - 0.8-8
> - Removed use of private libunrar copy, use systemwide one.
>
>
> comical-0.8-libunrar.patch:
>
> --- NEW FILE comical-0.8-libunrar.patch ---
> diff -up comical-0.8/Makefile.orig comical-0.8/Makefile
> --- comical-0.8/Makefile.orig 2008-10-25 22:51:26.000000000 +0200
> +++ comical-0.8/Makefile 2008-10-25 22:51:37.000000000 +0200
> @@ -12,15 +12,12 @@ OBJS = $(patsubst %.cpp,%.o,$(wildcard s
>
> all: comical
>
> -comical: $(OBJS) unrar/libunrar.a unzip/libminiunzip.a
> +comical: $(OBJS) unzip/libminiunzip.a
Can it be made to use Fedora's minizip library?
Regards,
R.
--
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org | MPlayer http://mplayerhq.hu
"Faith manages."
-- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
16 years, 1 month
Re: Second steps of the transition from Livna to RPM Fusion begins: Enabling RPM Fusion for users of livna-testing!
by Thorsten Leemhuis
On 25.10.2008 18:23, Nicolas Mailhot wrote:
> Le samedi 25 octobre 2008 à 17:04 +0200, Thorsten Leemhuis a écrit :
>> Find below a cut'n'pasted and slightly enhanced version of a post from
>> my blog FYI:
>> As you'll likely have heard by now: RPM Fusion ( http://rpmfusion.org ),
>> the merger of Dribble, Freshrpms and Livna gets closer to its official
>> release/start.
>
> BTW,
> If rpmfusion can not use the modern proxy-friendly createro it should
> really define http_caching=packages in its yum repo files.
Updating createrepo seems like the way better plan to me instead of that
workaround. Could you be so kind and tell me which createrepo version we
need a least to get a "proxy-friendly createro"? Or is the answer "just
use the latest and greatest" (host is a rhel5 or centos5)?
Cu
knurd
16 years, 1 month
Broken deps - RPM Fusion free Fedora development - 2008-10-24
by Michael Schwendt
Summary of broken packages (by owner):
fedora AT leemhuis.info
buildsys-build-rpmfusion
rt2860
felix AT fetzig.org
vdr-dxr3
j.w.r.degoede AT hhs.nl
gstreamer-plugins-bad
kwizart AT gmail.com
kqemu
vlc
lkundrak AT v3.sk
iscsitarget
iscsitarget-kmod
qc-usb
lxtnow AT gmail.com
DVDAuthorWizard
orcanbahri AT yahoo.com
rt2870
======================================================================
Broken packages in rpmfusion-free-development-i386:
10:buildsys-build-rpmfusion-kerneldevpkgs-current-10-0.4.i586 requires kernel-devel-uname-r = 0:2.6.27.3-27.rc1.fc10.i586
10:buildsys-build-rpmfusion-kerneldevpkgs-current-10-0.4.i686 requires kernel-devel-uname-r = 0:2.6.27.3-27.rc1.fc10.i686
10:buildsys-build-rpmfusion-kerneldevpkgs-current-10-0.4.i686 requires kernel-devel-uname-r = 0:2.6.27.3-27.rc1.fc10.i686.PAE
1:kmod-iscsitarget-2.6.27-0.352.rc7.git1.fc10.i586-0.4.15-41.svn147.fc10.1.i586 requires kernel-uname-r = 0:2.6.27-0.352.rc7.git1.fc10.i586
1:kmod-iscsitarget-2.6.27-0.352.rc7.git1.fc10.i686-0.4.15-41.svn147.fc10.1.i686 requires kernel-uname-r = 0:2.6.27-0.352.rc7.git1.fc10.i686
1:kmod-iscsitarget-2.6.27-0.352.rc7.git1.fc10.i686.PAE-0.4.15-41.svn147.fc10.1.i686 requires kernel-uname-r = 0:2.6.27-0.352.rc7.git1.fc10.i686.PAE
1:kmod-iscsitarget-2.6.27.3-27.rc1.fc10.i586-0.4.15-41.svn147.fc10.2.i586 requires kernel-uname-r = 0:2.6.27.3-27.rc1.fc10.i586
1:kmod-iscsitarget-2.6.27.3-27.rc1.fc10.i686-0.4.15-41.svn147.fc10.2.i686 requires kernel-uname-r = 0:2.6.27.3-27.rc1.fc10.i686
1:kmod-iscsitarget-2.6.27.3-27.rc1.fc10.i686.PAE-0.4.15-41.svn147.fc10.2.i686 requires kernel-uname-r = 0:2.6.27.3-27.rc1.fc10.i686.PAE
DVDAuthorWizard-1.4.6-2.fc10.noarch requires soc
gstreamer-plugins-bad-0.10.8-4.fc10.i386 requires libfusion-1.0.so.0
gstreamer-plugins-bad-0.10.8-4.fc10.i386 requires libdirect-1.0.so.0
gstreamer-plugins-bad-0.10.8-4.fc10.i386 requires libdirectfb-1.0.so.0
vlc-core-0.9.4-1.fc10.i386 requires libdirect-1.0.so.0
vlc-core-0.9.4-1.fc10.i386 requires libfusion-1.0.so.0
vlc-core-0.9.4-1.fc10.i386 requires libdirectfb-1.0.so.0
======================================================================
Broken packages in rpmfusion-free-development-ppc:
10:buildsys-build-rpmfusion-kerneldevpkgs-current-10-0.4.ppc requires kernel-devel-uname-r = 0:2.6.27.3-27.rc1.fc10.ppc.smp
10:buildsys-build-rpmfusion-kerneldevpkgs-current-10-0.4.ppc requires kernel-devel-uname-r = 0:2.6.27.3-27.rc1.fc10.ppc
1:iscsitarget-0.4.15-11.svn142.fc10.ppc requires iscsitarget-kmod >= 1:0.4.15
======================================================================
Broken packages in rpmfusion-free-development-ppc64:
10:buildsys-build-rpmfusion-kerneldevpkgs-current-10-0.4.ppc64 requires kernel-devel-uname-r = 0:2.6.27.3-27.rc1.fc10.ppc64
1:iscsitarget-0.4.15-11.svn142.fc10.ppc64 requires iscsitarget-kmod >= 1:0.4.15
DVDAuthorWizard-1.4.6-2.fc10.noarch requires soc
gstreamer-plugins-bad-0.10.8-4.fc10.ppc64 requires libfusion-1.0.so.0()(64bit)
gstreamer-plugins-bad-0.10.8-4.fc10.ppc64 requires libdirectfb-1.0.so.0()(64bit)
gstreamer-plugins-bad-0.10.8-4.fc10.ppc64 requires libdirect-1.0.so.0()(64bit)
kqemu-1.3.0-0.8.pre11.fc10.noarch requires qemu >= 0:0.9.1
kqemu-1.3.0-0.8.pre11.fc10.noarch requires kqemu-kmod >= 0:1.3.0
qc-usb-0.6.6-3.fc10.ppc64 requires qc-usb-kmod >= 0:0.6.6
rt2860-1.8.0.0-1.fc10.noarch requires rt2860-kmod >= 0:1.8.0.0
rt2870-1.4.0.0-2.fc10.noarch requires rt2870-kmod >= 0:1.4.0.0
vdr-dxr3-0.2.8-2.fc10.ppc64 requires em8300-kmod >= 0:0.15.2
vlc-core-0.9.4-1.fc10.ppc64 requires libdirectfb-1.0.so.0()(64bit)
vlc-core-0.9.4-1.fc10.ppc64 requires libfusion-1.0.so.0()(64bit)
vlc-core-0.9.4-1.fc10.ppc64 requires libdirect-1.0.so.0()(64bit)
======================================================================
Broken packages in rpmfusion-free-development-ppc:
DVDAuthorWizard-1.4.6-2.fc10.noarch requires soc
gstreamer-plugins-bad-0.10.8-4.fc10.ppc requires libfusion-1.0.so.0
gstreamer-plugins-bad-0.10.8-4.fc10.ppc requires libdirect-1.0.so.0
gstreamer-plugins-bad-0.10.8-4.fc10.ppc requires libdirectfb-1.0.so.0
qc-usb-0.6.6-3.fc10.ppc requires qc-usb-kmod >= 0:0.6.6
rt2860-1.8.0.0-1.fc10.noarch requires rt2860-kmod >= 0:1.8.0.0
rt2870-1.4.0.0-2.fc10.noarch requires rt2870-kmod >= 0:1.4.0.0
vdr-dxr3-0.2.8-2.fc10.ppc requires em8300-kmod >= 0:0.15.2
vlc-core-0.9.4-1.fc10.ppc requires libdirect-1.0.so.0
vlc-core-0.9.4-1.fc10.ppc requires libfusion-1.0.so.0
vlc-core-0.9.4-1.fc10.ppc requires libdirectfb-1.0.so.0
======================================================================
Broken packages in rpmfusion-free-development-x86_64:
10:buildsys-build-rpmfusion-kerneldevpkgs-current-10-0.4.x86_64 requires kernel-devel-uname-r = 0:2.6.27.3-27.rc1.fc10.x86_64
1:kmod-iscsitarget-2.6.27-0.352.rc7.git1.fc10.x86_64-0.4.15-41.svn147.fc10.1.x86_64 requires kernel-uname-r = 0:2.6.27-0.352.rc7.git1.fc10.x86_64
1:kmod-iscsitarget-2.6.27.3-27.rc1.fc10.x86_64-0.4.15-41.svn147.fc10.2.x86_64 requires kernel-uname-r = 0:2.6.27.3-27.rc1.fc10.x86_64
DVDAuthorWizard-1.4.6-2.fc10.noarch requires soc
gstreamer-plugins-bad-0.10.8-4.fc10.i386 requires libfusion-1.0.so.0
gstreamer-plugins-bad-0.10.8-4.fc10.i386 requires libdirect-1.0.so.0
gstreamer-plugins-bad-0.10.8-4.fc10.i386 requires libdirectfb-1.0.so.0
gstreamer-plugins-bad-0.10.8-4.fc10.x86_64 requires libfusion-1.0.so.0()(64bit)
gstreamer-plugins-bad-0.10.8-4.fc10.x86_64 requires libdirectfb-1.0.so.0()(64bit)
gstreamer-plugins-bad-0.10.8-4.fc10.x86_64 requires libdirect-1.0.so.0()(64bit)
vlc-core-0.9.4-1.fc10.i386 requires libdirect-1.0.so.0
vlc-core-0.9.4-1.fc10.i386 requires libfusion-1.0.so.0
vlc-core-0.9.4-1.fc10.i386 requires libdirectfb-1.0.so.0
vlc-core-0.9.4-1.fc10.x86_64 requires libdirectfb-1.0.so.0()(64bit)
vlc-core-0.9.4-1.fc10.x86_64 requires libfusion-1.0.so.0()(64bit)
vlc-core-0.9.4-1.fc10.x86_64 requires libdirect-1.0.so.0()(64bit)
16 years, 1 month
Second steps of the transition from Livna to RPM Fusion begins: Enabling RPM Fusion for users of livna-testing!
by Thorsten Leemhuis
Hi!
Find below a cut'n'pasted and slightly enhanced version of a post from
my blog FYI:
As you'll likely have heard by now: RPM Fusion ( http://rpmfusion.org ),
the merger of Dribble, Freshrpms and Livna gets closer to its official
release/start. Most of the packages from Livna have been imported and
build for RPM Fusion already, hence we now begin to slowly enable RPM
Fusion for users of Livna by activating the RPM Fusion free and
nonfree repos for users of livna's F8 and F9 testing repos *now*.
The process works like this: I added the rpmfusion-release packages for
RPM Fusion's free and nonfree repos to the livna repo for F8 and F9;
afterwards I built new livna-release for F8 and F9 that is available in
livna-testing for F8 and F9 now; those two livna-release packages
track the two rpmfusion-release packages in with a hard dep. That way
all users that installed livna properly (e.g. by installing the
livna-release package) and enabled the testing repos will now get RPM
Fusion enabled automatically.
Note, nearly all of livna's packages have been imported and build for
RPM Fusion, but a few are still missing. So you should leave livna repos
enabled for now if you want everything. Once all the packages have a new
home we'll let the rpmfusion-nonfree-release package obsolete livna-release.
The plan is to move regular livna users of F8 and F9 over to RPM Fusion
with the same trick sooner or later. But some things in RPM Fusion still
need to get brought in shape before we start considering that. But if
you want you can already help by using and testing RPM Fusion for F8 and
F9 by running this command:
> rpm -ivh \
> http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.... \
> http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-s...
It's even easier now if you already have livna enabled already:
> yum install rpmfusion-free-release rpmfusion-nonfree-release
RPM Fusion's Bugtracker (please report all issues here and not on the
mailing lists!):
http://bugzilla.rpmfusion.org/
Mailing lists for RPM Fusion users (includes users of the devel branch)
http://lists.rpmfusion.org/mailman/listinfo/rpmfusion-users
Please spread the news! tia!
CU
knurd
P.S.: Just a reminder while at it: Some of you might have noticed
already, the livna mailing lists (like freeworld{,-graphics}(a)livna.org)
are dead since a few weeks; the hard disk in Anvil's mailman host died
afaik (I don't know more details; sorry). But Livna will be superseded
by RPM Fusion soon anyway, so simply use the those lists from rpmfusion
from now on. They should serve well for the remaining time, as all the
livna contributors should be subscribed there as well. Sorry for the
trouble.
P.P.S.: Sorry for crossposting this to five lists, but it seemed the
right thing to do for this announcement...
16 years, 1 month
Broken deps - RPM Fusion nonfree Fedora development - 2008-10-24
by Michael Schwendt
Summary of broken packages (by owner):
kwizart AT gmail.com
madwifi
======================================================================
Broken packages in rpmfusion-nonfree-development-ppc64:
madwifi-0.9.4-60.r3861_20080903.fc10.ppc64 requires madwifi-kmod >= 0:0.9.4
======================================================================
Broken packages in rpmfusion-nonfree-development-ppc:
madwifi-0.9.4-60.r3861_20080903.fc10.ppc requires madwifi-kmod >= 0:0.9.4
16 years, 1 month
RPM Fusion (Fedora - nonfree) Package Build Report 2008-10-24
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) development: 1
qmc2-0.2-0.7.b5.fc10
============================================================================
Changes in RPM Fusion (Fedora - nonfree) development:
qmc2-0.2-0.7.b5.fc10
--------------------
* Fri Oct 17 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.2-0.7.b5
- Updated to 0.2b5
16 years, 1 month