n0bel / PiClock

A Fancy Clock built around a monitor and a Raspberry Pi
MIT License
564 stars 182 forks source link

maps not displaying in radar #1

Closed jcwho closed 9 years ago

jcwho commented 9 years ago

I've configured PiClock to only display the time/weather data ( no sensors, no ambient lights, etc ). I have confirmed my google API key is correct but the maps are not displayed in the radar. Any welcome in this simple matter will be appreciated.

n0bel commented 9 years ago

A few things to try to help debug this... Let the PiClock boot up, then use F4 to exit the clock (its built into the piclock). Now open a terminal window and type ... cd PiClock/Clock python PyQtPiClock.py Config-Example ... Does that work?... If so this tells us there's some issue with your specific Config.py

To go further, use F4 again, and your terminal window will come back and you'll see any errors that were generated by python.

Now do it again, with your personal config (leaving off the config argument defaults to Config.py): ... python PyQtPiClock.py ...

Does that work? Then use F4 to close the clock and see if python generated any error messages.

If you could send me your Config.py, (maybe change all your lattitude/longitude number slightly, and paste bin?, if you do change stuff, be sure it still fails.) I wish GitHub had a PM function.

A thought: are you using WiFi or wired? If WiFi, I've had trouble with WiFi dongles failing to work with large amounts of data. This was my fix: ... sudo cp /etc/network/interfaces /etc/network/interfaces.backup sudo nano /etc/network/interfaces ... at the bottom of the file add: ... wireless-power off Ctrl+x Y Enter sudo reboot ...

n0bel commented 9 years ago

oh looks like my email is on my profile page: https://github.com/n0bel/ if you want to send something privately, there it is.

jcwho commented 9 years ago

First, my raspberry pi is headless so i installed PiClock in my Gnu/Linux box and it works perfectly except for the maps in the radar screen. Pressing the space bar switches between the two windows as expected but F4 exits PiClock. The only output is ( in all tests above ) is:

libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile <<<<<<

The connection to the Internet is wired and is working fine, after all the weather data is displayed correctly. I've attached my Config.py as an image, enough to see nothing is really wrong with it.

I read you're planning to modify the project and I'd not mind waiting for a new release. Thanks, j.c.

![Uploading Config.py.png…]()

n0bel commented 9 years ago

the attachment didn't work. just shoot it to my email. Waiting for a new release... well.. if I can't reproduce the problem, it'll never get fixed. Apparently, that linux distro doesn't like the .png files I've created, so maybe there's more incompatibilities, that I'm not aware of. What distro and version are you using?

jcwho commented 9 years ago

Here is is, a copy of my Config.py with modified coordinates.

j.c.

On Thu, Jun 11, 2015 at 11:20 AM, Kevin Uhlir notifications@github.com wrote:

the attachment didn't work. just shoot it to my email. Waiting for a new release... well.. if I can't reproduce the problem, it'll never get fixed. Apparently, that linux distro doesn't like the .png files I've created, so maybe there's more incompatibilities, that I'm not aware of. What distro and version are you using?

— Reply to this email directly or view it on GitHub https://github.com/n0bel/PiClock/issues/1#issuecomment-111170412.

n0bel commented 9 years ago

no attachment came thru.. probably it doesnt work via email, you probably need to do it in github.

jcwho commented 9 years ago

Dear Mr. Uhlir,

Here is the contents of the file i tried to attach:

from GoogleMercatorProjection import LatLng

wuprefix = 'http://api.wunderground.com/api/' wulocation = LatLng(44.76267422986176,-79.99219036102295) noaastream = 'http://audioplayer.wunderground.com:80/tim273/edina' background = 'images/clockbackground-kevin.png' squares1 = 'images/squares1-kevin.png' squares2 = 'images/squares2-kevin.png' icons = 'icons-lightblue' textcolor = '#bef' clockface = 'images/clockface3.png' hourhand = 'images/hourhand.png' minhand = 'images/minhand.png' sechand = 'images/sechand.png'

radar1 = { 'center' : LatLng(44.76267422986176,-79.99219036102295), 'zoom' : 2, 'markers' : ( { 'location' : LatLng(44.76267422986176,-79.99219036102295), 'color' : 'red', 'size' : 'small', }, ) }

radar2 = { 'center' : LatLng(44.76267422986176,-79.99219036102295), 'zoom' : 3, 'markers' : ( { 'location' : LatLng(44.76267422986176,-79.99219036102295), 'color' : 'red', 'size' : 'small', }, ) }

radar3 = { 'center' : LatLng(44.76267422986176,-79.99219036102295), 'zoom' : 4, 'markers' : ( { 'location' : LatLng(44.76267422986176,-79.99219036102295), 'color' : 'red', 'size' : 'small', }, ) }

radar4 = { 'center' : LatLng(44.7212951,-93.2008627), 'zoom' : 5, 'markers' : ( { 'location' : LatLng(44.7212951,-93.2008627), 'color' : 'red', 'size' : 'small', }, ) } <<<

j.c.

On Thu, Jun 11, 2015 at 11:27 AM, Kevin Uhlir notifications@github.com wrote:

no attachment came thru.. probably it doesnt work via email, you probably need to do it in github.

— Reply to this email directly or view it on GitHub https://github.com/n0bel/PiClock/issues/1#issuecomment-111173213.

n0bel commented 9 years ago

Ok.. it works on my Pi and on Windows. Here's the windows capture..

https://github.com/n0bel/PiClock/blob/master/Documentation/2015-06-11_10-36-44.png

I see you have the zoom factors way out for a big picture... I'm actually surprised that works.. but YAY! it does. I may change one of my pages for that too.. it looks cool...

So.. Next step would be for me to install on the Linux distro and version you're using. I'll take some time over the next week to install a VM. What Distro and Version are you using?

jcwho commented 9 years ago

Thanks for the attention to this matter. I'm running fedora 22; here is the output of "uname -a"

4.0.4-303.fc22.x86_64 #1 SMP Thu May 28 12:37:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

I attached a complete list of packages installed in my host. Hopefully your e-mail client will not filter it. Regards,

j.c.

On Thu, Jun 11, 2015 at 11:42 AM, Kevin Uhlir notifications@github.com wrote:

Ok.. it works on my Pi and on Windows. Here's the windows capture..

https://github.com/n0bel/PiClock/blob/master/Documentation/2015-06-11_10-36-44.png

I see you have the zoom factors way out for a big picture... I'm actually surprised that works.. but YAY! it does. I may change one of my pages for that too.. it looks cool...

So.. Next step would be for me to install on the Linux distro and version you're using. I'll take some time over the next week to install a VM. What Distro and Version are you using?

— Reply to this email directly or view it on GitHub https://github.com/n0bel/PiClock/issues/1#issuecomment-111177648.

