Licensing Guidelines Update - Please Read

Hans de Goede hdegoede at redhat.com
Tue Nov 16 22:38:23 UTC 2010


Hi,

It took me a while before I got around to this, but I've
finally worked through the list of my packages the script
flagged, here are the ones which had issues:
freecol-manual:                added Requires on main package
freecol-shadowedblack-fonts:   added COPYRIGHT to %doc
freecol-imperator-fonts:       added COPYRIGHT to %doc
gkrellm-devel:                 added COPYRIGHT to %doc
gkrellm-daemon:                added COPYRIGHT to %doc
soundfont-utils:               added COPYRIGHT to %doc
higlayout:                     added Requires on main package

Regards,

Hans


On 07/07/2010 10:29 PM, Tom "spot" Callaway wrote:
> Hello Fedora!
> shadowedblack-fonts
> Please take a moment and read this email. There's cake in it for you.
>
> Upon the advice of Red Hat Legal, we have slightly amended the Fedora
> Licensing Guidelines
> (https://fedoraproject.org/wiki/Packaging:LicensingGuidelines). The
> following section has been added:
>
>    Subpackage Licensing
>
>    If a subpackage is dependent (either implicitly or explicitly) upon a
>    base package (where a base package is defined as a resulting binary
>    package from the same source RPM which contains the appropriate
>    license texts as %doc), it is not necessary for that subpackage to
>    also include those license texts as %doc.
>
>    However, if a subpackage is independent of any base package (it does
>    not require it, either implicitly or explicitly), it must include
>    copies of any license texts (as present in the source) which are
>    applicable to the files contained within the subpackage.
>
> *****
>
> Basically, what this means is this: If you maintain a package, and that
> package generates subpackages, then each subpackage must either include
> a copy of the appropriate licensing texts (as available in the source),
> or it must Require (either implicitly or explicitly) another subpackage
> which does include the appropriate licensing texts.
>
> Unfortunately, there is no good way for us to determine which packages
> are out of compliance with this new guideline and will need to be fixed.
> (If http://rpm.org/ticket/116 was ever implemented, it would be
> possible...) However, we can identify packages which are likely
> candidates to be affected by this change. Thanks to Seth Vidal, I was
> able to generate a list of packages and subpackages, sorted by
> maintainer. The list was generated by querying rawhide for a list of
> source packages where:
>   * At least one subpackage was generated that did not have an exact name
> match to the source package name AND
>   * That subpackage did not depend on any other source packages.
>
> Maintainers should look at the bottom of this email for the list.
>
> FAQ
> =====
>
> Q. Why are we doing this?
> A. The intent is to ensure that the appropriate license texts (as
> available in the source) are installed on the running system for all
> binary packages.
>
> Q. Should I add explicit Requires: to another subpackage for the sole
> reason of complying with this new guideline?
> A. No. You should not add Requires simply for this licensing
> requirement. Instead, you should include duplicate copies of the
> relevant license texts (as available in the source).
>
> Q. I thought duplicating files in a spec was forbidden?
> A. This is a permitted exception to that.
>
> Q. You keep saying "as available in the source", what does that mean?
> A. It means you do not need to manually add license texts if they are
> not included by the upstream in the source tarball. However, if they are
> missing, you should ask upstream to add them.
>
> Q. My package generates a -docs (or -javadocs) subpackage, which doesn't
> depend on any of the other subpackages, but the docs are under a
> different license from the code in the other subpackage(s), what should
> I do?
> A. You should make sure that the -docs/-javadocs subpackage has the
> correct License: tag, matching the files included, and be sure that the
> appropriate license texts are included as %doc in the -docs/-javadocs.
>
> Q. My package generates a foo and foo-libs package. foo has the license
> files, and foo depends on foo-libs, but foo-libs doesn't have any
> license files in it. What should I do?
> A. You have two options here. You can either move the license texts from
> foo to foo-libs or duplicate the license texts in both packages. Moving
> the license texts is an acceptable option in this case because it
> ensures that if foo-libs is installed, the license texts are present,
> and if foo is installed, it will pull in foo-libs, thus, the license
> texts are present.
>
> Q. What is the capital of the Republic of Ghana?
> A. Accra.
>
> Q. What happens if I don't do this?
> A. Well, eventually, I'll go through and make the change myself. You
> will also suffer a horrible horrible curse.
>
> Q. Do I need to make this change in stable branches?
> A. No, but you can if you want to. Rawhide is the only place that is a
> MUST fix.
>
> Q. Do I need to push an update for this change?
> A. No, please don't. If you're already working on an update for other
> reasons and you want to do this (say, to keep the spec in sync with
> rawhide), you can.
>
> Q. Do I need to build (not just commit) this change in rawhide?
> A. Please do. Don't forget to bump the release and add a changelog entry.
>
> Q. Why can't we just have a "fedora-licenses" package which has copies
> of all the licenses in Fedora and just always install it?
> A. Maintaining that package would be a huge pain. We have a LOT of
> licenses in Fedora and they change all the time, often without notice.
> However, if you'd like to write some code to help us minimize duplicate
> license files on the filesystem with a "common-licenses" package, then
> you should look at http://rpm.org/ticket/116. Have I mentioned that I'd
> like that functionality added to rpm?
>
> Q. Why don't you add that functionality to rpm?
> A. Everytime I look at the rpm source code, blood starts dripping from
> my eyes, and it scares my newborn son, Jimmy. It also makes it hard to
> see the code.
>
> Q. Some of the packages on your list don't need any changes to meet this
> guideline, what should I do?
> A. I'm sure there are some false positives here. Heck, _most_ of my
> packages which were flagged by this script did not need any changes, but
> some of them did. The only way to be sure was to have an informed human
> check. Just let me know that you checked them and they're okay. Please
> do this by sending me email, either by replying to this email on the
> list or emailing me directly. Telling me via
> IRC/AIM/Twitter/Facebook/Identi.ca/LinkedIn/MySpace/ICQ/CarrierPigeon
> just means I will forget about it.
>
> Q. Hey, one of my packages didn't end up on your list, but it needed to
> be fixed to meet this guideline, why wasn't it on the list?
> A. There are plenty of other situations that we couldn't account for
> where a package would need to be changed to meet this guideline. If you
> think about it for a while, I'm sure you can come up with some. The case
> that Seth scripted was simply the most common one I could think of.
>
> Q. I fixed my packages! Now what?
> A. Please email me (either in reply to this email on the mailing list,
> or in private) and let me know which packages you fixed.
>
> Q. What about the packages owned by "orphan"?
> A. Well, it sure would be nice if a provenpackager could check these
> packages and fix them as appropriate, then let me know (via email).
> Thats the sort of thing that makes me feel like buying you a drink the
> next time our paths cross.
> But hey, if no one does it, I'll get to it eventually.
>
> Q. What about new packages?
> A. All packages from this moment onward must meet this requirement. New
> packages, old packages, red packages, blue packages.
>
> Q. I have another question which you did not answer here?
> A. Ask me, I'll do my best to answer.
>
> Q. I'm confused by all of this?
> A. Sorry. Let me know what you don't understand and I'll try to make it
> clearer.
>
> Q. Why are you always making me do things?
> A. Because I can! No, really, this is one of those "things we should
> have been doing all along", so we need to just bite the bullet and get
> it done.
>
> Q. Hey you promised me cake, I read all this way! Where is my cake?
> A.
>            )
>           (.)
>           .|.
>           l7J
>           | |
>       _.--| |--._
>    .-';  ;`-'&  ; `&.
>   &  &   ;&    ; ;   \
>   \      ;&    &_/
>    F"""---...---"""J
>    | | | | | | | | |
>    J | | | | | | | F
>     `---.|.|.|.---'
>
> What? You thought the cake was a lie?
>
> ======
>
> Okay. Here's the list of packages that I think might be affected by
> this. Reminder: You need to check these packages and fix any which need
> fixing, then email me and let me know which ones you checked/fixed.
> Thanks!
>
> ~spot
>
> [aarapov] sysfsutils: libsysfs-2.1.0-8.fc14.x86_64
> [abbot] protobuf: protobuf-vim-2.3.0-1.fc14.x86_64
> protobuf-python-2.3.0-1.fc14.x86_64 protobuf-lite-2.3.0-1.fc14.x86_64
> [abompard] spring-installer: ca-installer-20090316-7.fc12.x86_64
> [acme] dwarves: libdwarves1-1.8-1.fc13.x86_64
> [adrian] uudeview: uulib-devel-0.5.20-19.fc12.x86_64
> [agoode] vips: vips-doc-7.20.7-3.fc14.x86_64
> [ajax] libvorbis: 1:libvorbis-devel-docs-1.3.1-1.fc14.noarch
> [ajax] libxcb: libxcb-doc-1.5-1.fc13.noarch
> [ajax] mesa: mesa-dri-drivers-experimental-7.9-0.2.fc14.x86_64
> mesa-libOSMesa-7.9-0.2.fc14.x86_64 mesa-dri-drivers-7.9-0.2.fc14.x86_64
> [ajax] xorg-x11-drv-intel: intel-gpu-tools-2.12.0-4.fc14.x86_64
> [akurtakov] ant-contrib: ant-contrib-javadoc-1.0-0.10.b2.fc12.noarch
> [akurtakov] cal10n: cal10n-javadoc-0.7.2-2.fc13.noarch
> maven-cal10n-plugin-0.7.2-2.fc13.noarch
> [akurtakov] cssparser: cssparser-javadoc-0.9.5-1.fc14.noarch
> [akurtakov] easymock2: easymock2-javadoc-2.5.2-1.fc13.noarch
> [akurtakov] felix-osgi-core: felix-osgi-core-javadoc-1.4.0-2.fc14.noarch
> [akurtakov] felix-osgi-obr: felix-osgi-obr-javadoc-1.0.2-2.fc12.noarch
> [akurtakov] javacc-maven-plugin:
> javacc-maven-plugin-javadoc-2.6-4.fc14.noarch
> [akurtakov] jflex: jflex-javadoc-1.4.3-4.fc13.noarch
> [akurtakov] kxml: kxml-javadoc-2.2.2-5.fc12.noarch
> [akurtakov] libreadline-java: libreadline-java-javadoc-0.8.0-26.fc13.x86_64
> [akurtakov] maven-jflex-plugin:
> maven-jflex-plugin-javadoc-1.4.3-2.fc13.noarch
> [akurtakov] maven-plugin-build-helper:
> maven-plugin-build-helper-javadoc-1.4-1.fc12.noarch
> [akurtakov] maven-plugin-bundle:
> maven-plugin-bundle-javadoc-2.0.0-4.fc12.noarch
> [akurtakov] maven-plugin-exec: maven-plugin-exec-javadoc-1.1-1.fc12.noarch
> [akurtakov] maven-plugin-tools: maven-plugin-tools-javadoc-2.1-6.fc13.noarch
> [akurtakov] piccolo2d: piccolo2d-javadoc-1.3-5.fc14.noarch
> [akurtakov] plexus-digest: plexus-digest-javadoc-1.1-1.fc13.noarch
> [akurtakov] plexus-interpolation:
> plexus-interpolation-javadoc-1.13-2.fc13.noarch
> [akurtakov] plexus-io: plexus-io-javadoc-1.0-0.2.a5.fc13.noarch
> [akurtakov] qdox: qdox-javadoc-1.11-3.fc14.noarch
> [akurtakov] slf4j: slf4j-manual-1.5.11-1.fc14.noarch
> slf4j-javadoc-1.5.11-1.fc14.noarch
> [akurtakov] sqljet: sqljet-javadoc-1.0.3-1.fc14.noarch
> [akurtakov] umlgraph: umlgraph-javadoc-5.2-3.fc13.noarch
> [aleksey2005] openscada: openscada-doc-0.6.4.2-1.fc14.x86_64
> [amdunn] coq: coq-doc-8.2pl1-1.fc12.x86_64
> [amdunn] ocaml-mlgmpidl: ocaml-mlgmpidl-doc-1.1-4.fc13.x86_64
> [ankursinha] beteckna-fonts: beteckna-fonts-common-0.3-5.fc12.noarch
> [anttix] xsd: xsd-doc-3.3.0-1.fc14.x86_64
> [anyremote] anyremote: anyremote-data-5.1.2-1.fc14.x86_64
> anyremote-doc-5.1.2-1.fc14.x86_64
> [asheesh] liblicense: liblicense-modules-0.8.1-3.x86_64
> [athimm] fakechroot: fakechroot-libs-2.9-24.fc12.x86_64
> [athimm] fakeroot: fakeroot-libs-1.12.4-2.fc14.x86_64
> [athimm] freenx-client: nxcl-0.9-10.fc11.x86_64
> [athimm] mediawiki: mediawiki-nomath-1.15.4-54.fc14.x86_64
> [atkac] bind: 32:bind-pkcs11-9.7.1-1.fc14.x86_64
> 32:bind-libs-9.7.1-1.fc14.x86_64
> [atkac] dump: 1:rmt-0.4-0.7.b43.fc14.x86_64
> [atkac] rsh: rsh-server-0.17-62.fc13.x86_64
> [atkac] swig: swig-doc-2.0.0-1.fc14.noarch
> [atkac] telnet: 1:telnet-server-0.17-47.fc14.x86_64
> [atkac] tigervnc:
> tigervnc-server-module-1.0.90-0.15.20100420svn4030.fc14.x86_64
> tigervnc-server-1.0.90-0.15.20100420svn4030.fc14.x86_64
> [atorkhov] meshmagick: meshmagick-libs-0.6.0-1.20090529svn2698.fc13.x86_64
> [avesh] openswan: openswan-doc-2.6.27-1.fc14.x86_64
> [awjb] claws-mail: claws-mail-devel-3.7.6-1.fc14.1.x86_64
> [awjb] claws-mail-plugins:
> claws-mail-plugins-attachwarner-3.7.6-3.fc14.x86_64
> claws-mail-plugins-att-remover-3.7.6-3.fc14.x86_64
> claws-mail-plugins-mailmbox-3.7.6-3.fc14.x86_64
> claws-mail-plugins-synce-3.7.6-3.fc14.x86_64
> claws-mail-plugins-vcalendar-3.7.6-3.fc14.x86_64
> claws-mail-plugins-fancy-3.7.6-3.fc14.x86_64
> claws-mail-plugins-python-3.7.6-3.fc14.x86_64
> claws-mail-plugins-archive-3.7.6-3.fc14.x86_64
> claws-mail-plugins-geolocation-3.7.6-3.fc14.x86_64
> claws-mail-plugins-cachesaver-3.7.6-3.fc14.x86_64
> claws-mail-plugins-notification-3.7.6-3.fc14.x86_64
> claws-mail-plugins-rssyl-3.7.6-3.fc14.x86_64
> claws-mail-plugins-acpi-notifier-3.7.6-3.fc14.x86_64
> claws-mail-plugins-fetchinfo-3.7.6-3.fc14.x86_64
> claws-mail-plugins-bsfilter-3.7.6-3.fc14.x86_64
> claws-mail-plugins-perl-3.7.6-3.fc14.x86_64
> claws-mail-plugins-newmail-3.7.6-3.fc14.x86_64
> claws-mail-plugins-spam-report-3.7.6-3.fc14.x86_64
> claws-mail-plugins-tnef-3.7.6-3.fc14.x86_64
> claws-mail-plugins-gtkhtml2-viewer-3.7.6-3.fc14.x86_64
> [awjb] koffice: 3:koffice-kdchart-2.2.1-1.fc14.x86_64
> [awjb] lcms: lcms-libs-1.19-1.fc13.x86_64
> [awjb] libdockapp: libdockapp-fonts-0.6.2-3.fc12.x86_64
> [awjb] libmimedir: libmimedir-static-0.4-6.fc12.x86_64
> [awjb] libnasl: libnasl-doc-2.2.11-7.fc12.x86_64
> [awjb] nessus-core: nessus-core-devel-2.2.11-5.fc12.x86_64
> [awjb] python-httplib2: python3-httplib2-0.6.0-2.fc14.noarch
> [awjb] WindowMaker: WINGs-libs-0.92.0-20.fc12.x86_64
> [awjb] wine: wine-marlett-fonts-1.2.0-0.6.rc6.fc14.noarch
> wine-courier-fonts-1.2.0-0.6.rc6.fc14.noarch
> wine-small-fonts-1.2.0-0.6.rc6.fc14.noarch
> wine-system-fonts-1.2.0-0.6.rc6.fc14.noarch
> wine-symbol-fonts-1.2.0-0.6.rc6.fc14.noarch
> [bagnara] ppl: ppl-pwl-0.10.2-10.fc12.x86_64
> [beekhof] pacemaker: pacemaker-cts-1.1.2-3.fc14.x86_64
> pacemaker-doc-1.1.2-3.fc14.x86_64
> [belegdol] museek+: museek+-core-0.3-0.2.20100126svn1206.fc14.x86_64
> [beuc] freedink: freedink-engine-1.08.20100420-1.fc14.x86_64
> [bioinfornatics] earth-and-moon-backgrounds:
> earth-and-moon-backgrounds-common-0.2-1.fc12.noarch
> earth-and-moon-backgrounds-kdm-0.2-1.fc12.noarch
> earth-and-moon-backgrounds-dual-0.2-1.fc12.noarch
> earth-and-moon-backgrounds-single-0.2-1.fc12.noarch
> [bkoz] boost: boost-program-options-1.41.0-12.fc14.x86_64
> boost-signals-1.41.0-12.fc14.x86_64
> boost-date-time-1.41.0-12.fc14.x86_64 boost-python-1.41.0-12.fc14.x86_64
> boost-serialization-1.41.0-12.fc14.x86_64
> boost-math-1.41.0-12.fc14.x86_64 boost-iostreams-1.41.0-12.fc14.x86_64
> boost-test-1.41.0-12.fc14.x86_64 boost-thread-1.41.0-12.fc14.x86_64
> boost-doc-1.41.0-12.fc14.noarch boost-system-1.41.0-12.fc14.x86_64
> boost-regex-1.41.0-12.fc14.x86_64
> [bogado] cave9: cave9-mutante-fonts-0.3-9.fc12.noarch
> [bonii] struts: struts-manual-1.2.9-7.12.fc12.x86_64
> struts-javadoc-1.2.9-7.12.fc12.x86_64
> [bos] ghc-fgl: ghc-fgl-doc-5.4.2.2-6.fc14.x86_64
> [bos] ghc-GLUT: ghc-GLUT-doc-2.1.2.1-4.fc14.x86_64
> [bos] ghc-HUnit: ghc-HUnit-doc-1.2.2.1-3.fc14.x86_64
> [bos] ghc-OpenGL: ghc-OpenGL-doc-2.2.3.0-3.fc14.x86_64
> [bpeck] conmux: conmux-client-0.0-10.493svn.fc14.noarch
> [bpostle] hugin: hugin-base-2010.0.0-2.fc14.x86_64
> [bradbell] cppad: cppad-devel-20100101.2-1.fc14.noarch
> cppad-doc-20100101.2-1.fc14.noarch
> [braden] openvrml: libopenvrml-0.18.6-1.fc14.x86_64
> [buc] freetds: freetds-doc-0.82-6.fc12.x86_64
> [caolanm] flute: flute-javadoc-1.3.0-3.OOo31.fc13.noarch
> [caolanm] hunspell-be: hyphen-be-1.1-1.fc12.noarch
> [caolanm] hunspell-et: hyphen-et-0.20030606-5.fc12.noarch
> [caolanm] hunspell-hr: 1:hyphen-hr-0.20040608-4.fc12.noarch
> [caolanm] hunspell-lb: mythes-lb-0.20100704-1.fc14.noarch
> [caolanm] hunspell-no: mythes-nn-2.0.10-6.fc14.noarch
> hunspell-nb-2.0.10-6.fc14.noarch hunspell-nn-2.0.10-6.fc14.noarch
> hyphen-nb-2.0.10-6.fc14.noarch hyphen-nn-2.0.10-6.fc14.noarch
> mythes-nb-2.0.10-6.fc14.noarch
> [caolanm] hunspell-sr: hyphen-sr-0.20090511-3.fc13.noarch
> [caolanm] icu: libicu-4.4.1-2.fc14.x86_64 libicu-doc-4.4.1-2.fc14.noarch
> [caolanm] libwmf: libwmf-lite-0.2.8.4-25.fc14.x86_64
> [caolanm] openoffice-lv: hunspell-lv-0.9.1-1.fc14.noarch
> hyphen-lv-0.9.1-1.fc14.noarch mythes-lv-0.9.1-1.fc14.noarch
> [caolanm] openoffice.org: 1:autocorr-lb-3.2.1-19.20.fc14.noarch
> 1:autocorr-af-3.2.1-19.20.fc14.noarch
> 1:autocorr-en-3.2.1-19.20.fc14.noarch
> 1:autocorr-fa-3.2.1-19.20.fc14.noarch
> 1:autocorr-lt-3.2.1-19.20.fc14.noarch
> 1:autocorr-es-3.2.1-19.20.fc14.noarch
> 1:autocorr-it-3.2.1-19.20.fc14.noarch
> 1:autocorr-de-3.2.1-19.20.fc14.noarch
> 1:autocorr-tr-3.2.1-19.20.fc14.noarch
> 1:autocorr-ga-3.2.1-19.20.fc14.noarch
> 1:autocorr-mn-3.2.1-19.20.fc14.noarch
> 1:autocorr-sk-3.2.1-19.20.fc14.noarch
> 1:autocorr-ja-3.2.1-19.20.fc14.noarch
> 1:autocorr-zh-3.2.1-19.20.fc14.noarch
> 1:autocorr-fi-3.2.1-19.20.fc14.noarch
> 1:autocorr-pl-3.2.1-19.20.fc14.noarch
> 1:autocorr-da-3.2.1-19.20.fc14.noarch
> 1:autocorr-vi-3.2.1-19.20.fc14.noarch
> 1:autocorr-hu-3.2.1-19.20.fc14.noarch
> 1:autocorr-pt-3.2.1-19.20.fc14.noarch
> 1:openoffice.org-opensymbol-fonts-3.2.1-19.20.fc14.noarch
> 1:autocorr-nl-3.2.1-19.20.fc14.noarch
> 1:autocorr-sv-3.2.1-19.20.fc14.noarch
> 1:openoffice.org-ure-3.2.1-19.20.fc14.x86_64
> 1:autocorr-ru-3.2.1-19.20.fc14.noarch
> 1:autocorr-sl-3.2.1-19.20.fc14.noarch
> 1:autocorr-cs-3.2.1-19.20.fc14.noarch
> 1:autocorr-ko-3.2.1-19.20.fc14.noarch
> 1:autocorr-bg-3.2.1-19.20.fc14.noarch
> 1:autocorr-eu-3.2.1-19.20.fc14.noarch 1:autocorr-fr-3.2.1-19.20.fc14.noarch
> [caolanm] sac: sac-javadoc-1.3-6.fc14.noarch
> [caolanm] writer2latex: openoffice.org-writer2xhtml-1.0.2-1.fc14.x86_64
> writer2latex-javadoc-1.0.2-1.fc14.noarch
> openoffice.org-writer2latex-1.0.2-1.fc14.x86_64
> [caolanm] zaf: hyphen-zu-0-0.3.20080714svn.fc12.noarch
> hyphen-af-0-0.3.20080714svn.fc12.noarch
> [carllibpst] f2c: f2c-libs-20090411-5.fc13.x86_64
> [carllibpst] libpst: libpst-doc-0.6.46-1.fc13.x86_64
> libpst-libs-0.6.46-1.fc13.x86_64
> [carllibpst] mopac7: mopac7-libs-1.15-8.fc13.x86_64
> [carllibpst] mpqc: mpqc-data-2.3.1-12.fc13.noarch
> mpqc-doc-2.3.1-12.fc13.noarch
> [cassmodiah] hosts3d: hosts3d-sampler-1.11-1.fc14.x86_64
> [cdamian] sphinx: libsphinxclient-0.9.9-1.fc13.x86_64
> [chitlesh] geda-gaf: 1:geda-symbols-1.6.1-1.fc14.noarch
> 1:libgeda-1.6.1-1.fc14.x86_64
> [chitlesh] libstroke: libgstroke-0.5.1-23.fc12.x86_64
> [chitlesh] ngspice: tclspice-20-3.fc13.x86_64
> [chitlesh] perl-SystemC-Vregs: emacs-vregs-mode-1.463-4.fc14.noarch
> [chitlesh] perl-SystemPerl: emacs-systemc-mode-1.335-1.fc14.x86_64
> [chitlesh] qwtplot3d: qwtplot3d-qt4-0.2.7-9.fc12.x86_64
> [company] cairo: cairo-tools-1.9.10-3.fc14.x86_64
> [company] gstreamer: gstreamer-tools-0.10.29.3-1.fc14.x86_64
> [corsepiu] gtkglext: gtkglext-libs-1.2.0-10.fc12.x86_64
> [corsepiu] Inventor: Inventor-data-2.1.5-38.fc13.x86_64
> [corsepiu] OpenSceneGraph: OpenThreads-2.8.3-1.fc14.x86_64
> [corsepiu] rt3: rt3-mailgate-3.8.8-2.fc14.noarch
> [ctrl-center-team] control-center:
> 1:control-center-filesystem-2.31.4.1-1.fc14.x86_64
> [cwickert] nimbus: nimbus-metacity-theme-0.1.4-2.fc13.noarch
> gtk-nimbus-engine-0.1.4-2.fc13.x86_64 nimbus-icon-theme-0.1.4-2.fc13.noarch
> [danielm] initng: initng-lib-0.6.10.2-5.fc12.x86_64
> [danken] hspell: hunspell-he-1.1-3.fc13.x86_64
> [davidz] dbus: 1:dbus-libs-1.3.1-1.fc14.x86_64
> [davidz] desktop-backgrounds: desktop-backgrounds-waves-9.0.0-12.noarch
> desktop-backgrounds-basic-9.0.0-12.noarch
> desktop-backgrounds-compat-9.0.0-12.noarch
> [davidz] festival: festival-speechtools-libs-1.2.96-16.fc13.x86_64
> festvox-kal-diphone-0.19990610-16.fc13.noarch
> festival-docs-1.4.2-16.fc13.noarch
> [davidz] gnome-device-manager: gnome-device-manager-libs-0.2-6.fc12.x86_64
> [davidz] gnome-disk-utility: gnome-disk-utility-libs-2.30.1-2.fc14.x86_64
> [davidz] polkit: polkit-desktop-policy-0.96-1.fc13.noarch
> [dbhole] java-1.6.0-openjdk:
> 1:java-1.6.0-openjdk-javadoc-1.6.0.0-41.b18.fc13.x86_64
> [dcbw] NetworkManager: 1:NetworkManager-glib-0.8.1-0.5.fc14.x86_64
> [dcbw] plague: plague-common-0.4.5.7-7.20100505cvs.fc14.noarch
> [dcbw] wpa_supplicant: 1:wpa_supplicant-gui-0.6.8-10.fc14.x86_64
> [dchen] fbterm: fbterm-udevrules-1.6-3.fc14.x86_64
> [deji] clucene: clucene-core-0.9.21b-1.fc14.x86_64
> [deji] gnome-scan: gnome-scan-libs-0.6.2-5.fc14.x86_64
> [deji] mpich2: mpich2-doc-1.2.1p1-3.fc14.noarch
> [deji] strigi: strigi-libs-0.7.2-4.fc14.x86_64
> [deji] tracker: tracker-docs-0.8.13-1.fc14.noarch
> [denisarnaud] rmol: rmol-doc-0.23.0-2.fc13.noarch
> [denisarnaud] soci: soci-doc-3.0.0-16.fc13.noarch
> [devrim] bea-stax: bea-stax-javadoc-1.2.0-0.5.rc1.fc12.x86_64
> bea-stax-api-1.2.0-0.5.rc1.fc12.x86_64
> [devrim] classpathx-jaf: classpathx-jaf-javadoc-1.0-15.1.fc12.x86_64
> [devrim] jakarta-commons-collections:
> jakarta-commons-collections-javadoc-3.2.1-3.fc12.x86_64
> jakarta-commons-collections-tomcat5-3.2.1-3.fc12.x86_64
> jakarta-commons-collections-testframework-javadoc-3.2.1-3.fc12.x86_64
> [devrim] jaxen: jaxen-javadoc-1.1.1-3.1.fc12.noarch
> [devrim] postgis: postgis-docs-1.5.1-1.fc14.x86_64
> [devrim] regexp: regexp-javadoc-1.5-4.3.fc13.x86_64
> [devrim] saxon: saxon-manual-9.2.0.3-1.fc13.noarch
> saxon-javadoc-9.2.0.3-1.fc13.noarch
> [devrim] tomcat5: tomcat5-servlet-2.4-api-5.5.27-7.4.fc12.noarch
> tomcat5-jsp-2.0-api-javadoc-5.5.27-7.4.fc12.noarch
> tomcat5-jasper-javadoc-5.5.27-7.4.fc12.noarch
> tomcat5-jasper-eclipse-5.5.27-7.4.fc12.noarch
> tomcat5-servlet-2.4-api-javadoc-5.5.27-7.4.fc12.noarch
> [devrim] xalan-j2: xalan-j2-manual-2.7.1-1.fc14.noarch
> xalan-j2-javadoc-2.7.1-1.fc14.noarch xalan-j2-xsltc-2.7.1-1.fc14.noarch
> [dhowells] keyutils: keyutils-libs-1.2-6.fc12.x86_64
> [dledford] librdmacm: librdmacm-static-1.0.10-3.fc14.x86_64
> [dledford] opensm: opensm-libs-3.3.5-1.fc14.x86_64
> [dmalcolm] python3: python3-libs-3.1.2-12.fc14.x86_64
> [dmaphy] geany-plugins: geany-plugins-common-0.18-2.fc13.x86_64
> [dodji] cloog: cloog-ppl-0.15.7-2.fc14.x86_64
> [drago01] bless: bless-doc-0.6.0-5.fc13.x86_64
> [drago01] nvclock: nvclock-gtk-0.8-0.10.b4.fc13.x86_64
> [drepper] pfstools: pfstools-octave-1.8.1-1.fc14.x86_64
> pfstools-libs-1.8.1-1.fc14.x86_64
> [dwalluck] hamcrest: hamcrest-javadoc-1.1-9.2.fc12.noarch
> [dwalsh] setroubleshoot: setroubleshoot-server-2.2.89-1.fc14.x86_64
> [dwmw2] exim: exim-mon-4.71-4.fc14.x86_64
> [dwmw2] hfsutils: hfsutils-devel-3.2.6-19.fc12.x86_64
> hfsutils-x11-3.2.6-19.fc12.x86_64
> [dwmw2] linux-atm: linux-atm-libs-2.5.1-1.fc14.x86_64
> [dwmw2] mtd-utils: mtd-utils-ubi-1.3.1-3.fc14.x86_64
> [dyfet] sipwitch: sipwitch-runtime-0.8.0-0.fc14.x86_64
> [dyfet] ucommon: ucommon-doc-3.2.0-2.fc14.x86_64
> [ehabkost] etherboot: etherboot-roms-kvm-5.4.4-18.fc13.noarch
> etherboot-pxes-5.4.4-18.fc13.noarch etherboot-zroms-kvm-5.4.4-18.fc13.noarch
> [ellert] dcap: dcap-libs-2.47.2-2.fc14.x86_64
> [ellert] voms: voms-doc-1.9.17.1-1.fc14.noarch
> vomsjapi-1.9.17.1-1.fc14.x86_64
> [ellert] xrootd: xrootd-libs-20100315-2.fc14.x86_64
> xrootd-doc-20100315-2.fc14.noarch
> [emaldonado] nss-softokn: nss-softokn-freebl-3.12.6-3.fc14.x86_64
> [ensc] clamav: clamav-filesystem-0.96.1-1400.fc14.noarch
> clamav-data-empty-0.96.1-1400.fc14.noarch
> [ensc] fedora-usermgmt:
> fedora-usermgmt-default-fedora-setup-0.11-1405.fc14.noarch
> fedora-usermgmt-devel-0.11-1405.fc14.noarch
> [ensc] util-vserver: util-vserver-lib-0.30.215+svn2893-1400.fc14.x86_64
> util-vserver-core-0.30.215+svn2893-1400.fc14.x86_64
> [epienbro] nntpgrab: nntpgrab-core-0.6.2-1.fc14.x86_64
> nntpgrab-gui-base-0.6.2-1.fc14.x86_64
> [eponyme] phatch: phatch-cli-0.2.7-1.fc14.noarch
> [fabbione] cluster: gfs2-utils-3.0.12-3.fc14.x86_64
> clusterlib-3.0.12-3.fc14.x86_64
> [fabbione] resource-agents: ldirectord-3.0.13-1.fc14.x86_64
> [fche] systemtap: systemtap-runtime-1.2-1.fc14.x86_64
> systemtap-sdt-devel-1.2-1.fc14.x86_64
> [fengyu] gnome-globalmenu: gnome-globalmenu-common-0.7.8-1.fc13.x86_64
> [fnasser] aqute-bndlib: aqute-bndlib-javadoc-0.0.363-1.fc12.noarch
> [fnasser] classpathx-mail: classpathx-mail-javadoc-1.1.1-9.1.fc12.x86_64
> [fnasser] dumbster: dumbster-javadoc-1.6-9.fc12.noarch
> [fnasser] easymock: easymock-javadoc-1.2-11.fc12.noarch
> [fnasser] gnu-getopt: gnu-getopt-javadoc-1.0.13-3.1.fc12.noarch
> [fnasser] httpunit: httpunit-javadoc-1.6.2-4.fc12.noarch
> [fnasser] icu4j: 1:icu4j-javadoc-4.0.1-5.fc13.x86_64
> 1:icu4j-eclipse-4.0.1-5.fc13.x86_64
> [fnasser] jakarta-commons-beanutils:
> jakarta-commons-beanutils-javadoc-1.7.0-12.3.fc12.x86_64
> [fnasser] jakarta-commons-configuration:
> jakarta-commons-configuration-javadoc-1.4-7.fc12.noarch
> [fnasser] jakarta-commons-el:
> jakarta-commons-el-javadoc-1.0-18.1.fc12.noarch
> [fnasser] jakarta-commons-jxpath:
> jakarta-commons-jxpath-javadoc-1.2-9.fc12.noarch
> [fnasser] jakarta-oro: jakarta-oro-javadoc-2.0.8-6.3.fc12.x86_64
> [fnasser] jakarta-taglibs-standard:
> jakarta-taglibs-standard-javadoc-1.1.1-11.2.fc12.x86_64
> [fnasser] jgroups: jgroups-manual-2.2.9.2-6.6.fc12.x86_64
> jgroups-javadoc-2.2.9.2-6.6.fc12.x86_64
> [fnasser] junit4: junit4-javadoc-4.8.2-1.fc14.noarch
> junit4-manual-4.8.2-1.fc14.noarch
> [fnasser] maven-wagon: maven-wagon-javadoc-1.0-0.2.b2.7.fc12.noarch
> [fnasser] modello: modello-javadoc-1.0-0.4.a15.0.1.fc12.noarch
> [fnasser] mx4j: 1:mx4j-javadoc-3.0.1-9.11.fc13.noarch
> 1:mx4j-manual-3.0.1-9.11.fc13.noarch
> [fnasser] nekohtml: nekohtml-javadoc-0.9.5-6.2.fc12.noarch
> [fnasser] objectweb-asm: objectweb-asm-javadoc-3.2-1.fc14.noarch
> [fnasser] plexus-classworlds:
> plexus-classworlds-javadoc-1.2-0.a9.8.fc12.noarch
> [fnasser] plexus-containers:
> plexus-containers-component-annotations-javadoc-1.0-0.1.a34.7.fc12.noarch plexus-containers-container-default-javadoc-1.0-0.1.a34.7.fc12.noarch
> [fnasser] plexus-utils: plexus-utils-javadoc-1.4.5-1.2.fc12.noarch
> [fnasser] saxpath: saxpath-javadoc-1.0-1.7.fc14.noarch
> [fnasser] werken-xpath: werken-xpath-javadoc-0.9.4-5.beta.12.3.fc13.x86_64
> [fnasser] xdoclet: xdoclet-javadoc-1.2.3-11.4.fc12.x86_64
> xdoclet-manual-1.2.3-11.4.fc12.x86_64
> [fnasser] xml-commons-resolver:
> xml-commons-resolver-javadoc-1.2-2.fc14.noarch
> [gemi] bigloo: bigloo-doc-3.4a-1.fc14.noarch
> bigloo-libs-3.4a-1.fc14.x86_64 emacs-bigloo-3.4a-1.fc14.noarch
> [gemi] GtkAda: GtkAda-gl-2.14.0-5.fc14.x86_64
> GtkAda-glade-2.14.0-5.fc14.x86_64 GtkAda-gnome-2.14.0-5.fc14.x86_64
> [gemi] ocaml: ocaml-runtime-3.11.2-2.fc13.x86_64
> [gemi] oorexx: oorexx-libs-4.0.0-2.4801.fc12.x86_64
> [gemi] polyml: polyml-libs-5.2.1-3.fc12.x86_64
> polyml-doc-5.2.1-3.fc12.x86_64
> [gemi] sweep: sweep-devel-0.9.3-6.fc12.x86_64
> [geoff] scala: scala-apidoc-2.7.7-1.fc13.noarch
> [gerd] parrot: parrot-docs-2.5.0-3.fc14.noarch
> [gljohn] gtkmm-utils: gtkmm-utils-doc-0.4.1-2.fc14.x86_64
> [glommer] openbios: openbios-common-1.0-2.fc12.noarch
> [gnat] dspam: dspam-client-3.9.0-7.fc14.x86_64
> dspam-libs-3.9.0-7.fc14.x86_64
> [green] dssi: dssi-devel-1.0.0-4.fc13.x86_64
> [green] fluidsynth: fluidsynth-libs-1.1.1-1.fc13.x86_64
> [green] hydrogen: ladspa-wasp-plugins-0.9.4.1-1.fc14.x86_64
> [green] ws-commons-util: ws-commons-util-javadoc-1.0.1-14.fc13.noarch
> [guidograzioli] maven-scm: maven-scm-javadoc-1.2-6.fc14.noarch
> [guidograzioli] mygui: mygui-devel-doc-3.0.0-0.4.2332svn.fc13.noarch
> [guidograzioli] yaz: libyaz-4.0.2-1.fc14.x86_64
> [hadess] bluez: bluez-libs-4.66-2.fc14.x86_64
> [hadess] gnome-bluetooth: gnome-bluetooth-libs-2.90.0-2.fc14.x86_64
> [hadess] totem: totem-mozplugin-2.30.2-2.fc14.x86_64
> [harald] dracut: dracut-tools-006-2.fc14.noarch
> [harald] system-config-network:
> system-config-network-tui-1.6.0-2.fc14.noarch
> [harald] udev: libudev-158-2.fc14.x86_64
> [hardaker] dnssec-tools: dnssec-tools-perlmods-1.7-1.fc14.x86_64
> dnssec-tools-libs-1.7-1.fc14.x86_64
> [hedayat] rcssserver3d: rcssserver3d-doc-0.6.4-1.fc14.noarch
> [heffer] em8300: em8300-devel-0.18.0-2.fc13.noarch
> [heffer] vdr-streamdev:
> vdr-streamdev-client-0.5.0-0.2.pre20090706.fc13.x86_64
> vdr-streamdev-server-0.5.0-0.2.pre20090706.fc13.x86_64
> [hguemar] glom: glom-libs-1.14.1-1.fc14.x86_64
> [hpejakle] argus: argus-clients-2.0.6.fixes.1-19.fc12.x86_64
> [hubbitus] dnsjava: dnsjava-javadoc-2.0.6-7.fc12.noarch
> [hubbitus] ImageMagick: ImageMagick-doc-6.6.2.1-11.fc14.x86_64
> [huff] livecd-tools: python-imgcreate-032-4.fc14.x86_64
> [huwang] guava: guava-javadoc-05-3.fc14.noarch
> [huzaifas] lzo: lzo-minilzo-2.03-3.fc12.x86_64
> [huzaifas] stun: stun-server-0.96-4.fc12.x86_64
> [ianweller] wordpress-plugin-add-to-any-subscribe:
> wordpress-mu-plugin-add-to-any-subscribe-0.9.6.4.1-2.fc12.noarch
> wordpress-plugin-add-to-any-subscribe-i18n-0.9.6.4.1-2.fc12.noarch
> [ianweller] wordpress-plugin-add-to-any:
> wordpress-mu-plugin-add-to-any-0.9.9.2.3-2.fc12.noarch
> wordpress-plugin-add-to-any-i18n-0.9.9.2.3-2.fc12.noarch
> [icon] pathfinder: libpathfinder-nss-1.1.3-1.fc13.x86_64
> pathfinderd-1.1.3-1.fc13.x86_64 pathfinder-devel-1.1.3-1.fc13.x86_64
> libpathfinder-openssl-1.1.3-1.fc13.x86_64
> [icon] pidgin-sipe: purple-sipe-1.9.1-1.fc14.x86_64
> [ingvar] varnish: varnish-libs-2.1.2-1.fc14.x86_64
> [itamarjp] bugzilla: bugzilla-doc-3.6.1-1.fc14.noarch
> [itamarjp] ruby-gnome2: ruby-glib2-0.19.4-3.fc14.x86_64
> ruby-libart2-0.19.4-3.fc14.x86_64
> [ixs] bacula: bacula-common-5.0.2-5.fc14.x86_64
> bacula-docs-5.0.2-5.fc14.x86_64
> [jakub] compat-gcc-34: compat-libf2c-34-3.4.6-18.x86_64
> [jakub] gcc: cpp-4.4.4-10.fc14.x86_64 libgomp-4.4.4-10.fc14.x86_64
> libgfortran-4.4.4-10.fc14.x86_64 libgcc-4.4.4-10.fc14.x86_64
> libstdc++-docs-4.4.4-10.fc14.x86_64
> [jamatos] tex-simplecv: tex-simplecv-doc-1.6-8.fc12.noarch
> [james] zsh: zsh-html-4.3.10-5.fc14.x86_64
> [jbowes] ipython: ipython-doc-0.10-5.fc14.noarch
> [jcollie] asterisk-sounds-core:
> asterisk-sounds-core-en-1.4.16-3.fc13.noarch
> asterisk-sounds-core-es-1.4.16-3.fc13.noarch
> asterisk-sounds-core-fr-1.4.16-3.fc13.noarch
> [jcollie] babel: python-babel-0.9.5-1.fc14.noarch
> [jcollie] dahdi-tools: dahdi-tools-libs-2.1.0.2-10.fc14.x86_64
> [jcollie] python-lxml: python3-lxml-2.2.6-1.fc14.x86_64
> python-lxml-docs-2.2.6-1.fc14.noarch
> [jcollie] spandsp: spandsp-apidoc-0.0.6-0.1.pre12.fc12.x86_64
> [jeckersb] cobbler: koan-2.0.4-2.fc14.noarch
> [jens] miredo: miredo-libs-1.1.7-4.fc12.x86_64
> [jfch2222] autodafe: autodafe-doc-0.1-4.fc12.noarch
> [jfch2222] cyrus-sasl: cyrus-sasl-lib-2.1.23-12.fc14.x86_64
> [jfch2222] openssh: pam_ssh_agent_auth-0.9.2-26.17.fc14.x86_64
> [jfch2222] tcp_wrappers: tcp_wrappers-libs-7.6-59.fc14.x86_64
> [jfearn] publican: publican-doc-2.1-0.fc14.noarch
> [jforbes] qemu: 2:qemu-kvm-tools-0.12.3-7.fc14.x86_64
> 2:qemu-common-0.12.3-7.fc14.x86_64 2:qemu-img-0.12.3-7.fc14.x86_64
> [jforbes] seabios: seabios-bin-0.5.1-2.fc14.noarch
> [jgu] emacs-auctex: tex-preview-11.86-2.fc14.noarch
> emacs-auctex-doc-11.86-2.fc14.noarch
> [jgu] shorewall: shorewall6-lite-4.4.10-4.fc14.noarch
> shorewall-lite-4.4.10-4.fc14.noarch
> [jima] conserver: conserver-client-8.1.16-9.fc12.x86_64
> [jima] graphviz: graphviz-doc-2.26.0-3.fc14.x86_64
> graphviz-graphs-2.26.0-3.fc14.x86_64
> [jjames] check: check-static-0.9.8-1.fc12.x86_64
> [jjames] cmusphinx3: cmusphinx3-libs-0.8-3.fc12.x86_64
> [jjames] gcl: gcl-selinux-2.6.8-0.7.20100201cvs.fc14.x86_64
> [jjames] mona: mona-libs-1.4r13-3.fc12.x86_64
> [jjames] picosat: picosat-libs-913-2.fc13.x86_64
> [jjames] pmd: pmd-javadoc-4.2.5-6.fc14.noarch
> [jjames] pocketsphinx: pocketsphinx-libs-0.5.1-4.fc13.x86_64
> [jjames] sphinxbase: sphinxbase-libs-0.4.1-2.fc13.x86_64
> [jjames] xemacs: xemacs-info-21.5.29-13.fc14.noarch
> [jjh] darcs: ghc-darcs-doc-2.4.4-2.fc14.x86_64 ghc-darcs-2.4.4-2.fc14.x86_64
> [jkaluza] file: file-libs-5.04-10.fc14.x86_64
> [jknife] bespin: bespin-kdm-theme-0.1-0.2.20090828svn668.fc12.noarch
> kde-plasma-xbar-0.1-0.2.20090828svn668.fc12.x86_64
> bespin-common-0.1-0.2.20090828svn668.fc12.x86_64
> [jkratoch] gdb: gdb-gdbserver-7.1-28.fc13.x86_64
> [jlblanco] mrpt: mrpt-base-0.9.0-0.4.fc14.x86_64
> mrpt-doc-0.9.0-0.4.fc14.x86_64
> [jmoskovc] abrt: abrt-libs-1.1.5-1.fc14.x86_64
> [jmoskovc] libbtctl: libbtctl-doc-0.11.1-4.fc14.x86_64
> [jmoskovc] rusers: rusers-server-0.17-59.fc14.x86_64
> [jmoskovc] rwall: rwall-server-0.17-30.fc12.x86_64
> [jmrodri] jakarta-commons-cli: jakarta-commons-cli-javadoc-1.1-5.fc12.x86_64
> [jnovy] compat-db: compat-db45-4.5.20-3.fc14.x86_64
> compat-db47-4.7.25-3.fc14.x86_64 compat-db46-4.6.21-3.fc14.x86_64
> [jnovy] db4: db4-devel-static-4.8.30-1.fc14.x86_64
> db4-cxx-4.8.30-1.fc14.x86_64
> [jnovy] texlive: kpathsea-2007-53.fc14.x86_64
> [jnovy] texlive-texmf-errata:
> texlive-texmf-errata-context-2007-7.fc12.noarch
> texlive-texmf-errata-east-asian-2007-7.fc12.noarch
> texlive-texmf-errata-latex-2007-7.fc12.noarch
> texlive-texmf-errata-dvips-2007-7.fc12.noarch
> texlive-texmf-errata-afm-2007-7.fc12.noarch
> texlive-texmf-errata-doc-2007-7.fc12.noarch
> texlive-texmf-errata-xetex-2007-7.fc12.noarch
> texlive-texmf-errata-fonts-2007-7.fc12.noarch
> [jnovy] texlive-texmf: texlive-texmf-doc-2007-35.fc13.noarch
> [jnovy] xz: xz-libs-4.999.9-0.2.beta.20100401git.fc14.x86_64
> [john5342] ebook-tools: ebook-tools-libs-0.1.1-5.fc12.x86_64
> [jonathanrobie] xerces-c: xerces-c-doc-3.0.1-19.fc14.noarch
> [jonathanrobie] xqilla: xqilla-doc-2.2.3-8.fc14.noarch
> [joost] fpc: fpc-doc-2.4.0-1.fc14.x86_64 fpc-src-2.4.0-1.fc14.x86_64
> [jorton] httpd: httpd-tools-2.2.15-1.fc14.x86_64
> [jorton] php: php-common-5.3.2-3.fc14.x86_64
> [jpopelka] dhcp: 12:dhclient-4.1.1-25.P1.fc14.x86_64
> [jpye] sundials: sundials-doc-2.3.0-9.fc12.x86_64
> [jreznik] leonidas-kde-theme:
> leonidas-kde-theme-lion-11.0.3-1.fc12.noarch
> leonidas-kde-theme-landscape-11.0.3-1.fc12.noarch
> [jreznik] system-config-netboot:
> system-config-netboot-cmd-0.1.45.4-8.fc13.noarch
> [jsafrane] net-snmp: 1:net-snmp-libs-5.5-16.fc14.x86_64
> [jsafrane] OpenIPMI: OpenIPMI-libs-2.0.18-2.fc14.x86_64
> [jskala] mgetty: mgetty-viewfax-1.1.36-7.fc14.x86_64
> [jskala] netatalk: 4:netatalk-devel-2.1.2-1.fc14.x86_64
> [jskala] ppp: ppp-devel-2.4.5-9.fc14.x86_64
> [jskala] quagga: quagga-contrib-0.99.16-3.fc14.x86_64
> quagga-devel-0.99.16-3.fc14.x86_64
> [jskala] tftp: tftp-server-0.49-6.fc14.x86_64
> [jskarvad] sendmail: sendmail-milter-8.14.4-8.fc14.x86_64
> [jspaleta] safekeep: safekeep-common-1.2.1-1.fc13.noarch
> [jussilehtola] gromacs: gromacs-zsh-4.0.7-1.fc13.noarch
> gromacs-common-4.0.7-1.fc13.noarch gromacs-csh-4.0.7-1.fc13.noarch
> gromacs-bash-4.0.7-1.fc13.noarch
> [jussilehtola] jaxodraw: jaxodraw-latex-2.0.1-8.fc14.noarch
> [jussilehtola] json-c: json-c-doc-0.9-1.fc14.noarch
> [jussilehtola] potrace: potrace-doc-1.8-4.fc12.noarch
> [jussilehtola] pypar: pypar-common-2.1.4_94-1.fc14.noarch
> [jussilehtola] towhee: towhee-examples-6.2.9-1.fc14.noarch
> towhee-doc-6.2.9-1.fc14.noarch
> [jussilehtola] vim-latex: vim-latex-doc-1.8.23-1.20100129.r1104.fc13.noarch
> [jussilehtola] wannier90: wannier90-doc-1.2-2.fc13.noarch
> [jwboyer] meanwhile: meanwhile-doc-1.1.0-4.fc13.x86_64
> [jwilson] ctrlproxy: ctrlproxy-devel-3.0.8-6.fc14.x86_64
> [jwilson] lirc: lirc-doc-0.8.6-5.fc14.x86_64
> lirc-libs-0.8.6-5.fc14.x86_64 lirc-remotes-0.8.6-5.fc14.x86_64
> [jwrdegoede] bochs: bochs-bios-2.4.5-1.fc14.noarch
> [jwrdegoede] crystalspace: crystalspace-doc-1.2.1-6.fc12.x86_64
> [jwrdegoede] drascula-international: drascula-es-1.0-3.fc12.noarch
> drascula-it-1.0-3.fc12.noarch drascula-de-1.0-3.fc12.noarch
> drascula-fr-1.0-3.fc12.noarch
> [jwrdegoede] freecol: freecol-shadowedblack-fonts-0.8.3-2.fc12.noarch
> freecol-imperator-fonts-0.8.3-2.fc12.noarch
> freecol-manual-0.8.3-2.fc12.noarch
> [jwrdegoede] gkrellm: gkrellm-devel-2.3.4-3.fc14.x86_64
> gkrellm-daemon-2.3.4-3.fc14.x86_64
> [jwrdegoede] gt: soundfont-utils-0.4-10.fc12.x86_64
> [jwrdegoede] higlayout: higlayout-javadoc-1.0-4.fc12.x86_64
> [jwrdegoede] maniadrive: raydium-1.2-21.fc14.x86_64
> [jwrdegoede] mdbtools: mdbtools-libs-0.6-0.7.cvs20051109.fc12.1.x86_64
> [jwrdegoede] rott: rott-shareware-1.1-3.fc12.x86_64
> rott-registered-1.1-3.fc12.x86_64
> [jwrdegoede] wildmidi: wildmidi-libs-0.2.2-8.fc12.x86_64
> [jwrdegoede] xpilot-ng: xpilot-ng-server-4.7.2-19.fc14.x86_64
> [kaboom] rrdtool: rrdtool-doc-1.3.8-7.fc14.x86_64
> [kaio] baekmuk-ttf-fonts: baekmuk-ttf-fonts-common-2.2-29.fc14.noarch
> [kaio] cjkuni-fonts: cjkuni-ukai-fonts-0.2.20080216.1-43.fc14.noarch
> cjkuni-uming-fonts-0.2.20080216.1-43.fc14.noarch
> [kaio] liberation-fonts:
> liberation-fonts-common-1.05.3.20100510-2.fc14.noarch
> [kanarip] ruby: ruby-mode-1.8.6.399-5.fc14.x86_64
> ruby-libs-1.8.6.399-5.fc14.x86_64 ruby-docs-1.8.6.399-5.fc14.x86_64
> [karlik] ekg2: ekg2-core-0.2-0.12.rc1.fc14.x86_64
> [karlik] tesseract-langpack: tesseract-langpack-es-2.00-6.noarch
> tesseract-langpack-de-2.00-6.noarch tesseract-langpack-it-2.00-6.noarch
> tesseract-langpack-fr-2.00-6.noarch tesseract-langpack-nl-2.00-6.noarch
> [karsten] libtool: libtool-ltdl-2.2.10-1.fc14.x86_64
> [karsten] vim: 2:vim-minimal-7.2.444-2.fc14.x86_64
> 2:vim-common-7.2.444-2.fc14.x86_64
> [kdudka] attr: libattr-2.4.44-5.fc14.x86_64
> [kdudka] curl: libcurl-7.21.0-2.fc14.x86_64
> [kernel-maint] kernel: kernel-devel-2.6.35-0.27.rc4.git0.fc14.x86_64
> kernel-headers-2.6.35-0.27.rc4.git0.fc14.x86_64
> perf-2.6.35-0.27.rc4.git0.fc14.noarch
> [kevin] munin: munin-common-1.4.4-2.fc14.noarch
> [kevin] xfce-utils: xfce4-doc-4.6.2-1.fc14.noarch
> [kklic] emacs: 1:emacs-common-23.2-5.fc14.x86_64
> 1:emacs-el-23.2-5.fc14.x86_64
> [kkofler] kdegames3: kdegames3-libs-3.5.10-8.fc13.x86_64
> [kkofler] kmid2: kmid2-libs-2.3.0-2.fc14.x86_64
> [kkofler] koffice-kivio:
> koffice-kivio-libs-1.6.3-32.trinity.20100511svn.fc14.x86_64
> [kkofler] kpilot: kpilot-libs-5.3.0-4.fc13.x86_64
> [kmatsui] mcpp: libmcpp-2.7.2-4.fc13.x86_64 mcpp-doc-2.7.2-4.fc13.x86_64
> [konradm] cpphs: ghc-cpphs-1.11-3.fc14.x86_64
> ghc-cpphs-doc-1.11-3.fc14.x86_64
> [konradm] cudd: cudd-static-2.4.2-2.fc12.x86_64
> [konradm] fftw: fftw-doc-3.2.2-4.fc13.noarch
> [konradm] ghc-haskell-src-exts: ghc-haskell-src-exts-doc-1.9.0-1.fc14.x86_64
> [konradm] ghc-uniplate: ghc-uniplate-doc-1.5.1-3.fc14.x86_64
> [konradm] glpk: glpk-doc-4.43-2.fc14.x86_64
> [konradm] hlint: ghc-hlint-doc-1.7.2-1.fc14.x86_64
> ghc-hlint-1.7.2-1.fc14.x86_64
> [konradm] irc-otr: irssi-otr-0.3-3.fc12.x86_64 xchat-otr-0.3-3.fc12.x86_64
> [konradm] python-polybori: python-polybori-docs-0.5-7.fc13.x86_64
> [krnowak] libvtemm: libvtemm-docs-0.23.1-1.fc13.x86_64
> [ksyz] nanoxml: nanoxml-lite-manual-2.2.3-6.fc13.noarch
> nanoxml-javadoc-2.2.3-6.fc13.noarch nanoxml-manual-2.2.3-6.fc13.noarch
> nanoxml-lite-2.2.3-6.fc13.noarch
> [ksyz] picocontainer: picocontainer-javadoc-1.3-6.fc13.noarch
> [kushal] lekhonee: lekhonee-lib-0.7-2.fc12.noarch
> [kvolny] qmmp: qmmp-devel-0.4.1-1.fc14.x86_64
> [kwizart] aqsis: aqsis-libs-1.6.0-4.fc13.x86_64
> [kwizart] cinepaint: cinepaint-libs-0.22.1-16.fc14.x86_64
> [kwizart] CTL: CTL-docs-1.4.1-10.fc12.x86_64
> [kwizart] dirac: dirac-libs-1.0.2-3.fc12.x86_64
> dirac-docs-1.0.2-3.fc12.x86_64
> [kwizart] ftgl: ftgl-docs-2.1.3-0.3.rc5.fc13.x86_64
> [kwizart] libkate: libkate-docs-0.3.7-1.fc13.noarch
> [kwizart] libtiger: libtiger-doc-0.3.3-3.fc13.noarch
> [kwizart] libvdpau: libvdpau-docs-0.4-1.fc14.x86_64
> [kwizart] LuxRender: LuxRender-devel-docs-0.6.1-2.fc13.x86_64
> LuxRender-lib-0.6.1-2.fc13.x86_64
> [kwizart] OpenEXR_CTL: OpenEXR_CTL-libs-1.0.1-9.fc13.x86_64
> [kwizart] OpenEXR_Viewers: OpenEXR_Viewers-docs-1.0.1-7.fc13.x86_64
> [kwizart] oyranos: oyranos-libs-0.1.9-5.fc14.x86_64
> [kwizart] Pixie: Pixie-docs-2.2.6-3.fc13.x86_64
> [kwizart] sleuthkit: sleuthkit-libs-3.1.1-1.fc14.x86_64
> [kylev] python-beaker: python3-beaker-1.5.3-4.fc14.noarch
> [kylev] python-mako: python3-mako-0.3.4-1.fc14.noarch
> [kylev] python-markupsafe: python3-markupsafe-0.9.2-3.fc14.x86_64
> [kzak] util-linux-ng: libuuid-2.18-1.fc14.x86_64
> [langel] batik: batik-javadoc-1.7-6.fc12.noarch
> [langel] fop: fop-javadoc-0.95-5.fc14.noarch
> [langel] rhino: rhino-javadoc-1.7-0.7.r2.fc12.noarch
> rhino-manual-1.7-0.7.r2.fc12.noarch rhino-demo-1.7-0.7.r2.fc12.noarch
> [langel] xmlgraphics-commons: xmlgraphics-commons-javadoc-1.3.1-1.noarch
> [laxathom] brasero: brasero-libs-2.31.4-1.fc14.x86_64
> [laxathom] gammu: gammu-libs-1.26.1-2.fc14.x86_64
> [laxathom] gtk-sharp2: gtk-sharp2-gapi-2.12.10-3.fc14.x86_64
> [leigh123linux] qbittorrent: qbittorrent-nox-2.3.0-0.2.beta2.fc14.x86_64
> [lennart] avahi: avahi-autoipd-0.6.26-4.fc14.x86_64
> avahi-libs-0.6.26-4.fc14.x86_64
> [lennart] esound: 1:esound-libs-0.2.41-3.fc12.x86_64
> [lennart] pulseaudio: pulseaudio-libs-0.9.21-6.fc13.x86_64
> pulseaudio-gdm-hooks-0.9.21-6.fc13.x86_64
> [lennart] systemd: systemd-units-1-0.fc14.x86_64
> [limb] armacycles-ad: armacycles-ad-dedicated-0.2.8.3.1-1.fc14.x86_64
> [limb] bacula2: bacula2-common-2.4.4-4.fc14.x86_64
> [limb] clearsilver: clearsilver-devel-0.10.5-9.fc14.x86_64
> perl-clearsilver-0.10.5-9.fc14.x86_64
> python-clearsilver-0.10.5-9.fc14.x86_64
> [limb] distcc: distcc-server-2.18.3-6.fc12.x86_64
> [limb] gnu-free-fonts: gnu-free-fonts-common-20090104-11.fc12.noarch
> [limb] lilypond: lilypond-fonts-common-2.12.3-1.fc13.x86_64
> [limb] limph: limph-common-1.9.7-1.fc13.noarch
> [limb] nexuiz: darkplaces-server-20091001-2.fc13.x86_64
> darkplaces-20091001-2.fc13.x86_64
> [linuxdonald] teeworlds: teeworlds-data-0.5.2-2.fc13.x86_64
> [lkundrak] astronomy-menus: astronomy-menus-toplevel-1.0-3.fc12.noarch
> [lkundrak] cglib: cglib-javadoc-2.2-6.fc13.noarch
> [lkundrak] healpix: chealpix-2.13a-2.fc14.x86_64
> healpix-c++-2.13a-2.fc14.x86_64
> [lkundrak] inkscape: inkscape-view-0.48-0.3.20100505bzr.fc14.x86_64
> [lkundrak] intellij-idea:
> intellij-idea-annotations-9.0.1.94.399-11.fc14.noarch
> [lkundrak] java_cup: 1:java_cup-javadoc-0.11a-4.fc13.noarch
> 1:java_cup-manual-0.11a-4.fc13.noarch
> [lkundrak] jgraph: jgraph-javadoc-5.13.0.0-2.fc13.x86_64
> [lkundrak] justmoon: justmoon-common-0.3.3-6.fc12.x86_64
> [lkundrak] koules: koules-svgalib-1.4-8.fc12.x86_64
> koules-sound-1.4-8.fc12.x86_64 koules-x11-1.4-8.fc12.x86_64
> [lkundrak] mercury: mercury-javadoc-1.0-0.2.alpha6.fc13.noarch
> [lkundrak] nightview: nightview-cli-0.3.3-1.fc13.x86_64
> nightview-gui-0.3.3-1.fc13.x86_64 nightview-server-0.3.3-1.fc13.x86_64
> nightview-doc-0.3.3-1.fc13.x86_64
> [lkundrak] opengrok: opengrok-javadoc-0.9-1.fc14.noarch
> [lkundrak] patricia-trie:
> patricia-trie-javadoc-0.2-1.20091116svn.fc13.noarch
> [lkundrak] selenium-remote-control:
> python-selenium-1.0.3-6.20100318svn.fc14.noarch
> selenium-java-client-driver-1.0.3-6.20100318svn.fc14.noarch
> selenium-server-1.0.3-6.20100318svn.fc14.noarch
> [lkundrak] starlab: starlab-libs-4.4.3-7.fc12.x86_64
> [lkundrak] sunbird: thunderbird-lightning-1.0-0.25.b2pre.fc14.x86_64
> [lkundrak] swing-layout: swing-layout-javadoc-1.0.4-2.fc14.noarch
> [lkundrak] testng: testng-javadoc-5.11-2.fc13.noarch
> [lkundrak] xalan-c: xalan-c-doc-1.10.0-7.fc13.x86_64
> [lkundrak] xmlbeans: xmlbeans-manual-2.4.0-6.fc13.noarch
> [lkundrak] xstream: xstream-javadoc-1.3.1-1.fc14.noarch
> [llim] redhat-lsb: redhat-lsb-graphics-4.0-4.fc14.x86_64
> redhat-lsb-printing-4.0-4.fc14.x86_64
> [lmacken] bodhi: bodhi-server-0.7.5-1.fc14.noarch
> bodhi-client-0.7.5-1.fc14.noarch
> [lmacken] nethack: nethack-bitmap-fonts-3.4.3-24.fc13.noarch
> [lmacken] python-nose: python-nose-docs-0.11.3-3.fc14.noarch
> [lon] fence-virt: fence-virtd-0.2.1-3.fc14.x86_64
> [louizatakk] taggle: taggle-server-1.0-1.fc14.noarch
> [lucilanga] svxlink: libasync-0.17.0-4.fc13.x86_64
> [lutter] augeas: augeas-libs-0.7.2-2.fc14.x86_64
> [lutter] netcf: netcf-libs-0.1.6-1.fc14.x86_64
> [lvm-team] cryptsetup-luks: cryptsetup-luks-libs-1.1.3-1.fc14.x86_64
> [lvm-team] device-mapper-multipath: kpartx-0.4.9-14.fc13.x86_64
> device-mapper-multipath-libs-0.4.9-14.fc13.x86_64
> [lyosnorezel] thibault-fonts: thibault-fonts-common-0.1-14.fc13.noarch
> [makowski] firebird: firebird-filesystem-2.1.3.18185.0-8.fc14.x86_64
> firebird-doc-2.1.3.18185.0-8.fc14.x86_64
> [mathstuf] kde-plasma-networkmanagement:
> 1:knetworkmanager-libs-0.9-0.20.20100603.fc14.x86_64
> [mattdm] calc: calc-libs-2.12.2.1-14.fc12.x86_64
> [maxamillion] glade3: glade3-libgladeui-3.7.1-1.fc14.x86_64
> [mbarnes] evolution-data-server:
> evolution-data-server-doc-2.31.3-1.fc14.noarch
> [mbarnes] gnome-doc-utils: gnome-doc-utils-stylesheets-0.20.1-1.fc14.noarch
> [mbarnes] pygtksourceview: pygtksourceview-doc-2.10.1-1.fc14.x86_64
> [mbarnes] Pyrex: emacs-pyrex-0.9.9-1.fc14.noarch
> [mbarnes] samba4: samba4-libs-4.0.0-24.alpha11.fc14.x86_64
> samba4-pidl-4.0.0-24.alpha11.fc14.x86_64 libldb-0.9.10-24.fc14.x86_64
> [mbooth] apache-commons-codec:
> apache-commons-codec-javadoc-1.4-10.fc14.noarch
> [mbooth] apache-commons-digester:
> apache-commons-digester-javadoc-1.8.1-7.fc14.noarch
> [mbooth] apache-commons-launcher:
> apache-commons-launcher-javadoc-1.1-5.20100521svn936225.fc14.noarch
> [mbooth] jakarta-commons-dbcp:
> jakarta-commons-dbcp-javadoc-1.2.1-13.7.fc12.noarch
> jakarta-commons-dbcp-tomcat5-1.2.1-13.7.fc12.noarch
> [mbooth] jakarta-commons-pool:
> jakarta-commons-pool-javadoc-1.3-13.fc13.x86_64
> jakarta-commons-pool-tomcat5-1.3-13.fc13.x86_64
> [mbooth] jakarta-commons-validator:
> jakarta-commons-validator-javadoc-1.3.1-1.fc13.noarch
> [mbooth] jline: jline-javadoc-0.9.94-0.6.fc14.noarch
> [mbooth] junitperf: junitperf-javadoc-1.9.1-4.2.fc12.noarch
> [mbooth] lpg: lpg-java-compat-1.1.0-4.fc12.noarch
> lpg-java-2.0.17-4.fc12.noarch
> [mbooth] msv: 1:msv-xmlgen-javadoc-1.2-0.4.20050722.3.4.fc12.1.x86_64
> 1:msv-msv-javadoc-1.2-0.4.20050722.3.4.fc12.1.x86_64
> 1:msv-manual-1.2-0.4.20050722.3.4.fc12.1.x86_64
> 1:msv-xsdlib-javadoc-1.2-0.4.20050722.3.4.fc12.1.x86_64
> 1:msv-xsdlib-1.2-0.4.20050722.3.4.fc12.1.x86_64
> 1:msv-relames-javadoc-1.2-0.4.20050722.3.4.fc12.1.x86_64
> [mbooth] plexus-container-default:
> plexus-container-default-javadoc-1.0-0.3.a8.1.2.fc12.noarch
> [mbooth] plexus-interactivity:
> plexus-interactivity-javadoc-1.0-0.3.a5.2.3.fc12.noarch
> [mbooth] plexus-velocity: plexus-velocity-javadoc-1.1.8-5.fc13.noarch
> [mbooth] xerces-j2: xerces-j2-javadoc-xs-2.9.0-4.fc14.noarch
> xerces-j2-javadoc-impl-2.9.0-4.fc14.noarch
> xerces-j2-javadoc-other-2.9.0-4.fc14.noarch
> xerces-j2-javadoc-xni-2.9.0-4.fc14.noarch
> [mbooth] xml-commons-apis12:
> xml-commons-apis12-javadoc-1.2.04-3.5.fc12.x86_64
> xml-commons-apis12-manual-1.2.04-3.5.fc12.x86_64
> [mbooth] xml-commons-apis: xml-commons-apis-javadoc-1.4.01-1.fc13.noarch
> xml-commons-apis-manual-1.4.01-1.fc13.noarch
> [mbooth] xml-stylebook:
> xml-stylebook-javadoc-1.0-0.5.b3_xalan2.svn313293.fc14.noarch
> [mccann] ConsoleKit: ConsoleKit-libs-0.4.1-5.fc13.x86_64
> [mclasen] cheese: cheese-libs-2.30.1-1.fc14.x86_64
> [mdomsch] cim-schema: cim-schema-docs-2.25.0-2.fc14.noarch
> [mdomsch] gpxe: gpxe-roms-qemu-1.0.0-1.fc13.noarch
> gpxe-bootimgs-1.0.0-1.fc13.noarch
> [mdomsch] mirrormanager: mirrormanager-client-1.3.5-1.fc14.noarch
> [mef] geronimo-jms: geronimo-jms-javadoc-1.1.1-6.fc14.noarch
> [mef] geronimo-jta: geronimo-jta-javadoc-1.1.1-5.fc14.noarch
> [mef] janino: janino-javadoc-2.5.15-3.fc13.noarch
> [mef] jarjar: jarjar-javadoc-0.9-5.fc13.noarch
> [mef] javamail: javamail-javadoc-1.4.3-2.fc13.noarch
> [mef] jgoodies-forms: jgoodies-forms-javadoc-1.2.0-3.fc12.noarch
> [mef] logback: logback-examples-0.9.18-4.fc13.noarch
> logback-javadoc-0.9.18-4.fc13.noarch
> [mef] swingx: swingx-javadoc-0.9.4-7.fc12.noarch
> [mef] trove4j: trove4j-javadoc-2.1.0-4.fc14.noarch
> [melmorabity] python-psutil: python3-psutil-0.1.3-2.fc14.noarch
> [mfleming] svnmailer: svnmailer-doc-1.0.8-9.fc12.noarch
> [mgieseki] cxxtest: cxxtest-doc-3.10.1-3.fc12.noarch
> [mhlavink] cyrus-imapd: cyrus-imapd-devel-2.3.16-4.fc14.x86_64
> cyrus-imapd-perl-2.3.16-4.fc14.x86_64
> [mhlavink] nut: nut-hal-2.4.3-3.fc14.x86_64 nut-client-2.4.3-3.fc14.x86_64
> [mhlavink] pciutils: pciutils-libs-3.1.6-4.fc13.x86_64
> [michich] opencryptoki: opencryptoki-libs-2.3.1-6.fc14.x86_64
> [michich] tpm-tools: tpm-tools-pkcs11-1.3.5-2.fc13.x86_64
> [mitr] bogl: bogl-bterm-0.1.18-17.x86_64
> [mitr] volume_key: volume_key-libs-0.3.3-1.fc14.x86_64
> [mjakubicek] antlr: antlr-C++-2.7.7-10.fc14.x86_64
> antlr-tool-2.7.7-10.fc14.noarch antlr-javadoc-2.7.7-10.fc14.noarch
> antlr-manual-2.7.7-10.fc14.noarch antlr-C++-doc-2.7.7-10.fc14.noarch
> [mjakubicek] cvs2svn: cvs2commons-2.3.0-0.1.r4998svn.fc13.noarch
> [mjakubicek] lzma: lzma-libs-4.32.7-3.fc12.x86_64
> [mjakubicek] orsa: orsa-common-0.7.0-12.fc13.x86_64
> orsa-headers-0.7.0-12.fc13.x86_64
> [mkasik] evince: evince-libs-2.31.4-1.fc14.x86_64
> [mlichvar] ncurses: ncurses-base-5.7-7.20100130.fc13.x86_64
> [mlichvar] ntp: ntpdate-4.2.6p1-2.fc14.x86_64
> [mlichvar] openbox: openbox-libs-3.4.11.2-1.fc14.x86_64
> [mmahut] ircd-ratbox: ircd-ratbox-mkpasswd-2.2.8-6.fc12.x86_64
> [mmahut] rmap: rmap-data-1.2-7.fc12.x86_64
> [mmaslano] perl-Frontier-RPC: perl-Frontier-RPC-doc-0.07b4p1-10.fc14.noarch
> [mnowak] khmeros-fonts: khmeros-fonts-common-5.0-7.fc12.noarch
> [mschwendt] audacious: audacious-libs-2.4-0.3.alpha2.fc14.x86_64
> [mschwendt] mcs: mcs-libs-0.7.1-9.fc13.x86_64
> [mso] constantine-backgrounds:
> constantine-backgrounds-single-12.1.1-3.fc14.noarch
> constantine-backgrounds-extras-12.1.1-3.fc14.noarch
> [mso] goddard-backgrounds: goddard-backgrounds-single-13.0.0-1.fc14.noarch
> [mso] leonidas-backgrounds:
> leonidas-backgrounds-kdm-11.0.0-2.fc12.noarch
> leonidas-backgrounds-lion-dual-11.0.0-2.fc12.noarch
> leonidas-backgrounds-landscape-11.0.0-2.fc12.noarch
> leonidas-backgrounds-common-11.0.0-2.fc12.noarch
> [mso] nodoka-theme-gnome: nodoka-filesystem-0.3.90-4.fc12.noarch
> [mso] solar-backgrounds: solar-backgrounds-common-0.92.0-4.fc14.noarch
> [mtasaka] kazehakase: kazehakase-base-0.5.8-8.svn3873_trunk.fc14.x86_64
> [mtasaka] mecab-ipadic: mecab-ipadic-EUCJP-2.7.0.20070801-3.fc13.1.x86_64
> [mtasaka] mecab-jumandic: mecab-jumandic-EUCJP-5.1.20070304-4.fc12.x86_64
> [mtasaka] monafont: mona-sazanami-fonts-2.90-10.fc13.noarch
> mona-vlgothic-fonts-2.90-10.fc13.noarch
> mona-bitmap-fonts-2.90-10.fc13.noarch
> [mtasaka] ruby-aws: ruby-aws-doc-0.8.1-1.fc13.noarch
> [mtasaka] ruby-RMagick: ruby-RMagick-doc-2.13.1-1.fc14.2.noarch
> [mtasaka] skf: skf-common-1.97.1-2.fc14.1.x86_64
> [mtasaka] wkf: wkf-libs-1.3.11-6.respin1.fc12.x86_64
> [mtasaka] xscreensaver: 1:xscreensaver-base-5.11-6.fc14.respin1.x86_64
> [mtasaka] xtide: xtide-common-2.11-0.8.RC1.fc14.x86_64
> [mtruch] cfitsio: cfitsio-docs-3.250-1.fc14.noarch
> cfitsio-static-3.250-1.fc14.x86_64
> [mycae] mathgl: mathgl-doc-1.10.2.1-1.fc14.1.noarch
> [mycae] stxxl: stxxl-doc-1.2.1-9.fc12.noarch
> [nalin] krb5-appl: krb5-appl-servers-1.0.1-2.fc14.x86_64
> krb5-appl-clients-1.0.1-2.fc14.x86_64
> [nalin] krb5: krb5-libs-1.8.2-2.fc14.x86_64
> [nb] wordpress-plugin-bad-behavior:
> wordpress-mu-plugin-bad-behavior-2.0.36-1.fc14.noarch
> [ndim] nted: nted-doc-1.10.3-2.fc14.noarch
> nted-ntedfont-fonts-1.10.3-2.fc14.noarch
> [ndim] simulavr: simulavr-doc-0.1.2.6-6.fc13.noarch
> [ndim] terminus-fonts: terminus-fonts-console-4.30-1.fc13.noarch
> [nhorman] coda: coda-backup-6.9.5-3.fc14.x86_64
> coda-server-6.9.5-3.fc14.x86_64 coda-client-6.9.5-3.fc14.x86_64
> [nickc] binutils: binutils-devel-2.20.51.0.7-5.fc14.x86_64
> [nim] adf-accanthis-fonts: adf-accanthis-fonts-common-1.6-4.fc12.noarch
> [nim] bitstream-vera-fonts: bitstream-vera-fonts-common-1.10-18.fc12.noarch
> [nim] dejavu-fonts: dejavu-fonts-common-2.31-1.fc14.noarch
> [nim] ecolier-court-fonts:
> ecolier-court-fonts-common-20070702-12.fc12.noarch
> [nim] fontpackages: fontpackages-filesystem-1.44-1.fc14.noarch
> fontpackages-tools-1.44-1.fc14.noarch
> [nim] google-droid-fonts: google-droid-fonts-common-20090906-5.fc12.noarch
> [nim] paratype-pt-sans-fonts:
> paratype-pt-sans-caption-fonts-20100112-3.fc14.noarch
> [nim] senamirmir-washra-fonts:
> senamirmir-washra-fonts-common-4.1-5.fc12.noarch
> [nkumar] paktype-naskh-basic-fonts:
> paktype-naskh-basic-fonts-common-3.0-8.fc14.noarch
> [nkumar] smc-fonts: smc-fonts-common-04.2-10.fc14.noarch
> [nosnilmot] libsilc: libsilc-doc-1.1.10-2.fc14.x86_64
> [npajkovs] gpm: gpm-libs-1.20.6-9.fc14.x86_64
> [npajkovs] inn: inn-libs-2.5.2-2.fc14.x86_64
> [npajkovs] lm_sensors: lm_sensors-libs-3.1.2-2.fc14.x86_64
> [npajkovs] nasm: nasm-doc-2.08.01-1.fc14.x86_64
> nasm-rdoff-2.08.01-1.fc14.x86_64
> [nphilipp] extremetuxracer: extremetuxracer-common-0.4-3.fc12.noarch
> [nphilipp] gimp: 2:gimp-libs-2.6.9-5.fc14.x86_64
> [nphilipp] ufraw: ufraw-common-0.17-1.fc14.x86_64
> [nphilipp] xsane: xsane-common-0.997-8.fc14.x86_64
> [nsantos] checkstyle: checkstyle-manual-5.1-1.fc14.noarch
> checkstyle-javadoc-5.1-1.fc14.noarch
> [nsantos] dom4j: dom4j-manual-1.6.1-5.fc12.noarch
> dom4j-javadoc-1.6.1-5.fc12.noarch
> [nsantos] dtdparser: dtdparser-javadoc-1.21-7.fc12.x86_64
> [nsantos] gnu-regexp: gnu-regexp-javadoc-1.1.4-13.fc12.noarch
> [nsantos] jtidy: 2:jtidy-javadoc-1.0-0.4.r7dev.1.5.fc13.x86_64
> [nsantos] qpid-cpp: qpid-cpp-client-devel-docs-0.6.895736-4.fc14.noarch
> qpid-cpp-client-0.6.895736-4.fc14.x86_64
> [nsantos] relaxngDatatype: relaxngDatatype-javadoc-1.0-5.3.fc14.noarch
> [nsantos] ws-jaxme: ws-jaxme-javadoc-0.5.1-4.4.fc12.noarch
> ws-jaxme-manual-0.5.1-4.4.fc12.noarch
> [nsantos] xmldb-api: 1:xmldb-api-javadoc-0.1-0.4.20011111cvs.1.3.fc12.x86_64
> [nsantos] xom: xom-javadoc-1.0-5.6.fc14.noarch
> [nsantos] xpp2: xpp2-javadoc-2.1.10-8.3.fc14.noarch
> xpp2-doc-2.1.10-8.3.fc14.noarch
> [nsantos] xpp3: xpp3-javadoc-1.1.3.8-3.4.fc14.noarch
> xpp3-minimal-1.1.3.8-3.4.fc14.noarch
> [nucleo] klatexformula: libklfbackend-3.1.2-1.fc13.x86_64
> [nucleo] webkitkde: webkitpart-0.0.5-0.4.svn1088283.fc14.x86_64
> [nushio] rabbitvcs: rabbitvcs-core-0.13.3-1.fc14.noarch
> [oget] fluid-soundfont: fluid-soundfont-common-3.1-4.fc12.noarch
> [oget] guitarix: ladspa-guitarix-plugins-0.09.0-1.fc14.x86_64
> [oget] mscore: mscore-fonts-0.9.6-1.fc14.noarch
> [omajid] dbus-java: dbus-java-javadoc-2.7-3.fc13.noarch
> [omajid] libmatthew-java: libmatthew-java-javadoc-0.7.2-2.fc13.x86_64
> [ondrejj] sagator: sagator-core-1.2.1-1.fc14.noarch
> [orion] apache-commons-jexl: apache-commons-jexl-javadoc-2.0.1-1.fc14.noarch
> [orion] BareBonesBrowserLaunch:
> BareBonesBrowserLaunch-javadoc-3.0-1.fc14.noarch
> [orion] bes: bes-doc-3.7.2-3.fc12.x86_64
> [orion] gifsicle: gifview-1.60-1.fc14.x86_64
> [orion] GMT: GMT-common-4.5.2-1.fc13.noarch
> [orion] jericho-html: jericho-html-javadoc-3.1-3.fc14.noarch
> [orion] libdap: libdap-doc-3.9.3-2.fc12.x86_64
> [orion] plplot: plplot-libs-5.9.5-7.fc13.x86_64
> [orphan] avogadro: avogadro-libs-1.0.1-1.fc14.x86_64
> [orphan] diveintopython: diveintopython-html-5.4-17.fc13.noarch
> diveintopython-txt-5.4-17.fc13.noarch
> diveintopython-single-html-5.4-17.fc13.noarch
> diveintopython-pdf-5.4-17.fc13.noarch
> [orphan] gluegen: gluegen-manual-1-0.20102502svn11.fc14.noarch
> gluegen-source-1-0.20102502svn11.fc14.noarch
> [orphan] hsqldb: 1:hsqldb-javadoc-1.8.0.10-5.fc13.x86_64
> 1:hsqldb-manual-1.8.0.10-5.fc13.x86_64
> [orphan] isorelax: 1:isorelax-javadoc-0-0.4.release20050331.fc12.noarch
> [orphan] jakarta-commons-discovery:
> 1:jakarta-commons-discovery-javadoc-0.4-5.3.fc12.noarch
> [orphan] jakarta-commons-io: jakarta-commons-io-javadoc-1.4-2.fc13.noarch
> [orphan] jakarta-commons-lang:
> jakarta-commons-lang-javadoc-2.4-1.fc13.x86_64
> [orphan] jdom: jdom-javadoc-1.1.1-1.fc13.noarch
> [orphan] jlex: jlex-javadoc-1.2.6-9.5.fc14.x86_64
> [orphan] jsch: jsch-javadoc-0.1.41-4.fc13.noarch
> jsch-demo-0.1.41-4.fc13.noarch
> [orphan] junit: junit-manual-3.8.2-6.4.fc12.x86_64
> junit-javadoc-3.8.2-6.4.fc12.x86_64
> [orphan] jzlib: jzlib-javadoc-1.0.7-7.4.fc14.noarch
> jzlib-demo-1.0.7-7.4.fc14.noarch
> [orphan] ldapjdk: ldapjdk-javadoc-4.18-5.fc12.x86_64
> [orphan] libmspack: libmspack-doc-0.0-0.7.20060920alpha.fc12.x86_64
> [orphan] lucene: lucene-javadoc-2.4.1-3.fc14.noarch
> [orphan] maven-doxia: maven-doxia-javadoc-1.0-0.8.a10.4.fc13.noarch
> [orphan] maven-jxr: maven-plugin-jxr-2.1-6.fc12.noarch
> maven-jxr-javadoc-2.1-6.fc12.noarch
> [orphan] maven-surefire: maven-surefire-javadoc-2.3-7.7.fc12.noarch
> [orphan] nas: nas-libs-1.9.1-6.fc12.x86_64
> [orphan] objectweb-anttask: objectweb-anttask-javadoc-1.3.2-3.5.fc13.noarch
> [orphan] plexus-ant-factory:
> plexus-ant-factory-javadoc-1.0-0.4.a2.1.2.fc13.noarch
> [orphan] plexus-appserver:
> plexus-appserver-javadoc-1.0-0.4.a5.2.11.fc13.noarch
> [orphan] plexus-compiler: plexus-compiler-javadoc-1.5.2-4.3.fc12.noarch
> [orphan] plexus-runtime-builder:
> plexus-runtime-builder-javadoc-1.0-0.4.a9.1.9.fc12.x86_64
> [orphan] plexus-xmlrpc: plexus-xmlrpc-javadoc-1.0-0.4.b4.2.17.fc14.noarch
> [orphan] taglib: taglib-doc-1.6.3-1.fc13.noarch
> [orphan] tanukiwrapper: tanukiwrapper-manual-3.2.3-5.fc12.x86_64
> tanukiwrapper-javadoc-3.2.3-5.fc12.x86_64
> [orphan] tomcat6: tomcat6-el-2.1-api-6.0.26-8.fc14.noarch
> tomcat6-javadoc-6.0.26-8.fc14.noarch tomcat6-log4j-6.0.26-8.fc14.noarch
> tomcat6-servlet-2.5-api-6.0.26-8.fc14.noarch
> [orphan] tremfusion: tremfusion-common-0.99-6.r3.fc12.x86_64
> [orphan] velocity: velocity-javadoc-1.6.3-4.fc14.noarch
> velocity-manual-1.6.3-4.fc14.noarch
> [orphan] wsdl4j: wsdl4j-javadoc-1.5.2-7.6.fc12.x86_64
> [orphan] xjavadoc: xjavadoc-javadoc-1.1-7.5.fc12.x86_64
> [orphan] xmlrpc: xmlrpc-javadoc-2.0.1-6.6.fc13.x86_64
> [ovasik] sgml-common: xml-common-0.6.3-32.fc13.noarch
> [overholt] backport-util-concurrent:
> backport-util-concurrent-javadoc-3.1-3.noarch
> [overholt] eclipse: 1:eclipse-swt-3.5.2-9.fc14.x86_64
> [overholt] emma: emma-javadoc-2.0.5312-4.fc12.noarch
> [overholt] json: json-javadoc-3-3.fc14.noarch
> [overholt] jython: jython-javadoc-2.2.1-4.4.fc13.noarch
> jython-manual-2.2.1-4.4.fc13.noarch
> [overholt] maven2-plugin-shade:
> maven2-plugin-shade-javadoc-1.2.2-2.fc13.noarch
> [overholt] maven-archiver: maven-archiver-javadoc-2.4-1.fc13.noarch
> [overholt] maven-doxia-sitetools:
> maven-doxia-sitetools-javadoc-1.0-0.2.a10.2.fc13.noarch
> [overholt] maven-embedder: maven-embedder-javadoc-2.0.4-6.fc12.noarch
> [overholt] maven-enforcer-rule-api:
> maven-enforcer-rule-api-javadoc-1.0-0.1.a2.1.5.fc12.noarch
> [overholt] plexus-cli: plexus-cli-javadoc-1.2-8.fc12.noarch
> [overholt] plexus-mail-sender:
> plexus-mail-sender-javadoc-1.0-0.a2.14.fc13.noarch
> [overholt] plexus-naming: plexus-naming-javadoc-1.0-0.5.a3.fc12.noarch
> [overholt] plexus-registry: plexus-registry-javadoc-1.0-0.3.a3.fc13.noarch
> [overholt] plexus-resources: plexus-resources-javadoc-1.0-0.2.a4.fc12.noarch
> [overholt] xmlrpc3: xmlrpc3-javadoc-3.0-4.14.fc13.noarch
> xmlrpc3-common-3.0-4.14.fc13.noarch
> [palango] hartke-aurulent-sans-fonts:
> hartke-aurulent-sans-fonts-common-20070504-3.fc12.noarch
> [palango] taoframework: taoframework-openal-2.1.0-1.fc13.x86_64
> taoframework-freetype-2.1.0-1.fc13.x86_64
> taoframework-lua-2.1.0-1.fc13.x86_64
> taoframework-ode-2.1.0-1.fc13.x86_64
> taoframework-opengl-2.1.0-1.fc13.x86_64
> taoframework-doc-2.1.0-1.fc13.x86_64
> taoframework-glfw-2.1.0-1.fc13.x86_64
> taoframework-devil-2.1.0-1.fc13.x86_64
> taoframework-physfs-2.1.0-1.fc13.x86_64
> [pbrobinson] csound: csound-javadoc-5.10.1-17.fc13.x86_64
> [pbrobinson] syncevolution: 1:syncevolution-libs-1.0-2.fc14.x86_64
> [pbrobinson] xapian-bindings: xapian-bindings-python-1.2.0-2.fc14.x86_64
> xapian-bindings-ruby-1.2.0-2.fc14.x86_64
> [pbrobinson] xapian-core: xapian-core-libs-1.2.0-3.fc14.x86_64
> [pcheung] adaptx: adaptx-javadoc-0.9.13-9.fc14.x86_64
> adaptx-doc-0.9.13-9.fc14.x86_64
> [pcheung] ant: ant-javadoc-1.7.1-13.fc13.x86_64
> ant-manual-1.7.1-13.fc13.x86_64
> [pcheung] asm2: asm2-javadoc-2.2.3-6.fc12.noarch
> asm2-manual-2.2.3-6.fc12.noarch
> [pcheung] avalon-framework: avalon-framework-javadoc-4.1.4-6.fc12.x86_64
> avalon-framework-manual-4.1.4-6.fc12.x86_64
> [pcheung] avalon-logkit: avalon-logkit-javadoc-1.2-8.fc12.x86_64
> [pcheung] axis: axis-javadoc-1.4-4.1.fc14.noarch
> axis-manual-1.4-4.1.fc14.noarch
> [pcheung] bcel: bcel-manual-5.2-7.1.fc12.x86_64
> bcel-javadoc-5.2-7.1.fc12.x86_64
> [pcheung] bsf: bsf-javadoc-2.4.0-7.fc14.noarch
> [pcheung] bsh: bsh-manual-1.3.0-15.2.fc13.noarch
> bsh-javadoc-1.3.0-15.2.fc13.noarch
> [pcheung] castor: castor-javadoc-0.9.5-5.fc12.1.x86_64
> castor-doc-0.9.5-5.fc12.1.x86_64
> [pcheung] concurrent: concurrent-javadoc-1.3.4-11.fc12.x86_64
> [pcheung] jakarta-commons-daemon:
> 1:jakarta-commons-daemon-javadoc-1.0.1-8.8.fc12.x86_64
> 1:jakarta-commons-daemon-jsvc-1.0.1-8.8.fc12.x86_64
> [pcheung] jakarta-commons-fileupload:
> 1:jakarta-commons-fileupload-javadoc-1.2.1-1.fc13.x86_64
> [pcheung] jakarta-commons-httpclient:
> 1:jakarta-commons-httpclient-javadoc-3.1-0.5.fc12.x86_64
> [pcheung] jakarta-commons-net: jakarta-commons-net-javadoc-2.0-2.fc12.noarch
> [pcheung] plexus-archiver: plexus-archiver-javadoc-1.0-0.4.a12.4.fc13.noarch
> [pcheung] plexus-i18n: plexus-i18n-javadoc-1.0-0.b10.2.fc13.noarch
> [pcheung] tagsoup: tagsoup-javadoc-1.0.1-4.3.fc12.x86_64
> [pcheung] xmlunit: xmlunit-javadoc-1.0-8.3.fc14.x86_64
> [pebenito] setools: setools-libs-3.3.7-2.fc14.x86_64
> [perex] alsa-plugins: alsa-plugins-arcamav-1.0.22-1.fc13.x86_64
> alsa-plugins-samplerate-1.0.22-1.fc13.x86_64
> alsa-plugins-oss-1.0.22-1.fc13.x86_64
> alsa-plugins-usbstream-1.0.22-1.fc13.x86_64
> alsa-plugins-jack-1.0.22-1.fc13.x86_64
> alsa-plugins-pulseaudio-1.0.22-1.fc13.x86_64
> alsa-plugins-maemo-1.0.22-1.fc13.x86_64
> alsa-plugins-vdownmix-1.0.22-1.fc13.x86_64
> alsa-plugins-speex-1.0.22-1.fc13.x86_64
> alsa-plugins-upmix-1.0.22-1.fc13.x86_64
> [peter] fuse: fuse-libs-2.8.4-1.fc14.x86_64
> [peter] mldonkey: konqueror-mldonkey-ed2k-support-3.0.2-1.fc14.x86_64
> mldonkey-gui-3.0.2-1.fc14.x86_64
> [peter] nagios: nagios-common-3.2.1-4.fc14.x86_64
> [peter] nrpe: nagios-plugins-nrpe-2.12-13.fc14.x86_64
> [petersen] flim: flim-xemacs-1.14.8-5.fc12.noarch
> [petersen] gettext: gettext-autopoint-0.18.1.1-2.fc14.noarch
> emacs-gettext-0.18.1.1-2.fc14.noarch gettext-libs-0.18.1.1-2.fc14.x86_64
> [petersen] ghc-binary: ghc-binary-doc-0.5.0.2-3.fc14.x86_64
> [petersen] ghc-cgi: ghc-cgi-doc-3001.1.7.2-4.fc14.x86_64
> [petersen] ghc-dataenc: ghc-dataenc-doc-0.13.0.2-3.fc14.x86_64
> [petersen] ghc-deepseq: ghc-deepseq-doc-1.1.0.0-3.fc14.x86_64
> [petersen] ghc: ghc-libs-6.12.3-3.fc14.x86_64
> [petersen] ghc-ghc-paths: ghc-ghc-paths-doc-0.1.0.6-3.fc14.x86_64
> [petersen] ghc-hashed-storage: ghc-hashed-storage-doc-0.4.13-2.fc14.x86_64
> [petersen] ghc-haskeline: ghc-haskeline-doc-0.6.2.2-2.fc14.x86_64
> [petersen] ghc-haskell-src: ghc-haskell-src-doc-1.0.1.3-5.fc14.x86_64
> [petersen] ghc-html: ghc-html-doc-1.0.1.2-4.fc14.x86_64
> [petersen] ghc-HTTP: ghc-HTTP-doc-4000.0.9-4.fc14.x86_64
> [petersen] ghc-mmap: ghc-mmap-doc-0.4.1-4.fc14.x86_64
> [petersen] ghc-mtl: ghc-mtl-doc-1.1.0.2-7.fc14.x86_64
> [petersen] ghc-network: ghc-network-doc-2.2.1.7-3.fc14.x86_64
> [petersen] ghc-parallel: ghc-parallel-doc-2.2.0.1-3.fc14.x86_64
> [petersen] ghc-parsec: ghc-parsec-doc-2.1.0.1-4.fc14.x86_64
> [petersen] ghc-QuickCheck: ghc-QuickCheck-doc-2.1.0.3-3.fc14.x86_64
> [petersen] ghc-regex-base: ghc-regex-base-doc-0.93.1-4.fc14.x86_64
> [petersen] ghc-regex-compat: ghc-regex-compat-doc-0.92-4.fc14.x86_64
> [petersen] ghc-regex-posix: ghc-regex-posix-doc-0.94.1-4.fc14.x86_64
> [petersen] ghc-stm: ghc-stm-doc-2.1.1.2-4.fc14.x86_64
> [petersen] ghc-utf8-string: ghc-utf8-string-doc-0.3.6-4.fc14.x86_64
> [petersen] ghc-xhtml: ghc-xhtml-doc-3000.2.0.1-4.fc14.x86_64
> [petersen] ghc-zlib: ghc-zlib-doc-0.5.2.0-3.fc14.x86_64
> [petersen] haskell-platform:
> ghc-haskell-platform-2010.1.0.0.6123-1.fc14.x86_64
> ghc-haskell-platform-doc-2010.1.0.0.6123-1.fc14.x86_64
> [petersen] hscolour: ghc-hscolour-1.16-3.fc14.x86_64
> ghc-hscolour-doc-1.16-3.fc14.x86_64
> [petersen] thai-scalable-fonts:
> thai-scalable-fonts-common-0.4.12-2.fc12.noarch
> [pfj] xmms: 1:xmms-libs-1.2.11-11.20071117cvs.fc14.x86_64
> [pghmcfc] bluefish: bluefish-shared-data-2.0.1-1.fc14.noarch
> [pgordon] glabels: glabels-doc-2.2.8-2.fc14.x86_64
> glabels-libs-2.2.8-2.fc14.x86_64
> [pgordon] ots: ots-libs-0.5.0-3.fc12.x86_64
> [pgordon] webkitgtk: webkitgtk-doc-1.3.2-2.fc14.x86_64
> [phuang] ibus: ibus-libs-1.3.6-1.fc14.x86_64
> [phuang] ibus-pinyin: ibus-pinyin-db-android-1.3.8-1.fc14.noarch
> ibus-pinyin-db-open-phrase-1.3.8-1.fc14.noarch
> [pjones] cdparanoia: cdparanoia-libs-10.2-9.fc13.x86_64
> [pjones] syslinux: syslinux-devel-3.84-1.fc13.x86_64
> [pknirsch] tuned: tuned-utils-0.2.14-1.fc14.noarch
> [plautrba] finger: finger-server-0.17-39.fc12.x86_64
> [pmachata] bison: bison-devel-2.4.2-2.fc14.x86_64
> bison-runtime-2.4.2-2.fc14.x86_64
> [pmachata] flex: flex-static-2.5.35-9.fc13.x86_64
> [pmachata] tbb: tbb-doc-2.2-2.20090809.fc14.x86_64
> [pmachata] tzdata: tzdata-java-2010j-1.fc14.noarch
> [pmatilai] rpm: rpm-apidocs-4.8.1-3.fc14.noarch
> [pmatilai] sqlite: sqlite-doc-3.6.23.1-1.fc14.x86_64
> lemon-3.6.23.1-1.fc14.x86_64
> [pnemade] fonts-ISO8859-2: fonts-ISO8859-2-75dpi-1.0-22.fc13.noarch
> fonts-ISO8859-2-100dpi-1.0-22.fc13.noarch
> [pnemade] iso8859-2-fonts: iso8859-2-fonts-common-1.0-24.fc14.noarch
> [ppisar] pcre: pcre-static-7.8-3.fc12.x86_64
> [pravins] bitmap-fonts:
> bitmap-lucida-typewriter-fonts-0.3-16.fc14.noarch
> bitmap-fangsongti-fonts-0.3-16.fc14.noarch
> bitmap-fixed-fonts-0.3-16.fc14.noarch
> bitmap-console-fonts-0.3-16.fc14.noarch
> [pravins] culmus-fonts: culmus-fonts-common-0.104-3.fc14.noarch
> [pravins] kacst-fonts: kacst-fonts-common-2.0-7.fc14.noarch
> [pravins] samyak-fonts: samyak-fonts-common-1.2.2-2.fc14.noarch
> [psabata] iproute: iproute-doc-2.6.34-3.fc14.x86_64
> [pwouters] unbound: unbound-libs-1.4.5-2.fc14.x86_64
> [pwu] scim-fcitx: scim-fcitx-tools-3.1.1-11.fc12.x86_64
> [pwu] scim: scim-libs-1.4.9-6.fc13.x86_64
> scim-lang-japanese-1.4.9-6.fc13.x86_64
> scim-lang-punjabi-1.4.9-6.fc13.x86_64
> scim-lang-assamese-1.4.9-6.fc13.x86_64
> scim-lang-thai-1.4.9-6.fc13.x86_64 scim-lang-marathi-1.4.9-6.fc13.x86_64
> scim-lang-korean-1.4.9-6.fc13.x86_64
> scim-lang-gujarati-1.4.9-6.fc13.x86_64
> scim-lang-chinese-1.4.9-6.fc13.x86_64
> scim-lang-oriya-1.4.9-6.fc13.x86_64
> scim-lang-malayalam-1.4.9-6.fc13.x86_64
> scim-lang-telugu-1.4.9-6.fc13.x86_64
> scim-lang-sinhalese-1.4.9-6.fc13.x86_64
> scim-lang-bengali-1.4.9-6.fc13.x86_64
> scim-lang-hindi-1.4.9-6.fc13.x86_64 scim-doc-1.4.9-6.fc13.x86_64
> scim-lang-farsi-1.4.9-6.fc13.x86_64
> scim-lang-kannada-1.4.9-6.fc13.x86_64
> scim-lang-dhivehi-1.4.9-6.fc13.x86_64
> scim-lang-latin-1.4.9-6.fc13.x86_64 scim-lang-tamil-1.4.9-6.fc13.x86_64
> scim-lang-tibetan-1.4.9-6.fc13.x86_64 scim-lang-nepali-1.4.9-6.fc13.x86_64
> [quantumburnz] barry: barry-devel-docs-0.17-0.1.20100329git.fc14.noarch
> barry-libs-0.17-0.1.20100329git.fc14.x86_64
> [rafalzaq] wklej: wklej-vim-0.1.7-2.fc12.noarch
> [rakesh] djvulibre: djvulibre-libs-3.5.22-1.fc14.x86_64
> [rakesh] libogg: 2:libogg-devel-docs-1.2.0-1.fc14.noarch
> [rakesh] octave: 6:octave-doc-3.2.4-3.fc14.noarch
> [rathann] crm114: crm114-emacs-0-1.14.20100106.fc14.x86_64
> [rathann] dx: dx-libs-4.4.4-16.fc14.x86_64
> [rathann] ed2k_hash: ed2k_hash-gui-0.4.0-10.fc13.x86_64
> [rathann] gg2: gg2-libs-2.3.0-17.fc14.x86_64
> [rathann] obexftp: obexftp-libs-0.23-4.fc14.x86_64
> [rathann] tachyon: tachyon-libs-0.98.9-1.fc13.x86_64
> [rathann] xmp: audacious-plugin-xmp-3.1.0-2.fc13.x86_64
> xmms-xmp-3.1.0-2.fc13.x86_64
> [rbhalera] sil-gentium-basic-fonts:
> sil-gentium-basic-fonts-common-1.1-5.fc12.noarch
> [rcritten] ipa: ipa-python-1.2.2-3.fc14.x86_64
> [rdieter] amarok: amarok-utils-2.3.1-1.fc14.x86_64
> [rdieter] exiv2: exiv2-libs-0.20-1.fc14.x86_64
> [rdieter] gc: libatomic_ops-devel-7.2-0.1.alpha4.fc13.x86_64
> [rdieter] jasper: jasper-libs-1.900.1-16.fc14.x86_64
> [rdieter] kdepim3: kdepim3-libs-3.5.10-3.fc13.x86_64
> [rdieter] kdeplasma-addons: plasma-wallpaper-marble-4.4.90-1.fc14.x86_64
> [rdieter] kde-settings: kde-settings-kdm-4.5-2.fc14.noarch
> [rdieter] libtunepimp: python-tunepimp-0.5.3-16.fc12.x86_64
> [rdieter] lyx: lyx-fonts-2.0.0-0.4.alpha4.fc14.noarch
> [rdieter] OpenEXR: OpenEXR-libs-1.6.1-8.fc12.x86_64
> [rdieter] polkit-qt: polkit-qt-doc-0.95.1-3.fc13.noarch
> [rdieter] PyQt4: python3-PyQt4-4.7.3-3.fc14.x86_64
> [rdieter] qscintilla: qscintilla-python-devel-2.4.3-1.fc14.noarch
> [rdieter] qtscriptgenerator: qtscriptbindings-0.1.0-12.fc14.x86_64
> [rdieter] tidy: libtidy-0.99.0-20.20091203.fc13.x86_64
> [rdieter] uw-imap: libc-client-2007e-11.fc13.x86_64
> [red] xtvd: xtvd-lib-2.0.1-4.fc12.noarch
> [reisner] drbd: drbd-utils-8.3.7-2.fc13.x86_64
> [remi] mysql++: mysql++-manuals-3.1.0-1.fc14.x86_64
> [remi] ocsinventory: ocsinventory-reports-1.3.2-3.fc14.noarch
> ocsinventory-server-1.3.2-3.fc14.noarch
> [rezso] gdal: gdal-static-1.7.1-2.fc14.x86_64
> [rezso] grass: grass-libs-6.3.0-15.fc13.x86_64
> [rezso] mapserver: php-mapserver-5.6.3-2.fc14.x86_64
> [rezso] proj: proj-static-4.7.0-3.fc14.x86_64
> [rhughes] hal: hal-libs-0.5.14-3.fc14.x86_64
> hal-filesystem-0.5.14-3.fc14.x86_64
> [richardfearn] findbugs-bcel: findbugs-bcel-javadoc-5.2-1.3.8.fc12.1.x86_64
> [rishi] autogen: autogen-libopts-5.9.4-7.fc12.x86_64
> [rishi] glibmm24: glibmm24-doc-2.24.1-1.fc14.x86_64
> [rishi] libsigc++20: libsigc++20-doc-2.2.4.2-1.fc12.x86_64
> [rjones] mingw32-gcc: mingw32-cpp-4.5.0-1.fc14.x86_64
> [rjones] ocaml-libvirt: mlvirsh-0.6.1.0-7.fc13.x86_64
> [rjones] vhostmd: vm-dump-metrics-0.4-6.fc14.x86_64
> [rjones] vpnc: vpnc-script-0.5.3-7.fc13.noarch
> [rmccabe] clustermon: modcluster-0.17.0-1.fc13.x86_64
> [rmeggins] 389-ds-base: 389-ds-base-selinux-devel-1.2.6-0.8.rc3.fc14.x86_64
> [robert] beecrypt: beecrypt-apidocs-4.2.1-1.fc14.x86_64
> [robert] zarafa: zarafa-common-6.40.0-3.fc14.noarch
> [robmv] ganymed-ssh2: ganymed-ssh2-javadoc-210-8.fc12.x86_64
> [robmv] svnkit: svnkit-javadoc-1.3.2-2.fc14.noarch
> [roland] elfutils: elfutils-libelf-0.148-1.fc14.x86_64
> [roland] sparse: sparse-devel-0.4.2-1.fc13.x86_64
> [roma] partimage: partimage-server-0.6.8-2.fc13.x86_64
> [roozbeh] sil-gentium-fonts: sil-gentium-fonts-common-1.02-10.fc12.noarch
> [rrakus] cdrkit: icedax-1.1.10-2.fc14.x86_64
> genisoimage-1.1.10-2.fc14.x86_64 wodim-1.1.10-2.fc14.x86_64
> [rrakus] xcdroast: 1:xcdroast-doc-0.98-0.5.alpha16.fc14.x86_64
> [rrankin] denemo: denemo-music-fonts-0.8.16-1.fc14.noarch
> [rrati] condor-ec2-enhanced-hooks:
> python-condor-ec2-enhanced-hooks-common-1.0-19.fc12.noarch
> [rrati] condor-job-hooks: python-condor-job-hooks-common-1.0-12.fc12.noarch
> [rrelyea] pcsc-lite: pcsc-lite-doc-1.6.1-4.fc14.noarch
> pcsc-lite-libs-1.6.1-4.fc14.x86_64
> [rrix] aalib: aalib-libs-1.4.0-0.18.rc5.fc12.x86_64
> [rstrode] bluecurve-icon-theme: bluecurve-cursor-theme-8.0.2-5.fc12.noarch
> [rstrode] gnome-panel: gnome-panel-libs-2.31.4-1.fc14.x86_64
> [rstrode] gnome-utils: 1:gnome-utils-libs-2.30.0-2.fc14.x86_64
> [rstrode] plymouth: plymouth-core-libs-0.8.2-3.fc13.x86_64
> plymouth-scripts-0.8.2-3.fc13.x86_64
> [ruben] gearmand: libgearman-0.13-2.fc14.x86_64
> [ruben] perl-mogilefs-server: mogilefsd-2.36-1.fc14.noarch
> [ruben] whatsup: libnodeupdown-1.10-1.fc14.x86_64
> [rvinyard] cairomm: cairomm-doc-1.8.4-1.fc13.noarch
> [rvinyard] clips: clips-doc-6.30.0-0.1.20090722svn.fc12.noarch
> clips-libs-6.30.0-0.1.20090722svn.fc12.x86_64
> clips-emacs-6.30.0-0.1.20090722svn.fc12.noarch
> [rvinyard] clipsmm: clipsmm-doc-0.1.0-2.fc12.noarch
> [rvinyard] conexus: conexus-doc-0.9.1-1.fc14.noarch
> [rvinyard] dbus-cxx: dbus-cxx-doc-0.7.0-1.fc14.noarch
> [rvinyard] nqc: nqc-doc-th-3.1.6-6.fc12.x86_64
> nqc-doc-es-3.1.6-6.fc12.x86_64 nqc-doc-ja-3.1.6-6.fc12.x86_64
> nqc-doc-pt-3.1.6-6.fc12.x86_64 nqc-doc-de-3.1.6-6.fc12.x86_64
> nqc-doc-it-3.1.6-6.fc12.x86_64 nqc-doc-3.1.6-6.fc12.x86_64
> nqc-doc-nl-3.1.6-6.fc12.x86_64
> [rvinyard] papyrus: papyrus-doc-0.13.3-1.fc14.noarch
> [s4504kr] aplus-fsf: xemacs-aplus-fsf-el-4.22.4-19.fc12.noarch
> aplus-fsf-KAPL-fonts-4.22.4-19.fc12.noarch
> [s4504kr] blender: blenderplayer-2.49b-9.fc14.x86_64
> [s4504kr] ghc-editline: ghc-editline-doc-0.2.1.0-16.fc14.x86_64
> [s4504kr] gnustep-gui: gnustep-gui-libs-0.18.0-1.fc14.x86_64
> [s4504kr] gnustep-make: gnustep-filesystem-2.4.0-1.fc14.noarch
> [s4504kr] kaya: kaya-doc-0.5.2-7.fc14.noarch
> [s4504kr] open-cobol: libcob-1.1-0.20090207.fc12.x86_64
> [s4504kr] python-smbpasswd: python3-smbpasswd-1.0.1-13.fc13.x86_64
> [s4504kr] stellarium: stellarium-doc-0.10.5-1.fc14.noarch
> [sailer] ghdl: ghdl-grt-0.29-1.138svn.0.fc13.x86_64
> [sailer] libsqlite3x: libsq3-20071018-8.fc12.x86_64
> [sailer] mingw32-libsqlite3x: mingw32-libsq3-20071018-9.fc12.noarch
> [sailer] mingw32-wpcap: mingw32-wpcap-docs-4.1.final1-1.fc13.noarch
> mingw32-wpcap-examples-4.1.final1-1.fc13.noarch
> [saispo] nufw: nufw-utils-2.4.0-1.fc14.x86_64
> python-nufw-2.4.0-1.fc14.x86_64 libnussl-2.4.0-1.fc14.x86_64
> [salimma] gambit-c: emacs-gambit-4.3.2-4.fc12.x86_64
> [salimma] pure: emacs-pure-0.43-2.fc14.noarch
> [salimma] vala: emacs-vala-0.9.2-1.fc14.noarch
> [sandeen] e2fsprogs: e2fsprogs-static-1.41.12-3.fc14.x86_64
> libcom_err-1.41.12-3.fc14.x86_64
> [sandeen] ncid: ncid-client-0.78-1.fc14.noarch
> [sarantis] ctan-cm-lgc-fonts: ctan-cm-lgc-fonts-common-0.5-17.fc12.noarch
> [sarantis] ctan-kerkis-fonts: ctan-kerkis-fonts-common-2.0-23.fc13.noarch
> [sarantis] mgopen-fonts: mgopen-fonts-common-0.20050515-16.fc12.noarch
> [scop] javasqlite: javasqlite-javadoc-20100131-1.fc13.noarch
> [scop] vdr: vdr-devel-1.6.0-32.fc14.x86_64
> [scop] w3c-markup-validator: w3c-markup-validator-libs-1.0-1.fc14.noarch
> [sdz] sugar-tamtam: sugar-tamtam-common-0-0.4.20100201git.fc14.x86_64
> [seg] openjpeg: openjpeg-libs-1.3-8.fc14.x86_64
> [seg] rosegarden4: rosegarden4-feta-fonts-10.04.2-1.fc14.noarch
> rosegarden4-parmesan-fonts-10.04.2-1.fc14.noarch
> [sergiopr] blitz: blitz-doc-0.9-13.fc13.noarch
> [sergiopr] CCfits: CCfits-doc-2.2-3.fc14.noarch
> [sergiopr] cloudy: cloudy-doc-08.00-1.fc14.noarch
> cloudy-libs-08.00-1.fc14.x86_64 cloudy-devel-doc-08.00-1.fc14.noarch
> [sergiopr] funtools: funtools-libs-1.4.4-2.fc13.x86_64
> [sergiopr] loki-lib: loki-lib-doc-0.1.7-2.fc12.noarch
> [sergiopr] swarp: swarp-doc-2.17.6-1.fc14.noarch
> [sergiopr] wcstools: wcstools-libs-3.8.1-1.fc13.x86_64
> [sergiopr] xpa: xpa-libs-2.1.12-1.fc14.x86_64
> [sgallagh] sssd: libcollection-0.4.0-15.fc14.x86_64
> libpath_utils-0.2.0-15.fc14.x86_64 libref_array-0.1.0-15.fc14.x86_64
> libdhash-0.4.0-15.fc14.x86_64 sssd-client-1.2.1-15.fc14.x86_64
> [sgros] mdk: mdk-doc-1.2.5-2.fc13.x86_64
> [sgrubb] audit: audit-libs-2.0.4-3.fc13.x86_64
> audit-libs-static-2.0.4-3.fc13.x86_64
> [shakthimaan] ghc-chalmers-lava2000:
> ghc-chalmers-lava2000-doc-1.1.1-6.fc14.x86_64
> [shakthimaan] poky-scripts: poky-depends-6-6.fc13.noarch
> [sharkcz] ann: ann-libs-1.1.1-4.fc12.x86_64
> [sharkcz] codeblocks: codeblocks-libs-10.05-1.fc14.x86_64
> [sharkcz] openhpi: openhpi-libs-2.14.1-3.fc14.x86_64
> [sharkcz] podofo: podofo-libs-0.8.1-2.fc14.x86_64
> [sharkcz] sg3_utils: sg3_utils-libs-1.29-1.fc14.x86_64
> [sharkcz] ski: ski-libs-1.3.2-8.fc12.x86_64
> [sharkcz] squirrel: squirrel-libs-2.2.4-1.fc13.x86_64
> [sharkcz] tailor: python-vcpx-0.9.35-8.fc14.noarch
> [sharkcz] tinyerp: tinyerp-server-4.2.3.4-6.fc12.noarch
> [sharkcz] wxGTK: wxBase-2.8.11-1.fc14.x86_64
> [sharkcz] zabbix: zabbix-docs-1.8.2-1.fc14.noarch
> [shishz] gtypist: emacs-gtypist-2.8.3-1.fc14.x86_64
> [silas] tokyotyrant: tokyotyrant-libs-1.1.40-1.fc14.x86_64
> [simo] samba: samba-winbind-clients-3.5.0-55rc3.fc14.x86_64
> [skvidal] yum-utils: yum-plugin-protectbase-1.1.27-2.fc14.noarch
> yum-plugin-list-data-1.1.27-2.fc14.noarch
> yum-plugin-priorities-1.1.27-2.fc14.noarch
> yum-plugin-versionlock-1.1.27-2.fc14.noarch
> yum-updateonboot-1.1.27-2.fc14.noarch
> yum-NetworkManager-dispatcher-1.1.27-2.fc14.noarch
> yum-plugin-upgrade-helper-1.1.27-2.fc14.noarch
> yum-plugin-rpm-warm-cache-1.1.27-2.fc14.noarch
> yum-plugin-merge-conf-1.1.27-2.fc14.noarch
> yum-plugin-tmprepo-1.1.27-2.fc14.noarch
> yum-plugin-remove-with-leaves-1.1.27-2.fc14.noarch
> yum-plugin-tsflags-1.1.27-2.fc14.noarch
> yum-plugin-fs-snapshot-1.1.27-2.fc14.noarch
> yum-plugin-aliases-1.1.27-2.fc14.noarch
> yum-plugin-auto-update-debug-info-1.1.27-2.fc14.noarch
> yum-plugin-show-leaves-1.1.27-2.fc14.noarch
> yum-plugin-fastestmirror-1.1.27-2.fc14.noarch
> yum-plugin-changelog-1.1.27-2.fc14.noarch
> yum-plugin-filter-data-1.1.27-2.fc14.noarch
> yum-plugin-downloadonly-1.1.27-2.fc14.noarch
> yum-plugin-post-transaction-actions-1.1.27-2.fc14.noarch
> yum-plugin-local-1.1.27-2.fc14.noarch
> yum-plugin-verify-1.1.27-2.fc14.noarch
> yum-plugin-security-1.1.27-2.fc14.noarch
> yum-plugin-keys-1.1.27-2.fc14.noarch
> yum-plugin-refresh-updatesd-1.1.27-2.fc14.noarch
> [slankes] dustin-dustismo-fonts:
> dustin-dustismo-fonts-common-20030318-5.fc12.noarch
> [slankes] sj-fonts: sj-fonts-common-2.0.2-5.fc12.noarch
> [slankes] xdotool: 1:libxdo-2.20100602.2915-1.fc14.x86_64
> [smilner] python-pygments: python3-pygments-1.3.1-5.fc14.noarch
> [snirkel] gnome-phone-manager:
> gnome-phone-manager-telepathy-0.65-6.fc14.x86_64
> [sochotni] apache-commons-beanutils:
> apache-commons-beanutils-javadoc-1.8.3-2.fc14.noarch
> [sochotni] apache-commons-configuration:
> apache-commons-configuration-javadoc-1.6-1.fc14.noarch
> [sochotni] apache-commons-daemon:
> apache-commons-daemon-javadoc-1.0.2-3.fc14.noarch
> apache-commons-daemon-jsvc-1.0.2-3.fc14.x86_64
> [sochotni] apache-commons-discovery:
> 2:apache-commons-discovery-javadoc-0.4-3.fc14.noarch
> [sochotni] apache-commons-el: apache-commons-el-javadoc-1.0-20.fc14.noarch
> [sochotni] apache-commons-fileupload:
> apache-commons-fileupload-javadoc-1.2.1-3.fc14.noarch
> [sochotni] apache-commons-io: 1:apache-commons-io-javadoc-1.4-5.fc14.noarch
> [sochotni] apache-commons-jxpath:
> apache-commons-jxpath-javadoc-1.3-3.fc14.noarch
> [sochotni] apache-commons-lang:
> apache-commons-lang-javadoc-2.5-5.fc14.noarch
> [sochotni] apache-commons-logging:
> apache-commons-logging-javadoc-1.1.1-10.fc14.noarch
> [sochotni] apache-commons-net: apache-commons-net-javadoc-2.0-5.fc14.noarch
> [sochotni] log4j: log4j-javadoc-1.2.16-2.fc14.noarch
> [sochotni] plexus-cdc: plexus-cdc-javadoc-1.0-0.6.a10.1.3.fc13.noarch
> [sochotni] plexus-maven-plugin:
> plexus-maven-plugin-javadoc-1.3.5-1.3.fc12.noarch
> [srini] openwsman: libwsman1-2.2.3-4.fc14.x86_64
> [ssp] libX11: libX11-common-1.3.4-1.fc14.noarch
> [stefanriemens] mingw32-OpenSceneGraph:
> mingw32-OpenThreads-2.8.2-4.fc14.noarch
> [steve] cone: cone-doc-0.78-3.fc12.x86_64
> [steved] acl: libacl-2.2.49-7.fc14.x86_64
> [stevetraylen] activemq-cpp: activemq-cpp-doc-3.1.2-1.fc14.noarch
> [stevetraylen] gridsite: gridsite-libs-1.5.18-4.fc14.x86_64
> [stevetraylen] munge: munge-libs-0.5.9-3.fc14.x86_64
> [stevetraylen] myproxy: myproxy-libs-5.2-1.fc14.x86_64
> [stevetraylen] plpa: plpa-libs-1.3.2-4.fc13.x86_64
> [stevetraylen] stomppy: python3-stomppy-3.0.1-0.2.beta2.fc14.noarch
> [stevetraylen] torque: torque-pam-2.4.8-1.fc14.x86_64
> [stevetraylen] xmltooling: xmltooling-doc-1.3.3-1.fc14.noarch
> [subhodip] zvbi: zvbi-fonts-0.2.33-5.fc14.noarch
> [sundaram] cryptopp: cryptopp-doc-5.6.1-0.1.svn479.fc13.x86_64
> [sundaram] transmission: transmission-common-2.01-2.fc14.x86_64
> [supercyper] halibut: vim-halibut-1.0-2.20100504svn8934.fc14.noarch
> [tagoh] Canna: Canna-libs-3.7p3-29.fc13.x86_64
> [tagoh] ebnetd: ebnetd-common-1.0-7.fc12.x86_64
> [tagoh] eruby: eruby-libs-1.0.5-13.x86_64
> [tagoh] imsettings: imsettings-libs-0.108.0-4.fc14.x86_64
> [tagoh] kakasi: kakasi-libs-2.3.4-29.fc12.x86_64
> [tagoh] namazu: namazu-libs-2.0.19-3.fc12.x86_64
> [tagoh] nkf: 1:perl-NKF-2.0.8b-8.fc14.x86_64
> [tagoh] paps: paps-libs-0.6.8-13.fc14.x86_64
> [tagoh] sazanami-fonts: sazanami-fonts-common-0.20040629-14.fc14.noarch
> [tagoh] vlgothic-fonts: vlgothic-fonts-common-20100416-3.fc14.noarch
> [tagoh] w3m-el: w3m-el-common-1.4.371-0.1.20091119cvs.fc13.noarch
> [taljurf] iec16022: iec16022-libs-0.2.4-6.fc14.x86_64
> [tbzatek] sabayon: sabayon-apply-2.30.0-1.fc14.x86_64
> [terjeros] bpython: python3-bpython-0.9.6.2-5.fc14.noarch
> [terjeros] python-inotify: python3-inotify-0.9.0-1.fc14.noarch
> [tgl] mysql: mysql-libs-5.1.48-1.fc14.x86_64
> mysql-embedded-5.1.48-1.fc14.x86_64
> [tgl] postgresql: postgresql-libs-8.4.4-2.fc14.x86_64
> [th0br0] mumble: murmur-1.2.2-8.fc14.x86_64
> [than] fonts-KOI8-R: fonts-KOI8-R-100dpi-1.0-12.fc12.noarch
> fonts-KOI8-R-75dpi-1.0-12.fc12.noarch
> [than] kdeaccessibility: 1:mono-icon-theme-4.4.90-1.fc14.noarch
> [than] kdeadmin: 7:system-config-printer-kde-4.4.90-1.fc14.x86_64
> [than] kdeartwork: kdeartwork-kxs-4.4.90-1.fc14.x86_64
> nuvola-icon-theme-4.4.90-1.fc14.noarch
> kdeartwork-sounds-4.4.90-1.fc14.noarch
> kdeartwork-wallpapers-4.4.90-1.fc14.noarch
> kde-style-phase-4.4.90-1.fc14.x86_64
> [than] kdebase3: kdebase3-pim-ioslaves-3.5.10-17.fc14.x86_64
> [than] kdebase-workspace:
> kdebase-workspace-wallpapers-4.4.90-2.fc14.noarch
> oxygen-cursor-themes-4.4.90-2.fc14.noarch ksysguardd-4.4.90-2.fc14.x86_64
> [than] kdebindings: kross-python-4.4.90-1.fc14.x86_64
> PyKDE4-4.4.90-1.fc14.x86_64
> [than] kdeedu: kdeedu-libs-4.4.90-1.fc14.x86_64
> kdeedu-math-libs-4.4.90-1.fc14.x86_64
> [than] kdegames: 6:kdegames-libs-4.4.85-1.fc14.x86_64
> [than] kdegraphics: 7:kio_msits-4.4.90-2.fc14.x86_64
> 7:kdegraphics-libs-4.4.90-2.fc14.x86_64
> [than] kde-i18n: 1:kde-i18n-German-3.5.10-12.fc13.noarch
> 1:kde-i18n-Greek-3.5.10-12.fc13.noarch
> 1:kde-i18n-Slovenian-3.5.10-12.fc13.noarch
> 1:kde-i18n-Polish-3.5.10-12.fc13.noarch
> 1:kde-i18n-Hungarian-3.5.10-12.fc13.noarch
> 1:kde-i18n-Icelandic-3.5.10-12.fc13.noarch
> 1:kde-i18n-Korean-3.5.10-12.fc13.noarch
> 1:kde-i18n-Spanish-3.5.10-12.fc13.noarch
> 1:kde-i18n-Swedish-3.5.10-12.fc13.noarch
> 1:kde-i18n-Finnish-3.5.10-12.fc13.noarch
> 1:kde-i18n-Bengali-3.5.10-12.fc13.noarch
> 1:kde-i18n-Russian-3.5.10-12.fc13.noarch
> 1:kde-i18n-Ukrainian-3.5.10-12.fc13.noarch
> 1:kde-i18n-Hindi-3.5.10-12.fc13.noarch
> 1:kde-i18n-Portuguese-3.5.10-12.fc13.noarch
> 1:kde-i18n-Slovak-3.5.10-12.fc13.noarch
> 1:kde-i18n-Catalan-3.5.10-12.fc13.noarch
> 1:kde-i18n-Arabic-3.5.10-12.fc13.noarch
> 1:kde-i18n-Brazil-3.5.10-12.fc13.noarch
> 1:kde-i18n-Chinese-3.5.10-12.fc13.noarch
> 1:kde-i18n-Norwegian-3.5.10-12.fc13.noarch
> 1:kde-i18n-Bulgarian-3.5.10-12.fc13.noarch
> 1:kde-i18n-Lithuanian-3.5.10-12.fc13.noarch
> 1:kde-i18n-French-3.5.10-12.fc13.noarch
> 1:kde-i18n-Tamil-3.5.10-12.fc13.noarch
> 1:kde-i18n-Chinese-Big5-3.5.10-12.fc13.noarch
> 1:kde-i18n-Romanian-3.5.10-12.fc13.noarch
> 1:kde-i18n-Danish-3.5.10-12.fc13.noarch
> 1:kde-i18n-Norwegian-Nynorsk-3.5.10-12.fc13.noarch
> 1:kde-i18n-Hebrew-3.5.10-12.fc13.noarch
> 1:kde-i18n-Italian-3.5.10-12.fc13.noarch
> 1:kde-i18n-Estonian-3.5.10-12.fc13.noarch
> 1:kde-i18n-Punjabi-3.5.10-12.fc13.noarch
> 1:kde-i18n-Japanese-3.5.10-12.fc13.noarch
> 1:kde-i18n-Turkish-3.5.10-12.fc13.noarch
> 1:kde-i18n-Czech-3.5.10-12.fc13.noarch
> 1:kde-i18n-Dutch-3.5.10-12.fc13.noarch
> 1:kde-i18n-British-3.5.10-12.fc13.noarch
> 1:kde-i18n-Serbian-3.5.10-12.fc13.noarch
> [than] kdelibs3: kdelibs3-apidocs-3.5.10-24.fc14.noarch
> [than] kdelibs: 6:kdelibs-apidocs-4.4.90-1.fc14.noarch
> 6:kdelibs-common-4.4.90-1.fc14.x86_64
> [than] kdemultimedia: 6:kdemultimedia-libs-4.4.90-1.fc14.x86_64
> [than] kdenetwork: 7:kdenetwork-libs-4.4.90-2.fc14.x86_64
> [than] kdepimlibs: kdepimlibs-apidocs-4.4.90-2.fc14.noarch
> [than] kdesdk: kdesdk-utils-4.4.90-1.fc14.x86_64
> [than] kdeutils: 6:kdeutils-printer-applet-4.4.90-1.fc14.x86_64
> [than] kdewebdev: 6:kdewebdev-libs-3.5.10-7.fc13.x86_64
> [than] sip: sip-macros-4.10.2-3.fc14.x86_64 python3-sip-4.10.2-3.fc14.x86_64
> [thias] frozen-bubble: frozen-bubble-server-2.2.0-6.fc14.x86_64
> [thias] glusterfs: glusterfs-common-2.0.9-2.fc14.x86_64
> [thias] kannel: kannel-docs-1.4.3-4.fc13.noarch
> [thias] python-cssutils: python-cssutils-doc-0.9.6-1.fc14.noarch
> [thias] torcs-data: torcs-data-tracks-oval-1.3.1-2.noarch
> torcs-data-tracks-dirt-1.3.1-2.noarch
> torcs-data-tracks-road-1.3.1-2.noarch torcs-data-cars-extra-1.3.1-2.noarch
> [timj] alsa-tools: alsa-tools-firmware-1.0.23-1.fc14.x86_64
> [timj] backintime: backintime-common-0.9.26-3.fc12.noarch
> [timj] rapidsvn: svncpp-0.12.0-1.fc13.x86_64
> [timn] libdc1394: libdc1394-docs-2.1.2-3.fc12.x86_64
> [timn] libkni3: libkni3-doc-3.9.2-12.fc12.x86_64
> [timn] lua-sql: lua-sql-sqlite-2.1.1-7.fc12.x86_64
> lua-sql-postgresql-2.1.1-7.fc12.x86_64 lua-sql-doc-2.1.1-7.fc12.x86_64
> lua-sql-mysql-2.1.1-7.fc12.x86_64
> [timn] player: player-doc-3.0.2-1.fc14.noarch
> [tmraz] openoffice.org-dict-cs_CZ: hyphen-cs-20060303-9.fc12.noarch
> hunspell-cs-20060303-9.fc12.noarch
> [tomspur] mpi4py: mpi4py-docs-1.2.1-3.fc14.noarch
> mpi4py-common-1.2.1-3.fc14.noarch
> [tomspur] python-minimock: python3-minimock-1.2.5-3.fc13.noarch
> [toshio] python-decorator: python3-decorator-3.2.0-1.fc14.noarch
> [toshio] python-setuptools: python3-setuptools-0.6.13-5.fc14.noarch
> [toshio] python-sqlalchemy: python3-sqlalchemy-0.6.1-1.fc14.x86_64
> [trasher] gcompris: gcompris-sound-cs-9.3-1.fc14.noarch
> gcompris-sound-de-9.3-1.fc14.noarch gcompris-sound-en-9.3-1.fc14.noarch
> gcompris-sound-eu-9.3-1.fc14.noarch gcompris-sound-tr-9.3-1.fc14.noarch
> gcompris-sound-ar-9.3-1.fc14.noarch gcompris-sound-es-9.3-1.fc14.noarch
> gcompris-sound-hi-9.3-1.fc14.noarch gcompris-sound-sv-9.3-1.fc14.noarch
> gcompris-sound-mr-9.3-1.fc14.noarch gcompris-sound-nl-9.3-1.fc14.noarch
> gcompris-sound-fi-9.3-1.fc14.noarch gcompris-sound-pt-9.3-1.fc14.noarch
> gcompris-sound-hu-9.3-1.fc14.noarch gcompris-sound-so-9.3-1.fc14.noarch
> gcompris-sound-da-9.3-1.fc14.noarch gcompris-sound-sr-9.3-1.fc14.noarch
> gcompris-sound-id-9.3-1.fc14.noarch gcompris-sound-nb-9.3-1.fc14.noarch
> gcompris-sound-ru-9.3-1.fc14.noarch gcompris-sound-el-9.3-1.fc14.noarch
> gcompris-sound-fr-9.3-1.fc14.noarch gcompris-sound-it-9.3-1.fc14.noarch
> [tsmetana] psutils: psutils-perl-1.17-35.fc14.noarch
> [tuxbrewr] cppunit: cppunit-doc-1.12.1-3.fc12.x86_64
> [tuxbrewr] quassel: quassel-core-0.6.1-1.fc14.x86_64
> [twaugh] a2ps: emacs-a2ps-4.14-11.fc14.x86_64
> [twaugh] cups: 1:cups-libs-1.4.4-5.fc14.x86_64
> [twaugh] foomatic-db: foomatic-db-filesystem-4.0-17.20100204.fc14.noarch
> [twaugh] foomatic: foomatic-filters-4.0.4-12.fc14.x86_64
> [twaugh] gutenprint: gutenprint-doc-5.2.5-8.fc14.x86_64
> [twaugh] hplip: hplip-common-3.10.5-6.fc14.x86_64
> [twaugh] system-config-printer:
> system-config-printer-libs-1.2.3-3.fc14.x86_64
> [twoerner] system-config-firewall:
> system-config-firewall-base-1.2.25-1.fc14.noarch
> [udushlivy] poco: poco-doc-1.3.6p2-2.fc14.x86_64
> poco-debug-1.3.6p2-2.fc14.x86_64 poco-foundation-1.3.6p2-2.fc14.x86_64
> [ueno] eekboard: eekboard-libs-0.0.4-1.fc14.x86_64
> [ueno] un-core-fonts: un-core-fonts-common-1.0.2-0.15.080608.fc14.noarch
> [ueno] un-extra-fonts: un-extra-fonts-common-1.0.2-0.11.080608.fc14.noarch
> [ueno] uzbl: uzbl-core-0-0.15.20100626gitafc0f873e.fc14.x86_64
> [uwog] abiword: 1:libabiword-2.8.4-1.fc14.x86_64
> [varekova] bzip2: bzip2-libs-1.0.5-6.fc12.x86_64
> [varekova] gnuplot: gnuplot-doc-4.4.0-3.fc14.noarch
> gnuplot-common-4.4.0-3.fc14.x86_64
> [vcrhonek] kbd: kbd-misc-1.15-11.fc14.noarch
> [vcrhonek] ncpfs: ipxutils-2.2.6-13.fc13.x86_64
> [vcrhonek] sblim-cmpi-devel: libcmpiCppImpl0-2.0.1-1.fc14.x86_64
> [vcrhonek] talk: talk-server-0.17-33.2.4.x86_64
> [vcrhonek] texinfo: info-4.13a-9.fc13.x86_64
> [vda] busybox: 1:busybox-petitboot-1.15.1-7.fc14.x86_64
> [veillard] libvirt-java: libvirt-java-javadoc-0.4.6-1.fc14.noarch
> [veillard] libvirt: libvirt-client-0.8.2-1.fc14.x86_64
> [victorv] appframework: appframework-javadoc-1.03-6.fc12.noarch
> [victorv] beansbinding: beansbinding-javadoc-1.2.1-5.fc12.noarch
> [victorv] felix-osgi-foundation:
> felix-osgi-foundation-javadoc-1.2.0-3.fc14.noarch
> [victorv] javahelp2: javahelp2-javadoc-2.0.05-8.fc12.noarch
> [victorv] netbeans: netbeans-ide-6.8-6.fc13.noarch
> [victorv] netbeans-platform: netbeans-platform-javadoc-6.8-2.fc13.noarch
> [vlg] libassa: libassa-doc-3.5.0-6.x86_64
> [vpv] malaga: libmalaga-7.12-7.fc13.x86_64
> [walters] antlr3: antlr3-C-3.2-7.fc14.x86_64
> antlr3-java-3.2-7.fc14.noarch antlr3-python-3.1.2-7.fc14.noarch
> antlr3-gunit-3.2-7.fc14.noarch antlr3-javascript-3.1-7.fc14.noarch
> [walters] gnome-python2-desktop:
> gnome-python2-libwnck-2.31.1-1.fc14.x86_64
> gnome-python2-rsvg-2.31.1-1.fc14.x86_64
> [walters] pygobject2: pygobject2-doc-2.21.1-9.fc14.x86_64
> pygobject2-codegen-2.21.1-9.fc14.x86_64
> [walters] pygtk2: pygtk2-codegen-2.17.0-3.fc13.x86_64
> pygtk2-doc-2.17.0-3.fc13.noarch
> [walters] stringtemplate: stringtemplate-javadoc-3.2.1-1.fc13.noarch
> [wart] crossfire: crossfire-client-images-1.11.0-4.fc12.x86_64
> crossfire-doc-1.11.0-4.fc12.x86_64
> [wart] nsca: nsca-client-2.7.2-8.fc12.x86_64
> [wart] tong: tong-data-1.0-13.fc12.noarch
> [whot] xorg-x11-drv-synaptics:
> xorg-x11-drv-synaptics-devel-1.2.99.1-2.20100617.fc14.x86_64
> [whot] xorg-x11-drv-wacom:
> xorg-x11-drv-wacom-devel-0.10.7-3.20100705.fc14.x86_64
> [wtogami] ldm: ldminfod-2.0.46-1.fc12.x86_64
> [wtogami] ltspfs: ltspfsd-0.5.13-1.fc12.x86_64
> [wtogami] ltsp: ltsp-server-5.1.95-1.fc13.x86_64
> ltsp-vmclient-5.1.95-1.fc13.x86_64 ltsp-client-5.1.95-1.fc13.x86_64
> [wtogami] pidgin: libpurple-2.7.1-3.fc14.x86_64
> [xavierb] xerces-c27: xerces-c27-doc-2.7.0-8.fc12.x86_64
> [xen-maint] xen: xen-doc-4.0.0-2.fc14.x86_64
> xen-libs-4.0.0-2.fc14.x86_64 xen-hypervisor-4.0.0-2.fc14.x86_64
> [xgl-maint] xorg-x11-drv-evdev:
> xorg-x11-drv-evdev-devel-2.4.0-2.20100406.fc14.x86_64
> [xgl-maint] xorg-x11-fonts: xorg-x11-fonts-misc-7.2-11.fc14.noarch
> xorg-x11-fonts-ISO8859-14-100dpi-7.2-11.fc14.noarch
> xorg-x11-fonts-ISO8859-9-100dpi-7.2-11.fc14.noarch
> xorg-x11-fonts-ISO8859-15-100dpi-7.2-11.fc14.noarch
> xorg-x11-fonts-ISO8859-2-75dpi-7.2-11.fc14.noarch
> xorg-x11-fonts-ethiopic-7.2-11.fc14.noarch
> xorg-x11-fonts-Type1-7.2-11.fc14.noarch
> xorg-x11-fonts-100dpi-7.2-11.fc14.noarch
> xorg-x11-fonts-ISO8859-1-75dpi-7.2-11.fc14.noarch
> xorg-x11-fonts-cyrillic-7.2-11.fc14.noarch
> xorg-x11-fonts-ISO8859-15-75dpi-7.2-11.fc14.noarch
> xorg-x11-fonts-ISO8859-14-75dpi-7.2-11.fc14.noarch
> xorg-x11-fonts-ISO8859-9-75dpi-7.2-11.fc14.noarch
> xorg-x11-fonts-ISO8859-2-100dpi-7.2-11.fc14.noarch
> xorg-x11-fonts-75dpi-7.2-11.fc14.noarch
> xorg-x11-fonts-ISO8859-1-100dpi-7.2-11.fc14.noarch
> [xgl-maint] xorg-x11-font-utils: 1:bdftruncate-7.2-12.fc14.x86_64
> [xgl-maint] xorg-x11-server:
> xorg-x11-server-devel-1.8.99.904-1.20100702.fc14.x86_64
> xorg-x11-server-source-1.8.99.904-1.20100702.fc14.noarch
> xorg-x11-server-common-1.8.99.904-1.20100702.fc14.x86_64
> [xgl-maint] xorg-x11-xfs: 1:xorg-x11-xfs-utils-1.0.5-7.fc14.x86_64
> [xgl-maint] xorg-x11-xinit: xorg-x11-xinit-session-1.0.9-16.fc14.x86_64
> [xgl-maint] xorg-x11-xkb-utils: xorg-x11-xkb-extras-7.4-7.fc13.x86_64
> [xris] dar: libdar-2.3.8-5.fc12.x86_64
> [xulchris] poker2d: poker2d-common-1.7.3-3.fc12.x86_64
> [xulchris] poker-network: poker-web-1.7.3-3.fc12.noarch
> [ynemoy] ghc-tar: ghc-tar-doc-0.3.1.0-5.fc14.x86_64
> [ynemoy] ghc-X11: ghc-X11-doc-1.5.0.0-4.fc14.x86_64
> [ynemoy] ghc-xmonad-contrib: ghc-xmonad-contrib-doc-0.9.1-5.fc14.x86_64
> [ynemoy] xmonad: ghc-xmonad-0.9.1-4.fc14.x86_64
> ghc-xmonad-doc-0.9.1-4.fc14.x86_64
> [yyang] maven2: maven2-manual-2.0.8-3.fc12.noarch
> maven2-javadoc-2.0.8-3.fc12.noarch
> [yyang] maven-shared: maven-shared-javadoc-8-4.fc13.noarch
> [zachcarter] schroot: dchroot-1.4.2-1.fc14.x86_64
> [zoglesby] ghc-X11-xft: ghc-X11-xft-doc-0.3-9.fc14.x86_64
> _______________________________________________
> devel-announce mailing list
> devel-announce at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel-announce


More information about the devel mailing list