Fedora ARM 12 on IGEPv2 (Beagle Board clone)
by Matthew Wilson
Hi all,
I would like to introduce myself to the group. I have recently
received an IGEPv2 board [1], which is based on the Beagle Board, but
with wifi, bluetooth, ethernet, and more RAM. I'm still at the "wow,
it's tiny and it runs Linux" stage. I should get a bit more time over
the next month and Christmas to play around properly with it.
I'm new to embedded development, but neither new to Linux nor ARM
(writing my first ARM assembly some 15 years ago). However, for the
past 6 years I've not even built a Linux kernel, preferring to use the
default kernel in Fedora for simplicity :)
Firstly, a thank you to those involved in Fedora ARM for getting it to
this stage. If I get the time, I'd really like to contribute some
(probably small) effort to help get Fedora ARM working well on the
IGEPv2 and Beagle Board. As I progress, I'd like to know what I can
do to help.
In the meantime, I have some questions. Apologies in advance if these
seem simple.
1) There are various different kernels from different sources. I'm
used to there being a small set of "right" kernels (that is, Fedora's
idea of "right") for x86. I fully appreciate that different ARM-based
boards are quite different in capabilities (like different instruction
set variants).
a) Is there likely to be some standardised vanilla Fedora ARM kernel
source? (Or is that simply the source RPM available for Fedora?)
Then patches /could/ be offered for the more common systems (e.g.
Beagle Board & clones, SheevaPlug).
b) Would it then make sense to offer these as pre-built RPMs for common systems?
c) Is there any guidance on which version is good to use as a base?
I've seen quite different kernel versions being used (from 2.6.27 to
2.6.31).
2) I understand a little bit about the different calling conventions,
FP differences (e.g. soft FPU versus VFP), and instruction set
differences (v5 versus v7).
a) Can the kernel can be safely built with a different instruction set
targeted? (I know there are different optimisation options passed to
GCC. Apologies if this seems a bit newbie-ish.)
b) For FP-heavy programs (e.g. ogg encoding), is it possible to build
the packages with VFP/NEON but still get them to work in a soft FPU
system? I'd imagine any call to an external library would have to
somehow be defined to use a different calling standard.
3) There seem to be some missing dependencies in the packages in the
current Fedora ARM repository. For example, emacs is requiring
libotf, which doesn't seem to be there in the repository. And
likewise with the xorg-x11-font* packages needing ttmkdir. I'm
confused as to how the RPM could have been successfully built without
it. What am I missing?
4) I see there has been some discussion over unaligned data access.
(Oh, I remember that from the ARM2 days.) It seems as if the
Cortex-A8 cores allow unaligned data access when set up to do so [2].
Does this, in any way, help with the compatibility of packages
targetting Cortex-A8?
5) I've managed to get various source packages missing from the Fedora
ARM repositories to compile successfully (natively). I guess there is
a reason why there are not in the repos right now -- is that reason
down to time and priorities, or is there some blocking bugs with many
of these packages?
I look forward to being able to contribute something back into Fedora!
Kind regards,
Matthew
[1] http://www.igep-platform.com/index.php?option=com_content&view=article&id...
[2] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0344j/Beih...
7 years, 5 months
supporting boot configuration for 32 bit arm
by Dennis Gilmore
** Resending with the right lists **
after talking at devconf with David Cantrell about the best way to
support setting up uboot on arm devices in anaconda, the best approach
going forward is pretty clear, ill get to it in a bit first i want to
describe things as I see them.
Unified kernel while solving many issues introduces some. platform
detection was kinda simple with separate kernels. unified kernel means
that while we dont need to worry about having the right kernel, we do
need to worry about loading the right dtb.
platform detection is also needed to know where in ram we should load
the kernel and offsets for initramfs and dtb to be loaded. anaconda can
tell us the filesystem and device that we are installing to, but
depending on the exact way support is done in uboot we may need to put
in different values, SCSI vs SATA vs USB etc we also need to ensure we
use the right dtb file. for instance a pandaboard ES can use a
pandaboard dtb but will be 1ghz vs the 1.2ghz its capable of. some
systems like the highbank ones have the dtb in their uboot. while
others need to load an external file.
so as i see it we need a library that anaconda can import and use to
work out the right values for the system we are installing to. probably
the library should write out the uboot template and run mkconfig on
it. we could then reuse the library in a tool to say setup a boot
sdcard to run the installer on a system. we have an issue where it is
really not possible to make the equivilent of a boot.iso that will be
bootable everywhere.
I think we should take this up to the cross distro list at linaro and
ideally have the distros work on a database at the least of platforms
and the values and types needed. if not the whole library that can be
used in different places to set things up.
this is only needed for 32 bit arm, 64 bit will have UEFI, ACPI and
grub2. potentially we also want to consider if we can implement
http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec since we
need to implement something anyway.
Dennis
10 years, 2 months
g77 for ARM?
by David Cook
Hello,
Is there anyone out there working on an ARM version of compat-gcc-g77?
Unfortunately, I have lots of "heritage" code in various obselete forms of
Fortran and
it certainly not compile with gfortran but it does compile with g77 on FC17
686_64.
Also, for some mysterious reason, the old faithful route of f2c followed by
gcc has stopped
compiling these codes in recent releases of fedora core.
At my age and with my health history I cannot even think of re-coding this
stuff and anyway
I can use it on fc17 686 but it would be something of a coup to get it to
go on the
Raspberry Pi!
Here's hoping
Dave Cook
10 years, 2 months
vexpress 3.8 update
by Jon Masters
Hi Folks,
I've done a bunch of tests against the qemu vexpress model (based upon a
local backport rebuild of F18 qemu on F17 - can't be doing with the hit
to upgrading to F18 on this laptop this week) with the 3.8 scratch
kernel Peter built last Friday morning. The Fedora kernel as built
doesn't boot because the emulated PL011 UART IP in the qemu model is
generating a kernel backtrace. It's possible to get beyond that, at
which point the emulated PL181 MMCI trigers another backtrace as the
kernel can't determine the voltages supported by the emulated SD Card.
Additionally, I'll want to supply a vexpress-jcm.dtb that removes a
bunch of devices that are not provided by qemu in the emulated machine
so as to avoid stuff breaking in the future. Really, qemu ought to
provide the dtb directly (and be builtin) but folks still haven't got
the memo that Linux has no business owning the platform and we'll have
to wait until we get to ACPI on v8 before that message starts going in.
Until then, if we're providing a dtb, let's make sure it actually
describes the hardware that is "present" in the qemu machine.
The bottom line is that vexpress qemu model isn't getting tested
upstream. That testing that is happening is obviously on real hardware,
not the qemu emulated machine. So we have a choice here. I can fix it
(but I can't do everything, not enough time) or we can tell people not
to upgrade to 3.8 on vexpress. Initial areas that will need work will be
the PL011 driver (to avoid a divide by zero) and the MMCI. Can we
prioritize and strategize around this soon, please?
Mark Langsdorf and I met in person yesterday and he has a link to the
same kernel, which he will test on highbank today. I will assist. Once I
get to Hong Kong, I can do some more poking next week but it's going to
be another week until we have a 3.8 plan.
Jon.
10 years, 3 months
arm rawhide report: 20130228 changes
by Fedora compose checker
Compose started at Thu Feb 28 08:10:09 UTC 2013
Broken deps for armhfp
----------------------------------------------------------
[389-admin]
389-admin-1.1.31-1.fc18.1.armv7hl requires libicuuc.so.49
389-admin-1.1.31-1.fc18.1.armv7hl requires libicui18n.so.49
389-admin-1.1.31-1.fc18.1.armv7hl requires libicudata.so.49
[389-adminutil]
389-adminutil-1.1.15-2.fc18.armv7hl requires libicuuc.so.49
389-adminutil-1.1.15-2.fc18.armv7hl requires libicui18n.so.49
389-adminutil-1.1.15-2.fc18.armv7hl requires libicudata.so.49
[389-dsgw]
389-dsgw-1.1.9-3.fc18.armv7hl requires libicuuc.so.49
389-dsgw-1.1.9-3.fc18.armv7hl requires libicui18n.so.49
389-dsgw-1.1.9-3.fc18.armv7hl requires libicudata.so.49
[4ti2]
4ti2-1.3.2-12.fc18.armv7hl requires libglpk.so.0
[HippoDraw]
HippoDraw-python-1.21.3-6.fc19.armv7hl requires libboost_python.so.1.50.0
[LabPlot]
LabPlot-1.6.0.3-1.fc18.armv7hl requires libaudiofile.so.0
[OpenImageIO]
OpenImageIO-1.0.9-3.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
OpenImageIO-1.0.9-3.fc19.armv7hl requires libboost_system-mt.so.1.50.0
OpenImageIO-1.0.9-3.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
OpenImageIO-1.0.9-3.fc19.armv7hl requires libboost_python-mt.so.1.50.0
OpenImageIO-1.0.9-3.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
[R-Biobase]
R-Biobase-2.18.0-1.fc19.armv7hl requires R-tkWidgets
R-Biobase-2.18.0-1.fc19.armv7hl requires R-BiocGenerics
[R-GenomicFeatures]
R-GenomicFeatures-1.6.1-3.fc18.noarch requires R-biomaRt
R-GenomicFeatures-1.6.1-3.fc18.noarch requires R-DBI
R-GenomicFeatures-1.6.1-3.fc18.noarch requires R-BSgenome
R-GenomicFeatures-1.6.1-3.fc18.noarch requires R-AnnotationDbi
[R-IRanges]
R-IRanges-1.14.4-2.fc18.armv7hl requires R-RUnit
R-IRanges-1.14.4-2.fc18.armv7hl requires R-BiocGenerics
[R-RSQLite]
R-RSQLite-0.10.0-3.fc18.armv7hl requires R-DBI
[R-affy]
R-affy-1.32.1-2.fc18.armv7hl requires R-tkWidgets
[R-affydata]
R-affydata-1.11.15-4.fc18.noarch requires R-hgu95av2cdf
R-affydata-1.11.15-4.fc18.noarch requires R-hgu133acdf
[R-biglm]
R-biglm-0.8-3.fc18.armv7hl requires R-DBI
[R-maanova]
R-maanova-1.26.0-2.fc18.armv7hl requires R-qvalue
[R-rtracklayer]
R-rtracklayer-1.14.1-3.fc17.armv7hl requires R-BSgenome >= 0:1.15.17
[RepetierHost]
RepetierHost-0.84-1.fc19.noarch requires mono(OpenTK.GLControl) = 0:1.1.0.0
RepetierHost-0.84-1.fc19.noarch requires mono(OpenTK) = 0:1.1.0.0
[aeolus-conductor]
aeolus-all-0.10.6-2.fc19.noarch requires mongodb-server
aeolus-all-0.10.6-2.fc19.noarch requires iwhd
[airinv]
airinv-1.00.0-1.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
airinv-1.00.0-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
airinv-1.00.0-1.fc19.armv7hl requires libboost_python-mt.so.1.50.0
airinv-1.00.0-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
airinv-1.00.0-1.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
airinv-1.00.0-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
airinv-1.00.0-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[airrac]
airrac-1.00.0-1.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
airrac-1.00.0-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
airrac-1.00.0-1.fc19.armv7hl requires libboost_python-mt.so.1.50.0
airrac-1.00.0-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
airrac-1.00.0-1.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
airrac-1.00.0-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
airrac-1.00.0-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[airsched]
airsched-1.00.0-1.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
airsched-1.00.0-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
airsched-1.00.0-1.fc19.armv7hl requires libboost_python-mt.so.1.50.0
airsched-1.00.0-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
airsched-1.00.0-1.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
airsched-1.00.0-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
airsched-1.00.0-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[almanah]
almanah-0.10.0-1.fc18.armv7hl requires libedataserverui-3.0.so.4
almanah-0.10.0-1.fc18.armv7hl requires libcamel-1.2.so.40
[apper]
apper-0.8.0-2.fc18.armv7hl requires PackageKit-Qt(armv7hl-32) >= 0:0.8.7
[aqsis]
aqsis-1.8.2-1.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
aqsis-1.8.2-1.fc19.armv7hl requires libboost_system-mt.so.1.50.0
aqsis-1.8.2-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
aqsis-1.8.2-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
aqsis-1.8.2-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
aqsis-core-1.8.2-1.fc19.armv7hl requires libboost_wave-mt.so.1.50.0
aqsis-core-1.8.2-1.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
aqsis-core-1.8.2-1.fc19.armv7hl requires libboost_system-mt.so.1.50.0
aqsis-core-1.8.2-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
aqsis-core-1.8.2-1.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
aqsis-core-1.8.2-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
aqsis-libs-1.8.2-1.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
aqsis-libs-1.8.2-1.fc19.armv7hl requires libboost_system-mt.so.1.50.0
aqsis-libs-1.8.2-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
aqsis-libs-1.8.2-1.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
aqsis-libs-1.8.2-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
[archivemount]
archivemount-0.6.1-9.fc18.armv7hl requires libarchive.so.12
[ark]
ark-libs-4.9.2-1.fc19.armv7hl requires libarchive.so.12
[asc]
asc-2.4.0.0-9.fc19.armv7hl requires libboost_regex.so.1.50.0
[audacious]
audacious-3.4-0.1.alpha1.fc19.armv7hl requires audacious-plugins(armv7hl-32) >= 0:3.4
[audacious-plugins]
audacious-plugins-3.3.2-1.fc19.armv7hl requires libcdio.so.13(CDIO_13)
audacious-plugins-3.3.2-1.fc19.armv7hl requires libcdio.so.13
[avogadro]
avogadro-1.0.3-12.fc19.armv7hl requires libboost_python-mt.so.1.50.0
avogadro-1.0.3-12.fc19.armv7hl requires libGLEW.so.1.7
avogadro-libs-1.0.3-12.fc19.armv7hl requires libboost_python-mt.so.1.50.0
avogadro-libs-1.0.3-12.fc19.armv7hl requires libGLEW.so.1.7
[barry]
barry-0.18.3-3.fc18.armv7hl requires libboost_serialization.so.1.50.0
[bastet]
bastet-0.43-17.fc18.armv7hl requires libboost_program_options.so.1.50.0
[bibletime]
bibletime-2.9.1-3.fc18.armv7hl requires libicuuc.so.49
bibletime-2.9.1-3.fc18.armv7hl requires libicui18n.so.49
[blender]
1:blender-2.63a-10.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
1:blender-2.63a-10.fc19.armv7hl requires libboost_system-mt.so.1.50.0
1:blender-2.63a-10.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
1:blender-2.63a-10.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
1:blender-2.63a-10.fc19.armv7hl requires libGLEW.so.1.7
1:blenderplayer-2.63a-10.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
1:blenderplayer-2.63a-10.fc19.armv7hl requires libboost_system-mt.so.1.50.0
1:blenderplayer-2.63a-10.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
1:blenderplayer-2.63a-10.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
1:blenderplayer-2.63a-10.fc19.armv7hl requires libGLEW.so.1.7
[bochs]
bochs-2.6-1.fc19.armv7hl requires bochs-bios = 0:2.6-1.fc19
[brainfuck]
ghc-brainfuck-devel-0.1-3.fc19.armv7hl requires ghc-devel(unix-2.5.1.0-772722bf5ae3d4aaae3721f41d4cf636)
ghc-brainfuck-devel-0.1-3.fc19.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-brainfuck-devel-0.1-3.fc19.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-brainfuck-devel-0.1-3.fc19.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-brainfuck-devel-0.1-3.fc19.armv7hl requires ghc-compiler = 0:7.4.1
ghc-brainfuck-devel-0.1-3.fc19.armv7hl requires ghc-compiler = 0:7.4.1
[brasero]
brasero-3.6.1-1.fc18.armv7hl requires libtracker-sparql-0.14.so.0
[calibre]
calibre-0.9.8-1.fc18.armv7hl requires libicuuc.so.49
calibre-0.9.8-1.fc18.armv7hl requires libicuio.so.49
calibre-0.9.8-1.fc18.armv7hl requires libicui18n.so.49
calibre-0.9.8-1.fc18.armv7hl requires libicudata.so.49
[calligra]
calligra-karbon-2.5.5-1.fc18.armv7hl requires libpoppler.so.26
calligra-kexi-2.5.5-1.fc18.armv7hl requires libicuuc.so.49
calligra-kexi-2.5.5-1.fc18.armv7hl requires libicui18n.so.49
calligra-kexi-map-form-widget-2.5.5-1.fc18.armv7hl requires libmarblewidget.so.14
calligra-krita-2.5.5-1.fc18.armv7hl requires libkdcraw.so.21
calligra-krita-2.5.5-1.fc18.armv7hl requires libGLEW.so.1.7
calligra-krita-libs-2.5.5-1.fc18.armv7hl requires libGLEW.so.1.7
calligra-okular-odpgenerator-2.5.5-1.fc18.armv7hl requires libokularcore.so.1
calligra-reports-map-element-2.5.5-1.fc18.armv7hl requires libmarblewidget.so.14
[calligra-l10n]
calligra-l10n-2.6.1-1.fc19.noarch requires calligra-core >= 0:2.6.1
[cclive]
cclive-0.7.9-3.fc19.armv7hl requires libboost_system-mt.so.1.50.0
cclive-0.7.9-3.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
cclive-0.7.9-3.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
cclive-0.7.9-3.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
cclive-0.7.9-3.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[cdw]
cdw-0.7.1-3.fc18.armv7hl requires libcdio.so.13(CDIO_13)
cdw-0.7.1-3.fc18.armv7hl requires libcdio.so.13
[claws-mail-plugins]
claws-mail-plugins-archive-3.9.0-2.fc18.armv7hl requires libarchive.so.12
[clean-extra-utils]
clean-extra-utils-0.1-1.fc19.armv7hl requires clean
[cloud-init]
cloud-init-0.7.1-3.fc19.noarch requires dmidecode
[coccinella]
coccinella-0.96.20-5.fc19.noarch requires iaxclient
[coffee-script]
coffee-script-1.4.0-4.fc19.noarch requires nodejs(engine) >= 0:0.4.0
[collada-dom]
collada-dom-2.3.1-6.fc19.armv7hl requires libboost_system-mt.so.1.50.0
collada-dom-2.3.1-6.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
[condor-cloud]
condor-cloud-0.1-6.fc19.noarch requires qemu-kvm >= 0:0.14
condor-cloud-0.1-6.fc19.noarch requires condor-vm-gahp >= 0:7.7.0
condor-cloud-node-0.1-6.fc19.noarch requires qemu-kvm >= 0:0.14
condor-cloud-node-0.1-6.fc19.noarch requires condor-vm-gahp >= 0:7.7.0
[condor-ec2-enhanced]
condor-ec2-enhanced-1.3.1-2.fc19.noarch requires condor >= 0:7.4.4-0.9
[condor-ec2-enhanced-hooks]
condor-ec2-enhanced-hooks-1.3.1-2.fc19.noarch requires condor >= 0:7.2.0-4
[condor-job-hooks]
condor-job-hooks-1.5-7.fc19.noarch requires condor >= 0:7.0.2-4
[condor-low-latency]
condor-low-latency-1.2-2.fc19.3.noarch requires condor >= 0:7.0.2-4
[condor-wallaby]
condor-wallaby-client-5.0.3-2.fc19.noarch requires condor >= 0:7.4.4-0.9
[couchdb]
couchdb-1.2.0-1.fc19.armv7hl requires libicuuc.so.49
couchdb-1.2.0-1.fc19.armv7hl requires libicui18n.so.49
couchdb-1.2.0-1.fc19.armv7hl requires libicudata.so.49
[crrcsim]
crrcsim-0.9.12-3.fc18.armv7hl requires libboost_thread-mt.so.1.50.0
crrcsim-0.9.12-3.fc18.armv7hl requires libboost_system-mt.so.1.50.0
crrcsim-0.9.12-3.fc18.armv7hl requires libCGAL.so.9
[csisat]
csisat-1.2-10.fc19.armv7hl requires libglpk.so.0
[cyphesis]
cyphesis-0.5.26-7.fc18.armv7hl requires libwfmath-0.3.so.6
cyphesis-0.5.26-7.fc18.armv7hl requires libvarconf-1.0.so.7
cyphesis-0.5.26-7.fc18.armv7hl requires libskstream-0.3.so.6
cyphesis-0.5.26-7.fc18.armv7hl requires libmercator-0.3.so.1
[dbmail]
dbmail-3.0.2-4.fc18.armv7hl requires vixie-cron
[devtodo2]
devtodo2-2.1-3.20120711git8dee6.fc19.armv7hl requires libgo.so.0
[diet]
diet-2.8.1-3.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
diet-2.8.1-3.fc19.armv7hl requires libboost_system-mt.so.1.50.0
diet-2.8.1-3.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
diet-2.8.1-3.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
diet-examples-2.8.1-3.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
diet-examples-2.8.1-3.fc19.armv7hl requires libboost_system-mt.so.1.50.0
diet-examples-2.8.1-3.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
diet-examples-2.8.1-3.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
[digikam]
digikam-2.9.0-3.fc18.armv7hl requires libkipi.so.9
digikam-2.9.0-3.fc18.armv7hl requires libkdcraw.so.21
digikam-libs-2.9.0-3.fc18.armv7hl requires libkipi.so.9
digikam-libs-2.9.0-3.fc18.armv7hl requires libkdcraw.so.21
kipi-plugins-2.9.0-3.fc18.armv7hl requires libkipi.so.9
kipi-plugins-2.9.0-3.fc18.armv7hl requires libkdcraw.so.21
kipi-plugins-libs-2.9.0-3.fc18.armv7hl requires libkipi.so.9
kipi-plugins-libs-2.9.0-3.fc18.armv7hl requires libkdcraw.so.21
libkgeomap-2.9.0-3.fc18.armv7hl requires libmarblewidget.so.14
[dmlite]
dmlite-libs-0.4.2-1.fc19.armv7hl requires libboost_regex.so.1.50.0
[dmlite-plugins-memcache]
dmlite-plugins-memcache-0.4.0-1.fc18.armv7hl requires libmemcached.so.10
[dnf]
dnf-0.2.21-1.git050524e.fc19.noarch requires python-hawkey = 0:0.3.7
[dwdiff]
dwdiff-1.9-5.fc18.armv7hl requires libicuuc.so.49
dwdiff-1.9-5.fc18.armv7hl requires libicui18n.so.49
dwdiff-1.9-5.fc18.armv7hl requires libicudata.so.49
[e16]
e16-1.0.11-1.fc18.armv7hl requires libaudiofile.so.0
[easystroke]
easystroke-0.5.5.1-3.fc19.armv7hl requires libboost_serialization.so.1.50.0
[ebview]
ebview-0.3.6.2-7.fc18.armv7hl requires VLGothic-fonts
[eclipse-slice2java]
eclipse-slice2java-3.5.0.20121212-1.fc19.noarch requires ice-java >= 0:3.5
[enblend]
enblend-4.0-16.fc19.armv7hl requires libboost_system.so.1.50.0
[epiphany-extensions]
epiphany-extensions-3.6.0-1.fc18.armv7hl requires epiphany(abi) = 0:3.6
[espresso]
espresso-mpich2-3.0.2-4.fc18.armv7hl requires libmpich.so.3
[esteid-browser-plugin]
esteid-browser-plugin-1.3.3-3.fc18.armv7hl requires libboost_thread-mt.so.1.50.0
esteid-browser-plugin-1.3.3-3.fc18.armv7hl requires libboost_system-mt.so.1.50.0
esteid-browser-plugin-1.3.3-3.fc18.armv7hl requires libboost_filesystem-mt.so.1.50.0
esteid-browser-plugin-1.3.3-3.fc18.armv7hl requires libboost_date_time-mt.so.1.50.0
[evas-generic-loaders]
evas-generic-loaders-1.7.4-2.fc19.armv7hl requires libpoppler.so.26
[evolution-ews]
evolution-ews-3.6.3-1.fc18.armv7hl requires libevolution-utils.so
evolution-ews-3.6.3-1.fc18.armv7hl requires libemiscwidgets.so
evolution-ews-3.6.3-1.fc18.armv7hl requires libemail-utils.so
evolution-ews-3.6.3-1.fc18.armv7hl requires libedataserverui-3.0.so.4
evolution-ews-3.6.3-1.fc18.armv7hl requires libedata-cal-1.2.so.18
evolution-ews-3.6.3-1.fc18.armv7hl requires libedata-book-1.2.so.15
evolution-ews-3.6.3-1.fc18.armv7hl requires libebackend-1.2.so.5
evolution-ews-3.6.3-1.fc18.armv7hl requires libcamel-1.2.so.40
[evolution-mapi]
evolution-mapi-3.6.3-2.fc18.armv7hl requires libevolution-utils.so
evolution-mapi-3.6.3-2.fc18.armv7hl requires libemiscwidgets.so
evolution-mapi-3.6.3-2.fc18.armv7hl requires libemail-utils.so
evolution-mapi-3.6.3-2.fc18.armv7hl requires libedataserverui-3.0.so.4
evolution-mapi-3.6.3-2.fc18.armv7hl requires libedata-cal-1.2.so.18
evolution-mapi-3.6.3-2.fc18.armv7hl requires libedata-book-1.2.so.15
evolution-mapi-3.6.3-2.fc18.armv7hl requires libebackend-1.2.so.5
evolution-mapi-3.6.3-2.fc18.armv7hl requires libcamel-1.2.so.40
[evolution-rss]
1:evolution-rss-0.3.92-1.fc18.armv7hl requires libevolution-utils.so
1:evolution-rss-0.3.92-1.fc18.armv7hl requires libemiscwidgets.so
1:evolution-rss-0.3.92-1.fc18.armv7hl requires libemail-utils.so
1:evolution-rss-0.3.92-1.fc18.armv7hl requires libedataserverui-3.0.so.4
1:evolution-rss-0.3.92-1.fc18.armv7hl requires libebackend-1.2.so.5
1:evolution-rss-0.3.92-1.fc18.armv7hl requires libcamel-1.2.so.40
[expresso]
expresso-0.9.2-3.fc19.noarch requires nodejs(engine)
[fcitx-keyboard]
fcitx-keyboard-0.1.3-1.fc18.armv7hl requires libicuuc.so.49
[ffgtk]
ffgtk-plugin-evolution-0.8.5-1.fc18.armv7hl requires libemiscwidgets.so
ffgtk-plugin-evolution-0.8.5-1.fc18.armv7hl requires libedataserverui-3.0.so.4
ffgtk-plugin-evolution-0.8.5-1.fc18.armv7hl requires libebackend-1.2.so.5
ffgtk-plugin-evolution-0.8.5-1.fc18.armv7hl requires libcamel-1.2.so.40
[fife]
2:fife-0.3.3r3-3.fc19.armv7hl requires libboost_system.so.1.50.0
2:fife-0.3.3r3-3.fc19.armv7hl requires libboost_regex.so.1.50.0
2:fife-0.3.3r3-3.fc19.armv7hl requires libboost_filesystem.so.1.50.0
2:python-fife-0.3.3r3-3.fc19.armv7hl requires libboost_system.so.1.50.0
2:python-fife-0.3.3r3-3.fc19.armv7hl requires libboost_regex.so.1.50.0
2:python-fife-0.3.3r3-3.fc19.armv7hl requires libboost_filesystem.so.1.50.0
[flocq]
flocq-2.1.0-2.fc19.armv7hl requires coq(armv7hl-32) = 0:8.4
[flowcanvas]
flowcanvas-0.7.1-8.fc18.armv7hl requires libgraph.so.5
[fmt-ptrn]
fmt-ptrn-java-1.3.21-4.fc18.armv7hl requires libgcj.so.13
[fontmatrix]
fontmatrix-0.9.99-7.r1218.fc19.armv7hl requires libicuuc.so.49
fontmatrix-0.9.99-7.r1218.fc19.armv7hl requires libiculx.so.49
fontmatrix-0.9.99-7.r1218.fc19.armv7hl requires libicule.so.49
[frama-c]
frama-c-1.7-9.fc19.armv7hl requires ocaml(runtime) = 0:4.00.0
frama-c-1.7-9.fc19.armv7hl requires ocaml(SourceView2Enums) = 0:a4719464b5ba0296d71295f6b8478e70
frama-c-1.7-9.fc19.armv7hl requires ocaml(OgtkSourceView2Props) = 0:0f46098897daa6065ad3b1af5e474848
frama-c-1.7-9.fc19.armv7hl requires ocaml(GtkTree) = 0:fbfcb4129253ccc61b07e95fc884b43b
frama-c-1.7-9.fc19.armv7hl requires ocaml(GtkSourceView2Props) = 0:cb78ac1a9caf077866c26a562b34fb5a
frama-c-1.7-9.fc19.armv7hl requires ocaml(GtkSignal) = 0:40cae66e85ec9d92363e99ab49ea8ce6
frama-c-1.7-9.fc19.armv7hl requires ocaml(GtkPackProps) = 0:2815066310c90240e2f295efb031e008
frama-c-1.7-9.fc19.armv7hl requires ocaml(GtkPack) = 0:f01c49a93091edd644dd3c81e82b670e
frama-c-1.7-9.fc19.armv7hl requires ocaml(GtkEnums) = 0:0c703e1dac4d056ea0bc450e99f597e5
frama-c-1.7-9.fc19.armv7hl requires ocaml(GtkBaseProps) = 0:8ef17db6754fc20a7303c451a798c319
frama-c-1.7-9.fc19.armv7hl requires ocaml(GtkBase) = 0:95ebb1139c4ecb64afe71c2e024fa8b6
frama-c-1.7-9.fc19.armv7hl requires ocaml(Gobject) = 0:65f4b079004bddd8960117f8b7ba3b43
frama-c-1.7-9.fc19.armv7hl requires ocaml(Glib) = 0:0557158580d573c73e54a0e092bcdb6e
frama-c-1.7-9.fc19.armv7hl requires ocaml(GdkEvent) = 0:a07cb442ac61635e8b9501a010e5737c
frama-c-1.7-9.fc19.armv7hl requires ocaml(GdkEnums) = 0:6456774ccb10c2892915bca4512c4f6d
frama-c-1.7-9.fc19.armv7hl requires ocaml(Gdk) = 0:2249830890d06ca283a90c548caec46f
frama-c-1.7-9.fc19.armv7hl requires ocaml(GWindow) = 0:200762a6c68891da87d2caadc0ed4502
frama-c-1.7-9.fc19.armv7hl requires ocaml(GTree) = 0:ee57a7e3dd7ed82c73559ae42a488760
frama-c-1.7-9.fc19.armv7hl requires ocaml(GToolbox) = 0:3f8567efad59e19075dfdef5075d9b26
frama-c-1.7-9.fc19.armv7hl requires ocaml(GText) = 0:09abcc26d15d77bd9ab5923f4a0d9ce0
frama-c-1.7-9.fc19.armv7hl requires ocaml(GSourceView2) = 0:4c5b39cea6d2b5bcbe088c71de5ac0c7
frama-c-1.7-9.fc19.armv7hl requires ocaml(GRange) = 0:0bdc0491017d2255021a68128392bc5c
frama-c-1.7-9.fc19.armv7hl requires ocaml(GPack) = 0:b98c2508aa5d5c1f2b5e55750d9efdae
frama-c-1.7-9.fc19.armv7hl requires ocaml(GObj) = 0:54fb0d9be12943809e58ce2a201e8a5f
frama-c-1.7-9.fc19.armv7hl requires ocaml(GMisc) = 0:50cafd209d922ed2beae7329392d77d3
frama-c-1.7-9.fc19.armv7hl requires ocaml(GMenu) = 0:d7b7921230cecd4cb87a245367dee540
frama-c-1.7-9.fc19.armv7hl requires ocaml(GList) = 0:11b5f38428ffd21158b5407824101b9e
frama-c-1.7-9.fc19.armv7hl requires ocaml(GFile) = 0:5d6b251fb77c75c352d3095ba9fd7b97
frama-c-1.7-9.fc19.armv7hl requires ocaml(GEdit) = 0:e5ef8b0bb8e268c6550045985b2b1522
frama-c-1.7-9.fc19.armv7hl requires ocaml(GDraw) = 0:65c96e832a892d832d36d29aa186fc37
frama-c-1.7-9.fc19.armv7hl requires ocaml(GContainer) = 0:1cf49582a74c278b07a2283f28487d89
frama-c-1.7-9.fc19.armv7hl requires ocaml(GButton) = 0:bd9944f5965dbdb176266014b1c6eb58
frama-c-1.7-9.fc19.armv7hl requires ocaml(GBroken) = 0:80b4f54e859d301713a31114b904e60d
frama-c-1.7-9.fc19.armv7hl requires ocaml(GBin) = 0:762daa4bcabc3cdff60a9960a151659e
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(runtime) = 0:4.00.0
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(StdLabels) = 0:d2c5c504aa4f47bc4ff5e379f4216635
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(SourceView2Enums) = 0:a4719464b5ba0296d71295f6b8478e70
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(OgtkSourceView2Props) = 0:0f46098897daa6065ad3b1af5e474848
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GtkText) = 0:bbba6ca7afaed7b789d2b545308039b7
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GtkSourceView2Props) = 0:cb78ac1a9caf077866c26a562b34fb5a
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GtkSignal) = 0:40cae66e85ec9d92363e99ab49ea8ce6
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GtkPackProps) = 0:2815066310c90240e2f295efb031e008
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GtkPack) = 0:f01c49a93091edd644dd3c81e82b670e
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GtkMain) = 0:136dceeebea50518bb23d5608f265036
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GtkEnums) = 0:0c703e1dac4d056ea0bc450e99f597e5
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GtkBaseProps) = 0:8ef17db6754fc20a7303c451a798c319
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GtkBase) = 0:95ebb1139c4ecb64afe71c2e024fa8b6
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(Gobject) = 0:65f4b079004bddd8960117f8b7ba3b43
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(Glib) = 0:0557158580d573c73e54a0e092bcdb6e
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GdkEvent) = 0:a07cb442ac61635e8b9501a010e5737c
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GdkEnums) = 0:6456774ccb10c2892915bca4512c4f6d
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(Gdk) = 0:2249830890d06ca283a90c548caec46f
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GWindow) = 0:200762a6c68891da87d2caadc0ed4502
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GTree) = 0:ee57a7e3dd7ed82c73559ae42a488760
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GToolbox) = 0:3f8567efad59e19075dfdef5075d9b26
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GText) = 0:09abcc26d15d77bd9ab5923f4a0d9ce0
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GSourceView2) = 0:4c5b39cea6d2b5bcbe088c71de5ac0c7
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GRange) = 0:0bdc0491017d2255021a68128392bc5c
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GPack) = 0:b98c2508aa5d5c1f2b5e55750d9efdae
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GObj) = 0:54fb0d9be12943809e58ce2a201e8a5f
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GMisc) = 0:50cafd209d922ed2beae7329392d77d3
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GMenu) = 0:d7b7921230cecd4cb87a245367dee540
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GList) = 0:11b5f38428ffd21158b5407824101b9e
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GFile) = 0:5d6b251fb77c75c352d3095ba9fd7b97
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GEdit) = 0:e5ef8b0bb8e268c6550045985b2b1522
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GDraw) = 0:65c96e832a892d832d36d29aa186fc37
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GContainer) = 0:1cf49582a74c278b07a2283f28487d89
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GButton) = 0:bd9944f5965dbdb176266014b1c6eb58
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GBroken) = 0:80b4f54e859d301713a31114b904e60d
frama-c-devel-1.7-9.fc19.armv7hl requires ocaml(GBin) = 0:762daa4bcabc3cdff60a9960a151659e
[freeipa]
freeipa-server-strict-3.1.2-3.fc19.armv7hl requires krb5-server = 0:1.11
[freewrl]
freewrl-1.22.13.1-3.fc18.armv7hl requires libGLEW.so.1.7
libEAI-1.22.13.1-3.fc18.armv7hl requires libGLEW.so.1.7
[fuse-encfs]
fuse-encfs-1.7.4-9.fc19.armv7hl requires libboost_system-mt.so.1.50.0
fuse-encfs-1.7.4-9.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
fuse-encfs-1.7.4-9.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
[fusecompress]
fusecompress-2.6-16.20110801git913897f4.fc19.armv7hl requires libboost_system-mt.so.1.50.0
fusecompress-2.6-16.20110801git913897f4.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
fusecompress-2.6-16.20110801git913897f4.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
fusecompress-2.6-16.20110801git913897f4.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
fusecompress-2.6-16.20110801git913897f4.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
[gambas2]
gambas2-gb-pdf-2.24.0-3.fc18.armv7hl requires libpoppler.so.26
[gambas3]
gambas3-gb-opengl-3.3.2-1.fc19.armv7hl requires libGLEW.so.1.7
gambas3-gb-opengl-glsl-3.3.2-1.fc19.armv7hl requires libGLEW.so.1.7
gambas3-gb-pdf-3.3.2-1.fc19.armv7hl requires libpoppler.so.26
gambas3-gb-sdl-3.3.2-1.fc19.armv7hl requires libGLEW.so.1.7
[gappalib-coq]
gappalib-coq-0.18.0-4.fc19.armv7hl requires ocaml(runtime) = 0:4.00.0
gappalib-coq-0.18.0-4.fc19.armv7hl requires ocaml(Unification) = 0:2c9df1e075c62d7ad7aff28a72b4b648
gappalib-coq-0.18.0-4.fc19.armv7hl requires coq(armv7hl-32) = 0:8.4
[gdb-heap]
gdb-heap-0.5-10.fc18.armv7hl requires glibc(armv7hl-32) = 0:2.16
[gdcm]
gdcm-2.0.18-6.fc18.armv7hl requires libpoppler.so.26
[gearmand]
gearmand-1.1.2-1.fc19.armv7hl requires libboost_system.so.1.50.0
gearmand-1.1.2-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
libgearman-1.1.2-1.fc19.armv7hl requires libboost_system.so.1.50.0
[gedit-valencia]
gedit-valencia-0.3.0-11.20120430gite8a0f500555be.fc18.armv7hl requires libvala-0.18.so.0
[gfal]
gfal-1.14.0-1.fc18.armv7hl requires libgsoap.so.2
gfal-doc-1.14.0-1.fc18.armv7hl requires libgsoap.so.2
gfal-python-1.14.0-1.fc18.armv7hl requires libgsoap.so.2
[ghc-Agda]
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(zlib-0.5.3.3-9ed15628a121b3b57f97b7acc02bf5d9)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(xhtml-3000.2.1-4e39fc4e73f4a43df4ae731d188f4138)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(syb-0.3.6.1-ad5889c79a555efaeb0cf987ce0538b6)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(process-1.1.0.1-75c657be9a217dde4641c37deeca1089)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(pretty-1.1.1.0-7e118fa87f5698f5c005fe87b34befe8)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(old-time-1.1.0.0-2a9bab2773fabfdd7f23c9003b63a779)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(haskell-src-exts-1.13.3-2a79c24325a1bd398019783e5e50276a)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(haskeline-0.6.4.7-3f753d7503627192bcdeb615b03b4f4f)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(hashtables-1.0.1.6-d974664b36adb1eeae25245339e19fb2)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(hashable-1.1.2.3-ea6feb331cc612ca8d56ee6a18703429)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(binary-0.5.1.0-d353b05b447c43cd1b77a33e26cadca4)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-devel(QuickCheck-2.4.2-170f151ab9cef7852b7c2890af502034)
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-Agda-devel-2.3.0.1-9.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-Boolean]
ghc-Boolean-devel-0.0.1-11.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-Boolean-devel-0.0.1-11.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-Boolean-devel-0.0.1-11.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-Diff]
ghc-Diff-devel-0.1.3-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-Diff-devel-0.1.3-2.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-Diff-devel-0.1.3-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-Diff-devel-0.1.3-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-HSH]
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-devel(unix-2.5.1.0-772722bf5ae3d4aaae3721f41d4cf636)
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-devel(regex-posix-0.95.1-307a3f332eff22b7573728876ae84028)
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-devel(regex-compat-0.95.1-e5a3998486e931543bf79464e8558cf7)
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-devel(regex-base-0.93.2-f7342f5bd29b261a57475c6a8a337ab0)
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-devel(process-1.1.0.1-75c657be9a217dde4641c37deeca1089)
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-devel(hslogger-1.1.5-1402c9ddb2b1c9de5393d065cc40a705)
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-devel(MissingH-1.1.1.0-9d5d0fead0d883311303cdacd163109e)
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-compiler = 0:7.4.1
ghc-HSH-devel-2.0.4-2.fc19.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-IOSpec]
ghc-IOSpec-devel-0.2.5-1.fc19.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-IOSpec-devel-0.2.5-1.fc19.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-IOSpec-devel-0.2.5-1.fc19.armv7hl requires ghc-devel(QuickCheck-2.4.2-170f151ab9cef7852b7c2890af502034)
ghc-IOSpec-devel-0.2.5-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
ghc-IOSpec-devel-0.2.5-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-MemoTrie]
ghc-MemoTrie-devel-0.5-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-MemoTrie-devel-0.5-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-MemoTrie-devel-0.5-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-MonadCatchIO-mtl]
ghc-MonadCatchIO-mtl-devel-0.3.0.5-1.fc19.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-MonadCatchIO-mtl-devel-0.3.0.5-1.fc19.armv7hl requires ghc-devel(extensible-exceptions-0.1.1.4-d27a1ac47e54880cae007cceceb41580)
ghc-MonadCatchIO-mtl-devel-0.3.0.5-1.fc19.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-MonadCatchIO-mtl-devel-0.3.0.5-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
ghc-MonadCatchIO-mtl-devel-0.3.0.5-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-MonadCatchIO-transformers]
ghc-MonadCatchIO-transformers-devel-0.3.0.0-3.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-MonadCatchIO-transformers-devel-0.3.0.0-3.fc18.armv7hl requires ghc-devel(extensible-exceptions-0.1.1.4-d27a1ac47e54880cae007cceceb41580)
ghc-MonadCatchIO-transformers-devel-0.3.0.0-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-MonadCatchIO-transformers-devel-0.3.0.0-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-MonadCatchIO-transformers-devel-0.3.0.0-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-MonadRandom]
ghc-MonadRandom-devel-0.1.6-1.fc19.armv7hl requires ghc-devel(random-1.0.1.1-344e28107234161fa7cee9d2b8286400)
ghc-MonadRandom-devel-0.1.6-1.fc19.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-MonadRandom-devel-0.1.6-1.fc19.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-MonadRandom-devel-0.1.6-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
ghc-MonadRandom-devel-0.1.6-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-NumInstances]
ghc-NumInstances-devel-1.0-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-NumInstances-devel-1.0-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-NumInstances-devel-1.0-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-SHA]
ghc-SHA-devel-1.5.0.1-2.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-SHA-devel-1.5.0.1-2.fc18.armv7hl requires ghc-devel(binary-0.5.1.0-d353b05b447c43cd1b77a33e26cadca4)
ghc-SHA-devel-1.5.0.1-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-SHA-devel-1.5.0.1-2.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-SHA-devel-1.5.0.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-SHA-devel-1.5.0.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-Stream]
ghc-Stream-devel-0.4.6-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-Stream-devel-0.4.6-2.fc18.armv7hl requires ghc-devel(QuickCheck-2.4.2-170f151ab9cef7852b7c2890af502034)
ghc-Stream-devel-0.4.6-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-Stream-devel-0.4.6-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-arrows]
ghc-arrows-devel-0.4.4.0-1.fc19.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-arrows-devel-0.4.4.0-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
ghc-arrows-devel-0.4.4.0-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-attempt]
ghc-attempt-devel-0.3.1.1-4.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-attempt-devel-0.3.1.1-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-attempt-devel-0.3.1.1-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-base-unicode-symbols]
ghc-base-unicode-symbols-devel-0.2.2.3-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-base-unicode-symbols-devel-0.2.2.3-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-base-unicode-symbols-devel-0.2.2.3-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-base16-bytestring]
ghc-base16-bytestring-devel-0.1.1.5-3.fc18.armv7hl requires ghc-devel(ghc-prim-0.2.0.0-bd29cb1ca1b712d64e00ac9207f87d0a)
ghc-base16-bytestring-devel-0.1.1.5-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-base16-bytestring-devel-0.1.1.5-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-base16-bytestring-devel-0.1.1.5-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-base16-bytestring-devel-0.1.1.5-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-base64-bytestring]
ghc-base64-bytestring-devel-0.1.1.3-2.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-base64-bytestring-devel-0.1.1.3-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-base64-bytestring-devel-0.1.1.3-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-base64-bytestring-devel-0.1.1.3-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-blaze-builder]
ghc-blaze-builder-devel-0.3.1.0-5.fc18.armv7hl requires ghc-devel(text-0.11.2.0-05a46bb4d3acaa6e9550b3781318e331)
ghc-blaze-builder-devel-0.3.1.0-5.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-blaze-builder-devel-0.3.1.0-5.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-blaze-builder-devel-0.3.1.0-5.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-blaze-builder-devel-0.3.1.0-5.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-blaze-builder-conduit]
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv7hl requires ghc-devel(text-0.11.2.0-05a46bb4d3acaa6e9550b3781318e331)
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-blaze-builder-enumerator]
ghc-blaze-builder-enumerator-devel-0.2.0.4-3.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-blaze-builder-enumerator-devel-0.2.0.4-3.fc18.armv7hl requires ghc-devel(enumerator-0.4.19-c0ca321123ca85229528db386bf0e4b9)
ghc-blaze-builder-enumerator-devel-0.2.0.4-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-blaze-builder-enumerator-devel-0.2.0.4-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-blaze-builder-enumerator-devel-0.2.0.4-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-blaze-builder-enumerator-devel-0.2.0.4-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-blaze-html]
ghc-blaze-html-devel-0.4.3.4-3.fc18.armv7hl requires ghc-devel(text-0.11.2.0-05a46bb4d3acaa6e9550b3781318e331)
ghc-blaze-html-devel-0.4.3.4-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-blaze-html-devel-0.4.3.4-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-blaze-html-devel-0.4.3.4-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-blaze-html-devel-0.4.3.4-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-blaze-markup]
ghc-blaze-markup-devel-0.5.1.1-1.fc18.armv7hl requires ghc-devel(text-0.11.2.0-05a46bb4d3acaa6e9550b3781318e331)
ghc-blaze-markup-devel-0.5.1.1-1.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-blaze-markup-devel-0.5.1.1-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-blaze-markup-devel-0.5.1.1-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-blaze-markup-devel-0.5.1.1-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-blaze-textual]
ghc-blaze-textual-devel-0.2.0.6-4.fc18.armv7hl requires ghc-devel(vector-0.9.1-8e782c2950d90375b77753b572518184)
ghc-blaze-textual-devel-0.2.0.6-4.fc18.armv7hl requires ghc-devel(time-1.4-ec63baa625d665c0186973a735353a92)
ghc-blaze-textual-devel-0.2.0.6-4.fc18.armv7hl requires ghc-devel(text-0.11.2.0-05a46bb4d3acaa6e9550b3781318e331)
ghc-blaze-textual-devel-0.2.0.6-4.fc18.armv7hl requires ghc-devel(old-locale-1.0.0.4-29bd50ed2bb4a20928338f52e4ab1b71)
ghc-blaze-textual-devel-0.2.0.6-4.fc18.armv7hl requires ghc-devel(integer-gmp-0.4.0.0-ec87c5d9609a1d46da031ef5d51c4f79)
ghc-blaze-textual-devel-0.2.0.6-4.fc18.armv7hl requires ghc-devel(ghc-prim-0.2.0.0-bd29cb1ca1b712d64e00ac9207f87d0a)
ghc-blaze-textual-devel-0.2.0.6-4.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-blaze-textual-devel-0.2.0.6-4.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-blaze-textual-devel-0.2.0.6-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-blaze-textual-devel-0.2.0.6-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-bloomfilter]
ghc-bloomfilter-devel-1.2.6.10-2.fc18.armv7hl requires ghc-devel(deepseq-1.3.0.0-6c19ec61ee16184ee322c1614ab60f0e)
ghc-bloomfilter-devel-1.2.6.10-2.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-bloomfilter-devel-1.2.6.10-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-bloomfilter-devel-1.2.6.10-2.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-bloomfilter-devel-1.2.6.10-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-bloomfilter-devel-1.2.6.10-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-byteorder]
ghc-byteorder-devel-1.0.3-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-byteorder-devel-1.0.3-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-byteorder-devel-1.0.3-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-bytestring-nums]
ghc-bytestring-nums-devel-0.3.5-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-bytestring-nums-devel-0.3.5-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-bytestring-nums-devel-0.3.5-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-bytestring-nums-devel-0.3.5-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-bytestring-nums-devel-0.3.5-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-bytestring-trie]
ghc-bytestring-trie-devel-0.2.3-9.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-bytestring-trie-devel-0.2.3-9.fc18.armv7hl requires ghc-devel(binary-0.5.1.0-d353b05b447c43cd1b77a33e26cadca4)
ghc-bytestring-trie-devel-0.2.3-9.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-bytestring-trie-devel-0.2.3-9.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-bytestring-trie-devel-0.2.3-9.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-cautious-file]
ghc-cautious-file-devel-1.0.1-2.fc18.armv7hl requires ghc-devel(unix-2.5.1.0-772722bf5ae3d4aaae3721f41d4cf636)
ghc-cautious-file-devel-1.0.1-2.fc18.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-cautious-file-devel-1.0.1-2.fc18.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-cautious-file-devel-1.0.1-2.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-cautious-file-devel-1.0.1-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-cautious-file-devel-1.0.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-cautious-file-devel-1.0.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-cereal]
ghc-cereal-devel-0.3.5.2-3.fc18.armv7hl requires ghc-devel(ghc-prim-0.2.0.0-bd29cb1ca1b712d64e00ac9207f87d0a)
ghc-cereal-devel-0.3.5.2-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-cereal-devel-0.3.5.2-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-cereal-devel-0.3.5.2-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-cereal-devel-0.3.5.2-3.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-cereal-devel-0.3.5.2-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-cereal-devel-0.3.5.2-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-chalmers-lava2000]
ghc-chalmers-lava2000-devel-1.3-1.fc19.armv7hl requires ghc-devel(random-1.0.1.1-344e28107234161fa7cee9d2b8286400)
ghc-chalmers-lava2000-devel-1.3-1.fc19.armv7hl requires ghc-devel(process-1.1.0.1-75c657be9a217dde4641c37deeca1089)
ghc-chalmers-lava2000-devel-1.3-1.fc19.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-chalmers-lava2000-devel-1.3-1.fc19.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-chalmers-lava2000-devel-1.3-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
ghc-chalmers-lava2000-devel-1.3-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-citeproc-hs]
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(xml-1.3.12-ef89d3099ce9e509aca00bdf76267bd0)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(utf8-string-0.3.7-c7280f4e63ecb7f889733961921b0a08)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(time-1.4-ec63baa625d665c0186973a735353a92)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(syb-0.3.6.1-ad5889c79a555efaeb0cf987ce0538b6)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(parsec-3.1.2-aa52f22bca012e8d840fa282bb91da39)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(pandoc-types-1.9.1-79c40f51c8cd0c99176b26a36305cd94)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(old-locale-1.0.0.4-29bd50ed2bb4a20928338f52e4ab1b71)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(network-2.3.0.13-9c99a1a4aa2246a8a982a8d0d06a9288)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(json-0.5-ad6d291a60d2fe0f9c1a96472748d017)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-devel(HTTP-4000.2.3-55fae5c99015fe5a3c85be37cb94618d)
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-citeproc-hs-devel-0.3.6-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-colour]
ghc-colour-devel-2.3.3-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-colour-devel-2.3.3-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-colour-devel-2.3.3-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-concrete-typerep]
ghc-concrete-typerep-devel-0.1.0.1-4.fc18.armv7hl requires ghc-devel(hashable-1.1.2.3-ea6feb331cc612ca8d56ee6a18703429)
ghc-concrete-typerep-devel-0.1.0.1-4.fc18.armv7hl requires ghc-devel(ghc-7.4.1-610d853e990aa7436da32c4f6bb2ef60)
ghc-concrete-typerep-devel-0.1.0.1-4.fc18.armv7hl requires ghc-devel(binary-0.5.1.0-d353b05b447c43cd1b77a33e26cadca4)
ghc-concrete-typerep-devel-0.1.0.1-4.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-concrete-typerep-devel-0.1.0.1-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-concrete-typerep-devel-0.1.0.1-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-conduit]
ghc-conduit-devel-0.4.2-3.fc18.armv7hl requires ghc-devel(transformers-base-0.4.1-9d46f3490afd5ac7672c373f71a7a4b0)
ghc-conduit-devel-0.4.2-3.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-conduit-devel-0.4.2-3.fc18.armv7hl requires ghc-devel(text-0.11.2.0-05a46bb4d3acaa6e9550b3781318e331)
ghc-conduit-devel-0.4.2-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-conduit-devel-0.4.2-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-conduit-devel-0.4.2-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-conduit-devel-0.4.2-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-conduit-devel-0.4.2-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-cryptohash]
ghc-cryptohash-devel-0.7.5-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-cryptohash-devel-0.7.5-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-cryptohash-devel-0.7.5-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-cryptohash-devel-0.7.5-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-css-text]
ghc-css-text-devel-0.1.1-1.fc18.armv7hl requires ghc-devel(text-0.11.2.0-05a46bb4d3acaa6e9550b3781318e331)
ghc-css-text-devel-0.1.1-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-css-text-devel-0.1.1-1.fc18.armv7hl requires ghc-devel(attoparsec-0.10.2.0-e98d2df04cbebc0287e8fadbf74dbcef)
ghc-css-text-devel-0.1.1-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-css-text-devel-0.1.1-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-data-accessor]
ghc-data-accessor-devel-0.2.2.3-2.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-data-accessor-devel-0.2.2.3-2.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-data-accessor-devel-0.2.2.3-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-data-accessor-devel-0.2.2.3-2.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-data-accessor-devel-0.2.2.3-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-data-accessor-devel-0.2.2.3-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-data-reify]
ghc-data-reify-devel-0.6-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-data-reify-devel-0.6-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-data-reify-devel-0.6-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-data-reify-devel-0.6-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-dotgen]
ghc-dotgen-devel-0.4.1-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-dotgen-devel-0.4.1-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-dotgen-devel-0.4.1-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-dotgen-devel-0.4.1-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-edit-distance]
ghc-edit-distance-devel-0.2.1-2.fc18.armv7hl requires ghc-devel(random-1.0.1.1-344e28107234161fa7cee9d2b8286400)
ghc-edit-distance-devel-0.2.1-2.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-edit-distance-devel-0.2.1-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-edit-distance-devel-0.2.1-2.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-edit-distance-devel-0.2.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-edit-distance-devel-0.2.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-editline]
ghc-editline-devel-0.2.1.1-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-editline-devel-0.2.1.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-editline-devel-0.2.1.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-executable-path]
ghc-executable-path-devel-0.0.3-1.fc19.armv7hl requires ghc-devel(unix-2.5.1.0-772722bf5ae3d4aaae3721f41d4cf636)
ghc-executable-path-devel-0.0.3-1.fc19.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-executable-path-devel-0.0.3-1.fc19.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-executable-path-devel-0.0.3-1.fc19.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-executable-path-devel-0.0.3-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
ghc-executable-path-devel-0.0.3-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-failure]
ghc-failure-devel-0.1.0.1-11.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-failure-devel-0.1.0.1-11.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-failure-devel-0.1.0.1-11.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-fast-logger]
ghc-fast-logger-devel-0.0.2-5.fc18.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-fast-logger-devel-0.0.2-5.fc18.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-fast-logger-devel-0.0.2-5.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-fast-logger-devel-0.0.2-5.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-fast-logger-devel-0.0.2-5.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-fast-logger-devel-0.0.2-5.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-ghc-mtl]
ghc-ghc-mtl-devel-1.0.1.1-2.fc19.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-ghc-mtl-devel-1.0.1.1-2.fc19.armv7hl requires ghc-devel(ghc-7.4.1-610d853e990aa7436da32c4f6bb2ef60)
ghc-ghc-mtl-devel-1.0.1.1-2.fc19.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-ghc-mtl-devel-1.0.1.1-2.fc19.armv7hl requires ghc-compiler = 0:7.4.1
ghc-ghc-mtl-devel-1.0.1.1-2.fc19.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-hledger-lib]
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(utf8-string-0.3.7-c7280f4e63ecb7f889733961921b0a08)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(time-1.4-ec63baa625d665c0186973a735353a92)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(split-0.1.4.3-b070b072de9b8effe2e06bf372cc4ee0)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(safe-0.3.3-3fec000a61b4072491dbafe9b51dca21)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(parsec-3.1.2-aa52f22bca012e8d840fa282bb91da39)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(old-time-1.1.0.0-2a9bab2773fabfdd7f23c9003b63a779)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(old-locale-1.0.0.4-29bd50ed2bb4a20928338f52e4ab1b71)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(cmdargs-0.9.5-bc5b3b53b4c2849ee37a1066331ba4fa)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-devel(HUnit-1.2.4.2-6a8472ae640062c77c1c8e76fa6e1bb9)
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-hledger-lib-devel-0.17-6.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-hs-bibutils]
ghc-hs-bibutils-devel-4.15-2.fc18.armv7hl requires ghc-devel(syb-0.3.6.1-ad5889c79a555efaeb0cf987ce0538b6)
ghc-hs-bibutils-devel-4.15-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-hs-bibutils-devel-4.15-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-hs-bibutils-devel-4.15-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-http-types]
ghc-http-types-devel-0.6.11-3.fc18.armv7hl requires ghc-devel(text-0.11.2.0-05a46bb4d3acaa6e9550b3781318e331)
ghc-http-types-devel-0.6.11-3.fc18.armv7hl requires ghc-devel(case-insensitive-0.4.0.1-fae0cc6ee27f4841337142d1e1da2462)
ghc-http-types-devel-0.6.11-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-http-types-devel-0.6.11-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-http-types-devel-0.6.11-3.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-http-types-devel-0.6.11-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-http-types-devel-0.6.11-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-lambdabot-utils]
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(zlib-0.5.3.3-9ed15628a121b3b57f97b7acc02bf5d9)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(utf8-string-0.3.7-c7280f4e63ecb7f889733961921b0a08)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(unix-2.5.1.0-772722bf5ae3d4aaae3721f41d4cf636)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(syb-0.3.6.1-ad5889c79a555efaeb0cf987ce0538b6)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(regex-posix-0.95.1-307a3f332eff22b7573728876ae84028)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(regex-compat-0.95.1-e5a3998486e931543bf79464e8558cf7)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(random-1.0.1.1-344e28107234161fa7cee9d2b8286400)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(process-1.1.0.1-75c657be9a217dde4641c37deeca1089)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(old-time-1.1.0.0-2a9bab2773fabfdd7f23c9003b63a779)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(network-2.3.0.13-9c99a1a4aa2246a8a982a8d0d06a9288)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(haskell-src-1.0.1.5-8b400fa80f9fef9ee1d786d16a02dcea)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(binary-0.5.1.0-d353b05b447c43cd1b77a33e26cadca4)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-lambdabot-utils-devel-4.2.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-language-c]
ghc-language-c-devel-0.4.2-9.fc18.armv7hl requires ghc-devel(syb-0.3.6.1-ad5889c79a555efaeb0cf987ce0538b6)
ghc-language-c-devel-0.4.2-9.fc18.armv7hl requires ghc-devel(process-1.1.0.1-75c657be9a217dde4641c37deeca1089)
ghc-language-c-devel-0.4.2-9.fc18.armv7hl requires ghc-devel(pretty-1.1.1.0-7e118fa87f5698f5c005fe87b34befe8)
ghc-language-c-devel-0.4.2-9.fc18.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-language-c-devel-0.4.2-9.fc18.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-language-c-devel-0.4.2-9.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-language-c-devel-0.4.2-9.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-language-c-devel-0.4.2-9.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-language-c-devel-0.4.2-9.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-language-c-devel-0.4.2-9.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-language-c-devel-0.4.2-9.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-lazysmallcheck]
ghc-lazysmallcheck-devel-0.6-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-lazysmallcheck-devel-0.6-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-lazysmallcheck-devel-0.6-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-lifted-base]
ghc-lifted-base-devel-0.1.1-2.fc18.armv7hl requires ghc-devel(transformers-base-0.4.1-9d46f3490afd5ac7672c373f71a7a4b0)
ghc-lifted-base-devel-0.1.1-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-lifted-base-devel-0.1.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-lifted-base-devel-0.1.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-monad-control]
ghc-monad-control-devel-0.3.1.3-3.fc18.armv7hl requires ghc-devel(transformers-base-0.4.1-9d46f3490afd5ac7672c373f71a7a4b0)
ghc-monad-control-devel-0.3.1.3-3.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-monad-control-devel-0.3.1.3-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-monad-control-devel-0.3.1.3-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-monad-control-devel-0.3.1.3-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-mwc-random]
ghc-mwc-random-devel-0.12.0.1-2.fc18.armv7hl requires ghc-devel(vector-0.9.1-8e782c2950d90375b77753b572518184)
ghc-mwc-random-devel-0.12.0.1-2.fc18.armv7hl requires ghc-devel(time-1.4-ec63baa625d665c0186973a735353a92)
ghc-mwc-random-devel-0.12.0.1-2.fc18.armv7hl requires ghc-devel(primitive-0.4.1-342b9dbb361d83af6e0a652d0c447017)
ghc-mwc-random-devel-0.12.0.1-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-mwc-random-devel-0.12.0.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-mwc-random-devel-0.12.0.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-netlist]
ghc-netlist-devel-0.3.1-7.fc18.armv7hl requires ghc-devel(syb-0.3.6.1-ad5889c79a555efaeb0cf987ce0538b6)
ghc-netlist-devel-0.3.1-7.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-netlist-devel-0.3.1-7.fc18.armv7hl requires ghc-devel(binary-0.5.1.0-d353b05b447c43cd1b77a33e26cadca4)
ghc-netlist-devel-0.3.1-7.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-netlist-devel-0.3.1-7.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-netlist-devel-0.3.1-7.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-netlist-to-vhdl]
ghc-netlist-to-vhdl-devel-0.3.1-4.fc18.armv7hl requires ghc-devel(pretty-1.1.1.0-7e118fa87f5698f5c005fe87b34befe8)
ghc-netlist-to-vhdl-devel-0.3.1-4.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-netlist-to-vhdl-devel-0.3.1-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-netlist-to-vhdl-devel-0.3.1-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-network-conduit]
ghc-network-conduit-devel-0.4.0.1-3.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-network-conduit-devel-0.4.0.1-3.fc18.armv7hl requires ghc-devel(network-2.3.0.13-9c99a1a4aa2246a8a982a8d0d06a9288)
ghc-network-conduit-devel-0.4.0.1-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-network-conduit-devel-0.4.0.1-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-network-conduit-devel-0.4.0.1-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-network-conduit-devel-0.4.0.1-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-numbers]
ghc-numbers-devel-3000.1.0.1-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-numbers-devel-3000.1.0.1-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-numbers-devel-3000.1.0.1-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-oeis]
ghc-oeis-devel-0.3.1-2.fc18.armv7hl requires ghc-devel(network-2.3.0.13-9c99a1a4aa2246a8a982a8d0d06a9288)
ghc-oeis-devel-0.3.1-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-oeis-devel-0.3.1-2.fc18.armv7hl requires ghc-devel(HTTP-4000.2.3-55fae5c99015fe5a3c85be37cb94618d)
ghc-oeis-devel-0.3.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-oeis-devel-0.3.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-ranges]
ghc-ranges-devel-0.2.4-4.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-ranges-devel-0.2.4-4.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-ranges-devel-0.2.4-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-ranges-devel-0.2.4-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-readline]
ghc-readline-devel-1.0.1.0-1.fc18.armv7hl requires ghc-devel(process-1.1.0.1-75c657be9a217dde4641c37deeca1089)
ghc-readline-devel-1.0.1.0-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-readline-devel-1.0.1.0-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-readline-devel-1.0.1.0-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-regex-pcre]
ghc-regex-pcre-devel-0.94.4-3.fc18.armv7hl requires ghc-devel(regex-base-0.93.2-f7342f5bd29b261a57475c6a8a337ab0)
ghc-regex-pcre-devel-0.94.4-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-regex-pcre-devel-0.94.4-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-regex-pcre-devel-0.94.4-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-regex-pcre-devel-0.94.4-3.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-regex-pcre-devel-0.94.4-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-regex-pcre-devel-0.94.4-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-regexpr]
ghc-regexpr-devel-0.5.4-7.fc18.armv7hl requires ghc-devel(mtlparse-0.1.2-f698b0e2ed05e6dbf58a94a0e8b541c0)
ghc-regexpr-devel-0.5.4-7.fc18.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-regexpr-devel-0.5.4-7.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-regexpr-devel-0.5.4-7.fc18.armv7hl requires ghc-devel(HUnit-1.2.4.2-6a8472ae640062c77c1c8e76fa6e1bb9)
ghc-regexpr-devel-0.5.4-7.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-regexpr-devel-0.5.4-7.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-resourcet]
ghc-resourcet-devel-0.3.2.2-2.fc18.armv7hl requires ghc-devel(transformers-base-0.4.1-9d46f3490afd5ac7672c373f71a7a4b0)
ghc-resourcet-devel-0.3.2.2-2.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-resourcet-devel-0.3.2.2-2.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-resourcet-devel-0.3.2.2-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-resourcet-devel-0.3.2.2-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-resourcet-devel-0.3.2.2-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-rosezipper]
ghc-rosezipper-devel-0.2-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-rosezipper-devel-0.2-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-rosezipper-devel-0.2-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-rosezipper-devel-0.2-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-semigroups]
ghc-semigroups-devel-0.8.3.2-2.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-semigroups-devel-0.8.3.2-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-semigroups-devel-0.8.3.2-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-semigroups-devel-0.8.3.2-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-sendfile]
ghc-sendfile-devel-0.7.6-3.fc18.armv7hl requires ghc-devel(network-2.3.0.13-9c99a1a4aa2246a8a982a8d0d06a9288)
ghc-sendfile-devel-0.7.6-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-sendfile-devel-0.7.6-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-sendfile-devel-0.7.6-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-sendfile-devel-0.7.6-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-show]
ghc-show-devel-0.4.1.2-2.fc19.armv7hl requires ghc-devel(syb-0.3.6.1-ad5889c79a555efaeb0cf987ce0538b6)
ghc-show-devel-0.4.1.2-2.fc19.armv7hl requires ghc-devel(random-1.0.1.1-344e28107234161fa7cee9d2b8286400)
ghc-show-devel-0.4.1.2-2.fc19.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-show-devel-0.4.1.2-2.fc19.armv7hl requires ghc-devel(QuickCheck-2.4.2-170f151ab9cef7852b7c2890af502034)
ghc-show-devel-0.4.1.2-2.fc19.armv7hl requires ghc-compiler = 0:7.4.1
ghc-show-devel-0.4.1.2-2.fc19.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-simple-sendfile]
ghc-simple-sendfile-devel-0.2.4-1.fc18.armv7hl requires ghc-devel(unix-2.5.1.0-772722bf5ae3d4aaae3721f41d4cf636)
ghc-simple-sendfile-devel-0.2.4-1.fc18.armv7hl requires ghc-devel(network-2.3.0.13-9c99a1a4aa2246a8a982a8d0d06a9288)
ghc-simple-sendfile-devel-0.2.4-1.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-simple-sendfile-devel-0.2.4-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-simple-sendfile-devel-0.2.4-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-simple-sendfile-devel-0.2.4-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-sized-types]
ghc-sized-types-devel-0.3.4.0-2.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-sized-types-devel-0.3.4.0-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-sized-types-devel-0.3.4.0-2.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-sized-types-devel-0.3.4.0-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-sized-types-devel-0.3.4.0-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-smallcheck]
ghc-smallcheck-devel-0.6.1-2.fc18.armv7hl requires ghc-devel(ghc-prim-0.2.0.0-bd29cb1ca1b712d64e00ac9207f87d0a)
ghc-smallcheck-devel-0.6.1-2.fc18.armv7hl requires ghc-devel(dlist-0.5-2bfbb416d13040992657f8c64c7b5a2b)
ghc-smallcheck-devel-0.6.1-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-smallcheck-devel-0.6.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-smallcheck-devel-0.6.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-snap-core]
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(vector-0.9.1-8e782c2950d90375b77753b572518184)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(unordered-containers-0.2.1.0-eabe0b86dc13ca09f80422eccbb91702)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(time-1.4-ec63baa625d665c0186973a735353a92)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(text-0.11.2.0-05a46bb4d3acaa6e9550b3781318e331)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(regex-posix-0.95.1-307a3f332eff22b7573728876ae84028)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(random-1.0.1.1-344e28107234161fa7cee9d2b8286400)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(old-locale-1.0.0.4-29bd50ed2bb4a20928338f52e4ab1b71)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(enumerator-0.4.19-c0ca321123ca85229528db386bf0e4b9)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(deepseq-1.3.0.0-6c19ec61ee16184ee322c1614ab60f0e)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(case-insensitive-0.4.0.1-fae0cc6ee27f4841337142d1e1da2462)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(attoparsec-enumerator-0.3-9a7ef71de75f0d608c587c1de2d14c81)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(attoparsec-0.10.2.0-e98d2df04cbebc0287e8fadbf74dbcef)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-devel(HUnit-1.2.4.2-6a8472ae640062c77c1c8e76fa6e1bb9)
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-snap-core-devel-0.9.2.2-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-tagged]
ghc-tagged-devel-0.4.2.1-2.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-tagged-devel-0.4.2.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-tagged-devel-0.4.2.1-2.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-tagsoup]
ghc-tagsoup-devel-0.12.6-4.fc18.armv7hl requires ghc-devel(text-0.11.2.0-05a46bb4d3acaa6e9550b3781318e331)
ghc-tagsoup-devel-0.12.6-4.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-tagsoup-devel-0.12.6-4.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-tagsoup-devel-0.12.6-4.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-tagsoup-devel-0.12.6-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-tagsoup-devel-0.12.6-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-temporary]
ghc-temporary-devel-1.1.2.3-3.fc18.armv7hl requires ghc-devel(unix-2.5.1.0-772722bf5ae3d4aaae3721f41d4cf636)
ghc-temporary-devel-1.1.2.3-3.fc18.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-temporary-devel-1.1.2.3-3.fc18.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-temporary-devel-1.1.2.3-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-temporary-devel-1.1.2.3-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-temporary-devel-1.1.2.3-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-texmath]
ghc-texmath-devel-0.6.0.6-3.fc18.armv7hl requires ghc-devel(xml-1.3.12-ef89d3099ce9e509aca00bdf76267bd0)
ghc-texmath-devel-0.6.0.6-3.fc18.armv7hl requires ghc-devel(syb-0.3.6.1-ad5889c79a555efaeb0cf987ce0538b6)
ghc-texmath-devel-0.6.0.6-3.fc18.armv7hl requires ghc-devel(parsec-3.1.2-aa52f22bca012e8d840fa282bb91da39)
ghc-texmath-devel-0.6.0.6-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-texmath-devel-0.6.0.6-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-texmath-devel-0.6.0.6-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-texmath-devel-0.6.0.6-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-unix-compat]
ghc-unix-compat-devel-0.3.0.1-4.fc18.armv7hl requires ghc-devel(unix-2.5.1.0-772722bf5ae3d4aaae3721f41d4cf636)
ghc-unix-compat-devel-0.3.0.1-4.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-unix-compat-devel-0.3.0.1-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-unix-compat-devel-0.3.0.1-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-vector-space]
ghc-vector-space-devel-0.8.2-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-vector-space-devel-0.8.2-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-vector-space-devel-0.8.2-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-void]
ghc-void-devel-0.5.6-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-void-devel-0.5.6-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-void-devel-0.5.6-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-wai]
ghc-wai-devel-1.2.0.3-1.fc18.armv7hl requires ghc-devel(vault-0.2.0.0-2cbca60afc5222d0ae858116eec96f3e)
ghc-wai-devel-1.2.0.3-1.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-wai-devel-1.2.0.3-1.fc18.armv7hl requires ghc-devel(text-0.11.2.0-05a46bb4d3acaa6e9550b3781318e331)
ghc-wai-devel-1.2.0.3-1.fc18.armv7hl requires ghc-devel(network-2.3.0.13-9c99a1a4aa2246a8a982a8d0d06a9288)
ghc-wai-devel-1.2.0.3-1.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-wai-devel-1.2.0.3-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-wai-devel-1.2.0.3-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-wai-devel-1.2.0.3-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-wai-extra]
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-devel(time-1.4-ec63baa625d665c0186973a735353a92)
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-devel(text-0.11.2.0-05a46bb4d3acaa6e9550b3781318e331)
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-devel(old-locale-1.0.0.4-29bd50ed2bb4a20928338f52e4ab1b71)
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-devel(network-2.3.0.13-9c99a1a4aa2246a8a982a8d0d06a9288)
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-devel(data-default-0.4.0-329c568ae7c977d0c6c632169f96e0eb)
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-devel(case-insensitive-0.4.0.1-fae0cc6ee27f4841337142d1e1da2462)
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-devel(ansi-terminal-0.5.5.1-b2f5e0314ae93aac1eb9d373e2a3db56)
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-wai-extra-devel-1.2.0.4-5.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-warp]
ghc-warp-devel-1.2.2-1.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-warp-devel-1.2.2-1.fc18.armv7hl requires ghc-devel(network-2.3.0.13-9c99a1a4aa2246a8a982a8d0d06a9288)
ghc-warp-devel-1.2.2-1.fc18.armv7hl requires ghc-devel(ghc-prim-0.2.0.0-bd29cb1ca1b712d64e00ac9207f87d0a)
ghc-warp-devel-1.2.2-1.fc18.armv7hl requires ghc-devel(case-insensitive-0.4.0.1-fae0cc6ee27f4841337142d1e1da2462)
ghc-warp-devel-1.2.2-1.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-warp-devel-1.2.2-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-warp-devel-1.2.2-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-warp-devel-1.2.2-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-xdg-basedir]
ghc-xdg-basedir-devel-0.2.1-3.fc18.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-xdg-basedir-devel-0.2.1-3.fc18.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-xdg-basedir-devel-0.2.1-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-xdg-basedir-devel-0.2.1-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-xdg-basedir-devel-0.2.1-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-xss-sanitize]
ghc-xss-sanitize-devel-0.2.6-3.fc18.armv7hl requires ghc-devel(utf8-string-0.3.7-c7280f4e63ecb7f889733961921b0a08)
ghc-xss-sanitize-devel-0.2.6-3.fc18.armv7hl requires ghc-devel(network-2.3.0.13-9c99a1a4aa2246a8a982a8d0d06a9288)
ghc-xss-sanitize-devel-0.2.6-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-xss-sanitize-devel-0.2.6-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-xss-sanitize-devel-0.2.6-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-xss-sanitize-devel-0.2.6-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-zip-archive]
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(zlib-0.5.3.3-9ed15628a121b3b57f97b7acc02bf5d9)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(utf8-string-0.3.7-c7280f4e63ecb7f889733961921b0a08)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(unix-2.5.1.0-772722bf5ae3d4aaae3721f41d4cf636)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(pretty-1.1.1.0-7e118fa87f5698f5c005fe87b34befe8)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(old-time-1.1.0.0-2a9bab2773fabfdd7f23c9003b63a779)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(digest-0.0.1.1-5906d5d20f29a093a1b53bf1d9fa742a)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(binary-0.5.1.0-d353b05b447c43cd1b77a33e26cadca4)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-zip-archive-devel-0.1.1.8-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-zlib-bindings]
ghc-zlib-bindings-devel-0.1.0.1-3.fc18.armv7hl requires ghc-devel(zlib-0.5.3.3-9ed15628a121b3b57f97b7acc02bf5d9)
ghc-zlib-bindings-devel-0.1.0.1-3.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-zlib-bindings-devel-0.1.0.1-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-zlib-bindings-devel-0.1.0.1-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-zlib-bindings-devel-0.1.0.1-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-zlib-conduit]
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[ghc-zlib-enum]
ghc-zlib-enum-devel-0.2.2.1-4.fc18.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-zlib-enum-devel-0.2.2.1-4.fc18.armv7hl requires ghc-devel(enumerator-0.4.19-c0ca321123ca85229528db386bf0e4b9)
ghc-zlib-enum-devel-0.2.2.1-4.fc18.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-zlib-enum-devel-0.2.2.1-4.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-zlib-enum-devel-0.2.2.1-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-zlib-enum-devel-0.2.2.1-4.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[glabels]
glabels-3.0.1-1.fc19.armv7hl requires libcamel-1.2.so.40
[glogg]
glogg-0.9.1-1.fc19.armv7hl requires libboost_program_options.so.1.50.0
[glom]
glom-1.22.1-1.fc18.armv7hl requires libboost_python.so.1.50.0
glom-libs-1.22.1-1.fc18.armv7hl requires libboost_python.so.1.50.0
[gnash]
1:gnash-0.8.10-4.fc18.armv7hl requires libboost_thread-mt.so.1.50.0
1:gnash-0.8.10-4.fc18.armv7hl requires libboost_system-mt.so.1.50.0
1:gnash-0.8.10-4.fc18.armv7hl requires libboost_serialization-mt.so.1.50.0
1:gnash-0.8.10-4.fc18.armv7hl requires libboost_program_options-mt.so.1.50.0
1:gnash-0.8.10-4.fc18.armv7hl requires libboost_iostreams-mt.so.1.50.0
1:gnash-0.8.10-4.fc18.armv7hl requires libboost_date_time-mt.so.1.50.0
1:gnash-cygnal-0.8.10-4.fc18.armv7hl requires libboost_thread-mt.so.1.50.0
1:gnash-cygnal-0.8.10-4.fc18.armv7hl requires libboost_system-mt.so.1.50.0
1:gnash-cygnal-0.8.10-4.fc18.armv7hl requires libboost_serialization-mt.so.1.50.0
1:gnash-cygnal-0.8.10-4.fc18.armv7hl requires libboost_program_options-mt.so.1.50.0
1:gnash-cygnal-0.8.10-4.fc18.armv7hl requires libboost_iostreams-mt.so.1.50.0
1:gnash-cygnal-0.8.10-4.fc18.armv7hl requires libboost_date_time-mt.so.1.50.0
1:gnash-extension-dejagnu-0.8.10-4.fc18.armv7hl requires libboost_thread-mt.so.1.50.0
1:gnash-extension-dejagnu-0.8.10-4.fc18.armv7hl requires libboost_system-mt.so.1.50.0
1:gnash-extension-dejagnu-0.8.10-4.fc18.armv7hl requires libboost_program_options-mt.so.1.50.0
1:gnash-extension-dejagnu-0.8.10-4.fc18.armv7hl requires libboost_iostreams-mt.so.1.50.0
1:gnash-extension-fileio-0.8.10-4.fc18.armv7hl requires libboost_thread-mt.so.1.50.0
1:gnash-extension-fileio-0.8.10-4.fc18.armv7hl requires libboost_system-mt.so.1.50.0
1:gnash-extension-fileio-0.8.10-4.fc18.armv7hl requires libboost_program_options-mt.so.1.50.0
1:gnash-extension-fileio-0.8.10-4.fc18.armv7hl requires libboost_iostreams-mt.so.1.50.0
1:gnash-extension-lirc-0.8.10-4.fc18.armv7hl requires libboost_thread-mt.so.1.50.0
1:gnash-extension-lirc-0.8.10-4.fc18.armv7hl requires libboost_system-mt.so.1.50.0
1:gnash-extension-lirc-0.8.10-4.fc18.armv7hl requires libboost_program_options-mt.so.1.50.0
1:gnash-extension-lirc-0.8.10-4.fc18.armv7hl requires libboost_iostreams-mt.so.1.50.0
1:gnash-extension-mysql-0.8.10-4.fc18.armv7hl requires libboost_thread-mt.so.1.50.0
1:gnash-extension-mysql-0.8.10-4.fc18.armv7hl requires libboost_system-mt.so.1.50.0
1:gnash-extension-mysql-0.8.10-4.fc18.armv7hl requires libboost_program_options-mt.so.1.50.0
1:gnash-extension-mysql-0.8.10-4.fc18.armv7hl requires libboost_iostreams-mt.so.1.50.0
1:gnash-klash-0.8.10-4.fc18.armv7hl requires libboost_system-mt.so.1.50.0
1:gnash-klash-0.8.10-4.fc18.armv7hl requires libboost_program_options-mt.so.1.50.0
1:gnash-plugin-0.8.10-4.fc18.armv7hl requires libboost_iostreams.so.1.50.0
1:python-gnash-0.8.10-4.fc18.armv7hl requires libboost_thread-mt.so.1.50.0
1:python-gnash-0.8.10-4.fc18.armv7hl requires libboost_system-mt.so.1.50.0
1:python-gnash-0.8.10-4.fc18.armv7hl requires libboost_program_options-mt.so.1.50.0
1:python-gnash-0.8.10-4.fc18.armv7hl requires libboost_iostreams-mt.so.1.50.0
[gnome-applets]
1:gnome-applets-3.5.92-3.fc18.armv7hl requires libgweather-3.so.1
[gnome-boxes]
gnome-boxes-3.7.90-2.fc19.armv7hl requires libvirt-daemon-kvm
[gnome-commander]
3:gnome-commander-1.2.8.15-6.fc18.armv7hl requires libpoppler.so.26
[gnome-panel]
gnome-panel-3.6.2-5.fc19.armv7hl requires libgnome-desktop-3.so.5
gnome-panel-devel-3.6.2-5.fc19.armv7hl requires libgnome-desktop-3.so.5
[gnome-phone-manager]
gnome-phone-manager-0.68-5.fc19.armv7hl requires libedataserverui-3.0.so.4
gnome-phone-manager-0.68-5.fc19.armv7hl requires libcamel-1.2.so.40
gnome-phone-manager-telepathy-0.68-5.fc19.armv7hl requires libcamel-1.2.so.40
[gnuradio]
gnuradio-3.6.1-5.fc19.armv7hl requires libboost_unit_test_framework-mt.so.1.50.0
gnuradio-3.6.1-5.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
gnuradio-3.6.1-5.fc19.armv7hl requires libboost_system-mt.so.1.50.0
gnuradio-3.6.1-5.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
gnuradio-3.6.1-5.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
gnuradio-3.6.1-5.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
gnuradio-examples-3.6.1-5.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
gnuradio-examples-3.6.1-5.fc19.armv7hl requires libboost_system-mt.so.1.50.0
gnuradio-examples-3.6.1-5.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
gnuradio-examples-3.6.1-5.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
gnuradio-examples-3.6.1-5.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[gource]
gource-0.38-2.fc19.armv7hl requires libboost_system-mt.so.1.50.0
gource-0.38-2.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
[gr-air-modes]
gr-air-modes-0-0.7.20120905git6c7a7370.fc18.armv7hl requires libgruel-3.6.3rc0.so.0.0.0
gr-air-modes-0-0.7.20120905git6c7a7370.fc18.armv7hl requires libgnuradio-core-3.6.3rc0.so.0.0.0
[gridsite]
gridsite-1.7.21-1.fc18.armv7hl requires libgsoap.so.2
gridsite-clients-1.7.21-1.fc18.armv7hl requires libgsoapssl.so.2
[grilo-plugins]
grilo-plugins-0.2.5-1.fc18.armv7hl requires libtracker-sparql-0.14.so.0
[gromacs]
gromacs-mpich2-4.6-1.fc18.armv7hl requires libmpich.so.3
gromacs-mpich2-libs-4.6-1.fc18.armv7hl requires libmpich.so.3
[gthumb]
gthumb-3.0.2-3.fc19.armv7hl requires libcogl.so.11
[guitarix]
guitarix-0.23.3-2.fc19.armv7hl requires libboost_system.so.1.50.0
ladspa-guitarix-plugins-0.23.3-2.fc19.armv7hl requires libboost_system.so.1.50.0
[gwenview]
gwenview-4.9.5-1.fc18.armv7hl requires libkipi.so.9
[gxneur]
gxneur-0.16.0-1.fc18.armv7hl requires xneur = 0:0.16.0-1.fc18
[hibernate]
hibernate-testing-4.1.7-5.fc19.noarch requires byteman
[highlighting-kate]
ghc-highlighting-kate-devel-0.5.1-3.fc18.armv7hl requires ghc-devel(pcre-light-0.4-4f534bfa4a008fcd3b50896701dde35e)
ghc-highlighting-kate-devel-0.5.1-3.fc18.armv7hl requires ghc-devel(parsec-3.1.2-aa52f22bca012e8d840fa282bb91da39)
ghc-highlighting-kate-devel-0.5.1-3.fc18.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-highlighting-kate-devel-0.5.1-3.fc18.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-highlighting-kate-devel-0.5.1-3.fc18.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-highlighting-kate-devel-0.5.1-3.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-highlighting-kate-devel-0.5.1-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-highlighting-kate-devel-0.5.1-3.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[hlint]
ghc-hlint-devel-1.8.31-1.fc19.armv7hl requires ghc-devel(uniplate-1.6.7-747a5b3d07ae987eedab6e4015fdbc59)
ghc-hlint-devel-1.8.31-1.fc19.armv7hl requires ghc-devel(transformers-0.3.0.0-e822211489f7414505ab945e95cef411)
ghc-hlint-devel-1.8.31-1.fc19.armv7hl requires ghc-devel(process-1.1.0.1-75c657be9a217dde4641c37deeca1089)
ghc-hlint-devel-1.8.31-1.fc19.armv7hl requires ghc-devel(hscolour-1.20.3-2d0f8c787248b32908de1fb22e29827d)
ghc-hlint-devel-1.8.31-1.fc19.armv7hl requires ghc-devel(haskell-src-exts-1.13.3-2a79c24325a1bd398019783e5e50276a)
ghc-hlint-devel-1.8.31-1.fc19.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-hlint-devel-1.8.31-1.fc19.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-hlint-devel-1.8.31-1.fc19.armv7hl requires ghc-devel(cpphs-1.14-6fdbb3b9e813d49478bf6d715809ac81)
ghc-hlint-devel-1.8.31-1.fc19.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-hlint-devel-1.8.31-1.fc19.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-hlint-devel-1.8.31-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
ghc-hlint-devel-1.8.31-1.fc19.armv7hl requires ghc-compiler = 0:7.4.1
[hugin]
hugin-2011.4.0-9.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
hugin-2011.4.0-9.fc19.armv7hl requires libboost_system-mt.so.1.50.0
hugin-2011.4.0-9.fc19.armv7hl requires libboost_signals-mt.so.1.50.0
hugin-2011.4.0-9.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
hugin-2011.4.0-9.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
hugin-2011.4.0-9.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
hugin-2011.4.0-9.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
hugin-2011.4.0-9.fc19.armv7hl requires libGLEW.so.1.7
hugin-base-2011.4.0-9.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
hugin-base-2011.4.0-9.fc19.armv7hl requires libboost_system-mt.so.1.50.0
hugin-base-2011.4.0-9.fc19.armv7hl requires libboost_signals-mt.so.1.50.0
hugin-base-2011.4.0-9.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
hugin-base-2011.4.0-9.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
hugin-base-2011.4.0-9.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
hugin-base-2011.4.0-9.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
hugin-base-2011.4.0-9.fc19.armv7hl requires libGLEW.so.1.7
[ibus-qt]
ibus-qt-1.3.1-10.fc18.armv7hl requires libicuuc.so.49
ibus-qt-1.3.1-10.fc18.armv7hl requires libicui18n.so.49
ibus-qt-1.3.1-10.fc18.armv7hl requires libicudata.so.49
[idzebra]
idzebra-2.0.52-2.fc19.armv7hl requires libicuuc.so.49
idzebra-2.0.52-2.fc19.armv7hl requires libicui18n.so.49
idzebra-2.0.52-2.fc19.armv7hl requires libicudata.so.49
libidzebra-modules-2.0.52-2.fc19.armv7hl requires libicuuc.so.49
libidzebra-modules-2.0.52-2.fc19.armv7hl requires libicui18n.so.49
libidzebra-modules-2.0.52-2.fc19.armv7hl requires libicudata.so.49
[imagefactory]
imagefactory-1.1.2-1.fc19.noarch requires python-libguestfs
imagefactory-1.1.2-1.fc19.noarch requires iwhd >= 0:1.2
[jboss-jts]
jboss-jts-4.16.2-11.fc19.noarch requires byteman
[jboss-msc]
jboss-msc-1.0.2-5.fc19.noarch requires byteman
[k3d]
k3d-0.8.0.2-12.fc19.armv7hl requires libboost_unit_test_framework-mt.so.1.50.0
k3d-0.8.0.2-12.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
k3d-0.8.0.2-12.fc19.armv7hl requires libboost_python-mt.so.1.50.0
k3d-0.8.0.2-12.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
k3d-0.8.0.2-12.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[kalzium]
kalzium-4.9.5-1.fc18.armv7hl requires libboost_python-mt.so.1.50.0
kalzium-4.9.5-1.fc18.armv7hl requires libGLEW.so.1.7
kalzium-libs-4.9.5-1.fc18.armv7hl requires libkdeedu(armv7hl-32) >= 0:4.9.5
kalzium-libs-4.9.5-1.fc18.armv7hl requires libboost_python-mt.so.1.50.0
kalzium-libs-4.9.5-1.fc18.armv7hl requires libGLEW.so.1.7
[kdeaccessibility]
1:kdeaccessibility-4.10.0-1.fc19.noarch requires kmouth >= 0:4.10.0
1:kdeaccessibility-4.10.0-1.fc19.noarch requires kmousetool >= 0:4.10.0
1:kdeaccessibility-4.10.0-1.fc19.noarch requires kmag >= 0:4.10.0
1:kdeaccessibility-4.10.0-1.fc19.noarch requires kaccessible >= 0:4.10.0
1:kdeaccessibility-4.10.0-1.fc19.noarch requires jovie >= 0:4.10.0
[kdeedu]
kdeedu-4.10.0-1.fc19.noarch requires step >= 0:4.10.0
kdeedu-4.10.0-1.fc19.noarch requires parley >= 0:4.10.0
kdeedu-4.10.0-1.fc19.noarch requires pairs >= 0:4.10.0
kdeedu-4.10.0-1.fc19.noarch requires kwordquiz >= 0:4.10.0
kdeedu-4.10.0-1.fc19.noarch requires kturtle >= 0:4.10.0
kdeedu-4.10.0-1.fc19.noarch requires ktouch >= 0:4.10.0
kdeedu-4.10.0-1.fc19.noarch requires klettres >= 0:4.10.0
kdeedu-4.10.0-1.fc19.noarch requires kiten >= 0:4.10.0
kdeedu-4.10.0-1.fc19.noarch requires khangman >= 0:4.10.0
kdeedu-4.10.0-1.fc19.noarch requires kgeography >= 0:4.10.0
kdeedu-4.10.0-1.fc19.noarch requires kanagram >= 0:4.10.0
kdeedu-4.10.0-1.fc19.noarch requires kalzium >= 0:4.10.0
kdeedu-4.10.0-1.fc19.noarch requires blinken >= 0:4.10.0
kdeedu-math-4.10.0-1.fc19.noarch requires rocs >= 0:4.10.0
kdeedu-math-4.10.0-1.fc19.noarch requires kmplot >= 0:4.10.0
kdeedu-math-4.10.0-1.fc19.noarch requires kig >= 0:4.10.0
kdeedu-math-4.10.0-1.fc19.noarch requires kbruch >= 0:4.10.0
kdeedu-math-4.10.0-1.fc19.noarch requires kalgebra >= 0:4.10.0
kdeedu-math-4.10.0-1.fc19.noarch requires cantor >= 0:4.10.0
[kdegames]
6:kdegames-4.10.0-1.fc19.noarch requires ktuberling >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires ksudoku >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires ksquares >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires ksnakeduel >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires ksirk >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires konquest >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires kollision >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires kolf >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires knetwalk >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires knavalbattle >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires klickety >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires kjumpingcube >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires kiriki >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires killbots >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires kbreakout >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires kbounce >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires kblocks >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires kblackbox >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires katomic >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires kapman >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires granatier >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires bovo >= 0:4.10.0
6:kdegames-4.10.0-1.fc19.noarch requires bomber >= 0:4.10.0
6:kdegames-minimal-4.10.0-1.fc19.noarch requires kpat >= 0:4.10.0
6:kdegames-minimal-4.10.0-1.fc19.noarch requires kmines >= 0:4.10.0
[kdegraphics]
7:kdegraphics-4.10.0-1.fc19.noarch requires svgpart >= 0:4.10.0
7:kdegraphics-4.10.0-1.fc19.noarch requires ksnapshot >= 0:4.10.0
7:kdegraphics-4.10.0-1.fc19.noarch requires ksaneplugin >= 0:4.10.0
7:kdegraphics-4.10.0-1.fc19.noarch requires kruler >= 0:4.10.0
7:kdegraphics-4.10.0-1.fc19.noarch requires kolourpaint >= 0:4.10.0
7:kdegraphics-4.10.0-1.fc19.noarch requires kgamma >= 0:4.10.0
7:kdegraphics-4.10.0-1.fc19.noarch requires kdegraphics-thumbnailers >= 0:4.10.0
7:kdegraphics-4.10.0-1.fc19.noarch requires kdegraphics-strigi-analyzer >= 0:4.10.0
7:kdegraphics-4.10.0-1.fc19.noarch requires kdegraphics-mobipocket >= 0:4.10.0
7:kdegraphics-4.10.0-1.fc19.noarch requires kcolorchooser >= 0:4.10.0
7:kdegraphics-4.10.0-1.fc19.noarch requires kamera >= 0:4.10.0
7:kdegraphics-4.10.0-1.fc19.noarch requires gwenview >= 0:4.10.0
7:kdegraphics-libs-4.10.0-1.fc19.noarch requires libksane >= 0:4.10.0
[kdegraphics-mobipocket]
kdegraphics-mobipocket-4.9.5-1.fc18.armv7hl requires libokularcore.so.1
[kdegraphics-thumbnailers]
kdegraphics-thumbnailers-4.9.5-1.fc18.armv7hl requires libkdcraw.so.21
[kdemultimedia]
6:kdemultimedia-4.10.0-1.fc19.noarch requires kscd >= 0:4.10.0
6:kdemultimedia-4.10.0-1.fc19.noarch requires kmix >= 0:4.10.0
6:kdemultimedia-4.10.0-1.fc19.noarch requires juk >= 0:4.10.0
6:kdemultimedia-4.10.0-1.fc19.noarch requires dragon >= 0:4.10.0
[kdepim-runtime]
1:kdepim-runtime-4.9.2-1.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
1:kdepim-runtime-4.9.2-1.fc19.armv7hl requires libboost_system-mt.so.1.50.0
[kdeplasma-addons]
plasma-wallpaper-marble-4.9.2-1.fc19.armv7hl requires libmarblewidget.so.14
[kdeutils]
6:kdeutils-4.10.0-1.fc19.noarch requires sweeper >= 0:4.10.0
6:kdeutils-4.10.0-1.fc19.noarch requires superkaramba >= 0:4.10.0
6:kdeutils-4.10.0-1.fc19.noarch requires kremotecontrol >= 0:4.10.0
6:kdeutils-4.10.0-1.fc19.noarch requires kfloppy >= 0:4.10.0
6:kdeutils-4.10.0-1.fc19.noarch requires kcharselect >= 0:4.10.0
6:kdeutils-4.10.0-1.fc19.noarch requires filelight >= 1:4.10.0
6:kdeutils-minimal-4.10.0-1.fc19.noarch requires kwallet >= 0:4.10.0
6:kdeutils-minimal-4.10.0-1.fc19.noarch requires ktimer >= 0:4.10.0
6:kdeutils-minimal-4.10.0-1.fc19.noarch requires kgpg >= 0:4.10.0
6:kdeutils-minimal-4.10.0-1.fc19.noarch requires kdf >= 0:4.10.0
6:kdeutils-minimal-4.10.0-1.fc19.noarch requires kcalc >= 0:4.10.0
6:kdeutils-minimal-4.10.0-1.fc19.noarch requires ark >= 0:4.10.0
[kig]
kig-4.9.2-1.fc19.armv7hl requires libboost_python-mt.so.1.50.0
[kimono]
kimono-4.9.5-1.fc18.armv7hl requires qyoto(armv7hl-32) >= 0:4.9.5
[kover]
kover-5-1.fc18.armv7hl requires libcdio.so.13(CDIO_13)
kover-5-1.fc18.armv7hl requires libcdio.so.13
[ktp-text-ui]
ktp-text-ui-0.5.0-1.fc19.armv7hl requires libtelepathy-logger.so.2
[latte-integrale]
4ti2-1.5-6.fc18.armv7hl requires libglpk.so.0
4ti2-libs-1.5-6.fc18.armv7hl requires libglpk.so.0
[lcgdm]
dpm-copy-server-mysql-1.8.5-1.fc18.armv7hl requires libgsoap.so.2
dpm-srm-server-mysql-1.8.5-1.fc18.armv7hl requires libgsoap.so.2
lfc-1.8.5-1.fc18.armv7hl requires libgsoap.so.2
lfc-dli-1.8.5-1.fc18.armv7hl requires libgsoap.so.2
[lcgdm-dav]
lcgdm-dav-0.8.0-2.fc18.armv7hl requires libgsoapssl.so.2
lcgdm-dav-libs-0.8.0-2.fc18.armv7hl requires libgsoapssl.so.2
lcgdm-dav-server-0.8.0-2.fc18.armv7hl requires libgsoapssl.so.2
[lessjs]
lessjs-1.3.1-5.fc19.noarch requires nodejs
[libcommuni]
communi-1.2.1-1.fc19.armv7hl requires libicuuc.so.49
communi-1.2.1-1.fc19.armv7hl requires libicui18n.so.49
communi-1.2.1-1.fc19.armv7hl requires libicudata.so.49
[libextractor]
libextractor-plugins-pdf-0.6.3-1805.1.fc18.armv7hl requires libpoppler.so.26
[libfm]
libfm-1.1.0-1.fc19.armv7hl requires libmenu-cache.so.1
libfm-gtk-1.1.0-1.fc19.armv7hl requires libmenu-cache.so.1
[libfreenect]
libfreenect-opencv-0.1.2-2.fc19.armv7hl requires libopencv_nonfree.so.2.4
libfreenect-opencv-0.1.2-2.fc19.armv7hl requires libopencv_gpu.so.2.4
[libgda]
1:libgda-tools-5.1.1-4.fc18.armv7hl requires libgraph.so.5
[libircclient-qt]
libircclient-qt-0.5.0-6.fc18.armv7hl requires libicuuc.so.49
libircclient-qt-0.5.0-6.fc18.armv7hl requires libicui18n.so.49
libircclient-qt-0.5.0-6.fc18.armv7hl requires libicudata.so.49
[libtranslit]
libtranslit-icu-0.0.2-3.fc18.armv7hl requires libicuuc.so.49
libtranslit-icu-0.0.2-3.fc18.armv7hl requires libicuio.so.49
libtranslit-icu-0.0.2-3.fc18.armv7hl requires libicui18n.so.49
libtranslit-icu-0.0.2-3.fc18.armv7hl requires libicudata.so.49
[licq]
licq-1.6.1-3.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
[liveusb-creator]
liveusb-creator-3.11.7-3.fc19.noarch requires syslinux-extlinux
liveusb-creator-3.11.7-3.fc19.noarch requires syslinux
[mail-notification]
mail-notification-evolution-plugin-5.4-64.git.eab5c13.fc18.armv7hl requires libevolution-utils.so
mail-notification-evolution-plugin-5.4-64.git.eab5c13.fc18.armv7hl requires libemiscwidgets.so
mail-notification-evolution-plugin-5.4-64.git.eab5c13.fc18.armv7hl requires libemail-utils.so
mail-notification-evolution-plugin-5.4-64.git.eab5c13.fc18.armv7hl requires libedataserverui-3.0.so.4
mail-notification-evolution-plugin-5.4-64.git.eab5c13.fc18.armv7hl requires libebackend-1.2.so.5
mail-notification-evolution-plugin-5.4-64.git.eab5c13.fc18.armv7hl requires libcamel-1.2.so.40
[maliit-plugins]
maliit-plugins-0.93.1-2.fc19.armv7hl requires libmaliit-plugins-1.0.so.0
[mbox2eml]
mbox2eml-0.1.1-15.fc18.armv7hl requires libboost_system.so.1.50.0
mbox2eml-0.1.1-15.fc18.armv7hl requires libboost_filesystem.so.1.50.0
[mediawiki-semantic]
mediawiki-semantic-1.7.0.2-4.fc19.noarch requires mediawiki-nomath
[merkaartor]
merkaartor-0.18.0-0.3.git654e49ba.fc17.armv7hl requires libexiv2.so.11
[mingw-angleproject]
mingw64-angleproject-0-0.3.svn1561.20121214.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-antlr]
mingw64-antlr-2.7.7-11.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-atkmm]
mingw64-atkmm-2.22.6-6.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-boost]
mingw64-boost-1.50.0-2.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-cairo]
mingw64-cairo-1.12.10-2.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-cairomm]
mingw64-cairomm-1.10.0-9.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-clucene]
mingw64-clucene-2.3.3.4-6.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-cximage]
mingw64-cximage-600-8.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-enchant]
mingw64-enchant-1.6.0-8.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-fontconfig]
mingw64-fontconfig-2.10.91-2.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-glibmm24]
mingw64-glibmm24-2.34.1-2.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-gmp]
mingw64-gmp-5.0.5-2.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-gnutls]
mingw64-gnutls-3.1.7-1.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-gstreamer]
mingw64-gstreamer-0.10.36-3.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-gtkmm24]
mingw64-gtkmm24-2.24.2-8.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-gtkmm30]
mingw64-gtkmm30-3.6.0-2.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-harfbuzz]
mingw64-harfbuzz-0.9.9-3.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-hunspell]
mingw64-hunspell-1.3.2-9.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-icu]
mingw64-icu-49.1.2-2.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-libsigc++20]
mingw64-libsigc++20-2.2.11-2.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-libsqlite3x]
mingw64-libsq3-20071018-18.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
mingw64-libsqlite3x-20071018-18.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-libvirt]
mingw64-libvirt-0.10.2-3.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-libxml++]
mingw64-libxml++-2.36.0-2.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-pangomm]
mingw64-pangomm-2.28.4-5.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-pcre]
mingw64-pcre-8.31-2.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-polyclipping]
mingw64-polyclipping-5.0.3-4.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-pthreads]
mingw64-pthreads-2.8.0-23.20110511cvs.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-qpid-cpp]
mingw64-qpid-cpp-0.14-7.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-qwt]
mingw64-qwt-6.0.1-2.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-webkitgtk]
mingw64-webkitgtk-1.10.2-3.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-webkitgtk3]
mingw64-webkitgtk3-1.10.2-3.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-wxWidgets]
mingw64-wxWidgets-2.8.12-13.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[mingw-zfstream]
mingw64-zfstream-20041202-16.fc19.noarch requires mingw64(libgcc_s_seh-1.dll)
[minion]
minion-0.14-2.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
[mirall]
mirall-common-1.2.0-1.fc18.armv7hl requires owncloud-csync-plugin-owncloud >= 0:0.70.3
[mlpack]
mlpack-1.0.3-3.fc19.armv7hl requires libboost_unit_test_framework-mt.so.1.50.0
mlpack-1.0.3-3.fc19.armv7hl requires libboost_random-mt.so.1.50.0
mlpack-1.0.3-3.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
mlpack-bin-1.0.3-3.fc19.armv7hl requires libboost_unit_test_framework-mt.so.1.50.0
mlpack-bin-1.0.3-3.fc19.armv7hl requires libboost_random-mt.so.1.50.0
mlpack-bin-1.0.3-3.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
[mmseq]
mmseq-0.9.18-4.fc19.armv7hl requires libboost_regex.so.1.50.0
[mod_security_crs]
mod_security_crs-2.2.6-5.fc19.noarch requires mod_security >= 0:2.7.0
[mpi4py]
mpi4py-mpich2-1.3-5.fc18.armv7hl requires libmpich.so.3
python3-mpi4py-mpich2-1.3-5.fc18.armv7hl requires libmpich.so.3
[msort]
msort-8.53-9.fc18.armv7hl requires libicuuc.so.49
msort-8.53-9.fc18.armv7hl requires libicutu.so.49
[mygui]
mygui-3.2.0-2.fc19.armv7hl requires libboost_system-mt.so.1.50.0
mygui-3.2.0-2.fc19.armv7hl requires libCommon.so
mygui-demos-3.2.0-2.fc19.armv7hl requires libboost_system-mt.so.1.50.0
mygui-demos-3.2.0-2.fc19.armv7hl requires libCommon.so
mygui-devel-3.2.0-2.fc19.armv7hl requires libboost_system-mt.so.1.50.0
mygui-tools-3.2.0-2.fc19.armv7hl requires libboost_system-mt.so.1.50.0
mygui-tools-3.2.0-2.fc19.armv7hl requires libCommon.so
[netcdf-cxx4]
netcdf-cxx4-mpich2-4.2-6.fc18.armv7hl requires libmpichcxx.so.3
netcdf-cxx4-mpich2-4.2-6.fc18.armv7hl requires libmpich.so.3
[nfsometer]
nfsometer-1.3-2.fc19.noarch requires filebench
[nip2]
nip2-7.28.5-1.fc18.armv7hl requires libgraph.so.5
[node-gyp]
node-gyp-0.8.4-1.fc19.noarch requires nodejs-devel
node-gyp-0.8.4-1.fc19.noarch requires nodejs(engine) >= 0:0.6.0
[nodejs-abbrev]
nodejs-abbrev-1.0.4-3.fc19.noarch requires nodejs(engine)
[nodejs-amdefine]
nodejs-amdefine-0.0.4-1.fc19.noarch requires nodejs(engine) >= 0:0.4.2
[nodejs-ansi]
nodejs-ansi-0.1.2-5.fc19.noarch requires nodejs(engine)
[nodejs-archy]
nodejs-archy-0.0.2-6.fc19.noarch requires nodejs(engine)
[nodejs-async]
nodejs-async-0.2.5-1.fc19.noarch requires nodejs(engine)
[nodejs-bindings]
nodejs-bindings-1.0.0-1.fc19.noarch requires nodejs(engine)
[nodejs-block-stream]
nodejs-block-stream-0.0.6-5.fc19.noarch requires nodejs(engine)
[nodejs-buffer-crc32]
nodejs-buffer-crc32-0.2.1-3.fc19.noarch requires nodejs(engine)
[nodejs-buffer-equal]
nodejs-buffer-equal-0.0.0-1.fc19.noarch requires nodejs(engine) >= 0:0.4.0
[nodejs-bytes]
nodejs-bytes-0.2.0-2.fc19.noarch requires nodejs(engine)
[nodejs-charm]
nodejs-charm-0.1.0-2.fc19.noarch requires nodejs(engine)
[nodejs-chownr]
nodejs-chownr-0.0.1-7.fc19.noarch requires nodejs(engine)
[nodejs-chrono]
nodejs-chrono-1.0.4-1.fc19.noarch requires nodejs(engine)
[nodejs-combined-stream]
nodejs-combined-stream-0.0.4-1.fc19.noarch requires nodejs(engine)
[nodejs-commander]
nodejs-commander-1.1.1-1.fc19.noarch requires nodejs(engine) >= 0:0.6.0
[nodejs-config-chain]
nodejs-config-chain-1.1.5-1.fc19.noarch requires nodejs(engine)
[nodejs-cookie]
nodejs-cookie-0.0.5-2.fc19.noarch requires nodejs(engine)
[nodejs-cookie-signature]
nodejs-cookie-signature-0.0.1-2.fc19.noarch requires nodejs(engine)
[nodejs-couch-login]
nodejs-couch-login-0.1.15-3.fc19.noarch requires nodejs(engine)
[nodejs-cssom]
nodejs-cssom-0.2.5-3.fc19.noarch requires nodejs(engine) >= 0:0.2.0
[nodejs-debug]
nodejs-debug-0.7.2-2.fc19.noarch requires nodejs(engine)
[nodejs-deep-equal]
nodejs-deep-equal-0.0.0-2.fc19.noarch requires nodejs(engine)
[nodejs-delayed-stream]
nodejs-delayed-stream-0.0.5-3.fc19.noarch requires nodejs(engine) >= 0:0.4.0
[nodejs-diff]
nodejs-diff-1.0.4-1.fc19.noarch requires nodejs(engine) >= 0:0.3.1
[nodejs-difflet]
nodejs-difflet-0.2.3-2.fc19.noarch requires nodejs(engine) >= 0:0.4.0
[nodejs-eyes]
nodejs-eyes-0.1.8-1.fc19.noarch requires nodejs(engine) > 0:0.1.90
[nodejs-form-data]
nodejs-form-data-0.0.7-1.fc19.noarch requires nodejs(engine)
[nodejs-formidable]
nodejs-formidable-1.0.11-3.fc19.noarch requires nodejs(engine)
[nodejs-fresh]
nodejs-fresh-0.1.0-2.fc19.noarch requires nodejs(engine)
[nodejs-fstream]
nodejs-fstream-0.1.22-1.fc19.noarch requires nodejs(engine) >= 0:0.6
[nodejs-fstream-ignore]
nodejs-fstream-ignore-0.0.6-1.fc19.noarch requires nodejs(engine)
[nodejs-fstream-npm]
nodejs-fstream-npm-0.1.3-3.fc19.noarch requires nodejs(engine)
[nodejs-generic-pool]
nodejs-generic-pool-2.0.3-1.fc19.noarch requires nodejs(engine) >= 0:0.2.0
[nodejs-glob]
nodejs-glob-3.1.20-1.fc19.noarch requires nodejs(engine)
[nodejs-graceful-fs]
nodejs-graceful-fs-1.2.0-1.fc19.noarch requires nodejs(engine) >= 0:0.4.0
[nodejs-growl]
nodejs-growl-1.7.0-2.fc19.noarch requires nodejs(engine)
[nodejs-inherits]
nodejs-inherits-1.0.0-7.fc19.noarch requires nodejs(engine)
[nodejs-ini]
nodejs-ini-1.1.0-1.fc19.noarch requires nodejs(engine)
[nodejs-init-package-json]
nodejs-init-package-json-0.0.7-4.fc19.noarch requires nodejs(engine)
[nodejs-jade]
nodejs-jade-0.28.1-2.fc19.noarch requires nodejs(engine)
[nodejs-keypress]
nodejs-keypress-0.1.0-2.fc19.noarch requires nodejs(engine)
[nodejs-lockfile]
nodejs-lockfile-0.3.0-1.fc19.noarch requires nodejs(engine)
[nodejs-lru-cache]
nodejs-lru-cache-2.2.2-1.fc19.noarch requires nodejs(engine)
[nodejs-methods]
nodejs-methods-0.0.1-2.fc19.noarch requires nodejs(engine)
[nodejs-mime]
nodejs-mime-1.2.9-1.fc19.noarch requires nodejs(engine)
[nodejs-minimatch]
nodejs-minimatch-0.2.9-3.fc19.noarch requires nodejs(engine)
[nodejs-mkdirp]
nodejs-mkdirp-0.3.4-3.fc19.noarch requires nodejs(engine)
[nodejs-ms]
nodejs-ms-0.5.0-2.fc19.noarch requires nodejs(engine)
[nodejs-mute-stream]
nodejs-mute-stream-0.0.3-4.fc19.noarch requires nodejs(engine)
[nodejs-nopt]
nodejs-nopt-2.1.1-1.fc19.noarch requires nodejs(engine)
[nodejs-npm-registry-client]
nodejs-npm-registry-client-0.2.15-1.fc19.noarch requires nodejs(engine)
[nodejs-npmconf]
nodejs-npmconf-0.0.23-1.fc19.noarch requires nodejs(engine)
[nodejs-npmlog]
nodejs-npmlog-0.0.2-3.fc19.noarch requires nodejs(engine)
[nodejs-once]
nodejs-once-1.1.1-3.fc19.noarch requires nodejs(engine)
[nodejs-opener]
nodejs-opener-1.3.0-5.fc19.noarch requires nodejs(engine)
[nodejs-optimist]
nodejs-optimist-0.3.5-1.fc19.noarch requires nodejs(engine)
[nodejs-opts]
nodejs-opts-1.2.2-3.fc19.noarch requires nodejs(engine) >= 0:0.1.90
[nodejs-osenv]
nodejs-osenv-0.0.3-3.fc19.noarch requires nodejs(engine)
[nodejs-pause]
nodejs-pause-0.0.1-1.fc19.noarch requires nodejs(engine)
[nodejs-pkginfo]
nodejs-pkginfo-0.3.0-2.fc19.noarch requires nodejs(engine) >= 0:0.4.0
[nodejs-promzard]
nodejs-promzard-0.2.0-4.fc19.noarch requires nodejs(engine)
[nodejs-proto-list]
nodejs-proto-list-1.2.2-3.fc19.noarch requires nodejs(engine)
[nodejs-qs]
nodejs-qs-0.5.3-3.fc19.noarch requires nodejs(engine)
[nodejs-range-parser]
nodejs-range-parser-0.0.4-3.fc19.noarch requires nodejs(engine)
[nodejs-read]
nodejs-read-1.0.4-5.fc19.noarch requires nodejs(engine) >= 0:0.8
[nodejs-read-installed]
nodejs-read-installed-0.1.1-1.fc19.noarch requires nodejs(engine)
[nodejs-read-package-json]
nodejs-read-package-json-0.2.0-1.fc19.noarch requires nodejs(engine)
[nodejs-request]
nodejs-request-2.12.0-5.fc19.noarch requires nodejs(engine)
[nodejs-retry]
nodejs-retry-0.6.0-3.fc19.noarch requires nodejs(engine)
[nodejs-rimraf]
nodejs-rimraf-2.1.4-1.fc19.noarch requires nodejs(engine)
[nodejs-sax]
nodejs-sax-0.5.2-1.fc19.noarch requires nodejs(engine)
[nodejs-semver]
nodejs-semver-1.1.3-1.fc19.noarch requires nodejs(engine)
[nodejs-send]
nodejs-send-0.1.0-3.fc19.noarch requires nodejs(engine)
[nodejs-sigmund]
nodejs-sigmund-1.0.0-3.fc19.noarch requires nodejs(engine)
[nodejs-slide]
nodejs-slide-1.1.3-5.fc19.noarch requires nodejs(engine)
[nodejs-source-map]
nodejs-source-map-0.1.8-3.fc19.noarch requires nodejs(engine) >= 0:0.8.0
[nodejs-tar]
nodejs-tar-0.1.16-1.fc19.noarch requires nodejs(engine)
[nodejs-tobi-cookie]
nodejs-tobi-cookie-0.3.2-2.fc19.noarch requires nodejs(engine) >= 0:0.4.
[nodejs-traverse]
nodejs-traverse-0.6.3-2.fc19.noarch requires nodejs(engine)
[nodejs-uid-number]
nodejs-uid-number-0.0.3-5.fc19.noarch requires nodejs(engine)
[nodejs-underscore]
nodejs-underscore-1.4.4-1.fc19.noarch requires nodejs(engine)
[nodejs-which]
nodejs-which-1.0.5-5.fc19.noarch requires nodejs(engine)
[nodejs-wordwrap]
nodejs-wordwrap-0.0.2-2.fc19.noarch requires nodejs(engine) >= 0:0.4.0
[nodejs-yamlish]
nodejs-yamlish-0.0.5-2.fc19.noarch requires nodejs(engine)
[npm]
npm-1.2.10-2.fc19.noarch requires nodejs(engine) >= 0:0.6
npm-1.2.10-2.fc19.noarch requires /usr/bin/node
[nss-gui]
nss-gui-0.3.10-6.fc18.armv7hl requires libboost_system.so.1.50.0
nss-gui-0.3.10-6.fc18.armv7hl requires libboost_program_options.so.1.50.0
[ocaml-libvirt]
ocaml-libvirt-0.6.1.2-5.fc19.armv7hl requires ocaml(runtime) = 0:4.00.0
[ompl]
ompl-0.11.1-2.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
ompl-0.11.1-2.fc19.armv7hl requires libboost_system-mt.so.1.50.0
ompl-0.11.1-2.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
ompl-0.11.1-2.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
ompl-0.11.1-2.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[openlierox]
openlierox-0.57-0.16.beta8.fc15.armv7hl requires libzip.so.1
[openlmi-storage]
openlmi-storage-0.5.0-2.fc19.noarch requires openlmi-providers >= 0:0.0.17
openlmi-storage-0.5.0-2.fc19.noarch requires openlmi-providers >= 0:0.0.17
[openpts]
openpts-0.2.6-5.fc19.armv7hl requires tboot
[openshift-origin-broker]
openshift-origin-broker-1.4.1-1.fc19.noarch requires mongodb-server
[openstack-keystone]
python-keystone-2013.1-0.5.g3.fc19.noarch requires python-sqlalchemy < 0:0.8.0
[openstack-nova]
openstack-nova-compute-2013.1-0.7.g3.fc19.noarch requires qemu-kvm
openstack-nova-compute-2013.1-0.7.g3.fc19.noarch requires python-libguestfs
[openstack-quantum]
python-quantum-2013.1-0.4.g3.fc19.noarch requires python-sqlalchemy < 0:0.8.0
[openttd]
openttd-1.2.3-1.fc19.armv7hl requires libicuuc.so.49
openttd-1.2.3-1.fc19.armv7hl requires libicui18n.so.49
openttd-1.2.3-1.fc19.armv7hl requires libicudata.so.49
[osm2pgsql]
osm2pgsql-0.70.5-0.9.20121021svn.fc18.armv7hl requires libgeos-3.3.2.so
[ovirt-node]
ovirt-node-2.6.0-1.fc19.noarch requires grub2
[oxine]
oxine-0.7.1-15.fc18.armv7hl requires libcdio.so.13(CDIO_13)
oxine-0.7.1-15.fc18.armv7hl requires libcdio.so.13
[oz]
oz-0.9.0-2.fc19.noarch requires python-libguestfs
[pam_mapi]
pam_mapi-0.1.2-1.fc19.armv7hl requires libicuuc.so.49
pam_mapi-0.1.2-1.fc19.armv7hl requires libicui18n.so.49
pam_mapi-0.1.2-1.fc19.armv7hl requires libicudata.so.49
[pandoc]
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(zlib-0.5.3.3-9ed15628a121b3b57f97b7acc02bf5d9)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(xml-1.3.12-ef89d3099ce9e509aca00bdf76267bd0)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(utf8-string-0.3.7-c7280f4e63ecb7f889733961921b0a08)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(time-1.4-ec63baa625d665c0186973a735353a92)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(syb-0.3.6.1-ad5889c79a555efaeb0cf987ce0538b6)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(random-1.0.1.1-344e28107234161fa7cee9d2b8286400)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(process-1.1.0.1-75c657be9a217dde4641c37deeca1089)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(parsec-3.1.2-aa52f22bca012e8d840fa282bb91da39)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(pandoc-types-1.9.1-79c40f51c8cd0c99176b26a36305cd94)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(old-locale-1.0.0.4-29bd50ed2bb4a20928338f52e4ab1b71)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(network-2.3.0.13-9c99a1a4aa2246a8a982a8d0d06a9288)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(json-0.5-ad6d291a60d2fe0f9c1a96472748d017)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(filepath-1.3.0.0-163d98205bc8b0b4bc53f96f01a7b1d3)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(extensible-exceptions-0.1.1.4-d27a1ac47e54880cae007cceceb41580)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(directory-1.1.0.2-57272bb6e6af1b87aef1997000f3c3f5)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(citeproc-hs-0.3.4-52860e1ffa82c88d0e3315516bf87ffd)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(bytestring-0.9.2.1-e17f079c567af622e7409c91dd8379a9)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-devel(HTTP-4000.2.3-55fae5c99015fe5a3c85be37cb94618d)
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-compiler = 0:7.4.1
ghc-pandoc-devel-1.9.4.2-5.fc19.armv7hl requires ghc-compiler = 0:7.4.1
[pdf2djvu]
pdf2djvu-0.7.4-16.fc18.armv7hl requires libpoppler.so.26
[pdftk]
pdftk-1.44-10.fc18.armv7hl requires libgcj.so.13
[pdns]
pdns-3.1-4.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
pdns-3.1-4.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
[perl-Language-Prolog-Yaswi]
perl-Language-Prolog-Yaswi-0.21-6.fc19.armv7hl requires libswipl.so.6.2.2
[perl-Lingua-Identify]
perl-Lingua-Identify-0.51-3.fc19.noarch requires perl(Text::Ngram)
perl-Lingua-Identify-tools-0.51-3.fc19.noarch requires perl(Text::Ngram)
perl-Lingua-Identify-tools-0.51-3.fc19.noarch requires perl(Text::ExtractWords)
[perl-MongoDB]
perl-MongoDB-0.41-3.fc15.armv7hl requires perl(:MODULE_COMPAT_5.12.4)
[perl-qpid]
perl-qpid-0.20-1.fc17.armv7hl requires perl(:MODULE_COMPAT_5.14.3)
[perl-qpid_proton]
perl-qpid_proton-0.3-2.fc18.armv7hl requires qpid-proton = 0:0.3
[pgRouting]
pgRouting-1.05-1.fc19.armv7hl requires libCGAL.so.9
[php-horde-Horde-Alarm]
php-horde-Horde-Alarm-2.0.3-3.fc19.noarch requires php-pear(pear.horde.org/Horde_Prefs) >= 0:2.0.0
php-horde-Horde-Alarm-2.0.3-3.fc19.noarch requires php-pear(pear.horde.org/Horde_Perms) >= 0:2.0.0
php-horde-Horde-Alarm-2.0.3-3.fc19.noarch requires php-pear(pear.horde.org/Horde_Notification) >= 0:2.0.0
php-horde-Horde-Alarm-2.0.3-3.fc19.noarch requires php-pear(pear.horde.org/Horde_Mime) >= 0:2.0.0
php-horde-Horde-Alarm-2.0.3-3.fc19.noarch requires php-pear(pear.horde.org/Horde_Mail) >= 0:2.0.0
php-horde-Horde-Alarm-2.0.3-3.fc19.noarch requires php-pear(pear.horde.org/Horde_Db) >= 0:2.0.0
[php-pecl-gearman]
php-pecl-gearman-1.0.2-1.fc18.armv7hl requires libgearman.so.6
[pingus]
pingus-0.7.6-4.fc18.armv7hl requires libboost_signals.so.1.50.0
[player]
player-3.0.2-21.fc18.armv7hl requires libgeos-3.3.2.so
player-3.0.2-21.fc18.armv7hl requires libboost_thread-mt.so.1.50.0
player-3.0.2-21.fc18.armv7hl requires libboost_system-mt.so.1.50.0
player-3.0.2-21.fc18.armv7hl requires libboost_signals-mt.so.1.50.0
[plee-the-bear]
plee-the-bear-0.6.0-8.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
plee-the-bear-0.6.0-8.fc19.armv7hl requires libboost_system-mt.so.1.50.0
plee-the-bear-0.6.0-8.fc19.armv7hl requires libboost_signals-mt.so.1.50.0
plee-the-bear-0.6.0-8.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
plee-the-bear-0.6.0-8.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
[pokerth]
pokerth-0.9.5-4.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
pokerth-0.9.5-4.fc19.armv7hl requires libboost_system-mt.so.1.50.0
pokerth-0.9.5-4.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
pokerth-0.9.5-4.fc19.armv7hl requires libboost_random-mt.so.1.50.0
pokerth-0.9.5-4.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
pokerth-0.9.5-4.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
pokerth-0.9.5-4.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
[polybori]
python-polybori-0.8.2-5.fc19.armv7hl requires libboost_python.so.1.50.0
[pragha]
pragha-1.1.1-1.fc19.armv7hl requires libcdio.so.13(CDIO_13)
pragha-1.1.1-1.fc19.armv7hl requires libcdio.so.13
[pyexiv2]
pyexiv2-0.3.2-5.fc18.armv7hl requires libboost_python.so.1.50.0
[pyicu]
pyicu-1.4-1.fc19.armv7hl requires libicuuc.so.49
pyicu-1.4-1.fc19.armv7hl requires libicule.so.49
pyicu-1.4-1.fc19.armv7hl requires libicui18n.so.49
pyicu-1.4-1.fc19.armv7hl requires libicudata.so.49
[pymilia]
pymilia-0.3.0-14.fc19.armv7hl requires libboost_python.so.1.50.0
[pypar]
pypar-mpich2-2.1.5_108-1.fc18.armv7hl requires libmpich.so.3
[python-basemap]
python-basemap-1.0.6-1.fc18.armv7hl requires libgeos-3.3.2.so
[python-cvxopt]
python-cvxopt-1.1.5-6.fc19.armv7hl requires libglpk.so.0
python3-cvxopt-1.1.5-6.fc19.armv7hl requires libglpk.so.0
[python-gnutls]
python-gnutls-1.1.9-5.fc18.armv7hl requires libgnutls-extra.so.26(GNUTLS_1_4)
python-gnutls-1.1.9-5.fc18.armv7hl requires libgnutls-extra.so.26
[python-tag]
python-tag-0.94.8-5.fc19.armv7hl requires libboost_python.so.1.50.0
[python-visual]
python-visual-5.74-1.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
python-visual-5.74-1.fc19.armv7hl requires libboost_system-mt.so.1.50.0
python-visual-5.74-1.fc19.armv7hl requires libboost_signals.so.1.50.0
python-visual-5.74-1.fc19.armv7hl requires libboost_python.so.1.50.0
[qyoto]
qyoto-4.9.2-1.fc19.armv7hl requires libqscintilla2.so.8
[rcsslogplayer]
rcsslogplayer-15.0.0-8.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
[rcssmonitor]
rcssmonitor-15.0.0-7.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
[rcssserver]
rcssserver-15.1.0-3.fc19.armv7hl requires libboost_system-mt.so.1.50.0
rcssserver-15.1.0-3.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
[rhythmbox]
rhythmbox-2.98-4.fc18.armv7hl requires libcogl.so.11
rhythmbox-2.98-4.fc18.armv7hl requires libcogl-pango.so.0
[rmol]
rmol-1.00.0-1.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
rmol-1.00.0-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
rmol-1.00.0-1.fc19.armv7hl requires libboost_python-mt.so.1.50.0
rmol-1.00.0-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
rmol-1.00.0-1.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
rmol-1.00.0-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
rmol-1.00.0-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[rocs]
rocs-4.9.2-1.fc19.armv7hl requires libboost_graph-mt.so.1.50.0
[rootplot]
rootplot-2.2.1-7.fc19.noarch requires root-python
[ruby-korundum]
ruby-korundum-4.9.5-1.fc18.armv7hl requires ruby-qt(armv7hl-32) >= 0:4.9.5
ruby-korundum-4.9.5-1.fc18.armv7hl requires libokularcore.so.1
[ruby-qt]
ruby-qt-4.9.2-1.fc19.armv7hl requires libqscintilla2.so.8
[rubygem-RedCloth]
rubygem-RedCloth-4.2.3-3.fc17.armv7hl requires ruby(abi) = 0:1.8
rubygem-RedCloth-4.2.3-3.fc17.armv7hl requires libruby.so.1.8
[rubygem-boxgrinder-build]
rubygem-boxgrinder-build-0.10.4-1.fc19.noarch requires ruby-libguestfs
[rubygem-childprocess]
rubygem-childprocess-0.3.6-2.fc19.noarch requires rubygem(ffi) < 0:1.1
rubygem-childprocess-0.3.6-2.fc19.noarch requires rubygem(ffi) >= 0:1.0.6
[rubygem-net-ping]
rubygem-net-ping-1.5.3-7.fc19.noarch requires rubygem(net-ldap) < 0:0.3
rubygem-net-ping-1.5.3-7.fc19.noarch requires rubygem(ffi) >= 0:1.0.0
[rubygem-rb-inotify]
rubygem-rb-inotify-0.8.8-2.fc19.noarch requires rubygem(ffi)
[rubygem-selenium-webdriver]
rubygem-selenium-webdriver-2.3.2-5.fc19.noarch requires rubygem(ffi) >= 0:1.0.7
[scala]
scala-2.9.2-2.fc19.noarch requires osgi(org.scala-ide.scala.library)
[schroot]
dchroot-1.4.25-10.fc19.armv7hl requires libboost_system.so.1.50.0
dchroot-1.4.25-10.fc19.armv7hl requires libboost_regex.so.1.50.0
dchroot-1.4.25-10.fc19.armv7hl requires libboost_program_options.so.1.50.0
dchroot-1.4.25-10.fc19.armv7hl requires libboost_filesystem.so.1.50.0
schroot-1.4.25-10.fc19.armv7hl requires libboost_system.so.1.50.0
schroot-1.4.25-10.fc19.armv7hl requires libboost_regex.so.1.50.0
schroot-1.4.25-10.fc19.armv7hl requires libboost_program_options.so.1.50.0
schroot-1.4.25-10.fc19.armv7hl requires libboost_filesystem.so.1.50.0
[scirenderer]
scirenderer-1.0.6-1.fc19.noarch requires jogl2
[scotch]
scotch-5.1.11-3.fc18.armv7hl requires libmpich.so.3
[seahorse]
seahorse-3.7.2-1.fc19.armv7hl requires libgcr-3.so.1
[seahorse-nautilus]
seahorse-nautilus-3.6.1-1.fc18.armv7hl requires libgcr-3.so.1
[sevmgr]
sevmgr-1.00.0-2.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
sevmgr-1.00.0-2.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
sevmgr-1.00.0-2.fc19.armv7hl requires libboost_python-mt.so.1.50.0
sevmgr-1.00.0-2.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
sevmgr-1.00.0-2.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
sevmgr-1.00.0-2.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
sevmgr-1.00.0-2.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[simcrs]
simcrs-1.00.0-1.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
simcrs-1.00.0-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
simcrs-1.00.0-1.fc19.armv7hl requires libboost_python-mt.so.1.50.0
simcrs-1.00.0-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
simcrs-1.00.0-1.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
simcrs-1.00.0-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
simcrs-1.00.0-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[simfqt]
simfqt-1.00.0-1.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
simfqt-1.00.0-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
simfqt-1.00.0-1.fc19.armv7hl requires libboost_python-mt.so.1.50.0
simfqt-1.00.0-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
simfqt-1.00.0-1.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
simfqt-1.00.0-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
simfqt-1.00.0-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[simspark]
simspark-0.2.3-3.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
simspark-0.2.3-3.fc19.armv7hl requires libboost_system-mt.so.1.50.0
simspark-0.2.3-3.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
simspark-0.2.3-3.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[spacewalk-web]
spacewalk-dobby-1.8.49-2.fc19.noarch requires perl(Spacewalk::Setup)
[spring-installer]
ca-installer-20090316-12.fc18.armv7hl requires spring
spring-installer-20090316-12.fc18.armv7hl requires spring
[spring-maps-default]
spring-maps-default-0.1-10.fc19.noarch requires spring
[springlobby]
springlobby-0.147-4.fc19.armv7hl requires spring
[srm-ifce]
srm-ifce-1.14.0-1.fc18.armv7hl requires libgsoap.so.2
[stdair]
stdair-1.00.1-2.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
stdair-1.00.1-2.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
stdair-1.00.1-2.fc19.armv7hl requires libboost_python-mt.so.1.50.0
stdair-1.00.1-2.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
stdair-1.00.1-2.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
stdair-1.00.1-2.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
stdair-1.00.1-2.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[supertuxkart]
supertuxkart-0.7.3-2.fc19.armv7hl requires libIrrlicht18.so.1
supertuxkart-0.7.3-2.fc19.armv7hl requires libIrrXML18.so.1
[sympol]
sympol-0.1.8-2.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
[synce-gnome]
synce-gnome-0.11-8.fc19.noarch requires odccm
[synce-kpm]
synce-kpm-0.15.1-5.fc19.noarch requires odccm
[syncevolution]
1:syncevolution-1.3.2-1.fc18.armv7hl requires libcamel-1.2.so.40
1:syncevolution-libs-1.3.2-1.fc18.armv7hl requires libcamel-1.2.so.40
[telepathy-logger-qt]
telepathy-logger-qt-0.5.0-1.fc19.armv7hl requires libtelepathy-logger.so.2
[testdisk]
testdisk-6.13-3.fc19.armv7hl requires libntfs-3g.so.83
[tex-musixtex]
tex-musixtex-0.114-11.fc18.noarch requires texlive-texmf
[the-board]
the-board-0.1.3-8.fc18.armv7hl requires libgjs-dbus.so.0
the-board-0.1.3-8.fc18.armv7hl requires libcogl.so.11
the-board-0.1.3-8.fc18.armv7hl requires libcogl-pango.so.0
the-board-devel-0.1.3-8.fc18.armv7hl requires libgjs-dbus.so.0
the-board-devel-0.1.3-8.fc18.armv7hl requires libcogl.so.11
the-board-devel-0.1.3-8.fc18.armv7hl requires libcogl-pango.so.0
[thermostat]
thermostat-0.4.0-10.fc18.armv7hl requires mongodb-server
thermostat-0.4.0-10.fc18.armv7hl requires mongodb
[thunderbird-lightning]
thunderbird-lightning-1.8-1.fc19.armv7hl requires thunderbird < 0:17.0
[tncfhh]
tncfhh-examples-0.8.3-8.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
tncfhh-examples-0.8.3-8.fc19.armv7hl requires libboost_system-mt.so.1.50.0
tncfhh-libs-0.8.3-8.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
tncfhh-libs-0.8.3-8.fc19.armv7hl requires libboost_system-mt.so.1.50.0
[tomahawk]
tomahawk-0.4.2-1.fc18.armv7hl requires libechonest.so.1.2
tomahawk-0.4.2-1.fc18.armv7hl requires libattica.so.0.3
[trademgen]
trademgen-1.00.0-1.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
trademgen-1.00.0-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
trademgen-1.00.0-1.fc19.armv7hl requires libboost_python-mt.so.1.50.0
trademgen-1.00.0-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
trademgen-1.00.0-1.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
trademgen-1.00.0-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
trademgen-1.00.0-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[travelccm]
travelccm-1.00.1-1.fc19.armv7hl requires libboost_serialization-mt.so.1.50.0
travelccm-1.00.1-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
travelccm-1.00.1-1.fc19.armv7hl requires libboost_python-mt.so.1.50.0
travelccm-1.00.1-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
travelccm-1.00.1-1.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
travelccm-1.00.1-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
travelccm-1.00.1-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[uglify-js]
uglify-js-2.2.4-2.fc19.noarch requires nodejs(engine) >= 0:0.4.0
[uglify-js1]
uglify-js1-1.3.4-1.fc19.noarch requires nodejs(engine)
[uhd]
uhd-3.4.3-1.fc19.armv7hl requires libboost_unit_test_framework-mt.so.1.50.0
uhd-3.4.3-1.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
uhd-3.4.3-1.fc19.armv7hl requires libboost_system-mt.so.1.50.0
uhd-3.4.3-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
uhd-3.4.3-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
uhd-3.4.3-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
uhd-3.4.3-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[undertaker]
undertaker-1.2-8.fc19.armv7hl requires libboost_wave-mt.so.1.50.0
undertaker-1.2-8.fc19.armv7hl requires libboost_system.so.1.50.0
undertaker-1.2-8.fc19.armv7hl requires libboost_system-mt.so.1.50.0
undertaker-1.2-8.fc19.armv7hl requires libboost_regex.so.1.50.0
undertaker-1.2-8.fc19.armv7hl requires libboost_filesystem.so.1.50.0
[unlambda]
ghc-unlambda-devel-0.1.3-1.fc18.armv7hl requires ghc-devel(unix-2.5.1.0-772722bf5ae3d4aaae3721f41d4cf636)
ghc-unlambda-devel-0.1.3-1.fc18.armv7hl requires ghc-devel(mtl-2.1.1-87121149c5eb4fc03f06f5894ea4ac0c)
ghc-unlambda-devel-0.1.3-1.fc18.armv7hl requires ghc-devel(base-4.5.0.0-d93df3f41d10cb895747305feae0fea2)
ghc-unlambda-devel-0.1.3-1.fc18.armv7hl requires ghc-devel(array-0.4.0.0-3cf1bc3f5cd0078adea24752c18081b9)
ghc-unlambda-devel-0.1.3-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
ghc-unlambda-devel-0.1.3-1.fc18.armv7hl requires ghc-compiler = 0:7.4.1
[usb_modeswitch-data]
usb_modeswitch-data-20121109-2.fc19.noarch requires usb_modeswitch >= 0:1.2.5
[vdr-skinsoppalusikka]
vdr-skinsoppalusikka-1.7.8-1.fc19.armv7hl requires vdr(abi)(armv7hl-32) = 0:1.7.31
[vdr-text2skin]
vdr-text2skin-1.3.2-13.fc19.armv7hl requires vdr(abi)(armv7hl-32) = 0:1.7.31
[vdrift]
vdrift-20120722-1.fc18.armv7hl requires libarchive.so.12
vdrift-20120722-1.fc18.armv7hl requires libGLEW.so.1.7
[vdsm]
vdsm-4.10.0-11.fc18.armv7hl requires qemu-kvm >= 2:0.15.0-4
vdsm-4.10.0-11.fc18.armv7hl requires dmidecode
[vifir]
vifir-0.9-13.fc19.armv7hl requires libpoppler.so.26
[votca-tools]
votca-tools-1.2.1-5.fc19.1.armv7hl requires libboost_program_options-mt.so.1.50.0
[warzone2100]
warzone2100-3.1-0.9.rc2.fc19.armv7hl requires libGLEW.so.1.7
[weka]
weka-3.6.8-2.fc19.noarch requires javasqlite
[wesnoth]
wesnoth-1.10.5-2.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
wesnoth-1.10.5-2.fc19.armv7hl requires libboost_system-mt.so.1.50.0
wesnoth-1.10.5-2.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
wesnoth-1.10.5-2.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
wesnoth-1.10.5-2.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
wesnoth-server-1.10.5-2.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
wesnoth-tools-1.10.5-2.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
wesnoth-tools-1.10.5-2.fc19.armv7hl requires libboost_system-mt.so.1.50.0
wesnoth-tools-1.10.5-2.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
wesnoth-tools-1.10.5-2.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
wesnoth-tools-1.10.5-2.fc19.armv7hl requires libboost_iostreams-mt.so.1.50.0
[wfut]
wfut-1.1.0-11.fc18.armv7hl requires libgcj.so.13
[wt]
wt-3.2.3-1.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
wt-3.2.3-1.fc19.armv7hl requires libboost_system-mt.so.1.50.0
wt-3.2.3-1.fc19.armv7hl requires libboost_signals-mt.so.1.50.0
wt-3.2.3-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
wt-3.2.3-1.fc19.armv7hl requires libboost_random-mt.so.1.50.0
wt-3.2.3-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
wt-3.2.3-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
wt-3.2.3-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
wt-dbo-3.2.3-1.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
wt-dbo-3.2.3-1.fc19.armv7hl requires libboost_system-mt.so.1.50.0
wt-dbo-3.2.3-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
wt-dbo-postgres-3.2.3-1.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
wt-dbo-postgres-3.2.3-1.fc19.armv7hl requires libboost_system-mt.so.1.50.0
wt-dbo-postgres-3.2.3-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
wt-examples-3.2.3-1.fc19.armv7hl requires libboost_thread-mt.so.1.50.0
wt-examples-3.2.3-1.fc19.armv7hl requires libboost_system-mt.so.1.50.0
wt-examples-3.2.3-1.fc19.armv7hl requires libboost_signals-mt.so.1.50.0
wt-examples-3.2.3-1.fc19.armv7hl requires libboost_regex-mt.so.1.50.0
wt-examples-3.2.3-1.fc19.armv7hl requires libboost_random-mt.so.1.50.0
wt-examples-3.2.3-1.fc19.armv7hl requires libboost_program_options-mt.so.1.50.0
wt-examples-3.2.3-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
wt-examples-3.2.3-1.fc19.armv7hl requires libboost_date_time-mt.so.1.50.0
[wxMaxima]
wxMaxima-12.09.0-1.fc18.armv7hl requires maxima >= 0:5.20
[xorg-x11-drv-apm]
xorg-x11-drv-apm-1.2.5-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-apm-1.2.5-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-ast]
xorg-x11-drv-ast-0.97.0-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-ast-0.97.0-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-cirrus]
xorg-x11-drv-cirrus-1.5.1-4.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-cirrus-1.5.1-4.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-dummy]
xorg-x11-drv-dummy-0.3.6-4.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-dummy-0.3.6-4.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-evdev]
xorg-x11-drv-evdev-2.7.3-1.fc19.armv7hl requires xserver-abi(xinput-18) >= 0:0
xorg-x11-drv-evdev-2.7.3-1.fc19.armv7hl requires xserver-abi(ansic-0) >= 0:4
[xorg-x11-drv-fbdev]
xorg-x11-drv-fbdev-0.4.3-4.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-fbdev-0.4.3-4.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-glint]
xorg-x11-drv-glint-1.2.8-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-glint-1.2.8-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-i128]
xorg-x11-drv-i128-1.3.6-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-i128-1.3.6-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-i740]
xorg-x11-drv-i740-1.3.4-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-i740-1.3.4-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-keyboard]
xorg-x11-drv-keyboard-1.6.2-4.fc19.armv7hl requires xserver-abi(xinput-20130109) >= 0:0
xorg-x11-drv-keyboard-1.6.2-4.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-mach64]
xorg-x11-drv-mach64-6.9.4-1.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-mach64-6.9.4-1.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-mga]
xorg-x11-drv-mga-1.6.2-1.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-mga-1.6.2-1.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-modesetting]
xorg-x11-drv-modesetting-0.6.0-1.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-modesetting-0.6.0-1.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-mouse]
xorg-x11-drv-mouse-1.8.1-4.fc19.armv7hl requires xserver-abi(xinput-20130109) >= 0:0
xorg-x11-drv-mouse-1.8.1-4.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-nouveau]
1:xorg-x11-drv-nouveau-1.0.6-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
1:xorg-x11-drv-nouveau-1.0.6-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-qxl]
xorg-x11-drv-qxl-0.1.0-2.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-qxl-0.1.0-2.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-r128]
xorg-x11-drv-r128-6.9.1-1.fc18.armv7hl requires xserver-abi(videodrv-13) >= 0:0
xorg-x11-drv-r128-6.9.1-1.fc18.armv7hl requires xserver-abi(ansic-0) >= 0:4
[xorg-x11-drv-rendition]
xorg-x11-drv-rendition-4.2.5-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-rendition-4.2.5-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-s3virge]
xorg-x11-drv-s3virge-1.10.6-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-s3virge-1.10.6-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-savage]
xorg-x11-drv-savage-2.3.6-4.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-savage-2.3.6-4.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-siliconmotion]
xorg-x11-drv-siliconmotion-1.7.7-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-siliconmotion-1.7.7-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-sis]
xorg-x11-drv-sis-0.10.7-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-sis-0.10.7-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-sisusb]
xorg-x11-drv-sisusb-0.9.6-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-sisusb-0.9.6-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-synaptics]
xorg-x11-drv-synaptics-1.6.99-2.20130110gitce7565ea6.fc19.armv7hl requires xserver-abi(xinput-20130109) >= 0:0
xorg-x11-drv-synaptics-1.6.99-2.20130110gitce7565ea6.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-tdfx]
xorg-x11-drv-tdfx-1.4.5-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-tdfx-1.4.5-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-trident]
xorg-x11-drv-trident-1.3.6-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-trident-1.3.6-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-v4l]
xorg-x11-drv-v4l-0.2.0-24.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-v4l-0.2.0-24.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-vesa]
xorg-x11-drv-vesa-2.3.2-2.fc18.armv7hl requires xserver-abi(videodrv-13) >= 0:0
xorg-x11-drv-vesa-2.3.2-2.fc18.armv7hl requires xserver-abi(ansic-0) >= 0:4
[xorg-x11-drv-void]
xorg-x11-drv-void-1.4.0-13.fc19.armv7hl requires xserver-abi(xinput-20130109) >= 0:0
xorg-x11-drv-void-1.4.0-13.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[xorg-x11-drv-voodoo]
xorg-x11-drv-voodoo-1.2.5-3.fc19.armv7hl requires xserver-abi(videodrv-20130109) >= 0:0
xorg-x11-drv-voodoo-1.2.5-3.fc19.armv7hl requires xserver-abi(ansic-20130109) >= 0:0
[yaz]
libyaz-4.2.33-2.fc18.armv7hl requires libicuuc.so.49
libyaz-4.2.33-2.fc18.armv7hl requires libicui18n.so.49
libyaz-4.2.33-2.fc18.armv7hl requires libicudata.so.49
yaz-4.2.33-2.fc18.armv7hl requires libicuuc.so.49
yaz-4.2.33-2.fc18.armv7hl requires libicui18n.so.49
yaz-4.2.33-2.fc18.armv7hl requires libicudata.so.49
[zarafa]
libmapi-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
libmapi-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
libmapi-7.0.9-1.fc19.armv7hl requires libicudata.so.49
libmapi-7.0.9-1.fc19.armv7hl requires libboost_system-mt.so.1.50.0
libmapi-7.0.9-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
php-mapi-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
php-mapi-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
php-mapi-7.0.9-1.fc19.armv7hl requires libicudata.so.49
python-MAPI-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
python-MAPI-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
python-MAPI-7.0.9-1.fc19.armv7hl requires libicudata.so.49
zarafa-archiver-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
zarafa-archiver-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
zarafa-archiver-7.0.9-1.fc19.armv7hl requires libicudata.so.49
zarafa-client-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
zarafa-client-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
zarafa-client-7.0.9-1.fc19.armv7hl requires libicudata.so.49
zarafa-contacts-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
zarafa-contacts-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
zarafa-contacts-7.0.9-1.fc19.armv7hl requires libicudata.so.49
zarafa-dagent-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
zarafa-dagent-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
zarafa-dagent-7.0.9-1.fc19.armv7hl requires libicudata.so.49
zarafa-gateway-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
zarafa-gateway-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
zarafa-gateway-7.0.9-1.fc19.armv7hl requires libicudata.so.49
zarafa-ical-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
zarafa-ical-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
zarafa-ical-7.0.9-1.fc19.armv7hl requires libicudata.so.49
zarafa-indexer-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
zarafa-indexer-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
zarafa-indexer-7.0.9-1.fc19.armv7hl requires libicudata.so.49
zarafa-monitor-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
zarafa-monitor-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
zarafa-monitor-7.0.9-1.fc19.armv7hl requires libicudata.so.49
zarafa-server-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
zarafa-server-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
zarafa-server-7.0.9-1.fc19.armv7hl requires libicudata.so.49
zarafa-server-7.0.9-1.fc19.armv7hl requires libboost_system-mt.so.1.50.0
zarafa-server-7.0.9-1.fc19.armv7hl requires libboost_filesystem-mt.so.1.50.0
zarafa-spooler-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
zarafa-spooler-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
zarafa-spooler-7.0.9-1.fc19.armv7hl requires libicudata.so.49
zarafa-utils-7.0.9-1.fc19.armv7hl requires libicuuc.so.49
zarafa-utils-7.0.9-1.fc19.armv7hl requires libicui18n.so.49
zarafa-utils-7.0.9-1.fc19.armv7hl requires libicudata.so.49
[zorba]
zorba-2.7.0-1.fc19.armv7hl requires libicuuc.so.49
zorba-2.7.0-1.fc19.armv7hl requires libicui18n.so.49
zorba-2.7.0-1.fc19.armv7hl requires libicudata.so.49
zorba-java-2.7.0-1.fc19.armv7hl requires libicuuc.so.49
zorba-java-2.7.0-1.fc19.armv7hl requires libicui18n.so.49
zorba-java-2.7.0-1.fc19.armv7hl requires libicudata.so.49
zorba-php-2.7.0-1.fc19.armv7hl requires libicuuc.so.49
zorba-php-2.7.0-1.fc19.armv7hl requires libicui18n.so.49
zorba-php-2.7.0-1.fc19.armv7hl requires libicudata.so.49
zorba-python-2.7.0-1.fc19.armv7hl requires libicuuc.so.49
zorba-python-2.7.0-1.fc19.armv7hl requires libicui18n.so.49
zorba-python-2.7.0-1.fc19.armv7hl requires libicudata.so.49
zorba-ruby-2.7.0-1.fc19.armv7hl requires libicuuc.so.49
zorba-ruby-2.7.0-1.fc19.armv7hl requires libicui18n.so.49
zorba-ruby-2.7.0-1.fc19.armv7hl requires libicudata.so.49
New package: gitstats-0-0.4.20130224git0843039.fc19
Generates statistics based on GIT repository activity
New package: gnome-initial-setup-0.6-4.fc19
Bootstrapping your OS
New package: gnome-photos-3.7.3-6.fc19
Access, organize and share your photos on GNOME
New package: libvirt-designer-0.0.1-6.fc19
Libvirt configuration designer
New package: lttng-tools-2.1.1-1.fc19
LTTng control and utility programs
New package: mate-applets-1.5.1-5.fc19
MATE Desktop panel applets
New package: opencl-headers-1.2-1.fc19
Khronos OpenCL development headers
New package: perl-qpid-0.20-1.fc17
Perl bindings for the Qpid messaging framework
New package: php-horde-Horde-Injector-2.0.1-2.fc19
Horde dependency injection container
New package: php-horde-Horde-Text-Filter-2.0.5-2.fc19
Horde Text Filter API
New package: php-horde-Horde-Tree-2.0.1-2.fc19
Horde Tree API
New package: python-kajiki-0.3.5-1.fc19
Really fast well-formed xml templates
New package: radium-compressor-0.5.1-4.fc18
An audio compressor for JACK
New package: rubygem-gobject-introspection-1.2.1-1.fc19
Ruby binding of GObjectIntrospection
Updated Packages:
OpenGTL-0.9.18-2.fc19
---------------------
* Tue Feb 19 2013 Jens Petersen <petersen(a)redhat.com> - 0.9.18-2
- F19 rebuild against llvm-3.2
alacarte-3.7.90-1.fc19
----------------------
* Thu Feb 28 2013 Jasper St. Pierre <jstpierre(a)mecheye.net> - 3.7.90-1
- Update to 3.7.90
alienarena-7.65-1.fc19
----------------------
* Tue Feb 19 2013 Chandler Wilkerson <chwilk(a)rice.edu> - 7.65-1
- update to 7.65 upstream
- remove ode-quickstep patch after upstream fix now works with 0.12
* Sat Feb 09 2013 Rahul Sundaram <sundaram(a)fedoraproject.org> - 7.60.1-6
- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
- clean up spec to follow current guidelines
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 7.60.1-5
- rebuild due to "jpeg8-ABI" feature drop
anjuta-3.7.90-3.fc19
--------------------
* Fri Feb 22 2013 Kalev Lember <kalevlember(a)gmail.com> - 1:3.7.90-3
- Rebuilt for libwebkit2gtk soname bump
* Fri Feb 22 2013 Kalev Lember <kalevlember(a)gmail.com> - 1:3.7.90-2
- Rebuilt for libvala soname bump
* Tue Feb 19 2013 Richard Hughes <rhughes(a)redhat.com> - 1:3.7.90-1
- Update to 3.7.90
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1:3.7.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Jan 16 2013 Richard Hughes <hughsient(a)gmail.com> - 1:3.7.4-1
- Update to 3.7.4
* Wed Jan 09 2013 Richard Hughes <hughsient(a)gmail.com> - 1:3.7.3-1
- Update to 3.7.3
* Tue Nov 20 2012 Richard Hughes <hughsient(a)gmail.com> - 1:3.7.2-1
- Update to 3.7.2
argus-3.0.6.1-1.fc19
--------------------
* Wed Feb 27 2013 Jon Ciesla <limburgher(a)gmail.com> - 3.0.6.1-1
- Latest upstream, BZ 915190.
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
argyllcms-1.4.0-9.fc19
----------------------
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.4.0-8
- rebuild due to "jpeg8-ABI" feature drop
boost-1.53.0-4.fc19
-------------------
* Wed Feb 27 2013 Petr Machata <pmachata(a)redhat.com> - 1.53.0-4
- Make Boost.Context support conditional
buildnumber-maven-plugin-1.2-3.fc19
-----------------------------------
* Thu Feb 28 2013 Weinan Li <weli(a)redhat.com> - 1.2-3
- remove unnecessary maven-doxia dependencies
* Wed Feb 06 2013 Java SIG <java-devel(a)lists.fedoraproject.org> - 1.2-2
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
caribou-0.4.8-2.fc19
--------------------
* Thu Feb 21 2013 Kalev Lember <kalevlember(a)gmail.com> - 0.4.8-2
- Rebuilt for cogl soname bump
* Tue Feb 19 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.8-1
- Update to 0.4.8
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.4.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Jan 16 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.7-2
- vala .vapi and .deps files should be installed by -devel
* Wed Jan 16 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.7-1
- Update to 0.4.7
chmsee-2.0-4.git91c40fef.fc19
-----------------------------
* Thu Feb 21 2013 bbbush <bbbush.yuan(a)gmail.com> - 2.0-4.git91c40fef
- rebuild for xulrunner 19
* Thu Feb 14 2013 Rahul Sundaram <sundaram(a)fedoraproject.org> - 2.0-3.git91c40fef
- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
- clean up spec to follow current guidelines
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.0-2.git91c40fef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sun Jan 20 2013 bbbush <bbbush.yuan(a)gmail.com> - 2.0-1.git91c40fef
- upstream release
* Tue Jan 08 2013 bbbush <bbbush.yuan(a)gmail.com> - 1.99-0.21.16.gitfc6a4e80
- rebuild for xulrunner 18
cinepaint-1.3-8.fc19
--------------------
* Thu Feb 14 2013 Rahul Sundaram <sundaram(a)fedoraproject.org> - 1.3-8
- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
- clean up spec to follow current guidelines
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.3-6
- rebuild due to "jpeg8-ABI" feature drop
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.3-5
- rebuild against new libjpeg
cinnamon-1.6.7-7.fc19
---------------------
* Fri Feb 22 2013 Kalev Lember <kalevlember(a)gmail.com> - 1.6.7-7
- Rebuilt for cogl soname bump
* Wed Feb 20 2013 Kalev Lember <kalevlember(a)gmail.com> - 1.6.7-6
- Rebuilt for libgnome-desktop soname bump
* Mon Feb 04 2013 Toshio Kuratomi <toshio(a)fedoraproject.org> - 1.6.7-5
- Add patch that's been accepted upstream for pillow support
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 1.6.7-4
- Rebuild for new cogl
* Thu Dec 20 2012 Kalev Lember <kalevlember(a)gmail.com> - 1.6.7-3
- Rebuilt for libgnome-desktop3 3.7.3 soname bump
cmpi-bindings-0.5.2-5.fc19
--------------------------
* Fri Feb 15 2013 Jan Safranek <jsafrane(a)redhat.com> - 0.5.2-5
- Fixed passing NULL array from get_instance
Resolves: #883041
cook-2.34-5.fc19
----------------
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.34-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
coreutils-8.21-6.fc19
---------------------
* Sat Feb 23 2013 Ondrej Vasik <ovasik(a)redhat.com> 8.21-6
- install: do proper cleanup when strip fails
(O.Oprala, B.Voekler, #632444)
* Wed Feb 20 2013 Ondrej Vasik <ovasik(a)redhat.com> 8.21-5
- fix multibyte issue in unexpand(by R.Kollar, #821262)
cups-1.6.1-23.fc19
------------------
* Wed Feb 27 2013 Jiri Popelka <jpopelka(a)redhat.com> - 1:1.6.1-23
- Removed obsolete browsing directives from cupsd.conf (bug #880826, STR #4157).
- Updated summary and descriptions (#882982).
- Fixed bogus dates in changelog.
cups-pk-helper-0.2.4-2.fc19
---------------------------
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
dovecot-2.2-0.fc19.1
--------------------
* Wed Feb 27 2013 Michal Hlavinka <mhlavink(a)redhat.com> - 1:2.2-0.1
- major update to dovecot 2.2 RC2
* Mon Feb 11 2013 Michal Hlavinka <mhlavink(a)redhat.com> - 1:2.1.15-1
- dovecot updated to 2.1.15
- v2.1.14's dovecot.index.cache fixes caused Dovecot to use more disk I/O
and memory than was necessary.
* Tue Feb 05 2013 Michal Hlavinka <mhlavink(a)redhat.com> - 1:2.1.14-2
- spec clean up
* Thu Jan 31 2013 Michal Hlavinka <mhlavink(a)redhat.com> - 1:2.1.14-1
- dovecot updated to 2.1.14
- v2.1.11+ had a race condition where it sometimes overwrote data in
dovecot.index.cache file. This could have caused Dovecot to return
the same cached data to two different messages.
- mdbox: Fixes to handling duplicate GUIDs during index rebuild
* Tue Jan 15 2013 Michal Hlavinka <mhlavink(a)redhat.com> - 1:2.1.13-1
- dovecot updated to 2.1.13
- Some fixes to cache file changes in v2.1.11.
- virtual storage: Sorting mailbox by from/to/cc/bcc didn't work.
ekiga-4.0.1-1.fc19
------------------
* Wed Feb 20 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 4.0.1-1
- Ekiga 4.0.1 stable release - Changelog
http://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/ekiga-4.0.1.news
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora(a)m4x.org> - 4.0.0-3
- Rebuild for Boost-1.53.0
* Tue Dec 25 2012 Bruno Wolff III <bruno(a)wolff.to> 4.0.0-2
- Rebuild for libcamel soname bump
* Mon Nov 26 2012 Peter Robinson <pbrobinson(a)fedoraproject.org> 4.0.0-1
- Ekiga 4.0.0 stable release - Changelog
http://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/ekiga-4.0.0.news
* Tue Nov 20 2012 Milan Crha <mcrha(a)redhat.com> - 3.9.90-3
- Rebuild against newer evolution-data-server
* Thu Oct 25 2012 Milan Crha <mcrha(a)redhat.com> - 3.9.90-2
- Rebuild against newer evolution-data-server
emerillon-0.1.90-12.fc19
------------------------
* Thu Feb 21 2013 Kalev Lember <kalevlember(a)gmail.com> - 0.1.90-12
- Rebuilt for cogl soname bump
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.1.90-11
- Rebuild for new cogl
empathy-3.7.90-2.fc19
---------------------
* Thu Feb 21 2013 Brian Pepple <bpepple(a)fedoraproject.org> - 3.7.90-2
- Drop vender from desktop file.
- Add BR on libgee-0.8.
* Tue Feb 19 2013 Richard Hughes <rhughes(a)redhat.com> - 3.7.90-1
- Update to 3.7.90
* Wed Feb 06 2013 Kalev Lember <kalevlember(a)gmail.com> - 3.7.5-2
- Rebuilt for libgcr soname bump
* Tue Feb 05 2013 Brian Pepple <bpepple(a)fedoraproject.org> - 3.7.5-1
- Update to 3.7.5.
- Bump minimum version of tp-logger needed.
* Fri Jan 25 2013 Brian Pepple <bpepple(a)fedoraproject.org> - 3.7.4-2
- Rebuild for new libcogl.
entangle-0.5.0-3.fc19
---------------------
* Thu Feb 21 2013 Daniel P Berrange <berrange(a)acer1810.home.berrange.com> - 0.5.0-3
- Fix crash with libgphoto >= 2.5 (rhbz #865819)
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sun Dec 16 2012 Daniel P. Berrange <berrange(a)redhat.com> - 0.5.0-1
- Update to 0.5.0 release
eog-plugins-3.6.1-3.fc19
------------------------
* Thu Feb 21 2013 Kalev Lember <kalevlember(a)gmail.com> - 3.6.1-3
- Rebuilt for cogl soname bump
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 3.6.1-2
- Rebuild for new cogl
erlang-amf-0-0.8.20110224gitb36dfb6.fc19
----------------------------------------
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0-0.8.20110224gitb36dfb6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
erlang-mochiweb-2.4.1-1.fc19
----------------------------
* Thu Jan 31 2013 Peter Lemenkov <lemenkov(a)gmail.com> - 2.4.1-1
- Ver. 2.4.1
* Sat Jan 26 2013 Peter Lemenkov <lemenkov(a)gmail.com> - 2.4.0-2
- Fixed regression (see https://github.com/mochi/mochiweb/issues/97 )
* Fri Jan 25 2013 Peter Lemenkov <lemenkov(a)gmail.com> - 2.4.0-1
- Ver. 2.4.0 (fix for Erlang R16)
- Dropped patches for EL5 (Erlang R12B)
erlang-riak_core-1.2.1-4.p1.fc19
--------------------------------
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2.1-4.p1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
folks-0.9.1-1.fc19
------------------
* Tue Feb 19 2013 Richard Hughes <rhughes(a)redhat.com> - 1:0.9.1-1
- Update to 0.9.1
fsarchiver-0.6.17-1.fc19
------------------------
* Wed Feb 27 2013 Adel Gadllah <adel.gadllah(a)gmail.com> - 0.6.17-1
- Update to 0.6.17
gdal-1.9.1-18.fc19
------------------
* Fri Jan 25 2013 Devrim GÜNDÜZ <devrim(a)gunduz.org> - 1.9.1-18
- Rebuild with geos 3.3.7.
gdm-3.7.90-3.fc19
-----------------
* Wed Feb 27 2013 Ray Strode <rstrode(a)redhat.com> 3.7.90-3
- Fix up runtime dir for real
geeqie-1.1-10.fc19
------------------
* Wed Feb 20 2013 Michael Schwendt <mschwendt(a)fedoraproject.org> - 1.1-10
- Include config.h earlier in some files, so the large file support
definition is available early enough for e.g. sys/stat.h
- Drop the aging Obsoletes tag for gqview.
* Fri Feb 08 2013 Michael Schwendt <mschwendt(a)fedoraproject.org> - 1.1-9
- Avoid abort when opening non-existing paths from history.
* Fri Feb 01 2013 Michael Schwendt <mschwendt(a)fedoraproject.org> - 1.1-8
- Drop new idle callback from file_data_send_notification() as it
causes breakage (in the duplicate finder, for example).
* Sun Jan 27 2013 Michael Schwendt <mschwendt(a)fedoraproject.org> - 1.1-7
- Check exec value for NULL in src/editors.c
- Fedora >= 19: Drop ancient "fedora" vendor prefix from desktop file.
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.1-6
- rebuild due to "jpeg8-ABI" feature drop
* Mon Dec 24 2012 Michael Schwendt <mschwendt(a)fedoraproject.org> - 1.1-5
- Fix crash upon escaping from generic dialogs.
* Thu Dec 13 2012 Michael Schwendt <mschwendt(a)fedoraproject.org> - 1.1-4
- Build with --disable-tiff, as the custom libtiff loader crashes
for some images as mentioned on geeqie-devel list.
* Thu Nov 22 2012 Michael Schwendt <mschwendt(a)fedoraproject.org> - 1.1-3
- Merge a patch to fix fullscreen mode.
* Sun Aug 26 2012 Michael Schwendt <mschwendt(a)fedoraproject.org> - 1.1-2
- Merge bar_keywords.c master commit to fix regression.
gegl-0.2.0-8.fc19
-----------------
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.2.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 0.2.0-7
- rebuild due to "jpeg8-ABI" feature drop
genbackupdata-1.7-1.fc19
------------------------
* Mon Feb 25 2013 Michel Salim <salimma(a)fedoraproject.org> - 1.7-1
- Update to 1.7
ghc-haskell-src-exts-1.13.5-2.fc19
----------------------------------
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.13.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ghc-logict-0.5.0.2-3.fc19
-------------------------
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.5.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Nov 17 2012 Jens Petersen <petersen(a)redhat.com> - 0.5.0.2-2
- update with cabal-rpm
gimp-2.8.4-1.fc19
-----------------
* Wed Feb 06 2013 Nils Philippsen <nils(a)redhat.com> - 2:2.8.4-1
- version 2.8.4
* Mon Jan 28 2013 Nils Philippsen <nils(a)redhat.com> - 2:2.8.2-7
- build with -fno-strict-aliasing
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2:2.8.2-6.1
- rebuild due to "jpeg8-ABI" feature drop
* Wed Nov 21 2012 Nils Philippsen <nils(a)redhat.com>
- make rpmlint happy again
* Mon Nov 19 2012 Nils Philippsen <nils(a)redhat.com> - 2:2.8.2-6
- fix gimprc syntax error introduced in previous patch
* Thu Nov 15 2012 Nils Philippsen <nils(a)redhat.com> - 2:2.8.2-5
- try using the system monitor profile for color management by default (patch
by Richard Hughes)
* Wed Nov 14 2012 Nils Philippsen <nils(a)redhat.com> - 2:2.8.2-4
- fix marking file dialogs as transient if opened from context menu (#835736)
* Tue Nov 13 2012 Nils Philippsen <nils(a)redhat.com> - 2:2.8.2-3
- don't trip over too much installed memory, reenable all tests
- realign selection after "Crop to Selection" (#873212, fix by Michael
Natterer)
* Sat Oct 20 2012 Nils Philippsen <nils(a)redhat.com> - 2:2.8.2-2
- run "make check", skip problematic tests
- don't build help browser on EL
glibc-2.17-3.fc19
-----------------
* Wed Feb 27 2013 Carlos O'Donell <carlos(a)redhat.com> - 2.17-3
- Renamed release engineering directory to `releng' (#903754).
- Fix building with gcc 4.8.0 (#911307).
globus-ftp-control-4.5-2.fc19
-----------------------------
* Wed Feb 27 2013 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 4.5-2
- Fix modification to wrong authinfo object
globus-gass-cache-8.1-4.fc19
----------------------------
globus-gass-server-ez-4.3-3.fc19
--------------------------------
globus-proxy-utils-5.0-5.fc19
-----------------------------
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 5.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
globus-xio-popen-driver-2.3-3.fc19
----------------------------------
gnokii-0.6.31-4.fc19
--------------------
* Wed Feb 27 2013 Jon Ciesla <limburgher(a)gmail.com> - 0.6.31-4
- Correct xgnokii installation.
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.6.31-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
gnome-boxes-3.7.90-2.fc19
-------------------------
* Thu Feb 21 2013 Kalev Lember <kalevlember(a)gmail.com> - 3.7.90-2
- Rebuilt for cogl soname bump
* Thu Feb 21 2013 Christophe Fergeau <cfergeau(a)redhat.com> 3.7.90-1
- Update do 3.7.90
* Wed Feb 06 2013 Richard Hughes <rhughes(a)redhat.com> - 3.7.5-1
- Update to 3.7.5
* Sun Jan 27 2013 Kalev Lember <kalevlember(a)gmail.com> - 3.7.4-3
- Rebuilt for tracker 0.16 ABI
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 3.7.4-2
- Rebuild for new cogl
* Tue Jan 15 2013 Zeeshan Ali <zeenix(a)redhat.com> - 3.7.4-1
- Update to 3.7.4.
* Thu Dec 20 2012 Christophe Fergeau <cfergeau(a)redhat.com> - 3.7.3-1
- Update to 3.7.3
* Tue Nov 20 2012 Christophe Fergeau <cfergeau(a)redhat.com> - 3.7.2-2
- Reenable USB redirection (it's disabled by default, packagers must
enable it if appropriate)
* Tue Nov 20 2012 Zeeshan Ali <zeenix(a)redhat.com> - 3.7.2-1
- Update to 3.7.2.
* Tue Nov 13 2012 Christophe Fergeau <cfergeau(a)redhat.com> - 3.6.2-2
- Update to 3.6.2
gnome-color-manager-3.7.5-3.fc19
--------------------------------
* Thu Feb 21 2013 Kalev Lember <kalevlember(a)gmail.com> - 3.7.5-3
- Rebuilt for cogl soname bump
* Wed Feb 20 2013 Kalev Lember <kalevlember(a)gmail.com> - 3.7.5-2
- Rebuilt for libgnome-desktop soname bump
* Tue Feb 05 2013 Richard Hughes <rhughes(a)redhat.com> - 3.7.5-1
- Update to 3.7.5
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 3.6.1-2
- Rebuild for new cogl
* Thu Jan 10 2013 Richard Hughes <hughsient(a)gmail.com> - 3.6.1-1
- Update to 3.6.1
* Fri Dec 21 2012 Kalev Lember <kalevlember(a)gmail.com> - 3.6.0-3
- Rebuilt for libgnome-desktop-3 3.7.3 soname bump
gnome-contacts-3.7.90-1.fc19
----------------------------
* Thu Feb 21 2013 Kalev Lember <kalevlember(a)gmail.com> - 3.7.90-1
- Update to 3.7.90
* Wed Feb 20 2013 Kalev Lember <kalevlember(a)gmail.com> - 3.7.3-3
- Rebuilt for libgnome-desktop soname bump
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 3.7.3-2
- Rebuild for new cogl
* Fri Dec 21 2012 Kalev Lember <kalevlember(a)gmail.com> - 3.7.3-1
- Update to 3.7.3
* Tue Nov 20 2012 Milan Crha <mcrha(a)redhat.com> - 3.6.2-2
- Rebuild against newer evolution-data-server
gnome-games-3.6.1-3.fc19
------------------------
* Thu Feb 21 2013 Kalev Lember <kalevlember(a)gmail.com> - 1:3.6.1-3
- Rebuilt for cogl soname bump
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 1:3.6.1-2
- Rebuild for new cogl
gnome-session-3.7.90-1.fc19
---------------------------
* Wed Feb 20 2013 Richard Hughes <rhughes(a)redhat.com> - 3.7.90-1
- Update to 3.7.90
* Wed Feb 06 2013 Kalev Lember <kalevlember(a)gmail.com> - 3.7.4-1
- Update to 3.7.4
* Thu Dec 20 2012 Kalev Lember <kalevlember(a)gmail.com> - 3.7.3-1
- Update to 3.7.3
- Drop the upstreamed llvmpipe patch
- Adjust buildrequires
gnome-shell-3.7.90-1.fc19
-------------------------
* Wed Feb 20 2013 Florian Müllner <fmuellner(a)redhat.com> - 3.7.90-1
- Update to 3.7.90
* Wed Feb 06 2013 Kalev Lember <kalevlember(a)gmail.com> - 3.7.5-2
- Rebuilt for libgcr soname bump
* Wed Feb 06 2013 Florian Müllner <fmuellner(a)redhat.com> - 3.7.5-1
- Update to 3.7.5
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 3.7.4.1-2
- Rebuild for new cogl
* Thu Jan 17 2013 Florian Müllner <fmuellner(a)redhat.com> - 3.7.4.1-1
- Update to 3.7.4.1
* Tue Jan 15 2013 Florian Müllner <fmuellner(a)redhat.com> - 3.7.4-1
- Update to 3.7.4
* Wed Jan 09 2013 Richard Hughes <hughsient(a)gmail.com> - 3.7.3.1-1
- Update to 3.7.3.1
* Tue Dec 18 2012 Florian Müllner <fmuellner(a)redhat.com> 3.7.3-1
- Update to 3.7.3
* Mon Dec 17 2012 Adam Jackson <ajax(a)redhat.com> 3.7.2-3
- Also don't mangle rpath on power
golly-2.4-4.fc19
----------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
goocanvas2-2.0.1-4.fc19
-----------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.0.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
gparted-0.14.1-1.fc19
---------------------
* Fri Feb 22 2013 Deji Akingunola <dakingun(a)gmail.com> - 0.14.1-1
- Update to version 0.14.1
- Clean-up spec
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.13.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Mon Sep 24 2012 Deji Akingunola <dakingun(a)gmail.com> - 0.13.1-1
- Update to 0.13.1
gpp-0.7.0-9.fc19
----------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
gpsd-3.8-1.fc19
---------------
* Wed Feb 27 2013 Miroslav Lichvar <mlichvar(a)redhat.com> - 3.8-1
- update to 3.8
- use systemd macros (#850135)
- don't set vendor for desktop files
- make some dependencies arch-specific
- remove obsolete macros
gpsim-0.26.1-7.fc19
-------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.26.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
grass-6.4.2-7.fc19
------------------
* Fri Jan 25 2013 Devrim GÜNDÜZ <devrim(a)gunduz.org> - 6.4.2-7
- Rebuild with geos 3.3.7.
* Sun Nov 18 2012 Volker Fröhlich <volker27(a)gmx.at> - 6.4.2-6
- Rebuild with ever newer geos
* Wed Nov 14 2012 Devrim GÜNDÜZ <devrim(a)gunduz.org> - 6.4.2-5
- Rebuild with new geos.
grip-3.2.0-42.fc19
------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1:3.2.0-42
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
gtk+extra-2.1.2-11.fc19
-----------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.2-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
gtkterm-0.99.6-6.fc19
---------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.99.6-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
gtranslator-2.91.6-2.fc19
-------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.91.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
gupnp-av-0.12.0-1.fc19
----------------------
* Thu Feb 21 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.12.0-1
- 0.12.0 release
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.0.news
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.11.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
gupnp-dlna-0.10.0-1.fc19
------------------------
* Thu Feb 21 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.10.0-1
- 0.10.0 devel release
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.10/gupnp-dlna-0.10.0....
gupnp-tools-0.8.5-2.fc19
------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.8.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
gutenprint-5.2.9-10.fc19
------------------------
* Tue Feb 19 2013 Jiri Popelka <jpopelka(a)redhat.com> - 5.2.9-10
- Added IEEE 1284 Device ID for Canon PIXMA MP500 (bug #911727).
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 5.2.9-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Jan 17 2013 Jiri Popelka <jpopelka(a)redhat.com> 5.2.9-8
- Added IEEE 1284 Device ID for Kyocera FS-1118MFP (bug #782379).
- Use arch-specific dependency when requiring base package.
* Tue Dec 18 2012 Tim Waugh <twaugh(a)redhat.com> 5.2.9-7
- Don't export yy* symbols (bug #882194).
* Fri Dec 07 2012 Jiri Popelka <jpopelka(a)redhat.com> 5.2.9-6
- 5.2.9 has had wrong libgutenprintui2 dependencies
* Fri Oct 19 2012 Tim Waugh <twaugh(a)redhat.com> 5.2.9-5
- Added IEEE 1284 Device IDs for Samsung ML-1450 (bug #844687) and
Canon ML280 series (bug #848093).
gxmms2-0.7.1-5.fc19
-------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
gyachi-1.2.11-7.fc19
--------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2.11-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.2.11-6
- rebuild due to "jpeg8-ABI" feature drop
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.2.11-5
- rebuild against new libjpeg
ht-2.0.18-4.fc19
----------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.0.18-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ibus-sayura-1.3.1-7.fc19
------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.3.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
icc_examin-0.51-3.fc19
----------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.51-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ifstat-1.1-16.fc19
------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ifuse-1.1.2-3.fc19
------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ike-scan-1.9-13.fc19
--------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.9-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
impallari-lobster-fonts-1.4-6.fc19
----------------------------------
* Wed Feb 27 2013 Parag Nemade <pnemade AT redhat DOT com> - 1.4-6
- Resolves:rh#914088 - impallari-lobster-fonts: FTBFS in rawhide
- Spec cleanup
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
indi-apogee-1.0-10.fc19
-----------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
inkscape-0.48.4-4.fc19
----------------------
* Fri Feb 15 2013 Jon Ciesla <limburgher(a)gmail.com> - 0.48.4-4
- Fix FTBFS.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.48.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jan 18 2013 Marek Kasik <mkasik(a)redhat.com> - 0.48.4-2
- Rebuild (poppler-0.22.0)
inotify-tools-3.14-5.fc19
-------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.14-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
iowatcher-1.0-2.fc19
--------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
iperf3-3.0-0.3.b4.fc19
----------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.0-0.3.b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
iproute-3.8.0-1.fc19
--------------------
* Tue Feb 26 2013 Petr Šabata <contyk(a)redhat.com> - 3.8.0-1
- 3.8.0 bump
ipsec-tools-0.8.1-1.fc19
------------------------
* Wed Feb 27 2013 Tomáš Mráz <tmraz(a)redhat.com> - 0.8.1-1
- new upstream release
- enabled ldap support (#895965)
- macroized systemd script calls (#850165)
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.8.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
iptux-0.5.1-10.fc19
-------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.5.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
irc-otr-0.3-7.fc19
------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
iso-codes-3.41-2.fc19
---------------------
* Wed Feb 27 2013 Parag Nemade <pnemade AT redhat DOT com> - 3.41-2
- bump the spec for missing updated sources
* Mon Feb 25 2013 Parag Nemade <pnemade AT redhat DOT com> - 3.41-1
- Update to 3.41
istanbul-0.2.2-19.fc19
----------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.2.2-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
jana-0.4.5-0.30.20100520gitacd72f2.fc19
---------------------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.4.5-0.30.20100520gitacd72f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Dec 25 2012 Bruno Wolff III <bruno(a)wolff.to> - 0.4.5-0.29.20100520gitacd72f2
- Rebuild for libcamel soname bump
* Tue Nov 20 2012 Milan Crha <mcrha(a)redhat.com> - 0.4.5-0.28.20100520gitacd72f2
- Rebuild against newer evolution-data-server
* Tue Oct 30 2012 Matthew Barnes <mbarnes(a)redhat.com> - 0.4.5-0.27.20100520gitacd72f2
- Amend eds patch to remove unnecessary libedataserverui dependency.
* Thu Oct 25 2012 Milan Crha <mcrha(a)redhat.com> - 0.4.5-0.26.20100520gitacd72f2
- Rebuild against newer evolution-data-server
java-atk-wrapper-0.30.4-3.fc19
------------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.30.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
javapackages-tools-0.12.4-2.fc19
--------------------------------
* Wed Feb 27 2013 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 0.12.4-2
- Don't mark RPM macro files as configuration
jibx-1.2.5-1.fc19
-----------------
* Wed Feb 27 2013 Johannes Lips <hannes(a)fedoraproject.org> - 1.2.5-1
- update to latest upstream version
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
jkmeter-0.6.1-6.fc19
--------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.6.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
joe-3.7-10.fc19
---------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.7-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
kernel-3.8.0-1.fc19
-------------------
* Tue Feb 19 2013 Josh Boyer <jwboyer(a)redhat.com> - 3.8.0-1
- Linux v3.8
- Fix build with CONFIG_EFI disabled, reported by Peter Bowey (rhbz 911833)
- Disable debugging options.
* Mon Feb 18 2013 Josh Boyer <jwboyer(a)redhat.com> - 3.8.0-0.rc7.git4.1
- Linux v3.8-rc7-93-gf741656
kphotoalbum-4.4-1.fc19
----------------------
* Wed Feb 20 2013 Rex Dieter <rdieter(a)fedoraproject.org> 4.4-1
- 4.4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 4.3-3
- rebuild due to "jpeg8-ABI" feature drop
* Tue Dec 04 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.3-2
- respin libkipi2 patch
krb5-1.11.1-2.fc19
------------------
* Wed Feb 27 2013 Nalin Dahyabhai <nalin(a)redhat.com> 1.11.1-2
- prebuild PDF docs to reduce multilib differences (internal tooling, #884065)
- drop the kerberos-iv portreserve file, and drop the rest on systemd systems
- escape uses of macros in comments (more of #884065)
ktechlab-0.3.70-10.20090304svn.fc19
-----------------------------------
* Wed Feb 27 2013 Mat Booth <fedora(a)matbooth.co.uk> - 0.3.70-10.200900304svn
- Fix FTBFS bug #914120 caused by new automake.
lastfmlib-0.4.0-7.fc19
----------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.4.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
latex2rtf-2.3.2a-1.fc19
-----------------------
* Wed Feb 27 2013 Susi Lehtola <jussilehtola(a)fedoraproject.org> - 2.3.2a-1
- Update to 2.3.2a.
* Fri Feb 15 2013 Susi Lehtola <jussilehtola(a)fedoraproject.org> - 2.3.2-1
- Update to 2.3.2.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Oct 16 2012 Jussi Lehtola <jussilehtola(a)fedoraproject.org> - 2.3.1-1
- Update to 2.3.1.
* Tue Oct 16 2012 Jussi Lehtola <jussilehtola(a)fedoraproject.org> - 2.3.0-2
- Fixed build in EPEL.
* Tue Oct 16 2012 Jussi Lehtola <jussilehtola(a)fedoraproject.org> - 2.3.0-1
- Update to 2.3.0.
libchamplain-0.12.3-5.fc19
--------------------------
* Fri Jan 25 2013 Brian Pepple <bpepple(a)fedoraproject.org> - 0.12.3-5
- Rebuild for new libcogl.
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.12.3-4
- Rebuild for new cogl
libchewing-0.3.4-3.fc19
-----------------------
* Wed Feb 27 2013 Ding-Yi Chen <dchen at redhat dot com> - 0.3.4-3
- Fixed [Bug 913214] libchewing complains "no info dir entry" while installing
Add direntry in libchewing.texi so it can be listed under
Category "Localization"
libgee-0.8.4-1.fc19
-------------------
* Thu Feb 21 2013 Brian Pepple <bpepple(a)fedoraproject.org> - 0.8.4-1
- Update to 0.8.4.
- Drop unnecessary define file attr.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
libgeotiff-1.2.5-12.fc19
------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2.5-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
libkexiv2-4.10.0-1.fc19
-----------------------
* Thu Jan 31 2013 Rex Dieter <rdieter(a)fedoraproject.org> - 4.10.0-1
- 4.10.0
* Sat Jan 19 2013 Rex Dieter <rdieter(a)fedoraproject.org> - 4.9.98-1
- 4.9.98
* Fri Jan 04 2013 Rex Dieter <rdieter(a)fedoraproject.org> - 4.9.97-1
- 4.9.97
* Wed Dec 19 2012 Rex Dieter <rdieter(a)fedoraproject.org> - 4.9.95-1
- 4.9.95
libkolab-0.4.1-3.fc19
---------------------
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora(a)m4x.org> - 0.4.1-3
- Rebuild for Boost-1.53.0
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora(a)m4x.org> - 0.4.1-2
- Rebuild for Boost-1.53.0
* Wed Jan 09 2013 Jeroen van Meeuwen <vanmeeuwen(a)kolabsys.com> - 0.4.1-1
- Update version to 0.4.1
* Tue Nov 20 2012 Jeroen van Meeuwen <vanmeeuwen(a)kolabsys.com> - 0.4-0.1
- New upstream release
- Correct php.d/kolab.ini
libmash-0.2.0-8.fc19
--------------------
* Thu Feb 21 2013 Kalev Lember <kalevlember(a)gmail.com> - 0.2.0-8
- Rebuilt for cogl soname bump
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.2.0-7
- Rebuild for new cogl
libpinyin-0.8.1-1.fc19
----------------------
* Thu Feb 28 2013 Peng Wu <pwu(a)redhat.com> - 0.8.1-1
- Update to 0.8.1
- Fixes pinyin_init crashes
* Mon Jan 28 2013 Peng Wu <pwu(a)redhat.com> - 0.8.0-3
- Fixes incomplete pinyin
libreoffice-4.0.0.3-8.fc19
--------------------------
* Tue Feb 26 2013 Eike Rathke <erack(a)redhat.com> - 1:4.0.0.3-8
- do not access vector elements beyond size, rhbz#847519 related
- Resolves: rhbz#742780 let make OPT_FLAGS=... override SDK flags
- Resolves: rhbz#907933 crash on removing second last para
* Tue Feb 19 2013 Caolán McNamara <caolanm(a)redhat.com> - 1:4.0.0.3-7
- Resolves: rhbz#895196 sc filter float a11y parent of itself
* Tue Feb 19 2013 David Tardon <dtardon(a)redhat.com> - 1:4.0.0.3-6
- Resolves: rhbz#911896 add Kazakh localization
libtranslate-0.99-28.fc19
-------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.99-28
- fix build (#914152)
libvirt-glib-0.1.5-2.fc19
-------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Mon Jan 14 2013 Daniel P. Berrange <berrange(a)redhat.com> - 0.1.5-1
- Update to 0.1.5 release
* Fri Nov 16 2012 Daniel P. Berrange <berrange(a)redhat.com> - 0.1.4-1
- Update to 0.1.4 release
libvirt-sandbox-0.1.1-4.fc19
----------------------------
* Fri Feb 22 2013 Daniel P. Berrange <berrange(a)redhat.com> - 0.1.1-4
- Add dep on pod2man
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Jan 17 2013 Daniel P. Berrange <berrange(a)redhat.com> - 0.1.1-2
- Conditionalize dep on libvirt-daemon-qemu
* Mon Dec 10 2012 Daniel P. Berrange <berrange(a)redhat.com> - 0.1.1-1
- Update to 0.1.1 release
libvirt-snmp-0.0.3-1.fc19
-------------------------
* Thu Feb 21 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.0.3-2
- Merge f18 into rawhide, cleanup spec
* Fri Feb 15 2013 Michal Privoznik <mprivozn(a)redhat.com> 0.0.3-1
- various bug fixes and improvements
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.0.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
lttng-ust-2.1.1-2.fc19
----------------------
* Wed Feb 27 2013 Yannick Brosseau <yannick.brosseau(a)gmail.com> - 2.1.1-2
- Remove dependency of probes on urcu-bp
man2html-1.6-11.g.fc19
----------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.6-11.g
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
marble-4.10.0-1.fc19
--------------------
* Fri Feb 01 2013 Rex Dieter <rdieter(a)fedoraproject.org> - 1:4.10.0-1
- 4.10.0
* Mon Jan 21 2013 Rex Dieter <rdieter(a)fedoraproject.org> - 1:4.9.98-1
- 4.9.98
* Fri Jan 04 2013 Rex Dieter <rdieter(a)fedoraproject.org> - 1:4.9.97-1
- 4.9.97
* Sun Dec 23 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 1:4.9.95-2
- apply upstream patch to fix the build of the Python bindings
* Thu Dec 20 2012 Rex Dieter <rdieter(a)fedoraproject.org> - 1:4.9.95-1
- 4.9.95
- disable python bindings
* Mon Dec 03 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.90-1
- 4.9.90 (4.10 beta2)
* Mon Dec 03 2012 Than Ngo <than(a)redhat.com> - 4.9.4-1
- 4.9.4
* Sat Nov 03 2012 Rex Dieter <rdieter(a)fedoraproject.org> - 1:4.9.3-1
- 4.9.3
* Thu Nov 01 2012 Rex Dieter <rdieter(a)fedoraproject.org> 1:4.9.2-4
- BR: shapelib-devel
mate-file-archiver-1.5.1-6.fc19
-------------------------------
* Thu Feb 21 2013 Rex Dieter <rdieter(a)fedoraproject.org> 1.5.1-6
- Obsoletes: mate-file-manager-archiver (#908137)
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.5.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
maven-eclipse-plugin-2.9-5.fc19
-------------------------------
* Thu Feb 28 2013 Weinan Li <weli(a)redhat.com> - 2.9-5
- Remove unneeded dependencies on maven-doxia
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Feb 06 2013 Java SIG <java-devel(a)lists.fedoraproject.org> - 2.9-3
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
maven-war-plugin-2.3-5.fc19
---------------------------
* Thu Feb 28 2013 Weinan Li <weli(a)redhat.com> 2.3-5
- Remove unnecessary maven-doxia dependencies
media-explorer-0.4.4-2.fc19
---------------------------
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.4.4-2
- Rebuild for new cogl
mediatomb-0.12.1-24.fc19
------------------------
* Fri Feb 22 2013 Jon Ciesla <limburgher(a)gmail.com> - 0.12.1-24
- Correct port handling in unbundle patch.
* Wed Jan 30 2013 Jon Ciesla <limburgher(a)gmail.com> - 0.12.1-23
- Unbundle libupnp.
* Tue Jan 15 2013 Jon Ciesla <limburgher(a)gmail.com> - 0.12.1-22
- Patch to fix crash, BZ 783367.
- autoconfig fixes.
mediawiki-1.20.2-1.fc19
-----------------------
* Wed Feb 27 2013 Michael Cronenworth <mike(a)cchtml.com> - 1.20.2-1
- New upstream release.
* Wed Feb 27 2013 Michael Cronenworth <mike(a)cchtml.com> - 1.19.3-1
- New upstream release.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.16.5-62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
mesa-9.1-0.4.fc19
-----------------
* Wed Feb 27 2013 Dan Horák <dan[at]danny.cz> - 9.1-0.4
- /etc/drirc is always created, so exclude it on platforms without hw drivers
mesa-demos-8.1.0-2.fc19
-----------------------
* Wed Feb 27 2013 Adam Jackson <ajax(a)redhat.com> 8.1.0-2
- Copy glxinfo to glxinfo%{__isa_bits}, to allow people to check that their
compatibility drivers are working.
metacity-2.34.13-4.fc19
-----------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.34.13-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Nov 22 2012 Florian Müllner <fmuellner(a)redhat.com> - 2.34.13-3
- Clean up leftovers from upstream patch removed in commit 24481514
* Tue Nov 20 2012 Matthias Clasen <mclasen(a)redhat.com> - 2.34.13-2
- Don't use a patch fuzz of 999
muffin-1.1.2-3.fc19
-------------------
* Thu Feb 21 2013 Kalev Lember <kalevlember(a)gmail.com> - 1.1.2-3
- Rebuilt for cogl soname bump
* Fri Jan 25 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1.1.2-2
- rebuilt for new cogl .so version
* Wed Oct 24 2012 Leigh Scott <leigh123linux(a)googlemail.com> - 1.1.2-1
- update to 1.1.2 release
- change build requires style
nautilus-open-terminal-0.20-1.fc19
----------------------------------
* Wed Feb 27 2013 Kalev Lember <kalevlember(a)gmail.com> - 0.20-1
- Update to 0.20
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.19-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Dec 21 2012 Kalev Lember <kalevlember(a)gmail.com> - 0.19-7
- Rebuilt for libgnome-desktop-3 3.7.3 soname bump
netty-3.6.3-3.fc19
------------------
* Wed Feb 27 2013 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 3.6.3-3
- Set scope of optional compile dependencies to 'provided'
* Wed Feb 27 2013 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 3.6.3-2
- Drop dependency on OSGi
- Resolves: rhbz#916139
obnam-1.3-1.fc19
----------------
* Mon Feb 25 2013 Michel Salim <salimma(a)fedoraproject.org> - 1.3-1
- Update to 1.3
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
opendkim-2.8.0-4.fc19
---------------------
* Wed Feb 27 2013 Steve Jenkins <steve stevejenkins com> 2.8.0-4
- Added patch from upstream to fix libdb compatibility issues
openstack-glance-2013.1-0.6.g3.fc19
-----------------------------------
* Tue Feb 26 2013 Nikola Đipanov <ndipanov(a)redhat.com> 2013.1-0.6.g3
- Fix dep issues introduced by the Grizzly-3 update
* Mon Feb 25 2013 Nikola Đipanov <ndipanov(a)redhat.com> 2013.1-0.5.g3
- Update to Grizzlt milestone 3
openstack-nova-2013.1-0.7.g3.fc19
---------------------------------
* Tue Feb 26 2013 Nikola Đipanov <ndipanov(a)redhat.com> - 2013.1-0.7.g3
- Fix dependency issues caused by the Milestone 3 update
* Mon Feb 25 2013 Nikola Đipanov <ndipanov(a)redhat.com> - 2013.1-0.6.g3
- Update to Grizzly milestone 3
ovirt-guest-agent-1.0.6-6.fc19
------------------------------
* Tue Feb 19 2013 Vinzenz Feenstra <vfeenstr(a)redhat.com> - 1.0.6-6
- Using datadir as home directory
Resolves: BZ#883124
passwd-0.78.99-4.fc19
---------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.78.99-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
perl-Business-ISBN-2.05.03-3.fc19
---------------------------------
* Wed Feb 27 2013 Paul Howarth <paul(a)city-fan.org> - 2.05.03-3
- Don't BR: perl(LWP::Simple) for optional tests when bootstrapping; this is a
cleaner fix than nobbling perl-URI's runtime dependencies
perl-Carp-Assert-More-1.14-1.fc19
---------------------------------
* Wed Feb 27 2013 Tom Callaway <spot(a)fedoraproject.org> - 1.14-1
- update to 1.14
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.12-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
perl-Class-DBI-3.0.17-16.fc19
-----------------------------
* Wed Feb 27 2013 Ralf Corsépius <corsepiu(a)fedoraproject.org> - 3.0.17-16
- Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914251).
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.0.17-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
perl-Class-DBI-AbstractSearch-0.07-19.fc19
------------------------------------------
* Wed Feb 27 2013 Petr Šabata <contyk(a)redhat.com> - 0.07-19
- Fix the buildtime depedencies
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.07-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
perl-Class-DBI-AsForm-2.42-22.fc19
----------------------------------
* Wed Feb 27 2013 Tom Callaway <spot(a)fedoraproject.org> - 2.42-22
- add missing BR: perl(ExtUtils::MakeMaker)
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.42-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
perl-Devel-Leak-0.03-21.fc19
----------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.03-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Nov 14 2012 Marcela Mašláňová <mmaslano(a)redhat.com> - 0.03-20
- Remove BuildRoot definition.
- Remove BuildRoot cleaning.
- Replace PERL_INSTALL_ROOT with DESTDIR.
- Remove cleaning empty directories.
- Remove %defattr.
- Do not export private library (Leak.so()).
perl-No-Worries-0.9-1.fc19
--------------------------
* Wed Feb 27 2013 Massimo Paladin <massimo.paladin(a)gmail.com> 0.9-1
- Updating to upstream 0.9, rhbz #916064.
perl-OpenGL-0.66-1.fc19
-----------------------
* Wed Feb 27 2013 Petr Pisar <ppisar(a)redhat.com> - 0.66-1
- 0.66 bump
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.62-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
perl-PPI-Tester-0.15-1.fc19
---------------------------
* Wed Feb 27 2013 Petr Pisar <ppisar(a)redhat.com> - 0.15-1
- 0.15 bump
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.06-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
perl-Task-Kensho-Toolchain-0.28-8.fc19
--------------------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.28-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Modernize spec file
perl-Term-Completion-1.00-1.fc19
--------------------------------
* Wed Feb 27 2013 Petr Šabata <contyk(a)redhat.com> - 1.00-1
- 1.00 bump
- Spec cleanup
perl-Test-AutoBuild-1.2.4-9.fc19
--------------------------------
* Fri Feb 22 2013 Daniel P. Berrange <berrange(a)redhat.com> - 1.2.4-9
- Remove broken (but harmless) test case
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2.4-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
perl-TryCatch-1.003000-7.fc19
-----------------------------
* Fri Feb 22 2013 Petr Šabata <contyk(a)redhat.com> - 1.003000-7
- Patch the failing invalid.t (rt#81978) and fix the BRs list
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.003000-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
perl-URI-1.60-8.fc19
--------------------
* Wed Feb 27 2013 Paul Howarth <paul(a)city-fan.org> - 1.60-8
- Retain runtime dependency of perl(Business::ISBN) when bootstrapping; a
better fix for the build dependency cycle was to drop LWP::Simple as a
buildreq of perl-Business-ISBN (needed only for optional tests) when
bootstrapping
perl-Unix-Syslog-1.1-14.fc19
----------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Nov 07 2012 Petr Pisar <ppisar(a)redhat.com> - 1.1-13
- Conditionalize test dependencies
* Wed Nov 07 2012 Petr Pisar <ppisar(a)redhat.com> - 1.1-12
- Specify all dependencies
- Do not export private library
perl-YAML-Syck-1.20-4.fc19
--------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.20-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
phoronix-test-suite-4.4.0-1.fc19
--------------------------------
* Wed Feb 27 2013 Markus Mayer <lotharlutz(a)gmx.de> - 4.4.0-1
- new upstream
php-pecl-mysqlnd-qc-1.1.1-4.svn329586.fc19
------------------------------------------
* Wed Feb 27 2013 Remi Collet <remi(a)fedoraproject.org> - 1.1.1-4.svn329586
- pull latest changes from SVN, fix FTBFS #914368
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
pinpoint-0.1.4-12.fc19
----------------------
* Thu Feb 21 2013 Kalev Lember <kalevlember(a)gmail.com> - 0.1.4-12
- Rebuilt for cogl soname bump
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.1.4-11
- Rebuild for new cogl
polkit-gnome-0.105-4.fc19
-------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.105-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
polyclipping-5.0.3-2.fc19
-------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 5.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
poppler-0.22.1-1.fc19
---------------------
* Wed Feb 27 2013 Marek Kasik <mkasik(a)redhat.com> 0.22.1-1
- Update to 0.22.1
pps-tools-0-0.6.20120215gitac0aa6.fc19
--------------------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0-0.6.20120215gitac0aa6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
protobuf-c-0.15-6.fc19
----------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.15-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
puppet-3.1.0-1.fc19
-------------------
pykde4-4.10.0-1.fc19
--------------------
* Thu Jan 31 2013 Rex Dieter <rdieter(a)fedoraproject.org> - 4.10.0-1
- 4.10.0
* Sun Jan 20 2013 Rex Dieter <rdieter(a)fedoraproject.org> - 4.9.98-1
- 4.9.98
* Sun Jan 13 2013 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.97-4
- manually specify PYTHON_LIBRARIES again, fixes regression that tries
to load libpython<foo>.so from python<foo>-devel
* Mon Jan 07 2013 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.97-3
- fix kpythonpluginfactory (kde#312618)
* Fri Jan 04 2013 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.97-2
- fixup/cleanup pykdeuic4 naming and multilib-hackery
* Fri Jan 04 2013 Rex Dieter <rdieter(a)fedoraproject.org> - 4.9.97-1
- 4.9.97
* Thu Dec 20 2012 Rex Dieter <rdieter(a)fedoraproject.org> - 4.9.95-1
- 4.9.95
* Mon Dec 03 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.90-1
- 4.9.90 (4.10 beta2)
* Mon Dec 03 2012 Than Ngo <than(a)redhat.com> - 4.9.4-1
- 4.9.4
* Wed Nov 21 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.3-2
- upstream patch to fix text handling
python-cheetah-2.4.4-4.fc19
---------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.4.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
python-django-horizon-2013.1-0.5.g3.fc19
----------------------------------------
* Wed Feb 27 2013 Matthias Runge <mrunge(a)redhat.com> - 2013.1-0.5.g3
- update to grizzly-3
python-larch-1.20121216-1.fc19
------------------------------
* Mon Feb 25 2013 Michel Salim <salimma(a)fedoraproject.org> - 1.20121216-1
- Update to 1.20121216
python-manuel-1.7.1-2.fc19
--------------------------
* Wed Feb 27 2013 Jerry James <loganjerry(a)gmail.com> - 1.7.1-2
- Add python-six Requires (bz 915431)
python-paste-deploy-1.5.0-8.fc19
--------------------------------
* Wed Feb 27 2013 Ralph Bean <rbean(a)redhat.com> - 1.5.0-8
- Removed extra dependency on python3-paste.
* Wed Feb 27 2013 Ralph Bean <rbean(a)redhat.com> - 1.5.0-7
- Added python3 subpackage.
- Corrected pythonsitelib typo in %install section.
python-pkgwat-api-0.6-1.fc19
----------------------------
* Wed Feb 27 2013 Ralph Bean <rbean(a)redhat.com> - 0.6-1
- Latest upstream with new functions for querying relationships.
- Removed spurious newlines in .spec file.
- Modernized with_python3 conditional.
python-pyramid-1.4-6.fc19
-------------------------
* Wed Feb 27 2013 Ralph Bean <rbean(a)redhat.com> - 1.4-6
- Reenabled the python3 subpackage.
- Correctly prefixed python3 executables.
- Remove egg-info in prep, not after build.
python-reportlab-2.5-7.fc19
---------------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
python-requests-1.1.0-2.fc19
----------------------------
* Wed Feb 27 2013 Ralph Bean <rbean(a)redhat.com> - 1.1.0-2
- Unbundled python-charade/chardet. Using system python-chardet now.
- Removed deprecated comments and actions against oauthlib unbundling.
Those are no longer necessary in 1.1.0.
- Added links to bz tickets over Patch declarations.
* Tue Feb 26 2013 Ralph Bean <rbean(a)redhat.com> - 1.1.0-1
- Latest upstream.
- Relicense to ASL 2.0 with upstream.
- Removed cookie handling patch (fixed in upstream tarball).
- Updated cert unbundling patch to match upstream.
- Added check section, but left it commented out for koji.
* Fri Feb 08 2013 Toshio Kuratomi <toshio(a)fedoraproject.org> - 0.14.1-4
- Let brp_python_bytecompile run again, take care of the non-python{2,3} modules
by removing them from the python{,3}-requests package that they did not belong
in.
- Use the certificates in the ca-certificates package instead of the bundled one
+ https://bugzilla.redhat.com/show_bug.cgi?id=904614
- Fix a problem with cookie handling
+ https://bugzilla.redhat.com/show_bug.cgi?id=906924
python-tw2-core-2.1.5-1.fc19
----------------------------
* Fri Feb 22 2013 Ralph Bean <rbean(a)redhat.com> - 2.1.5-1
- Latest upstream
python-tw2-forms-2.1.4.1-2.fc19
-------------------------------
* Wed Feb 27 2013 Ralph Bean <rbean(a)redhat.com> - 2.1.4.1-2
- Renamed README from .txt to .rst.
* Fri Feb 22 2013 Ralph Bean <rbean(a)redhat.com> - 2.1.4.1-1
- Latest upstream.
python-webtest-1.3.4-4.fc19
---------------------------
* Tue Feb 19 2013 Ralph Bean <rbean(a)redhat.com> - 1.3.4-4
- Added python3 subpackage
ruby-libvirt-0.4.0-6.fc19
-------------------------
* Tue Feb 19 2013 Chris Lalancette <clalancette(a)gmail.com> - 0.4.0-6
- Add patch to update to newer rdoc
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.4.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
rubygem-glib2-1.2.1-1.fc19
--------------------------
* Mon Feb 04 2013 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 1.2.1-1
- 1.2.1
rygel-0.17.8-1.fc19
-------------------
* Thu Feb 21 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.17.8-1
- 0.17.8 devel release
- http://ftp.gnome.org/pub/GNOME/sources/rygel/0.17/rygel-0.17.8.news
* Sat Jan 26 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.17.7-1
- 0.17.7 devel release
- http://ftp.gnome.org/pub/GNOME/sources/rygel/0.17/rygel-0.17.7.news
* Wed Jan 16 2013 Richard Hughes <hughsient(a)gmail.com> - 0.17.6-1
- Update to 0.17.6
* Wed Jan 09 2013 Richard Hughes <hughsient(a)gmail.com> - 0.17.5.1-1
- Update to 0.17.5.1
* Wed Dec 26 2012 Bruno Wolff III <bruno(a)wolff.to> 0.17.5-2
- Rebuild for libgupnp-dlna soname bump
* Fri Dec 14 2012 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.17.5-1
- 0.17.5 devel release
- http://ftp.gnome.org/pub/GNOME/sources/rygel/0.17/rygel-0.17.5.news
* Thu Dec 06 2012 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.17.4-1
- 0.17.4 devel release
- http://ftp.gnome.org/pub/GNOME/sources/rygel/0.17/rygel-0.17.4.news
* Sat Dec 01 2012 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.17.3-1
- 0.17.3 devel release
- http://ftp.gnome.org/pub/GNOME/sources/rygel/0.17/rygel-0.17.3.news
* Sun Nov 25 2012 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.17.2-1
- 0.17.2 devel release
- http://ftp.gnome.org/pub/GNOME/sources/rygel/0.17/rygel-0.17.2.news
* Thu Nov 01 2012 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.17.1-1
- 0.17.1 devel release
- http://ftp.gnome.org/pub/GNOME/sources/rygel/0.17/rygel-0.17.1.news
samplv1-0.3.0-3.fc19
--------------------
* Fri Feb 22 2013 Karsten Hopp <karsten(a)redhat.com> 0.3.0-3
- add s390x and ppc64 to archs using lib64
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Jan 10 2013 Brendan Jones <brendan.jones.it(a)gmail.com> 0.3.0-1
- New upstream release
scim-1.4.14-5.fc19
------------------
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.14-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
scim-chewing-0.3.4-5.fc19
-------------------------
* Wed Feb 27 2013 Parag Nemade <pnemade AT fedoraproject DOT org> - 0.3.4-5
- Resolves:rh#914507 - scim-chewing: FTBFS in rawhide
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.3.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
selinux-policy-3.12.1-16.fc19
-----------------------------
* Wed Feb 27 2013 Miroslav Grepl <mgrepl(a)redhat.com> 3.12.1-16
- Fix authconfig.py labeling
- Make any domains that write homedir content do it correctly
- Allow glusterd to read/write anyhwere on the file system by default
- Be a little more liberal with the rsync log files
- Fix iscsi_admin interface
- Allow iscsid_t to read /dev/urand
- Fix up iscsi domain for use with unit files
- Add filename transition support for spamassassin policy
- Allow web plugins to use badly formated libraries
- Allow nmbd_t to create samba_var_t directories
- Add filename transition support for spamassassin policy
- Add filename transition support for tvtime
- Fix alsa_home_filetrans_alsa_home() interface
- Move all userdom_filetrans_home_content() calling out of booleans
- Allow logrotote to getattr on all file sytems
- Remove duplicate userdom_filetrans_home_content() calling
- Allow kadmind to read /etc/passwd
- Dontaudit append .xsession-errors file on ecryptfs for policykit-auth
- Allow antivirus domain to manage antivirus db links
- Allow logrotate to read /sys
- Allow mandb to setattr on man dirs
- Remove mozilla_plugin_enable_homedirs boolean
- Fix ftp_home_dir boolean
- homedir mozilla filetrans has been moved to userdom_home_manager
- homedir telepathy filetrans has been moved to userdom_home_manager
- Remove gnome_home_dir_filetrans() from gnome_role_gkeyringd()
- Might want to eventually write a daemon on fusefsd.
- Add policy fixes for sshd [net] child from plautrba(a)redhat.com
- Tor uses a new port
- Remove bin_t for authconfig.py
- Fix so only one call to userdom_home_file_trans
- Allow home_manager_types to create content with the correctl label
- Fix all domains that write data into the homedir to do it with the correct label
- Change the postgresql to use proper boolean names, which is causing httpd_t to
- not get access to postgresql_var_run_t
- Hostname needs to send syslog messages
- Localectl needs to be able to send dbus signals to users
- Make sure userdom_filetrans_type will create files/dirs with user_home_t labeling by default
- Allow user_home_manger domains to create spam* homedir content with correct labeling
- Allow user_home_manger domains to create HOMEDIR/.tvtime with correct labeling
- Add missing miscfiles_setattr_man_pages() interface and for now comment some rules for userdom_filetrans_type to make build process working
- Declare userdom_filetrans_type attribute
- userdom_manage_home_role() needs to be called withoout usertype attribute because of userdom_filetrans_type attribute
- fusefsd is mounding a fuse file system on /run/user/UID/gvfs
spe-0.8.4.h-12.fc19
-------------------
* Wed Feb 27 2013 Jon Ciesla <limburgher(a)gmail.com> - 0.8.4.h-12
- Unbundle pychecker to fix 912880.
subsurface-3.0-1.fc19
---------------------
* Thu Feb 21 2013 Pierre-Yves Chibon <pingou(a)pingoured.fr> - 3.0-1
- Update to 3.0 which adds the dependency on osm-gps-map and a BR on
libzip-devel
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
sushi-3.7.5-2.fc19
------------------
* Thu Feb 21 2013 Kalev Lember <kalevlember(a)gmail.com> - 3.7.5-2
- Rebuilt for cogl soname bump
* Thu Feb 07 2013 Richard Hughes <rhughes(a)redhat.com> - 3.7.5-1
- Update to 3.7.5
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 3.7.4-2
- Rebuild for new cogl
* Wed Jan 16 2013 Richard Hughes <hughsient(a)gmail.com> - 3.7.4-1
- Update to 3.7.4
* Fri Dec 21 2012 Kalev Lember <kalevlember(a)gmail.com> - 3.7.3-1
- Update to 3.7.3
symlinks-1.4-7.fc19
-------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
system-config-printer-1.3.12-9.fc19
-----------------------------------
* Wed Feb 27 2013 Tim Waugh <twaugh(a)redhat.com> 1.3.12-9
- Disable the print applet in KDE again.
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.3.12-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
targetcli-2.0rc1.fb17-1.fc19
----------------------------
taxipilot-0.9.2-15.fc19
-----------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.9.2-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Feb 14 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.2-14
- Remove vendor tag from desktop file
- spec clean up
thunderbird-17.0.3-1.fc19
-------------------------
* Tue Feb 19 2013 Jan Horak <jhorak(a)redhat.com> - 17.0.3-1
- Update to 17.0.3
tinycdb-0.77-6.fc19
-------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.77-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
totem-3.6.3-4.fc19
------------------
* Thu Feb 21 2013 Kalev Lember <kalevlember(a)gmail.com> 3.6.3-4
- Rebuilt for cogl soname bump
* Fri Jan 25 2013 Peter Robinson <pbrobinson(a)fedoraproject.org> 3.6.3-3
- Rebuild for new cogl
tzdata-2012j-3.fc19
-------------------
* Wed Feb 27 2013 Petr Machata <pmachata(a)redhat.com> - 2012j-3
- DTS in Chile will end on 2013-04-28
(0016-Chile-is-changing-its-DST-rules.patch)
ufraw-0.18-17.fc19
------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.18-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 0.18-16
- rebuild due to "jpeg8-ABI" feature drop
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 0.18-15
- rebuild against new libjpeg
uniconvertor-1.1.4-7.fc19
-------------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
unzoo-4.4-9.fc19
----------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.4-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
uprof-0.3-0.5.20110115gita6832f7a.fc19
--------------------------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.3-0.5.20110115gita6832f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
usermode-1.111-2.fc19
---------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.111-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
vfrnav-20130123-1.fc19
----------------------
* Sat Jan 26 2013 Thomas Sailer <t.sailer(a)alumni.ethz.ch> - 20130123-1
- rebuild for geos
vinagre-3.7.90-1.fc19
---------------------
* Tue Feb 19 2013 Richard Hughes <rhughes(a)redhat.com> - 3.7.90-1
- Update to 3.7.90
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.7.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Jan 16 2013 Richard Hughes <hughsient(a)gmail.com> - 3.7.4-1
- Update to 3.7.4
* Wed Jan 09 2013 Richard Hughes <hughsient(a)gmail.com> - 3.7.3-1
- Update to 3.7.3
volume_key-0.3.9-3.fc19
-----------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.3.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
webattery-1.2-10.fc19
---------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
weston-1.0.5-1.fc19
-------------------
* Thu Feb 21 2013 Adam Jackson <ajax(a)redhat.com> 1.0.5-1
- weston 1.0.5+ (actually tip of 1.0 branch)
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.0.3-2
- rebuild due to "jpeg8-ABI" feature drop
* Wed Jan 02 2013 Adam Jackson <ajax(a)redhat.com> 1.0.3-1
- weston 1.0.3
wiggle-0.8-5.fc19
-----------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
will-crash-0.3-1.fc19
---------------------
wmcube-0.98-5.fc19
------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.98-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
xbase-3.1.2-6.fc19
------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.1.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
xbsql-0.11-19.fc19
------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.11-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
xcb-util-renderutil-0.3.8-3.fc19
--------------------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.3.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
xcircuit-3.7.44-7.fc19
----------------------
* Wed Feb 27 2013 Mat Booth <fedora(a)matbooth.co.uk> - 3.7.44-7
- Fix invalid auto-generated dependency.
xclip-0.12-5.fc19
-----------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
xconvers-0.8.3-12.fc19
----------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.8.3-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
xdialog-2.3.1-10.fc19
---------------------
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
xfce4-cellmodem-plugin-0.0.5-11.fc18
------------------------------------
* Thu Feb 14 2013 Christoph Wickert <cwickert(a)fedoraproject.org> - 0.0.5-11
- Fix crash on removing the plugin from the panel (#874042)
xfce4-datetime-plugin-0.6.2-1.fc18
----------------------------------
* Thu Feb 14 2013 Christoph Wickert <cwickert(a)fedoraproject.org> - 0.6.2-1
- Update to 0.6.2
- Remove all patches (either upstreamed or obsolete)
- Add VCS key
xmms2-0.8-8.fc19
----------------
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora(a)m4x.org> - 0.8-8
- Rebuild for Boost-1.53.0
* Mon Jan 07 2013 Adrian Reber <adrian(a)lisas.de> - 0.8-7
- Rebuilt for libcdio-0.90
yelp-3.7.90-2.fc19
------------------
* Fri Feb 22 2013 Kalev Lember <kalevlember(a)gmail.com> - 1:3.7.90-2
- Remove the desktop file vendor prefix
* Tue Feb 19 2013 Richard Hughes <rhughes(a)redhat.com> - 1:3.7.90-1
- Update to 3.7.90
yum-3.4.3-66.fc19
-----------------
* Wed Feb 27 2013 Zdeněk Pavlas <zpavlas(a)redhat.com> - 3.4.3-66
- fixed getDiscNum bug
- fixed rpmsize calculation
- obsoleted yum-presto plugin
zabbix-2.0.5-1.fc18
-------------------
* Tue Feb 12 2013 Volker Fröhlich <volker27(a)gmx.at> - 2.0.5-1
- New upstream release
- Drop now-included patches
* Tue Jan 22 2013 Volker Fröhlich <volker27(a)gmx.at> - 2.0.4-5
- Remove zabbix_get plus manpage from the proxy files section
- Solve conflict for externalscripts symlink between proxy and
server package
* Sun Jan 20 2013 Volker Fröhlich <volker27(a)gmx.at> - 2.0.4-4
- Remove origin of directories BZ#867159, comment 14 and 16
Summary:
Added Packages: 14
Removed Packages: 0
Upgraded Packages: 212
Compose finisheded at Thu Feb 28 11:15:59 UTC 2013
10 years, 3 months
Fedora ARM weekly status meeting minutes 2013-02-27
by Paul Whalen
Thanks to those who were able to join us for the weekly status meeting today. For those that were unable, the minutes are posted below:
Minutes: http://meetbot.fedoraproject.org/fedora-meeting-1/2013-02-27/fedora-meeti...
Minutes (text): http://meetbot.fedoraproject.org/fedora-meeting-1/2013-02-27/fedora-meeti...
Log: http://meetbot.fedoraproject.org/fedora-meeting-1/2013-02-27/fedora-meeti...
Paul
===================================================
#fedora-meeting-1: Fedora ARM weekly status meeting
===================================================
Meeting summary
---------------
* 0) Status of ACTION items from our previous meeting (pwhalen,
21:01:44)
* Meeting Minutes from last week: (pwhalen, 21:01:54)
* LINK:
http://meetbot.fedoraproject.org/fedora-meeting-1/2013-02-20/fedora-meeti...
(pwhalen, 21:02:01)
* ACTION: INPROGRESS jonmasters to file bug report with llvm upstream
community (bconoboy, 21:04:21)
* 1) Problem Packages (bconoboy, 21:04:28)
* eclipse (bz 863801) is ongoing (bconoboy, 21:06:27)
* java-1.7.0-openjdk also ongoing, no bz yet (bconoboy, 21:06:52)
* crash (bz 915830) causes gcc to ICE compiling iwmmxt.c (bconoboy,
21:07:12)
* mongodb is still broken (bconoboy, 21:08:19)
* ACTION: pbrobinson to apply jonmasters' mongodb patch (bconoboy,
21:09:14)
* 2) Aarch64 config.guess patching (pwhalen, 21:10:51)
* ACTION: bconoboy (and co) to come up with list of packages needing
aarch64-specific configurey updates (bconoboy, 21:18:40)
* pointer to list to be sent to fedora-arm mailing list where plan of
attack will be formed (bconoboy, 21:19:04)
* 3) A15 Kernel support in Fedora (pwhalen, 21:20:40)
* ACTION: ctyler to email what this is about (bconoboy, 21:26:53)
* 4) ARM Tech Talks - suggestions for future talks, volunteers?
(pwhalen, 21:26:58)
* 5) PHX update (pwhalen, 21:31:15)
* LINK: http://paste.fedoraproject.org/3941/ (nirik, 21:35:44)
* New ARM net *may* be available friday (bconoboy, 21:36:46)
* 6) Open Floor (pwhalen, 21:50:58)
* ACTION: pbrobinson will review vboot by the end of the weekend
(bconoboy, 21:53:08)
Meeting ended at 21:56:28 UTC.
Action Items
------------
* INPROGRESS jonmasters to file bug report with llvm upstream community
* pbrobinson to apply jonmasters' mongodb patch
* bconoboy (and co) to come up with list of packages needing
aarch64-specific configurey updates
* ctyler to email what this is about
* pbrobinson will review vboot by the end of the weekend
Action Items, by person
-----------------------
* bconoboy
* bconoboy (and co) to come up with list of packages needing
aarch64-specific configurey updates
* ctyler
* ctyler to email what this is about
* jonmasters
* INPROGRESS jonmasters to file bug report with llvm upstream
community
* pbrobinson to apply jonmasters' mongodb patch
* pbrobinson
* pbrobinson to apply jonmasters' mongodb patch
* pbrobinson will review vboot by the end of the weekend
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* pbrobinson (53)
* bconoboy (51)
* pwhalen (32)
* nirik (29)
* masta (22)
* dgilmore (21)
* zodbot (12)
* dmarlin (2)
* ahs3 (1)
* DarthJawa (1)
* dramsey (1)
* jcapik1 (1)
* agreene (1)
* oatley (1)
* ctyler (0)
* jonmasters (0)
10 years, 3 months