a52dec-0.7.4-19.fc22.x86_64 aalib-libs-1.4.0-0.26.rc5.fc22.x86_64 abattis-cantarell-fonts-0.0.16-2.fc22.noarch abrt-2.5.1-3.fc22.x86_64 abrt-addon-ccpp-2.5.1-3.fc22.x86_64 abrt-addon-coredump-helper-2.5.1-3.fc22.x86_64 abrt-addon-kerneloops-2.5.1-3.fc22.x86_64 abrt-addon-pstoreoops-2.5.1-3.fc22.x86_64 abrt-addon-python-2.5.1-3.fc22.x86_64 abrt-addon-python3-2.5.1-3.fc22.x86_64 abrt-addon-vmcore-2.5.1-3.fc22.x86_64 abrt-addon-xorg-2.5.1-3.fc22.x86_64 abrt-cli-2.5.1-3.fc22.x86_64 abrt-dbus-2.5.1-3.fc22.x86_64 abrt-desktop-2.5.1-3.fc22.x86_64 abrt-gui-2.5.1-3.fc22.x86_64 abrt-gui-libs-2.5.1-3.fc22.x86_64 abrt-java-connector-1.1.0-4.fc22.x86_64 abrt-libs-2.5.1-3.fc22.x86_64 abrt-plugin-bodhi-2.5.1-3.fc22.x86_64 abrt-python-2.5.1-3.fc22.x86_64 abrt-python3-2.5.1-3.fc22.x86_64 abrt-retrace-client-2.5.1-3.fc22.x86_64 abrt-tui-2.5.1-3.fc22.x86_64 accountsservice-0.6.40-1.fc22.x86_64 accountsservice-libs-0.6.40-1.fc22.x86_64 acl-2.2.52-7.fc22.x86_64 adf-tribun-fonts-1.13-9.fc22.noarch admesh-libs-0.98.2-1.fc22.x86_64 AdobeReader_enu-9.5.5-1.i486 adobe-release-i386-1.0-1.noarch adobe-release-x86_64-1.0-1.noarch adobe-source-code-pro-fonts-1.017-5.fc22.noarch adobe-source-han-sans-cn-fonts-1.002-1.fc22.noarch adobe-source-han-sans-twhk-fonts-1.002-1.fc22.noarch adobe-source-sans-pro-fonts-1.050-4.fc22.noarch advancecomp-1.19-3.fc22.x86_64 adwaita-cursor-theme-3.16.2.1-1.fc22.noarch adwaita-gtk2-theme-3.16.2-1.fc22.x86_64 adwaita-icon-theme-3.16.2.1-1.fc22.noarch agg-2.5-21.fc22.x86_64 aic94xx-firmware-30-6.fc20.noarch aisleriot-3.16.2-1.fc22.x86_64 akmods-0.5.2-1.fc22.noarch akonadi-1.13.0-12.fc22.x86_64 alarm-clock-applet-0.3.3-11.3.x86_64 albatross-gtk2-theme-1.7.3-2.fc22.noarch albatross-gtk3-theme-1.7.3-2.fc22.noarch albatross-xfwm4-theme-1.7.3-2.fc22.noarch aldusleaf-crimson-text-fonts-0.8-0.4.20130806.fc22.noarch allegro-4.4.2-11.fc22.x86_64 alsa-firmware-1.0.29-1.fc22.noarch alsa-lib-1.0.29-1.fc22.i686 alsa-lib-1.0.29-1.fc22.x86_64 alsa-plugins-pulseaudio-1.0.29-1.fc22.x86_64 alsa-tools-firmware-1.0.29-1.fc22.x86_64 alsa-utils-1.0.29-1.fc22.x86_64 am-utils-6.2.0-2.20140906gitbb13dea6.fc22.x86_64 anaconda-22.20.13-1.fc22.x86_64 anaconda-core-22.20.13-1.fc22.x86_64 anaconda-gui-22.20.13-1.fc22.x86_64 anaconda-tui-22.20.13-1.fc22.x86_64 anaconda-user-help-22.1-1.fc22.noarch anaconda-widgets-22.20.13-1.fc22.x86_64 anaconda-yum-plugins-1.0-10.fc20.noarch android-tools-20141219git8393e50-2.fc22.x86_64 ant-1.9.4-7.fc22.noarch ant-antlr-1.9.4-7.fc22.noarch ant-apache-bcel-1.9.4-7.fc22.noarch ant-apache-bsf-1.9.4-7.fc22.noarch ant-apache-log4j-1.9.4-7.fc22.noarch ant-apache-oro-1.9.4-7.fc22.noarch ant-apache-regexp-1.9.4-7.fc22.noarch ant-apache-resolver-1.9.4-7.fc22.noarch ant-apache-xalan2-1.9.4-7.fc22.noarch ant-commons-logging-1.9.4-7.fc22.noarch ant-commons-net-1.9.4-7.fc22.noarch ant-javamail-1.9.4-7.fc22.noarch ant-jdepend-1.9.4-7.fc22.noarch ant-jmf-1.9.4-7.fc22.noarch ant-jsch-1.9.4-7.fc22.noarch ant-junit-1.9.4-7.fc22.noarch antlr-tool-2.7.7-34.fc22.noarch ant-swing-1.9.4-7.fc22.noarch ant-testutil-1.9.4-7.fc22.noarch apache-commons-codec-1.10-1.fc22.noarch apache-commons-el-1.0-32.fc22.noarch apache-commons-io-2.4-13.fc22.noarch apache-commons-logging-1.2-2.fc22.noarch apache-commons-net-3.3-5.fc22.noarch appstream-data-22-8.fc22.noarch apr-1.5.1-3.fc22.x86_64 apr-util-1.5.4-1.fc22.x86_64 arduino-1.0.6-2.fc22.noarch arduino-core-1.0.6-2.fc22.noarch arduino-doc-1.0.6-2.fc22.noarch argtable-2.13-8.fc22.x86_64 argyllcms-1.6.3-4.fc22.x86_64 arpwatch-2.1a15-33.fc22.x86_64 arts-1.5.10-26.fc22.x86_64 artwiz-aleczapka-anorexia-fonts-1.3-16.fc21.noarch artwiz-aleczapka-aqui-fonts-1.3-16.fc21.noarch artwiz-aleczapka-cure-fonts-1.3-16.fc21.noarch artwiz-aleczapka-drift-fonts-1.3-16.fc21.noarch artwiz-aleczapka-edges-fonts-1.3-16.fc21.noarch artwiz-aleczapka-fkp-fonts-1.3-16.fc21.noarch artwiz-aleczapka-fonts-1.3-16.fc21.noarch artwiz-aleczapka-fonts-common-1.3-16.fc21.noarch artwiz-aleczapka-gelly-fonts-1.3-16.fc21.noarch artwiz-aleczapka-glisp-fonts-1.3-16.fc21.noarch artwiz-aleczapka-kates-fonts-1.3-16.fc21.noarch artwiz-aleczapka-lime-fonts-1.3-16.fc21.noarch artwiz-aleczapka-mints-mild-fonts-1.3-16.fc21.noarch artwiz-aleczapka-mints-strong-fonts-1.3-16.fc21.noarch artwiz-aleczapka-nu-fonts-1.3-16.fc21.noarch artwiz-aleczapka-smoothansi-fonts-1.3-16.fc21.noarch artwiz-aleczapka-snap-fonts-1.3-16.fc21.noarch aspell-0.60.6.1-10.fc22.x86_64 aspell-en-7.1-8.fc22.x86_64 at-3.1.16-5.fc22.x86_64 atinject-1-20.20100611svn86.fc22.noarch atk-2.16.0-1.fc22.i686 atk-2.16.0-1.fc22.x86_64 atk-devel-2.16.0-1.fc22.x86_64 atkmm-2.22.7-4.fc22.x86_64 atlas-3.10.1-21.fc22.x86_64 atmel-firmware-1.3-13.fc21.noarch atril-1.10.0-1.fc22.x86_64 atril-caja-1.10.0-1.fc22.x86_64 atril-libs-1.10.0-1.fc22.x86_64 at-spi2-atk-2.16.0-1.fc22.i686 at-spi2-atk-2.16.0-1.fc22.x86_64 at-spi2-core-2.16.0-1.fc22.i686 at-spi2-core-2.16.0-1.fc22.x86_64 attica-0.4.2-4.fc22.x86_64 attr-2.4.47-9.fc22.x86_64 audacious-3.6.2-1.fc22.x86_64 audacious-libs-3.6.2-1.fc22.x86_64 audacious-plugins-3.6.2-1.fc22.x86_64 audiofile-0.3.6-6.fc22.x86_64 audiofile-devel-0.3.6-6.fc22.x86_64 audit-2.4.2-1.fc22.x86_64 audit-libs-2.4.2-1.fc22.i686 audit-libs-2.4.2-1.fc22.x86_64 audit-libs-python-2.4.2-1.fc22.x86_64 augeas-libs-1.3.0-1.fc22.x86_64 authconfig-6.2.10-6.fc22.x86_64 authconfig-gtk-6.2.10-6.fc22.x86_64 autoconf-2.69-18.fc22.noarch autocorr-en-4.4.3.2-5.fc22.noarch autogen-libopts-5.18.4-1.fc22.x86_64 autojump-21.7.1-4.fc22.noarch autokey-common-0.90.4-6.fc21.noarch autokey-gtk-0.90.4-6.fc21.noarch automake-1.15-1.fc22.noarch autotrace-0.31.1-40.fc22.x86_64 avahi-0.6.31-30.fc22.x86_64 avahi-autoipd-0.6.31-30.fc22.x86_64 avahi-compat-libdns_sd-0.6.31-30.fc22.x86_64 avahi-glib-0.6.31-30.fc22.x86_64 avahi-gobject-0.6.31-30.fc22.x86_64 avahi-libs-0.6.31-30.fc22.i686 avahi-libs-0.6.31-30.fc22.x86_64 avahi-ui-gtk3-0.6.31-30.fc22.x86_64 avalon-framework-4.3-11.fc21.noarch avalon-logkit-2.1-17.fc21.noarch avr-binutils-2.24-4.fc22.x86_64 avrdude-6.1-2.fc22.x86_64 avr-gcc-4.9.2-1.fc22.x86_64 avr-gcc-c++-4.9.2-1.fc22.x86_64 avr-libc-1.8.0-9.fc21.noarch b43-fwcutter-019-3.fc22.x86_64 b43-openfwwf-5.2-11.fc21.noarch babl-0.1.12-2.fc22.x86_64 BackupPC-3.3.1-1.fc22.x86_64 baloo-akonadi-4.14.3-1.fc22.x86_64 baloo-libs-4.14.3-1.fc22.x86_64 baloo-widgets-4.14.3-1.fc22.x86_64 balsa-2.5.1-4.fc22.x86_64 baobab-3.16.1-1.fc22.x86_64 basesystem-10.0-10.fc21.noarch bash-4.3.39-1.fc22.x86_64 bash-completion-2.1-7.20150513git1950590.fc22.noarch batik-1.8-0.18.svn1230816.fc22.noarch batik-css-1.8-0.18.svn1230816.fc22.noarch bc-1.06.95-13.fc22.x86_64 bcel-6.0-0.3.20140406svn1592769.fc22.noarch bea-stax-1.2.0-10.fc21.noarch bea-stax-api-1.2.0-10.fc21.noarch beediff-1.9-12.fc22.x86_64 bijiben-3.16.2-1.fc22.x86_64 bind99-libs-9.9.7-3.fc22.x86_64 bind99-license-9.9.7-3.fc22.noarch bind-libs-9.10.2-1.fc22.x86_64 bind-libs-lite-9.10.2-1.fc22.x86_64 bind-license-9.10.2-1.fc22.noarch bind-utils-9.10.2-1.fc22.x86_64 binutils-2.25-5.fc22.x86_64 biosdevname-0.5.0-4.fc22.x86_64 bitstream-vera-fonts-common-1.10-26.fc22.noarch bitstream-vera-sans-fonts-1.10-26.fc22.noarch bitstream-vera-sans-mono-fonts-1.10-26.fc22.noarch bitstream-vera-serif-fonts-1.10-26.fc22.noarch blas-3.5.0-10.fc22.x86_64 blender-2.74-5.fc22.x86_64 blenderplayer-2.74-5.fc22.x86_64 blender-rpm-macros-2.74-5.fc22.noarch bluebird-gtk2-theme-1.2-2.fc22.noarch bluebird-gtk3-theme-1.2-2.fc22.noarch bluebird-xfwm4-theme-1.2-2.fc22.noarch blueproximity-1.2.5-13.fc21.noarch bluez-5.29-2.fc22.x86_64 bluez-cups-5.29-2.fc22.x86_64 bluez-hcidump-2.5-5.fc22.x86_64 bluez-hid2hci-5.29-2.fc22.x86_64 bluez-libs-5.29-2.fc22.x86_64 bodhi-client-0.9.12.2-1.fc22.noarch boinc-client-7.2.42-3.gitdd0d630.fc22.x86_64 boinc-manager-7.2.42-3.gitdd0d630.fc22.x86_64 bonnie++-1.96-8.fc22.x86_64 boost-chrono-1.57.0-6.fc22.x86_64 boost-context-1.57.0-6.fc22.x86_64 boost-date-time-1.57.0-6.fc22.x86_64 boost-filesystem-1.57.0-6.fc22.x86_64 boost-iostreams-1.57.0-6.fc22.x86_64 boost-locale-1.57.0-6.fc22.x86_64 boost-program-options-1.57.0-6.fc22.x86_64 boost-python-1.57.0-6.fc22.x86_64 boost-regex-1.57.0-6.fc22.x86_64 boost-serialization-1.57.0-6.fc22.x86_64 boost-signals-1.57.0-6.fc22.x86_64 boost-system-1.57.0-6.fc22.x86_64 boost-thread-1.57.0-6.fc22.x86_64 bouncycastle-1.50-7.fc22.noarch bouncycastle-mail-1.50-6.fc22.noarch bouncycastle-pkix-1.50-4.fc22.noarch brasero-3.12.1-1.fc22.x86_64 brasero-libs-3.12.1-1.fc22.x86_64 brasero-nautilus-3.12.1-1.fc22.x86_64 brazil-2.3-13.fc21.noarch breeze-icon-theme-5.3.1-1.fc22.noarch bridge-utils-1.5-10.fc22.x86_64 brlapi-0.6.3-3.fc22.x86_64 brlcad-7.24.2-0.x86_64 brltty-5.2-3.fc22.x86_64 bsdiff-4.3-14.fc22.x86_64 bsf-2.4.0-19.fc21.noarch btparser-0.26-1.fc19.x86_64 btrfs-progs-4.0-1.fc22.x86_64 bullet-2.82-4.fc22.x86_64 byobu-5.92-1.fc22.noarch bzip2-1.0.6-14.fc22.x86_64 bzip2-devel-1.0.6-14.fc22.x86_64 bzip2-libs-1.0.6-14.fc22.i686 bzip2-libs-1.0.6-14.fc22.x86_64 ca-certificates-2015.2.4-1.0.fc22.noarch cairo-1.14.2-1.fc22.i686 cairo-1.14.2-1.fc22.x86_64 cairo-devel-1.14.2-1.fc22.x86_64 cairo-gobject-1.14.2-1.fc22.i686 cairo-gobject-1.14.2-1.fc22.x86_64 cairomm-1.10.0-9.fc22.x86_64 caja-1.10.0-1.fc22.x86_64 caja-actions-1.8.0-1.fc22.x86_64 caja-actions-doc-1.8.0-1.fc22.noarch caja-extensions-1.10.0-1.fc22.x86_64 caja-extensions-common-1.10.0-1.fc22.noarch caja-image-converter-1.10.0-1.fc22.x86_64 caja-open-terminal-1.10.0-1.fc22.x86_64 caja-schemas-1.10.0-1.fc22.x86_64 caja-sendto-1.10.0-1.fc22.x86_64 caja-wallpaper-1.10.0-1.fc22.x86_64 c-ares-1.10.0-4.fc22.i686 c-ares-1.10.0-4.fc22.x86_64 c-ares-devel-1.10.0-4.fc22.x86_64 caribou-0.4.18.1-1.fc22.x86_64 caribou-gtk2-module-0.4.18.1-1.fc22.x86_64 caribou-gtk3-module-0.4.18.1-1.fc22.x86_64 cdparanoia-10.2-18.fc22.x86_64 cdparanoia-libs-10.2-18.fc22.x86_64 cdrdao-1.2.3-23.fc22.x86_64 celt-0.11.3-1.fc20.x86_64 celt051-0.5.1.3-9.fc22.x86_64 ceph-libs-compat-0.94.1-3.fc22.x86_64 cfitsio-3.370-3.fc22.x86_64 CGAL-4.6-1.fc22.x86_64 cglib-3.1-5.fc22.noarch check-0.9.14-2.fc22.x86_64 checkpolicy-2.3-4.fc22.x86_64 cheese-3.16.1-1.fc22.x86_64 cheese-libs-3.16.1-1.fc22.x86_64 chkconfig-1.4-1.fc22.x86_64 chmlib-0.40-10.fc21.x86_64 chrony-2.0-1.fc22.x86_64 cifs-utils-6.4-3.fc22.x86_64 cjkuni-uming-fonts-0.2.20080216.1-55.fc22.noarch clamav-0.98.7-1.fc22.x86_64 clamav-data-0.98.7-1.fc22.noarch clamav-filesystem-0.98.7-1.fc22.noarch clamav-lib-0.98.7-1.fc22.x86_64 clamav-scanner-0.98.7-1.fc22.noarch clamav-scanner-systemd-0.98.7-1.fc22.noarch clamav-server-0.98.7-1.fc22.x86_64 clamav-server-systemd-0.98.7-1.fc22.noarch clamav-update-0.98.7-1.fc22.x86_64 clamtk-5.18-1.fc22.noarch claws-mail-3.11.1-7.fc22.x86_64 clucene09-core-0.9.21b-13.fc22.i686 clucene09-core-0.9.21b-13.fc22.x86_64 clucene-contribs-lib-2.3.3.4-17.20130812.e8e3d20git.fc22.x86_64 clucene-core-2.3.3.4-17.20130812.e8e3d20git.fc22.x86_64 clutter-1.22.2-2.fc22.x86_64 clutter-gst2-2.0.14-2.fc22.x86_64 clutter-gst3-3.0.6-1.fc22.x86_64 clutter-gtk-1.6.0-1.fc22.x86_64 cmake-3.2.2-1.fc22.x86_64 cmake-fedora-2.3.4-1.fc22.noarch cmake-gui-3.2.2-1.fc22.x86_64 cobite-base-0.109-1.cbt.x86_64 cobite-libs-0.3-8.cbt.x86_64 cobite-oracle-instantclient-0.4-2.cbt.x86_64 cobite-scraper-0.22-4.cbt.x86_64 cogl-1.20.0-3.fc22.x86_64 Coin2-2.5.0-22.fc22.x86_64 Coin3-3.1.3-7.fc22.x86_64 colord-1.2.10-2.fc22.x86_64 colord-gtk-0.1.26-1.fc22.x86_64 colordiff-1.0.13-6.fc22.noarch colord-libs-1.2.10-2.fc22.i686 colord-libs-1.2.10-2.fc22.x86_64 color-filesystem-1-15.fc21.noarch compat-libstdc++-296-2.96-146.1.i686 compat-libstdc++-33-3.2.3-68.12.i686 compat-libstdc++-33-3.2.3-68.12.x86_64 compat-libuv010-0.10.34-1.fc22.i686 compat-libuv010-0.10.34-1.fc22.x86_64 compat-libuv010-devel-0.10.34-1.fc22.x86_64 compat-readline5-5.2-24.fc22.x86_64 compat-wxBase3-gtk2-3.0.2-3.1.fc22.x86_64 compat-wxGTK3-gtk2-3.0.2-3.1.fc22.x86_64 compat-wxGTK3-gtk2-gl-3.0.2-3.1.fc22.x86_64 compface-1.5.2-18.fc22.x86_64 comps-extras-23-2.fc21.noarch ConsoleKit-0.4.5-9.fc22.x86_64 ConsoleKit-libs-0.4.5-9.fc22.x86_64 ConsoleKit-x11-0.4.5-9.fc22.x86_64 control-center-3.16.2-1.fc22.x86_64 control-center-filesystem-3.16.2-1.fc22.x86_64 coolkey-1.1.0-26.fc22.x86_64 coreutils-8.23-10.fc22.x86_64 corosync-2.3.4-1.fc22.x86_64 corosynclib-2.3.4-1.fc22.x86_64 cpio-2.11-33.fc22.x86_64 cpp-5.1.1-1.fc22.x86_64 cracklib-2.9.1-5.fc22.i686 cracklib-2.9.1-5.fc22.x86_64 cracklib-dicts-2.9.1-5.fc22.x86_64 crash-7.1.0-1.fc22.x86_64 crda-3.18_2015.04.06-1.fc22.x86_64 createrepo-0.10.3-3.fc21.noarch createrepo_c-0.9.0-1.fc22.x86_64 createrepo_c-libs-0.9.0-1.fc22.x86_64 cronie-1.4.12-5.fc22.x86_64 cronie-anacron-1.4.12-5.fc22.x86_64 cronolog-1.6.2-18.fc22.x86_64 crontabs-1.11-9.20130830git.fc22.noarch crypto-policies-20150305-2.git44afaa1.fc22.noarch cryptopp-5.6.2-6.fc22.x86_64 cryptsetup-1.6.7-1.fc22.x86_64 cryptsetup-libs-1.6.7-1.fc22.x86_64 cryptsetup-python-1.6.7-1.fc22.x86_64 crystalhd-firmware-3.10.0-8.fc22.noarch csstidy-1.4-12.fc22.x86_64 ctags-5.8-16.fc22.x86_64 ctdb-4.2.2-0.fc22.x86_64 cups-2.0.2-5.fc22.x86_64 cups-client-2.0.2-5.fc22.x86_64 cups-devel-2.0.2-5.fc22.x86_64 cups-filesystem-2.0.2-5.fc22.noarch cups-filters-1.0.66-1.fc22.x86_64 cups-filters-libs-1.0.66-1.fc22.x86_64 cups-libs-2.0.2-5.fc22.i686 cups-libs-2.0.2-5.fc22.x86_64 cups-pdf-2.6.1-9.fc22.x86_64 cups-pk-helper-0.2.5-5.fc22.x86_64 cups-x2go-3.0.1.0-2.fc21.noarch curl-7.40.0-3.fc22.x86_64 cvs-1.11.23-38.fc22.x86_64 cyrus-sasl-2.1.26-22.fc22.x86_64 cyrus-sasl-devel-2.1.26-22.fc22.x86_64 cyrus-sasl-gssapi-2.1.26-22.fc22.x86_64 cyrus-sasl-lib-2.1.26-22.fc22.x86_64 cyrus-sasl-md5-2.1.26-22.fc22.x86_64 cyrus-sasl-plain-2.1.26-22.fc22.x86_64 cyrus-sasl-scram-2.1.26-22.fc22.x86_64 dbus-1.8.18-1.fc22.x86_64 dbus-devel-1.8.18-1.fc22.x86_64 dbus-glib-0.104-1.fc22.x86_64 dbus-libs-1.8.18-1.fc22.i686 dbus-libs-1.8.18-1.fc22.x86_64 dbusmenu-qt-0.9.2-8.fc22.x86_64 dbusmenu-qt5-0.9.3-0.3.20140604bzr.fc22.x86_64 dbus-python-1.2.0-7.fc22.x86_64 dbus-sharp-0.7.0-12.fc22.x86_64 dbus-sharp-glib-0.5.0-10.fc22.x86_64 dbus-x11-1.8.18-1.fc22.x86_64 dcfldd-1.3.4.1-11.fc22.x86_64 dconf-0.24.0-1.fc22.x86_64 dconf-editor-3.16.1-1.fc22.x86_64 deja-dup-34.0-1.fc22.x86_64 deja-dup-nautilus-34.0-1.fc22.x86_64 dejavu-fonts-common-2.34-4.fc22.noarch dejavu-lgc-sans-fonts-2.34-4.fc22.noarch dejavu-lgc-sans-mono-fonts-2.34-4.fc22.noarch dejavu-lgc-serif-fonts-2.34-4.fc22.noarch dejavu-sans-fonts-2.34-4.fc22.noarch dejavu-sans-mono-fonts-2.34-4.fc22.noarch dejavu-serif-fonts-2.34-4.fc22.noarch deltarpm-3.6-8.fc22.x86_64 derelict-3-31.20141022git7fc1714.fc22.x86_64 derelict-freetype-3-26.201410303git9570453.fc20.x86_64 desktop-backgrounds-basic-22.0.0-0.fc22.noarch desktop-backgrounds-compat-22.0.0-0.fc22.noarch desktop-backgrounds-gnome-22.0.0-0.fc22.noarch desktop-file-utils-0.22-3.fc22.x86_64 device-mapper-1.02.93-3.fc22.x86_64 device-mapper-event-1.02.93-3.fc22.x86_64 device-mapper-event-libs-1.02.93-3.fc22.x86_64 device-mapper-libs-1.02.93-3.fc22.x86_64 device-mapper-multipath-0.4.9-73.fc22.x86_64 device-mapper-multipath-libs-0.4.9-73.fc22.x86_64 device-mapper-persistent-data-0.4.1-3.fc22.x86_64 dhcp-client-4.3.2-2.fc22.x86_64 dhcp-common-4.3.2-2.fc22.noarch dhcp-libs-4.3.2-2.fc22.x86_64 diffmark-0.10-9.fc22.x86_64 diffstat-1.59-2.fc22.x86_64 diffuse-0.4.8-1.fc22.noarch diffutils-3.3-9.fc22.x86_64 dirac-libs-1.0.2-15.fc22.x86_64 directfb-1.6.3-6.3.x86_64 djvulibre-libs-3.5.25.3-15.fc22.x86_64 dleyna-connector-dbus-0.2.0-4.fc22.x86_64 dleyna-core-0.4.0-3.fc22.x86_64 dleyna-renderer-0.4.0-4.fc22.x86_64 dleyna-server-0.4.0-7.fc22.x86_64 dmg2img-1.6.5-1.fc22.x86_64 dmidecode-2.12-8.fc22.x86_64 dmraid-1.0.0.rc16-25.fc22.x86_64 dmraid-events-1.0.0.rc16-25.fc22.x86_64 dnf-1.0.0-1.fc22.noarch dnf-conf-1.0.0-1.fc22.noarch dnfdaemon-0.3.8-1.fc22.noarch dnf-langpacks-0.10.0-1.fc22.noarch dnf-plugins-core-0.1.8-1.fc22.noarch dnf-yum-1.0.0-1.fc22.noarch dnsmasq-2.72-3.fc22.x86_64 docbook-dtds-1.0-63.fc21.noarch docbook-style-xsl-1.78.1-3.fc21.noarch dolphin-15.04.1-1.fc22.x86_64 dolphin-libs-15.04.1-1.fc22.x86_64 dom4j-1.6.1-22.fc21.noarch dos2unix-7.2.2-1.fc22.x86_64 dosfstools-3.0.27-1.fc22.x86_64 dotconf-1.3-10.fc22.x86_64 dracut-041-10.fc22.1.x86_64 dracut-config-rescue-041-10.fc22.1.x86_64 dracut-network-041-10.fc22.1.x86_64 dtc-1.4.1-2.fc22.x86_64 dumb-0.9.3-20.fc22.x86_64 dump-0.4-0.24.b44.fc22.x86_64 duplicity-0.6.25-3.fc22.x86_64 dvd+rw-tools-7.1-17.fc22.x86_64 dwz-0.11-4.fc22.x86_64 e2fsprogs-1.42.12-4.fc22.x86_64 e2fsprogs-libs-1.42.12-4.fc22.x86_64 easymock-3.3-1.fc22.noarch easytag-2.3.7-2.fc22.x86_64 ebook-tools-libs-0.2.2-3.fc22.x86_64 ebtables-2.0.10-16.fc22.x86_64 ecj-4.4.2-1.fc22.noarch eclipse-ecf-core-3.10.0-1.fc22.x86_64 eclipse-emf-core-2.10.2-1.fc22.x86_64 eclipse-epic-0.6.54-3.fc21.noarch eclipse-equinox-osgi-4.4.2-6.fc22.x86_64 eclipse-filesystem-1.0-3.fc22.x86_64 eclipse-gef-3.9.101-3.fc22.noarch eclipse-platform-4.4.2-6.fc22.x86_64 eclipse-swt-4.4.2-6.fc22.x86_64 ed-1.10-3.fc22.x86_64 efl-1.13.2-2.fc22.x86_64 electronics-menu-1.0-14.fc21.noarch elementary-1.13.2-1.fc22.x86_64 elfutils-0.161-6.fc22.x86_64 elfutils-devel-0.161-6.fc22.x86_64 elfutils-libelf-0.161-6.fc22.i686 elfutils-libelf-0.161-6.fc22.x86_64 elfutils-libelf-devel-0.161-6.fc22.x86_64 elfutils-libs-0.161-6.fc22.i686 elfutils-libs-0.161-6.fc22.x86_64 emacs-24.5-2.fc22.x86_64 emacs-common-24.5-2.fc22.x86_64 emacs-filesystem-24.5-2.fc22.noarch empathy-3.12.10-2.fc22.x86_64 enca-1.15-3.fc22.x86_64 enchant-1.6.0-9.fc22.x86_64 engrampa-1.10.0-2.fc22.x86_64 enlightenment-0.19.4-1.fc22.x86_64 enlightenment-data-0.19.4-1.fc22.noarch enscript-1.6.6-7.fc22.x86_64 environment-modules-3.2.10-14.fc22.x86_64 eog-3.16.2-1.fc22.x86_64 eom-1.10.0-1.fc22.x86_64 epiphany-runtime-3.16.1-1.fc22.x86_64 espeak-1.48.04-3.fc22.x86_64 eterm-0.9.6-11.fc22.x86_64 ethtool-3.18-1.fc22.x86_64 evas-generic-loaders-1.13.2-1.fc22.x86_64 evince-3.16.1-1.fc22.x86_64 evince-libs-3.16.1-1.fc22.x86_64 evince-nautilus-3.16.1-1.fc22.x86_64 evolution-3.16.2.1-2.fc22.x86_64 evolution-data-server-3.16.2-3.fc22.x86_64 evolution-ews-3.16.2-1.fc22.x86_64 evolution-help-3.16.2.1-2.fc22.noarch exempi-2.2.1-8.fc22.x86_64 exfat-utils-1.1.1-1.fc22.x86_64 exim-4.85-2.fc22.x86_64 exim-clamav-4.85-2.fc22.x86_64 exim-clamav-sysvinit-4.85-2.fc22.noarch exiv2-libs-0.24-4.fc22.x86_64 exo-0.10.6-1.fc22.x86_64 expat-2.1.0-10.fc22.i686 expat-2.1.0-10.fc22.x86_64 expat-devel-2.1.0-10.fc22.x86_64 f21-backgrounds-base-21.1.0-1.fc22.noarch f21-backgrounds-gnome-21.1.0-1.fc22.noarch f22-backgrounds-base-21.91.0-1.fc22.noarch f22-backgrounds-gnome-21.91.0-1.fc22.noarch f2fs-tools-1.4.0-3.fc22.x86_64 faac-1.28-7.fc22.x86_64 faad2-libs-2.7-6.fc22.x86_64 faience-icon-theme-0.5-3.fc22.noarch fakeroot-1.18.4-4.fc22.x86_64 fakeroot-libs-1.18.4-4.fc22.x86_64 farstream-0.1.2-10.fc22.x86_64 farstream02-0.2.7-1.fc22.x86_64 fcoe-utils-1.0.29-7.git9267509.fc22.x86_64 fedora-arm-installer-1.99.2-1.fc22.noarch fedora-bookmarks-22-1.fc22.noarch fedora-cert-0.5.10.5-1.fc22.noarch fedora-icon-theme-1.0.0-16.fc21.noarch fedora-logos-22.0.0-1.fc22.x86_64 fedora-logos-httpd-22.0.0-1.fc22.noarch fedora-release-22-1.noarch fedora-release-notes-22.02-1.fc22.noarch fedora-repos-22-1.noarch fedpkg-1.20-1.fc22.noarch fedup-0.9.2-1.fc22.noarch felix-bundlerepository-1.6.6-17.fc22.noarch felix-framework-4.6.0-1.fc22.noarch felix-gogo-command-0.14.0-3.fc22.noarch felix-gogo-runtime-0.12.1-1.fc21.noarch felix-gogo-shell-0.10.0-13.fc22.noarch felix-osgi-compendium-1.4.0-20.fc21.noarch felix-osgi-core-1.4.0-17.fc21.noarch felix-osgi-foundation-1.2.0-18.fc21.noarch felix-osgi-obr-1.0.2-14.fc22.noarch felix-shell-1.4.3-6.fc21.noarch felix-utils-1.6.0-1.fc22.noarch festival-1.96-29.fc22.x86_64 festival-freebsoft-utils-0.10-8.fc21.noarch festival-lib-1.96-29.fc22.x86_64 festival-speechtools-libs-1.2.96-29.fc22.x86_64 festvox-slt-arctic-hts-0.20061229-29.fc22.noarch ffmpeg-2.6.3-1.fc22.x86_64 ffmpeg-compat-0.6.7-9.fc22.x86_64 ffmpeg-libs-2.6.3-1.fc22.x86_64 fftw-libs-double-3.3.4-5.fc22.x86_64 Field3D-1.6.1-1.fc22.x86_64 file-5.22-3.fc22.x86_64 file-libs-5.22-3.fc22.x86_64 file-roller-3.16.2-1.fc22.x86_64 file-roller-nautilus-3.16.2-1.fc22.x86_64 filesystem-3.2-32.fc22.x86_64 filezilla-3.10.3-1.fc22.x86_64 findutils-4.5.14-3.fc22.x86_64 finger-0.17-53.fc22.x86_64 fipscheck-1.4.1-7.fc22.x86_64 fipscheck-lib-1.4.1-7.fc22.x86_64 firebird-libfbembed-2.5.4.26856.0-1.fc22.x86_64 firefox-38.0.5-1.fc22.x86_64 firewall-config-0.3.13-7.fc22.noarch firewalld-0.3.13-7.fc22.noarch firewalld-filesystem-0.3.13-7.fc22.noarch flac123-0.0.12-4.fc22.x86_64 flac-1.3.1-1.fc22.x86_64 flac-libs-1.3.1-1.fc22.i686 flac-libs-1.3.1-1.fc22.x86_64 flash-plugin-11.2.202.466-release.x86_64 flite-1.3-23.fc22.x86_64 fltk-1.3.3-2.fc22.x86_64 fluid-soundfont-common-3.1-13.fc21.noarch fluid-soundfont-lite-patches-3.1-13.fc21.noarch flute-1.3.0-13.OOo31.fc21.noarch folks-0.11.0-1.fc22.x86_64 fontaine-0-12.svn57.fc22.x86_64 fontconfig-2.11.94-1.fc22.i686 fontconfig-2.11.94-1.fc22.x86_64 fontconfig-devel-2.11.94-1.fc22.x86_64 fontforge-20141230-2.fc22.x86_64 fontik-0.6.1-8.20120305git5dbbc513.fc22.x86_64 font-manager-0.5.7-10.fc22.x86_64 fontmatrix-0.9.99-19.r1218.fc22.x86_64 fontpackages-filesystem-1.44-12.fc22.noarch fonts-blender-2.74-5.fc22.noarch fonttools-2.5-2.fc22.noarch foomatic-4.0.11-10.fc22.x86_64 foomatic-db-4.0-45.20150415.fc22.noarch foomatic-db-filesystem-4.0-45.20150415.fc22.noarch foomatic-db-ppds-4.0-45.20150415.fc22.noarch fop-1.1-8.fc21.noarch fortune-mod-1.99.1-20.fc22.x86_64 fpaste-0.3.7.4-1.fc22.noarch fprintd-0.6.0-1.fc22.x86_64 fprintd-pam-0.6.0-1.fc22.x86_64 freealut-1.1.0-19.fc22.x86_64 freecad-0.15-1.fc22.x86_64 freecad-data-0.15-1.fc22.noarch freeglut-2.8.1-5.fc22.x86_64 freeimage-3.10.0-22.fc22.x86_64 freeimage-devel-3.10.0-22.fc22.x86_64 freerdp-1.2.0-0.9.git.24a752a.fc22.x86_64 freerdp-libs-1.2.0-0.9.git.24a752a.fc22.x86_64 freerouting-1.2.43-2.20140513git265f040.fc22.noarch freetype-2.5.5-1.fc22.i686 freetype-2.5.5-1.fc22.x86_64 freetype-devel-2.5.5-1.fc22.x86_64 freetype-freeworld-2.5.5-1.fc22.x86_64 freewrl-2.3.3.1-4.fc22.x86_64 frei0r-plugins-1.4-3.fc22.x86_64 fribidi-0.19.6-3.fc22.x86_64 fritzing-0.9.0b-2.fc22.x86_64 fros-1.1-1.fc22.noarch fros-gnome-1.1-1.fc22.noarch fros-recordmydesktop-1.1-1.fc22.noarch ftgl-2.1.3-0.11.rc5.fc22.x86_64 ftp-0.17-67.fc22.x86_64 fuse-2.9.4-1.fc22.x86_64 fuse-exfat-1.1.0-1.fc22.x86_64 fuseiso-20070708-16.fc22.x86_64 fuse-libs-2.9.4-1.fc22.x86_64 fuse-sshfs-2.5-1.fc22.x86_64 fxload-2008_10_13-2.fc22.x86_64 game-music-emu-0.6.0-5.fc22.x86_64 gamin-0.1.10-17.fc22.x86_64 garcon-0.4.0-2.fc22.x86_64 gavl-1.4.0-6.fc22.x86_64 gawk-4.1.1-6.fc22.x86_64 gcc-5.1.1-1.fc22.x86_64 gcc-c++-5.1.1-1.fc22.x86_64 GConf2-3.2.6-11.fc22.x86_64 GConf2-devel-3.2.6-11.fc22.x86_64 gcr-3.16.0-1.fc22.x86_64 gd-2.1.1-2.fc22.x86_64 gdb-7.9.1-13.fc22.x86_64 gdbm-1.11-4.fc22.x86_64 gdbm-devel-1.11-4.fc22.x86_64 gd-devel-2.1.1-2.fc22.x86_64 gdisk-1.0.0-1.fc22.x86_64 gdk-pixbuf2-2.31.4-1.fc22.i686 gdk-pixbuf2-2.31.4-1.fc22.x86_64 gdk-pixbuf2-devel-2.31.4-1.fc22.x86_64 gdm-3.16.1.1-1.fc22.x86_64 geany-1.24.1-3.fc22.x86_64 gecko-mediaplayer-1.0.9-3.fc22.x86_64 gedit-3.16.2-1.fc22.x86_64 gegl-0.2.0-21.fc22.x86_64 gegl03-0.3.0-0.3.gitc9bbc81.fc22.x86_64 genisoimage-1.1.11-26.fc22.x86_64 geoclue-0.12.99-7.fc22.x86_64 geoclue2-2.2.0-1.fc22.x86_64 geocode-glib-3.16.2-1.fc22.x86_64 GeoIP-1.6.5-1.fc22.x86_64 GeoIP-GeoLite-data-2015.05-1.fc22.noarch GeoIP-GeoLite-data-extra-2015.05-1.fc22.noarch geoipupdate-2.2.1-2.fc22.x86_64 geronimo-annotation-1.0-16.fc21.noarch geronimo-jms-1.1.1-19.fc21.noarch gettext-0.19.4-4.fc22.x86_64 gettext-common-devel-0.19.4-4.fc22.noarch gettext-commons-0.9.6-12.fc22.noarch gettext-devel-0.19.4-4.fc22.x86_64 gettext-libs-0.19.4-4.fc22.x86_64 gfbgraph-0.2.2-4.fc22.x86_64 ghc-srpm-macros-1.4.2-1.fc22.noarch ghostscript-9.16-2.fc22.x86_64 ghostscript-core-9.16-2.fc22.x86_64 ghostscript-devel-9.16-2.fc22.x86_64 ghostscript-fonts-5.50-33.fc21.noarch ghostscript-gtk-9.16-2.fc22.x86_64 ghostscript-x11-9.16-2.fc22.x86_64 giflib-4.1.6-12.fc22.x86_64 gimp-2.8.14-1.fc22.x86_64 gimp-data-extras-2.0.2-11.fc22.noarch gimp-fourier-plugin-0.4.1-10.fc22.x86_64 gimp-high-pass-filter-1.2-4.fc22.noarch gimp-libs-2.8.14-1.fc22.x86_64 gimp-lqr-plugin-0.7.2-2.fc22.x86_64 gimp-normalmap-1.2.3-9.fc22.x86_64 girara-0.2.3-1.fc22.x86_64 git-2.4.2-1.fc22.x86_64 GitPython-1.0.1-1.fc22.noarch gjs-1.43.3-1.fc22.x86_64 gkrellm-2.3.5-21.fc22.x86_64 gkrellm-aclock-0.3.4-14.x86_64 gkrellm-freq-2.3-2.fc22.x86_64 gkrellm-moon-0.6-16.x86_64 gkrellm-sun-1.0.0-17.fc22.x86_64 gkrellm-timestamp-0.1.4-10.fc19.x86_64 gkrellm-top-2.2.13-8.fc22.x86_64 gkrellm-wifi-0.9.12-19.fc22.x86_64 gl2ps-1.3.8-5.fc22.x86_64 gl2ps-devel-1.3.8-5.fc22.x86_64 glabels-3.2.1-2.fc22.x86_64 glabels-doc-3.2.1-2.fc22.x86_64 glabels-libs-3.2.1-2.fc22.x86_64 glabels-templates-3.2.1-2.fc22.x86_64 glade-libs-3.18.3-4.fc22.x86_64 glassfish-el-3.0.0-4.fc22.noarch glassfish-el-api-3.0.0-5.fc22.noarch glassfish-jsp-2.3.3-0.1.b02.fc22.noarch glassfish-jsp-api-2.3.2-0.1.b01.fc22.noarch glassfish-servlet-api-3.1.0-7.fc22.noarch GLC_lib-2.2.0-10.fc22.x86_64 GLC_Player-2.3.0-8.fc22.x86_64 glib-1.2.10-44.fc22.x86_64 glib2-2.44.1-1.fc22.i686 glib2-2.44.1-1.fc22.x86_64 glib2-devel-2.44.1-1.fc22.x86_64 glibc-2.21-5.fc22.i686 glibc-2.21-5.fc22.x86_64 glibc-common-2.21-5.fc22.x86_64 glibc-devel-2.21-5.fc22.i686 glibc-devel-2.21-5.fc22.x86_64 glibc-headers-2.21-5.fc22.x86_64 glibmm24-2.44.0-1.fc22.x86_64 glib-networking-2.44.0-1.fc22.i686 glib-networking-2.44.0-1.fc22.x86_64 gl-manpages-1.1-9.20140424.fc21.noarch gloobus-preview-0.4.1-26.fc22.x86_64 glpi-0.85.4-1.fc22.noarch glusterfs-3.6.3-3.fc22.x86_64 glusterfs-api-3.6.3-3.fc22.x86_64 glusterfs-fuse-3.6.3-3.fc22.x86_64 glusterfs-libs-3.6.3-3.fc22.x86_64 glx-utils-8.2.0-2.fc22.x86_64 glyphtracer-1.3-7.1.fc21.noarch gmime-2.6.20-4.fc22.x86_64 gmp-6.0.0-9.fc22.i686 gmp-6.0.0-9.fc22.x86_64 gmp-devel-6.0.0-9.fc22.x86_64 gmtk-1.0.9-2.fc22.i686 gmtk-1.0.9-2.fc22.x86_64 gnash-0.8.10-15.fc22.x86_64 gnat-srpm-macros-1-1.fc22.noarch gnome-abrt-1.1.2-2.fc22.x86_64 gnome-backgrounds-3.16.0-1.fc22.noarch gnome-bluetooth-3.16.1-1.fc22.x86_64 gnome-bluetooth-libs-3.16.1-1.fc22.x86_64 gnome-boxes-3.16.2-2.fc22.x86_64 gnome-calculator-3.16.1-1.fc22.x86_64 gnome-classic-session-3.16.1-2.fc22.noarch gnome-clocks-3.16.1-1.fc22.x86_64 gnome-color-manager-3.16.0-1.fc22.x86_64 gnome-contacts-3.16.2-1.fc22.x86_64 gnome-desktop3-3.16.2-1.fc22.x86_64 gnome-dictionary-3.16.2-1.fc22.x86_64 gnome-disk-utility-3.16.2-1.fc22.x86_64 gnome-documents-3.16.2-2.fc22.x86_64 gnome-documents-libs-3.16.2-2.fc22.x86_64 gnome-epub-thumbnailer-1.5-1.fc22.x86_64 gnome-font-viewer-3.16.2-1.fc22.x86_64 gnome-getting-started-docs-3.16.2-1.fc22.noarch gnome-icon-theme-3.12.0-2.fc21.noarch gnome-icon-theme-extras-3.12.0-2.fc21.noarch gnome-icon-theme-legacy-3.12.0-2.fc21.noarch gnome-icon-theme-symbolic-3.12.0-2.fc21.noarch gnome-js-common-0.1.2-11.fc21.noarch gnome-keyring-3.16.0-1.fc22.x86_64 gnome-keyring-pam-3.16.0-1.fc22.x86_64 gnome-keyring-sharp-1.0.1-0.18.133722svn.fc22.x86_64 gnome-logs-3.16.2-1.fc22.x86_64 gnome-maps-3.16.2-1.fc22.x86_64 gnome-menus-3.13.3-2.fc22.x86_64 gnome-mplayer-1.0.9-3.20150203svn2476.fc22.x86_64 gnome-mplayer-common-1.0.9-3.20150203svn2476.fc22.x86_64 gnome-mplayer-minimal-1.0.9-3.20150203svn2476.fc22.x86_64 gnome-online-accounts-3.16.2-1.fc22.x86_64 gnome-online-miners-3.14.3-2.fc22.x86_64 gnome-packagekit-3.16.0-1.fc22.x86_64 gnome-photos-3.16.2-2.fc22.x86_64 gnome-python2-2.28.1-15.fc22.x86_64 gnome-python2-bonobo-2.28.1-15.fc22.x86_64 gnome-python2-canvas-2.28.1-15.fc22.x86_64 gnome-python2-gconf-2.28.1-15.fc22.x86_64 gnome-python2-gnome-2.28.1-15.fc22.x86_64 gnome-python2-gnomevfs-2.28.1-15.fc22.x86_64 gnome-rdp-0.3.1.0-10.fc22.x86_64 gnome-screenshot-3.16.2-1.fc22.x86_64 gnome-session-3.16.0-1.fc22.x86_64 gnome-session-wayland-session-3.16.0-1.fc22.x86_64 gnome-session-xsession-3.16.0-1.fc22.x86_64 gnome-settings-daemon-3.16.2-1.fc22.x86_64 gnome-sharp-2.24.2-8.fc22.x86_64 gnome-shell-3.16.2-1.fc22.x86_64 gnome-shell-extension-alternate-tab-3.16.1-2.fc22.noarch gnome-shell-extension-apps-menu-3.16.1-2.fc22.noarch gnome-shell-extension-common-3.16.1-2.fc22.noarch gnome-shell-extension-launch-new-instance-3.16.1-2.fc22.noarch gnome-shell-extension-places-menu-3.16.1-2.fc22.noarch gnome-shell-extension-window-list-3.16.1-2.fc22.noarch gnome-software-3.16.2-2.fc22.x86_64 gnome-sound-recorder-3.16.0-1.fc22.noarch gnome-system-log-3.9.90-3.fc22.x86_64 gnome-system-monitor-3.16.0-1.fc22.x86_64 gnome-terminal-3.16.2-1.fc22.x86_64 gnome-themes-2.32.0-12.fc21.noarch gnome-themes-standard-3.16.2-1.fc22.x86_64 gnome-user-docs-3.16.1-1.fc22.noarch gnome-user-share-3.14.2-1.fc22.x86_64 gnome-vfs2-2.24.4-18.fc22.x86_64 gnome-vfs2-common-2.24.4-18.fc22.noarch gnome-vfs2-devel-2.24.4-18.fc22.x86_64 gnome-video-effects-0.4.1-2.fc21.noarch gnome-weather-3.16.2.1-1.fc22.noarch gnome-web-photo-0.10.5-7.fc22.x86_64 gnote-3.16.0-2.fc22.x86_64 gnu-free-fonts-common-20120503-10.fc22.noarch gnu-free-mono-fonts-20120503-10.fc22.noarch gnu-free-sans-fonts-20120503-10.fc22.noarch gnu-free-serif-fonts-20120503-10.fc22.noarch gnumeric-1.12.20-1.fc22.x86_64 gnupg-1.4.19-1.fc22.x86_64 gnupg2-2.1.4-1.fc22.x86_64 gnu-regexp-1.1.4-19.fc21.noarch gnutls-3.3.15-1.fc22.i686 gnutls-3.3.15-1.fc22.x86_64 gnutls-c++-3.3.15-1.fc22.x86_64 gnutls-dane-3.3.15-1.fc22.x86_64 gnutls-devel-3.3.15-1.fc22.x86_64 gnutls-utils-3.3.15-1.fc22.x86_64 gobject-introspection-1.44.0-1.fc22.x86_64 goffice-0.10.20-1.fc22.x86_64 gom-0.3.1-1.fc22.x86_64 goocanvas-1.0.0-8.fc22.x86_64 google-android-emoji-fonts-1.01-0.3.20120228git.fc22.noarch google-chrome-stable-43.0.2357.124-1.x86_64 googlecl-0.9.14-4.fc21.noarch google-crosextra-caladea-fonts-1.002-0.5.20130214.fc22.noarch google-crosextra-carlito-fonts-1.103-0.3.20130920.fc22.noarch google-droid-sans-fonts-20120715-8.fc22.noarch google-droid-sans-mono-fonts-20120715-8.fc22.noarch google-musicmanager-beta-1.0.196.8837-0.x86_64 google-talkplugin-5.41.0.0-1.x86_64 gparted-0.22.0-1.fc22.x86_64 gpgme-1.4.3-5.fc22.x86_64 gpg-pubkey-0f2672c8-50f6b041 gpg-pubkey-172ff33d-503292b0 gpg-pubkey-246110c1-51954fca gpg-pubkey-6446d859-51cdfc4f gpg-pubkey-66534c2b-50df7bda gpg-pubkey-6b8d79e6-3f49313d gpg-pubkey-7fac5991-4615767f gpg-pubkey-8e1431d5-53bcbac7 gpg-pubkey-95a43f54-5284415a gpg-pubkey-97f4d1c1-52ae28d3 gpg-pubkey-a668b376-51cdfe8e gpg-pubkey-a6708da3-52ae2b2e gpg-pubkey-ae688223-50e31483 gpg-pubkey-b5f29883-50e31701 gpg-pubkey-cd30c86b-503293b9 gpg-pubkey-e06f8c93-51760257 gpg-pubkey-f6777c67-45e5b1b9 gpg-pubkey-fb4b18e6-50b96bfd gpm-libs-1.20.7-6.fc22.x86_64 GraphicsMagick-1.3.21-1.fc22.x86_64 GraphicsMagick-doc-1.3.21-1.fc22.noarch graphite2-1.2.4-3.fc22.i686 graphite2-1.2.4-3.fc22.x86_64 graphviz-2.38.0-19.fc22.x86_64 graphviz-gd-2.38.0-19.fc22.x86_64 graphviz-guile-2.38.0-19.fc22.x86_64 graphviz-java-2.38.0-19.fc22.x86_64 graphviz-lua-2.38.0-19.fc22.x86_64 graphviz-ocaml-2.38.0-19.fc22.x86_64 graphviz-perl-2.38.0-19.fc22.x86_64 graphviz-python-2.38.0-19.fc22.x86_64 graphviz-tcl-2.38.0-19.fc22.x86_64 grep-2.21-5.fc22.x86_64 greybird-gtk2-theme-1.5.3-2.fc22.noarch greybird-gtk3-theme-1.5.3-2.fc22.noarch greybird-xfce4-notifyd-theme-1.5.3-2.fc22.noarch greybird-xfwm4-theme-1.5.3-2.fc22.noarch GREYCstoration-2.8-18.fc22.x86_64 GREYCstoration-gimp-2.8-18.fc22.x86_64 grilo-0.2.12-1.fc22.x86_64 grilo-plugins-0.2.14-3.fc22.x86_64 grip-3.2.0-47.fc22.x86_64 groff-base-1.22.3-3.fc22.x86_64 grsync-1.2.5-2.fc22.x86_64 grub2-2.02-0.16.fc22.x86_64 grub2-tools-2.02-0.16.fc22.x86_64 grubby-8.40-1.fc22.x86_64 gsettings-desktop-schemas-3.16.1-1.fc22.x86_64 gsl-1.16-16.fc22.x86_64 gsm-1.0.13-12.fc22.i686 gsm-1.0.13-12.fc22.x86_64 gsound-1.0.1-1.fc22.x86_64 gssdp-0.14.11-1.fc22.x86_64 gssproxy-0.4.1-1.fc22.x86_64 gstreamer-0.10.36-11.fc22.x86_64 gstreamer1-1.4.5-1.fc22.x86_64 gstreamer1-libav-1.4.5-1.fc22.x86_64 gstreamer1-plugins-bad-free-1.4.5-2.fc22.x86_64 gstreamer1-plugins-bad-freeworld-1.4.5-2.fc22.x86_64 gstreamer1-plugins-base-1.4.5-2.fc22.x86_64 gstreamer1-plugins-good-1.4.5-2.fc22.x86_64 gstreamer1-plugins-good-extras-1.4.5-2.fc22.x86_64 gstreamer1-plugins-ugly-1.4.5-1.fc22.x86_64 gstreamer-ffmpeg-0.10.13-15.fc22.x86_64 gstreamer-plugins-bad-0.10.23-7.fc22.x86_64 gstreamer-plugins-bad-free-0.10.23-24.fc22.x86_64 gstreamer-plugins-bad-free-extras-0.10.23-24.fc22.x86_64 gstreamer-plugins-bad-nonfree-0.10.23-3.fc22.x86_64 gstreamer-plugins-base-0.10.36-12.fc22.x86_64 gstreamer-plugins-base-tools-0.10.36-12.fc22.x86_64 gstreamer-plugins-espeak-0.4.0-5.fc22.x86_64 gstreamer-plugins-good-0.10.31-13.fc22.x86_64 gstreamer-plugins-ugly-0.10.19-18.fc22.x86_64 gstreamer-tools-0.10.36-11.fc22.x86_64 gtk+-1.2.10-80.fc22.x86_64 gtk2-2.24.28-1.fc22.i686 gtk2-2.24.28-1.fc22.x86_64 gtk2-devel-2.24.28-1.fc22.x86_64 gtk2-engines-2.20.2-9.fc22.x86_64 gtk2-immodule-xim-2.24.28-1.fc22.x86_64 gtk3-3.16.3-1.fc22.i686 gtk3-3.16.3-1.fc22.x86_64 gtk3-immodule-xim-3.16.3-1.fc22.x86_64 gtkglext-libs-1.2.0-24.fc22.x86_64 gtkhtml3-4.8.5-1.fc22.x86_64 gtkimageview-1.6.4-10.fc22.x86_64 gtkimageview-devel-1.6.4-10.fc22.x86_64 gtkmm24-2.24.4-4.fc22.x86_64 gtkmm30-3.16.0-1.fc22.x86_64 gtk-murrine-engine-0.98.2-7.fc22.i686 gtk-murrine-engine-0.98.2-7.fc22.x86_64 gtk-recordmydesktop-0.3.8-13.fc22.noarch gtk-sharp2-2.12.11-13.fc22.x86_64 gtk-smooth-engine-2.14.3-5.fc21.x86_64 gtksourceview2-2.11.2-19.fc22.x86_64 gtksourceview3-3.16.1-1.fc22.x86_64 gtkspell-2.0.16-9.fc22.x86_64 gtkspell3-3.0.7-1.fc22.x86_64 gtk-unico-engine-1.0.3-0.5.20140109bzr152.fc22.x86_64 gtk-update-icon-cache-3.16.3-1.fc22.x86_64 gtk-vnc2-0.5.4-1.fc22.x86_64 gtk-xfce-engine-3.2.0-1.fc22.x86_64 gts-0.7.6-25.20111025.fc22.x86_64 gubbi-fonts-1.1-4.fc21.noarch gucharmap-3.16.2-1.fc22.x86_64 guile-2.0.11-4.fc22.x86_64 gupnp-0.20.14-1.fc22.x86_64 gupnp-av-0.12.7-1.fc22.x86_64 gupnp-dlna-0.10.2-6.fc22.x86_64 gupnp-igd-0.2.3-4.fc22.x86_64 gutenprint-5.2.10-11.fc22.x86_64 gutenprint-cups-5.2.10-11.fc22.x86_64 gutenprint-libs-5.2.10-11.fc22.x86_64 gutenprint-libs-ui-5.2.10-11.fc22.x86_64 gutenprint-plugin-5.2.10-11.fc22.x86_64 guvcview-1.7.3-4.fc22.x86_64 gv-3.7.4-9.fc22.x86_64 gvfs-1.24.1-1.fc22.x86_64 gvfs-afc-1.24.1-1.fc22.x86_64 gvfs-afp-1.24.1-1.fc22.x86_64 gvfs-archive-1.24.1-1.fc22.x86_64 gvfs-fuse-1.24.1-1.fc22.x86_64 gvfs-goa-1.24.1-1.fc22.x86_64 gvfs-gphoto2-1.24.1-1.fc22.x86_64 gvfs-mtp-1.24.1-1.fc22.x86_64 gvfs-smb-1.24.1-1.fc22.x86_64 gvnc-0.5.4-1.fc22.x86_64 gwget-1.0.4-13.fc22.x86_64 gxmessage-2.20.0-7.fc22.x86_64 gxvattr-1.3-28.fc22.x86_64 gyp-0.1-0.17.0bb6747git.fc22.noarch gzip-1.6-6.fc22.x86_64 h264enc-9.4.6-4.fc22.noarch hamcrest-core-1.3-11.fc22.noarch hardlink-1.0-21.fc22.x86_64 harfbuzz-0.9.40-1.fc22.i686 harfbuzz-0.9.40-1.fc22.x86_64 harfbuzz-devel-0.9.40-1.fc22.x86_64 harfbuzz-icu-0.9.40-1.fc22.x86_64 hawkey-0.5.7-1.fc22.x86_64 hawtjni-runtime-1.10-3.fc22.noarch hdf5-1.8.14-3.fc22.x86_64 hdparm-9.45-1.fc22.x86_64 heimdall-1.4.1-2.fc22.x86_64 heimdall-frontend-1.4.1-2.fc22.x86_64 heisenbug-backgrounds-base-20.0.0-2.fc21.noarch heisenbug-backgrounds-gnome-20.0.0-2.fc21.noarch herqq-1.0.0-8.fc22.x86_64 hesiod-3.2.1-4.fc22.x86_64 hexchat-2.10.2-2.fc22.x86_64 hfsplus-tools-540.1.linux3-9.fc22.x86_64 hicolor-icon-theme-0.15-1.fc22.noarch hidapi-0.7.0-4.a88c724.fc22.i686 hidapi-0.7.0-4.a88c724.fc22.x86_64 hidapi-devel-0.7.0-4.a88c724.fc22.i686 hidapi-devel-0.7.0-4.a88c724.fc22.x86_64 highlight-3.22-1.fc22.x86_64 hivex-1.3.11-5.fc22.x86_64 hostname-3.15-4.fc22.x86_64 hpijs-3.15.2-9.fc22.x86_64 hplip-3.15.2-9.fc22.x86_64 hplip-common-3.15.2-9.fc22.x86_64 hplip-compat-libs-3.15.2-9.fc22.x86_64 hplip-gui-3.15.2-9.fc22.x86_64 hplip-libs-3.15.2-9.fc22.x86_64 hsqldb1-1.8.1.3-5.fc22.noarch htop-1.0.3-4.fc22.x86_64 httpcomponents-client-4.4-1.fc22.noarch httpcomponents-core-4.4-1.fc22.noarch httpd-2.4.12-1.fc22.x86_64 httpd-filesystem-2.4.12-1.fc22.noarch httpd-tools-2.4.12-1.fc22.x86_64 http-parser-2.0-7.20121128gitcd01361.fc22.i686 http-parser-2.0-7.20121128gitcd01361.fc22.x86_64 http-parser-devel-2.0-7.20121128gitcd01361.fc22.x86_64 hunspell-1.3.3-4.fc22.x86_64 hunspell-en-0.20140811.1-1.fc22.noarch hunspell-en-GB-0.20140811.1-1.fc22.noarch hunspell-en-US-0.20140811.1-1.fc22.noarch hwdata-0.278-1.fc22.noarch hyperv-daemons-0-0.10.20150108git.fc22.x86_64 hyperv-daemons-license-0-0.10.20150108git.fc22.noarch hypervfcopyd-0-0.10.20150108git.fc22.x86_64 hypervkvpd-0-0.10.20150108git.fc22.x86_64 hypervvssd-0-0.10.20150108git.fc22.x86_64 hyphen-2.8.8-1.fc22.x86_64 hyphen-en-2.8.8-1.fc22.noarch ibus-1.5.10-5.fc22.x86_64 ibus-chewing-1.4.14-2.fc22.x86_64 ibus-gtk2-1.5.10-5.fc22.x86_64 ibus-gtk3-1.5.10-5.fc22.x86_64 ibus-hangul-1.5.0-1.fc22.x86_64 ibus-kkc-1.5.22-1.fc22.x86_64 ibus-libpinyin-1.7.1-1.fc22.x86_64 ibus-libs-1.5.10-5.fc22.x86_64 ibus-m17n-1.3.4-17.fc22.x86_64 ibus-rawcode-1.3.2-5.fc22.x86_64 ibus-setup-1.5.10-5.fc22.noarch ibus-typing-booster-1.2.11-1.fc22.noarch ibus-wayland-1.5.10-5.fc22.x86_64 icedax-1.1.11-26.fc22.x86_64 icedtea-web-1.6-3.fc22.x86_64 icoutils-0.31.0-6.fc22.x86_64 icu4j-54.1.1-4.fc22.noarch id3lib-3.8.3-36.fc22.x86_64 iec16022-libs-0.2.4-14.fc22.x86_64 ilbc-1.1.1-7.fc22.x86_64 ilmbase-2.2.0-1.fc22.x86_64 ilmbase-devel-2.2.0-1.fc22.x86_64 imageinfo-0.05-22.fc22.x86_64 ImageMagick-6.8.8.10-9.fc22.x86_64 ImageMagick-c++-6.8.8.10-9.fc22.x86_64 ImageMagick-c++-devel-6.8.8.10-9.fc22.x86_64 ImageMagick-devel-6.8.8.10-9.fc22.x86_64 ImageMagick-libs-6.8.8.10-9.fc22.x86_64 ImageMagick-perl-6.8.8.10-9.fc22.x86_64 im-chooser-1.6.4-6.fc22.x86_64 im-chooser-common-1.6.4-6.fc22.x86_64 imlib2-1.4.6-3.fc22.x86_64 imsettings-1.6.8-3.fc22.x86_64 imsettings-gsettings-1.6.8-3.fc22.x86_64 imsettings-libs-1.6.8-3.fc22.x86_64 imsettings-mate-1.6.8-3.fc22.x86_64 info-5.2-8.fc22.x86_64 iniparser-3.1-6.fc22.x86_64 initial-setup-0.3.31-1.fc22.x86_64 initial-setup-gui-0.3.31-1.fc22.x86_64 initscripts-9.62-1.fc22.x86_64 inkscape-0.91-4.fc22.x86_64 inkscape-view-0.91-4.fc22.x86_64 inksmoto-0.7.0-12.fc21.noarch ino-0.3.6-2.fc21.noarch iotop-0.6-5.fc22.noarch iproute-3.16.0-3.fc22.x86_64 iptables-1.4.21-14.fc22.x86_64 iptables-services-1.4.21-14.fc22.x86_64 iptstate-2.2.5-5.fc22.x86_64 iputils-20140519-4.fc22.x86_64 ipw2100-firmware-1.3-17.fc21.noarch ipw2200-firmware-3.1-10.fc21.noarch ipxe-roms-qemu-20150407-1.gitdc795b9f.fc22.noarch irda-utils-0.9.18-21.fc22.x86_64 irqbalance-1.0.9-1.fc22.x86_64 iscsi-initiator-utils-6.2.0.873-25.gitc9d830b.fc22.x86_64 iscsi-initiator-utils-iscsiuio-6.2.0.873-25.gitc9d830b.fc22.x86_64 isdn4k-utils-3.2-99.fc22.x86_64 isdn4k-utils-data-3.2-99.fc22.noarch isl-0.14-3.fc22.x86_64 iso-codes-3.57-1.fc22.noarch isomd5sum-1.0.12-3.fc22.x86_64 isorelax-0-0.16.release20050331.fc21.noarch itext-2.1.7-28.fc22.noarch itext-core-2.1.7-28.fc22.noarch iw-3.15-3.fc22.x86_64 iwl1000-firmware-39.31.5.1-52.fc22.noarch iwl100-firmware-39.31.5.1-52.fc22.noarch iwl105-firmware-18.168.6.1-52.fc22.noarch iwl135-firmware-18.168.6.1-52.fc22.noarch iwl2000-firmware-18.168.6.1-52.fc22.noarch iwl2030-firmware-18.168.6.1-52.fc22.noarch iwl3160-firmware-25.17.12.0-52.fc22.noarch iwl3945-firmware-15.32.2.9-52.fc22.noarch iwl4965-firmware-228.61.2.24-52.fc22.noarch iwl5000-firmware-8.83.5.1_1-52.fc22.noarch iwl5150-firmware-8.24.2.2-52.fc22.noarch iwl6000-firmware-9.221.4.1-52.fc22.noarch iwl6000g2a-firmware-18.168.6.1-52.fc22.noarch iwl6000g2b-firmware-18.168.6.1-52.fc22.noarch iwl6050-firmware-41.28.5.1-52.fc22.noarch iwl7260-firmware-25.17.12.0-52.fc22.noarch jack-audio-connection-kit-1.9.10-2.fc22.x86_64 jack-audio-connection-kit-example-clients-1.9.10-2.fc22.x86_64 jai-imageio-core-1.2-0.15.20100217cvs.fc22.noarch jakarta-commons-httpclient-3.1-21.fc22.noarch jakarta-oro-2.0.8-16.fc21.noarch jansi-1.11-7.fc22.noarch jansi-native-1.5-8.fc22.x86_64 jansson-2.7-1.fc22.x86_64 jasper-devel-1.900.1-30.fc22.x86_64 jasper-libs-1.900.1-30.fc22.i686 jasper-libs-1.900.1-30.fc22.x86_64 java-1.8.0-openjdk-1.8.0.45-39.b14.fc22.x86_64 java-1.8.0-openjdk-devel-1.8.0.45-39.b14.fc22.x86_64 java-1.8.0-openjdk-headless-1.8.0.45-39.b14.fc22.x86_64 java_cup-0.11a-19.fc22.noarch javahelp2-2.0.05-16.fc21.noarch javamail-1.5.1-4.fc22.noarch javapackages-tools-4.3.2-6.fc22.noarch jaxen-1.1.6-5.fc22.noarch jbig2dec-libs-0.11-10.fc22.x86_64 jbigkit-libs-2.1-3.fc22.i686 jbigkit-libs-2.1-3.fc22.x86_64 jboss-transaction-1.2-api-1.0.0-0.3.Alpha3.fc21.noarch jdepend-2.9.1-12.fc21.noarch jdom-1.1.3-7.fc21.noarch jemalloc-3.6.0-8.fc22.x86_64 jetty-continuation-9.2.9-1.fc22.noarch jetty-http-9.2.9-1.fc22.noarch jetty-io-9.2.9-1.fc22.noarch jetty-jmx-9.2.9-1.fc22.noarch jetty-security-9.2.9-1.fc22.noarch jetty-server-9.2.9-1.fc22.noarch jetty-servlet-9.2.9-1.fc22.noarch jetty-util-9.2.9-1.fc22.noarch jimtcl-0.76-1.fc22.x86_64 jitsi-2.5-5340.x86_64 jlatexmath-1.0.3-2.fc21.noarch jlatexmath-fop-1.0.3-2.fc21.noarch jline-2.12.1-1.fc22.noarch jna-4.1.0-7.fc22.x86_64 jomolhari-fonts-0.003-19.fc22.noarch jre-1.7.0_71-fcs.x86_64 js-1.8.5-21.fc22.x86_64 jsch-0.1.51-3.fc21.noarch json-c-0.12-5.fc22.i686 json-c-0.12-5.fc22.x86_64 jsoncpp-0.6.0-0.14.rc2.fc22.x86_64 json_diff-1.3.3-5.fc21.noarch json-glib-1.0.4-1.fc22.i686 json-glib-1.0.4-1.fc22.x86_64 junit-4.12-2.fc22.noarch jwhois-4.0-38.fc22.x86_64 jzlib-1.1.3-2.fc21.noarch kactivities-libs-4.13.3-9.fc22.x86_64 kactivities-nepomuk-4.13.3-9.fc22.x86_64 kate4-part-4.14.3-14.fc22.x86_64 kbd-2.0.2-5.fc22.x86_64 kbd-legacy-2.0.2-5.fc22.noarch kbd-misc-2.0.2-5.fc22.noarch kde-baseapps-common-15.04.1-1.fc22.noarch kde-filesystem-4-51.fc22.x86_64 kde-l10n-14.12.3-6.fc22.noarch kdelibs3-3.5.10-68.fc22.x86_64 kdelibs-4.14.8-1.fc22.x86_64 kdelibs-common-4.14.8-1.fc22.x86_64 kdelibs-ktexteditor-4.14.8-1.fc22.x86_64 kdelibs-webkit-4.14.8-1.fc22.x86_64 kdepimlibs-4.14.8-1.fc22.x86_64 kdepimlibs-akonadi-4.14.8-1.fc22.x86_64 kdepimlibs-gpgme-4.14.8-1.fc22.x86_64 kdepimlibs-kxmlrpcclient-4.14.8-1.fc22.x86_64 kde-runtime-15.04.1-1.fc22.x86_64 kde-runtime-drkonqi-15.04.1-1.fc22.x86_64 kde-runtime-flags-15.04.1-1.fc22.noarch kde-runtime-libs-15.04.1-1.fc22.x86_64 kde-settings-22-10.fc22.noarch kdesu-5.3.1-2.fc22.x86_64 kdialog-15.04.1-1.fc22.x86_64 kdiff3-0.9.98-4.fc22.x86_64 kernel-4.0.4-201.fc21.x86_64 kernel-4.0.4-301.fc22.x86_64 kernel-4.0.4-303.fc22.x86_64 kernel-core-4.0.4-201.fc21.x86_64 kernel-core-4.0.4-301.fc22.x86_64 kernel-core-4.0.4-303.fc22.x86_64 kernel-devel-3.19.5-200.fc21.x86_64 kernel-devel-3.19.7-200.fc21.x86_64 kernel-devel-4.0.4-201.fc21.x86_64 kernel-devel-4.0.4-301.fc22.x86_64 kernel-devel-4.0.4-303.fc22.x86_64 kernel-headers-4.0.4-303.fc22.x86_64 kernel-modules-4.0.4-201.fc21.x86_64 kernel-modules-4.0.4-301.fc22.x86_64 kernel-modules-4.0.4-303.fc22.x86_64 kernel-modules-extra-4.0.4-201.fc21.x86_64 kernel-modules-extra-4.0.4-301.fc22.x86_64 kernel-modules-extra-4.0.4-303.fc22.x86_64 kernel-tools-libs-4.0.4-303.fc22.x86_64 kexec-tools-2.0.8-8.fc22.x86_64 keybinder3-0.3.0-4.fc22.x86_64 keyutils-1.5.9-4.fc22.x86_64 keyutils-libs-1.5.9-4.fc22.i686 keyutils-libs-1.5.9-4.fc22.x86_64 keyutils-libs-devel-1.5.9-4.fc22.x86_64 kf5-attica-5.10.0-1.fc22.x86_64 kf5-baloo-5.9.1-1.fc22.x86_64 kf5-baloo-file-5.9.1-1.fc22.x86_64 kf5-baloo-libs-5.9.1-1.fc22.x86_64 kf5-filesystem-5.10.0-1.fc22.noarch kf5-kactivities-5.10.0-1.fc22.x86_64 kf5-kactivities-libs-5.10.0-1.fc22.x86_64 kf5-karchive-5.10.0-1.fc22.x86_64 kf5-kauth-5.10.0-1.fc22.x86_64 kf5-kbookmarks-5.10.0-1.fc22.x86_64 kf5-kcmutils-5.10.0-1.fc22.x86_64 kf5-kcodecs-5.10.0-1.fc22.x86_64 kf5-kcompletion-5.10.0-1.fc22.x86_64 kf5-kconfig-core-5.10.0-3.fc22.x86_64 kf5-kconfig-gui-5.10.0-3.fc22.x86_64 kf5-kconfigwidgets-5.10.0-1.fc22.x86_64 kf5-kcoreaddons-5.10.0-1.fc22.x86_64 kf5-kcrash-5.10.0-1.fc22.x86_64 kf5-kdbusaddons-5.10.0-1.fc22.x86_64 kf5-kdeclarative-5.10.0-1.fc22.x86_64 kf5-kdelibs4support-5.10.0-1.fc22.x86_64 kf5-kdelibs4support-libs-5.10.0-1.fc22.x86_64 kf5-kdesu-5.10.0-1.fc22.x86_64 kf5-kfilemetadata-5.9.1-1.fc22.x86_64 kf5-kglobalaccel-5.10.0-1.fc22.x86_64 kf5-kglobalaccel-libs-5.10.0-1.fc22.x86_64 kf5-kguiaddons-5.10.0-1.fc22.x86_64 kf5-khtml-5.10.0-1.fc22.x86_64 kf5-ki18n-5.10.0-1.fc22.x86_64 kf5-kiconthemes-5.10.0-1.fc22.x86_64 kf5-kidletime-5.10.0-1.fc22.x86_64 kf5-kinit-5.10.0-1.fc22.x86_64 kf5-kio-core-5.10.0-1.fc22.x86_64 kf5-kio-core-libs-5.10.0-1.fc22.x86_64 kf5-kio-file-widgets-5.10.0-1.fc22.x86_64 kf5-kio-ntlm-5.10.0-1.fc22.x86_64 kf5-kio-widgets-5.10.0-1.fc22.x86_64 kf5-kio-widgets-libs-5.10.0-1.fc22.x86_64 kf5-kitemviews-5.10.0-1.fc22.x86_64 kf5-kjobwidgets-5.10.0-1.fc22.x86_64 kf5-kjs-5.10.0-1.fc22.x86_64 kf5-knotifications-5.10.0-1.fc22.x86_64 kf5-kpackage-5.10.0-1.fc22.x86_64 kf5-kparts-5.10.0-1.fc22.x86_64 kf5-kpty-5.10.0-1.fc22.x86_64 kf5-kservice-5.10.0-1.fc22.x86_64 kf5-ktextwidgets-5.10.0-1.fc22.x86_64 kf5-kunitconversion-5.10.0-1.fc22.x86_64 kf5-kwallet-5.10.0-1.fc22.x86_64 kf5-kwallet-libs-5.10.0-1.fc22.x86_64 kf5-kwidgetsaddons-5.10.0-1.fc22.x86_64 kf5-kwindowsystem-5.10.0-1.fc22.x86_64 kf5-kxmlgui-5.10.0-2.fc22.x86_64 kf5-solid-5.10.0-1.fc22.x86_64 kf5-solid-libs-5.10.0-1.fc22.x86_64 kf5-sonnet-core-5.10.0-3.fc22.x86_64 kf5-sonnet-ui-5.10.0-3.fc22.x86_64 kfilemetadata-4.14.3-1.fc22.x86_64 kgraphviewer-2.2.0-2.fc22.x86_64 kgraphviewer-libs-2.2.0-2.fc22.x86_64 khelpcenter-5.3.1-3.fc22.x86_64 khmeros-base-fonts-5.0-19.fc22.noarch khmeros-fonts-common-5.0-19.fc22.noarch kicad-2015.03.21-2.rev5528.fc22.x86_64 kio_msits-15.04.0-1.fc22.x86_64 kmod-20-1.fc22.x86_64 kmod-libs-20-1.fc22.x86_64 kmodtool-1-23.fc22.noarch koji-1.9.0-11.fc22.20150423git52a0188.noarch komparator-0.9-13.fc22.x86_64 konsole-part-4.14.3-4.fc22.x86_64 kpartx-0.4.9-73.fc22.x86_64 krb5-devel-1.13.1-3.fc22.x86_64 krb5-libs-1.13.1-3.fc22.i686 krb5-libs-1.13.1-3.fc22.x86_64 krb5-workstation-1.13.1-3.fc22.x86_64 ksh-20120801-24.fc22.x86_64 kxml-2.3.0-7.fc21.noarch lame-3.99.5-5.fc22.x86_64 lame-libs-3.99.5-5.fc22.x86_64 lame-mp3x-3.99.5-5.fc22.x86_64 langtable-0.0.33-1.fc22.noarch langtable-data-0.0.33-1.fc22.noarch langtable-python-0.0.33-1.fc22.noarch lapack-3.5.0-10.fc22.x86_64 lasi-1.1.2-2.fc22.x86_64 lbzip2-2.5-3.fc22.x86_64 lcms2-2.7-1.fc22.i686 lcms2-2.7-1.fc22.x86_64 lcms2-devel-2.7-1.fc22.x86_64 lcms-libs-1.19-13.fc22.x86_64 ldc-0.15.1-65.fc22.x86_64 ldc-config-0.15.1-65.fc22.noarch ldc-druntime-0.15.1-65.fc22.x86_64 ldc-druntime-devel-0.15.1-65.fc22.x86_64 ldc-phobos-0.15.1-65.fc22.x86_64 ldc-phobos-devel-0.15.1-65.fc22.x86_64 ldns-1.6.17-12.fc22.x86_64 ldns-utils-1.6.17-12.fc22.x86_64 lensfun-0.3.0-4.fc22.x86_64 less-471-4.fc22.x86_64 lesstif-0.95.2-8.fc22.x86_64 leveldb-1.12.0-6.fc21.x86_64 levmar-2.5-11.fc22.x86_64 lftp-4.6.1-4.fc22.x86_64 lib3ds-1.3.0-18.fc22.x86_64 libabw-0.1.1-4.fc22.x86_64 libacl-2.2.52-7.fc22.x86_64 libAfterImage-1.20-12.fc22.x86_64 libaio-0.3.110-4.fc22.x86_64 libao-1.2.0-4.fc22.x86_64 libappindicator-12.10.0-8.fc22.x86_64 libappindicator-gtk3-12.10.0-8.fc22.x86_64 libappindicator-sharp-12.10.0-8.fc22.x86_64 libappstream-glib-0.3.6-2.fc22.x86_64 libarchive-3.1.2-12.fc22.x86_64 libart_lgpl-2.3.21-12.fc22.x86_64 libass-0.12.1-1.fc22.x86_64 libassuan-2.2.0-1.fc22.x86_64 libast-0.7.1-0.15.20080502cvs.fc21.x86_64 libasyncns-0.8-8.fc22.i686 libasyncns-0.8-8.fc22.x86_64 libatasmart-0.19-7.fc22.x86_64 libatomic_ops-7.4.2-4.fc22.x86_64 libattr-2.4.47-9.fc22.i686 libattr-2.4.47-9.fc22.x86_64 libavc1394-0.5.3-16.fc22.x86_64 libavdevice-2.6.3-1.fc22.x86_64 libbabeltrace-1.2.1-3.fc22.x86_64 libbase-1.1.3-13.fc21.noarch libbasicobjects-0.1.1-24.fc22.x86_64 libblkid-2.26.2-1.fc22.x86_64 libblockdev-0.13-2.fc22.x86_64 libblockdev-btrfs-0.13-2.fc22.x86_64 libblockdev-crypto-0.13-2.fc22.x86_64 libblockdev-dm-0.13-2.fc22.x86_64 libblockdev-loop-0.13-2.fc22.x86_64 libblockdev-lvm-0.13-2.fc22.x86_64 libblockdev-mdraid-0.13-2.fc22.x86_64 libblockdev-mpath-0.13-2.fc22.x86_64 libblockdev-plugins-all-0.13-2.fc22.x86_64 libblockdev-swap-0.13-2.fc22.x86_64 libblockdev-utils-0.13-2.fc22.x86_64 libbluray-0.7.0-1.fc22.x86_64 libbluray-bdj-0.7.0-1.fc22.x86_64 libbluray-utils-0.7.0-1.fc22.x86_64 libbonobo-2.32.1-8.fc22.x86_64 libbonoboui-2.24.5-8.fc22.x86_64 libbs2b-3.1.0-13.fc22.x86_64 libbsd-0.7.0-2.fc22.x86_64 libburn-1.4.0-1.fc22.x86_64 libcaca-0.99-0.23.beta18.fc22.x86_64 libcacard-2.3.0-4.fc22.x86_64 libcanberra-0.30-7.fc22.x86_64 libcanberra-gtk2-0.30-7.fc22.x86_64 libcanberra-gtk3-0.30-7.fc22.x86_64 libcap-2.24-7.fc22.i686 libcap-2.24-7.fc22.x86_64 libcap-ng-0.7.5-2.fc22.x86_64 libc-client-2007f-9.fc22.x86_64 libcdaudio-0.99.12p2-20.fc22.x86_64 libcddb-1.3.2-16.fc22.x86_64 libcdio-0.93-2.fc22.x86_64 libcdio-paranoia-10.2+0.93+1-1.fc22.x86_64 libcdr-0.1.1-2.fc22.x86_64 libcephfs1-0.94.1-3.fc22.x86_64 libcgroup-0.41-6.fc22.x86_64 libchamplain-0.12.10-1.fc22.x86_64 libchamplain-gtk-0.12.10-1.fc22.x86_64 libchewing-0.4.0-4.fc22.x86_64 libchromaprint-1.1-3.fc22.x86_64 libcmis-0.5.0-2.fc22.x86_64 libcollection-0.6.2-24.fc22.x86_64 libcom_err-1.42.12-4.fc22.i686 libcom_err-1.42.12-4.fc22.x86_64 libcom_err-devel-1.42.12-4.fc22.x86_64 libcomps-0.1.6-14.fc22.x86_64 libconfig-1.4.9-7.fc22.x86_64 libcroco-0.6.8-5.fc22.x86_64 libcryptui-3.12.2-4.fc22.x86_64 libcrystalhd-3.10.0-8.fc22.x86_64 libcue-1.4.0-4.fc21.x86_64 libcurl-7.40.0-3.fc22.x86_64 libdaemon-0.14-8.fc22.x86_64 libdatrie-0.2.8-5.fc22.i686 libdatrie-0.2.8-5.fc22.x86_64 libdb-5.3.28-12.fc22.i686 libdb-5.3.28-12.fc22.x86_64 libdb-devel-5.3.28-12.fc22.x86_64 libdbusmenu-12.10.2-8.fc22.x86_64 libdbusmenu-gtk2-12.10.2-8.fc22.x86_64 libdbusmenu-gtk3-12.10.2-8.fc22.x86_64 libdb-utils-5.3.28-12.fc22.x86_64 libdc1394-2.2.2-3.fc22.x86_64 libdca-0.0.5-9.fc22.x86_64 libdhash-0.4.3-24.fc22.x86_64 libdiscid-0.6.1-3.fc22.x86_64 libdmapsharing-2.9.30-1.fc22.x86_64 libdmtx-0.7.2-16.fc22.x86_64 libdmx-1.1.3-4.fc22.x86_64 libdnet-1.12-15.fc22.x86_64 libdrm-2.4.61-3.fc22.i686 libdrm-2.4.61-3.fc22.x86_64 libdrm-devel-2.4.61-3.fc22.x86_64 libdv-1.0.0-19.fc22.x86_64 libdvbpsi-1.2.0-2.fc22.x86_64 libdvbv5-1.6.2-1.fc22.x86_64 libdvdnav-5.0.3-1.fc22.x86_64 libdvdread-5.0.2-1.fc22.x86_64 libebml-1.3.1-1.fc22.x86_64 libe-book-0.1.2-2.fc22.x86_64 libedit-3.1-12.20150325cvs.fc22.x86_64 libee-0.4.1-7.fc22.x86_64 libeot-0.01-3.fc22.x86_64 libepoxy-1.2-1.fc22.i686 libepoxy-1.2-1.fc22.x86_64 liberation-fonts-common-1.07.4-4.fc22.noarch liberation-mono-fonts-1.07.4-4.fc22.noarch liberation-sans-fonts-1.07.4-4.fc22.noarch liberation-serif-fonts-1.07.4-4.fc22.noarch libertas-usb8388-firmware-20150521-52.git3161bfa4.fc22.noarch libesmtp-1.0.6-8.fc22.x86_64 libestr-0.1.9-4.fc22.x86_64 libetonyek-0.1.2-2.fc22.x86_64 libetpan-1.6-2.fc22.x86_64 libevdev-1.4.2-1.fc22.x86_64 libevent-2.0.21-6.fc22.x86_64 libexif-0.6.21-8.fc22.x86_64 libextractor-1.3-3.fc22.x86_64 libextractor-plugins-flac-1.3-3.fc22.x86_64 libexttextcat-3.4.4-2.fc22.x86_64 libfdisk-2.26.2-1.fc22.x86_64 libfdt-1.4.1-2.fc22.x86_64 libffado-2.2.1-3.fc22.x86_64 libffi-3.1-7.fc22.i686 libffi-3.1-7.fc22.x86_64 libfontenc-1.1.2-3.fc22.x86_64 libfonts-1.1.3-16.fc21.noarch libformula-1.1.3-13.fc21.noarch libfprint-0.6.0-1.fc22.x86_64 libfreehand-0.1.0-3.fc22.x86_64 libFS-1.0.6-3.fc22.x86_64 libftdi-1.2-1.fc22.x86_64 libgadu-1.12.1-1.fc22.x86_64 libgc-7.1-1.el5.rf.x86_64 libgcal-0.9.6-11.fc22.x86_64 libgcc-5.1.1-1.fc22.i686 libgcc-5.1.1-1.fc22.x86_64 libgcrypt-1.6.3-4.fc22.i686 libgcrypt-1.6.3-4.fc22.x86_64 libgcrypt-devel-1.6.3-4.fc22.x86_64 libgda-5.2.2-7.fc22.x86_64 libgda-sqlite-5.2.2-7.fc22.x86_64 libgdata-0.17.1-1.fc22.x86_64 libgdiplus-2.10.9-3.fc22.x86_64 libgdither-0.6-9.fc22.x86_64 libgee-0.18.0-1.fc22.x86_64 libgee06-0.6.8-5.fc22.x86_64 libgexiv2-0.10.3-1.fc22.x86_64 libgfortran-5.1.1-1.fc22.x86_64 libglade2-2.6.4-12.fc22.x86_64 libgle-3.1.0-11.fc22.x86_64 libGLEW-1.10.0-5.fc22.x86_64 libGLEWmx-1.10.0-5.fc22.x86_64 libgltf-0.0.2-3.fc22.x86_64 libgnome-2.32.1-9.fc22.x86_64 libgnomecanvas-2.30.3-9.fc22.x86_64 libgnomekbd-3.6.0-6.fc22.x86_64 libgnome-keyring-3.12.0-4.fc22.x86_64 libgnomeui-2.24.5-10.fc22.x86_64 libgomp-5.1.1-1.fc22.x86_64 libgovirt-0.3.3-1.fc22.x86_64 libgpg-error-1.17-2.fc22.i686 libgpg-error-1.17-2.fc22.x86_64 libgpg-error-devel-1.17-2.fc22.x86_64 libgphoto2-2.5.7-2.fc22.x86_64 libgpod-0.8.3-8.fc22.x86_64 libgsasl-1.8.0-5.fc22.x86_64 libgsf-1.14.33-1.fc22.x86_64 libgssglue-0.4-2.fc19.x86_64 libgsystem-2015.1-2.fc22.x86_64 libgtop2-2.30.0-4.fc22.x86_64 libgudev1-219-15.fc22.i686 libgudev1-219-15.fc22.x86_64 libgudev1-devel-219-15.fc22.x86_64 libguess-1.2-1.fc22.x86_64 libguestfs-1.29.41-1.fc22.x86_64 libguestfs-hfsplus-1.29.41-1.fc22.x86_64 libgusb-0.2.5-1.fc22.i686 libgusb-0.2.5-1.fc22.x86_64 libgweather-3.16.1-1.fc22.x86_64 libgxps-0.2.2-11.fc22.x86_64 libhangul-0.1.0-9.fc22.x86_64 libhbaapi-2.2.9-6.fc22.x86_64 libhbalinux-1.0.16-5.fc22.x86_64 libhid-0.2.17-17.fc22.i686 libhid-0.2.17-17.fc22.x86_64 libhid-devel-0.2.17-17.fc22.i686 libhid-devel-0.2.17-17.fc22.x86_64 libhif-0.2.0-4.fc22.x86_64 libibverbs-1.1.8-3.fc22.x86_64 libical-1.0.1-1.fc22.x86_64 libICE-1.0.9-2.fc22.i686 libICE-1.0.9-2.fc22.x86_64 libICE-devel-1.0.9-2.fc22.x86_64 libicu-54.1-1.fc22.i686 libicu-54.1-1.fc22.x86_64 libicu-devel-54.1-1.fc22.x86_64 libid3tag-0.15.1b-19.fc22.x86_64 libIDL-0.8.14-9.fc22.x86_64 libidn-1.29-3.fc22.i686 libidn-1.29-3.fc22.x86_64 libidn2-0.10-1.fc22.x86_64 libiec61883-1.2.0-12.fc22.x86_64 libieee1284-0.2.11-17.fc22.x86_64 libieee1284-devel-0.2.11-17.fc22.x86_64 libimobiledevice-1.2.0-1.fc22.x86_64 libindicator-12.10.1-4.fc22.x86_64 libindicator-gtk3-12.10.1-4.fc22.x86_64 libini_config-1.1.0-24.fc22.x86_64 libinput-0.17.0-1.fc22.x86_64 libiodbc-3.52.7-8.fc22.x86_64 libipa_hbac-1.12.4-6.fc22.x86_64 libiptcdata-1.0.4-12.fc22.x86_64 libiscsi-1.11.0-2.fc22.x86_64 libisofs-1.4.0-1.fc22.x86_64 libjpeg-turbo-1.4.0-1.fc22.i686 libjpeg-turbo-1.4.0-1.fc22.x86_64 libjpeg-turbo-devel-1.4.0-1.fc22.x86_64 libkate-0.4.1-5.fc22.x86_64 libkexiv2-15.04.0-1.fc22.x86_64 libkkc-0.3.5-2.fc22.x86_64 libkkc-common-0.3.5-2.fc22.noarch libkkc-data-0.2.7-4.fc22.x86_64 libkonq-15.04.1-1.fc22.x86_64 libksba-1.3.2-1.fc22.x86_64 libkscreen-1.0.5-2.fc22.x86_64 liblangtag-0.5.6-1.fc22.x86_64 liblayout-0.2.10-10.fc21.noarch libldb-1.1.20-1.fc22.x86_64 libldm-0.2.3-7.fc22.x86_64 liblo-0.27-5.fc22.x86_64 libloader-1.1.3-12.fc21.noarch liblockfile-1.09-1.fc22.x86_64 liblogging-stdlog-1.0.4-4.fc22.x86_64 liblognorm-1.1.1-1.fc22.x86_64 liblouis-2.6.2-1.fc22.x86_64 liblouis-python3-2.6.2-1.fc22.noarch liblqr-1-0.4.2-4.fc22.x86_64 liblzf-3.6-9.fc22.x86_64 libmad-0.15.1b-17.fc22.x86_64 libmash-0.2.0-18.fc22.x86_64 libmatekbd-1.10.0-1.fc22.x86_64 libmatemixer-1.10.0-1.fc22.x86_64 libmateweather-1.10.0-1.fc22.x86_64 libmateweather-data-1.10.0-1.fc22.noarch libmatroska-1.4.2-1.fc22.x86_64 libmbim-1.12.0-1.fc22.x86_64 libmbim-utils-1.12.0-1.fc22.x86_64 libmcpp-2.7.2-13.fc22.x86_64 libmcrypt-2.5.8-16.fc22.x86_64 libmediaart-1.9.0-1.fc22.x86_64 libmetalink-0.1.2-7.fc22.x86_64 libmicrohttpd-0.9.39-2.fc22.x86_64 libmikmod-3.3.7-1.fc22.x86_64 libmimic-1.0.4-8.fc22.x86_64 libmms-0.6.4-3.fc22.x86_64 libmng-2.0.3-1.fc22.i686 libmng-2.0.3-1.fc22.x86_64 libmnl-1.0.3-9.fc22.x86_64 libmodman-2.0.1-9.fc22.i686 libmodman-2.0.1-9.fc22.x86_64 libmodplug-0.8.8.5-4.fc22.x86_64 libmount-2.26.2-1.fc22.x86_64 libmp4v2-2.0.0-2.fc22.x86_64 libmpc-1.0.2-3.fc22.x86_64 libmpcdec-1.2.6-14.fc22.x86_64 libmpeg2-0.5.1-11.fc22.x86_64 libmpg123-1.19.0-2.fc22.x86_64 libmspack-0.5-0.1.alpha.fc22.x86_64 libmspub-0.1.2-2.fc22.x86_64 libmtp-1.1.9-1.fc22.x86_64 libmtp-devel-1.1.9-1.fc22.x86_64 libmusicbrainz-2.1.5-18.fc22.x86_64 libmusicbrainz3-3.0.3-10.fc22.x86_64 libmusicbrainz5-5.1.0-1.fc22.x86_64 libmwaw-0.3.5-1.fc22.x86_64 libmx-1.4.7-15.fc22.x86_64 libndp-1.4-2.fc22.x86_64 libnetfilter_conntrack-1.0.4-4.fc22.x86_64 libnfnetlink-1.0.1-6.fc22.x86_64 libnfsidmap-0.26-2.1.fc22.x86_64 libnice-0.1.13-1.fc22.x86_64 libnice-gstreamer1-0.1.13-1.fc22.x86_64 libnl-1.1.4-5.fc21.x86_64 libnl3-3.2.26-4.fc22.x86_64 libnl3-cli-3.2.26-4.fc22.x86_64 libnm-gtk-1.0.2-1.fc22.x86_64 libnotify-0.7.6-6.fc22.x86_64 libntlm-1.4-3.fc22.x86_64 libNX_freetype6-3.5.0.20-4.1.x86_64 libNX_X11-3.5.0.31-1.fc22.x86_64 libNX_Xcomposite1-3.5.0.20-4.1.x86_64 libNX_Xdamage1-3.5.0.20-4.1.x86_64 libNX_Xdmcp6-3.5.0.20-4.1.x86_64 libNX_Xext-3.5.0.31-1.fc22.x86_64 libNX_Xfixes3-3.5.0.20-4.1.x86_64 libNX_Xinerama-3.5.0.31-1.fc22.x86_64 libNX_Xpm-3.5.0.31-1.fc22.x86_64 libNX_Xrandr-3.5.0.31-1.fc22.x86_64 libNX_Xrender-3.5.0.31-1.fc22.x86_64 libNX_Xtst-3.5.0.31-1.fc22.x86_64 liboath-2.4.1-9.fc22.x86_64 liboauth-1.0.3-3.fc22.x86_64 libodfgen-0.1.4-1.fc22.x86_64 libofa-0.9.3-25.fc22.x86_64 libogg-1.3.2-2.fc22.i686 libogg-1.3.2-2.fc22.x86_64 libopenraw-0.0.9-10.fc22.x86_64 liborcus-0.7.1-1.fc22.x86_64 libosinfo-0.2.12-1.fc22.x86_64 libotf-0.9.13-5.fc22.x86_64 libotr3-3.2.1-10.fc22.x86_64 libotr-4.1.0-1.fc22.x86_64 libpagemaker-0.0.2-2.fc22.x86_64 libpaper-1.1.24-10.fc22.x86_64 libpath_utils-0.2.1-24.fc22.x86_64 libpcap-1.7.3-1.fc22.x86_64 libpciaccess-0.13.3-0.3.fc22.i686 libpciaccess-0.13.3-0.3.fc22.x86_64 libpeas-1.14.0-1.fc22.x86_64 libphodav-2.0-1.fc22.x86_64 libpinyin-1.1.0-1.fc22.x86_64 libpinyin-data-1.1.0-1.fc22.x86_64 libpipeline-1.4.0-1.fc22.x86_64 libplist-1.12-2.fc22.x86_64 libpng12-1.2.50-8.fc22.i686 libpng12-1.2.50-8.fc22.x86_64 libpng15-1.5.21-1.fc22.x86_64 libpng-1.6.16-3.fc22.i686 libpng-1.6.16-3.fc22.x86_64 libpng-devel-1.6.16-3.fc22.x86_64 libprojectM-2.0.1-24.fc22.x86_64 libproxy-0.4.11-10.fc22.i686 libproxy-0.4.11-10.fc22.x86_64 libproxy-mozjs-0.4.11-10.fc22.x86_64 libpsl-0.7.0-3.fc22.x86_64 libpurple-2.10.11-12.fc22.x86_64 libpwquality-1.2.4-2.fc22.x86_64 libqb-0.17.1-1.fc22.x86_64 libqmi-1.12.4-2.fc22.x86_64 libqmi-utils-1.12.4-2.fc22.x86_64 libquadmath-5.1.1-1.fc22.x86_64 libquicktime-1.2.4-19.fc22.x86_64 libquvi-0.9.4-6.fc22.x86_64 libquvi-scripts-0.9.20131130-4.fc22.noarch libqzeitgeist-0.8.0-12.fc22.x86_64 librados2-0.94.1-3.fc22.x86_64 libradosstriper1-0.94.1-3.fc22.x86_64 LibRaw-0.16.2-1.fc22.x86_64 libraw1394-2.1.0-4.fc22.x86_64 librbd1-0.94.1-3.fc22.x86_64 librdmacm-1.0.18.1-3.fc22.x86_64 libredblack-1.3-1.x86_64 libredblack-devel-1.3-1.x86_64 libref_array-0.1.4-24.fc22.x86_64 libreoffice-4.4.3.2-5.fc22.x86_64 libreoffice-base-4.4.3.2-5.fc22.x86_64 libreoffice-calc-4.4.3.2-5.fc22.x86_64 libreoffice-core-4.4.3.2-5.fc22.x86_64 libreoffice-draw-4.4.3.2-5.fc22.x86_64 libreoffice-emailmerge-4.4.3.2-5.fc22.x86_64 libreoffice-graphicfilter-4.4.3.2-5.fc22.x86_64 libreoffice-impress-4.4.3.2-5.fc22.x86_64 libreoffice-langpack-en-4.4.3.2-5.fc22.x86_64 libreoffice-math-4.4.3.2-5.fc22.x86_64 libreoffice-opensymbol-fonts-4.4.3.2-5.fc22.noarch libreoffice-pdfimport-4.4.3.2-5.fc22.x86_64 libreoffice-pyuno-4.4.3.2-5.fc22.x86_64 libreoffice-ure-4.4.3.2-5.fc22.x86_64 libreoffice-writer-4.4.3.2-5.fc22.x86_64 librepo-1.7.13-1.fc22.x86_64 libreport-2.5.1-2.fc22.x86_64 libreport-anaconda-2.5.1-2.fc22.x86_64 libreport-cli-2.5.1-2.fc22.x86_64 libreport-fedora-2.5.1-2.fc22.x86_64 libreport-filesystem-2.5.1-2.fc22.x86_64 libreport-gtk-2.5.1-2.fc22.x86_64 libreport-plugin-bugzilla-2.5.1-2.fc22.x86_64 libreport-plugin-kerneloops-2.5.1-2.fc22.x86_64 libreport-plugin-logger-2.5.1-2.fc22.x86_64 libreport-plugin-reportuploader-2.5.1-2.fc22.x86_64 libreport-plugin-ureport-2.5.1-2.fc22.x86_64 libreport-python-2.5.1-2.fc22.x86_64 libreport-python3-2.5.1-2.fc22.x86_64 libreport-web-2.5.1-2.fc22.x86_64 librepository-1.1.3-12.fc21.noarch libreswan-3.12-1.fc22.x86_64 librevenge-0.0.2-2.fc22.x86_64 librsvg2-2.40.9-1.fc22.x86_64 librsync-1.0.0-1.fc22.x86_64 librtmp-2.4-3.20131205.gitdc76f0a.fc22.x86_64 libsamplerate-0.1.8-7.fc22.x86_64 libsane-hpaio-3.15.2-9.fc22.x86_64 libseccomp-2.2.1-0.fc22.x86_64 libsecret-0.18.2-1.fc22.x86_64 libselinux-2.3-10.fc22.i686 libselinux-2.3-10.fc22.x86_64 libselinux-devel-2.3-10.fc22.x86_64 libselinux-python-2.3-10.fc22.x86_64 libselinux-python3-2.3-10.fc22.x86_64 libselinux-utils-2.3-10.fc22.x86_64 libsemanage-2.3-6.fc22.x86_64 libsemanage-python-2.3-6.fc22.x86_64 libsepol-2.3-4.fc22.x86_64 libsepol-devel-2.3-4.fc22.x86_64 libserializer-1.1.2-13.fc21.noarch libsexy-0.1.11-24.fc22.x86_64 libshout-2.2.2-12.fc22.x86_64 libsigc++20-2.4.1-1.fc22.x86_64 libsilc-1.1.10-13.fc22.x86_64 libSM-1.2.2-2.fc22.i686 libSM-1.2.2-2.fc22.x86_64 libsmartcols-2.26.2-1.fc22.x86_64 libsmbclient-4.2.2-0.fc22.x86_64 libSM-devel-1.2.2-2.fc22.x86_64 libsmi-0.4.8-15.fc22.x86_64 libsndfile-1.0.25-14.fc22.i686 libsndfile-1.0.25-14.fc22.x86_64 libsolv-0.6.10-1.fc22.x86_64 libsoup-2.50.0-1.fc22.i686 libsoup-2.50.0-1.fc22.x86_64 libspectre-0.2.7-5.fc22.x86_64 libspiro-20150131-1.fc22.x86_64 libspnav-0.2.3-1.fc22.x86_64 libsrtp-1.5.0-2.fc22.x86_64 libss-1.42.12-4.fc22.x86_64 libssh-0.6.4-1.fc22.x86_64 libssh2-1.5.0-1.fc22.x86_64 libsss_idmap-1.12.4-6.fc22.x86_64 libsss_nss_idmap-1.12.4-6.fc22.x86_64 libstdc++-5.1.1-1.fc22.i686 libstdc++-5.1.1-1.fc22.x86_64 libstdc++-devel-5.1.1-1.fc22.x86_64 libsysfs-2.1.0-17.fc22.x86_64 libtalloc-2.1.2-1.fc22.x86_64 libtar-1.2.20-5.fc22.x86_64 libtasn1-4.5-1.fc22.i686 libtasn1-4.5-1.fc22.x86_64 libtasn1-devel-4.5-1.fc22.x86_64 libtdb-1.3.4-1.fc22.x86_64 libteam-1.17-1.fc22.x86_64 libtevent-0.9.24-1.fc22.x86_64 libthai-0.1.21-1.fc22.i686 libthai-0.1.21-1.fc22.x86_64 libtheora-1.1.1-12.fc22.x86_64 libtidy-0.99.0-33.20091203.fc22.x86_64 libtiff-4.0.3-20.fc22.i686 libtiff-4.0.3-20.fc22.x86_64 libtiff-devel-4.0.3-20.fc22.x86_64 libtiger-0.3.4-9.fc22.x86_64 libtimezonemap-0.4.2-5.fc22.x86_64 libtimidity-0.1.0-15.fc22.x86_64 libtirpc-0.3.1-0.0.fc22.x86_64 libtomcrypt-1.17-24.fc22.x86_64 libtommath-0.42.0-5.fc22.x86_64 libtool-2.4.2-34.fc22.x86_64 libtool-ltdl-2.4.2-34.fc22.x86_64 libtool-ltdl-devel-2.4.2-34.fc22.x86_64 libtranslit-0.0.3-8.fc22.x86_64 libtranslit-m17n-0.0.3-8.fc22.x86_64 libudisks2-2.1.5-1.fc22.x86_64 libuninameslist-20130501-3.fc22.x86_64 libunistring-0.9.4-1.fc22.x86_64 libunwind-1.1-7.fc22.x86_64 libupnp-1.6.19-3.fc22.x86_64 libusal-1.1.11-26.fc22.x86_64 libusb-0.1.5-5.fc22.i686 libusb-0.1.5-5.fc22.x86_64 libusb-devel-0.1.5-5.fc22.i686 libusb-devel-0.1.5-5.fc22.x86_64 libusbmuxd-1.0.10-2.fc22.x86_64 libusbx-1.0.19-2.fc22.i686 libusbx-1.0.19-2.fc22.x86_64 libusbx-devel-1.0.19-2.fc22.i686 libusbx-devel-1.0.19-2.fc22.x86_64 libuser-0.60-6.fc22.x86_64 libuser-python-0.60-6.fc22.x86_64 libutempter-1.1.6-6.fc22.x86_64 libuuid-2.26.2-1.fc22.i686 libuuid-2.26.2-1.fc22.x86_64 libuv-1.4.0-1.fc22.i686 libuv-1.4.0-1.fc22.x86_64 libuv-devel-1.4.0-1.fc22.x86_64 libv4l-1.6.2-1.fc22.x86_64 libva-1.5.1-1.fc22.x86_64 libvdpau-1.1-1.fc22.x86_64 libverto-0.2.6-4.fc22.i686 libverto-0.2.6-4.fc22.x86_64 libverto-devel-0.2.6-4.fc22.x86_64 libverto-tevent-0.2.6-4.fc22.x86_64 libvirt-client-1.2.13.1-1.fc22.x86_64 libvirt-daemon-1.2.13.1-1.fc22.x86_64 libvirt-daemon-config-network-1.2.13.1-1.fc22.x86_64 libvirt-daemon-driver-interface-1.2.13.1-1.fc22.x86_64 libvirt-daemon-driver-network-1.2.13.1-1.fc22.x86_64 libvirt-daemon-driver-nodedev-1.2.13.1-1.fc22.x86_64 libvirt-daemon-driver-nwfilter-1.2.13.1-1.fc22.x86_64 libvirt-daemon-driver-qemu-1.2.13.1-1.fc22.x86_64 libvirt-daemon-driver-secret-1.2.13.1-1.fc22.x86_64 libvirt-daemon-driver-storage-1.2.13.1-1.fc22.x86_64 libvirt-daemon-kvm-1.2.13.1-1.fc22.x86_64 libvirt-gconfig-0.2.0-1.fc22.x86_64 libvirt-glib-0.2.0-1.fc22.x86_64 libvirt-gobject-0.2.0-1.fc22.x86_64 libvisio-0.1.1-2.fc22.x86_64 libvisual-0.4.0-17.fc22.x86_64 libvncserver-0.9.10-0.6.20140718git9453be42.fc22.x86_64 libvorbis-1.3.4-3.fc22.i686 libvorbis-1.3.4-3.fc22.x86_64 libvpx-1.3.0-6.fc22.x86_64 libvpx-devel-1.3.0-6.fc22.x86_64 libwacom-0.13-2.fc22.x86_64 libwacom-data-0.13-2.fc22.noarch libwayland-client-1.7.0-1.fc22.i686 libwayland-client-1.7.0-1.fc22.x86_64 libwayland-cursor-1.7.0-1.fc22.i686 libwayland-cursor-1.7.0-1.fc22.x86_64 libwayland-server-1.7.0-1.fc22.i686 libwayland-server-1.7.0-1.fc22.x86_64 libwbclient-4.2.2-0.fc22.x86_64 libwebcam-0.2.2-7.fc22.x86_64 libwebp-0.4.3-2.fc22.x86_64 libwebp-devel-0.4.3-2.fc22.x86_64 libwinpr-1.2.0-0.9.git.24a752a.fc22.x86_64 libwmf-0.2.8.4-40.fc22.x86_64 libwmf-lite-0.2.8.4-40.fc22.x86_64 libwnck-2.31.0-4.fc22.x86_64 libwnck3-3.14.0-1.fc22.x86_64 libwpd-0.10.0-3.fc22.x86_64 libwpg-0.3.0-3.fc22.x86_64 libwps-0.3.1-2.fc22.x86_64 libwsman1-2.4.12-1.fc22.x86_64 libwvstreams-4.6.1-12.fc22.x86_64 libX11-1.6.3-1.fc22.i686 libX11-1.6.3-1.fc22.x86_64 libX11-common-1.6.3-1.fc22.noarch libX11-devel-1.6.3-1.fc22.i686 libX11-devel-1.6.3-1.fc22.x86_64 libx86-1.1-20.fc22.x86_64 libXau-1.0.8-4.fc22.i686 libXau-1.0.8-4.fc22.x86_64 libXau-devel-1.0.8-4.fc22.x86_64 libXaw-1.0.12-4.fc22.x86_64 libxcb-1.11-5.fc22.i686 libxcb-1.11-5.fc22.x86_64 libxcb-devel-1.11-5.fc22.x86_64 libXcomp-3.5.0.31-1.fc22.x86_64 libXcompext-3.5.0.31-1.fc22.x86_64 libXcomposite-0.4.4-6.fc22.i686 libXcomposite-0.4.4-6.fc22.x86_64 libXcomposite-devel-0.4.4-6.fc22.x86_64 libXcompshad-3.5.0.31-1.fc22.x86_64 libXcursor-1.1.14-4.fc22.i686 libXcursor-1.1.14-4.fc22.x86_64 libXcursor-devel-1.1.14-4.

n0bel commented 9 years ago

Another user reported: "When asking for a new key it did not activate the static maps part. I had to enable it."

Beyond that, I've just updated the software to remove the google maps api key requirement.

This should work for low usage. do the following, to update your PiClock software and remove the api key.

cd PiClock git pull nano Clock/ApiKeys.py

change the google api key to an empty string

googleapi = ''

see if that works

If not, I'll continue to load up FC22 in a VM.

jcwho commented 9 years ago

Dear Mr Uhlir,

That did the trick. Thank you again for looking into this and have a nice weekend.

J.C. Oliveira

On Thu, Jun 11, 2015 at 9:28 PM, Kevin Uhlir notifications@github.com wrote:

Another user reported: "When asking for a new key it did not activate the static maps part. I had to enable it."

Beyond that, I've just updated the software to remove the google maps api key requirement.

This should work for low usage. do the following, to update your PiClock software and remove the api key.

cd PiClock git pull nano Clock/ApiKeys.py

change the google api key to an empty string

googleapi = ''

see if that works

If not, I'll continue to load up FC22 in a VM.

— Reply to this email directly or view it on GitHub https://github.com/n0bel/PiClock/issues/1#issuecomment-111320558.

n0bel commented 9 years ago

Great!