Why does disk I/O slow down a CPU bound task?
by Dave Johansen
I noticed on RHEL 6 that when a large amount of disk I/O is happening that
CPU bound tasks "slow down". I have been able to reproduce it in Fedora 21
as well and here are the instructions of how I can reproduce it with a
simple test:
1) Build the disk_test.cc (the "CPU bound task") and run it.
2) Create a large file to copy ( fallocate -l 10G junk ).
3) Copy that file with a one minute delay between copies ( while true; do
cp junk junk2; sleep 60; done )
If you direct the output of disk_test.cc to a file, then you can plot the
results in gnuplot with the following commands to see the change in the
mean time between "finishing the work cycle" when the file is being copied:
set xdata time
set timefmt "%s"
plot "out.txt" using 1:3 with lines
You can also notice that the load average is also going up, so it seems
like something in the kernel/scheduler is getting some sort of exclusive
lock in the disk I/O process and that's causing the CPU bound task to not
be able to execute when it should. Any ideas?
Thanks,
Dave
8 years, 5 months
Pushing the extra AppData files into Rawhide
by Richard Hughes
In the effort to make the AppStream generation simpler I'm going to
deprecate the fedora-appstream repo[1]. This was always designed to be
a stop-gap until upstreams had done new tarball releases and to
"rescue" applications that we care a lot about, and we're now at a
point where over 50% of upstream software ships AppData and the
general consensus upstream and downstream is that AppData is a good
thing. We've now even put the requirement for AppData in our packaging
guidelines.
I would ask the package maintainer (or a proven packager) to move the
AppData files in the srpm itself. I'm happy to help for the
lost-maintainer case but there are just too many for me to do myself.
All the .appdata.xml files have been sent upstream and if the
downstream package maintainer isn't happy shipping it them we should
just drop the file. The fedora-appstream repo was never meant to be a
long term solution and is slowly turning into a graveyard.
The preferred way of doing this is to add a new "Source" in the .spec,
to upload the file using fedpkg new-sources and then to install the
file using something like "install -Dm 0644 -p %{SOURCE2}
%{buildroot}%{_datadir}/appdata/foo.appdata.xml" but you can also
install it using the EOF trick too.
If the AppData file already exists upstream, please let me know. I
should have already removed all distro-overrides where an upstream
file exists, but there are a few apps that ship a file in the tarball
without installing it.
The spreadsheet is here:
https://docs.google.com/spreadsheets/d/1V6Oa9yP4oHFvbwyd0aNjEL92LUmKclLQJ...
-- I can't promise cookies, but I'll really appreciate it and it means
the applications won't disappear from Fedora 23. Yell if you have any
questions.
Thanks,
Richard
[1] https://github.com/hughsie/fedora-appstream/
Affected desktop files:
abiword
Add64
aeskulap
alexandria
amoebax
amulegui
arcstat-ui
ardour2
armacycles-ad
ascend4
astromenace
asylum
atanks
ballz
barrage
billiards
biloba
blender
blobwars
BlockOutII
bpython
bssh
btanks
bvnc
bzflag
calibrate_lens_gui
cave9
cbrpager
ccgo
celestia
chinese-calendar
chocolate-doom
chromium
CMake
colossus
Coot
CriticalMass
crossfire-client
CRRCsim
CUBE
darkplaces-quake
dia
diffuse
dispcalGUI-3DLUT-maker
dispcalGUI-curve-viewer
dispcalGUI-profile-info
dispcalGUI-synthprofile
dispcalGUI-testchart-editor
dispcalGUI-VRML-to-X3D-converter
doom
dreampie
dsi
echomixer
edb
edfviewer
edgar
elementsinfo
emacsclient
envy24control
escape
eyesight
fbg2
fbzx
file-roller
fillets
findthatword
firefox
flare
flarq
flaw
fldigi-doc
FlightGear
font-manager
fontmatrix
fonts-tweak-tool
freeciv
freeciv-modpack
freediams
freedoom
freemedforms
frozen-bubble
funguloids
gambas
GammaRay
garden
gda-browser-5.0
geany
geeqie
giggle
git-dag
glade-3
glc_player
glob2
globaltime
gnome-disks
gnome-ekiga
gnome-nettool
gnome-phone-manager
gnome-search-tool
gnome-subtitles
gnome-system-log
GNUSim8085
gobby
gogui
goldendict
gphpedit
gpick
gpodder
groovy
gtg
gtranslator
guitone
gvim
gvrng
gweled
gwget
hamster-time-tracker-overview
hatari
haxima
hdspconf
hdspmixer
heimdall
hexglass
hgview
hotot
hotot-qt
iep
inkscape
jaxodraw
k3d
kajongg
kalgebramobile
kapman
kbibtex
key-mon
KGoldrunner
kollision
krusader_root-mode
ksudoku
kubrick
ladi-system-tray
lbrickbuster2
LibreAtlas
librecad
lincity-ng
lingot
lordsawar
luminance-hdr
luxrender
lxmusic
manaplus
mandelbulber
mca2edf
megaglest
memaker
methane
MiniCopier
mj
monodevelop
mousepad
mozilla-thunderbird
mtpaint
musique
mypaint
naev
nemiver
netpanzer
neverball
neverputt
nomacs
octave
office-runner
oggconvert
openalchemist
openarena
openlierox
openmsx
openshot
openttd
opticalraytracer
orca
org.gnome.Screenshot
Panini
pdfmod
pdfshuffler
peakidentifier
phatch
phatch-inspector
picmi
pingus
pinta
pioneers
planner
plee-the-bear
plotdrop
postr
PTBatcherGUI
pychess
pymcabatch
pymcapostbatch
pymcaroitool
qcomicbook
qt4-linguist
quasselclient
rafkill
rawtherapee
redeclipse
revelation
rocksndiamonds
scinotes
scorched3d
screengrab
screenie-composer
scribus
setroubleshoot
shutter
sir
skanlite
smb4k
sound-juicer
speed-dreams
springlobby
stoken-gui-small
sublime_text
subtitleeditor
sudoku-savant
supertuxkart
tagtool
teeworlds
tennix
Thunar
Thunar-bulk-rename
tintii
tomboy
torcs
transmission-gtk
tremulous
tuxguitar
tuxpaint
tuxtype2
uqm
uzbl
vdrift
viewnior
vlc
warmux
warzone2100
WebHTTrack-Websites
wesnoth
wings
wireshark
xchat
xcos
xmedcon
xmoto
xmove
xonotic
xpbsmon
xsane
xskat
xzgv
yelp
zaz
zynaddsubfx-jack
8 years, 5 months
Orphaning netbeans related packages
by Omair Majid
Hi,
I am no longer interested in maintaining netbeans-related packages:
- netbeans-javaparser
- netbeans-platform
- netbeans-resolver
- netbeans-svnclientadapter
I am going to orphan them.
Regards,
Omair
--
PGP Key: 66484681 (http://pgp.mit.edu/)
Fingerprint = F072 555B 0A17 3957 4E95 0056 F286 F14F 6648 4681
8 years, 5 months
sundials updated - bionetgen and ascend depend on it
by Mukundan Ragavan
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Greetings,
I have updated the package sundials to the latest upstream version
(2.6.0) on rawhide (only) today.
repoquery indicates bionetgen (zbyszek) and ascend (sagitter) depend
on sundials.
$ repoquery --whatrequires sundials
ascend-libs-0:0.9.8-15.20140710svn4695.fc22.i686
ascend-libs-0:0.9.8-15.20140710svn4695.fc22.x86_64
bionetgen-0:2.2.5-2.fc22.x86_64
<snip>
* ascend builds fine. scratch build here -
https://koji.fedoraproject.org/koji/taskinfo?taskID=9361514
I can build this for rawhide if you (sagitter) wish.
* bionetgen fails to build from source
https://koji.fedoraproject.org/koji/taskinfo?taskID=9361549
https://bugzilla.redhat.com/show_bug.cgi?id=1206950
Thanks,
Mukundan.
- --
GPG key: 00E8658D
"The heights by great men reached and kept
were not attainted by sudden flight,
but they while their companions slept,
were toiling upward in the night"
-- Henry Wadsworth Longfellow
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJVGILPAAoJEIfjPv0A6GWNKBcP/Rtl2dRFXg2/9b0iNF1rLoZn
CpjCBjk8DqRhluTgwbF4Vb5k5OAtwFQ6EPqwnPR/Y/XFSthMQvj/3XVdWilUKv27
8M8gAwXn7rgTD1V8GBOTuHBTBZY4amF8Muh+L6cxXjW2dZAspEar4QTI7i1r1OQl
9w6vtZqW7Frswh7Dgeuy/Ova8U2rHy7hlABx56MhyvwFrf346MK8kIApsMgd++G4
A16fq9zNhLm3UOLLm2b9uOUd2g+KJCUIV3TL2U2yYbLkX1GogNuWMijWvA60Xt63
PoeFe8t1c7hjV83wMx3E8mrB3ML4hXj/9EZaCh10ZMg6GZ8V6JJTMEEtLPlLhZ/R
SojGr1Q6fYqwNVG65iwMCajSs5DdqeIUNT792qstEhCPHkdv5oEIrndVRISpUBAU
QoJs1SBHJ/v+hYxS9KyfMtCo/6XCPdQSiK+9/TPOlKIVA8X6iXmz0jcFjCTvZ0UW
ZPZzVMs0Hx55Q80hrAFEPC4U/0/p1727vIRjUAwSrEA8kUwl7Bd93RL4OB4RfIak
LCW7yNVrb2Hyr55bxSPHs8vrLhOltasNvizPVV+zLagVkQlqEUxEreh5AWOrs+dL
XzltAWlZwV9ED1ImpvutgIEzKSiLNrMy9HT/mF50RQqFm/kQM2lyQEpsDZDob18D
GuUETT9gG0sO5ypCZGUq
=BX2Z
-----END PGP SIGNATURE-----
8 years, 5 months
F-22 Branched report: 20150331 changes
by Fedora compose checker
Compose started at Tue Mar 31 07:15:03 UTC 2015
Broken deps for armhfp
----------------------------------------------------------
[Sprog]
Sprog-0.14-27.fc20.noarch requires perl(:MODULE_COMPAT_5.18.0)
[aeskulap]
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libofstd.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires liboflog.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libijg8.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libijg16.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libijg12.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmnet.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmjpeg.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmimgle.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmimage.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmdata.so.3.6
[avro]
avro-mapred-1.7.5-9.fc22.noarch requires hadoop-mapreduce
avro-mapred-1.7.5-9.fc22.noarch requires hadoop-client
[bro]
broccoli-2.3-1.fc22.armv7hl requires bro-2.3
python-broccoli-2.3-1.fc22.armv7hl requires bro-2.3
[crystal]
crystal-2.2.1-2.fc22.armv7hl requires libkdecorations.so.4
[dnssec-check]
dnssec-check-1.14.0.1-4.fc20.armv7hl requires libval-threads.so.14
dnssec-check-1.14.0.1-4.fc20.armv7hl requires libsres.so.14
[gcc-python-plugin]
gcc-python2-debug-plugin-0.13-2.fc22.armv7hl requires gcc = 0:4.9.2-1.fc22
gcc-python2-plugin-0.13-2.fc22.armv7hl requires gcc = 0:4.9.2-1.fc22
gcc-python3-debug-plugin-0.13-2.fc22.armv7hl requires gcc = 0:4.9.2-1.fc22
gcc-python3-plugin-0.13-2.fc22.armv7hl requires gcc = 0:4.9.2-1.fc22
[kde-style-skulpture]
kde-style-skulpture-0.2.4-9.fc22.armv7hl requires libkdecorations.so.4
[kfilefactory]
kfilefactory-0.1.1-8.fc21.noarch requires kdebase-workspace
[leksah]
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(utf8-string-0.3.7-013ef9ad8ac70ebb11df31f487b74f26)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(unix-2.6.0.1-7550b9ae9dbc74e4d6570cc239a29030)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(transformers-0.3.0.0-23508e0b4a1c1bc1cf2c2de3bb13e90c)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(time-1.4.0.1-970760bdd865d8b6cafac382276795a2)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(text-0.11.3.1-17cae9ba49c3f3d533bf78a6e387f543)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(strict-0.3.2-04f0cc1e99eff2196c0a7cd16d748b37)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(regex-tdfa-1.1.8-0b03687c4e38c00ef92e9445170081e2)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(regex-base-0.93.2-6a541a53412d1d7d310fa69bca50c85f)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(pretty-1.1.1.0-2de27f83b2c1c65d629a564e9e01b27d)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(parsec-3.1.3-a8bebef411959de671abb0f1f7da556f)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(old-time-1.1.0.1-29c02e2b3bbdfd9a5756f0c46f4d6071)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(network-2.4.1.2-82f6bcf79fe0252b3ab387e8dcb82e71)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(mtl-2.1.2-2f2cd438035824ec2bed4811930bc232)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(ltk-0.12.1.0-2fbb10498719be9dbdbb3d9f8adedbec)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(leksah-server-0.12.1.2-7dbd70c9f5e4dd8b3b5efcb6597b3bfd)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(hslogger-1.2.1-43834164508859009a3cc8aef7fd1e84)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(gtksourceview2-0.12.5.0-588b179d0562576f9afa46559cebf79f)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(gtk-0.12.5.0-2342a114ec8897cecfdda15ac92aed08)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(glib-0.12.5.0-1b94df160e141377711a221615168695)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(gio-0.12.5.0-b012293268f349d8f05c73d053798c7b)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(ghc-7.6.3-18fc786f8ad3478b9bb568d865b0e48d)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(filepath-1.3.0.1-62570c67b40fb99e7078c0d179220531)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(enumerator-0.4.19-a164f71ed1088e349dd8bc4cdee8e449)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(directory-1.2.0.1-504c99535d64699e20e001d81b577d06)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(deepseq-1.3.0.1-aa1be128186a233c7290faf88620ffe5)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(containers-0.5.0.0-3b8b869ec10d44736414ab5bea776319)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(bytestring-0.10.0.2-ea1d6622fb7aad447c7746744ecded40)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(binary-shared-0.8.3-e7b0a0ea6f1cabbb7494156068d1e65c)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(binary-0.5.1.1-070d1a748b38a86cefd3ecfe250c286a)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(base-4.6.0.1-96bf6b6729ca53a5ac2cf45bb8b3cc3e)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(array-0.4.0.1-72eb1caf42d7f1e9e960760f41ef98d0)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(QuickCheck-2.6-003fbce282d20ed0ff1cf632c5703065)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-devel(Cabal-1.16.0-4bd180cb318cce689ce81620e4490daf)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-compiler = 0:7.6.3
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires ghc-compiler = 0:7.6.3
[libhocr]
libhocr-gtk-0.10.17-18.fc22.armv7hl requires python-imaging-sane
[libxfcegui4]
libxfcegui4-4.10.0-7.fc22.armv7hl requires libxfce4util.so.6
[licq]
licq-1.8.2-4.fc22.armv7hl requires libgloox.so.12
[nifti2dicom]
nifti2dicom-0.4.9-1.fc22.armv7hl requires libitksys-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libitkopenjpeg-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libitkdouble-conversion-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libitkNetlibSlatec-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libhdf5_hl.so.8
nifti2dicom-0.4.9-1.fc22.armv7hl requires libhdf5_cpp.so.8
nifti2dicom-0.4.9-1.fc22.armv7hl requires libhdf5.so.8
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKznz-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKniftiio-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKgiftiio-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKWatersheds-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKVtkGlue-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKVideoIO-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKVideoCore-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKVTK-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKVNLInstantiation-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKStatistics-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKSpatialObjects-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKReview-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKQuadEdgeMesh-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKPolynomials-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKPath-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKOptimizersv4-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKOptimizers-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKNrrdIO-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKMetaIO-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKMesh-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKLabelMap-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKKLMRegionGrowing-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOXML-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOVTK-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOTransformMatlab-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOTransformInsightLegacy-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOTransformHDF5-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOTransformBase-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOTIFF-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOStimulate-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOSpatialObjects-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOSiemens-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOPNG-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIONRRD-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIONIFTI-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOMeta-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOMesh-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOMRC-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOLSM-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOJPEG-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOImageBase-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOIPL-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOHDF5-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOGIPL-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOGE-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOGDCM-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOCSV-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOBioRad-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKIOBMP-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKFEM-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKDeprecated-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKDICOMParser-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKCommon-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKBioCell-4.6.so.1
nifti2dicom-0.4.9-1.fc22.armv7hl requires libITKBiasCorrection-4.6.so.1
[openbox]
openbox-kde-3.5.2-6.fc22.noarch requires kdebase-workspace
[openchange]
openchange-2.2-4.fc22.armv7hl requires libsamba-debug.so(SAMBA_4.2.0RC3)
openchange-2.2-4.fc22.armv7hl requires libsamba-debug.so
openchange-client-2.2-4.fc22.armv7hl requires libsamba-debug.so(SAMBA_4.2.0RC3)
openchange-client-2.2-4.fc22.armv7hl requires libsamba-debug.so
openchange-devel-2.2-4.fc22.armv7hl requires libsamba-debug.so
[opensips]
opensips-redis-1.10.3-1.fc22.armv7hl requires libhiredis.so.0.10
[ostree]
ostree-grub2-2015.3-2.fc22.armv7hl requires grub2
[python-sippy]
python-sippy-1.0.3-10.fc21.noarch requires radiusclient-ng-utils
[qstars]
qstars-kde-0.4-15.fc22.armv7hl requires kdeartwork-kxs
[quarticurve-kwin-theme]
quarticurve-kwin-theme-0.0-0.14.beta4.fc22.armv7hl requires libkdecorations.so.4
[rss-glx]
rss-glx-kde-0.9.1.p-22.fc22.armv7hl requires kdeartwork-kxs
[rubygem-rugged]
rubygem-rugged-0.21.0-4.fc22.armv7hl requires libgit2.so.21
[smokekde]
smokekde-4.14.3-4.fc22.armv7hl requires libkateinterfaces.so.4
[spring-maps-default]
spring-maps-default-0.1-12.fc21.noarch requires spring
[subversion]
subversion-ruby-1.8.11-1.fc22.armv7hl requires libruby.so.2.1
[syntastic]
syntastic-d-3.5.0-1.fc22.noarch requires ldc
[tempest]
tempest-kde-0-0.17.20081027.fc22.armv7hl requires kdeartwork-kxs
[templates_parser]
templates_parser-11.8.0-4.fc22.armv7hl requires libgnat-4.9.so
templates_parser-11.8.0-4.fc22.armv7hl requires libgnarl-4.9.so
templates_parser-tools-11.8.0-4.fc22.armv7hl requires libgnat-4.9.so
templates_parser-tools-11.8.0-4.fc22.armv7hl requires libgnarl-4.9.so
[uwsgi]
uwsgi-alarm-xmpp-2.0.7-2.fc22.armv7hl requires libgloox.so.12
uwsgi-plugin-gccgo-2.0.7-2.fc22.armv7hl requires libgo.so.5
uwsgi-plugin-gridfs-2.0.7-2.fc22.armv7hl requires libmongoclient.so
uwsgi-plugin-gridfs-2.0.7-2.fc22.armv7hl requires libboost_thread.so.1.55.0
uwsgi-plugin-gridfs-2.0.7-2.fc22.armv7hl requires libboost_system.so.1.55.0
uwsgi-plugin-gridfs-2.0.7-2.fc22.armv7hl requires libboost_filesystem.so.1.55.0
uwsgi-plugin-rack-2.0.7-2.fc22.armv7hl requires libruby.so.2.1
uwsgi-plugin-ruby-2.0.7-2.fc22.armv7hl requires libruby.so.2.1
uwsgi-stats-pusher-mongodb-2.0.7-2.fc22.armv7hl requires libmongoclient.so
uwsgi-stats-pusher-mongodb-2.0.7-2.fc22.armv7hl requires libboost_thread.so.1.55.0
uwsgi-stats-pusher-mongodb-2.0.7-2.fc22.armv7hl requires libboost_system.so.1.55.0
uwsgi-stats-pusher-mongodb-2.0.7-2.fc22.armv7hl requires libboost_filesystem.so.1.55.0
[xavante]
xavante-2.3.0-1.fc22.noarch requires lua(abi) = 0:5.2
[xfce4-cellmodem-plugin]
xfce4-cellmodem-plugin-0.0.5-14.fc22.armv7hl requires libxfce4util.so.6
[xfce4-notes-plugin]
xfce4-notes-plugin-1.7.7-10.fc22.armv7hl requires libxfce4util.so.6
[xfce4-timer-plugin]
xfce4-timer-plugin-0.6.1-16.fc22.armv7hl requires libxfce4util.so.6
[zeromq-ada]
zeromq-ada-2.1.0-16.24032011git.fc22.armv7hl requires libgnat-4.9.so
Broken deps for i386
----------------------------------------------------------
[Agda]
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSzlib-0.5.4.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSxhtml-3000.2.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSvector-0.10.0.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSunordered-containers-0.2.3.0-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSunix-2.6.0.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHStransformers-0.3.0.0-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHStime-1.4.0.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHStext-0.11.3.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSterminfo-0.3.2.5-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHStemplate-haskell-2.8.0.0-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSrandom-1.0.1.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSprocess-1.1.0.2-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSprimitive-0.5.0.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSpretty-1.1.1.0-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSparallel-3.2.0.3-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSold-time-1.1.0.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSold-locale-1.0.0.5-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSmtl-2.1.2-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSinteger-gmp-0.5.0.0-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHShaskell-src-exts-1.13.5-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHShaskeline-0.7.0.3-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHShashtables-1.0.1.8-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHShashable-1.1.2.5-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSghc-prim-0.3.0.0-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSgeniplate-0.6.0.3-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSfilepath-1.3.0.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSdirectory-1.2.0.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSdeepseq-1.3.0.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHScpphs-1.16-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHScontainers-0.5.0.0-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSbytestring-0.10.0.2-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSbinary-0.5.1.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSbase-4.6.0.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSarray-0.4.0.1-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires libHSQuickCheck-2.6-ghc7.6.3.so
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(zlib-0.5.4.1-f8b2bb965704e7ec5caa162d83990faa)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(xhtml-3000.2.1-aedd6a0629c5f519b3358e88145e03c0)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(unordered-containers-0.2.3.0-5bf92a1c1b90f6e2e5a5dbbd8a6ab013)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(time-1.4.0.1-11ddabfbdd9e1882a9135b100d37881b)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(text-0.11.3.1-f9af5da075b669b8893882d7df69cdb7)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(process-1.1.0.2-a830d25f0e9fb9c610aa641b7f5b20f9)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(pretty-1.1.1.0-2de27f83b2c1c65d629a564e9e01b27d)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(parallel-3.2.0.3-e820b19f5a9c77af99f9f74ca067f604)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(mtl-2.1.2-fe866e917274e9b307cc6413975cc313)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(haskell-src-exts-1.13.5-0f3f2319acda970505744b02eb3b1d03)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(haskeline-0.7.0.3-775b029f16a4b58f3cc6b4cb4f7e7ac5)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(hashtables-1.0.1.8-ea7e4d9be4ffb2917a684e7297a606bb)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(hashable-1.1.2.5-93ac9e8f4902e70447854e208345383a)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(geniplate-0.6.0.3-bfd737e522f73fbb09b57c4e0e5f2b36)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(filepath-1.3.0.1-edbc3d8247914b04f448e9261e7fe895)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(directory-1.2.0.1-0f6696fb1143d7612e79f8dad6bc63a4)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(deepseq-1.3.0.1-aa1be128186a233c7290faf88620ffe5)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(containers-0.5.0.0-3b8b869ec10d44736414ab5bea776319)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(bytestring-0.10.0.2-0b6617b9eb506e75e23ac8e02aca9a35)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(binary-0.5.1.1-5b8f9bc100b7fcc9007862bc7991fc81)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(base-4.6.0.1-ced5f3d8c90960e9f372129163296e44)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(array-0.4.0.1-6380782b62ead58fec616aa07dc0e15c)
ghc-Agda-2.3.2.2-5.fc22.i686 requires ghc(QuickCheck-2.6-5571712ebb9990d84d42ae8f6e9f4247)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSzlib-0.5.4.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSxhtml-3000.2.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSvector-0.10.0.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSunordered-containers-0.2.3.0-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSunix-2.6.0.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHStransformers-0.3.0.0-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHStime-1.4.0.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHStext-0.11.3.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSterminfo-0.3.2.5-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHStemplate-haskell-2.8.0.0-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSrts-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSrandom-1.0.1.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSprocess-1.1.0.2-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSprimitive-0.5.0.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSpretty-1.1.1.0-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSparallel-3.2.0.3-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSold-time-1.1.0.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSold-locale-1.0.0.5-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSmtl-2.1.2-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSinteger-gmp-0.5.0.0-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHShaskell-src-exts-1.13.5-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHShaskeline-0.7.0.3-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHShashtables-1.0.1.8-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHShashable-1.1.2.5-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSghc-prim-0.3.0.0-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSgeniplate-0.6.0.3-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSfilepath-1.3.0.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSdirectory-1.2.0.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSdeepseq-1.3.0.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHScpphs-1.16-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHScontainers-0.5.0.0-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSbytestring-0.10.0.2-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSbinary-0.5.1.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSbase-4.6.0.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSarray-0.4.0.1-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires libHSQuickCheck-2.6-ghc7.6.3.so
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(zlib-0.5.4.1-f8b2bb965704e7ec5caa162d83990faa)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(xhtml-3000.2.1-aedd6a0629c5f519b3358e88145e03c0)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(unordered-containers-0.2.3.0-5bf92a1c1b90f6e2e5a5dbbd8a6ab013)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(time-1.4.0.1-11ddabfbdd9e1882a9135b100d37881b)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(text-0.11.3.1-f9af5da075b669b8893882d7df69cdb7)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(process-1.1.0.2-a830d25f0e9fb9c610aa641b7f5b20f9)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(pretty-1.1.1.0-2de27f83b2c1c65d629a564e9e01b27d)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(parallel-3.2.0.3-e820b19f5a9c77af99f9f74ca067f604)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(mtl-2.1.2-fe866e917274e9b307cc6413975cc313)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(haskell-src-exts-1.13.5-0f3f2319acda970505744b02eb3b1d03)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(haskeline-0.7.0.3-775b029f16a4b58f3cc6b4cb4f7e7ac5)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(hashtables-1.0.1.8-ea7e4d9be4ffb2917a684e7297a606bb)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(hashable-1.1.2.5-93ac9e8f4902e70447854e208345383a)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(geniplate-0.6.0.3-bfd737e522f73fbb09b57c4e0e5f2b36)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(filepath-1.3.0.1-edbc3d8247914b04f448e9261e7fe895)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(directory-1.2.0.1-0f6696fb1143d7612e79f8dad6bc63a4)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(deepseq-1.3.0.1-aa1be128186a233c7290faf88620ffe5)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(containers-0.5.0.0-3b8b869ec10d44736414ab5bea776319)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(bytestring-0.10.0.2-0b6617b9eb506e75e23ac8e02aca9a35)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(binary-0.5.1.1-5b8f9bc100b7fcc9007862bc7991fc81)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(base-4.6.0.1-ced5f3d8c90960e9f372129163296e44)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(array-0.4.0.1-6380782b62ead58fec616aa07dc0e15c)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-devel(QuickCheck-2.6-5571712ebb9990d84d42ae8f6e9f4247)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-compiler = 0:7.6.3
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc-compiler = 0:7.6.3
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(zlib-0.5.4.1-f8b2bb965704e7ec5caa162d83990faa)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(xhtml-3000.2.1-aedd6a0629c5f519b3358e88145e03c0)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(vector-0.10.0.1-8398066fa66cdbff397fa1d47fe95cbe)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(unordered-containers-0.2.3.0-5bf92a1c1b90f6e2e5a5dbbd8a6ab013)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(unix-2.6.0.1-cda4a1ccec7933729c420178d4b19a9b)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(transformers-0.3.0.0-d21f52e90b1d5cc3abf0aef9ee2c016d)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(time-1.4.0.1-11ddabfbdd9e1882a9135b100d37881b)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(text-0.11.3.1-f9af5da075b669b8893882d7df69cdb7)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(terminfo-0.3.2.5-61e0dc43a1465e327dacd9ab37bbe1a3)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(template-haskell-2.8.0.0-a90da29f4caf9b4e8eb7298c53c2bb2c)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(random-1.0.1.1-65ba52a831ea9eba2c7241ee6bb84f55)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(process-1.1.0.2-a830d25f0e9fb9c610aa641b7f5b20f9)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(primitive-0.5.0.1-260c8f143868c49f07653c18a9e6d8dc)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(pretty-1.1.1.0-2de27f83b2c1c65d629a564e9e01b27d)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(parallel-3.2.0.3-e820b19f5a9c77af99f9f74ca067f604)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(old-time-1.1.0.1-978f23f270668d2fce2ccde5417e64e6)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(old-locale-1.0.0.5-753125cfaf463057d163a0cefde5b58f)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(mtl-2.1.2-fe866e917274e9b307cc6413975cc313)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(integer-gmp-0.5.0.0-4093e6ff1e8ebdba04ec892df9ac108f)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(haskell-src-exts-1.13.5-0f3f2319acda970505744b02eb3b1d03)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(haskeline-0.7.0.3-775b029f16a4b58f3cc6b4cb4f7e7ac5)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(hashtables-1.0.1.8-ea7e4d9be4ffb2917a684e7297a606bb)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(hashable-1.1.2.5-93ac9e8f4902e70447854e208345383a)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(ghc-prim-0.3.0.0-00db43fcd2f6e2a73243bdb496b765e0)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(geniplate-0.6.0.3-bfd737e522f73fbb09b57c4e0e5f2b36)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(filepath-1.3.0.1-edbc3d8247914b04f448e9261e7fe895)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(directory-1.2.0.1-0f6696fb1143d7612e79f8dad6bc63a4)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(deepseq-1.3.0.1-aa1be128186a233c7290faf88620ffe5)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(cpphs-1.16-3987fc7cc762a4f79be3101fb10ae43c)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(containers-0.5.0.0-3b8b869ec10d44736414ab5bea776319)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(bytestring-0.10.0.2-0b6617b9eb506e75e23ac8e02aca9a35)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(binary-0.5.1.1-5b8f9bc100b7fcc9007862bc7991fc81)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(base-4.6.0.1-ced5f3d8c90960e9f372129163296e44)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(array-0.4.0.1-6380782b62ead58fec616aa07dc0e15c)
ghc-Agda-devel-2.3.2.2-5.fc22.i686 requires ghc(QuickCheck-2.6-5571712ebb9990d84d42ae8f6e9f4247)
[Agda-stdlib]
ghc-agda-lib-ffi-0.0.2-5.fc22.i686 requires libHSinteger-gmp-0.5.0.0-ghc7.6.3.so
ghc-agda-lib-ffi-0.0.2-5.fc22.i686 requires libHSghc-prim-0.3.0.0-ghc7.6.3.so
ghc-agda-lib-ffi-0.0.2-5.fc22.i686 requires libHSbase-4.6.0.1-ghc7.6.3.so
ghc-agda-lib-ffi-0.0.2-5.fc22.i686 requires ghc(base-4.6.0.1-ced5f3d8c90960e9f372129163296e44)
ghc-agda-lib-ffi-devel-0.0.2-5.fc22.i686 requires ghc-devel(base-4.6.0.1-ced5f3d8c90960e9f372129163296e44)
ghc-agda-lib-ffi-devel-0.0.2-5.fc22.i686 requires ghc-compiler = 0:7.6.3
ghc-agda-lib-ffi-devel-0.0.2-5.fc22.i686 requires ghc-compiler = 0:7.6.3
[Sprog]
Sprog-0.14-27.fc20.noarch requires perl(:MODULE_COMPAT_5.18.0)
[aeskulap]
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libofstd.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires liboflog.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libijg8.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libijg16.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libijg12.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmnet.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmjpeg.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmimgle.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmimage.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmdata.so.3.6
[aunit]
aunit-2013-7.fc22.i686 requires libgnat-4.9.so
[aws]
aws-3.1.0-12.fc22.i686 requires libgnat-4.9.so
aws-3.1.0-12.fc22.i686 requires libgnarl-4.9.so
aws-devel-3.1.0-12.fc22.i686 requires libgnat-4.9.so
aws-devel-3.1.0-12.fc22.i686 requires libgnarl-4.9.so
[bro]
broccoli-2.3-1.fc22.i686 requires bro-2.3
python-broccoli-2.3-1.fc22.i686 requires bro-2.3
[crystal]
crystal-2.2.1-2.fc22.i686 requires libkdecorations.so.4
[dnssec-check]
dnssec-check-1.14.0.1-4.fc20.i686 requires libval-threads.so.14
dnssec-check-1.14.0.1-4.fc20.i686 requires libsres.so.14
[dsqlite]
dsqlite-1.1.1-5.fc22.i686 requires libphobos-ldc.so.64
[florist]
florist-2011-16.fc22.i686 requires libgnat-4.9.so
florist-2011-16.fc22.i686 requires libgnarl-4.9.so
[gcc-python-plugin]
gcc-python2-debug-plugin-0.13-2.fc22.i686 requires gcc = 0:4.9.2-1.fc22
gcc-python2-plugin-0.13-2.fc22.i686 requires gcc = 0:4.9.2-1.fc22
gcc-python3-debug-plugin-0.13-2.fc22.i686 requires gcc = 0:4.9.2-1.fc22
gcc-python3-plugin-0.13-2.fc22.i686 requires gcc = 0:4.9.2-1.fc22
[gl3n]
gl3n-0.20140505-13.fc22.i686 requires libphobos-ldc.so.64
[gnatcoll]
gnatcoll-2013-9.fc22.i686 requires libgnat-4.9.so
gnatcoll-2013-9.fc22.i686 requires libgnarl-4.9.so
[kde-style-skulpture]
kde-style-skulpture-0.2.4-9.fc22.i686 requires libkdecorations.so.4
[kfilefactory]
kfilefactory-0.1.1-8.fc21.noarch requires kdebase-workspace
[leksah]
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSxhtml-3000.2.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSutf8-string-0.3.7-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSunix-2.6.0.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHStransformers-0.3.0.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHStime-1.4.0.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHStext-0.11.3.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHStemplate-haskell-2.8.0.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSstrict-0.3.2-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSregex-tdfa-1.1.8-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSregex-base-0.93.2-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSrandom-1.0.1.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSprocess-1.1.0.2-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSpretty-1.1.1.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSparsec-3.1.3-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSpango-0.12.5.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSold-time-1.1.0.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSold-locale-1.0.0.5-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSnetwork-2.4.1.2-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSmtl-2.1.2-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSltk-0.12.1.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSleksah-server-0.12.1.2-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSinteger-gmp-0.5.0.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHShslogger-1.2.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHShpc-0.6.0.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHShoopl-3.9.0.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHShaddock-2.13.2-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSgtksourceview2-0.12.5.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSgtk-0.12.5.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSglib-0.12.5.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSgio-0.12.5.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSghc-prim-0.3.0.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSghc-paths-0.1.0.9-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSghc-7.6.3-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSfilepath-1.3.0.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSenumerator-0.4.19-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSdirectory-1.2.0.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSdeepseq-1.3.0.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHScontainers-0.5.0.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHScairo-0.12.5.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSbytestring-0.10.0.2-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSbinary-shared-0.8.3-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSbinary-0.5.1.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSbin-package-db-0.0.0.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSbase-4.6.0.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSattoparsec-enumerator-0.3.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSattoparsec-0.10.4.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSarray-0.4.0.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSQuickCheck-2.6-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSCabal-1.16.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(utf8-string-0.3.7-b85cca701bfb151d3d5a28cf1afb53d2)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(unix-2.6.0.1-cda4a1ccec7933729c420178d4b19a9b)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(transformers-0.3.0.0-d21f52e90b1d5cc3abf0aef9ee2c016d)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(time-1.4.0.1-11ddabfbdd9e1882a9135b100d37881b)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(text-0.11.3.1-f9af5da075b669b8893882d7df69cdb7)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(strict-0.3.2-543533ea18118610dc5845c31aa9168d)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(regex-tdfa-1.1.8-93f69654d6b51f76e45bd88c0c4a5a32)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(regex-base-0.93.2-6a541a53412d1d7d310fa69bca50c85f)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(pretty-1.1.1.0-2de27f83b2c1c65d629a564e9e01b27d)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(parsec-3.1.3-7fe2cb257353237132b51be61278fc24)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(old-time-1.1.0.1-978f23f270668d2fce2ccde5417e64e6)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(network-2.4.1.2-41ae4deb5fa4f2718d09383b26d74b58)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(mtl-2.1.2-fe866e917274e9b307cc6413975cc313)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(ltk-0.12.1.0-739889bae7c1f2402d2187106f225ce0)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(leksah-server-0.12.1.2-2778a8ebcd7767480ec1a77a61d95877)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(hslogger-1.2.1-dc518174c27d3f438404d062aea59fcc)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(gtksourceview2-0.12.5.0-cd59311d443990f729ae6e48449e58fe)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(gtk-0.12.5.0-934200788293cabaa7c737601f51257f)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(glib-0.12.5.0-3c9af8a43c22840de5f2b06febf96ede)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(gio-0.12.5.0-0dac8766934f26e2e96c55895f0ce88e)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(ghc-7.6.3-35429365796ac1039ed5850110ad2a29)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(filepath-1.3.0.1-edbc3d8247914b04f448e9261e7fe895)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(enumerator-0.4.19-af2193302e502a3821d2e5d25db7ea2c)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(directory-1.2.0.1-0f6696fb1143d7612e79f8dad6bc63a4)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(deepseq-1.3.0.1-aa1be128186a233c7290faf88620ffe5)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(containers-0.5.0.0-3b8b869ec10d44736414ab5bea776319)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(bytestring-0.10.0.2-0b6617b9eb506e75e23ac8e02aca9a35)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(binary-shared-0.8.3-04ac74888e6db73869da26a72fcfb98c)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(binary-0.5.1.1-5b8f9bc100b7fcc9007862bc7991fc81)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(base-4.6.0.1-ced5f3d8c90960e9f372129163296e44)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(array-0.4.0.1-6380782b62ead58fec616aa07dc0e15c)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(QuickCheck-2.6-5571712ebb9990d84d42ae8f6e9f4247)
ghc-leksah-0.12.1.3-16.fc22.i686 requires ghc(Cabal-1.16.0-ad058ca6ceb6335a8e250b1ae6029762)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(utf8-string-0.3.7-b85cca701bfb151d3d5a28cf1afb53d2)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(unix-2.6.0.1-cda4a1ccec7933729c420178d4b19a9b)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(transformers-0.3.0.0-d21f52e90b1d5cc3abf0aef9ee2c016d)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(time-1.4.0.1-11ddabfbdd9e1882a9135b100d37881b)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(text-0.11.3.1-f9af5da075b669b8893882d7df69cdb7)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(strict-0.3.2-543533ea18118610dc5845c31aa9168d)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(regex-tdfa-1.1.8-93f69654d6b51f76e45bd88c0c4a5a32)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(regex-base-0.93.2-6a541a53412d1d7d310fa69bca50c85f)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(pretty-1.1.1.0-2de27f83b2c1c65d629a564e9e01b27d)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(parsec-3.1.3-7fe2cb257353237132b51be61278fc24)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(old-time-1.1.0.1-978f23f270668d2fce2ccde5417e64e6)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(network-2.4.1.2-41ae4deb5fa4f2718d09383b26d74b58)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(mtl-2.1.2-fe866e917274e9b307cc6413975cc313)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(ltk-0.12.1.0-739889bae7c1f2402d2187106f225ce0)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(leksah-server-0.12.1.2-2778a8ebcd7767480ec1a77a61d95877)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(hslogger-1.2.1-dc518174c27d3f438404d062aea59fcc)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(gtksourceview2-0.12.5.0-cd59311d443990f729ae6e48449e58fe)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(gtk-0.12.5.0-934200788293cabaa7c737601f51257f)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(glib-0.12.5.0-3c9af8a43c22840de5f2b06febf96ede)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(gio-0.12.5.0-0dac8766934f26e2e96c55895f0ce88e)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(ghc-7.6.3-35429365796ac1039ed5850110ad2a29)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(filepath-1.3.0.1-edbc3d8247914b04f448e9261e7fe895)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(enumerator-0.4.19-af2193302e502a3821d2e5d25db7ea2c)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(directory-1.2.0.1-0f6696fb1143d7612e79f8dad6bc63a4)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(deepseq-1.3.0.1-aa1be128186a233c7290faf88620ffe5)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(containers-0.5.0.0-3b8b869ec10d44736414ab5bea776319)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(bytestring-0.10.0.2-0b6617b9eb506e75e23ac8e02aca9a35)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(binary-shared-0.8.3-04ac74888e6db73869da26a72fcfb98c)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(binary-0.5.1.1-5b8f9bc100b7fcc9007862bc7991fc81)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(base-4.6.0.1-ced5f3d8c90960e9f372129163296e44)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(array-0.4.0.1-6380782b62ead58fec616aa07dc0e15c)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(QuickCheck-2.6-5571712ebb9990d84d42ae8f6e9f4247)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-devel(Cabal-1.16.0-ad058ca6ceb6335a8e250b1ae6029762)
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-compiler = 0:7.6.3
ghc-leksah-devel-0.12.1.3-16.fc22.i686 requires ghc-compiler = 0:7.6.3
leksah-0.12.1.3-16.fc22.i686 requires libHSxhtml-3000.2.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSutf8-string-0.3.7-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSunix-2.6.0.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHStransformers-0.3.0.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHStime-1.4.0.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHStext-0.11.3.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHStemplate-haskell-2.8.0.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSstrict-0.3.2-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSrts-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSregex-tdfa-1.1.8-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSregex-base-0.93.2-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSrandom-1.0.1.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSprocess-1.1.0.2-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSpretty-1.1.1.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSparsec-3.1.3-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSpango-0.12.5.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSold-time-1.1.0.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSold-locale-1.0.0.5-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSnetwork-2.4.1.2-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSmtl-2.1.2-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSltk-0.12.1.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSleksah-server-0.12.1.2-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSinteger-gmp-0.5.0.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHShslogger-1.2.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHShpc-0.6.0.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHShoopl-3.9.0.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHShaddock-2.13.2-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSgtksourceview2-0.12.5.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSgtk-0.12.5.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSglib-0.12.5.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSgio-0.12.5.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSghc-prim-0.3.0.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSghc-paths-0.1.0.9-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSghc-7.6.3-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSfilepath-1.3.0.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSenumerator-0.4.19-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSdirectory-1.2.0.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSdeepseq-1.3.0.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHScontainers-0.5.0.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHScairo-0.12.5.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSbytestring-0.10.0.2-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSbinary-shared-0.8.3-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSbinary-0.5.1.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSbin-package-db-0.0.0.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSbase-4.6.0.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSattoparsec-enumerator-0.3.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSattoparsec-0.10.4.0-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSarray-0.4.0.1-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSQuickCheck-2.6-ghc7.6.3.so
leksah-0.12.1.3-16.fc22.i686 requires libHSCabal-1.16.0-ghc7.6.3.so
[libhocr]
libhocr-gtk-0.10.17-18.fc22.i686 requires python-imaging-sane
[libxfcegui4]
libxfcegui4-4.10.0-7.fc22.i686 requires libxfce4util.so.6
[licq]
licq-1.8.2-4.fc22.i686 requires libgloox.so.12
[matreshka]
matreshka-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-amf-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-amf-dd-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-amf-mofext-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-amf-ocl-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-amf-uml-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-amf-utp-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-fastcgi-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-fastcgi-0.6.0-6.fc22.i686 requires libgnarl-4.9.so
matreshka-soap-core-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-soap-wsse-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-sql-core-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-sql-postgresql-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-sql-sqlite-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-xml-0.6.0-6.fc22.i686 requires libgnat-4.9.so
[nifti2dicom]
nifti2dicom-0.4.9-1.fc22.i686 requires libitksys-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libitkopenjpeg-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libitkdouble-conversion-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libitkNetlibSlatec-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libhdf5_hl.so.8
nifti2dicom-0.4.9-1.fc22.i686 requires libhdf5_cpp.so.8
nifti2dicom-0.4.9-1.fc22.i686 requires libhdf5.so.8
nifti2dicom-0.4.9-1.fc22.i686 requires libITKznz-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKniftiio-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKgiftiio-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKWatersheds-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKVtkGlue-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKVideoIO-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKVideoCore-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKVTK-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKVNLInstantiation-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKStatistics-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKSpatialObjects-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKReview-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKQuadEdgeMesh-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKPolynomials-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKPath-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKOptimizersv4-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKOptimizers-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKNrrdIO-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKMetaIO-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKMesh-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKLabelMap-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKKLMRegionGrowing-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOXML-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOVTK-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOTransformMatlab-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOTransformInsightLegacy-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOTransformHDF5-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOTransformBase-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOTIFF-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOStimulate-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOSpatialObjects-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOSiemens-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOPNG-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIONRRD-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIONIFTI-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOMeta-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOMesh-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOMRC-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOLSM-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOJPEG-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOImageBase-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOIPL-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOHDF5-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOGIPL-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOGE-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOGDCM-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOCSV-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOBioRad-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKIOBMP-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKFEM-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKDeprecated-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKDICOMParser-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKCommon-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKBioCell-4.6.so.1
nifti2dicom-0.4.9-1.fc22.i686 requires libITKBiasCorrection-4.6.so.1
[openbox]
openbox-kde-3.5.2-6.fc22.noarch requires kdebase-workspace
[openchange]
openchange-2.2-4.fc22.i686 requires libsamba-debug.so(SAMBA_4.2.0RC3)
openchange-2.2-4.fc22.i686 requires libsamba-debug.so
openchange-client-2.2-4.fc22.i686 requires libsamba-debug.so(SAMBA_4.2.0RC3)
openchange-client-2.2-4.fc22.i686 requires libsamba-debug.so
openchange-devel-2.2-4.fc22.i686 requires libsamba-debug.so
[opensips]
opensips-redis-1.10.3-1.fc22.i686 requires libhiredis.so.0.10
[python-sippy]
python-sippy-1.0.3-10.fc21.noarch requires radiusclient-ng-utils
[qstars]
qstars-kde-0.4-15.fc22.i686 requires kdeartwork-kxs
[quarticurve-kwin-theme]
quarticurve-kwin-theme-0.0-0.14.beta4.fc22.i686 requires libkdecorations.so.4
[rss-glx]
rss-glx-kde-0.9.1.p-22.fc22.i686 requires kdeartwork-kxs
[rubygem-rugged]
rubygem-rugged-0.21.0-4.fc22.i686 requires libgit2.so.21
[smokekde]
smokekde-4.14.3-4.fc22.i686 requires libkateinterfaces.so.4
[springlobby]
springlobby-0.169-11.fc22.i686 requires libboost_thread.so.1.55.0
springlobby-0.169-11.fc22.i686 requires libboost_system.so.1.55.0
[subversion]
subversion-ruby-1.8.11-1.fc22.i686 requires libruby.so.2.1
[tango]
tango-2-20.fc22.i686 requires libphobos-ldc.so.64
[tempest]
tempest-kde-0-0.17.20081027.fc22.i686 requires kdeartwork-kxs
[templates_parser]
templates_parser-11.8.0-4.fc22.i686 requires libgnat-4.9.so
templates_parser-11.8.0-4.fc22.i686 requires libgnarl-4.9.so
templates_parser-tools-11.8.0-4.fc22.i686 requires libgnat-4.9.so
templates_parser-tools-11.8.0-4.fc22.i686 requires libgnarl-4.9.so
[uwsgi]
uwsgi-alarm-xmpp-2.0.7-2.fc22.i686 requires libgloox.so.12
uwsgi-plugin-gccgo-2.0.7-2.fc22.i686 requires libgo.so.5
uwsgi-plugin-gridfs-2.0.7-2.fc22.i686 requires libmongoclient.so
uwsgi-plugin-gridfs-2.0.7-2.fc22.i686 requires libboost_thread.so.1.55.0
uwsgi-plugin-gridfs-2.0.7-2.fc22.i686 requires libboost_system.so.1.55.0
uwsgi-plugin-gridfs-2.0.7-2.fc22.i686 requires libboost_filesystem.so.1.55.0
uwsgi-plugin-rack-2.0.7-2.fc22.i686 requires libruby.so.2.1
uwsgi-plugin-ruby-2.0.7-2.fc22.i686 requires libruby.so.2.1
uwsgi-stats-pusher-mongodb-2.0.7-2.fc22.i686 requires libmongoclient.so
uwsgi-stats-pusher-mongodb-2.0.7-2.fc22.i686 requires libboost_thread.so.1.55.0
uwsgi-stats-pusher-mongodb-2.0.7-2.fc22.i686 requires libboost_system.so.1.55.0
uwsgi-stats-pusher-mongodb-2.0.7-2.fc22.i686 requires libboost_filesystem.so.1.55.0
[xavante]
xavante-2.3.0-1.fc22.noarch requires lua(abi) = 0:5.2
[xfce4-cellmodem-plugin]
xfce4-cellmodem-plugin-0.0.5-14.fc22.i686 requires libxfce4util.so.6
[xfce4-notes-plugin]
xfce4-notes-plugin-1.7.7-10.fc22.i686 requires libxfce4util.so.6
[xfce4-timer-plugin]
xfce4-timer-plugin-0.6.1-16.fc22.i686 requires libxfce4util.so.6
[zeromq-ada]
zeromq-ada-2.1.0-16.24032011git.fc22.i686 requires libgnat-4.9.so
Broken deps for x86_64
----------------------------------------------------------
[Agda]
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSzlib-0.5.4.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSxhtml-3000.2.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSvector-0.10.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSunordered-containers-0.2.3.0-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSunix-2.6.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHStransformers-0.3.0.0-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHStime-1.4.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHStext-0.11.3.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSterminfo-0.3.2.5-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHStemplate-haskell-2.8.0.0-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSrandom-1.0.1.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSprocess-1.1.0.2-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSprimitive-0.5.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSpretty-1.1.1.0-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSparallel-3.2.0.3-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSold-time-1.1.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSold-locale-1.0.0.5-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSmtl-2.1.2-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSinteger-gmp-0.5.0.0-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHShaskell-src-exts-1.13.5-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHShaskeline-0.7.0.3-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHShashtables-1.0.1.8-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHShashable-1.1.2.5-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSghc-prim-0.3.0.0-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSgeniplate-0.6.0.3-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSfilepath-1.3.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSdirectory-1.2.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSdeepseq-1.3.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHScpphs-1.16-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHScontainers-0.5.0.0-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSbytestring-0.10.0.2-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSbinary-0.5.1.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSbase-4.6.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSarray-0.4.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires libHSQuickCheck-2.6-ghc7.6.3.so()(64bit)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(zlib-0.5.4.1-13ba81ac0d7e6f3bdf1ee5ddce4e9aab)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(xhtml-3000.2.1-adf3abb024ece70badc1fc40e2d58e79)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(unordered-containers-0.2.3.0-c7952fe8bed178bdf8ed4d090730c9da)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(text-0.11.3.1-e38859e86485c167fa7c9441789e7607)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(process-1.1.0.2-76e05340eb66705981411022731ca84a)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(pretty-1.1.1.0-66181c695e6a2e173ba2088cf55cc396)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(parallel-3.2.0.3-d6c020cb3aa15c71f5f29c0db359fd39)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(mtl-2.1.2-82086cac9073862cbe01e44b81ec8b9b)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(haskell-src-exts-1.13.5-09569c34818db80ed3a90a5faa4f069a)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(haskeline-0.7.0.3-8894d9bc6e16c683c2ede97ddf359f66)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(hashtables-1.0.1.8-5c2e4e88deafeef23cb7e760fce1f340)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(hashable-1.1.2.5-e0f2541518f84d3123a819112b4ffe20)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(geniplate-0.6.0.3-3e00a8c32944d07bd01bf9f516a82c9f)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(binary-0.5.1.1-72ed744c57c32286a49da6dda4f660b7)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3)
ghc-Agda-2.3.2.2-5.fc22.x86_64 requires ghc(QuickCheck-2.6-618e1492f30df5c5d2e8f68385046520)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSzlib-0.5.4.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSxhtml-3000.2.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSvector-0.10.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSunordered-containers-0.2.3.0-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSunix-2.6.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHStransformers-0.3.0.0-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHStime-1.4.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHStext-0.11.3.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSterminfo-0.3.2.5-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHStemplate-haskell-2.8.0.0-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSrts-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSrandom-1.0.1.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSprocess-1.1.0.2-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSprimitive-0.5.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSpretty-1.1.1.0-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSparallel-3.2.0.3-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSold-time-1.1.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSold-locale-1.0.0.5-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSmtl-2.1.2-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSinteger-gmp-0.5.0.0-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHShaskell-src-exts-1.13.5-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHShaskeline-0.7.0.3-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHShashtables-1.0.1.8-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHShashable-1.1.2.5-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSghc-prim-0.3.0.0-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSgeniplate-0.6.0.3-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSfilepath-1.3.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSdirectory-1.2.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSdeepseq-1.3.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHScpphs-1.16-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHScontainers-0.5.0.0-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSbytestring-0.10.0.2-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSbinary-0.5.1.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSbase-4.6.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSarray-0.4.0.1-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires libHSQuickCheck-2.6-ghc7.6.3.so()(64bit)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(zlib-0.5.4.1-13ba81ac0d7e6f3bdf1ee5ddce4e9aab)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(xhtml-3000.2.1-adf3abb024ece70badc1fc40e2d58e79)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(unordered-containers-0.2.3.0-c7952fe8bed178bdf8ed4d090730c9da)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(text-0.11.3.1-e38859e86485c167fa7c9441789e7607)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(process-1.1.0.2-76e05340eb66705981411022731ca84a)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(pretty-1.1.1.0-66181c695e6a2e173ba2088cf55cc396)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(parallel-3.2.0.3-d6c020cb3aa15c71f5f29c0db359fd39)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(mtl-2.1.2-82086cac9073862cbe01e44b81ec8b9b)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(haskell-src-exts-1.13.5-09569c34818db80ed3a90a5faa4f069a)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(haskeline-0.7.0.3-8894d9bc6e16c683c2ede97ddf359f66)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(hashtables-1.0.1.8-5c2e4e88deafeef23cb7e760fce1f340)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(hashable-1.1.2.5-e0f2541518f84d3123a819112b4ffe20)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(geniplate-0.6.0.3-3e00a8c32944d07bd01bf9f516a82c9f)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(binary-0.5.1.1-72ed744c57c32286a49da6dda4f660b7)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-devel(QuickCheck-2.6-618e1492f30df5c5d2e8f68385046520)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-compiler = 0:7.6.3
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc-compiler = 0:7.6.3
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(zlib-0.5.4.1-13ba81ac0d7e6f3bdf1ee5ddce4e9aab)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(xhtml-3000.2.1-adf3abb024ece70badc1fc40e2d58e79)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(vector-0.10.0.1-869166d5d49db46ce6c328ea5f8defbf)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(unordered-containers-0.2.3.0-c7952fe8bed178bdf8ed4d090730c9da)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(unix-2.6.0.1-4f219f792083f70ec440ce406f12ce57)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(transformers-0.3.0.0-387c76a892254b0b8fe4d66f4780ad17)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(text-0.11.3.1-e38859e86485c167fa7c9441789e7607)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(terminfo-0.3.2.5-fb31957b4beb6a67d2abe1b1ac2ae4e0)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(template-haskell-2.8.0.0-a3012803fde1dc362e555b35a1a78e6d)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(random-1.0.1.1-43fdc5da991685d8a0ec8cb553880cf8)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(process-1.1.0.2-76e05340eb66705981411022731ca84a)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(primitive-0.5.0.1-8e5f40b409f7bb31ae1acfb125279700)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(pretty-1.1.1.0-66181c695e6a2e173ba2088cf55cc396)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(parallel-3.2.0.3-d6c020cb3aa15c71f5f29c0db359fd39)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(old-time-1.1.0.1-2f8ea093d0c7014780a8a5772f948883)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(old-locale-1.0.0.5-6729cb9d9cc62d150655de8fc5401b91)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(mtl-2.1.2-82086cac9073862cbe01e44b81ec8b9b)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(integer-gmp-0.5.0.0-2f15426f5b53fe4c6490832f9b20d8d7)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(haskell-src-exts-1.13.5-09569c34818db80ed3a90a5faa4f069a)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(haskeline-0.7.0.3-8894d9bc6e16c683c2ede97ddf359f66)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(hashtables-1.0.1.8-5c2e4e88deafeef23cb7e760fce1f340)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(hashable-1.1.2.5-e0f2541518f84d3123a819112b4ffe20)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(ghc-prim-0.3.0.0-d5221a8c8a269b66ab9a07bdc23317dd)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(geniplate-0.6.0.3-3e00a8c32944d07bd01bf9f516a82c9f)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(cpphs-1.16-15d27b0080912629e5fe51cce6f4d42a)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(binary-0.5.1.1-72ed744c57c32286a49da6dda4f660b7)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3)
ghc-Agda-devel-2.3.2.2-5.fc22.x86_64 requires ghc(QuickCheck-2.6-618e1492f30df5c5d2e8f68385046520)
[Agda-stdlib]
ghc-agda-lib-ffi-0.0.2-5.fc22.x86_64 requires libHSinteger-gmp-0.5.0.0-ghc7.6.3.so()(64bit)
ghc-agda-lib-ffi-0.0.2-5.fc22.x86_64 requires libHSghc-prim-0.3.0.0-ghc7.6.3.so()(64bit)
ghc-agda-lib-ffi-0.0.2-5.fc22.x86_64 requires libHSbase-4.6.0.1-ghc7.6.3.so()(64bit)
ghc-agda-lib-ffi-0.0.2-5.fc22.x86_64 requires ghc(base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57)
ghc-agda-lib-ffi-devel-0.0.2-5.fc22.x86_64 requires ghc-devel(base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57)
ghc-agda-lib-ffi-devel-0.0.2-5.fc22.x86_64 requires ghc-compiler = 0:7.6.3
ghc-agda-lib-ffi-devel-0.0.2-5.fc22.x86_64 requires ghc-compiler = 0:7.6.3
[Sprog]
Sprog-0.14-27.fc20.noarch requires perl(:MODULE_COMPAT_5.18.0)
[aeskulap]
aeskulap-0.2.2-0.19beta1.fc22.x86_64 requires libofstd.so.3.6()(64bit)
aeskulap-0.2.2-0.19beta1.fc22.x86_64 requires liboflog.so.3.6()(64bit)
aeskulap-0.2.2-0.19beta1.fc22.x86_64 requires libijg8.so.3.6()(64bit)
aeskulap-0.2.2-0.19beta1.fc22.x86_64 requires libijg16.so.3.6()(64bit)
aeskulap-0.2.2-0.19beta1.fc22.x86_64 requires libijg12.so.3.6()(64bit)
aeskulap-0.2.2-0.19beta1.fc22.x86_64 requires libdcmnet.so.3.6()(64bit)
aeskulap-0.2.2-0.19beta1.fc22.x86_64 requires libdcmjpeg.so.3.6()(64bit)
aeskulap-0.2.2-0.19beta1.fc22.x86_64 requires libdcmimgle.so.3.6()(64bit)
aeskulap-0.2.2-0.19beta1.fc22.x86_64 requires libdcmimage.so.3.6()(64bit)
aeskulap-0.2.2-0.19beta1.fc22.x86_64 requires libdcmdata.so.3.6()(64bit)
[aunit]
aunit-2013-7.fc22.i686 requires libgnat-4.9.so
aunit-2013-7.fc22.x86_64 requires libgnat-4.9.so()(64bit)
[aws]
aws-3.1.0-12.fc22.i686 requires libgnat-4.9.so
aws-3.1.0-12.fc22.i686 requires libgnarl-4.9.so
aws-3.1.0-12.fc22.x86_64 requires libgnat-4.9.so()(64bit)
aws-3.1.0-12.fc22.x86_64 requires libgnarl-4.9.so()(64bit)
aws-devel-3.1.0-12.fc22.i686 requires libgnat-4.9.so
aws-devel-3.1.0-12.fc22.i686 requires libgnarl-4.9.so
aws-devel-3.1.0-12.fc22.x86_64 requires libgnat-4.9.so()(64bit)
aws-devel-3.1.0-12.fc22.x86_64 requires libgnarl-4.9.so()(64bit)
[bro]
broccoli-2.3-1.fc22.i686 requires bro-2.3
broccoli-2.3-1.fc22.x86_64 requires bro-2.3
python-broccoli-2.3-1.fc22.x86_64 requires bro-2.3
[crystal]
crystal-2.2.1-2.fc22.x86_64 requires libkdecorations.so.4()(64bit)
[dnssec-check]
dnssec-check-1.14.0.1-4.fc20.x86_64 requires libval-threads.so.14()(64bit)
dnssec-check-1.14.0.1-4.fc20.x86_64 requires libsres.so.14()(64bit)
[dsqlite]
dsqlite-1.1.1-5.fc22.i686 requires libphobos-ldc.so.64
dsqlite-1.1.1-5.fc22.x86_64 requires libphobos-ldc.so.64()(64bit)
[florist]
florist-2011-16.fc22.i686 requires libgnat-4.9.so
florist-2011-16.fc22.i686 requires libgnarl-4.9.so
florist-2011-16.fc22.x86_64 requires libgnat-4.9.so()(64bit)
florist-2011-16.fc22.x86_64 requires libgnarl-4.9.so()(64bit)
[gcc-python-plugin]
gcc-python2-debug-plugin-0.13-2.fc22.x86_64 requires gcc = 0:4.9.2-1.fc22
gcc-python2-plugin-0.13-2.fc22.x86_64 requires gcc = 0:4.9.2-1.fc22
gcc-python3-debug-plugin-0.13-2.fc22.x86_64 requires gcc = 0:4.9.2-1.fc22
gcc-python3-plugin-0.13-2.fc22.x86_64 requires gcc = 0:4.9.2-1.fc22
[gl3n]
gl3n-0.20140505-13.fc22.i686 requires libphobos-ldc.so.64
gl3n-0.20140505-13.fc22.x86_64 requires libphobos-ldc.so.64()(64bit)
[gnatcoll]
gnatcoll-2013-9.fc22.i686 requires libgnat-4.9.so
gnatcoll-2013-9.fc22.i686 requires libgnarl-4.9.so
gnatcoll-2013-9.fc22.x86_64 requires libgnat-4.9.so()(64bit)
gnatcoll-2013-9.fc22.x86_64 requires libgnarl-4.9.so()(64bit)
[kde-style-skulpture]
kde-style-skulpture-0.2.4-9.fc22.i686 requires libkdecorations.so.4
kde-style-skulpture-0.2.4-9.fc22.x86_64 requires libkdecorations.so.4()(64bit)
[kfilefactory]
kfilefactory-0.1.1-8.fc21.noarch requires kdebase-workspace
[leksah]
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSxhtml-3000.2.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSutf8-string-0.3.7-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSunix-2.6.0.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHStransformers-0.3.0.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHStime-1.4.0.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHStext-0.11.3.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHStemplate-haskell-2.8.0.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSstrict-0.3.2-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSregex-tdfa-1.1.8-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSregex-base-0.93.2-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSrandom-1.0.1.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSprocess-1.1.0.2-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSpretty-1.1.1.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSparsec-3.1.3-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSpango-0.12.5.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSold-time-1.1.0.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSold-locale-1.0.0.5-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSnetwork-2.4.1.2-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSmtl-2.1.2-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSltk-0.12.1.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSleksah-server-0.12.1.2-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSinteger-gmp-0.5.0.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHShslogger-1.2.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHShpc-0.6.0.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHShoopl-3.9.0.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHShaddock-2.13.2-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSgtksourceview2-0.12.5.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSgtk-0.12.5.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSglib-0.12.5.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSgio-0.12.5.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSghc-prim-0.3.0.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSghc-paths-0.1.0.9-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSghc-7.6.3-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSfilepath-1.3.0.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSenumerator-0.4.19-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSdirectory-1.2.0.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSdeepseq-1.3.0.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHScontainers-0.5.0.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHScairo-0.12.5.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSbytestring-0.10.0.2-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSbinary-shared-0.8.3-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSbinary-0.5.1.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSbin-package-db-0.0.0.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSbase-4.6.0.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSattoparsec-enumerator-0.3.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSattoparsec-0.10.4.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSarray-0.4.0.1-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSQuickCheck-2.6-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires libHSCabal-1.16.0-ghc7.6.3.so()(64bit)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(utf8-string-0.3.7-26a8ed8ca48fe809983bde6faca943a9)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(unix-2.6.0.1-4f219f792083f70ec440ce406f12ce57)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(transformers-0.3.0.0-387c76a892254b0b8fe4d66f4780ad17)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(text-0.11.3.1-e38859e86485c167fa7c9441789e7607)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(strict-0.3.2-ad9fd428caa2d0508461b993ac69673b)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(regex-tdfa-1.1.8-0c83c090276efe641df965456c964eab)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(regex-base-0.93.2-f9403610b59f8cc474edd63a82806d18)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(pretty-1.1.1.0-66181c695e6a2e173ba2088cf55cc396)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(parsec-3.1.3-441f1388bc13de47c52a9ba8a23194f4)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(old-time-1.1.0.1-2f8ea093d0c7014780a8a5772f948883)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(network-2.4.1.2-ceff6721a9d15c92aeb91b7ff1b8e52b)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(mtl-2.1.2-82086cac9073862cbe01e44b81ec8b9b)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(ltk-0.12.1.0-257e7a8cf848ad5075ff55593fa83d01)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(leksah-server-0.12.1.2-400374a40f157c0f78c70629d5ddf29f)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(hslogger-1.2.1-10ee0fdaed76e08a4e158052348415c0)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(gtksourceview2-0.12.5.0-e9601543325255d7d7220733cfeabd5a)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(gtk-0.12.5.0-b7bfbcfd8c5919b55207c7e320408db3)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(glib-0.12.5.0-992f4dd82469b773b454b4f7678a42b6)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(gio-0.12.5.0-8e2e6be748393f2d1ef26ffa57119327)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(ghc-7.6.3-12ed9fda297e18c83fc01b7e90af0868)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(enumerator-0.4.19-13fa8f89bd8effdb12c1bcec44c8658a)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(binary-shared-0.8.3-860f6db6f9e2e7621af3557997dbde11)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(binary-0.5.1.1-72ed744c57c32286a49da6dda4f660b7)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(QuickCheck-2.6-618e1492f30df5c5d2e8f68385046520)
ghc-leksah-0.12.1.3-16.fc22.x86_64 requires ghc(Cabal-1.16.0-eb3c12450ebbf2810048acb780cbe706)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(utf8-string-0.3.7-26a8ed8ca48fe809983bde6faca943a9)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(unix-2.6.0.1-4f219f792083f70ec440ce406f12ce57)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(transformers-0.3.0.0-387c76a892254b0b8fe4d66f4780ad17)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(text-0.11.3.1-e38859e86485c167fa7c9441789e7607)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(strict-0.3.2-ad9fd428caa2d0508461b993ac69673b)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(regex-tdfa-1.1.8-0c83c090276efe641df965456c964eab)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(regex-base-0.93.2-f9403610b59f8cc474edd63a82806d18)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(pretty-1.1.1.0-66181c695e6a2e173ba2088cf55cc396)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(parsec-3.1.3-441f1388bc13de47c52a9ba8a23194f4)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(old-time-1.1.0.1-2f8ea093d0c7014780a8a5772f948883)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(network-2.4.1.2-ceff6721a9d15c92aeb91b7ff1b8e52b)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(mtl-2.1.2-82086cac9073862cbe01e44b81ec8b9b)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(ltk-0.12.1.0-257e7a8cf848ad5075ff55593fa83d01)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(leksah-server-0.12.1.2-400374a40f157c0f78c70629d5ddf29f)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(hslogger-1.2.1-10ee0fdaed76e08a4e158052348415c0)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(gtksourceview2-0.12.5.0-e9601543325255d7d7220733cfeabd5a)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(gtk-0.12.5.0-b7bfbcfd8c5919b55207c7e320408db3)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(glib-0.12.5.0-992f4dd82469b773b454b4f7678a42b6)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(gio-0.12.5.0-8e2e6be748393f2d1ef26ffa57119327)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(ghc-7.6.3-12ed9fda297e18c83fc01b7e90af0868)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(enumerator-0.4.19-13fa8f89bd8effdb12c1bcec44c8658a)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(binary-shared-0.8.3-860f6db6f9e2e7621af3557997dbde11)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(binary-0.5.1.1-72ed744c57c32286a49da6dda4f660b7)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(QuickCheck-2.6-618e1492f30df5c5d2e8f68385046520)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-devel(Cabal-1.16.0-eb3c12450ebbf2810048acb780cbe706)
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-compiler = 0:7.6.3
ghc-leksah-devel-0.12.1.3-16.fc22.x86_64 requires ghc-compiler = 0:7.6.3
leksah-0.12.1.3-16.fc22.x86_64 requires libHSxhtml-3000.2.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSutf8-string-0.3.7-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSunix-2.6.0.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHStransformers-0.3.0.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHStime-1.4.0.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHStext-0.11.3.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHStemplate-haskell-2.8.0.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSstrict-0.3.2-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSrts-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSregex-tdfa-1.1.8-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSregex-base-0.93.2-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSrandom-1.0.1.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSprocess-1.1.0.2-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSpretty-1.1.1.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSparsec-3.1.3-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSpango-0.12.5.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSold-time-1.1.0.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSold-locale-1.0.0.5-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSnetwork-2.4.1.2-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSmtl-2.1.2-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSltk-0.12.1.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSleksah-server-0.12.1.2-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSinteger-gmp-0.5.0.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHShslogger-1.2.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHShpc-0.6.0.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHShoopl-3.9.0.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHShaddock-2.13.2-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSgtksourceview2-0.12.5.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSgtk-0.12.5.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSglib-0.12.5.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSgio-0.12.5.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSghc-prim-0.3.0.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSghc-paths-0.1.0.9-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSghc-7.6.3-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSfilepath-1.3.0.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSenumerator-0.4.19-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSdirectory-1.2.0.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSdeepseq-1.3.0.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHScontainers-0.5.0.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHScairo-0.12.5.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSbytestring-0.10.0.2-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSbinary-shared-0.8.3-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSbinary-0.5.1.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSbin-package-db-0.0.0.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSbase-4.6.0.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSattoparsec-enumerator-0.3.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSattoparsec-0.10.4.0-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSarray-0.4.0.1-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSQuickCheck-2.6-ghc7.6.3.so()(64bit)
leksah-0.12.1.3-16.fc22.x86_64 requires libHSCabal-1.16.0-ghc7.6.3.so()(64bit)
[lfsc]
lfsc-devel-0.20120321-7.fc22.i686 requires lfsc(x86-32) = 0:0.20120321-7.fc22
[libhocr]
libhocr-gtk-0.10.17-18.fc22.x86_64 requires python-imaging-sane
[libxfcegui4]
libxfcegui4-4.10.0-7.fc22.i686 requires libxfce4util.so.6
libxfcegui4-4.10.0-7.fc22.x86_64 requires libxfce4util.so.6()(64bit)
[licq]
licq-1.8.2-4.fc22.i686 requires libgloox.so.12
licq-1.8.2-4.fc22.x86_64 requires libgloox.so.12()(64bit)
[matreshka]
matreshka-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-amf-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-amf-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-amf-dd-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-amf-dd-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-amf-mofext-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-amf-mofext-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-amf-ocl-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-amf-ocl-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-amf-uml-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-amf-uml-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-amf-utp-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-amf-utp-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-fastcgi-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-fastcgi-0.6.0-6.fc22.i686 requires libgnarl-4.9.so
matreshka-fastcgi-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-fastcgi-0.6.0-6.fc22.x86_64 requires libgnarl-4.9.so()(64bit)
matreshka-soap-core-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-soap-core-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-soap-wsse-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-soap-wsse-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-sql-core-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-sql-core-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-sql-postgresql-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-sql-postgresql-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-sql-sqlite-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-sql-sqlite-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
matreshka-xml-0.6.0-6.fc22.i686 requires libgnat-4.9.so
matreshka-xml-0.6.0-6.fc22.x86_64 requires libgnat-4.9.so()(64bit)
[nifti2dicom]
nifti2dicom-0.4.9-1.fc22.x86_64 requires libitksys-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libitkopenjpeg-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libitkdouble-conversion-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libitkNetlibSlatec-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libhdf5_hl.so.8()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libhdf5_cpp.so.8()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libhdf5.so.8()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKznz-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKniftiio-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKgiftiio-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKWatersheds-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKVtkGlue-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKVideoIO-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKVideoCore-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKVTK-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKVNLInstantiation-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKStatistics-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKSpatialObjects-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKReview-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKQuadEdgeMesh-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKPolynomials-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKPath-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKOptimizersv4-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKOptimizers-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKNrrdIO-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKMetaIO-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKMesh-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKLabelMap-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKKLMRegionGrowing-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOXML-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOVTK-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOTransformMatlab-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOTransformInsightLegacy-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOTransformHDF5-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOTransformBase-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOTIFF-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOStimulate-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOSpatialObjects-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOSiemens-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOPNG-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIONRRD-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIONIFTI-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOMeta-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOMesh-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOMRC-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOLSM-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOJPEG-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOImageBase-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOIPL-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOHDF5-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOGIPL-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOGE-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOGDCM-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOCSV-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOBioRad-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKIOBMP-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKFEM-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKDeprecated-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKDICOMParser-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKCommon-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKBioCell-4.6.so.1()(64bit)
nifti2dicom-0.4.9-1.fc22.x86_64 requires libITKBiasCorrection-4.6.so.1()(64bit)
[openbox]
openbox-kde-3.5.2-6.fc22.noarch requires kdebase-workspace
[openchange]
openchange-2.2-4.fc22.i686 requires libsamba-debug.so(SAMBA_4.2.0RC3)
openchange-2.2-4.fc22.i686 requires libsamba-debug.so
openchange-2.2-4.fc22.x86_64 requires libsamba-debug.so(SAMBA_4.2.0RC3)(64bit)
openchange-2.2-4.fc22.x86_64 requires libsamba-debug.so()(64bit)
openchange-client-2.2-4.fc22.x86_64 requires libsamba-debug.so(SAMBA_4.2.0RC3)(64bit)
openchange-client-2.2-4.fc22.x86_64 requires libsamba-debug.so()(64bit)
openchange-devel-2.2-4.fc22.i686 requires libsamba-debug.so
openchange-devel-2.2-4.fc22.x86_64 requires libsamba-debug.so()(64bit)
[opensips]
opensips-redis-1.10.3-1.fc22.x86_64 requires libhiredis.so.0.10()(64bit)
[python-sippy]
python-sippy-1.0.3-10.fc21.noarch requires radiusclient-ng-utils
[qstars]
qstars-kde-0.4-15.fc22.x86_64 requires kdeartwork-kxs
[quarticurve-kwin-theme]
quarticurve-kwin-theme-0.0-0.14.beta4.fc22.x86_64 requires libkdecorations.so.4()(64bit)
[rss-glx]
rss-glx-kde-0.9.1.p-22.fc22.x86_64 requires kdeartwork-kxs
[rubygem-rugged]
rubygem-rugged-0.21.0-4.fc22.x86_64 requires libgit2.so.21()(64bit)
[smokekde]
smokekde-4.14.3-4.fc22.i686 requires libkateinterfaces.so.4
smokekde-4.14.3-4.fc22.x86_64 requires libkateinterfaces.so.4()(64bit)
[springlobby]
springlobby-0.169-11.fc22.x86_64 requires libboost_thread.so.1.55.0()(64bit)
springlobby-0.169-11.fc22.x86_64 requires libboost_system.so.1.55.0()(64bit)
[subversion]
subversion-ruby-1.8.11-1.fc22.i686 requires libruby.so.2.1
subversion-ruby-1.8.11-1.fc22.x86_64 requires libruby.so.2.1()(64bit)
[tango]
tango-2-20.fc22.i686 requires libphobos-ldc.so.64
tango-2-20.fc22.x86_64 requires libphobos-ldc.so.64()(64bit)
[tempest]
tempest-kde-0-0.17.20081027.fc22.x86_64 requires kdeartwork-kxs
[templates_parser]
templates_parser-11.8.0-4.fc22.i686 requires libgnat-4.9.so
templates_parser-11.8.0-4.fc22.i686 requires libgnarl-4.9.so
templates_parser-11.8.0-4.fc22.x86_64 requires libgnat-4.9.so()(64bit)
templates_parser-11.8.0-4.fc22.x86_64 requires libgnarl-4.9.so()(64bit)
templates_parser-tools-11.8.0-4.fc22.x86_64 requires libgnat-4.9.so()(64bit)
templates_parser-tools-11.8.0-4.fc22.x86_64 requires libgnarl-4.9.so()(64bit)
[uwsgi]
uwsgi-alarm-xmpp-2.0.7-2.fc22.x86_64 requires libgloox.so.12()(64bit)
uwsgi-plugin-gccgo-2.0.7-2.fc22.x86_64 requires libgo.so.5()(64bit)
uwsgi-plugin-gridfs-2.0.7-2.fc22.x86_64 requires libmongoclient.so()(64bit)
uwsgi-plugin-gridfs-2.0.7-2.fc22.x86_64 requires libboost_thread.so.1.55.0()(64bit)
uwsgi-plugin-gridfs-2.0.7-2.fc22.x86_64 requires libboost_system.so.1.55.0()(64bit)
uwsgi-plugin-gridfs-2.0.7-2.fc22.x86_64 requires libboost_filesystem.so.1.55.0()(64bit)
uwsgi-plugin-rack-2.0.7-2.fc22.x86_64 requires libruby.so.2.1()(64bit)
uwsgi-plugin-ruby-2.0.7-2.fc22.x86_64 requires libruby.so.2.1()(64bit)
uwsgi-stats-pusher-mongodb-2.0.7-2.fc22.x86_64 requires libmongoclient.so()(64bit)
uwsgi-stats-pusher-mongodb-2.0.7-2.fc22.x86_64 requires libboost_thread.so.1.55.0()(64bit)
uwsgi-stats-pusher-mongodb-2.0.7-2.fc22.x86_64 requires libboost_system.so.1.55.0()(64bit)
uwsgi-stats-pusher-mongodb-2.0.7-2.fc22.x86_64 requires libboost_filesystem.so.1.55.0()(64bit)
[xavante]
xavante-2.3.0-1.fc22.noarch requires lua(abi) = 0:5.2
[xfce4-cellmodem-plugin]
xfce4-cellmodem-plugin-0.0.5-14.fc22.x86_64 requires libxfce4util.so.6()(64bit)
[xfce4-notes-plugin]
xfce4-notes-plugin-1.7.7-10.fc22.x86_64 requires libxfce4util.so.6()(64bit)
[xfce4-timer-plugin]
xfce4-timer-plugin-0.6.1-16.fc22.x86_64 requires libxfce4util.so.6()(64bit)
[zeromq-ada]
zeromq-ada-2.1.0-16.24032011git.fc22.i686 requires libgnat-4.9.so
zeromq-ada-2.1.0-16.24032011git.fc22.x86_64 requires libgnat-4.9.so()(64bit)
New package: airline-0.7-1.fc22
Java annotation-based framework
New package: coin-or-Dip-0.91.2-1.fc22
Decomposition for Integer Programming
New package: mingw-qt5-qtwebsockets-5.4.1-1.fc22
Qt5 for Windows - QtWebsockets component
New package: mingw-qt5-qtxmlpatterns-5.4.1-1.fc22
Qt5 for Windows - QtXmlPatterns component
New package: perl-Crypt-DH-GMP-0.00012-1.fc22
Crypt::DH Using GMP Directly
New package: python3-pkgversion-macros-1-3.fc22
Convenience macros for Fedora/EPEL Python 3 packages building
New package: rubygem-elasticsearch-transport-1.0.7-1.fc22
Ruby client for Elasticsearch
New package: treelayout-1.0.2-1.fc22
Efficient and customizable Tree Layout Algorithm in Java
New package: unbescape-1.1.0-2.fc22
Advanced yet easy to use escaping library for Java
New package: xorg-x11-drv-fbturbo-0.5.1-0.2.20150221.fc22
Xorg X11 fbturbo driver
Updated Packages:
389-ds-base-1.3.3.9-1.fc22
--------------------------
* Fri Mar 06 2015 Noriko Hosoi <nhosoi(a)redhat.com> - 1.3.3.9-1
- bump version to 1.3.3.9
- Bug 1199675 - CVE-2014-8112 CVE-2014-8105 389-ds-base: various flaws [fedora-all]
- Ticket 47801 - RHDS keeps on logging write_changelog_and_ruv: failed to update RUV for unknown
- Ticket 47957 - Make ReplicaWaitForAsyncResults configurable
- Ticket 47431 - CI test: added test cases for ticket 47431
- Ticket 47431 - Duplicate values for the attribute nsslapd-pluginarg are not handled correctly
- Ticket 47936: Create a global lock to serialize write operations over several backends
- Ticket 48021 - nsDS5ReplicaBindDNGroup checkinterval not working properly
- Ticket 48048 - Fix coverity issues - 2015/3/1
- Ticket 48109 - substring index with nssubstrbegin: 1 is not being used with filters like (attr=x*)
- Ticket 48109 - CI test: added test cases for ticket 48109
- Ticket 48109 - substring index with nssubstrbegin: 1 is not being used with filters like (attr=x*)
- Ticket 48048 - Fix coverity issues - 2015/2/24
- Ticket 48030 - spec file should run "systemctl stop" against each running instance instead of dirsrv.target
- Ticket 47828: DNA scope: allow to exlude some subtrees
- Ticket 47988: test case
- Ticket 47901: After total init, nsds5replicaLastInitStatus can report an erroneous error status (like 'Referral')
- Ticket 48003 - add template scripts
- Ticket 48003 - build "suite" framework
- Ticket 48005 - CI test: added test cases for ticket 48005
- Ticket 48005 - ns-slapd crash in shutdown phase
- Ticket 47742 - 64bit problem on big endian: auth method not supported
- Ticket 47836 - Do not return '0' as empty fallback value of nsds5replicalastupdatestart and nsds5replicalastupdatestart
- Ticket 47728 - compilation failed with ' incomplete struct/union/enum' if not set USE_POSIX_RWLOCKS
- Ticket 48027 - revise the rootdn plugin configuration validation
- Ticket 47451 - dynamic plugins - fix crash caused by invalid plugin config
- Ticket 48001 - ns-activate.pl fails to activate account if it was disabled on AD
* Wed Feb 25 2015 Noriko Hosoi <nhosoi(a)redhat.com> - 1.3.3.8-2
- Fixes spec file to make sure all the server instances are stopped before upgrade
- Ticket 48030 - DNS errors after IPA upgrade due to broken ReplSync
Size change: 233942 bytes
PackageKit-1.0.5-2.fc22
-----------------------
* Sat Mar 28 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.5-2
- Backport a crash fix from upstream (#1185544)
- Update cached metadata
- Use license macro for the COPYING file
Size change: -3481963 bytes
atari++-1.73-4.fc22
-------------------
* Sun Mar 22 2015 Dan Horák <dan[at]danny.cz> - 1.73-4
- switch to polling for Alsa sound (#1201805)
Size change: 1517 bytes
autofs-5.1.0-12.fc22
--------------------
* Mon Mar 23 2015 Ian Kent <ikent(a)redhat.com> - 1:5.1.0-12
- fix gcc5 complaints (bz1204685).
* Mon Mar 23 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 1:5.1.0-11
- Drop ancient 2.6 kernel patches from docs
Size change: 1015 bytes
bluedevil-5.2.2-1.fc22
----------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 8243 bytes
clufter-0.10.3-1.fc22
---------------------
* Mon Mar 23 2015 Jan Pokorný <jpokorny+rpm-clufter(a)fedoraproject.org> - 0.10.3-1
- bump upstream package
Size change: 135 bytes
clutter-gst3-3.0.4-2.fc22
-------------------------
* Fri Mar 27 2015 Bastien Nocera <bnocera(a)redhat.com> 3.0.4-2
- Remove the GStreamer plugin, as it can cause the one in the
clutter-gst2 package to become unavailable, breaking Cheese
https://bugzilla.gnome.org/show_bug.cgi?id=746883
Size change: 375 bytes
cockpit-0.48-1.fc22
-------------------
* Mon Mar 30 2015 Peter <petervo(a)redhat.com> - 0.48-1
- Update to 0.48 release
* Mon Mar 30 2015 Stephen Gallagher <sgallagh(a)redhat.com> 0.47-2
- Don't attempt to build cockpit-kubernetes on armv7hl
* Fri Mar 27 2015 Peter <petervo(a)redhat.com> - 0.47-1
- Update to 0.47 release, build docker on armvrhl
* Thu Mar 26 2015 Stef Walter <stefw(a)redhat.com> - 0.46-1
- Update to 0.46 release
Size change: 450707 bytes
colord-1.2.9-2.fc22
-------------------
* Mon Mar 09 2015 Richard Hughes <richard(a)hughsie.com> 1.2.9-2
- Fix a crash when calibrating.
- Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1190720
Size change: 1379 bytes
cone-0.91.1-1.fc22
------------------
* Sun Mar 22 2015 Mosaab Alzoubi <moceap(a)hotmail.com> - 0.91.1-1
- Update to 0.91.1
- Clean Spec up
- Remove old tags
- Remove old %clean
- Remove un-neede sig file
- Use best way of sourceforge sources
- Split old one-line BRs
- Add New BRs
- Use %make_install
- Add %license macro
- Update %doc line
- Fix dates on %changelog
- Remove old patch
Size change: -297983 bytes
converseen-0.9.2-1.fc22
-----------------------
* Mon Mar 23 2015 Filipe Rosset <rosset.filipe(a)gmail.com> - 0.9.2-1
- Rebuilt for new upstream version 0.9.2, fixes rhbz #1204537
Size change: 211 bytes
dap2rpm-0.1.8-1.fc22
--------------------
* Wed Mar 11 2015 Tomas Radej <tradej(a)redhat.com> - 0.1.8-1
- Updated to latest upstream version
Size change: 416 bytes
devassistant-0.10.3-4.fc22
--------------------------
* Wed Mar 11 2015 Tomas Radej <tradej(a)redhat.com> - 0.10.3-4
- Added workaround in -devel macros for rhbz#1200761
* Wed Mar 11 2015 Tomas Radej <tradej(a)redhat.com> - 0.10.3-3
- Added -L option for licensing files to -devel macros
- Added deps on devassistant-dap-{devassistant,eclipse,vim}
* Wed Mar 04 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 0.10.3-2
- Move rpm macros to %{_rpmconfigdir}/macros.d (#1074261)
Size change: 620 bytes
drupal6-admin_menu-1.9-1.fc22
-----------------------------
* Fri Feb 27 2015 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 1.9-1
- Updated to 1.9 (BZ #1195728)
- Removed RPM README b/c it only explained common Drupal workflow
- %license usage
- Spec cleanup
Size change: -3709 bytes
drupal7-entity-1.6-1.fc22
-------------------------
* Fri Feb 27 2015 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 1.6-1
- Updated to 1.6 (BZ #1196750 / SA-CONTRIB-2015-053)
- Removed RPM README b/c it only explained common Drupal workflow
- %license usage
Size change: 3879 bytes
drupal7-migrate-2.7-1.fc22
--------------------------
* Fri Feb 27 2015 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 2.7-1
- Updated to 2.7 (BZ #1191439)
- Removed RPM README b/c it only explained common Drupal workflow
- %license usage
- Spec cleanup
Size change: 15081 bytes
emacs-24.4-5.fc22
-----------------
* Thu Mar 26 2015 Richard Hughes <rhughes(a)redhat.com> - 1:24.4-5
- Add an AppData file for the software center
* Tue Mar 17 2015 Petr Hracek <phracek(a)redhat.com> - 1:24.4-4
- emacs option --no-bitmap-icon does not work (#1199160)
Size change: 1444 bytes
ezstream-0.6.0-1.fc22
---------------------
* Tue Mar 24 2015 Petr Pisar <ppisar(a)redhat.com> - 0.6.0-1
- Modernize spec file
- Correct dependencies
- Correct license tag from (GPLv2) to (GPLv2 and BSD and MIT)
- 0.6.0 bump (fixes a security bug when processing metadata placeholders
leading to arbitrary shell command execution)
Size change: -12128 bytes
fedmsg-0.12.3-1.fc22
--------------------
* Tue Mar 24 2015 Ralph Bean <rbean(a)redhat.com> - 0.12.3-1
- new version
* Sun Mar 22 2015 Ralph Bean <rbean(a)redhat.com> - 0.12.2-2
- No longer package compiled py files in /etc/fedmsg.d/
Size change: 1416 bytes
fontconfig-2.11.93-2.fc22
-------------------------
* Mon Mar 30 2015 Akira TAGOH <tagoh(a)redhat.com> - 2.11.93-2
- Fix SIGFPE (#1203118)
Size change: 645 bytes
freeipa-4.1.4-1.fc22
--------------------
* Thu Mar 26 2015 Alexander Bokovoy <abokovoy(a)redhat.com> - 4.1.4-1
- Update to upstream 4.1.4 - see http://www.freeipa.org/page/Releases/4.1.4
- fix CVE-2015-1827 (#1206047)
- Require slapi-nis 0.54.2 and newer for CVE-2015-0283 fixes
* Tue Mar 17 2015 Petr Vobornik <pvoborni(a)redhat.com> - 4.1.3-3
- Timeout ipa-client install if ntp server is unreachable #4842
- Skip time sync during client install when using --no-ntp #4842
Size change: -113006 bytes
freeradius-client-1.1.7-6.fc22
------------------------------
* Tue Mar 24 2015 Nikos Mavrogiannopoulos - 1.1.7-6
- when sending IPv6 attributes use the correct length (#1205156)
Size change: 990 bytes
gd-2.1.1-2.fc22
---------------
* Mon Mar 23 2015 Remi Collet <remi(a)fedoraproject.org> - 2.1.1-2
- fix version in gdlib.pc
- fix license handling
Size change: 946 bytes
glpi-0.85.2-2.fc22
------------------
* Fri Feb 27 2015 Remi Collet <remi(a)fedoraproject.org> - 0.85.2-2
- add security fix https://forge.indepnet.net/issues/5218
- add fix for temporary directory relocation
Size change: 1688 bytes
gnome-shell-extension-fedmsg-0.1.9-7.fc22
-----------------------------------------
* Thu Mar 26 2015 Luke Macken <lmacken(a)redhat.com> - 0.1.9-7
- Update the metadata for gnome-shell 3.16.0 (#1045669)
Size change: 118 bytes
golang-1.4.2-2.fc22
-------------------
* Wed Mar 18 2015 Vincent Batts <vbatts(a)fedoraproject.org> - 1.4.2-2
- obsoleting deprecated packages
Size change: 137 bytes
ibus-libpinyin-1.7.1-1.fc22
---------------------------
* Wed Mar 25 2015 Peng Wu <pwu(a)redhat.com> - 1.7.1-1
- Update 1.7.1
Size change: -1274 bytes
ibus-libzhuyin-1.7.0-1.fc22
---------------------------
* Tue Mar 24 2015 Peng Wu <pwu(a)redhat.com> - 1.7.0-1
- Update to 1.7.0
Size change: 2494 bytes
icecat-31.5.0-2.fc22
--------------------
* Mon Mar 16 2015 Antonio Trande <sagitterATfedoraproject.org> - 31.5.0-2
- New rebuild to fix profile's storage problem
Size change: 26158395 bytes
ipa-ex-gothic-fonts-002.01-5.fc22
---------------------------------
* Fri Mar 20 2015 Akira TAGOH <tagoh(a)redhat.com> - 002.01-5
- Add metainfo file.
Size change: 4662 bytes
ipa-ex-mincho-fonts-002.01-5.fc22
---------------------------------
* Fri Mar 20 2015 Akira TAGOH <tagoh(a)redhat.com> - 002.01-5
- Add metainfo file.
Size change: 4675 bytes
ipa-gothic-fonts-003.03-7.fc22
------------------------------
* Fri Mar 20 2015 Akira TAGOH <tagoh(a)redhat.com> - 003.03-7
- Add metainfo file.
Size change: 4639 bytes
ipa-mincho-fonts-003.03-7.fc22
------------------------------
* Fri Mar 20 2015 Akira TAGOH <tagoh(a)redhat.com> - 003.03-7
- Add metainfo file.
Size change: 4663 bytes
julia-0.3.7-1.fc22
------------------
* Tue Mar 24 2015 Milan Bouchet-Valat <nalimilan(a)club.fr> - 0.3.7-1
- New upstream release.
Size change: 5664 bytes
kate4-4.14.3-12.fc22
--------------------
* Mon Mar 23 2015 Rex Dieter <rdieter(a)fedoraproject.org> 4.14.3-12
- -part: Obsoletes: kate-libs (fix upgrade path)
Size change: 208 bytes
kde-cli-tools-5.2.2-1.fc22
--------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 4430 bytes
kdecoration-5.2.2-1.fc22
------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 81 bytes
kdeplasma-addons-5.2.2-1.fc22
-----------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 1499 bytes
kernel-4.0.0-0.rc5.git4.1.fc22
------------------------------
* Fri Mar 27 2015 Josh Boyer <jwboyer(a)fedoraproject.org> - 4.0.0-0.rc5.git4.1
- Linux v4.0-rc5-96-g3c435c1e472b
- Fixes hangs due to i915 issues (rhbz 1204050 1206056)
* Thu Mar 26 2015 Josh Boyer <jwboyer(a)fedoraproject.org> - 4.0.0-0.rc5.git3.1
- Linux v4.0-rc5-80-g4c4fe4c24782
* Wed Mar 25 2015 Peter Robinson <pbrobinson(a)fedoraproject.org>
- Add aarch64 patches to fix mustang usb, seattle eth, and console settings
* Wed Mar 25 2015 Josh Boyer <jwboyer(a)fedoraproject.org> - 4.0.0-0.rc5.git2.4
- Add patches to fix a few more i915 hangs/oopses
* Wed Mar 25 2015 Josh Boyer <jwboyer(a)fedoraproject.org> - 4.0.0-0.rc5.git2.1
- Linux v4.0-rc5-53-gc875f421097a
* Tue Mar 24 2015 Josh Boyer <jwboyer(a)fedoraproject.org>
- Fix ALPS v5 and v7 trackpads (rhbz 1203584)
* Tue Mar 24 2015 Josh Boyer <jwboyer(a)fedoraproject.org> - 4.0.0-0.rc5.git1.3
- Linux v4.0-rc5-25-g90a5a895cc8b
- Add some i915 fixes
* Mon Mar 23 2015 Josh Boyer <jwboyer(a)fedoraproject.org> - 4.0.0-0.rc5.git0.3
- Enable CONFIG_SND_BEBOB (rhbz 1204342)
- Validate iovec range in sys_sendto/sys_recvfrom
- Revert i915 commit that causes boot hangs on at least some headless machines
- Linux v4.0-rc5
* Fri Mar 20 2015 Josh Boyer <jwboyer(a)fedoraproject.org> - 4.0.0-0.rc4.git2.1
- Linux v4.0-rc4-199-gb314acaccd7e
- Fix brightness on Lenovo Ideapad Z570 (rhbz 1187004)
* Thu Mar 19 2015 Josh Boyer <jwboyer(a)fedoraproject.org> - 4.0.0-0.rc4.git1.3
- Linux v4.0-rc4-88-g7b09ac704bac
- Rename arm64-xgbe-a0.patch
Size change: -53664 bytes
kf5-baloo-5.6.2-1.fc22
----------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.6.2-1
- Plasma 5.2.2
Size change: 420 bytes
kf5-kfilemetadata-5.6.2-1.fc22
------------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.6.2-1
- Plasma 5.2.2
Size change: 259 bytes
kf5-kwayland-5.2.2-1.fc22
-------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 62 bytes
kf5-modemmanager-qt-5.2.2-1.fc22
--------------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 80 bytes
khelpcenter-5.2.2-1.fc22
------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 35587 bytes
khotkeys-5.2.2-1.fc22
---------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 167 bytes
kinfocenter-5.2.2-1.fc22
------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 10029 bytes
kio-extras-5.2.2-1.fc22
-----------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 93682 bytes
kmenuedit-5.2.2-1.fc22
----------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 5977 bytes
kscreen-5.2.2-1.fc22
--------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 2864 bytes
ksshaskpass-5.2.2-1.fc22
------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 904 bytes
ksysguard-5.2.2-1.fc22
----------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 5610 bytes
kwin-5.2.2-1.fc22
-----------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 3531 bytes
kwrited-5.2.2-1.fc22
--------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 62 bytes
libXdmcp-1.1.2-1.fc22
---------------------
* Mon Mar 23 2015 Benjamin Tissoires <benjamin.tissoires(a)redhat.com> 1.1.2-1
- libXdmcp 1.1.2
Size change: 20904 bytes
libbluedevil-5.2.2-1.fc22
-------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 140 bytes
libkscreen-qt5-5.2.2-1.fc22
---------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 104 bytes
libksysguard-5.2.2-1.fc22
-------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 281 bytes
libpcap-1.7.2-1.fc22
--------------------
* Fri Mar 13 2015 Michal Sekletar <msekleta(a)redhat.com> - 14:1.7.2-1
- update to 1.7.2 (#1201078)
Size change: 9733 bytes
librsvg2-2.40.9-1.fc22
----------------------
* Thu Mar 26 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.40.9-1
- Update to 2.40.9
Size change: 3868 bytes
libwebp-0.4.3-2.fc22
--------------------
* Fri Mar 27 2015 Sandro Mani <manisandro(a)gmail.com> - 0.4.3-2
- Add BuildRequires: freeglut-devel to build vwebp
Size change: 152 bytes
libzhuyin-1.0.0-1.fc22
----------------------
* Mon Mar 23 2015 Peng Wu <pwu(a)redhat.com> - 1.0.0-1
- Update to 1.0.0
Size change: 17837 bytes
man-pages-de-1.8-2.g7c4902d.fc22
--------------------------------
* Thu Mar 26 2015 Mario Blättermann <mario.blaettermann(a)gmail.com> - 1.8-2.g7c4902d
- Git checkout from 2015-03-26
- New build requirements: bzip2, deltarpm, rpm, systemd, xz, yum-utils
Size change: 52678 bytes
megaglest-3.11.1-1.fc22
-----------------------
* Tue Mar 24 2015 pcpa <paulo.cesar.pereira.de.andrade(a)gmail.com> - 3.11.1-1
- Update to latest upstream release.
- Remove upstreamed icon-path patch.
- Update to become megaglest.bmp file owner.
- Update description from upstream webpage.
- Add patch to build with lua 5.2 fedora package.
- Add underlink patch to correct missing symbols during link.
Size change: -93163 bytes
megaglest-data-3.11.1-1.fc22
----------------------------
* Tue Mar 24 2015 pcpa <paulo.cesar.pereira.de.andrade(a)gmail.com> - 3.11.1-1
- Update to latest upstream release.
- Update description from upstream webpage.
Size change: 13951296 bytes
mg-20150323-1.fc22
------------------
* Mon Mar 23 2015 Mark McKinstry <mmckinst(a)nexcess.net> - 20150323-1
- upgrade to 20150323 (RHBZ#1204740)
Size change: -1160 bytes
mingw-crt-4.0.1-1.fc22
----------------------
* Sun Mar 29 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 4.0.1-1
- Update to 4.0.1
Size change: 44396 bytes
mingw-gcc-5.0.0-0.2.svn.20150322.r221575.fc22
---------------------------------------------
* Mon Mar 23 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.0.0-0.2.svn.20150322.r221575
- Update to gcc 5 20150322 snapshot (rev 221575)
* Sat Mar 07 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.0.0-0.1.svn.20150301.r221092
- Update to gcc 5 20150301 snapshot (rev 221092)
Size change: 858124 bytes
mingw-headers-4.0.1-1.fc22
--------------------------
* Sun Mar 29 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 4.0.1-1
- Update to 4.0.1
Size change: 44294 bytes
mingw-libzip-0.11.2-3.fc22
--------------------------
* Mon Mar 23 2015 Sandro Mani <manisandro(a)gmail.com> - 0.11.2-3
- CVE-2015-2331: integer overflow when processing ZIP archives (#1204676,#1204677)
Size change: 5029 bytes
mingw-qt-4.8.6-7.fc22
---------------------
* Sat Mar 21 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 4.8.6-7
- Fix FTBFS against latest mingw-dbus
- Fix FTBFS against gcc5
Size change: 1316 bytes
mingw-qt5-qtbase-5.4.1-1.fc22
-----------------------------
* Sun Mar 08 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
- Added some more BuildRequires for mingw*-static libraries as the ./configure
script now needs them to be available in the buildroot
- Fix detection of the static dbus and harfbuzz libraries
Size change: 23622 bytes
mingw-qt5-qtdeclarative-5.4.1-1.fc22
------------------------------------
* Sat Mar 21 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
Size change: 5212 bytes
mingw-qt5-qtgraphicaleffects-5.4.1-1.fc22
-----------------------------------------
* Sun Mar 22 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
Size change: 154 bytes
mingw-qt5-qtimageformats-5.4.1-1.fc22
-------------------------------------
* Sun Mar 22 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
Size change: 4612 bytes
mingw-qt5-qtlocation-5.4.1-1.fc22
---------------------------------
* Sun Mar 22 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
Size change: -367 bytes
mingw-qt5-qtmultimedia-5.4.1-1.fc22
-----------------------------------
* Sun Mar 22 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
Size change: -4001 bytes
mingw-qt5-qtquick1-5.4.1-1.fc22
-------------------------------
* Mon Mar 23 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
Size change: 943 bytes
mingw-qt5-qtscript-5.4.1-1.fc22
-------------------------------
* Sun Mar 22 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
Size change: 2025 bytes
mingw-qt5-qtsensors-5.4.1-1.fc22
--------------------------------
* Sun Mar 22 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
Size change: -182 bytes
mingw-qt5-qtsvg-5.4.1-1.fc22
----------------------------
* Sun Mar 22 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
Size change: 236 bytes
mingw-qt5-qttools-5.4.1-1.fc22
------------------------------
* Sat Mar 21 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
Size change: 207 bytes
mingw-qt5-qttranslations-5.4.1-1.fc22
-------------------------------------
* Sun Mar 22 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
Size change: -23601 bytes
mingw-qt5-qtwebkit-5.4.1-1.fc22
-------------------------------
* Sun Mar 22 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
- Fix URLs visited during private browsing showing up in WebpageIcons.db (RHBZ #1204798 #1204799)
Size change: 2705 bytes
mingw-qt5-qtwinextras-5.4.1-1.fc22
----------------------------------
* Sun Mar 22 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 5.4.1-1
- Update to 5.4.1
Size change: 332 bytes
mingw-winpthreads-4.0.1-1.fc22
------------------------------
* Sun Mar 29 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 4.0.1-1
- Update to 4.0.1
Size change: 44370 bytes
mingw-winstorecompat-4.0.1-1.fc22
---------------------------------
* Sun Mar 29 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 4.0.1-1
- Update to 4.0.1
- Removed empty debuginfo subpackages
Size change: -3928314 bytes
mod_auth_gssapi-1.1.0-2.fc22
----------------------------
* Thu Mar 26 2015 Simo Sorce <simo(a)redhat.com> 1.1.0-2
- Fix saving delegated credentials for SPNs
* Thu Mar 12 2015 Simo Sorce <simo(a)redhat.com> 1.1.0-1
- New minor release 1.1.0
- New feature: Basic Auth support
- Improvements: Better crypto for sesison cookies
Size change: 3696 bytes
ocaml-camlp4-4.02.0-0.9.git87c6a6b0.fc22
----------------------------------------
* Tue Mar 24 2015 Richard W.M. Jones <rjones(a)redhat.com> - 4.02.0-0.9.gitcf1935d3
- Increase stack limit on ppc64 (RHBZ#1204876).
Size change: 294 bytes
openssh-6.8p1-2.fc22
--------------------
* Thu Mar 26 2015 Jakub Jelen <jjelen(a)redhat.com> 6.8p1-2 + 0.9.3-5
- Update audit and gss patches after rebase
- Fix reintroduced upstrem bug #1878
* Tue Mar 24 2015 Jakub Jelen <jjelen(a)redhat.com> 6.8p1-1 + 0.9.3-5
- new upstream release openssh-6.8p1 (#1203245)
- Resolve segfault with auditing commands (#1203900)
- Workaround krb5-config bug (#1204646)
Size change: 108369 bytes
osc-0.151.1-163.2.1.fc22
------------------------
* Tue Feb 24 2015 Miroslav Suchý <msuchy(a)redhat.com> 0.151.1-163.2.1
- rebase to 0.140.1
- fixed shell command injection via crafted _service files CVE-2015-0778
Size change: 18194 bytes
perl-CPAN-Meta-Check-0.011-1.fc22
---------------------------------
* Mon Mar 23 2015 Paul Howarth <paul(a)city-fan.org> - 0.011-1
- Update to 0.011
- Declare the minimum version required for the "merged_requirements"
interface
- Explicitly run the extra tests
Size change: 372 bytes
perl-DBI-1.633-3.fc22
---------------------
* Thu Mar 12 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.633-3
- Remove script strip_FAQ.sh from sources
* Mon Mar 09 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.633-2
- Repackage source tarball to remove non-free DBI/FAQ.pm (bug #1199532)
Size change: -3197 bytes
perl-DateTime-TimeZone-1.86-1.fc22
----------------------------------
* Mon Mar 23 2015 Petr Šabata <contyk(a)redhat.com> - 1.86-1
- 1.86 bump, timezone data updated
Size change: 1064 bytes
perl-Devel-CallChecker-0.007-1.fc22
-----------------------------------
* Mon Mar 23 2015 Petr Pisar <ppisar(a)redhat.com> - 0.007-1
- 0.007 bump
Size change: 599 bytes
perl-Devel-CheckOS-1.76-1.fc22
------------------------------
* Mon Mar 16 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.76-1
- 1.76 bump
* Thu Mar 12 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.75-1
- 1.75 bump
- Correct license from (GPLv2 or Artistic) to ((GPLv2 or Artistic) and
CC-BY-SA)
Size change: 1249 bytes
perl-Dist-Zilla-5.034-1.fc22
----------------------------
* Mon Mar 23 2015 Petr Šabata <contyk(a)redhat.com> - 5.034-1
- 5.034 bump
* Fri Mar 20 2015 Petr Šabata <contyk(a)redhat.com> - 5.033-1
- 5.033 bump
Size change: 5895 bytes
perl-FileHandle-Unget-0.1624-1.fc22
-----------------------------------
* Mon Mar 23 2015 Paul Howarth <paul(a)city-fan.org> - 0.1624-1
- Update to 0.1624
- Moved code to github
- Added POD test
- Improve testability of binmode_bug.t, stdin_tell_bug.t
- Implement a potential fix for test failures where FileHandle::getline()
seems to be reading a single line even though $/ is undef
- Use "local $/" instead of reassigning global $/
- Improve documentation for input_record_separator()
- Classify buildreqs by usage
- Use %license where possible
Size change: 6111 bytes
perl-JSON-MaybeXS-1.003005-1.fc22
---------------------------------
* Mon Mar 23 2015 Paul Howarth <paul(a)city-fan.org> - 1.003005-1
- Update to 1.003005
- Fix x_contributors metadata that was killing metacpan (see
https://github.com/CPAN-API/cpan-api/issues/401)
Size change: 342 bytes
perl-Lexical-SealRequireHints-0.009-1.fc22
------------------------------------------
* Mon Mar 23 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.009-1
- 0.009 bump
Size change: 3953 bytes
perl-Log-Contextual-0.006005-1.fc22
-----------------------------------
* Mon Mar 16 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.006005-1
- 0.006005 bump
Size change: -2200 bytes
perl-MCE-1.604-1.fc22
---------------------
* Mon Mar 23 2015 Petr Šabata <contyk(a)redhat.com> - 1.604-1
- 1.604 bump
* Wed Feb 11 2015 Petr Pisar <ppisar(a)redhat.com> - 1.600-3
- Move mce_grep tool into a separate sub-package
Size change: 6415 bytes
perl-Mail-Mbox-MessageParser-1.5100-1.fc22
------------------------------------------
* Mon Mar 23 2015 Paul Howarth <paul(a)city-fan.org> - 1.5100-1
- Update to 1.5100
- Moved code to github
- Added xz support (CPAN RT#68286)
- Added lzip support (http://sourceforge.net/p/grepmail/patches/8/)
- Added POD test
- Fixed hang in pure Perl implementation for a malformed mbox file scenario
- Fixed $OLDSTDERR used only once warning (CPAN RT#58053)
- Fixed enabling of warnings (CPAN RT#79898)
- Fixed a division by zero error for malformed mbox files that start with a
newline (CPAN RT#69469)
- Fix bug in M::M::Perl documentation
- Add more cache file validation
- Classify buildreqs by usage
- Add patch to fix build error (CPAN RT#103025)
- Use %license where possible
- Drop %defattr, redundant since rpm 4.4
Size change: 18546 bytes
perl-Module-CoreList-5.20150320-1.fc22
--------------------------------------
* Mon Mar 23 2015 Petr Pisar <ppisar(a)redhat.com> - 1:5.20150320-1
- 5.20150320 bump
Size change: 861 bytes
perl-Module-Install-GithubMeta-0.30-1.fc22
------------------------------------------
* Mon Mar 23 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.30-1
- 0.30 bump
Size change: -1486 bytes
perl-Path-Tiny-0.068-1.fc22
---------------------------
* Tue Mar 24 2015 Paul Howarth <paul(a)city-fan.org> - 0.068-1
- Update to 0.068
- Added exclusive locking option to filehandle opens; spew now exclusively
locks tempfile used for atomic writes
* Fri Mar 06 2015 Paul Howarth <paul(a)city-fan.org> - 0.065-1
- Update to 0.065
- Added 'assert' method
- Added 'visit' method
- Added support for a negative count for 'lines' to get the last lines of a
file
- Fixed tilde expansion if path has spaces
- Make realpath non-fatal if the parent path exists and only the final path
component does not (was fatal on Windows and some Unixes)
- Removed redundant locking on tempfile use for spewing
- Work around File::Temp bugs on older ActiveState Windows Perls
https://bugs.activestate.com/show_bug.cgi?id=104767
- Fixed SYNOPSIS example
Size change: 1310 bytes
perl-Test-Warnings-0.021-1.fc22
-------------------------------
* Mon Mar 23 2015 Paul Howarth <paul(a)city-fan.org> - 0.021-1
- Update to 0.021
- Add a x_breaks entry for conflicting versions of File::pushd that
inadvertently call our exported warnings() rather than invoking
warnings.pm, and documented this undesired interaction
Size change: 1766 bytes
perl-Text-VimColor-0.26-1.fc22
------------------------------
* Mon Mar 23 2015 Petr Šabata <contyk(a)redhat.com> - 0.26-1
- 0.26 bump
Size change: 113 bytes
perl-threads-2.01-1.fc22
------------------------
* Fri Mar 13 2015 Petr Pisar <ppisar(a)redhat.com> - 1:2.01-1
- 2.01 bump
* Mon Mar 09 2015 Petr Pisar <ppisar(a)redhat.com> - 1:1.99-1
- 1.99 bump
* Fri Mar 06 2015 Petr Pisar <ppisar(a)redhat.com> - 1:1.98-1
- 1.98 bump
* Thu Mar 05 2015 Petr Pisar <ppisar(a)redhat.com> - 1:1.97-1
- 1.97 bump
Size change: 5732 bytes
php-ircmaxell-security-lib-1.1.0-1.fc22
---------------------------------------
* Fri Mar 20 2015 Remi Collet <remi(a)fedoraproject.org> - 1.1.0-1
- update to 1.1.0
- add LICENSE file
Size change: 1617 bytes
php-pecl-mongo-1.6.6-1.fc22
---------------------------
* Tue Mar 24 2015 Remi Collet <remi(a)fedoraproject.org> - 1.6.6-1
- update to 1.6.6 (stable)
Size change: 209 bytes
php-pecl-xdebug-2.3.2-1.fc22
----------------------------
* Sun Mar 22 2015 Remi Collet <remi(a)fedoraproject.org> - 2.3.2-1
- Update to 2.3.2
Size change: 123 bytes
phpMyAdmin-4.3.13-1.fc22
------------------------
* Mon Mar 30 2015 Robert Scheck <robert(a)fedoraproject.org> 4.3.13-1
- Upgrade to 4.3.13
Size change: -1867 bytes
plasma-breeze-5.2.2-1.fc22
--------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: -1671 bytes
plasma-desktop-5.2.2-2.fc22
---------------------------
* Fri Mar 20 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.2.2-2
- -doc: Conflicts: kcm_colors < 1:4.11.16-10 (drop conflicts in main pkg)
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 93392 bytes
plasma-milou-5.2.2-1.fc22
-------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 232 bytes
plasma-nm-5.2.2-1.fc22
----------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 2495 bytes
plasma-oxygen-5.2.2-1.fc22
--------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 3712 bytes
plasma-systemsettings-5.2.2-1.fc22
----------------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 3411 bytes
plasma-workspace-5.2.2-1.fc22
-----------------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
* Mon Mar 16 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 5.2.1-6
- revert Requires: plasma-desktop (dep should be the other way around)
- drop Obsoletes: kde-workspace (leave for plasma-desktop)
- Requires: polkit-kde
* Sun Mar 15 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.2.1-5
- Requires: -sddm (#1201034), +plasma-desktop
* Fri Mar 06 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.2.1-4
- rebuild (gpsd)
* Tue Mar 03 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.2.1-3
- use our own startkde.cmake
Size change: 21684 bytes
polkit-kde-5.2.2-1.fc22
-----------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 126 bytes
poppler-0.30.0-3.fc22
---------------------
* Thu Mar 26 2015 Marek Kasik <mkasik(a)redhat.com> - 0.30.0-3
- Respect orientation when selecting words
- Resolves: #1185007
Size change: 2964 bytes
powerdevil-5.2.2-1.fc22
-----------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 941 bytes
python-bloom-0.5.19-1.fc22
--------------------------
* Wed Mar 04 2015 Rich Mattes <richmattes(a)gmail.com> - 0.5.19-1
- Update to 0.5.19
Size change: 5137 bytes
python-datanommer-models-0.6.5-2.fc22
-------------------------------------
* Mon Mar 16 2015 Ralph Bean <rbean(a)redhat.com> - 0.6.5-2
- Fix rhel conditional again..
* Mon Mar 16 2015 Ralph Bean <rbean(a)redhat.com> - 0.6.5-1
- new version
* Wed Jul 09 2014 Ralph Bean <rbean(a)redhat.com> - 0.6.4-2
- Fix rhel conditional for epel7.
Size change: -1979 bytes
python-fedmsg-meta-fedora-infrastructure-0.4.7-1.fc22
-----------------------------------------------------
* Tue Mar 24 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.7-1
- new version
* Fri Mar 20 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.6-1
- new version
* Tue Mar 17 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.5-1
- new version
* Mon Mar 16 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.4-1
- new version
Size change: 5381 bytes
python-fmn-consumer-0.5.0-1.fc22
--------------------------------
* Tue Mar 24 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.0-1
- new version
Size change: 2102 bytes
python-fmn-lib-0.5.0-1.fc22
---------------------------
* Tue Mar 24 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.0-1
- new version
Size change: 3117 bytes
python-fmn-rules-0.5.0-1.fc22
-----------------------------
* Tue Mar 24 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.0-1
- new version
Size change: 1373 bytes
python-fmn-web-0.5.0-1.fc22
---------------------------
* Tue Mar 24 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.0-1
- new version
Size change: 5332 bytes
python-paramiko-1.15.2-2.fc22
-----------------------------
* Sun Mar 22 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 1.15.2-2
- Use %license
- Move duplicated docs to single doc sub package
- Remove old F-15 conditionals
Size change: 251 bytes
python-rosdep-0.11.2-1.fc22
---------------------------
* Wed Mar 04 2015 Rich Mattes <richmattes(a)gmail.com> - 0.11.2-1
- Update to release 0.11.2
- Update to latest github guidelines
- Use license macro for license file
- Added python3 package
Size change: 1102 bytes
python-rosdistro-0.4.1-1.fc22
-----------------------------
* Wed Mar 04 2015 Rich Mattes <richmattes(a)gmail.com> - 0.4.1-1
- Update to release 0.4.1
Size change: 467 bytes
python-rosinstall-0.7.5-1.fc22
------------------------------
* Wed Mar 04 2015 Rich Mattes <richmattes(a)gmail.com> - 0.7.5-1
- Update to release 0.7.5 (rhbz#1195536)
- Add python3 package
Size change: 671 bytes
python-rospkg-1.0.35-1.fc22
---------------------------
* Wed Mar 04 2015 Rich Mattes <richmattes(a)gmail.com> - 1.0.35-1
- Update to release 1.0.35
- Remove Fedora 12 spec conditionals
Size change: 235 bytes
python-stevedore-1.2.0-2.fc22
-----------------------------
* Sun Mar 22 2015 Ralph Bean <rbean(a)redhat.com> - 1.2.0-2
- Require python-pbr at runtime now.
* Sat Feb 21 2015 Ralph Bean <rbean(a)redhat.com> - 1.2.0-1
- new version
Size change: 683 bytes
qemu-2.3.0-0.2.rc1.fc22
-----------------------
* Tue Mar 24 2015 Cole Robinson <crobinso(a)redhat.com> - 2:2.3.0-0.1.rc1
- Rebased to version 2.3.0-rc1
Size change: 5440 bytes
rabbitmq-java-client-3.5.0-1.fc22
---------------------------------
* Tue Mar 24 2015 Raphael Groner <projects.rg(a)smart.ms> - 3.5.0-1
- v3.5.0
Size change: 474 bytes
rawstudio-2.0-18.fc22
---------------------
* Sun Mar 22 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.0-18
- Fix the build with lensfun 0.3 (#1184156)
* Tue Jan 20 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 2.0-17
- rebuild (libgphoto2)
Size change: 1252 bytes
rhythmbox-3.2-1.fc22
--------------------
* Sun Mar 29 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.2-1
- Update to 3.2
Size change: 53066 bytes
rt-4.2.10-2.fc22
----------------
* Tue Mar 24 2015 Ralf Corsépius <corsepiu(a)fedoraproject.org> - 4.2.10-2
- Update patches.
- R: perl(Time::ParseDate).
- Add docs symlink.
- Add %license.
- Spec cleanup.
* Mon Mar 09 2015 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 4.2.10-1
- Update to 4.2.10.
- Remove 0001-Remove-configure-time-generated-files.patch and delete the files
directly instead; the patch would require a complete rebase any time any of
those files changes.
- Remove 0008-Adjust-path-to-html-autohandler.patch and
0009-Work-around-testsuite-failure.patch as they have been upstreamed.
- Adjust to new filenames in /usr/share/rt/upgrade.
Size change: 127583 bytes
rubygem-byebug-4.0.3-1.fc22
---------------------------
* Fri Mar 20 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 4.0.3-1
- 4.0.3
Size change: 6701 bytes
samba-4.2.0-2.fc22
------------------
* Tue Mar 10 2015 Andreas Schneider <asn(a)redhat.com> - 4.2.0-2
- Fix the AD build.
- Create samba-client-libs subpackage.
- Fix multiarch issues by splitting the samba-common package.
* Thu Mar 05 2015 Guenther Deschner <gdeschner(a)redhat.com> - 4.2.0-1
- Update to Samba 4.2.0
* Tue Mar 03 2015 Andreas Schneider <asn(a)redhat.com> - 4.2.0-0.5.rc5
- Update to Samba 4.2.0rc5
* Fri Jan 16 2015 - Andreas Schneider <asn(a)redhat.com> - 4.2.0-0.4.rc4
- Update to Samba 4.2.0rc4
- resolves: #1154600 - Install missing samba pam.d configuration file.
Size change: 23583 bytes
scap-workbench-1.1.0-1.fc22
---------------------------
* Tue Mar 24 2015 Martin Preisler <mpreisle(a)redhat.com> 1.1.0-1
- Updated to new upstream release 1.1.0
- Added openssh-clients and util-linux to BuildRequires, workbench checks those
at configure time now
- Added scap-security-guide to Requires
Size change: 404351 bytes
sddm-kcm-5.2.2-1.fc22
---------------------
* Fri Mar 20 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.2-1
- Plasma 5.2.2
Size change: 2011 bytes
setroubleshoot-3.2.22-1.fc22
----------------------------
* Thu Mar 26 2015 Petr Lautrbach <plautrba(a)redhat.com> 3.2.22-1
- Ship a symbolic setroubleshoot icon (#1182652)
- Fix get_rpm_nvr_*_temporary functions - CVE-2015-1815 (#1203352)
Size change: 690 bytes
slapi-nis-0.54.2-1.fc22
-----------------------
* Thu Mar 26 2015 Alexander Bokovoy <abokovoy(a)redhat.com> - 0.54.2-1
- CVE-2015-0283 slapi-nis: infinite loop in getgrnam_r() and getgrgid_r() (#1206049)
- Make sure nss_sss.so.2 module is used directly
- Allow building slapi-nis with ID views against 389-ds-base from RHEL7.0/CentOS7.0 releases
Size change: 1933 bytes
smuxi-0.11.1-1.fc22
-------------------
* Sat Mar 21 2015 Antonio Trande <sagitterATfedoraproject.org> 0.11.1-1
- Update to 0.11.1
Size change: 2092 bytes
sssd-1.12.4-3.fc22
------------------
* Mon Mar 23 2015 Lukas Slebodnik <lslebodn(a)redhat.com> - 1.12.4-3
- Fix regressions with ipa and SELinux
- Resolves: upstream #2587 - With empty ipaselinuxusermapdefault security
context on client is staff_u
Size change: 2876 bytes
supybot-fedmsg-0.1.0-1.fc22
---------------------------
* Wed Mar 18 2015 Ralph Bean <rbean(a)redhat.com> - 0.1.0-1
- new version
- Remove usptreamed patch.
Size change: -112 bytes
supybot-fedora-0.3.1-1.fc22
---------------------------
* Fri Mar 20 2015 Ralph Bean <rbean(a)redhat.com> - 0.3.1-1
- new version
* Wed Mar 18 2015 Ralph Bean <rbean(a)redhat.com> - 0.3.0-1
- Latest upstream with new karma commands.
Size change: 1744 bytes
tcpdump-4.7.3-1.fc22
--------------------
* Wed Mar 25 2015 Michal Sekletar <msekleta(a)redhat.com> - 14:4.7.3-1
- rebase to 4.7.3 (#1201573)
- contains fixes for CVE-2015-0261 CVE-2015-2154 CVE-2015-2153 CVE-2015-2155 (#1201799,#1201792,#1201795,#1201797)
Size change: 36267 bytes
texstudio-2.9.4-1.fc22
----------------------
* Tue Mar 24 2015 Johannes Lips <hannes(a)fedoraproject.org> 2.9.4-1
- Update to latest upstream version 2.9.4
* Mon Mar 23 2015 Johannes Lips <hannes(a)fedoraproject.org> 2.9.2-1
- Update to latest upstream version 2.9.2
Size change: -4346 bytes
thermostat-1.2.2-5.fc22
-----------------------
* Mon Mar 23 2015 Severin Gehwolf <sgehwolf(a)redhat.com> - 1.2.2-5
- Move endpoint plugin to thermostat-webapp package.
* Mon Mar 23 2015 Severin Gehwolf <sgehwolf(a)redhat.com> - 1.2.2-4
- Use custom JAAS config for web-storage-service.
* Wed Mar 18 2015 Severin Gehwolf <sgehwolf(a)redhat.com> - 1.2.2-3
- Fix thermostat-storage systemd service.
Size change: 1523 bytes
thunderbird-enigmail-1.8.1-1.fc22
---------------------------------
* Mon Mar 23 2015 Remi Collet <remi(a)fedoraproject.org> 1.8.1-1
- Enigmail 1.8.1
Size change: 4308 bytes
vdsm-4.16.12-1.fc22
-------------------
* Tue Mar 24 2015 Yaniv Bronhaim <ybronhei(a)redhat.com> - 4.16.12-f22
- Vdsm tag 4.16.12 for fedora 22
- Adding libnl3 requirement
* Mon Mar 16 2015 Yaniv Bronhaim <ybronhei(a)redhat.com> - 4.16.12-el6
- vdsm tag 4.16.12
- Build for el6
Size change: 9223 bytes
vrq-1.0.103-1.fc22
------------------
* Mon Mar 23 2015 Filipe Rosset <rosset.filipe(a)gmail.com> - 1.0.103-1
- Rebuilt for new upstream version 1.0.103, fixes rhbz #1204477
Size change: 18071 bytes
webkitgtk4-2.8.0-2.fc22
-----------------------
* Fri Mar 27 2015 Than Ngo <than(a)redhat.com> - 2.8.0-2
- Fix build failures on s390
- Fix build failures with gcc 5
- Decrease the debuginfo verbosity on ppc and others
Size change: 368 bytes
xfce4-battery-plugin-1.0.5-9.fc22
---------------------------------
* Thu Mar 19 2015 Marcin Juszkiewicz <mjuszkiewicz(a)redhat.com> - 1.0.5-9
- fix build on aarch64
Size change: 647 bytes
xorg-x11-drv-evdev-2.9.2-1.fc22
-------------------------------
* Fri Mar 27 2015 Peter Hutterer <peter.hutterer(a)redhat.com> 2.9.2-1
- evdev 2.9.2
Size change: 678 bytes
Summary:
Added Packages: 10
Removed Packages: 0
Modified Packages: 159
Size of added packages: 6842080 (6.5 M)
Size change of modified packages: 35185264 (34 M)
Size of removed packages: 0 (0 )
Size change: 42027344 (40 M)
Compose finished at Tue Mar 31 12:07:27 UTC 2015
8 years, 5 months
Orphaned Packages in branched (2015-03-31)
by Till Maas
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life
Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.
Package (co)maintainers Status Change
===========================================================================
bfgminer orphan, pwouters 6 weeks ago
clc-intercal orphan, iarnell 6 weeks ago
dbus-tools orphan, miminar 6 weeks ago
dircproxy orphan, jwilson, kevin 6 weeks ago
egtk orphan, cicku, odysseus 6 weeks ago
erlang-jsx orphan, erlang-sig, peter 3 weeks ago
fldigi-doc orphan, dp67 6 weeks ago
gnome-schedule orphan, sundaram 1 weeks ago
gtk-smooth-engine orphan, raveit65, vicodan 4 weeks ago
identicurse orphan, smilner 2 weeks ago
ip6sic orphan 6 weeks ago
isic orphan 6 weeks ago
ivtv-firmware orphan, athimm, jwilson, kwizart 4 weeks ago
ivtv-utils orphan, athimm 4 weeks ago
jackrabbit orphan 3 weeks ago
libgtkhotkey orphan, sundaram 1 weeks ago
mate-user-share orphan, raveit65, vicodan 6 weeks ago
maven-anno-plugin orphan, goldmann 6 weeks ago
mediawiki-openid orphan, athimm, kevin, kurtseifried 4 weeks ago
mercury orphan 3 weeks ago
mojomojo orphan, iarnell, perl-sig 6 weeks ago
naim orphan, lmacken 1 weeks ago
netactview orphan 0 weeks ago
ninja orphan, adrian 6 weeks ago
pork orphan, lmacken 1 weeks ago
pympdtouchgui orphan, slankes 6 weeks ago
python-asyncmongo orphan, silas 6 weeks ago
python-gflags orphan, silas 6 weeks ago
python-sockjs-tornado orphan, gholms 1 weeks ago
python-tvrage orphan 6 weeks ago
python-xkit orphan, sundaram 1 weeks ago
rubygem-spruz orphan, maxamillion 4 weeks ago
spambayes orphan 6 weeks ago
umlgraph orphan, akurtakov, fabiand, raphgro 6 weeks ago
visualvm orphan, davidcl, dbhole, jerboaa, 6 weeks ago
jvanek
wss4j orphan 3 weeks ago
xlhtml orphan, sundaram 1 weeks ago
xnoise orphan, salimma 6 weeks ago
xprobe2 orphan, lmacken 1 weeks ago
zukini orphan, odysseus 6 weeks ago
zukiwi orphan, odysseus 6 weeks ago
The following packages require above mentioned packages:
Depending on: erlang-jsx (28), status change: 2015-03-04 (3 weeks ago)
thrift (maintained by: willb)
erlang-thrift-0.9.1-13.fc22.3.i686 requires erlang-jsx = 1.4.2-4.fc22
accumulo (maintained by: ctubbsii, mizdebsk)
accumulo-1.6.1-2.fc22.src requires libthrift-java = 0.9.1-13.fc22.3
accumulo-core-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1
accumulo-gc-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1
accumulo-master-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1
accumulo-server-base-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1
accumulo-tracer-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1
accumulo-tserver-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1
accumulo-examples-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1
amplab-tachyon (maintained by: tstclair, hchen, java-sig)
amplab-tachyon-0.4.1-2.SNAPSHOT.4b9c806.fc21.noarch requires mvn(org.apache.thrift:libthrift) = 0.9.1
amplab-tachyon-0.4.1-2.SNAPSHOT.4b9c806.fc21.src requires mvn(org.apache.thrift:libthrift) = 0.9.1, thrift = 0.9.1-13.fc22.3
avro (maintained by: ricardo, goldmann)
avro-1.7.5-9.fc22.src requires libthrift-java = 0.9.1-13.fc22.3
avro-thrift-1.7.5-9.fc22.noarch requires libthrift-java = 0.9.1-13.fc22.3, mvn(org.apache.thrift:libthrift) = 0.9.1
avro-mapred-1.7.5-9.fc22.noarch requires hadoop-client = 2.4.1-7.fc22, hadoop-mapreduce = 2.4.1-7.fc22
hbase (maintained by: rrati, coolsvap, moceap)
hbase-0.98.3-3.fc22.noarch requires mvn(org.apache.thrift:libthrift) = 0.9.1
hbase-tests-0.98.3-3.fc22.noarch requires hadoop-tests = 2.4.1-7.fc22, mvn(org.apache.hadoop:hadoop-annotations) = 2.4.1, mvn(org.apache.hadoop:hadoop-auth) = 2.4.1, mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.hadoop:hadoop-common) = 2.4.1, mvn(org.apache.hadoop:hadoop-hdfs) = 2.4.1, mvn(org.apache.hadoop:hadoop-hdfs::tests:) = 2.4.1, mvn(org.apache.hadoop:hadoop-mapreduce-client-core) = 2.4.1, mvn(org.apache.hadoop:hadoop-mapreduce-client-jobclient) = 2.4.1, mvn(org.apache.hadoop:hadoop-mapreduce-client-jobclient::tests:) = 2.4.1, mvn(org.apache.hadoop:hadoop-minicluster) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1, mvn(org.cloudera.htrace:htrace-core) = 2.03
hive (maintained by: pmackinn, coolsvap, java-sig, moceap)
hive-0.12.0-5.fc22.noarch requires fb303-java = 0.9.1-13.fc22.3, libthrift-java = 0.9.1-13.fc22.3, mvn(org.apache.thrift:libfb303) = 0.9.1, mvn(org.apache.thrift:libthrift) = 0.9.1
hive-0.12.0-5.fc22.src requires fb303-devel = 0.9.1-13.fc22.3, fb303-java = 0.9.1-13.fc22.3, libthrift-java = 0.9.1-13.fc22.3, thrift-devel = 0.9.1-13.fc22.3
htrace (maintained by: rrati)
htrace-2.03-4.fc21.noarch requires mvn(org.apache.thrift:libthrift) = 0.9.1
htrace-2.03-4.fc21.src requires libthrift-java = 0.9.1-13.fc22.3
oozie (maintained by: rrati, coolsvap, moceap)
oozie-4.0.1-3.fc22.noarch requires mvn(org.apache.thrift:libfb303) = 0.9.1
parquet-format (maintained by: gil, java-sig)
parquet-format-2.1.0-1.fc22.noarch requires mvn(org.apache.thrift:libthrift) = 0.9.1
parquet-format-2.1.0-1.fc22.src requires mvn(org.apache.thrift:libthrift) = 0.9.1, thrift = 0.9.1-13.fc22.3
parquet (maintained by: gil, java-sig)
parquet-tools-1.5.0-4.fc22.noarch requires hadoop-common = 2.4.1-7.fc22, libthrift-java = 0.9.1-13.fc22.3
python-elasticsearch (maintained by: dbruno)
python-elasticsearch-1.0.0-2.fc21.noarch requires python-thrift = 0.9.1-13.fc22.3
hadoop (maintained by: rrati, besser82, coolsvap, matt, moceap)
hadoop-2.4.1-7.fc22.src requires avro = 1.7.5-9.fc22
hadoop-common-2.4.1-7.fc22.noarch requires mvn(org.apache.avro:avro) = 1.7.5
hadoop-mapreduce-2.4.1-7.fc22.noarch requires mvn(org.apache.avro:avro) = 1.7.5
hadoop-tests-2.4.1-7.fc22.noarch requires mvn(org.apache.avro:avro) = 1.7.5
hibernate-search (maintained by: goldmann)
hibernate-search-4.5.1-4.fc21.noarch requires mvn(org.apache.avro:avro) = 1.7.5
hibernate-search-4.5.1-4.fc21.src requires avro = 1.7.5-9.fc22
infinispan (maintained by: ricardo, goldmann)
infinispan-6.0.2-5.fc21.src requires avro = 1.7.5-9.fc22
pig (maintained by: pmackinn, coolsvap, java-sig, moceap)
pig-0.13.0-1.fc21.noarch requires avro-mapred = 1.7.5-9.fc22, avro-trevni = 1.7.5-9.fc22
pig-0.13.0-1.fc21.src requires avro-mapred = 1.7.5-9.fc22, avro-trevni = 1.7.5-9.fc22
wildfly (maintained by: goldmann)
wildfly-8.1.0-3.fc22.noarch requires mvn(org.apache.avro:avro) = 1.7.5
glusterfs-hadoop (maintained by: matt, lalatendu)
glusterfs-hadoop-2.3.2-4.fc21.noarch requires mvn(org.apache.hadoop:hadoop-common) = 2.4.1, mvn(org.apache.hadoop:hadoop-yarn-server-nodemanager) = 2.4.1
glusterfs-hadoop-2.3.2-4.fc21.src requires mvn(org.apache.hadoop:hadoop-common) = 2.4.1, mvn(org.apache.hadoop:hadoop-yarn-server-nodemanager) = 2.4.1
root (maintained by: ellert, stevetraylen)
root-5.34.24-3.fc22.src requires hadoop-devel = 2.4.1-7.fc22
root-io-hdfs-5.34.24-3.fc22.i686 requires libhdfs.so.0.0.0
solr (maintained by: gil, java-sig)
solr-4.10.3-1.fc22.noarch requires mvn(org.apache.hadoop:hadoop-annotations) = 2.4.1, mvn(org.apache.hadoop:hadoop-auth) = 2.4.1, mvn(org.apache.hadoop:hadoop-common) = 2.4.1, mvn(org.apache.hadoop:hadoop-hdfs) = 2.4.1
solr-4.10.3-1.fc22.src requires mvn(org.apache.hadoop:hadoop-annotations) = 2.4.1, mvn(org.apache.hadoop:hadoop-auth) = 2.4.1, mvn(org.apache.hadoop:hadoop-common) = 2.4.1, mvn(org.apache.hadoop:hadoop-hdfs) = 2.4.1
spark (maintained by: willb)
spark-0.9.1-0.3.rc3.fc21.i686 requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1
spark-0.9.1-0.3.rc3.fc21.src requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1
hibernate-hql (maintained by: goldmann)
hibernate-hql-1.0.0-0.4.Alpha6.fc21.noarch requires mvn(org.hibernate:hibernate-search-engine) = 4.5.1.Final
hibernate-hql-1.0.0-0.4.Alpha6.fc21.src requires hibernate-search = 4.5.1-4.fc21
hibernate (maintained by: gil, java-sig)
hibernate-4.3.5-4.fc22.src requires infinispan = 6.0.2-5.fc21
hibernate-infinispan-4.3.5-4.fc22.noarch requires mvn(org.infinispan:infinispan-core) = 6.0.2.Final
picketbox (maintained by: ricardo, goldmann)
picketbox-4.0.21-0.1.Beta1.fc21.noarch requires mvn(org.infinispan:infinispan-core) = 6.0.2.Final
picketbox-4.0.21-0.1.Beta1.fc21.src requires infinispan = 6.0.2-5.fc21
resteasy (maintained by: vakwetu, edewata, goldmann, weli)
resteasy-3.0.6-7.fc22.src requires mvn(org.infinispan:infinispan-core) = 6.0.2.Final
resteasy-optional-3.0.6-7.fc22.noarch requires mvn(org.infinispan:infinispan-core) = 6.0.2.Final
eclipse-jbosstools (maintained by: galileo, goldmann)
eclipse-jbosstools-4.2.2-1.fc22.src requires wildfly = 8.1.0-3.fc22
eclipse-jbosstools-as-4.2.2-1.fc22.noarch requires wildfly = 8.1.0-3.fc22
perl-Alien-ROOT (maintained by: ppisar, jplesnik, perl-sig, psabata)
perl-Alien-ROOT-5.34.3.1-7.fc22.i686 requires root-core = 5.34.24-3.fc22
perl-Alien-ROOT-5.34.3.1-7.fc22.src requires root-core = 5.34.24-3.fc22
perl-SOOT (maintained by: ppisar, jplesnik, perl-sig, psabata)
perl-SOOT-0.17-6.fc22.i686 requires libCint.so.5.34, libCore.so.5.34, libGpad.so.5.34, libGraf.so.5.34, libGraf3d.so.5.34, libHist.so.5.34, libMathCore.so.5.34, libMatrix.so.5.34, libNet.so.5.34, libPhysics.so.5.34, libPostscript.so.5.34, libRIO.so.5.34, libRint.so.5.34, libThread.so.5.34, libTree.so.5.34
perl-SOOT-0.17-6.fc22.src requires root-graf3d = 5.34.24-3.fc22, root-physics = 5.34.24-3.fc22, root-reflex = 5.34.24-3.fc22
rootplot (maintained by: stevetraylen)
rootplot-2.2.1-10.fc21.i686 requires root-python = 5.34.24-3.fc22
rootplot-2.2.1-10.fc21.src requires root-python = 5.34.24-3.fc22
Depending on: ivtv-firmware (1), status change: 2015-02-25 (4 weeks ago)
xorg-x11-drv-ivtv (maintained by: kwizart, glisse)
xorg-x11-drv-ivtv-1.2.0-0.16.fc22.i686 requires ivtv-firmware = 2:20080701-26
Depending on: python-gflags (1), status change: 2015-02-10 (6 weeks ago)
starcal (maintained by: hedayat)
starcal-2.4.0-2.fc22.noarch requires python-gflags = 1.5.1-6.fc21
Depending on: spambayes (1), status change: 2015-02-17 (6 weeks ago)
trac-spamfilter-plugin (maintained by: pghmcfc)
trac-spamfilter-plugin-1.0.6-0.19.20150216svn13735.fc22.noarch requires spambayes = 1.1-0.10.b1.fc21
trac-spamfilter-plugin-1.0.6-0.19.20150216svn13735.fc22.src requires spambayes = 1.1-0.10.b1.fc21
Depending on: wss4j (5), status change: 2015-03-06 (3 weeks ago)
cxf (maintained by: goldmann)
cxf-2.7.5-3.fc20.src requires wss4j = 1.6.18-1.fc22
cxf-rt-2.7.5-3.fc20.noarch requires mvn(org.apache.ws.security:wss4j) = 1.6.18
eclipse-jbosstools (maintained by: galileo, goldmann)
eclipse-jbosstools-ws-4.2.2-1.fc22.noarch requires cxf = 1:2.7.5-3.fc20, wise-core = 2.0.3-4.fc21, wise-core-cxf = 2.0.3-4.fc21
jaxws-jboss-httpserver-httpspi (maintained by: goldmann)
jaxws-jboss-httpserver-httpspi-1.0.1-8.fc21.src requires cxf-rt = 1:2.7.5-3.fc20
jbossws-cxf (maintained by: goldmann)
jbossws-cxf-4.2.3-1.fc21.noarch requires mvn(org.apache.cxf.services.sts:cxf-services-sts-core) = 2.7.5, mvn(org.apache.cxf.services.ws-discovery:cxf-services-ws-discovery-api) = 2.7.5, mvn(org.apache.cxf:cxf-rt-bindings-coloc) = 2.7.5, mvn(org.apache.cxf:cxf-rt-bindings-object) = 2.7.5, mvn(org.apache.cxf:cxf-rt-bindings-soap) = 2.7.5, mvn(org.apache.cxf:cxf-rt-frontend-jaxws) = 2.7.5, mvn(org.apache.cxf:cxf-rt-management) = 2.7.5, mvn(org.apache.cxf:cxf-rt-transports-http) = 2.7.5, mvn(org.apache.cxf:cxf-rt-transports-jms) = 2.7.5, mvn(org.apache.cxf:cxf-rt-transports-local) = 2.7.5, mvn(org.apache.cxf:cxf-rt-ws-mex) = 2.7.5, mvn(org.apache.cxf:cxf-rt-ws-policy) = 2.7.5, mvn(org.apache.cxf:cxf-rt-ws-rm) = 2.7.5, mvn(org.apache.cxf:cxf-rt-ws-security) = 2.7.5, mvn(org.apache.cxf:cxf-tools-java2ws) = 2.7.5, mvn(org.apache.cxf:cxf-tools-wsdlto-core) = 2.7.5, mvn(org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb) = 2.7.5, mvn(org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws) = 2.7.5
jbossws-cxf-4.2.3-1.fc21.src requires cxf = 1:2.7.5-3.fc20, cxf-services = 1:2.7.5-3.fc20
wise (maintained by: galileo, java-sig)
wise-2.0.3-4.fc21.src requires mvn(org.jboss.ws.cxf:jbossws-cxf-client) = 4.2.3.Final
wise-core-cxf-2.0.3-4.fc21.noarch requires mvn(org.jboss.ws.cxf:jbossws-cxf-client) = 4.2.3.Final
Affected (co)maintainers
adrian: ninja
akurtakov: umlgraph
athimm: mediawiki-openid, ivtv-utils, ivtv-firmware
besser82: erlang-jsx
cicku: egtk
coolsvap: erlang-jsx
ctubbsii: erlang-jsx
davidcl: visualvm
dbhole: visualvm
dbruno: erlang-jsx
dp67: fldigi-doc
edewata: erlang-jsx
ellert: erlang-jsx
erlang-sig: erlang-jsx
fabiand: umlgraph
galileo: wss4j, erlang-jsx
gholms: python-sockjs-tornado
gil: erlang-jsx
glisse: ivtv-firmware
goldmann: wss4j, maven-anno-plugin, erlang-jsx
hchen: erlang-jsx
hedayat: python-gflags
iarnell: mojomojo, clc-intercal
java-sig: wss4j, erlang-jsx
jerboaa: visualvm
jplesnik: erlang-jsx
jvanek: visualvm
jwilson: dircproxy, ivtv-firmware
kevin: mediawiki-openid, dircproxy
kurtseifried: mediawiki-openid
kwizart: ivtv-firmware
lalatendu: erlang-jsx
lmacken: naim, pork, xprobe2
matt: erlang-jsx
maxamillion: rubygem-spruz
miminar: dbus-tools
mizdebsk: erlang-jsx
moceap: erlang-jsx
odysseus: zukiwi, egtk, zukini
perl-sig: mojomojo, erlang-jsx
peter: erlang-jsx
pghmcfc: spambayes
pmackinn: erlang-jsx
ppisar: erlang-jsx
psabata: erlang-jsx
pwouters: bfgminer
raphgro: umlgraph
raveit65: mate-user-share, gtk-smooth-engine
ricardo: erlang-jsx
rrati: erlang-jsx
salimma: xnoise
silas: python-gflags, python-asyncmongo
slankes: pympdtouchgui
smilner: identicurse
stevetraylen: erlang-jsx
sundaram: python-xkit, gnome-schedule, libgtkhotkey, xlhtml
tstclair: erlang-jsx
vakwetu: erlang-jsx
vicodan: mate-user-share, gtk-smooth-engine
weli: erlang-jsx
willb: erlang-jsx
Orphans (41): bfgminer clc-intercal dbus-tools dircproxy egtk
erlang-jsx fldigi-doc gnome-schedule gtk-smooth-engine identicurse
ip6sic isic ivtv-firmware ivtv-utils jackrabbit libgtkhotkey
mate-user-share maven-anno-plugin mediawiki-openid mercury
mojomojo naim netactview ninja pork pympdtouchgui
python-asyncmongo python-gflags python-sockjs-tornado
python-tvrage python-xkit rubygem-spruz spambayes umlgraph
visualvm wss4j xlhtml xnoise xprobe2 zukini zukiwi
Orphans (dependend on) (5): erlang-jsx ivtv-firmware python-gflags
spambayes wss4j
Orphans (branched) for at least 6 weeks (dependend on) (2):
python-gflags spambayes
Orphans (branched)(not depended on) (36): bfgminer clc-intercal
dbus-tools dircproxy egtk fldigi-doc gnome-schedule
gtk-smooth-engine identicurse ip6sic isic ivtv-utils jackrabbit
libgtkhotkey mate-user-share maven-anno-plugin mediawiki-openid
mercury mojomojo naim netactview ninja pork pympdtouchgui
python-asyncmongo python-sockjs-tornado python-tvrage python-xkit
rubygem-spruz umlgraph visualvm xlhtml xnoise xprobe2 zukini
zukiwi
Orphans (branched) for at least 6 weeks (not dependend on) (20):
bfgminer clc-intercal dbus-tools dircproxy egtk fldigi-doc ip6sic
isic mate-user-share maven-anno-plugin mojomojo ninja
pympdtouchgui python-asyncmongo python-tvrage umlgraph visualvm
xnoise zukini zukiwi
Depending packages (branched) (35): accumulo amplab-tachyon avro cxf
eclipse-jbosstools glusterfs-hadoop hadoop hbase hibernate
hibernate-hql hibernate-search hive htrace infinispan
jaxws-jboss-httpserver-httpspi jbossws-cxf oozie parquet
parquet-format perl-Alien-ROOT perl-SOOT picketbox pig
python-elasticsearch resteasy root rootplot solr spark starcal
thrift trac-spamfilter-plugin wildfly wise xorg-x11-drv-ivtv
Packages depending on packages orphaned (branched) for more than 6
weeks (2): starcal trac-spamfilter-plugin
--
The script creating this output is run and developed by Fedora
Release Engineering. Please report issues at its trac instance:
https://fedorahosted.org/rel-eng/
The sources of this script can be found at:
https://git.fedorahosted.org/cgit/releng/tree/scripts/find_unblocked_orph...
8 years, 5 months
Orphaned Packages in rawhide (2015-03-31)
by Till Maas
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life
Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.
Package (co)maintainers Status Change
===========================================================================
ale orphan, cicku, silfreed 6 weeks ago
bfgminer orphan, pwouters 9 weeks ago
clc-intercal orphan, iarnell 20 weeks ago
dbus-tools orphan, miminar 20 weeks ago
dircproxy orphan, jwilson, kevin 11 weeks ago
egtk orphan, cicku, odysseus 9 weeks ago
erlang-jsx orphan, erlang-sig, peter 3 weeks ago
fldigi-doc orphan, dp67 19 weeks ago
gnome-schedule orphan, sundaram 1 weeks ago
gtk-smooth-engine orphan, raveit65, vicodan 4 weeks ago
identicurse orphan, smilner 2 weeks ago
ip6sic orphan, flo 12 weeks ago
isic orphan 12 weeks ago
ivtv-firmware orphan, athimm, jwilson, kwizart 4 weeks ago
ivtv-utils orphan, athimm 4 weeks ago
jackrabbit orphan 3 weeks ago
libgtkhotkey orphan, sundaram 1 weeks ago
mate-user-share orphan, raveit65, vicodan 8 weeks ago
maven-anno-plugin orphan, goldmann 15 weeks ago
maven-changes-plugin orphan, java-sig, jcapik, msimacek, 1 weeks ago
msrb
mediawiki-openid orphan, athimm, kevin, kurtseifried 4 weeks ago
mercury orphan 3 weeks ago
mojomojo orphan, iarnell, perl-sig 20 weeks ago
naim orphan, lmacken 1 weeks ago
netactview orphan 0 weeks ago
pork orphan, lmacken 1 weeks ago
pympdtouchgui orphan, slankes 11 weeks ago
python-asyncmongo orphan, silas 16 weeks ago
python-gflags orphan, silas 16 weeks ago
python-sockjs-tornado orphan, gholms 1 weeks ago
python-tvrage orphan 6 weeks ago
python-xkit orphan, sundaram 1 weeks ago
rubygem-spruz orphan, maxamillion 4 weeks ago
spambayes orphan 6 weeks ago
umlgraph orphan, akurtakov, fabiand, raphgro 15 weeks ago
visualvm orphan, davidcl, dbhole, jerboaa, 7 weeks ago
jvanek
wss4j orphan 3 weeks ago
xlhtml orphan, sundaram 1 weeks ago
xnoise orphan, salimma 11 weeks ago
xprobe2 orphan, lmacken 1 weeks ago
zukini orphan, odysseus 9 weeks ago
zukiwi orphan, odysseus 9 weeks ago
The following packages require above mentioned packages:
Depending on: erlang-jsx (28), status change: 2015-03-04 (3 weeks ago)
thrift (maintained by: willb)
erlang-thrift-0.9.1-13.fc22.3.i686 requires erlang-jsx = 1.4.2-4.fc22
accumulo (maintained by: ctubbsii, mizdebsk)
accumulo-1.6.1-2.fc22.src requires libthrift-java = 0.9.1-13.fc22.3
accumulo-core-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1
accumulo-gc-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1
accumulo-master-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1
accumulo-server-base-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1
accumulo-tracer-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1
accumulo-tserver-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1
accumulo-examples-1.6.1-2.fc22.noarch requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1
amplab-tachyon (maintained by: tstclair, hchen, java-sig)
amplab-tachyon-0.4.1-2.SNAPSHOT.4b9c806.fc21.noarch requires mvn(org.apache.thrift:libthrift) = 0.9.1
amplab-tachyon-0.4.1-2.SNAPSHOT.4b9c806.fc21.src requires mvn(org.apache.thrift:libthrift) = 0.9.1, thrift = 0.9.1-13.fc22.3
avro (maintained by: ricardo, goldmann)
avro-1.7.5-9.fc22.src requires libthrift-java = 0.9.1-13.fc22.3
avro-thrift-1.7.5-9.fc22.noarch requires libthrift-java = 0.9.1-13.fc22.3, mvn(org.apache.thrift:libthrift) = 0.9.1
avro-mapred-1.7.5-9.fc22.noarch requires hadoop-client = 2.4.1-6.fc22, hadoop-mapreduce = 2.4.1-6.fc22
hbase (maintained by: rrati, coolsvap, moceap)
hbase-0.98.3-2.fc22.noarch requires mvn(org.apache.thrift:libthrift) = 0.9.1
hbase-tests-0.98.3-2.fc22.noarch requires hadoop-tests = 2.4.1-6.fc22, mvn(org.apache.hadoop:hadoop-annotations) = 2.4.1, mvn(org.apache.hadoop:hadoop-auth) = 2.4.1, mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.hadoop:hadoop-common) = 2.4.1, mvn(org.apache.hadoop:hadoop-hdfs) = 2.4.1, mvn(org.apache.hadoop:hadoop-hdfs::tests:) = 2.4.1, mvn(org.apache.hadoop:hadoop-mapreduce-client-core) = 2.4.1, mvn(org.apache.hadoop:hadoop-mapreduce-client-jobclient) = 2.4.1, mvn(org.apache.hadoop:hadoop-mapreduce-client-jobclient::tests:) = 2.4.1, mvn(org.apache.hadoop:hadoop-minicluster) = 2.4.1, mvn(org.apache.thrift:libthrift) = 0.9.1, mvn(org.cloudera.htrace:htrace-core) = 2.03
hive (maintained by: pmackinn, coolsvap, java-sig, moceap)
hive-0.12.0-5.fc22.noarch requires fb303-java = 0.9.1-13.fc22.3, libthrift-java = 0.9.1-13.fc22.3, mvn(org.apache.thrift:libfb303) = 0.9.1, mvn(org.apache.thrift:libthrift) = 0.9.1
hive-0.12.0-5.fc22.src requires fb303-devel = 0.9.1-13.fc22.3, fb303-java = 0.9.1-13.fc22.3, libthrift-java = 0.9.1-13.fc22.3, thrift-devel = 0.9.1-13.fc22.3
htrace (maintained by: rrati)
htrace-2.03-4.fc21.noarch requires mvn(org.apache.thrift:libthrift) = 0.9.1
htrace-2.03-4.fc21.src requires libthrift-java = 0.9.1-13.fc22.3
oozie (maintained by: rrati, coolsvap, moceap)
oozie-4.0.1-2.fc22.noarch requires mvn(org.apache.thrift:libfb303) = 0.9.1
parquet-format (maintained by: gil, java-sig)
parquet-format-2.1.0-1.fc23.noarch requires mvn(org.apache.thrift:libthrift) = 0.9.1
parquet-format-2.1.0-1.fc23.src requires mvn(org.apache.thrift:libthrift) = 0.9.1, thrift = 0.9.1-13.fc22.3
python-elasticsearch (maintained by: dbruno)
python-elasticsearch-1.0.0-2.fc21.noarch requires python-thrift = 0.9.1-13.fc22.3
python-txamqp (maintained by: dcallagh, silas)
python-txamqp-thrift-0.6.2-1.fc23.noarch requires python-thrift = 0.9.1-13.fc22.3
hadoop (maintained by: rrati, besser82, coolsvap, matt, moceap)
hadoop-2.4.1-6.fc22.src requires avro = 1.7.5-9.fc22
hadoop-common-2.4.1-6.fc22.noarch requires mvn(org.apache.avro:avro) = 1.7.5
hadoop-mapreduce-2.4.1-6.fc22.noarch requires mvn(org.apache.avro:avro) = 1.7.5
hadoop-tests-2.4.1-6.fc22.noarch requires mvn(org.apache.avro:avro) = 1.7.5
hibernate-search (maintained by: goldmann)
hibernate-search-4.5.1-4.fc21.noarch requires mvn(org.apache.avro:avro) = 1.7.5
hibernate-search-4.5.1-4.fc21.src requires avro = 1.7.5-9.fc22
infinispan (maintained by: ricardo, goldmann)
infinispan-6.0.2-5.fc21.src requires avro = 1.7.5-9.fc22
pig (maintained by: pmackinn, coolsvap, java-sig, moceap)
pig-0.13.0-1.fc21.noarch requires avro-mapred = 1.7.5-9.fc22, avro-trevni = 1.7.5-9.fc22
pig-0.13.0-1.fc21.src requires avro-mapred = 1.7.5-9.fc22, avro-trevni = 1.7.5-9.fc22
wildfly (maintained by: goldmann)
wildfly-8.1.0-3.fc22.noarch requires mvn(org.apache.avro:avro) = 1.7.5
glusterfs-hadoop (maintained by: matt, lalatendu)
glusterfs-hadoop-2.3.2-4.fc21.noarch requires mvn(org.apache.hadoop:hadoop-common) = 2.4.1, mvn(org.apache.hadoop:hadoop-yarn-server-nodemanager) = 2.4.1
glusterfs-hadoop-2.3.2-4.fc21.src requires mvn(org.apache.hadoop:hadoop-common) = 2.4.1, mvn(org.apache.hadoop:hadoop-yarn-server-nodemanager) = 2.4.1
root (maintained by: ellert, stevetraylen)
root-5.34.24-3.fc22.src requires hadoop-devel = 2.4.1-6.fc22
root-io-hdfs-5.34.24-3.fc22.i686 requires libhdfs.so.0.0.0
solr (maintained by: gil, java-sig)
solr-4.10.3-1.fc22.noarch requires mvn(org.apache.hadoop:hadoop-annotations) = 2.4.1, mvn(org.apache.hadoop:hadoop-auth) = 2.4.1, mvn(org.apache.hadoop:hadoop-common) = 2.4.1, mvn(org.apache.hadoop:hadoop-hdfs) = 2.4.1
solr-4.10.3-1.fc22.src requires mvn(org.apache.hadoop:hadoop-annotations) = 2.4.1, mvn(org.apache.hadoop:hadoop-auth) = 2.4.1, mvn(org.apache.hadoop:hadoop-common) = 2.4.1, mvn(org.apache.hadoop:hadoop-hdfs) = 2.4.1
spark (maintained by: willb)
spark-0.9.1-0.3.rc3.fc21.i686 requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1
spark-0.9.1-0.3.rc3.fc21.src requires mvn(org.apache.hadoop:hadoop-client) = 2.4.1
hibernate-hql (maintained by: goldmann)
hibernate-hql-1.0.0-0.4.Alpha6.fc21.noarch requires mvn(org.hibernate:hibernate-search-engine) = 4.5.1.Final
hibernate-hql-1.0.0-0.4.Alpha6.fc21.src requires hibernate-search = 4.5.1-4.fc21
hibernate (maintained by: gil, java-sig)
hibernate-4.3.5-5.fc23.src requires infinispan = 6.0.2-5.fc21
hibernate-infinispan-4.3.5-5.fc23.noarch requires mvn(org.infinispan:infinispan-core) = 6.0.2.Final
picketbox (maintained by: ricardo, goldmann)
picketbox-4.0.21-0.1.Beta1.fc21.noarch requires mvn(org.infinispan:infinispan-core) = 6.0.2.Final
picketbox-4.0.21-0.1.Beta1.fc21.src requires infinispan = 6.0.2-5.fc21
resteasy (maintained by: vakwetu, edewata, goldmann, weli)
resteasy-3.0.6-7.fc22.src requires mvn(org.infinispan:infinispan-core) = 6.0.2.Final
resteasy-optional-3.0.6-7.fc22.noarch requires mvn(org.infinispan:infinispan-core) = 6.0.2.Final
eclipse-jbosstools (maintained by: galileo, goldmann)
eclipse-jbosstools-4.2.2-1.fc22.src requires wildfly = 8.1.0-3.fc22
eclipse-jbosstools-as-4.2.2-1.fc22.noarch requires wildfly = 8.1.0-3.fc22
perl-Alien-ROOT (maintained by: ppisar, jplesnik, perl-sig, psabata)
perl-Alien-ROOT-5.34.3.1-7.fc22.i686 requires root-core = 5.34.24-3.fc22
perl-Alien-ROOT-5.34.3.1-7.fc22.src requires root-core = 5.34.24-3.fc22
perl-SOOT (maintained by: ppisar, jplesnik, perl-sig, psabata)
perl-SOOT-0.17-6.fc22.i686 requires libCint.so.5.34, libCore.so.5.34, libGpad.so.5.34, libGraf.so.5.34, libGraf3d.so.5.34, libHist.so.5.34, libMathCore.so.5.34, libMatrix.so.5.34, libNet.so.5.34, libPhysics.so.5.34, libPostscript.so.5.34, libRIO.so.5.34, libRint.so.5.34, libThread.so.5.34, libTree.so.5.34
perl-SOOT-0.17-6.fc22.src requires root-graf3d = 5.34.24-3.fc22, root-physics = 5.34.24-3.fc22, root-reflex = 5.34.24-3.fc22
rootplot (maintained by: stevetraylen)
rootplot-2.2.1-10.fc21.i686 requires root-python = 5.34.24-3.fc22
rootplot-2.2.1-10.fc21.src requires root-python = 5.34.24-3.fc22
Depending on: ivtv-firmware (1), status change: 2015-02-25 (4 weeks ago)
xorg-x11-drv-ivtv (maintained by: kwizart, glisse)
xorg-x11-drv-ivtv-1.2.0-0.16.fc23.i686 requires ivtv-firmware = 2:20080701-26
Depending on: maven-changes-plugin (162), status change: 2015-03-24 (1 weeks ago)
ini4j (maintained by: omajid)
ini4j-0.5.1-12.fc21.src requires maven-changes-plugin = 2.8-10.fc22
mybatis-generator (maintained by: gil, java-sig, slaanesh)
mybatis-generator-1.3.2-5.fc22.src requires maven-changes-plugin = 2.8-10.fc22
snakeyaml (maintained by: msimacek, java-sig, jcapik, mizdebsk, mmorsi, msrb)
snakeyaml-1.13-6.fc23.src requires mvn(org.apache.maven.plugins:maven-changes-plugin) = 2.8
xml-maven-plugin (maintained by: ke4qqq, arg)
xml-maven-plugin-1.0-10.fc21.src requires maven-changes-plugin = 2.8-10.fc22
eclipse-testng (maintained by: mbooth, group::eclipse-sig)
eclipse-testng-6.8.6-5.fc23.noarch requires snakeyaml = 1.13-6.fc23
eclipse-testng-6.8.6-5.fc23.src requires snakeyaml = 1.13-6.fc23
elasticsearch (maintained by: jvanek, bjensen, bkabrda, java-sig, pbrobinson, zbyszek)
elasticsearch-1.4.4-0.fc23.noarch requires snakeyaml = 1.13-6.fc23
gradle (maintained by: mizdebsk, gil, goldmann, madsa, msimacek, msrb)
gradle-2.3-2.fc23.noarch requires snakeyaml = 1.13-6.fc23
gradle-2.3-2.fc23.src requires mvn(org.yaml:snakeyaml) = 1.13
jackson-dataformat-yaml (maintained by: gil, msimacek)
jackson-dataformat-yaml-2.5.0-1.fc22.noarch requires mvn(org.yaml:snakeyaml) = 1.13
jackson-dataformat-yaml-2.5.0-1.fc22.src requires mvn(org.yaml:snakeyaml) = 1.13
jdf-stacks-client (maintained by: galileo)
jdf-stacks-client-1.0.2-3.fc21.noarch requires mvn(org.yaml:snakeyaml) = 1.13
jdf-stacks-client-1.0.2-3.fc21.src requires mvn(org.yaml:snakeyaml) = 1.13
jruby (maintained by: mmorsi, goldmann, msrb, vondruch)
jruby-1.7.19-1.fc23.noarch requires mvn(org.yaml:snakeyaml) = 1.13
jruby-1.7.19-1.fc23.src requires mvn(org.yaml:snakeyaml) = 1.13
liquibase (maintained by: dgoodwin, awood, jmrodri)
liquibase-3.3.0-1.fc22.noarch requires mvn(org.yaml:snakeyaml) = 1.13, snakeyaml = 1.13-6.fc23
liquibase-3.3.0-1.fc22.src requires snakeyaml = 1.13-6.fc23
smooks (maintained by: galileo, java-sig)
milyn-smooks-yaml-1.5.1-8.fc21.noarch requires mvn(org.yaml:snakeyaml) = 1.13
smooks-1.5.1-8.fc21.src requires mvn(org.yaml:snakeyaml) = 1.13
modello (maintained by: fnasser, mizdebsk, msimacek, yyang)
modello-1.8.3-1.fc23.noarch requires mvn(org.yaml:snakeyaml) = 1.13
modello-1.8.3-1.fc23.src requires mvn(org.yaml:snakeyaml) = 1.13
resteasy (maintained by: vakwetu, edewata, goldmann, weli)
resteasy-yaml-provider-3.0.6-7.fc22.noarch requires mvn(org.yaml:snakeyaml) = 1.13
testng (maintained by: gil, java-sig, jcapik, mizdebsk)
testng-6.8.21-1.fc22.noarch requires mvn(org.yaml:snakeyaml) = 1.13
testng-6.8.21-1.fc22.src requires mvn(org.yaml:snakeyaml) = 1.13
ua-parser-java (maintained by: gil, java-sig)
ua-parser-java-1.3.0-3.fc23.noarch requires mvn(org.yaml:snakeyaml) = 1.13
ua-parser-java-1.3.0-3.fc23.src requires mvn(org.yaml:snakeyaml) = 1.13
eclipse (maintained by: akurtakov, arobinso, dbhole, ebaron, group::eclipse-sig, jerboaa, jjohnstn, kdaniel, mbooth, msimacek, oliver, rgrunber, swagiaal)
eclipse-4.5.0-0.7.git201503172000.fc23.src requires xml-maven-plugin = 1.0-10.fc21
eclipse-checkstyle (maintained by: rmyers, akurtakov)
eclipse-checkstyle-5.6.1-5.fc22.src requires xml-maven-plugin = 1.0-10.fc21
eclipse-mylyn (maintained by: akurtakov, arobinso, group::eclipse-sig, jjohnstn, kdaniel, rgrunber, swagiaal)
eclipse-mylyn-3.14.2-1.fc23.src requires xml-maven-plugin = 1.0-10.fc21
eclipse-mylyn-builds-3.14.2-1.fc23.noarch requires osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.junit) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0
eclipse-mylyn-context-java-3.14.2-1.fc23.noarch requires eclipse-jdt = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.ant.ui) = 3.6.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.debug) = 3.9.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.junit) = 3.8.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0
eclipse-mylyn-context-pde-3.14.2-1.fc23.noarch requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.junit) = 3.8.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.pde.api.tools.ui) = 1.0.600, osgi(org.eclipse.pde.ui) = 3.8.200
eclipse-mylyn-sdk-3.14.2-1.fc23.noarch requires osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.pde.core) = 3.10.100
eclipse-mylyn-tests-3.14.2-1.fc23.noarch requires osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.debug) = 3.9.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.pde) = 3.11.0, osgi(org.eclipse.pde.core) = 3.10.100, osgi(org.eclipse.team.cvs.ui) = 3.3.700
eclipse-mylyn-versions-cvs-3.14.2-1.fc23.noarch requires osgi(org.eclipse.team.cvs.core) = 3.3.700
ehcache-core (maintained by: gil, java-sig)
ehcache-core-2.6.7-7.fc23.src requires xml-maven-plugin = 1.0-10.fc21
hornetq (maintained by: goldmann)
hornetq-2.4.1-4.fc22.src requires xml-maven-plugin = 1.0-10.fc21
javapackages-tools (maintained by: mizdebsk, java-sig, mbooth, msimacek, msrb)
gradle-local-4.4.0-3.fc23.noarch requires gradle = 2.3-2.fc23
xmvn (maintained by: mizdebsk, java-sig, mbooth, msimacek, msrb)
xmvn-2.3.2-5.fc23.src requires gradle = 2.3-2.fc23
log4j (maintained by: mizdebsk, devrim, java-sig, msimacek, msrb)
log4j-2.2-1.fc23.src requires mvn(com.fasterxml.jackson.dataformat:jackson-dataformat-yaml) = 2.5.0
hazelcast (maintained by: gil, java-sig)
hazelcast-3.2.2-2.fc22.src requires mvn(org.jruby:jruby) = 1.7.19
hbase (maintained by: rrati, coolsvap, moceap)
hbase-tests-0.98.3-2.fc22.noarch requires mvn(org.jruby:jruby) = 1.7.19
mustache-java (maintained by: gil, java-sig, mizdebsk)
mustache-java-0.9.0-1.fc23.src requires mvn(org.jruby:jruby) = 1.7.19
springframework (maintained by: msrb, arg, gil)
springframework-3.2.13-4.fc23.src requires mvn(org.jruby:jruby) = 1.7.19
wise (maintained by: galileo, java-sig)
wise-2.0.3-4.fc21.src requires mvn(org.milyn:milyn-commons) = 1.5.1, mvn(org.milyn:milyn-smooks-validation) = 1.5.1
wise-core-2.0.3-4.fc21.noarch requires mvn(org.milyn:milyn-commons) = 1.5.1, mvn(org.milyn:milyn-smooks-core) = 1.5.1, mvn(org.milyn:milyn-smooks-javabean) = 1.5.1, mvn(org.milyn:milyn-smooks-validation) = 1.5.1
antlr-maven-plugin (maintained by: spot, msrb)
antlr-maven-plugin-2.2-13.fc21.src requires modello = 1.8.3-1.fc23
eclipse-m2e-core (maintained by: galileo, mizdebsk)
eclipse-m2e-core-1.6.0-0.2.fc23.src requires mvn(org.codehaus.modello:modello-maven-plugin) = 1.8.3
eclipse-m2e-core-tests-1.6.0-0.2.fc23.noarch requires osgi(org.eclipse.jdt.core) = 3.11.0
maven (maintained by: mizdebsk, akurtakov, jamielinux, java-sig, msimacek, msrb)
maven-3.3.1-1.fc23.src requires mvn(org.codehaus.modello:modello-maven-plugin) = 1.8.3
maven-archetype (maintained by: mizdebsk, java-sig, msimacek, msrb)
maven-archetype-2.3-1.fc23.src requires mvn(org.codehaus.modello:modello-maven-plugin) = 1.8.3
maven-assembly-plugin (maintained by: msimacek, gil, huwang, java-sig, jcapik, mizdebsk)
maven-assembly-plugin-2.5.3-1.fc23.src requires mvn(org.codehaus.modello:modello-maven-plugin) = 1.8.3
maven-doxia (maintained by: mizdebsk, akurtakov, java-sig, mcpierce, mef, msimacek, msrb)
maven-doxia-1.6-2.fc23.src requires mvn(org.codehaus.modello:modello-maven-plugin) = 1.8.3
maven-doxia-sitetools (maintained by: mizdebsk, akurtakov, dbhole, java-sig, msimacek, msrb)
maven-doxia-sitetools-1.6-1.fc22.src requires mvn(org.codehaus.modello:modello-maven-plugin) = 1.8.3
maven-file-management (maintained by: msrb, java-sig, mizdebsk)
maven-file-management-1.2.1-11.fc22.src requires modello = 1.8.3-1.fc23
maven-invoker-plugin (maintained by: weli, java-sig, mizdebsk)
maven-invoker-plugin-1.9-1.fc23.src requires mvn(org.codehaus.modello:modello-maven-plugin) = 1.8.3
maven-javadoc-plugin (maintained by: mbooth, java-sig, mizdebsk, tradej)
maven-javadoc-plugin-2.10.2-1.fc23.src requires modello = 1.8.3-1.fc23
maven-plugin-tools (maintained by: msimacek, java-sig, jcapik, mizdebsk, msrb, yyang)
maven-plugin-tools-3.4-2.fc23.src requires mvn(org.codehaus.modello:modello-maven-plugin) = 1.8.3
maven-pmd-plugin (maintained by: mbooth, java-sig, mizdebsk, msrb)
maven-pmd-plugin-3.4-1.fc22.src requires mvn(org.codehaus.modello:modello-maven-plugin) = 1.8.3
maven-release (maintained by: guidograzioli, java-sig, jcapik, mizdebsk)
maven-release-2.2.1-13.fc21.src requires modello = 1.8.3-1.fc23
maven-remote-resources-plugin (maintained by: huwang, java-sig, mizdebsk)
maven-remote-resources-plugin-1.4-9.fc21.src requires mvn(org.codehaus.modello:modello-maven-plugin) = 1.8.3
maven-scm (maintained by: guidograzioli, akurtakov, java-sig, jcapik, mizdebsk, msimacek)
maven-scm-1.9.2-2.fc22.src requires modello = 1.8.3-1.fc23
maven-surefire (maintained by: mizdebsk, akurtakov, java-sig, jcapik, msimacek, msrb)
maven-surefire-2.17-6.fc22.src requires modello = 1.8.3-1.fc23
maven-surefire-provider-testng-2.17-6.fc22.noarch requires mvn(org.testng:testng::jdk15:) = 6.8.21
maven-verifier-plugin (maintained by: huwang, java-sig)
maven-verifier-plugin-1.0-13.fc21.src requires modello = 1.8.3-1.fc23
maven2 (maintained by: yyang, dbhole, java-sig, mizdebsk, msrb)
maven2-2.2.1-50.fc22.src requires modello = 1.8.3-1.fc23
plexus-sec-dispatcher (maintained by: huwang, java-sig, mizdebsk)
plexus-sec-dispatcher-1.4-17.fc22.src requires modello = 1.8.3-1.fc23
sonatype-gossip (maintained by: goldmann)
sonatype-gossip-1.7-12.fc21.src requires modello = 1.8.3-1.fc23
curator (maintained by: tstclair, java-sig)
curator-2.2.0-4.fc21.src requires mvn(org.jboss.resteasy:resteasy-jaxrs) = 3.0.6.Final
eclipse-jbosstools (maintained by: galileo, goldmann)
eclipse-jbosstools-ws-4.2.2-1.fc22.noarch requires osgi(org.apache.ant) = 1.9.4, osgi(org.eclipse.core.commands) = 3.6.100, osgi(org.eclipse.core.filebuffers) = 3.5.500, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.equinox.ds) = 1.4.200, osgi(org.eclipse.jdt) = 3.11.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.core.manipulation) = 1.5.100, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface.databinding) = 1.7.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.osgi) = 3.10.100, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.navigator.re
sources) = 3.4.800, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.workbench) = 3.107.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100, resteasy = 3.0.6-7.fc22
eclipse-jbosstools-archives-4.2.2-1.fc22.noarch requires osgi(org.apache.ant) = 1.9.4, osgi(org.eclipse.core.commands) = 3.6.100, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.variables) = 3.2.800, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.views) = 3.7.100
eclipse-jbosstools-as-4.2.2-1.fc22.noarch requires osgi(org.apache.ant) = 1.9.4, osgi(org.eclipse.core.commands) = 3.6.100, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filebuffers) = 3.5.500, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.variables) = 3.2.800, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.equinox.security) = 1.2.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jdt) = 3.11.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.core.manipulation) = 1.5.100, osgi(org.eclipse.jdt.debug) = 3.9.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.pde.core) = 3.10.100, osgi(org.eclipse.sear
ch) = 3.10.0, osgi(org.eclipse.text) = 3.5.400, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.browser) = 3.4.300, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.views.log) = 1.0.600, osgi(org.eclipse.ui.views.properties.tabbed) = 3.6.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-jbosstools-cdi-4.2.2-1.fc22.noarch requires osgi(org.apache.ant) = 1.9.4, osgi(org.eclipse.compare) = 3.5.600, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.equinox.preferences) = 3.5.300, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.core.manipulation) = 1.5.100, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.ltk.ui.refactoring) = 3.7.200, osgi(org.eclipse.search) = 3.10.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.navigator.resources) = 3.4.800, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-jbosstools-common-4.2.2-1.fc22.noarch requires osgi(org.eclipse.ant.core) = 3.4.0, osgi(org.eclipse.ant.ui) = 3.6.0, osgi(org.eclipse.compare) = 3.5.600, osgi(org.eclipse.core.commands) = 3.6.100, osgi(org.eclipse.core.databinding) = 1.4.100, osgi(org.eclipse.core.databinding.beans) = 1.2.200, osgi(org.eclipse.core.databinding.property) = 1.4.200, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filebuffers) = 3.5.500, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.net) = 1.2.300, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.runtime.compatibility) = 3.2.200, osgi(org.eclipse.core.variables) = 3.2.800, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.equinox.p2.core) = 2.4.0, osgi(org.eclipse.equinox.security) = 1.2.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.core.manipulation) = 1.5.10
0, osgi(org.eclipse.jdt.debug) = 3.9.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.junit) = 3.8.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.databinding) = 1.7.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.ltk.ui.refactoring) = 3.7.200, osgi(org.eclipse.osgi) = 3.10.100, osgi(org.eclipse.pde.ui) = 3.8.200, osgi(org.eclipse.search) = 3.10.0, osgi(org.eclipse.swt) = 3.104.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.cheatsheets) = 3.4.200, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.navigator.resources) = 3.4.800, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.workbench) = 3.107.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-jbosstools-foundation-4.2.2-1.fc22.noarch requires osgi(org.eclipse.core.net) = 1.2.300, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.equinox.p2.core) = 2.4.0, osgi(org.eclipse.equinox.security) = 1.2.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.forms) = 3.6.200
eclipse-jbosstools-freemarker-4.2.2-1.fc22.noarch requires osgi(org.apache.ant) = 1.9.4, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-jbosstools-jmx-4.2.2-1.fc22.noarch requires osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.debug) = 3.9.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.views.properties.tabbed) = 3.6.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-jbosstools-jst-4.2.2-1.fc22.noarch requires osgi(org.apache.ant) = 1.9.4, osgi(org.eclipse.compare) = 3.5.600, osgi(org.eclipse.core.databinding) = 1.4.100, osgi(org.eclipse.core.databinding.property) = 1.4.200, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.net) = 1.2.300, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.jdt.debug) = 3.9.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface.databinding) = 1.7.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.mylyn.commons.workbench) = 3.14.2.v20150219.1607, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.views.properties.tabbed) = 3.6.0, osgi(org.eclipse.ui.wor
kbench.texteditor) = 3.9.100
eclipse-jbosstools-openshift-4.2.2-1.fc22.noarch requires osgi(org.eclipse.core.databinding) = 1.4.100, osgi(org.eclipse.core.databinding.beans) = 1.2.200, osgi(org.eclipse.core.databinding.observable) = 1.4.1, osgi(org.eclipse.core.databinding.property) = 1.4.200, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.equinox.security) = 1.2.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jface.databinding) = 1.7.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.jsch.core) = 1.2.0, osgi(org.eclipse.jsch.ui) = 1.2.0, osgi(org.eclipse.team.core) = 3.7.100, osgi(org.eclipse.team.ui) = 3.7.200, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.nav
igator) = 3.5.500, osgi(org.eclipse.ui.views.properties.tabbed) = 3.6.0
eclipse-jbosstools-runtime-4.2.2-1.fc22.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.navigator) = 3.5.500
eclipse-jbosstools-stacks-4.2.2-1.fc22.noarch requires osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.equinox.p2.core) = 2.4.0, osgi(org.eclipse.equinox.security) = 1.2.0
eclipse-jbosstools-usage-4.2.2-1.fc22.noarch requires osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.osgi) = 3.10.100, osgi(org.eclipse.ui) = 3.107.0
narayana (maintained by: goldmann)
narayana-5.0.0-3.fc21.noarch requires mvn(org.jboss.resteasy:jaxrs-api) = 3.0.6.Final, mvn(org.jboss.resteasy:resteasy-jaxrs) = 3.0.6.Final
narayana-5.0.0-3.fc21.src requires resteasy = 3.0.6-7.fc22
openstack-java-sdk (maintained by: fsimonce, itamarjp)
openstack-java-resteasy-connector-3.1.1-1.fc23.noarch requires mvn(org.jboss.resteasy:resteasy-jaxrs) = 3.0.6.Final
openstack-java-sdk-3.1.1-1.fc23.src requires resteasy = 3.0.6-7.fc22
pki-core (maintained by: mharmsen, edewata, kwright, vakwetu)
pki-base-10.2.1-1.fc22.noarch requires resteasy-atom-provider = 3.0.6-7.fc22, resteasy-client = 3.0.6-7.fc22, resteasy-core = 3.0.6-7.fc22, resteasy-jackson-provider = 3.0.6-7.fc22, resteasy-jaxb-provider = 3.0.6-7.fc22, resteasy-jaxrs-api = 3.0.6-7.fc22
pki-core-10.2.1-1.fc22.src requires resteasy = 3.0.6-7.fc22
zanata-api (maintained by: pahuang, dchen, seanf)
zanata-api-3.4.1-1.fc22.noarch requires mvn(org.jboss.resteasy:jaxrs-api) = 3.0.6.Final, mvn(org.jboss.resteasy:resteasy-jaxb-provider) = 3.0.6.Final, mvn(org.jboss.resteasy:resteasy-jaxrs) = 3.0.6.Final, mvn(org.jboss.resteasy:resteasy-multipart-provider) = 3.0.6.Final
zanata-client (maintained by: pahuang, dchen, seanf)
zanata-client-3.6.0-1.fc23.noarch requires mvn(org.jboss.resteasy:jaxrs-api) = 3.0.6.Final, mvn(org.jboss.resteasy:resteasy-client) = 3.0.6.Final, mvn(org.jboss.resteasy:resteasy-jaxrs) = 3.0.6.Final, resteasy = 3.0.6-7.fc22
zanata-client-3.6.0-1.fc23.src requires resteasy = 3.0.6-7.fc22
zanata-parent (maintained by: pahuang, dchen, seanf)
zanata-parent-20-2.fc22.noarch requires resteasy = 3.0.6-7.fc22
zanata-parent-20-2.fc22.src requires resteasy = 3.0.6-7.fc22
airline (maintained by: gil, java-sig)
airline-0.7-1.fc23.src requires mvn(org.testng:testng) = 6.8.21
arquillian-core (maintained by: lgao, goldmann)
arquillian-core-1.0.3-4.fc21.src requires testng = 6.8.21-1.fc22
bean-validation-api (maintained by: goldmann)
bean-validation-api-1.1.0-3.fc21.src requires mvn(org.testng:testng) = 6.8.21
byteman (maintained by: goldmann)
byteman-2.1.4.1-5.fc23.src requires testng = 6.8.21-1.fc22
cdi-api (maintained by: asaf, goldmann)
cdi-api-1.1-9.fc23.src requires testng = 6.8.21-1.fc22
cdi-api1 (maintained by: goldmann)
cdi-api1-1.0-15.SP4.fc21.src requires testng = 6.8.21-1.fc22
compress-lzf (maintained by: gil, java-sig)
compress-lzf-1.0.3-2.fc22.src requires mvn(org.testng:testng) = 6.8.21
groovy (maintained by: msrb, java-sig, mizdebsk)
groovy-2.4.1-3.fc23.src requires testng = 6.8.21-1.fc22
istack-commons (maintained by: msrb, goldmann)
istack-commons-2.21-2.fc23.src requires mvn(org.testng:testng) = 6.8.21
jboss-logging-tools (maintained by: goldmann)
jboss-logging-tools-1.2.0-0.2.Beta1.fc21.src requires testng = 6.8.21-1.fc22
jboss-logmanager (maintained by: goldmann)
jboss-logmanager-1.5.2-2.fc21.src requires testng = 6.8.21-1.fc22
jersey (maintained by: gil, java-sig)
jersey-1.18.3-2.fc23.src requires testng = 6.8.21-1.fc22
jgroups (maintained by: fnasser, goldmann)
jgroups-3.4.2-3.fc21.src requires testng = 6.8.21-1.fc22
jing-trang (maintained by: scop, jpokorny)
jing-trang-20131210-2.fc22.src requires testng = 6.8.21-1.fc22
jsmpp (maintained by: gil, java-sig)
jsmpp-2.1.0-2.fc23.src requires mvn(org.testng:testng) = 6.8.21
kryo-serializers (maintained by: tstclair, java-sig)
kryo-serializers-0.26-2.fc21.src requires mvn(org.testng:testng) = 6.8.21
mongo-java-driver (maintained by: jvanalte, jerboaa, omajid)
mongo-java-driver-2.11.3-4.fc21.src requires testng = 6.8.21-1.fc22
scilab (maintained by: davidcl)
scilab-tests-5.5.1-6.fc23.noarch requires testng = 6.8.21-1.fc22
sisu (maintained by: mizdebsk, group::eclipse-sig, java-sig, msimacek, msrb)
sisu-0.3.0-1.fc23.src requires osgi(org.testng) = 6.8.21
time-api (maintained by: pmackinn, java-sig)
time-api-0.6.4-6.fc21.src requires testng = 6.8.21-1.fc22
akka (maintained by: willb, java-sig)
akka-2.3.0-1.fc21.noarch requires mvn(org.eclipse.osgi:org.eclipse.osgi) = 3.10.100.v20150325.0018
akka-2.3.0-1.fc21.src requires mvn(org.eclipse.osgi:org.eclipse.osgi) = 3.10.100.v20150325.0018
arquillian-osgi (maintained by: goldmann)
arquillian-osgi-2.0.0-0.2.CR4.fc21.src requires eclipse-equinox-osgi = 1:4.5.0-0.7.git201503172000.fc23
azureus (maintained by: djuran, langel, sergiomb)
azureus-5.5.0.0-4.fc23.noarch requires eclipse-swt = 1:4.5.0-0.7.git201503172000.fc23
azureus-5.5.0.0-4.fc23.src requires eclipse-swt = 1:4.5.0-0.7.git201503172000.fc23
datanucleus-core (maintained by: pmackinn, java-sig, moceap)
datanucleus-core-3.2.15-1.fc21.noarch requires mvn(org.eclipse.osgi:org.eclipse.osgi) = 3.10.100.v20150325.0018
eclipse-anyedit (maintained by: rmyers, jokajak)
eclipse-anyedit-2.4.2-5.fc21.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.compare) = 3.5.600, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.net) = 1.2.300, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-anyedit-2.4.2-5.fc21.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-avr (maintained by: vladimirk, akurtakov, swagiaal)
eclipse-avr-2.3.4-9.fc21.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0
eclipse-avr-2.3.4-9.fc21.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-cdt (maintained by: jjohnstn, akurtakov, group::eclipse-sig, kdaniel, mbooth, orion, rgrunber, swagiaal)
eclipse-cdt-8.6.0-1.fc23.i686 requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.apache.ant) = 1.9.4, osgi(org.eclipse.compare) = 3.5.600, osgi(org.eclipse.core.contenttype) = 3.4.200, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filebuffers) = 3.5.500, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.variables) = 3.2.800, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.e4.ui.css.swt.theme) = 0.9.300, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.ltk.ui.refactoring) = 3.7.200, osgi(org.eclipse.search) = 3.10.0, osgi(org.eclipse.swt) = 3.104.0, osgi(org.eclipse.text) = 3.5.400, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.cheatsheets) = 3.4.200, osgi(org.eclipse.ui.c
onsole) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.intro) = 3.4.300, osgi(org.eclipse.ui.intro.universal) = 3.2.800, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.navigator.resources) = 3.4.800, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.workbench) = 3.107.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-cdt-8.6.0-1.fc23.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23, eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, eclipse-tests = 1:4.5.0-0.7.git201503172000.fc23
eclipse-cdt-llvm-8.6.0-1.fc23.i686 requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.ui) = 3.107.0
eclipse-cdt-parsers-8.6.0-1.fc23.i686 requires osgi(org.apache.ant) = 1.9.4, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.variables) = 3.2.800, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.ide) = 3.11.0
eclipse-cdt-sdk-8.6.0-1.fc23.i686 requires osgi(org.eclipse.help) = 3.6.0
eclipse-cdt-tests-8.6.0-1.fc23.i686 requires eclipse-tests = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.compare) = 3.5.600, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.variables) = 3.2.800, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.search) = 3.10.0, osgi(org.eclipse.swt) = 3.104.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-linuxtools (maintained by: akurtakov, group::eclipse-sig, jjohnstn, kdaniel, mbooth, rgrunber, swagiaal)
eclipse-changelog-3.2.0-1.fc23.noarch requires osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.ui) = 3.11.0
eclipse-linuxtools-3.2.0-1.fc23.src requires eclipse-jdt = 1:4.5.0-0.7.git201503172000.fc23
eclipse-linuxtools-tests-3.2.0-1.fc23.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.navigator.resources) = 3.4.800
eclipse-collabnet-merge (maintained by: mbooth, group::eclipse-sig, kdaniel, swagiaal)
eclipse-collabnet-merge-4.0.2-1.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.compare) = 3.5.600, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.team.core) = 3.7.100, osgi(org.eclipse.team.ui) = 3.7.200, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.views) = 3.7.100
eclipse-collabnet-merge-4.0.2-1.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-color-theme (maintained by: mef, java-sig)
eclipse-color-theme-1.0.0-2.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-color-theme-1.0.0-2.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-dltk (maintained by: mbooth, akurtakov, group::eclipse-sig, kdaniel, rgrunber, swagiaal)
eclipse-dltk-5.1.0-6.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-dltk-5.1.0-6.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-dltk-sdk-5.1.0-6.fc22.noarch requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-dltk-mylyn-5.1.0-6.fc22.noarch requires osgi(org.eclipse.mylyn.commons.core) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.commons.ui) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.context.core) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.context.ui) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.ide.ui) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.monitor.core) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.monitor.ui) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.resources.ui) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.tasks.ui) = 3.14.2.v20150219.1607
eclipse-dtp (maintained by: akurtakov, galileo, group::eclipse-sig, kdaniel, mbooth, swagiaal)
eclipse-dtp-1.12.0-3.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.runtime.compatibility) = 3.2.200, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.help.base) = 4.0.300, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.osgi) = 3.10.100, osgi(org.eclipse.pde.ui) = 3.8.200, osgi(org.eclipse.text) = 3.5.400, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.cheatsheets) = 3.4.200, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3
.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.navigator.resources) = 3.4.800, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.views.properties.tabbed) = 3.6.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-dtp-1.12.0-3.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-ecf (maintained by: akurtakov, group::eclipse-sig, kdaniel, rgrunber)
eclipse-ecf-3.9.2-3.fc23.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-eclemma (maintained by: akurtakov, group::eclipse-sig, jerboaa, kdaniel, rgrunber)
eclipse-eclemma-2.3.2-4.fc22.noarch requires eclipse-jdt = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0
eclipse-eclemma-2.3.2-4.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-eclox (maintained by: chitlesh)
eclipse-eclox-0.8.0-12.20100810svn.fc21.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0
eclipse-eclox-0.8.0-12.20100810svn.fc21.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-egit (maintained by: rmyers, akurtakov, arobinso, group::eclipse-sig, jerboaa, jjohnstn, kdaniel, mbooth, nguzman, rgrunber, swagiaal)
eclipse-egit-3.7.0-1.fc23.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-egit-mylyn-3.7.0-1.fc23.noarch requires eclipse-mylyn-context-team = 3.14.2-1.fc23, eclipse-mylyn-docs-wikitext = 3.14.2-1.fc23, osgi(org.eclipse.mylyn.context.core) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.monitor.core) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.resources.ui) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.tasks.core) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.tasks.ui) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.team.ui) = 3.14.2.v20150219.1607
eclipse-egit-github (maintained by: akurtakov, group::eclipse-sig)
eclipse-egit-github-3.6.2-1.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-emf (maintained by: mbooth, akurtakov, caniszczyk, group::eclipse-sig, jjohnstn, kdaniel, rgrunber, swagiaal)
eclipse-emf-2.10.2-1.fc23.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-emf-examples-2.10.2-1.fc23.noarch requires osgi(org.eclipse.core.databinding) = 1.4.100, osgi(org.eclipse.core.databinding.property) = 1.4.200, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface.databinding) = 1.7.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0
eclipse-emf-runtime-2.10.2-1.fc23.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.apache.ant) = 1.9.4, osgi(org.eclipse.ant.core) = 3.4.0, osgi(org.eclipse.core.databinding) = 1.4.100, osgi(org.eclipse.core.databinding.property) = 1.4.200, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.text) = 3.5.400, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.workbench) = 3.107.0
eclipse-emf-sdk-2.10.2-1.fc23.noarch requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.ui.cheatsheets) = 3.4.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.workbench) = 3.107.0
eclipse-emf-query (maintained by: mbooth, group::eclipse-sig, swagiaal)
eclipse-emf-query-1.6.0-6.fc21.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.ide) = 3.11.0
eclipse-emf-query-1.6.0-6.fc21.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-emf-transaction (maintained by: mbooth, group::eclipse-sig, swagiaal)
eclipse-emf-transaction-1.6.0-7.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.core.commands) = 3.6.100, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.ide) = 3.11.0
eclipse-emf-transaction-1.6.0-7.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-emf-validation (maintained by: mbooth, group::eclipse-sig, swagiaal)
eclipse-emf-validation-1.6.0-7.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.ide) = 3.11.0
eclipse-emf-validation-1.6.0-7.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-epic (maintained by: mbooth, group::eclipse-sig, swagiaal)
eclipse-epic-0.6.54-3.fc21.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.variables) = 3.2.800, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.help.base) = 4.0.300, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.team.core) = 3.7.100, osgi(org.eclipse.text) = 3.5.400, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.workbench) = 3.107.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-epic-0.6.54-3.fc21.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-fedorapackager (maintained by: jerboaa, arobinso, group::eclipse-sig, kdaniel, swagiaal)
eclipse-fedorapackager-0.5.0-3.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-findbugs (maintained by: richardfearn, swagiaal)
eclipse-findbugs-3.0.1-1.fc23.noarch requires eclipse-jdt = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.ant.core) = 3.4.0, osgi(org.eclipse.compare) = 3.5.600, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.jdt) = 3.11.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.team.core) = 3.7.100, osgi(org.eclipse.team.ui) = 3.7.200, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.navigator.resources) = 3.4.800, osgi(org.eclipse.ui.views.properties.tabbed) = 3.6.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-findbugs-3.0.1-1.fc23.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-gef (maintained by: mbooth, akurtakov, caniszczyk, group::eclipse-sig, kdaniel, rgrunber, swagiaal)
eclipse-gef-3.9.101-3.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-gef-3.9.101-3.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-gef-sdk-3.9.101-3.fc22.noarch requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.jdt) = 3.11.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.pde) = 3.11.0, osgi(org.eclipse.pde.ui) = 3.8.200, osgi(org.eclipse.platform.doc.isv) = 4.5.0
eclipse-jgit (maintained by: swagiaal, akurtakov, arobinso, caniszczyk, group::eclipse-sig, jerboaa, jjohnstn, kdaniel, mbooth, rgrunber)
eclipse-jgit-3.7.0-2.fc23.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-jgit-3.7.0-2.fc23.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
jgit-3.7.0-2.fc23.noarch requires mvn(org.eclipse.osgi:org.eclipse.osgi) = 3.10.100.v20150325.0018
eclipse-m2e-antlr (maintained by: mizdebsk, group::eclipse-sig, java-sig, msimacek, msrb)
eclipse-m2e-antlr-0.15.0-0.3.git3a263f7.fc22.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0
eclipse-m2e-antlr-0.15.0-0.3.git3a263f7.fc22.src requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0
eclipse-m2e-cxf (maintained by: mizdebsk, group::eclipse-sig, java-sig, msimacek, msrb)
eclipse-m2e-cxf-0.14.0-0.3.gitf22f9ea.fc22.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0
eclipse-m2e-cxf-0.14.0-0.3.gitf22f9ea.fc22.src requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0
eclipse-m2e-egit (maintained by: mizdebsk, group::eclipse-sig, java-sig, msimacek, msrb)
eclipse-m2e-egit-0.14.0-0.4.git571dc0a.fc22.src requires osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.equinox.p2.ui.discovery) = 1.0.100, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.swt) = 3.104.0, osgi(org.eclipse.ui) = 3.107.0
eclipse-m2e-mavenarchiver (maintained by: mizdebsk, group::eclipse-sig, java-sig, msimacek, msrb)
eclipse-m2e-mavenarchiver-0.16.0-0.3.git8bdbcc3.fc22.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0
eclipse-m2e-mavenarchiver-0.16.0-0.3.git8bdbcc3.fc22.src requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0
eclipse-m2e-mavendev (maintained by: mizdebsk, group::eclipse-sig, java-sig, msimacek, msrb)
eclipse-m2e-mavendev-0.2.0.201311250404-4.fc22.src requires osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.equinox.p2.ui.discovery) = 1.0.100, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.junit) = 3.8.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.pde.core) = 3.10.100, osgi(org.eclipse.swt) = 3.104.0, osgi(org.eclipse.ui.workbench) = 3.107.0
eclipse-m2e-modello (maintained by: mizdebsk, group::eclipse-sig, java-sig, msimacek, msrb)
eclipse-m2e-modello-0.16.0-0.3.git338f33f.fc22.src requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0
eclipse-m2e-plexus (maintained by: mizdebsk, group::eclipse-sig, java-sig, msimacek, msrb)
eclipse-m2e-plexus-0.15.0-0.3.git37ec013.fc22.src requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.jdt.core) = 3.11.0
eclipse-m2e-sisu (maintained by: mizdebsk, group::eclipse-sig, java-sig, msimacek, msrb)
eclipse-m2e-sisu-0.15.0-0.4.git81d3bc5.fc22.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.equinox.common) = 3.7.0, osgi(org.eclipse.equinox.registry) = 3.6.0
eclipse-m2e-sisu-0.15.0-0.4.git81d3bc5.fc22.src requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.equinox.common) = 3.7.0, osgi(org.eclipse.equinox.registry) = 3.6.0
eclipse-m2e-sourcelookup (maintained by: mizdebsk, group::eclipse-sig, java-sig, msimacek, msrb)
eclipse-m2e-sourcelookup-1.1.0.201401182304-5.fc23.noarch requires osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.debug) = 3.9.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.pde.core) = 3.10.100
eclipse-m2e-sourcelookup-1.1.0.201401182304-5.fc23.src requires osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.equinox.common) = 3.7.0, osgi(org.eclipse.equinox.p2.ui.discovery) = 1.0.100, osgi(org.eclipse.equinox.registry) = 3.6.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.debug) = 3.9.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.junit) = 3.8.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.pde.core) = 3.10.100, osgi(org.eclipse.swt) = 3.104.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.workbench) = 3.107.0
eclipse-m2e-tycho (maintained by: mizdebsk, group::eclipse-sig, java-sig, msimacek, msrb)
eclipse-m2e-tycho-0.7.0-0.3.git4ec9311.fc22.src requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.pde.core) = 3.10.100
eclipse-mdt-ocl (maintained by: mbooth, group::eclipse-sig, swagiaal)
eclipse-mdt-ocl-5.0.2-2.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.core.runtime) = 3.11.0
eclipse-mdt-ocl-5.0.2-2.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-mdt-uml2 (maintained by: mbooth, group::eclipse-sig, swagiaal)
eclipse-mdt-uml2-4.0.2-5.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.ui.ide) = 3.11.0
eclipse-mdt-uml2-4.0.2-5.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-moreunit (maintained by: akurtakov, jerboaa, swagiaal)
eclipse-moreunit-3.0.5-1.fc23.noarch requires eclipse-jdt = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.core.manipulation) = 1.5.100, osgi(org.eclipse.jdt.junit) = 3.8.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0
eclipse-moreunit-3.0.5-1.fc23.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-mpc (maintained by: akurtakov, caniszczyk, group::eclipse-sig, kdaniel, rgrunber, swagiaal)
eclipse-mpc-1.3.2-1.fc23.noarch requires eclipse-p2-discovery = 1:4.5.0-0.7.git201503172000.fc23, eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.equinox.p2.discovery) = 1.0.300, osgi(org.eclipse.equinox.p2.ui.discovery) = 1.0.100
eclipse-mpc-1.3.2-1.fc23.src requires eclipse-p2-discovery = 1:4.5.0-0.7.git201503172000.fc23, eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-nls (maintained by: seanf, caniszczyk, i18n-team, petersen)
eclipse-nls-4.4.0.v20140623020002-1.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-packagekit (maintained by: akurtakov, group::eclipse-sig, jerboaa, kdaniel, rgrunber, swagiaal)
eclipse-packagekit-0.1.0-8.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-pdt (maintained by: mbooth, group::eclipse-sig)
eclipse-pdt-3.3.1-5.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23, eclipse-tests = 1:4.5.0-0.7.git201503172000.fc23
eclipse-pdt-sdk-3.3.1-5.fc22.noarch requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-pdt-tests-3.3.1-5.fc22.noarch requires osgi(org.eclipse.test.performance) = 3.11.0
eclipse-photran (maintained by: orion, akurtakov)
eclipse-photran-9.0.1-1.fc23.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.ltk.ui.refactoring) = 3.7.200, osgi(org.eclipse.search) = 3.10.0, osgi(org.eclipse.text) = 3.5.400, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.navigator.resources) = 3.4.800, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.workbench) = 3.107.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-photran-intel-9.0.1-1.fc23.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.ui) = 3.107.0
eclipse-photran-xlf-9.0.1-1.fc23.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.ui) = 3.107.0
eclipse-ptp (maintained by: orion, jjohnstn, kdaniel, swagiaal)
eclipse-ptp-8.1.1-2.fc23.i686 requires osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.runtime.compatibility) = 3.2.200, osgi(org.eclipse.core.variables) = 3.2.800, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.equinox.security) = 1.2.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.jsch.core) = 1.2.0, osgi(org.eclipse.search) = 3.10.0, osgi(org.eclipse.swt) = 3.104.0, osgi(org.eclipse.text) = 3.5.400, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.trace) = 1.0.300, osgi(org.eclipse.ui.workbench) = 3.107.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-ptp-8.1.1-2.fc23.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-ptp-etfw-tau-8.1.1-2.fc23.noarch requires osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.variables) = 3.2.800, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.views.properties.tabbed) = 3.6.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-ptp-etfw-tau-fortran-8.1.1-2.fc23.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-ptp-gem-8.1.1-2.fc23.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.ide) = 3.11.0
eclipse-ptp-pldt-fortran-8.1.1-2.fc23.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.editors) = 3.9.0
eclipse-ptp-pldt-upc-8.1.1-2.fc23.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.ui) = 3.107.0
eclipse-ptp-rdt-8.1.1-2.fc23.noarch requires osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.search) = 3.10.0, osgi(org.eclipse.text) = 3.5.400, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.navigator.resources) = 3.4.800, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-ptp-rdt-sync-fortran-8.1.1-2.fc23.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.ide) = 3.11.0
eclipse-ptp-rdt-xlc-8.1.1-2.fc23.noarch requires osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.variables) = 3.2.800, osgi(org.eclipse.ui) = 3.107.0
eclipse-ptp-remote-rse-8.1.1-2.fc23.noarch requires osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.ui) = 3.107.0
eclipse-ptp-sdk-8.1.1-2.fc23.noarch requires osgi(org.eclipse.core.runtime) = 3.11.0
eclipse-pydev (maintained by: akurtakov, group::eclipse-sig, jjohnstn, npmccallum, swagiaal)
eclipse-pydev-3.7.1-2.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-pydev-3.7.1-2.fc22.src requires eclipse-p2-discovery = 1:4.5.0-0.7.git201503172000.fc23, eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-pydev-mylyn-3.7.1-2.fc22.noarch requires eclipse-mylyn-context-team = 3.14.2-1.fc23, eclipse-mylyn-ide = 3.14.2-1.fc23, osgi(org.eclipse.mylyn.context.core) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.context.ui) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.ide.ui) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.resources.ui) = 3.14.2.v20150219.1607
eclipse-quickrex (maintained by: alcapcom, group::eclipse-sig)
eclipse-quickrex-3.5.0-21.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.search) = 3.10.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-quickrex-3.5.0-21.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-remote (maintained by: mbooth, group::eclipse-sig)
eclipse-remote-1.1.1-1.fc23.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.ui.trace) = 1.0.300
eclipse-remote-1.1.1-1.fc23.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-rse (maintained by: jjohnstn, group::eclipse-sig, kdaniel, swagiaal)
eclipse-rse-3.6.0-4.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-rse-3.6.0-4.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-shelled (maintained by: akurtakov, group::eclipse-sig, kdaniel, mbooth, rgrunber, swagiaal)
eclipse-shelled-2.0.3-5.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-shelled-2.0.3-5.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-subclipse (maintained by: mbooth, group::eclipse-sig, kdaniel, swagiaal)
eclipse-subclipse-1.10.5-2.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.compare) = 3.5.600, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.osgi) = 3.10.100, osgi(org.eclipse.team.core) = 3.7.100, osgi(org.eclipse.team.ui) = 3.7.200, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-subclipse-1.10.5-2.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-subclipse-graph-1.10.5-2.fc22.noarch requires osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.team.core) = 3.7.100, osgi(org.eclipse.team.ui) = 3.7.200, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.views) = 3.7.100
eclipse-swtbot (maintained by: akurtakov, group::eclipse-sig, swagiaal)
eclipse-swtbot-2.2.1-5.fc23.noarch requires osgi(org.eclipse.jdt.junit) = 3.8.0, osgi(org.eclipse.jdt.junit.core) = 3.7.300, osgi(org.eclipse.jdt.junit.runtime) = 3.4.500, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.pde.core) = 3.10.100, osgi(org.eclipse.pde.launching) = 3.6.200, osgi(org.eclipse.pde.ui) = 3.8.200
eclipse-swtbot-2.2.1-5.fc23.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-texlipse (maintained by: chitlesh, mef, swagiaal)
eclipse-texlipse-1.5.0-6.20111125git254ca99.fc21.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-texlipse-1.5.0-6.20111125git254ca99.fc21.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-veditor (maintained by: chitlesh)
eclipse-veditor-1.2.0-2.fc21.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-veditor-1.2.0-2.fc21.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-vrapper (maintained by: jkeating)
eclipse-vrapper-0.22.0-4.fc21.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.editors) = 3.9.0
eclipse-vrapper-0.22.0-4.fc21.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-webtools (maintained by: galileo)
eclipse-webtools-3.6.3-2.fc23.src requires osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.test.performance) = 3.11.0
eclipse-webtools-common-3.6.3-2.fc23.noarch requires osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.equinox.bidi) = 0.10.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.search) = 3.10.0, osgi(org.eclipse.swt) = 3.104.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-webtools-common-core-3.6.3-2.fc23.noarch requires osgi(org.eclipse.core.commands) = 3.6.100, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.net) = 1.2.300, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.osgi.util) = 3.3.0, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0
eclipse-webtools-dali-3.6.3-2.fc23.noarch requires osgi(org.eclipse.core.commands) = 3.6.100, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filebuffers) = 3.5.500, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.text) = 3.5.400, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.navigator.resources) = 3.4.800, osgi(org.eclipse.ui.views.properties.tabbed) = 3.6.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-webtools-javaee-3.6.3-2.fc23.noarch requires osgi(org.apache.ant) = 1.9.4, osgi(org.eclipse.ant.core) = 3.4.0, osgi(org.eclipse.ant.ui) = 3.6.0, osgi(org.eclipse.core.commands) = 3.6.100, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filebuffers) = 3.5.500, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.jobs) = 3.7.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jdt) = 3.11.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.debug) = 3.9.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.ltk.ui.refactoring) = 3.7.200, osgi(org.eclipse.osgi.services) = 3.5.0, o
sgi(org.eclipse.search) = 3.10.0, osgi(org.eclipse.swt) = 3.104.0, osgi(org.eclipse.text) = 3.5.400, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.navigator.resources) = 3.4.800, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.workbench) = 3.107.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-webtools-jsf-3.6.3-2.fc23.noarch requires osgi(org.eclipse.core.commands) = 3.6.100, osgi(org.eclipse.core.databinding) = 1.4.100, osgi(org.eclipse.core.databinding.beans) = 1.2.200, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface.databinding) = 1.7.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.osgi) = 3.10.100, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.cheatsheets) = 3.4.200, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.views.properties.tabbed) = 3.6.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-webtools-servertools-3.6.3-2.fc23.noarch requires osgi(org.apache.ant) = 1.9.4, osgi(org.eclipse.core.commands) = 3.6.100, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.variables) = 3.2.800, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.equinox.p2.core) = 2.4.0, osgi(org.eclipse.equinox.p2.director) = 2.3.100, osgi(org.eclipse.equinox.p2.engine) = 2.3.0, osgi(org.eclipse.equinox.p2.metadata) = 2.2.0, osgi(org.eclipse.equinox.p2.operations) = 2.4.0, osgi(org.eclipse.equinox.p2.repository) = 2.3.0, osgi(org.eclipse.equinox.p2.ui) = 2.4.0, osgi(org.eclipse.equinox.p2.updatesite) = 1.0.400, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.junit) = 3.8.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.ec
lipse.ui) = 3.107.0, osgi(org.eclipse.ui.browser) = 3.4.300, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-webtools-servertools-core-3.6.3-2.fc23.noarch requires osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.core) = 3.10.0
eclipse-webtools-sourceediting-3.6.3-2.fc23.noarch requires osgi(org.eclipse.compare) = 3.5.600, osgi(org.eclipse.core.commands) = 3.6.100, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filebuffers) = 3.5.500, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.jobs) = 3.7.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.core.runtime.compatibility) = 3.2.200, osgi(org.eclipse.core.variables) = 3.2.800, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.debug.ui) = 3.11.0, osgi(org.eclipse.help) = 3.6.0, osgi(org.eclipse.jdt.debug.ui) = 3.7.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.ltk.ui.refactoring) = 3.7.200, osgi(org.eclipse.osgi.services) = 3.5.0, osgi(org.eclipse.osgi.util) = 3.3.0, osgi(org.eclipse.search) = 3.10.0, osgi(org.eclipse.swt) = 3.
104.0, osgi(org.eclipse.team.core) = 3.7.100, osgi(org.eclipse.team.ui) = 3.7.200, osgi(org.eclipse.text) = 3.5.400, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) = 3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.navigator.resources) = 3.4.800, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.views.properties.tabbed) = 3.6.0, osgi(org.eclipse.ui.workbench) = 3.107.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-webtools-webservices-3.6.3-2.fc23.noarch requires osgi(org.eclipse.core.commands) = 3.6.100, osgi(org.eclipse.core.expressions) = 3.4.600, osgi(org.eclipse.core.filesystem) = 1.5.0, osgi(org.eclipse.core.resources) = 3.9.100, osgi(org.eclipse.core.runtime) = 3.11.0, osgi(org.eclipse.debug.core) = 3.10.0, osgi(org.eclipse.equinox.http.jetty) = 3.1.0, osgi(org.eclipse.equinox.http.registry) = 1.1.300, osgi(org.eclipse.equinox.jsp.jasper.registry) = 1.0.300, osgi(org.eclipse.jdt.apt.core) = 3.3.700, osgi(org.eclipse.jdt.core) = 3.11.0, osgi(org.eclipse.jdt.launching) = 3.8.0, osgi(org.eclipse.jdt.ui) = 3.11.0, osgi(org.eclipse.jface) = 3.11.0, osgi(org.eclipse.jface.text) = 3.10.0, osgi(org.eclipse.ltk.core.refactoring) = 3.6.200, osgi(org.eclipse.ltk.ui.refactoring) = 3.7.200, osgi(org.eclipse.search) = 3.10.0, osgi(org.eclipse.swt) = 3.104.0, osgi(org.eclipse.text) = 3.5.400, osgi(org.eclipse.ui) = 3.107.0, osgi(org.eclipse.ui.console) = 3.6.0, osgi(org.eclipse.ui.editors) =
3.9.0, osgi(org.eclipse.ui.forms) = 3.6.200, osgi(org.eclipse.ui.ide) = 3.11.0, osgi(org.eclipse.ui.navigator) = 3.5.500, osgi(org.eclipse.ui.views) = 3.7.100, osgi(org.eclipse.ui.views.properties.tabbed) = 3.6.0, osgi(org.eclipse.ui.workbench.texteditor) = 3.9.100
eclipse-xsd (maintained by: mbooth, group::eclipse-sig)
eclipse-xsd-2.10.1-3.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
eclipse-xsd-2.10.1-3.fc22.src requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipse-xsd-sdk-2.10.1-3.fc22.noarch requires eclipse-pde = 1:4.5.0-0.7.git201503172000.fc23
eclipselink (maintained by: gil, java-sig)
eclipselink-2.4.2-9.fc23.src requires eclipse-equinox-osgi = 1:4.5.0-0.7.git201503172000.fc23
eclipselink-persistence-api (maintained by: gil, java-sig)
eclipselink-persistence-api-2.0.5-4.fc22.noarch requires mvn(org.eclipse.osgi:org.eclipse.osgi) = 3.10.100.v20150325.0018
eclipselink-persistence-api-2.0.5-4.fc22.src requires mvn(org.eclipse.osgi:org.eclipse.osgi) = 3.10.100.v20150325.0018
glazedlists (maintained by: mef)
glazedlists-1.9.0-6.fc22.src requires eclipse-swt = 1:4.5.0-0.7.git201503172000.fc23
hibernate (maintained by: gil, java-sig)
hibernate-osgi-4.3.5-5.fc23.noarch requires mvn(org.eclipse.osgi:org.eclipse.osgi) = 3.10.100.v20150325.0018
hibernate-ehcache-4.3.5-5.fc23.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
jacoco (maintained by: akurtakov, jvanek, kdaniel)
jacoco-0.7.3-1.fc23.noarch requires osgi(org.apache.ant) = 1.9.4
jetty (maintained by: mizdebsk, group::eclipse-sig, java-sig, kdaniel, msimacek, msrb)
jetty-9.3.0-2.fc23.src requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23, eclipse-rcp = 1:4.5.0-0.7.git201503172000.fc23
jetty-httpservice-9.3.0-2.fc23.noarch requires mvn(org.eclipse.equinox.http:servlet) = 1.2.0.v20150325.0018
jetty-osgi-boot-9.3.0-2.fc23.noarch requires mvn(org.eclipse.osgi:org.eclipse.osgi) = 3.10.100.v20150325.0018, mvn(org.eclipse.osgi:org.eclipse.osgi.services) = 3.5.0.v20150325.0018
jetty-osgi-boot-jsp-9.3.0-2.fc23.noarch requires mvn(org.eclipse.osgi:org.eclipse.osgi) = 3.10.100.v20150325.0018, mvn(org.eclipse.osgi:org.eclipse.osgi.services) = 3.5.0.v20150325.0018
jetty-osgi-boot-warurl-9.3.0-2.fc23.noarch requires mvn(org.eclipse.osgi:org.eclipse.osgi) = 3.10.100.v20150325.0018
jfreechart (maintained by: jerboaa)
jfreechart-1.0.19-2.fc22.src requires eclipse-swt = 1:4.5.0-0.7.git201503172000.fc23
jfreechart-swt-1.0.19-2.fc22.noarch requires eclipse-swt = 1:4.5.0-0.7.git201503172000.fc23
jibx (maintained by: gil)
jibx-1.2.6-2.fc22.src requires eclipse-equinox-osgi = 1:4.5.0-0.7.git201503172000.fc23, eclipse-jdt = 1:4.5.0-0.7.git201503172000.fc23, eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
jogl2 (maintained by: davidcl, java-sig)
jogl2-2.2.4-3.fc22.src requires eclipse-swt = 1:4.5.0-0.7.git201503172000.fc23
jspecview (maintained by: jussilehtola)
jspecview-2-9.1649svn.fc21.src requires eclipse = 1:4.5.0-0.7.git201503172000.fc23
maven-eclipse-plugin (maintained by: weli, akurtakov, java-sig)
maven-eclipse-plugin-2.9-12.fc22.src requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
openwebbeans (maintained by: gil, java-sig)
openwebbeans-1.2.0-4.fc23.src requires mvn(org.eclipse.osgi:org.eclipse.osgi) = 3.10.100.v20150325.0018
swt-chart (maintained by: rgrunber)
swt-chart-0.9.0-4.fc22.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
takari-lifecycle (maintained by: mizdebsk, java-sig, msimacek, msrb)
takari-lifecycle-1.10.2-4.fc23.noarch requires mvn(org.eclipse.tycho:org.eclipse.osgi) = 3.10.100.v20150325.0018
takari-lifecycle-1.10.2-4.fc23.src requires mvn(org.eclipse.tycho:org.eclipse.osgi) = 3.10.100.v20150325.0018
tuxguitar (maintained by: oget, mtasaka)
tuxguitar-1.2-20.fc23.i686 requires eclipse-swt = 1:4.5.0-0.7.git201503172000.fc23
tuxguitar-1.2-20.fc23.src requires eclipse-swt = 1:4.5.0-0.7.git201503172000.fc23
tycho (maintained by: rgrunber, group::eclipse-sig, java-sig, kdaniel, mbooth, mizdebsk)
tycho-0.22.0-12.fc23.noarch requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
tycho-0.22.0-12.fc23.src requires eclipse-platform = 1:4.5.0-0.7.git201503172000.fc23
xbean (maintained by: mizdebsk, java-sig, kdaniel, msimacek, msrb)
xbean-4.1-2.fc22.src requires eclipse-equinox-osgi = 1:4.5.0-0.7.git201503172000.fc23
eclipse-mylyn-fedora-integration (maintained by: akurtakov, kdaniel)
eclipse-mylyn-fedora-integration-1.0.4-1.fc22.noarch requires eclipse-mylyn-tasks-bugzilla = 3.14.2-1.fc23, osgi(org.eclipse.mylyn.tasks.bugs) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.tasks.core) = 3.14.2.v20150219.1607, osgi(org.eclipse.mylyn.tasks.ui) = 3.14.2.v20150219.1607
eclipse-mylyn-fedora-integration-1.0.4-1.fc22.src requires eclipse-mylyn-tasks-bugzilla = 3.14.2-1.fc23
acegisecurity (maintained by: msrb, java-sig, mizdebsk, msimacek)
acegisecurity-1.0.7-4.fc23.src requires mvn(net.sf.ehcache:ehcache) = 2.6.7
cas-client (maintained by: gil, java-sig)
cas-client-3.3.3-4.fc23.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
cas-client-3.3.3-4.fc23.src requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
cxf (maintained by: goldmann)
cxf-2.7.11-1.fc23.src requires ehcache-core = 2.6.7-7.fc23
cxf-rt-2.7.11-1.fc23.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
cxf-services-2.7.11-1.fc23.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
hibernate3 (maintained by: gil, msrb)
hibernate3-3.6.10-16.fc22.src requires ehcache-core = 2.6.7-7.fc23
hibernate3-ehcache-3.6.10-16.fc22.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
httpcomponents-client (maintained by: mizdebsk, java-sig, jerboaa, kdaniel, msimacek, msrb)
httpcomponents-client-4.4-1.fc23.src requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
littleproxy (maintained by: gil, java-sig)
littleproxy-0.4-10.fc23.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
littleproxy-0.4-10.fc23.src requires ehcache-core = 2.6.7-7.fc23
metrics (maintained by: gil, java-sig)
metrics-3.0.1-4.fc22.src requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
metrics-ehcache-3.0.1-4.fc22.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
thredds (maintained by: gil, java-sig)
netcdf-java-4.3.19-6.fc23.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
thredds-4.3.19-6.fc23.src requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
openid4java (maintained by: gil, java-sig, msrb)
openid4java-0.9.8-6.fc23.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
openid4java-0.9.8-6.fc23.src requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
springframework-security (maintained by: gil, java-sig, msrb)
springframework-security-3.1.7-3.fc23.src requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
Depending on: python-gflags (1), status change: 2014-12-09 (16 weeks ago)
starcal (maintained by: hedayat)
starcal-2.4.1-1.fc23.noarch requires python-gflags = 1.5.1-6.fc21
Depending on: spambayes (1), status change: 2015-02-17 (6 weeks ago)
trac-spamfilter-plugin (maintained by: pghmcfc)
trac-spamfilter-plugin-1.0.6-0.19.20150216svn13735.fc23.noarch requires spambayes = 1.1-0.10.b1.fc21
trac-spamfilter-plugin-1.0.6-0.19.20150216svn13735.fc23.src requires spambayes = 1.1-0.10.b1.fc21
Depending on: wss4j (5), status change: 2015-03-06 (3 weeks ago)
cxf (maintained by: goldmann)
cxf-rt-2.7.11-1.fc23.noarch requires mvn(org.apache.ws.security:wss4j) = 1.6.18
cxf-services-2.7.11-1.fc23.noarch requires mvn(org.apache.ws.security:wss4j) = 1.6.18
eclipse-jbosstools (maintained by: galileo, goldmann)
eclipse-jbosstools-ws-4.2.2-1.fc22.noarch requires cxf = 1:2.7.11-1.fc23, wise-core = 2.0.3-4.fc21, wise-core-cxf = 2.0.3-4.fc21
jaxws-jboss-httpserver-httpspi (maintained by: goldmann)
jaxws-jboss-httpserver-httpspi-1.0.1-8.fc21.src requires cxf-rt = 1:2.7.11-1.fc23
jbossws-cxf (maintained by: goldmann)
jbossws-cxf-4.2.3-1.fc21.noarch requires mvn(org.apache.cxf.services.sts:cxf-services-sts-core) = 2.7.11, mvn(org.apache.cxf.services.ws-discovery:cxf-services-ws-discovery-api) = 2.7.11, mvn(org.apache.cxf:cxf-rt-bindings-coloc) = 2.7.11, mvn(org.apache.cxf:cxf-rt-bindings-object) = 2.7.11, mvn(org.apache.cxf:cxf-rt-bindings-soap) = 2.7.11, mvn(org.apache.cxf:cxf-rt-frontend-jaxws) = 2.7.11, mvn(org.apache.cxf:cxf-rt-management) = 2.7.11, mvn(org.apache.cxf:cxf-rt-transports-http) = 2.7.11, mvn(org.apache.cxf:cxf-rt-transports-jms) = 2.7.11, mvn(org.apache.cxf:cxf-rt-transports-local) = 2.7.11, mvn(org.apache.cxf:cxf-rt-ws-mex) = 2.7.11, mvn(org.apache.cxf:cxf-rt-ws-policy) = 2.7.11, mvn(org.apache.cxf:cxf-rt-ws-rm) = 2.7.11, mvn(org.apache.cxf:cxf-rt-ws-security) = 2.7.11, mvn(org.apache.cxf:cxf-tools-java2ws) = 2.7.11, mvn(org.apache.cxf:cxf-tools-wsdlto-core) = 2.7.11, mvn(org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb) = 2.7.11, mvn(org.apache.cxf:cxf-tools-wsdlto-frontend-j
axws) = 2.7.11
jbossws-cxf-4.2.3-1.fc21.src requires cxf = 1:2.7.11-1.fc23, cxf-services = 1:2.7.11-1.fc23
wise (maintained by: galileo, java-sig)
wise-core-cxf-2.0.3-4.fc21.noarch requires mvn(org.jboss.ws.cxf:jbossws-cxf-client) = 4.2.3.Final
Affected (co)maintainers
akurtakov: umlgraph, maven-changes-plugin
alcapcom: maven-changes-plugin
arg: maven-changes-plugin
arobinso: maven-changes-plugin
asaf: maven-changes-plugin
athimm: mediawiki-openid, ivtv-utils, ivtv-firmware
awood: maven-changes-plugin
besser82: erlang-jsx
bjensen: maven-changes-plugin
bkabrda: maven-changes-plugin
caniszczyk: maven-changes-plugin
chitlesh: maven-changes-plugin
cicku: ale, egtk
coolsvap: maven-changes-plugin, erlang-jsx
ctubbsii: erlang-jsx
davidcl: visualvm, maven-changes-plugin
dbhole: visualvm, maven-changes-plugin
dbruno: erlang-jsx
dcallagh: erlang-jsx
dchen: maven-changes-plugin
devrim: maven-changes-plugin
dgoodwin: maven-changes-plugin
djuran: maven-changes-plugin
dp67: fldigi-doc
ebaron: maven-changes-plugin
edewata: maven-changes-plugin, erlang-jsx
ellert: erlang-jsx
erlang-sig: erlang-jsx
fabiand: umlgraph
flo: ip6sic
fnasser: maven-changes-plugin
fsimonce: maven-changes-plugin
galileo: wss4j, maven-changes-plugin, erlang-jsx
gholms: python-sockjs-tornado
gil: maven-changes-plugin, erlang-jsx
glisse: ivtv-firmware
goldmann: wss4j, maven-anno-plugin, maven-changes-plugin, erlang-jsx
group::eclipse-sig: maven-changes-plugin
guidograzioli: maven-changes-plugin
hchen: erlang-jsx
hedayat: python-gflags
huwang: maven-changes-plugin
i18n-team: maven-changes-plugin
iarnell: mojomojo, clc-intercal
itamarjp: maven-changes-plugin
jamielinux: maven-changes-plugin
java-sig: wss4j, maven-changes-plugin, erlang-jsx
jcapik: maven-changes-plugin
jerboaa: visualvm, maven-changes-plugin
jjohnstn: maven-changes-plugin
jkeating: maven-changes-plugin
jmrodri: maven-changes-plugin
jokajak: maven-changes-plugin
jplesnik: erlang-jsx
jpokorny: maven-changes-plugin
jussilehtola: maven-changes-plugin
jvanalte: maven-changes-plugin
jvanek: visualvm, maven-changes-plugin
jwilson: dircproxy, ivtv-firmware
kdaniel: maven-changes-plugin
ke4qqq: maven-changes-plugin
kevin: mediawiki-openid, dircproxy
kurtseifried: mediawiki-openid
kwizart: ivtv-firmware
kwright: maven-changes-plugin
lalatendu: erlang-jsx
langel: maven-changes-plugin
lgao: maven-changes-plugin
lmacken: naim, pork, xprobe2
madsa: maven-changes-plugin
matt: erlang-jsx
maxamillion: rubygem-spruz
mbooth: maven-changes-plugin
mcpierce: maven-changes-plugin
mef: maven-changes-plugin
mharmsen: maven-changes-plugin
miminar: dbus-tools
mizdebsk: maven-changes-plugin, erlang-jsx
mmorsi: maven-changes-plugin
moceap: maven-changes-plugin, erlang-jsx
msimacek: maven-changes-plugin
msrb: maven-changes-plugin
mtasaka: maven-changes-plugin
nguzman: maven-changes-plugin
npmccallum: maven-changes-plugin
odysseus: zukiwi, egtk, zukini
oget: maven-changes-plugin
oliver: maven-changes-plugin
omajid: maven-changes-plugin
orion: maven-changes-plugin
pahuang: maven-changes-plugin
pbrobinson: maven-changes-plugin
perl-sig: mojomojo, erlang-jsx
peter: erlang-jsx
petersen: maven-changes-plugin
pghmcfc: spambayes
pmackinn: maven-changes-plugin, erlang-jsx
ppisar: erlang-jsx
psabata: erlang-jsx
pwouters: bfgminer
raphgro: umlgraph
raveit65: mate-user-share, gtk-smooth-engine
rgrunber: maven-changes-plugin
ricardo: erlang-jsx
richardfearn: maven-changes-plugin
rmyers: maven-changes-plugin
rrati: maven-changes-plugin, erlang-jsx
salimma: xnoise
scop: maven-changes-plugin
seanf: maven-changes-plugin
sergiomb: maven-changes-plugin
silas: python-gflags, python-asyncmongo, erlang-jsx
silfreed: ale
slaanesh: maven-changes-plugin
slankes: pympdtouchgui
smilner: identicurse
spot: maven-changes-plugin
stevetraylen: erlang-jsx
sundaram: python-xkit, gnome-schedule, libgtkhotkey, xlhtml
swagiaal: maven-changes-plugin
tradej: maven-changes-plugin
tstclair: maven-changes-plugin, erlang-jsx
vakwetu: maven-changes-plugin, erlang-jsx
vicodan: mate-user-share, gtk-smooth-engine
vladimirk: maven-changes-plugin
vondruch: maven-changes-plugin
weli: maven-changes-plugin, erlang-jsx
willb: maven-changes-plugin, erlang-jsx
yyang: maven-changes-plugin
zbyszek: maven-changes-plugin
Orphans (42): ale bfgminer clc-intercal dbus-tools dircproxy egtk
erlang-jsx fldigi-doc gnome-schedule gtk-smooth-engine identicurse
ip6sic isic ivtv-firmware ivtv-utils jackrabbit libgtkhotkey
mate-user-share maven-anno-plugin maven-changes-plugin
mediawiki-openid mercury mojomojo naim netactview pork
pympdtouchgui python-asyncmongo python-gflags
python-sockjs-tornado python-tvrage python-xkit rubygem-spruz
spambayes umlgraph visualvm wss4j xlhtml xnoise xprobe2 zukini
zukiwi
Orphans (dependend on) (6): erlang-jsx ivtv-firmware
maven-changes-plugin python-gflags spambayes wss4j
Orphans (rawhide) for at least 6 weeks (dependend on) (2):
python-gflags spambayes
Orphans (rawhide)(not depended on) (36): ale bfgminer clc-intercal
dbus-tools dircproxy egtk fldigi-doc gnome-schedule
gtk-smooth-engine identicurse ip6sic isic ivtv-utils jackrabbit
libgtkhotkey mate-user-share maven-anno-plugin mediawiki-openid
mercury mojomojo naim netactview pork pympdtouchgui
python-asyncmongo python-sockjs-tornado python-tvrage python-xkit
rubygem-spruz umlgraph visualvm xlhtml xnoise xprobe2 zukini
zukiwi
Orphans (rawhide) for at least 6 weeks (not dependend on) (20): ale
bfgminer clc-intercal dbus-tools dircproxy egtk fldigi-doc ip6sic
isic mate-user-share maven-anno-plugin mojomojo pympdtouchgui
python-asyncmongo python-tvrage umlgraph visualvm xnoise zukini
zukiwi
Depending packages (rawhide) (191): accumulo acegisecurity airline
akka amplab-tachyon antlr-maven-plugin arquillian-core
arquillian-osgi avro azureus bean-validation-api byteman
cas-client cdi-api cdi-api1 compress-lzf curator cxf
datanucleus-core eclipse eclipse-anyedit eclipse-avr eclipse-cdt
eclipse-checkstyle eclipse-collabnet-merge eclipse-color-theme
eclipse-dltk eclipse-dtp eclipse-ecf eclipse-eclemma eclipse-eclox
eclipse-egit eclipse-egit-github eclipse-emf eclipse-emf-query
eclipse-emf-transaction eclipse-emf-validation eclipse-epic
eclipse-fedorapackager eclipse-findbugs eclipse-gef
eclipse-jbosstools eclipse-jgit eclipse-linuxtools
eclipse-m2e-antlr eclipse-m2e-core eclipse-m2e-cxf
eclipse-m2e-egit eclipse-m2e-mavenarchiver eclipse-m2e-mavendev
eclipse-m2e-modello eclipse-m2e-plexus eclipse-m2e-sisu
eclipse-m2e-sourcelookup eclipse-m2e-tycho eclipse-mdt-ocl
eclipse-mdt-uml2 eclipse-moreunit eclipse-mpc eclipse-mylyn
eclipse-mylyn-fedora-integration eclipse-nls eclipse-packagekit
eclipse-pdt eclipse-photran eclipse-ptp eclipse-pydev
eclipse-quickrex eclipse-remote eclipse-rse eclipse-shelled
eclipse-subclipse eclipse-swtbot eclipse-testng eclipse-texlipse
eclipse-veditor eclipse-vrapper eclipse-webtools eclipse-xsd
eclipselink eclipselink-persistence-api ehcache-core elasticsearch
glazedlists glusterfs-hadoop gradle groovy hadoop hazelcast hbase
hibernate hibernate-hql hibernate-search hibernate3 hive hornetq
htrace httpcomponents-client infinispan ini4j istack-commons
jackson-dataformat-yaml jacoco javapackages-tools
jaxws-jboss-httpserver-httpspi jboss-logging-tools
jboss-logmanager jbossws-cxf jdf-stacks-client jersey jetty
jfreechart jgroups jibx jing-trang jogl2 jruby jsmpp jspecview
kryo-serializers liquibase littleproxy log4j maven maven-archetype
maven-assembly-plugin maven-doxia maven-doxia-sitetools
maven-eclipse-plugin maven-file-management maven-invoker-plugin
maven-javadoc-plugin maven-plugin-tools maven-pmd-plugin
maven-release maven-remote-resources-plugin maven-scm
maven-surefire maven-verifier-plugin maven2 metrics modello
mongo-java-driver mustache-java mybatis-generator narayana oozie
openid4java openstack-java-sdk openwebbeans parquet-format
perl-Alien-ROOT perl-SOOT picketbox pig pki-core
plexus-sec-dispatcher python-elasticsearch python-txamqp resteasy
root rootplot scilab sisu smooks snakeyaml solr sonatype-gossip
spark springframework springframework-security starcal swt-chart
takari-lifecycle testng thredds thrift time-api
trac-spamfilter-plugin tuxguitar tycho ua-parser-java wildfly wise
xbean xml-maven-plugin xmvn xorg-x11-drv-ivtv zanata-api
zanata-client zanata-parent
Packages depending on packages orphaned (rawhide) for more than 6
weeks (2): starcal trac-spamfilter-plugin
--
The script creating this output is run and developed by Fedora
Release Engineering. Please report issues at its trac instance:
https://fedorahosted.org/rel-eng/
The sources of this script can be found at:
https://git.fedorahosted.org/cgit/releng/tree/scripts/find_unblocked_orph...
8 years, 5 months