Driver 'mmcblk' needs updating - please use bus_type methods
by Dario Lesca
On my Fedora 22 up to date (kernel 4.0.5-300.fc22.x86_64), when I
insert a SSD card I get this warning:
> giu 30 01:03:27 dodo.home.solinos.it kernel: mmc0: new high speed SDHC card at address 59b4
> giu 30 01:03:27 dodo.home.solinos.it kernel: Driver 'mmcblk' needs updating - please use bus_type methods
> giu 30 01:03:27 dodo.home.solinos.it kernel: mmcblk0: mmc0:59b4 00000 14.9 GiB
And after some time (dd if=img of=/dev/mmcblk0) I get many kernel error
like these:
> giu 30 01:32:14 dodo.home.solinos.it kernel: ------------[ cut here ]------------
> giu 30 01:32:14 dodo.home.solinos.it kernel: WARNING: CPU: 0 PID: 0 at drivers/mmc/host/sdhci.c:857 sdhci_send_command+0xa73/0xc50 [sd
> giu 30 01:32:14 dodo.home.solinos.it kernel: Modules linked in: mmc_block bnep bluetooth fuse xt_CHECKSUM iptable_mangle ipt_MASQUERAD
> giu 30 01:32:14 dodo.home.solinos.it kernel: parport_pc shpchp parport mei_me tpm mei dell_smo8800 nfsd auth_rpcgss nfs_acl lockd gra
> giu 30 01:32:14 dodo.home.solinos.it kernel: CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W 4.0.5-300.fc22.x86_64 #1
> giu 30 01:32:14 dodo.home.solinos.it kernel: Hardware name: Dell Inc. Latitude E5520/03PH4G, BIOS A05 11/30/2011
> giu 30 01:32:14 dodo.home.solinos.it kernel: 0000000000000000 c244236c9fe8f15d ffff88022ec03d08 ffffffff817834f4
> giu 30 01:32:14 dodo.home.solinos.it kernel: 0000000000000000 0000000000000000 ffff88022ec03d48 ffffffff8109c66a
> giu 30 01:32:14 dodo.home.solinos.it kernel: ffff880224e7c4c0 ffff880224e7c4c0 ffff8801f12910f0 ffff8801f1291170
> giu 30 01:32:14 dodo.home.solinos.it kernel: Call Trace:
> giu 30 01:32:14 dodo.home.solinos.it kernel: <IRQ> [<ffffffff817834f4>] dump_stack+0x45/0x57
> .....
> giu 30 00:55:49 dodo.home.solinos.it kernel: DMA: Out of SW-IOMMU space for 65536 bytes at device 0000:09:00.1
> giu 30 00:55:49 dodo.home.solinos.it kernel: DMA: Out of SW-IOMMU space for 65536 bytes at device 0000:09:00.1
> giu 30 00:55:49 dodo.home.solinos.it kernel: ------------[ cut here ]------------
> giu 30 00:55:49 dodo.home.solinos.it kernel: WARNING: CPU: 0 PID: 10598 at drivers/mmc/host/sdhci.c:857 sdhci_send_command+0xa73/0xc50
> giu 30 00:55:49 dodo.home.solinos.it kernel: Modules linked in: uas usb_storage vfat fat mmc_block bnep bluetooth fuse xt_CHECKSUM ipt
> giu 30 00:55:49 dodo.home.solinos.it kernel: mei_me parport_pc wmi i2c_i801 mei tpm_tis parport tpm shpchp dell_smo8800 nfsd auth_rpc
> giu 30 00:55:49 dodo.home.solinos.it kernel: CPU: 0 PID: 10598 Comm: mmcqd/0 Tainted: G W 4.0.5-300.fc22.x86_64 #1
> giu 30 00:55:49 dodo.home.solinos.it kernel: Hardware name: Dell Inc. Latitude E5520/03PH4G, BIOS A05 11/30/2011
> giu 30 00:55:49 dodo.home.solinos.it kernel: 0000000000000000 00000000f78a99be ffff88022ec03d08 ffffffff817834f4
> giu 30 00:55:49 dodo.home.solinos.it kernel: 0000000000000000 0000000000000000 ffff88022ec03d48 ffffffff8109c66a
> giu 30 00:55:49 dodo.home.solinos.it kernel: ffff8802227de4c0 ffff8802227de4c0 ffff88021776b290 ffff88021776b310
> giu 30 00:55:49 dodo.home.solinos.it kernel: Call Trace:
The card written is unusable and I must reboot my notebook to use it
agains.
This problem is new for me (Update from f21 to 22), I have write with
this NB many card SD in the past.
If I usa another notebook with F21 the problem not happens and the card
is written good.
Some one have some suggest?
Many thanks
--
Dario Lesca
(inviato dal mio Linux Fedora 22 con Gnome 3.16)
8 years, 2 months
Mass bug filing proposal - switching to Python3
by Robert Kuska
Hello everyone,
I would like to start with Mass bug filing process and as stated
at wiki, the first step is to gain consensus for what I want to make.
Note please that this mass bug filing is conditioned with acceptance of
'Python3 as default' change which will be discussed at todays (01-Jul)
meeting. This mass bug filing aims for python applications.
What is python application?
Application foo is not meant to be used within others python libraries via `import foo`
and both python3 and python2 versions of foo provides same functionality and therefore
only one version is needed. This also includes scripts. DevAssistant is an *application*
- We invoke DA and we don't care if it is python2 and python3 based, both will fulfill
our task.
Bug description proposal follows:
With the recent change in packaging and upcoming system wide
change 'Python3 as default' Fedora is switching from using Python2
interpreter as default to Python3. This means that all applications
accessible through default Fedora repositories running or using Python
should run on/use Python3.
FAQ:
Q: How do I know if my application is using Python?
A: If this bug is filled against your application it is using Python
yet mistakes happen so if your application does not use Python (and you
double checked on that) please close this bug with a comment stating that.
Q: How to switch to Python3?
A: First, make sure that upstream supports Python3. Next switch
all macros to its python3 equivalents[0] and change all shebangs
using python or python2 to use python3, also replace all the dependencies
python2 dependencies. If stuck contact the reporter.
Q: What if upstream doesn't support Python3?
A: Don't switch to python3, open a bug in upstream asking to support Python3,
help upstream with porting to Python3 (optional) and leave the fedora bug opened
for tracking. Bug should be closed once the Python3 support is added.
[0]https://fedoraproject.org/wiki/Packaging:Python#Macros
Bug description ends.
--
Robert Kuska
{rkuska}
8 years, 2 months
rubygem-apipie-rails license change
by Vít Ondruch
For rubygem-apipie-rails-0.3.4-1.fc23, the license was changed from
MIT and ASL 2.0 and (MIT or GPLv2)
to
MIT and ASL 2.0
since the bundled jQuery was replaced by symlink to the system version
of jQuery.
Vít
8 years, 2 months
mpir soname bump
by Jerry James
MPIR 2.7.0 has arrived, and brings an soname bump with it. As far as
I can tell, nothing in Fedora uses mpir, so I don't think anything
needs to be rebuilt. If I'm wrong about that, send me some hate mail
and I'll rebuild your package.
--
Jerry James
http://www.jamezone.org/
8 years, 2 months
Schedule for Thursday's FPC Meeting (2015-07-02 16:00 UTC)
by James Antill
Following is the list of topics that will be discussed in the FPC
meeting Thursday at 2015-07-02 16:00 UTC in #fedora-meeting-1 on
irc.freenode.net.
Local time information (via. rktime):
2015-07-02 09:00 Thu US/Pacific PDT
2015-07-02 12:00 Thu US/Eastern EDT
2015-07-02 16:00 Thu UTC <-
2015-07-02 17:00 Thu Europe/London BST
2015-07-02 18:00 Thu Europe/Paris CEST
2015-07-02 18:00 Thu Europe/Berlin CEST
2015-07-02 21:30 Thu Asia/Calcutta IST
------------------new day----------------------
2015-07-03 00:00 Fri Asia/Singapore SGT
2015-07-03 00:00 Fri Asia/Hong_Kong HKT
2015-07-03 01:00 Fri Asia/Tokyo JST
2015-07-03 02:00 Fri Australia/Brisbane EST
Links to all tickets below can be found at:
https://fedorahosted.org/fpc/report/13
= Followups =
#topic #508 New GID for openstack-neutron
.fpc 508
https://fedorahosted.org/fpc/ticket/508
= New business =
#topic #547 SourceURL addition/clarification - Git Hosting Services
.fpc 547
https://fedorahosted.org/fpc/ticket/547
= Open Floor =
For more complete details, please visit each individual ticket. The
report of the agenda items can be found at:
https://fedorahosted.org/fpc/report/13
If you would like to add something to this agenda, you can reply to
this e-mail, file a new ticket at https://fedorahosted.org/fpc,
e-mail me directly, or bring it up at the end of the meeting, during
the open floor topic. Note that added topics may be deferred until
the following meeting.
8 years, 2 months
Checking the ABI of packages submitted to the updates-testing Fedora repository
by Dodji Seketeli
Hello,
Following up on the ABI checking topic raised in the "API Break
Detection" section near the end of the post
https://lists.fedoraproject.org/pipermail/server/2015-June/001904.html,
I'd like to summarize where we stand at the moment and what we plan do.
We discussed this topic on the #fedoral-devel IRC channel yesterday and
here is what stuck to my mind. Others are of course welcome to add what
I have forgotten and to correct me when I a wrong.
To start, we'd like to have an automated way to check the ABI
compatibility of binaries embedded in packages that are submitted to the
updates-testing repository. When an incompatible change[1] is detected,
the package will be prevented from auto-increasing it's karma count. I
guess a manual intervention will then be required to increase the karma
or a new package version needs to be submitted again.
Under the hood, the current informal plan seems to be to come up with a
Taskotron checking task, which, for a given package named P, will
compare the ABIs of the binaries embedded in P against their
counterparts in the latest known stable version of P that is present in
the stable repository. The result of the comparison shall be a report
showing the ABI difference of the offending binaries, if those changes
are deemed harmful or possibly harmful, from an ABI compatibility
standpoint.
At this moment, we do have a command line tool named "abidiff"[2] that
knows how to compare two shared library binaries and emits a report
about the differences in their ABI. That tool needs the debug info of
the binaries too. We are currently working on a tool named
"abipkgdiff"[3] that takes two RPMs and compares the shared library
binaries. That tool should be ready enough (hopefully) in the coming
days.
When the "abipkgdiff" command line tool is ready , I guess the plan is
to use it in a new Taskotron task that, when invoked on a given package,
gets the stable version of that package as well as the debuginfo
packages from koji, executes abipkgdiff to compare the package against
it's stable version and emits the resulting report.
So, that is the first "baby step" we talked about.
There are obviously going to be many other baby steps coming up, and
I'll write something about them a little bit later on this topic,
possibly in the wiki, rather. Needless to say, even the baby steps in
this note need to be refined, I guess we'll do that on the wiki some
where. But until then, I thought I'd drop this note to let you know
where we stand.
Thank you for reading so far.
[1]: A change in a the ABI of a shared library is considered
"compatible", if an application linked with the older version of the
library is still going to function reliably when executed against the
newer version of the library, without being re-linked. Otherwise, the
ABI change is considered "incompatible".
[2]: abidiff manual documentation can be consulted at
https://sourceware.org/libabigail/manual/abidiff.html
[3]: abipkgdiff is being hacked on by Sinny Kumari in a branch of the
upstream libabigail git repo at
https://sourceware.org/git/gitweb.cgi?p=libabigail.git;a=shortlog;h=refs/...
--
Dodji
8 years, 2 months
rawhide report: 20150701 changes
by Fedora compose checker
Compose started at Wed Jul 1 05:15:04 UTC 2015
Broken deps for i386
----------------------------------------------------------
[airsched]
airsched-1.00.0-12.fc23.i686 requires libzmq.so.4
[apache-scout]
apache-scout-1.2.6-11.fc21.noarch requires mvn(org.apache.juddi:uddi-ws)
apache-scout-1.2.6-11.fc21.noarch requires mvn(org.apache.juddi:juddi-client)
[aws]
aws-tools-2015-2.fc23.i686 requires libaws_ssl.so
[bluetile]
bluetile-0.6-28.fc23.i686 requires ghc(gio-0.13.0.4-589ef11228222f8fdb72e24c64ce9d0a)
[bustle]
bustle-0.4.8-3.fc23.i686 requires libHSsetlocale-1.0.0.1-ghc7.8.4.so
bustle-0.4.8-3.fc23.i686 requires ghc(setlocale-1.0.0.1-5b5a3b6eb589586826a90a4c287ca0e0)
bustle-0.4.8-3.fc23.i686 requires ghc(gio-0.13.0.4-589ef11228222f8fdb72e24c64ce9d0a)
[clearsilver]
perl-clearsilver-0.10.5-29.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
perl-clearsilver-0.10.5-29.fc22.i686 requires libperl.so.5.20
[gammaray]
gammaray-qt5-2.2.1-10.fc23.i686 requires qt5-qtbase(x86-32) = 0:5.4.2
[ghc-gtk]
ghc-gtk-0.13.4-1.fc22.i686 requires ghc(gio-0.13.0.4-589ef11228222f8fdb72e24c64ce9d0a)
ghc-gtk-devel-0.13.4-1.fc22.i686 requires ghc-devel(gio-0.13.0.4-589ef11228222f8fdb72e24c64ce9d0a)
[ghc-hgettext]
ghc-hgettext-0.1.30-8.fc23.i686 requires libHSsetlocale-1.0.0.1-ghc7.8.4.so
ghc-hgettext-0.1.30-8.fc23.i686 requires ghc(setlocale-1.0.0.1-5b5a3b6eb589586826a90a4c287ca0e0)
ghc-hgettext-devel-0.1.30-8.fc23.i686 requires libHSsetlocale-1.0.0.1-ghc7.8.4.so
ghc-hgettext-devel-0.1.30-8.fc23.i686 requires ghc-devel(setlocale-1.0.0.1-5b5a3b6eb589586826a90a4c287ca0e0)
ghc-hgettext-devel-0.1.30-8.fc23.i686 requires ghc(setlocale-1.0.0.1-5b5a3b6eb589586826a90a4c287ca0e0)
[ghc-hjsmin]
ghc-hjsmin-0.1.4.7-7.fc23.i686 requires ghc(language-javascript-0.5.13-0b8335d6a2507ee73f3b41c61a1ea2bf)
ghc-hjsmin-devel-0.1.4.7-7.fc23.i686 requires ghc-devel(language-javascript-0.5.13-0b8335d6a2507ee73f3b41c61a1ea2bf)
[golang-github-samalba-dockerclient]
golang-github-samalba-dockerclient-devel-0-0.1.gitc37a52f.fc23.noarch requires golang(github.com/docker/docker/utils)
golang-github-samalba-dockerclient-devel-0-0.1.gitc37a52f.fc23.noarch requires golang(github.com/docker/docker/pkg/timeutils)
golang-github-samalba-dockerclient-devel-0-0.1.gitc37a52f.fc23.noarch requires golang(github.com/docker/docker/pkg/stdcopy)
golang-github-samalba-dockerclient-devel-0-0.1.gitc37a52f.fc23.noarch requires golang(github.com/docker/docker/pkg/jsonlog)
[hadoop]
hadoop-common-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-servlet)
hadoop-common-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-common-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hadoop-common-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-hdfs-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-hdfs-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-mapreduce-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-mapreduce-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey.contribs:jersey-guice)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-servlet)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-client)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey.contribs:jersey-guice)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-client)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey.contribs:jersey-guice)
[hbase]
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hbase-tests-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hbase-tests-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hbase-tests-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
[julia]
julia-0.3.7-2.fc23.i686 requires libspqr.so.1
julia-0.3.7-2.fc23.i686 requires libLLVM-3.5.so
julia-devel-0.3.7-2.fc23.i686 requires libLLVM-3.5.so
[klavaro]
klavaro-3.01-0.pre1.1.fc23.1.i686 requires libgtkdataboks.so.0
[ldns]
perl-ldns-1.6.17-14.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-ldns-1.6.17-14.fc23.i686 requires libperl.so.5.20
[leksah-server]
leksah-server-0.14.3.1-2.fc23.i686 requires ghc(gio-0.13.0.4-589ef11228222f8fdb72e24c64ce9d0a)
[libfli]
libfli-devel-1.7-16.fc23.i686 requires libfli{?_isa} = 0:1.7-16.fc23
[matreshka]
matreshka-servlet-devel-0.7.0-2.fc23.i686 requires matreshka-servlet-lib{?_isa} = 0:0.7.0-2.fc23
matreshka-servlet-lib-0.7.0-2.fc23.i686 requires matreshka{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-api-devel-0.7.0-2.fc23.i686 requires matreshka-spikedog-api-lib{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-api-lib-0.7.0-2.fc23.i686 requires matreshka{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-api-lib-0.7.0-2.fc23.i686 requires matreshka-servlet-api{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-core-devel-0.7.0-2.fc23.i686 requires matreshka-spikedog-core-lib{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-core-lib-0.7.0-2.fc23.i686 requires matreshka{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-core-lib-0.7.0-2.fc23.i686 requires matreshka-servlet-api{?_isa} = 0:0.7.0-2.fc23
[mesos]
mesos-0.22.0-SNAPSHOT.1.c513126.fc22.1.i686 requires libprotobuf.so.8
python-mesos-0.22.0-SNAPSHOT.1.c513126.fc22.1.i686 requires libprotobuf.so.8
[mojarra]
mojarra-2.1.7-8.fc20.noarch requires tomcat-servlet-3.0-api
mojarra-2.1.7-8.fc20.noarch requires tomcat-jsp-2.2-api
mojarra-2.1.7-8.fc20.noarch requires tomcat-el-2.2-api
[monodevelop]
monodevelop-2.8.8.4-9.fc23.i686 requires mono(mscorlib) = 0:2.0.0.0
monodevelop-2.8.8.4-9.fc23.i686 requires mono(System.Core) = 0:3.5.0.0
monodevelop-2.8.8.4-9.fc23.i686 requires mono(System) = 0:2.0.0.0
monodevelop-2.8.8.4-9.fc23.i686 requires mono(Microsoft.Build.Utilities.v3.5) = 0:3.5.0.0
monodevelop-2.8.8.4-9.fc23.i686 requires mono(Microsoft.Build.Framework) = 0:3.5.0.0
monodevelop-2.8.8.4-9.fc23.i686 requires mono(Microsoft.Build.Engine) = 0:3.5.0.0
[mule]
mule-module-builders-2.0.2.20080813-11.fc21.noarch requires tomcat-servlet-3.0-api
mule-transport-http-2.0.2.20080813-11.fc21.noarch requires tomcat-servlet-3.0-api
mule-transport-servlet-2.0.2.20080813-11.fc21.noarch requires tomcat-servlet-3.0-api
[netbeans-platform]
1:netbeans-platform-harness-7.0.1-11.fc22.i686 requires cobertura >= 0:1.9.3
[nodejs-co]
nodejs-co-4.5.1-2.fc23.noarch requires npm(engine) < 0:0.11
nodejs-co-4.5.1-2.fc23.noarch requires npm(engine) >= 0:0.10
nodejs-co-4.5.1-2.fc23.noarch requires nodejs(engine) >= 0:0.12.0
[nodejs-defs]
nodejs-defs-1.0.0-1.fc22.noarch requires npm(yargs) < 0:2
[nodejs-get-uri]
nodejs-get-uri-0.1.3-2.fc23.noarch requires npm(extend) < 0:2
[nodejs-grunt-contrib-copy]
nodejs-grunt-contrib-copy-0.8.0-2.fc23.noarch requires npm(file-sync-cmp) < 0:0.2
nodejs-grunt-contrib-copy-0.8.0-2.fc23.noarch requires npm(file-sync-cmp) >= 0:0.1.0
nodejs-grunt-contrib-copy-0.8.0-2.fc23.noarch requires npm(chalk) >= 0:0.5.1
[nodejs-grunt-contrib-csslint]
nodejs-grunt-contrib-csslint-0.4.0-2.fc23.noarch requires npm(chalk) >= 0:0.5.1
[nodejs-grunt-contrib-less]
nodejs-grunt-contrib-less-1.0.0-2.fc23.noarch requires npm(async) >= 0:0.9.0
[nodejs-grunt-saucelabs]
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(sauce-tunnel) >= 0:2.2.3
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(requestretry) < 0:1.3
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(requestretry) >= 0:1.2.2
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(lodash) >= 0:3.7.0
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(colors) >= 0:1.0.0
[nodejs-http-proxy-agent]
nodejs-http-proxy-agent-0.2.6-2.fc23.noarch requires npm(extend) < 0:2
[nodejs-https-proxy-agent]
nodejs-https-proxy-agent-0.3.5-2.fc23.noarch requires npm(extend) < 0:2
[nodejs-mongodb]
nodejs-mongodb-2.0.28-3.fc23.noarch requires npm(mongodb-core) >= 0:1.1.25
[nodejs-pac-proxy-agent]
nodejs-pac-proxy-agent-0.1.2-1.fc22.noarch requires npm(extend) < 0:2
[nodejs-pac-resolver]
nodejs-pac-resolver-1.2.4-1.fc23.noarch requires npm(co) < 0:4
[nodejs-proxy-agent]
nodejs-proxy-agent-1.1.0-1.fc22.noarch requires npm(socks-proxy-agent) < 0:1
[nodejs-recast]
nodejs-recast-0.10.1-2.fc23.noarch requires npm(source-map) >= 0:0.3.0
nodejs-recast-0.10.1-2.fc23.noarch requires npm(esprima-fb) < 0:12002
nodejs-recast-0.10.1-2.fc23.noarch requires npm(esprima-fb) >= 0:12001.1.0
nodejs-recast-0.10.1-2.fc23.noarch requires npm(ast-types) < 0:0.7
[nodejs-socks-proxy-agent]
nodejs-socks-proxy-agent-1.0.0-2.fc23.noarch requires npm(socks-client) < 0:2
nodejs-socks-proxy-agent-1.0.0-2.fc23.noarch requires npm(socks-client) >= 0:1.1.2
nodejs-socks-proxy-agent-1.0.0-2.fc23.noarch requires npm(extend) < 0:2
[nodejs-stream-to-array]
nodejs-stream-to-array-2.0.2-2.fc23.noarch requires npm(native-or-bluebird) < 0:2
nodejs-stream-to-array-2.0.2-2.fc23.noarch requires npm(native-or-bluebird) >= 0:1
[nodejs-vow-fs]
nodejs-vow-fs-0.3.2-3.fc23.noarch requires npm(vow-queue) < 0:0.4
[nodejs-yargs]
nodejs-yargs-3.2.1-2.fc23.noarch requires npm(string) < 0:4
nodejs-yargs-3.2.1-2.fc23.noarch requires npm(string) >= 0:3.0.0
[oat]
oat-appraiser-1.6.0-16.fc22.i686 requires tomcat-servlet-3.0-api
oat-client-1.6.0-16.fc22.i686 requires tomcat-servlet-3.0-api
[openstack-heat-gbp]
openstack-heat-gbp-2014.2-2.fc23.noarch requires openstack-heat-engine < 0:2014.3
[openstack-neutron-gbp]
openstack-neutron-gbp-2014.2-2.fc23.noarch requires openstack-neutron < 0:2014.3
[openstack-swift]
openstack-swift-2.3.0-2.fc23.noarch requires python-pyeclib
[owncloud]
owncloud-8.0.4-2.fc23.noarch requires php-composer(symfony/routing) < 0:2.6
owncloud-8.0.4-2.fc23.noarch requires php-composer(symfony/console) < 0:2.6
[paraview]
paraview-4.3.1-2.fc22.i686 requires libprotobuf.so.8
paraview-4.3.1-2.fc22.i686 requires libhdf5_hl.so.9
paraview-4.3.1-2.fc22.i686 requires libhdf5.so.9
paraview-4.3.1-2.fc22.i686 requires hdf5 = 0:1.8.14
paraview-mpich-4.3.1-2.fc22.i686 requires libprotobuf.so.8
paraview-mpich-4.3.1-2.fc22.i686 requires libopa.so.1
paraview-mpich-4.3.1-2.fc22.i686 requires libmpl.so.1
paraview-mpich-4.3.1-2.fc22.i686 requires libmpichcxx.so.12
paraview-mpich-4.3.1-2.fc22.i686 requires libmpich.so.12
paraview-mpich-4.3.1-2.fc22.i686 requires libhdf5_hl.so.9
paraview-mpich-4.3.1-2.fc22.i686 requires libhdf5.so.9
paraview-openmpi-4.3.1-2.fc22.i686 requires libprotobuf.so.8
paraview-openmpi-4.3.1-2.fc22.i686 requires libhdf5_hl.so.9
paraview-openmpi-4.3.1-2.fc22.i686 requires libhdf5.so.9
[pdf2djvu]
pdf2djvu-0.7.17-9.fc23.i686 requires libpoppler.so.49
[perl-B-Hooks-OP-Check-EntersubForCV]
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires libperl.so.5.20
[perl-CGI-Application-Structured-Tools]
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Carp-REPL]
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
[perl-CatalystX-REPL]
perl-CatalystX-REPL-0.04-10.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Data-Alias]
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
[perl-Data-Dump-Streamer]
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
[perl-Devel-BeginLift]
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
[perl-Devel-Cover]
perl-Devel-Cover-1.18-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.i686 requires libperl.so.5.20
[perl-Devel-FindRef]
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
[perl-Gtk3]
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
[perl-Gtk3-WebKit]
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Method-Signatures]
perl-Method-Signatures-20141021-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
[perl-MongoDB]
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
[perl-POE-API-Peek]
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Task-Catalyst]
perl-Task-Catalyst-4.02-8.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Task-Kensho-Testing]
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
[perl-Test-Apocalypse]
perl-Test-Apocalypse-1.006-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
[perl-Test-AutoBuild]
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
[perl-Test-Vars]
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[pgp-tools]
pgp-tools-1.1.12-4.fc23.i686 requires perl(:MODULE_COMPAT_5.20.1)
[php-doctrine-datafixtures]
php-doctrine-datafixtures-1.0.0-5.fc23.noarch requires php-composer(doctrine/common) < 0:2.5
[php-silex]
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/routing) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/http-kernel) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/http-foundation) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/form) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/event-dispatcher) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/dom-crawler) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/css-selector) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/browser-kit) < 0:2.7.0
[polymake]
polymake-2.13-22.git20141013.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
[publican]
publican-4.1.3-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[pure]
pure-0.62-2.fc22.i686 requires libLLVM-3.5.so
[pyjigdo]
pyjigdo-0.4.0.3-9.fc23.noarch requires fuseiso
[python-django-horizon-gbp]
openstack-dashboard-gbp-2014.2-2.fc23.noarch requires openstack-dashboard < 0:2014.3
python-django-horizon-gbp-2014.2-2.fc23.noarch requires python-django-horizon < 0:2014.3
[python-gbpclient]
python-gbpclient-0.9.0-2.fc23.noarch requires python-neutronclient = 0:2.3.9
[rhn-client-tools]
rhn-check-2.4.5-2.fc23.noarch requires dnf-plugin-spacewalk >= 0:2.4.0
[rpm-ostree-toolbox]
rpm-ostree-toolbox-2015.8-4.fc23.i686 requires docker
[rubygem-compass]
rubygem-compass-1.0.1-2.fc23.noarch requires rubygem(rb-fsevent) >= 0:0.9.3
[rubygem-compass-rails]
rubygem-compass-rails-1.1.7-5.fc23.noarch requires rubygem(sprockets) <= 0:2.99.0
[rubygem-sup]
rubygem-sup-0.21.0-2.fc23.noarch requires rubygem(chronic) < 0:0.10
[scilab]
scilab-5.5.2-1.fc23.i686 requires libhdf5_hl.so.9
scilab-5.5.2-1.fc23.i686 requires libhdf5.so.9
scilab-5.5.2-1.fc23.i686 requires hdf5 = 0:1.8.14
[shogun]
R-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libprotobuf.so.8
R-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libhdf5.so.9
java-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libprotobuf.so.8
java-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libhdf5.so.9
lua-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libprotobuf.so.8
lua-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libhdf5.so.9
mono-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires mono(mscorlib) = 0:2.0.0.0
mono-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libprotobuf.so.8
mono-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libhdf5.so.9
octave-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libprotobuf.so.8
octave-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libhdf5.so.9
python-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libprotobuf.so.8
python-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libhdf5.so.9
python3-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libprotobuf.so.8
python3-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libhdf5.so.9
ruby-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libprotobuf.so.8
ruby-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libhdf5.so.9
shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libprotobuf.so.8
shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libhdf5.so.9
shogun-cli-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libprotobuf.so.8
shogun-cli-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libhdf5.so.9
[trustedqsl]
tqsllib-devel-2.4-9.fc23.1.i686 requires tqsllib(x86-32) = 0:2.4-9.fc23
[tunir]
tunir-0.6-3.fc23.noarch requires docker
[vfrnav]
vfrnav-20141211-1.fc22.i686 requires libgps.so.21
[xcat]
xcat-0.7.1-2.fc23.noarch requires python3-aiohttp
Broken deps for x86_64
----------------------------------------------------------
[airsched]
airsched-1.00.0-12.fc23.i686 requires libzmq.so.4
airsched-1.00.0-12.fc23.x86_64 requires libzmq.so.4()(64bit)
[apache-scout]
apache-scout-1.2.6-11.fc21.noarch requires mvn(org.apache.juddi:uddi-ws)
apache-scout-1.2.6-11.fc21.noarch requires mvn(org.apache.juddi:juddi-client)
[aws]
aws-tools-2015-2.fc23.x86_64 requires libaws_ssl.so()(64bit)
[bluetile]
bluetile-0.6-28.fc23.x86_64 requires ghc(gio-0.13.0.4-76470133b2583cf0d1da205f57a9ed9d)
[bustle]
bustle-0.4.8-3.fc23.x86_64 requires libHSsetlocale-1.0.0.1-ghc7.8.4.so()(64bit)
bustle-0.4.8-3.fc23.x86_64 requires ghc(setlocale-1.0.0.1-b3a443d4a13dbd941a33c95097348473)
bustle-0.4.8-3.fc23.x86_64 requires ghc(gio-0.13.0.4-76470133b2583cf0d1da205f57a9ed9d)
[clearsilver]
perl-clearsilver-0.10.5-29.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.1)
perl-clearsilver-0.10.5-29.fc22.x86_64 requires libperl.so.5.20()(64bit)
[gammaray]
gammaray-qt5-2.2.1-10.fc23.i686 requires qt5-qtbase(x86-32) = 0:5.4.2
gammaray-qt5-2.2.1-10.fc23.x86_64 requires qt5-qtbase(x86-64) = 0:5.4.2
[ghc-gtk]
ghc-gtk-0.13.4-1.fc22.x86_64 requires ghc(gio-0.13.0.4-76470133b2583cf0d1da205f57a9ed9d)
ghc-gtk-devel-0.13.4-1.fc22.x86_64 requires ghc-devel(gio-0.13.0.4-76470133b2583cf0d1da205f57a9ed9d)
[ghc-hgettext]
ghc-hgettext-0.1.30-8.fc23.x86_64 requires libHSsetlocale-1.0.0.1-ghc7.8.4.so()(64bit)
ghc-hgettext-0.1.30-8.fc23.x86_64 requires ghc(setlocale-1.0.0.1-b3a443d4a13dbd941a33c95097348473)
ghc-hgettext-devel-0.1.30-8.fc23.x86_64 requires libHSsetlocale-1.0.0.1-ghc7.8.4.so()(64bit)
ghc-hgettext-devel-0.1.30-8.fc23.x86_64 requires ghc-devel(setlocale-1.0.0.1-b3a443d4a13dbd941a33c95097348473)
ghc-hgettext-devel-0.1.30-8.fc23.x86_64 requires ghc(setlocale-1.0.0.1-b3a443d4a13dbd941a33c95097348473)
[ghc-hjsmin]
ghc-hjsmin-0.1.4.7-7.fc23.x86_64 requires ghc(language-javascript-0.5.13-f48bda97a964b04da3ef1b9df7d3b043)
ghc-hjsmin-devel-0.1.4.7-7.fc23.x86_64 requires ghc-devel(language-javascript-0.5.13-f48bda97a964b04da3ef1b9df7d3b043)
[hadoop]
hadoop-common-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-servlet)
hadoop-common-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-common-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hadoop-common-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-hdfs-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-hdfs-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-mapreduce-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-mapreduce-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey.contribs:jersey-guice)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-servlet)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-client)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey.contribs:jersey-guice)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-client)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey.contribs:jersey-guice)
[hbase]
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hbase-tests-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hbase-tests-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hbase-tests-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
[julia]
julia-0.3.7-2.fc23.i686 requires libspqr.so.1
julia-0.3.7-2.fc23.i686 requires libLLVM-3.5.so
julia-0.3.7-2.fc23.x86_64 requires libspqr.so.1()(64bit)
julia-0.3.7-2.fc23.x86_64 requires libLLVM-3.5.so()(64bit)
julia-devel-0.3.7-2.fc23.i686 requires libLLVM-3.5.so
julia-devel-0.3.7-2.fc23.x86_64 requires libLLVM-3.5.so()(64bit)
[klavaro]
klavaro-3.01-0.pre1.1.fc23.1.x86_64 requires libgtkdataboks.so.0()(64bit)
[ldns]
perl-ldns-1.6.17-14.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-ldns-1.6.17-14.fc23.x86_64 requires libperl.so.5.20()(64bit)
[leksah-server]
leksah-server-0.14.3.1-2.fc23.x86_64 requires ghc(gio-0.13.0.4-76470133b2583cf0d1da205f57a9ed9d)
[libfli]
libfli-devel-1.7-16.fc23.i686 requires libfli{?_isa} = 0:1.7-16.fc23
libfli-devel-1.7-16.fc23.x86_64 requires libfli{?_isa} = 0:1.7-16.fc23
[matreshka]
matreshka-servlet-devel-0.7.0-2.fc23.i686 requires matreshka-servlet-lib{?_isa} = 0:0.7.0-2.fc23
matreshka-servlet-devel-0.7.0-2.fc23.x86_64 requires matreshka-servlet-lib{?_isa} = 0:0.7.0-2.fc23
matreshka-servlet-lib-0.7.0-2.fc23.i686 requires matreshka{?_isa} = 0:0.7.0-2.fc23
matreshka-servlet-lib-0.7.0-2.fc23.x86_64 requires matreshka{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-api-devel-0.7.0-2.fc23.i686 requires matreshka-spikedog-api-lib{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-api-devel-0.7.0-2.fc23.x86_64 requires matreshka-spikedog-api-lib{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-api-lib-0.7.0-2.fc23.i686 requires matreshka{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-api-lib-0.7.0-2.fc23.i686 requires matreshka-servlet-api{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-api-lib-0.7.0-2.fc23.x86_64 requires matreshka{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-api-lib-0.7.0-2.fc23.x86_64 requires matreshka-servlet-api{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-core-devel-0.7.0-2.fc23.i686 requires matreshka-spikedog-core-lib{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-core-devel-0.7.0-2.fc23.x86_64 requires matreshka-spikedog-core-lib{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-core-lib-0.7.0-2.fc23.i686 requires matreshka{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-core-lib-0.7.0-2.fc23.i686 requires matreshka-servlet-api{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-core-lib-0.7.0-2.fc23.x86_64 requires matreshka{?_isa} = 0:0.7.0-2.fc23
matreshka-spikedog-core-lib-0.7.0-2.fc23.x86_64 requires matreshka-servlet-api{?_isa} = 0:0.7.0-2.fc23
[mesos]
mesos-0.22.0-SNAPSHOT.1.c513126.fc22.1.i686 requires libprotobuf.so.8
mesos-0.22.0-SNAPSHOT.1.c513126.fc22.1.x86_64 requires libprotobuf.so.8()(64bit)
python-mesos-0.22.0-SNAPSHOT.1.c513126.fc22.1.x86_64 requires libprotobuf.so.8()(64bit)
[mojarra]
mojarra-2.1.7-8.fc20.noarch requires tomcat-servlet-3.0-api
mojarra-2.1.7-8.fc20.noarch requires tomcat-jsp-2.2-api
mojarra-2.1.7-8.fc20.noarch requires tomcat-el-2.2-api
[monodevelop]
monodevelop-2.8.8.4-9.fc23.x86_64 requires mono(mscorlib) = 0:2.0.0.0
monodevelop-2.8.8.4-9.fc23.x86_64 requires mono(System.Core) = 0:3.5.0.0
monodevelop-2.8.8.4-9.fc23.x86_64 requires mono(System) = 0:2.0.0.0
monodevelop-2.8.8.4-9.fc23.x86_64 requires mono(Microsoft.Build.Utilities.v3.5) = 0:3.5.0.0
monodevelop-2.8.8.4-9.fc23.x86_64 requires mono(Microsoft.Build.Framework) = 0:3.5.0.0
monodevelop-2.8.8.4-9.fc23.x86_64 requires mono(Microsoft.Build.Engine) = 0:3.5.0.0
[mule]
mule-module-builders-2.0.2.20080813-11.fc21.noarch requires tomcat-servlet-3.0-api
mule-transport-http-2.0.2.20080813-11.fc21.noarch requires tomcat-servlet-3.0-api
mule-transport-servlet-2.0.2.20080813-11.fc21.noarch requires tomcat-servlet-3.0-api
[netbeans-platform]
1:netbeans-platform-harness-7.0.1-11.fc22.x86_64 requires cobertura >= 0:1.9.3
[nodejs-co]
nodejs-co-4.5.1-2.fc23.noarch requires npm(engine) < 0:0.11
nodejs-co-4.5.1-2.fc23.noarch requires npm(engine) >= 0:0.10
nodejs-co-4.5.1-2.fc23.noarch requires nodejs(engine) >= 0:0.12.0
[nodejs-defs]
nodejs-defs-1.0.0-1.fc22.noarch requires npm(yargs) < 0:2
[nodejs-get-uri]
nodejs-get-uri-0.1.3-2.fc23.noarch requires npm(extend) < 0:2
[nodejs-grunt-contrib-copy]
nodejs-grunt-contrib-copy-0.8.0-2.fc23.noarch requires npm(file-sync-cmp) < 0:0.2
nodejs-grunt-contrib-copy-0.8.0-2.fc23.noarch requires npm(file-sync-cmp) >= 0:0.1.0
nodejs-grunt-contrib-copy-0.8.0-2.fc23.noarch requires npm(chalk) >= 0:0.5.1
[nodejs-grunt-contrib-csslint]
nodejs-grunt-contrib-csslint-0.4.0-2.fc23.noarch requires npm(chalk) >= 0:0.5.1
[nodejs-grunt-contrib-less]
nodejs-grunt-contrib-less-1.0.0-2.fc23.noarch requires npm(async) >= 0:0.9.0
[nodejs-grunt-saucelabs]
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(sauce-tunnel) >= 0:2.2.3
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(requestretry) < 0:1.3
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(requestretry) >= 0:1.2.2
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(lodash) >= 0:3.7.0
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(colors) >= 0:1.0.0
[nodejs-http-proxy-agent]
nodejs-http-proxy-agent-0.2.6-2.fc23.noarch requires npm(extend) < 0:2
[nodejs-https-proxy-agent]
nodejs-https-proxy-agent-0.3.5-2.fc23.noarch requires npm(extend) < 0:2
[nodejs-mongodb]
nodejs-mongodb-2.0.28-3.fc23.noarch requires npm(mongodb-core) >= 0:1.1.25
[nodejs-pac-proxy-agent]
nodejs-pac-proxy-agent-0.1.2-1.fc22.noarch requires npm(extend) < 0:2
[nodejs-pac-resolver]
nodejs-pac-resolver-1.2.4-1.fc23.noarch requires npm(co) < 0:4
[nodejs-proxy-agent]
nodejs-proxy-agent-1.1.0-1.fc22.noarch requires npm(socks-proxy-agent) < 0:1
[nodejs-recast]
nodejs-recast-0.10.1-2.fc23.noarch requires npm(source-map) >= 0:0.3.0
nodejs-recast-0.10.1-2.fc23.noarch requires npm(esprima-fb) < 0:12002
nodejs-recast-0.10.1-2.fc23.noarch requires npm(esprima-fb) >= 0:12001.1.0
nodejs-recast-0.10.1-2.fc23.noarch requires npm(ast-types) < 0:0.7
[nodejs-socks-proxy-agent]
nodejs-socks-proxy-agent-1.0.0-2.fc23.noarch requires npm(socks-client) < 0:2
nodejs-socks-proxy-agent-1.0.0-2.fc23.noarch requires npm(socks-client) >= 0:1.1.2
nodejs-socks-proxy-agent-1.0.0-2.fc23.noarch requires npm(extend) < 0:2
[nodejs-stream-to-array]
nodejs-stream-to-array-2.0.2-2.fc23.noarch requires npm(native-or-bluebird) < 0:2
nodejs-stream-to-array-2.0.2-2.fc23.noarch requires npm(native-or-bluebird) >= 0:1
[nodejs-vow-fs]
nodejs-vow-fs-0.3.2-3.fc23.noarch requires npm(vow-queue) < 0:0.4
[nodejs-yargs]
nodejs-yargs-3.2.1-2.fc23.noarch requires npm(string) < 0:4
nodejs-yargs-3.2.1-2.fc23.noarch requires npm(string) >= 0:3.0.0
[oat]
oat-appraiser-1.6.0-16.fc22.x86_64 requires tomcat-servlet-3.0-api
oat-client-1.6.0-16.fc22.x86_64 requires tomcat-servlet-3.0-api
[openstack-heat-gbp]
openstack-heat-gbp-2014.2-2.fc23.noarch requires openstack-heat-engine < 0:2014.3
[openstack-neutron-gbp]
openstack-neutron-gbp-2014.2-2.fc23.noarch requires openstack-neutron < 0:2014.3
[openstack-swift]
openstack-swift-2.3.0-2.fc23.noarch requires python-pyeclib
[owncloud]
owncloud-8.0.4-2.fc23.noarch requires php-composer(symfony/routing) < 0:2.6
owncloud-8.0.4-2.fc23.noarch requires php-composer(symfony/console) < 0:2.6
[paraview]
paraview-4.3.1-2.fc22.i686 requires libprotobuf.so.8
paraview-4.3.1-2.fc22.i686 requires libhdf5_hl.so.9
paraview-4.3.1-2.fc22.i686 requires libhdf5.so.9
paraview-4.3.1-2.fc22.i686 requires hdf5 = 0:1.8.14
paraview-4.3.1-2.fc22.x86_64 requires libprotobuf.so.8()(64bit)
paraview-4.3.1-2.fc22.x86_64 requires libhdf5_hl.so.9()(64bit)
paraview-4.3.1-2.fc22.x86_64 requires libhdf5.so.9()(64bit)
paraview-4.3.1-2.fc22.x86_64 requires hdf5 = 0:1.8.14
paraview-mpich-4.3.1-2.fc22.i686 requires libprotobuf.so.8
paraview-mpich-4.3.1-2.fc22.i686 requires libopa.so.1
paraview-mpich-4.3.1-2.fc22.i686 requires libmpl.so.1
paraview-mpich-4.3.1-2.fc22.i686 requires libmpichcxx.so.12
paraview-mpich-4.3.1-2.fc22.i686 requires libmpich.so.12
paraview-mpich-4.3.1-2.fc22.i686 requires libhdf5_hl.so.9
paraview-mpich-4.3.1-2.fc22.i686 requires libhdf5.so.9
paraview-mpich-4.3.1-2.fc22.x86_64 requires libprotobuf.so.8()(64bit)
paraview-mpich-4.3.1-2.fc22.x86_64 requires libopa.so.1()(64bit)
paraview-mpich-4.3.1-2.fc22.x86_64 requires libmpl.so.1()(64bit)
paraview-mpich-4.3.1-2.fc22.x86_64 requires libmpichcxx.so.12()(64bit)
paraview-mpich-4.3.1-2.fc22.x86_64 requires libmpich.so.12()(64bit)
paraview-mpich-4.3.1-2.fc22.x86_64 requires libhdf5_hl.so.9()(64bit)
paraview-mpich-4.3.1-2.fc22.x86_64 requires libhdf5.so.9()(64bit)
paraview-openmpi-4.3.1-2.fc22.i686 requires libprotobuf.so.8
paraview-openmpi-4.3.1-2.fc22.i686 requires libhdf5_hl.so.9
paraview-openmpi-4.3.1-2.fc22.i686 requires libhdf5.so.9
paraview-openmpi-4.3.1-2.fc22.x86_64 requires libprotobuf.so.8()(64bit)
paraview-openmpi-4.3.1-2.fc22.x86_64 requires libhdf5_hl.so.9()(64bit)
paraview-openmpi-4.3.1-2.fc22.x86_64 requires libhdf5.so.9()(64bit)
[pdf2djvu]
pdf2djvu-0.7.17-9.fc23.x86_64 requires libpoppler.so.49()(64bit)
[perl-B-Hooks-OP-Check-EntersubForCV]
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires libperl.so.5.20()(64bit)
[perl-CGI-Application-Structured-Tools]
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Carp-REPL]
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
[perl-CatalystX-REPL]
perl-CatalystX-REPL-0.04-10.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Data-Alias]
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
[perl-Data-Dump-Streamer]
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
[perl-Devel-BeginLift]
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires libperl.so.5.20()(64bit)
[perl-Devel-Cover]
perl-Devel-Cover-1.18-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
[perl-Devel-FindRef]
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
[perl-Gtk3]
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
[perl-Gtk3-WebKit]
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Method-Signatures]
perl-Method-Signatures-20141021-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
[perl-MongoDB]
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
[perl-POE-API-Peek]
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Task-Catalyst]
perl-Task-Catalyst-4.02-8.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Task-Kensho-Testing]
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
[perl-Test-Apocalypse]
perl-Test-Apocalypse-1.006-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
[perl-Test-AutoBuild]
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
[perl-Test-Vars]
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[pgp-tools]
pgp-tools-1.1.12-4.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.1)
[php-doctrine-datafixtures]
php-doctrine-datafixtures-1.0.0-5.fc23.noarch requires php-composer(doctrine/common) < 0:2.5
[php-silex]
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/routing) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/http-kernel) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/http-foundation) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/form) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/event-dispatcher) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/dom-crawler) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/css-selector) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/browser-kit) < 0:2.7.0
[polymake]
polymake-2.13-22.git20141013.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
polymake-2.13-22.git20141013.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires libperl.so.5.20()(64bit)
[publican]
publican-4.1.3-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[pure]
pure-0.62-2.fc22.i686 requires libLLVM-3.5.so
pure-0.62-2.fc22.x86_64 requires libLLVM-3.5.so()(64bit)
[pyjigdo]
pyjigdo-0.4.0.3-9.fc23.noarch requires fuseiso
[python-django-horizon-gbp]
openstack-dashboard-gbp-2014.2-2.fc23.noarch requires openstack-dashboard < 0:2014.3
python-django-horizon-gbp-2014.2-2.fc23.noarch requires python-django-horizon < 0:2014.3
[python-gbpclient]
python-gbpclient-0.9.0-2.fc23.noarch requires python-neutronclient = 0:2.3.9
[rhn-client-tools]
rhn-check-2.4.5-2.fc23.noarch requires dnf-plugin-spacewalk >= 0:2.4.0
[rubygem-compass]
rubygem-compass-1.0.1-2.fc23.noarch requires rubygem(rb-fsevent) >= 0:0.9.3
[rubygem-compass-rails]
rubygem-compass-rails-1.1.7-5.fc23.noarch requires rubygem(sprockets) <= 0:2.99.0
[rubygem-sup]
rubygem-sup-0.21.0-2.fc23.noarch requires rubygem(chronic) < 0:0.10
[scilab]
scilab-5.5.2-1.fc23.i686 requires libhdf5_hl.so.9
scilab-5.5.2-1.fc23.i686 requires libhdf5.so.9
scilab-5.5.2-1.fc23.i686 requires hdf5 = 0:1.8.14
scilab-5.5.2-1.fc23.x86_64 requires libhdf5_hl.so.9()(64bit)
scilab-5.5.2-1.fc23.x86_64 requires libhdf5.so.9()(64bit)
scilab-5.5.2-1.fc23.x86_64 requires hdf5 = 0:1.8.14
[shogun]
R-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libprotobuf.so.8()(64bit)
R-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libhdf5.so.9()(64bit)
java-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libprotobuf.so.8()(64bit)
java-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libhdf5.so.9()(64bit)
lua-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libprotobuf.so.8()(64bit)
lua-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libhdf5.so.9()(64bit)
mono-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires mono(mscorlib) = 0:2.0.0.0
mono-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libprotobuf.so.8()(64bit)
mono-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libhdf5.so.9()(64bit)
octave-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libprotobuf.so.8()(64bit)
octave-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libhdf5.so.9()(64bit)
python-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libprotobuf.so.8()(64bit)
python-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libhdf5.so.9()(64bit)
python3-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libprotobuf.so.8()(64bit)
python3-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libhdf5.so.9()(64bit)
ruby-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libprotobuf.so.8()(64bit)
ruby-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libhdf5.so.9()(64bit)
shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libprotobuf.so.8
shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.i686 requires libhdf5.so.9
shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libprotobuf.so.8()(64bit)
shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libhdf5.so.9()(64bit)
shogun-cli-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libprotobuf.so.8()(64bit)
shogun-cli-3.2.0.1-0.33.git20141224.d71e19a.fc22.x86_64 requires libhdf5.so.9()(64bit)
[trustedqsl]
tqsllib-devel-2.4-9.fc23.1.i686 requires tqsllib(x86-32) = 0:2.4-9.fc23
tqsllib-devel-2.4-9.fc23.1.x86_64 requires tqsllib(x86-64) = 0:2.4-9.fc23
[vfrnav]
vfrnav-20141211-1.fc22.i686 requires libgps.so.21
vfrnav-20141211-1.fc22.x86_64 requires libgps.so.21()(64bit)
[xcat]
xcat-0.7.1-2.fc23.noarch requires python3-aiohttp
Broken deps for armhfp
----------------------------------------------------------
[airsched]
airsched-1.00.0-12.fc23.armv7hl requires libzmq.so.4
[apache-scout]
apache-scout-1.2.6-11.fc21.noarch requires mvn(org.apache.juddi:uddi-ws)
apache-scout-1.2.6-11.fc21.noarch requires mvn(org.apache.juddi:juddi-client)
[atomic]
atomic-0-0.11.gite5734c4.fc23.armv7hl requires docker
[aws]
aws-tools-2015-2.fc23.armv7hl requires libaws_ssl.so
[bluetile]
bluetile-0.6-28.fc23.armv7hl requires ghc(gio-0.13.0.4-6e8649bb2527e539c8a16a338226fe59)
[bustle]
bustle-0.4.8-3.fc23.armv7hl requires libHSsetlocale-1.0.0.1-ghc7.8.4.so
bustle-0.4.8-3.fc23.armv7hl requires ghc(setlocale-1.0.0.1-ac2c917693b349254e738a23a8498d85)
bustle-0.4.8-3.fc23.armv7hl requires ghc(gio-0.13.0.4-6e8649bb2527e539c8a16a338226fe59)
[clearsilver]
perl-clearsilver-0.10.5-29.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.1)
perl-clearsilver-0.10.5-29.fc22.armv7hl requires libperl.so.5.20
[cockpit]
cockpit-docker-0.62-1.fc23.armv7hl requires docker >= 0:1.3.0
[gammaray]
gammaray-qt5-2.2.1-10.fc23.armv7hl requires qt5-qtbase(armv7hl-32) = 0:5.4.2
[ghc-gtk]
ghc-gtk-0.13.4-1.fc22.armv7hl requires ghc(gio-0.13.0.4-6e8649bb2527e539c8a16a338226fe59)
ghc-gtk-devel-0.13.4-1.fc22.armv7hl requires ghc-devel(gio-0.13.0.4-6e8649bb2527e539c8a16a338226fe59)
[ghc-hgettext]
ghc-hgettext-0.1.30-8.fc23.armv7hl requires libHSsetlocale-1.0.0.1-ghc7.8.4.so
ghc-hgettext-0.1.30-8.fc23.armv7hl requires ghc(setlocale-1.0.0.1-ac2c917693b349254e738a23a8498d85)
ghc-hgettext-devel-0.1.30-8.fc23.armv7hl requires libHSsetlocale-1.0.0.1-ghc7.8.4.so
ghc-hgettext-devel-0.1.30-8.fc23.armv7hl requires ghc-devel(setlocale-1.0.0.1-ac2c917693b349254e738a23a8498d85)
ghc-hgettext-devel-0.1.30-8.fc23.armv7hl requires ghc(setlocale-1.0.0.1-ac2c917693b349254e738a23a8498d85)
[ghc-hjsmin]
ghc-hjsmin-0.1.4.7-7.fc23.armv7hl requires ghc(language-javascript-0.5.13-09e4f74578c09254f3515579177112ae)
ghc-hjsmin-devel-0.1.4.7-7.fc23.armv7hl requires ghc-devel(language-javascript-0.5.13-09e4f74578c09254f3515579177112ae)
[golang-github-samalba-dockerclient]
golang-github-samalba-dockerclient-devel-0-0.1.gitc37a52f.fc23.noarch requires golang(github.com/docker/docker/utils)
golang-github-samalba-dockerclient-devel-0-0.1.gitc37a52f.fc23.noarch requires golang(github.com/docker/docker/pkg/timeutils)
golang-github-samalba-dockerclient-devel-0-0.1.gitc37a52f.fc23.noarch requires golang(github.com/docker/docker/pkg/stdcopy)
golang-github-samalba-dockerclient-devel-0-0.1.gitc37a52f.fc23.noarch requires golang(github.com/docker/docker/pkg/jsonlog)
[hadoop]
hadoop-common-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-servlet)
hadoop-common-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-common-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hadoop-common-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-hdfs-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-hdfs-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-mapreduce-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-mapreduce-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey.contribs:jersey-guice)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-servlet)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-client)
hadoop-tests-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey.contribs:jersey-guice)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-client)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey.contribs:jersey-guice)
[hbase]
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hbase-tests-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hbase-tests-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hbase-tests-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
[klavaro]
klavaro-3.01-0.pre1.1.fc23.1.armv7hl requires libgtkdataboks.so.0
[ldns]
perl-ldns-1.6.17-14.fc23.armv7hl requires perl(:MODULE_COMPAT_5.20.2)
perl-ldns-1.6.17-14.fc23.armv7hl requires libperl.so.5.20
[leksah-server]
leksah-server-0.14.3.1-2.fc23.armv7hl requires ghc(gio-0.13.0.4-6e8649bb2527e539c8a16a338226fe59)
[libfli]
libfli-devel-1.7-16.fc23.armv7hl requires libfli{?_isa} = 0:1.7-16.fc23
[mesos]
mesos-0.22.0-SNAPSHOT.1.c513126.fc22.1.armv7hl requires libprotobuf.so.8
python-mesos-0.22.0-SNAPSHOT.1.c513126.fc22.1.armv7hl requires libprotobuf.so.8
[mojarra]
mojarra-2.1.7-8.fc20.noarch requires tomcat-servlet-3.0-api
mojarra-2.1.7-8.fc20.noarch requires tomcat-jsp-2.2-api
mojarra-2.1.7-8.fc20.noarch requires tomcat-el-2.2-api
[monodevelop]
monodevelop-2.8.8.4-9.fc23.armv7hl requires mono(mscorlib) = 0:2.0.0.0
monodevelop-2.8.8.4-9.fc23.armv7hl requires mono(System.Core) = 0:3.5.0.0
monodevelop-2.8.8.4-9.fc23.armv7hl requires mono(System) = 0:2.0.0.0
monodevelop-2.8.8.4-9.fc23.armv7hl requires mono(Microsoft.Build.Utilities.v3.5) = 0:3.5.0.0
monodevelop-2.8.8.4-9.fc23.armv7hl requires mono(Microsoft.Build.Framework) = 0:3.5.0.0
monodevelop-2.8.8.4-9.fc23.armv7hl requires mono(Microsoft.Build.Engine) = 0:3.5.0.0
[mule]
mule-module-builders-2.0.2.20080813-11.fc21.noarch requires tomcat-servlet-3.0-api
mule-transport-http-2.0.2.20080813-11.fc21.noarch requires tomcat-servlet-3.0-api
mule-transport-servlet-2.0.2.20080813-11.fc21.noarch requires tomcat-servlet-3.0-api
[netbeans-platform]
1:netbeans-platform-harness-7.0.1-11.fc22.armv7hl requires cobertura >= 0:1.9.3
[nodejs-co]
nodejs-co-4.5.1-2.fc23.noarch requires npm(engine) < 0:0.11
nodejs-co-4.5.1-2.fc23.noarch requires npm(engine) >= 0:0.10
nodejs-co-4.5.1-2.fc23.noarch requires nodejs(engine) >= 0:0.12.0
[nodejs-defs]
nodejs-defs-1.0.0-1.fc22.noarch requires npm(yargs) < 0:2
[nodejs-get-uri]
nodejs-get-uri-0.1.3-2.fc23.noarch requires npm(extend) < 0:2
[nodejs-grunt-contrib-copy]
nodejs-grunt-contrib-copy-0.8.0-2.fc23.noarch requires npm(file-sync-cmp) < 0:0.2
nodejs-grunt-contrib-copy-0.8.0-2.fc23.noarch requires npm(file-sync-cmp) >= 0:0.1.0
nodejs-grunt-contrib-copy-0.8.0-2.fc23.noarch requires npm(chalk) >= 0:0.5.1
[nodejs-grunt-contrib-csslint]
nodejs-grunt-contrib-csslint-0.4.0-2.fc23.noarch requires npm(chalk) >= 0:0.5.1
[nodejs-grunt-contrib-less]
nodejs-grunt-contrib-less-1.0.0-2.fc23.noarch requires npm(async) >= 0:0.9.0
[nodejs-grunt-saucelabs]
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(sauce-tunnel) >= 0:2.2.3
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(requestretry) < 0:1.3
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(requestretry) >= 0:1.2.2
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(lodash) >= 0:3.7.0
nodejs-grunt-saucelabs-8.6.1-2.fc23.noarch requires npm(colors) >= 0:1.0.0
[nodejs-http-proxy-agent]
nodejs-http-proxy-agent-0.2.6-2.fc23.noarch requires npm(extend) < 0:2
[nodejs-https-proxy-agent]
nodejs-https-proxy-agent-0.3.5-2.fc23.noarch requires npm(extend) < 0:2
[nodejs-mongodb]
nodejs-mongodb-2.0.28-3.fc23.noarch requires npm(mongodb-core) >= 0:1.1.25
[nodejs-pac-proxy-agent]
nodejs-pac-proxy-agent-0.1.2-1.fc22.noarch requires npm(extend) < 0:2
[nodejs-pac-resolver]
nodejs-pac-resolver-1.2.4-1.fc23.noarch requires npm(co) < 0:4
[nodejs-proxy-agent]
nodejs-proxy-agent-1.1.0-1.fc22.noarch requires npm(socks-proxy-agent) < 0:1
[nodejs-recast]
nodejs-recast-0.10.1-2.fc23.noarch requires npm(source-map) >= 0:0.3.0
nodejs-recast-0.10.1-2.fc23.noarch requires npm(esprima-fb) < 0:12002
nodejs-recast-0.10.1-2.fc23.noarch requires npm(esprima-fb) >= 0:12001.1.0
nodejs-recast-0.10.1-2.fc23.noarch requires npm(ast-types) < 0:0.7
[nodejs-socks-proxy-agent]
nodejs-socks-proxy-agent-1.0.0-2.fc23.noarch requires npm(socks-client) < 0:2
nodejs-socks-proxy-agent-1.0.0-2.fc23.noarch requires npm(socks-client) >= 0:1.1.2
nodejs-socks-proxy-agent-1.0.0-2.fc23.noarch requires npm(extend) < 0:2
[nodejs-stream-to-array]
nodejs-stream-to-array-2.0.2-2.fc23.noarch requires npm(native-or-bluebird) < 0:2
nodejs-stream-to-array-2.0.2-2.fc23.noarch requires npm(native-or-bluebird) >= 0:1
[nodejs-vow-fs]
nodejs-vow-fs-0.3.2-3.fc23.noarch requires npm(vow-queue) < 0:0.4
[nodejs-yargs]
nodejs-yargs-3.2.1-2.fc23.noarch requires npm(string) < 0:4
nodejs-yargs-3.2.1-2.fc23.noarch requires npm(string) >= 0:3.0.0
[oat]
oat-appraiser-1.6.0-16.fc22.armv7hl requires tomcat-servlet-3.0-api
oat-client-1.6.0-16.fc22.armv7hl requires tomcat-servlet-3.0-api
[oozie]
oozie-4.0.1-5.fc22.noarch requires mvn(org.apache.pig:pig)
oozie-4.0.1-5.fc22.noarch requires mvn(org.apache.hive:hive-serde)
oozie-4.0.1-5.fc22.noarch requires mvn(org.apache.hive:hive-metastore)
oozie-4.0.1-5.fc22.noarch requires mvn(org.apache.hive:hive-exec)
oozie-4.0.1-5.fc22.noarch requires mvn(org.apache.hive:hive-common)
oozie-4.0.1-5.fc22.noarch requires mvn(org.apache.hive:hive-cli)
oozie-4.0.1-5.fc22.noarch requires mvn(org.apache.hive.hcatalog:webhcat-java-client)
oozie-4.0.1-5.fc22.noarch requires mvn(org.apache.hive.hcatalog:hcatalog-server-extensions)
oozie-4.0.1-5.fc22.noarch requires mvn(org.apache.hive.hcatalog:hcatalog-pig-adapter)
oozie-4.0.1-5.fc22.noarch requires mvn(org.apache.hive.hcatalog:hcatalog-core)
[openstack-heat-gbp]
openstack-heat-gbp-2014.2-2.fc23.noarch requires openstack-heat-engine < 0:2014.3
[openstack-neutron-gbp]
openstack-neutron-gbp-2014.2-2.fc23.noarch requires openstack-neutron < 0:2014.3
[openstack-swift]
openstack-swift-2.3.0-2.fc23.noarch requires python-pyeclib
[owncloud]
owncloud-8.0.4-2.fc23.noarch requires php-composer(symfony/routing) < 0:2.6
owncloud-8.0.4-2.fc23.noarch requires php-composer(symfony/console) < 0:2.6
[paraview]
paraview-4.3.1-2.fc22.armv7hl requires libprotobuf.so.8
paraview-4.3.1-2.fc22.armv7hl requires libhdf5_hl.so.9
paraview-4.3.1-2.fc22.armv7hl requires libhdf5.so.9
paraview-4.3.1-2.fc22.armv7hl requires hdf5 = 0:1.8.14
paraview-mpich-4.3.1-2.fc22.armv7hl requires libprotobuf.so.8
paraview-mpich-4.3.1-2.fc22.armv7hl requires libopa.so.1
paraview-mpich-4.3.1-2.fc22.armv7hl requires libmpl.so.1
paraview-mpich-4.3.1-2.fc22.armv7hl requires libmpichcxx.so.12
paraview-mpich-4.3.1-2.fc22.armv7hl requires libmpich.so.12
paraview-mpich-4.3.1-2.fc22.armv7hl requires libhdf5_hl.so.9
paraview-mpich-4.3.1-2.fc22.armv7hl requires libhdf5.so.9
paraview-openmpi-4.3.1-2.fc22.armv7hl requires libprotobuf.so.8
paraview-openmpi-4.3.1-2.fc22.armv7hl requires libhdf5_hl.so.9
paraview-openmpi-4.3.1-2.fc22.armv7hl requires libhdf5.so.9
[pdf2djvu]
pdf2djvu-0.7.17-9.fc23.armv7hl requires libpoppler.so.49
[perl-B-Hooks-OP-Check-EntersubForCV]
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires libperl.so.5.20
[perl-CGI-Application-Structured-Tools]
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Carp-REPL]
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
[perl-CatalystX-REPL]
perl-CatalystX-REPL-0.04-10.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Data-Alias]
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
[perl-Data-Dump-Streamer]
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
[perl-Devel-BeginLift]
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
[perl-Devel-Cover]
perl-Devel-Cover-1.18-1.fc23.armv7hl requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.armv7hl requires libperl.so.5.20
[perl-Devel-FindRef]
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
[perl-Gtk3]
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
[perl-Gtk3-WebKit]
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Method-Signatures]
perl-Method-Signatures-20141021-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
[perl-MongoDB]
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
[perl-POE-API-Peek]
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Task-Catalyst]
perl-Task-Catalyst-4.02-8.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[perl-Task-Kensho-Testing]
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
[perl-Test-Apocalypse]
perl-Test-Apocalypse-1.006-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
[perl-Test-AutoBuild]
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
[perl-Test-Vars]
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[pgp-tools]
pgp-tools-1.1.12-4.fc23.armv7hl requires perl(:MODULE_COMPAT_5.20.1)
[php-doctrine-datafixtures]
php-doctrine-datafixtures-1.0.0-5.fc23.noarch requires php-composer(doctrine/common) < 0:2.5
[php-silex]
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/routing) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/http-kernel) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/http-foundation) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/form) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/event-dispatcher) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/dom-crawler) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/css-selector) < 0:2.7.0
php-silex-1.2.4-4.fc23.noarch requires php-composer(symfony/browser-kit) < 0:2.7.0
[polymake]
polymake-2.13-22.git20141013.fc23.armv7hl requires perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
[publican]
publican-4.1.3-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
[pyjigdo]
pyjigdo-0.4.0.3-9.fc23.noarch requires fuseiso
[python-django-horizon-gbp]
openstack-dashboard-gbp-2014.2-2.fc23.noarch requires openstack-dashboard < 0:2014.3
python-django-horizon-gbp-2014.2-2.fc23.noarch requires python-django-horizon < 0:2014.3
[python-gbpclient]
python-gbpclient-0.9.0-2.fc23.noarch requires python-neutronclient = 0:2.3.9
[rhn-client-tools]
rhn-check-2.4.5-2.fc23.noarch requires dnf-plugin-spacewalk >= 0:2.4.0
[rpm-ostree-toolbox]
rpm-ostree-toolbox-2015.8-4.fc23.armv7hl requires docker
[rubygem-compass]
rubygem-compass-1.0.1-2.fc23.noarch requires rubygem(rb-fsevent) >= 0:0.9.3
[rubygem-compass-rails]
rubygem-compass-rails-1.1.7-5.fc23.noarch requires rubygem(sprockets) <= 0:2.99.0
[rubygem-sup]
rubygem-sup-0.21.0-2.fc23.noarch requires rubygem(chronic) < 0:0.10
[shogun]
R-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libprotobuf.so.8
R-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libhdf5.so.9
java-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libprotobuf.so.8
java-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libhdf5.so.9
lua-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libprotobuf.so.8
lua-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libhdf5.so.9
octave-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libprotobuf.so.8
octave-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libhdf5.so.9
python-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libprotobuf.so.8
python-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libhdf5.so.9
python3-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libprotobuf.so.8
python3-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libhdf5.so.9
ruby-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libprotobuf.so.8
ruby-shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libhdf5.so.9
shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libprotobuf.so.8
shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libhdf5.so.9
shogun-cli-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libprotobuf.so.8
shogun-cli-3.2.0.1-0.33.git20141224.d71e19a.fc22.armv7hl requires libhdf5.so.9
[trustedqsl]
tqsllib-devel-2.4-9.fc23.1.armv7hl requires tqsllib(armv7hl-32) = 0:2.4-9.fc23
[tunir]
tunir-0.6-3.fc23.noarch requires docker
[vfrnav]
vfrnav-20141211-1.fc22.armv7hl requires libgps.so.21
[xcat]
xcat-0.7.1-2.fc23.noarch requires python3-aiohttp
New package: GarminPlugin-0.3.27-2.fc23
Garmin Communicator Plugin port for Linux
New package: garmintools-0.10-7.fc23
Tools for Garmin GPS-devices
New package: perl-Dist-Metadata-0.926-1.fc23
Information about a perl module distribution
New package: perl-Encode-JISX0213-0.03-1.fc23
JIS X 0213 encoding
New package: perl-MooseX-Configuration-0.02-1.fc23
Define attributes which come from configuration files
New package: perl-Proc-Fork-0.804-1.fc23
Simple, intuitive interface to the fork() system call
Removed package: XTandem-150401.1-4.fc23
Removed package: hamcrest12-1.2-9.fc21
Updated Packages:
CGAL-4.6.1-1.fc23
-----------------
* Tue Jun 30 2015 Laurent Rineau <lrineau(a)renoir.geometryfactory.com> - 4.6.1-1
- New upstream release
- Remove Patch0, already in CGAL-4.6.1.
Size change: -4744 bytes
acpica-tools-20150619-2.fc23
----------------------------
* Tue Jun 30 2015 Al Stone <ahs3(a)redhat.com> - 20150619-2
- Silly error: forgot to remove patches that are no longer needed
* Mon Jun 29 2015 Al Stone <ahs3(a)redhat.com> - 20150619-1
- Update to latest upstream. Closes BZ#1232512.
- Refresh patches
Size change: 4921 bytes
adwaita-icon-theme-3.17.3-1.fc23
--------------------------------
* Tue Jun 30 2015 Kalev Lember <klember(a)redhat.com> - 3.17.3-1
- Update to 3.17.3
Size change: 151345 bytes
atkmm-2.23.1-1.fc23
-------------------
* Tue Jun 30 2015 Kalev Lember <klember(a)redhat.com> - 2.23.1-1
- Update to 2.23.1
- Set minimum required glibmm24 version
- Use license macro for COPYING
Size change: 437482 bytes
bash-4.3.39-4.fc23
------------------
* Tue Jun 30 2015 Ondrej Oprala - 4.3.39-4
- Fix a leak introduced by plevel39
* Tue Jun 30 2015 Ondrej Oprala - 4.3.39-3
- Fix --rpm-requires
Size change: 597 bytes
blt-2.4-45.z.fc23
-----------------
* Tue Jun 30 2015 Dmitrij S. Kryzhevich <krege(a)land.ru> - 2.4-45.z
- Fix for RHBZ #1105266.
Size change: 159 bytes
clutter-1.23.2-2.fc23
---------------------
* Tue Jun 30 2015 Kalev Lember <klember(a)redhat.com> - 1.23.2-2
- Add minimum version requirements for a few deps
Size change: 237 bytes
clutter-gtk-1.6.2-1.fc23
------------------------
* Tue Jun 30 2015 Kalev Lember <klember(a)redhat.com> - 1.6.2-1
- Update to 1.6.2
- Require minimum clutter 1.22.3 version
- Use license macro for COPYING
Size change: 1654 bytes
constant-pool-scanner-1.2-7.fc23
--------------------------------
* Tue Jun 30 2015 Michal Srb <msrb(a)redhat.com> - 1.2-7
- Do not BR findbugs-annotations
Size change: 96 bytes
dnf-plugins-extras-0.0.9-1.fc23
-------------------------------
* Tue Jun 30 2015 Igor Gnatenko <i.gnatenko.brain(a)gmail.com> 0.0.9-1
- repomanage: specify that keep is int (RhBug:1230503) (Igor Gnatenko)
- migrate: hide stderr of yum (RhBug:1225282) (Jan Silhan)
- migrate: don't throw error when yum execution failed (Jan Silhan)
- migrate: stop yum from crushing by setting skip_if_unavailable=1
(RhBug:1226607) (Jan Silhan)
- implemented package (version)locking (Michael Mraka)
- Initial DNF port of the yum show-leaves plugin (Ville Skyttä)
Size change: 4964 bytes
dnssec-tools-2.2-1.fc23
-----------------------
* Tue Jun 30 2015 Wes Hardaker <wjhns174(a)hardakers.net> - 2.2-1
- new upstream version
Size change: 65 bytes
docker-1.8.0-5.git6d5bfe5.fc23
------------------------------
* Tue Jun 30 2015 Lokesh Mandvekar <lsm5(a)fedoraproject.org> - 1.8.0-5.git6d5bfe5
- built docker @lsm5/fedora-1.8 commit#6d5bfe5
- make test-unit and make test-docker-py successful
Size change: -291 bytes
drupal7-webform-4.9-1.fc23
--------------------------
* Wed Jul 01 2015 Peter Borsa <peter.borsa(a)gmail.com> 4.9-1
- Update to 4.9
- Release notes can be found at https://www.drupal.org/node/2495339
Size change: 593 bytes
eclipse-egit-github-4.0.1-1.fc23
--------------------------------
* Tue Jun 30 2015 Sopot Cela <scela(a)redhat.com> - 4.0.1-1
- Updated to 4.0.1
Size change: 65 bytes
eclipse-jgit-4.0.1-3.fc23
-------------------------
* Tue Jun 30 2015 Mat Booth <mat.booth(a)redhat.com> - 4.0.1-3
- Does not require eclipse-platform, only eclipse-filesystem
- Drop incomplete SCL macros
Size change: 131 bytes
eclipse-license-1.0.1-7.fc23
----------------------------
* Tue Jun 30 2015 Mat Booth <mat.booth(a)redhat.com> - 1.0.1-7
- BR on eclipse-filesystem
Size change: 108 bytes
file-roller-3.16.3-1.fc23
-------------------------
* Tue Jun 30 2015 David King <amigadave(a)amigadave.com> - 3.16.3-1
- Update to 3.16.3
- Update URL
- Fix typo in extension description
Size change: 1818 bytes
firefox-39.0-4.fc23
-------------------
* Thu Jun 25 2015 Martin Stransky <stransky(a)redhat.com> - 39.0-4
- Update to 39.0 Build 5
- Update nss/nspr versions
Size change: -3422 bytes
fwknop-2.6.6-1.fc23
-------------------
* Mon Jun 29 2015 Jakub Jelen <jjelen(a)redhat.com> 2.6.6-1
- New upstream release
- Fix problematic firewalld dependency (#1236331)
Size change: 50596 bytes
genius-1.0.20-3.fc23
--------------------
* Tue Jun 30 2015 Yaakov Selkowitz <yselkowi(a)redhat.com> - 1.0.20-3
- Switch to gtksourceview2
Size change: 131 bytes
gimagereader-3.1.2-1.fc23
-------------------------
* Tue Jun 30 2015 Sandro Mani <manisandro(a)gmail.com> - 3.1.2-1
- Update to 3.1.2
Size change: 248 bytes
glibmm24-2.45.3-1.fc23
----------------------
* Tue Jun 30 2015 Kalev Lember <klember(a)redhat.com> - 2.45.3-1
- Update to 2.45.3
Size change: 34778 bytes
gnome-boxes-3.17.3-1.fc23
-------------------------
* Tue Jun 30 2015 Kalev Lember <klember(a)redhat.com> - 3.17.3-1
- Update to 3.17.3
Size change: -24741 bytes
gnome-chess-3.17.3-1.fc23
-------------------------
* Tue Jun 30 2015 Kalev Lember <klember(a)redhat.com> - 3.17.3-1
- Update to 3.17.3
Size change: 162434 bytes
gourmet-0.17.4-4.fc23
---------------------
* Tue Jun 30 2015 Yaakov Selkowitz <yselkowi(a)redhat.com> - 0.17.4-4
- Remove obsolete Requires
Size change: 104 bytes
gtkmm30-3.17.4-1.fc23
---------------------
* Tue Jun 30 2015 Kalev Lember <klember(a)redhat.com> - 3.17.4-1
- Update to 3.17.4
Size change: 6848 bytes
gupnp-dlna-0.10.3-1.fc23
------------------------
* Tue Jun 30 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.10.3-1
- 0.10.3 release
- Use %license
Size change: 14294 bytes
gvfs-1.25.3-1.fc23
------------------
* Tue Jun 30 2015 Kalev Lember <klember(a)redhat.com> - 1.25.3-1
- Update to 1.25.3
Size change: 11537 bytes
ibus-libzhuyin-1.7.3-1.fc23
---------------------------
* Wed Jul 01 2015 Peng Wu <pwu(a)redhat.com> - 1.7.3-1
- Update to 1.7.3
Size change: 869 bytes
itext-2.1.7-29.fc23
-------------------
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.7-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Size change: 1592 bytes
javapackages-tools-4.6.0-4.fc23
-------------------------------
* Tue Jun 30 2015 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 4.6.0-4
- Remove jpackage-utils obsoletes
Size change: 101 bytes
jenkins-antisamy-markup-formatter-plugin-1.3-1.fc23
---------------------------------------------------
* Tue Jun 30 2015 Michal Srb <msrb(a)redhat.com> - 1.3-1
- Update to upstream release 1.3
Size change: 232 bytes
jenkins-instance-identity-1.4-4.fc23
------------------------------------
* Mon Jun 29 2015 Michal Srb <msrb(a)redhat.com> - 1.4-4
- Fix NPE in BC 1.50 patch
Size change: -566 bytes
jenkins-matrix-project-plugin-1.6-1.fc23
----------------------------------------
* Tue Jun 30 2015 Michal Srb <msrb(a)redhat.com> - 1.6-1
- Update to upstream version 1.6
Size change: 53 bytes
kernel-4.2.0-0.rc0.git3.1.fc23
------------------------------
* Tue Jun 30 2015 Josh Boyer <jwboyer(a)fedoraproject.org> - 4.2.0-0.rc0.git3.1
- Linux v4.1-11355-g6aaf0da8728c
- Add patch to fix KVM sleeping in atomic issue (rhbz 1237143)
- Fix errant with_perf disable that removed perf entirely (rhbz 1237266)
* Tue Jun 30 2015 Peter Robinson <pbrobinson(a)fedoraproject.org>
- Minor Aarch64 updates and cleanups
- Enable initial support for hi6220
Size change: 130541 bytes
kid3-3.2.1-3.fc23
-----------------
* Tue Jun 30 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 3.2.1-3
- Move kid3(1) manpage to -common, others are symlinks to it
Size change: 152 bytes
konsole5-15.04.3-1.fc23
-----------------------
* Tue Jun 30 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 15.04.3-1
- 15.04.3
Size change: 80 bytes
kubernetes-0.20.0-0.3.git835eded.fc23
-------------------------------------
* Tue Jun 30 2015 jchaloup <jchaloup(a)redhat.com> - 0.20.0-0.3.git835eded
- Bump to upstream 835eded2943dfcf13a89518715e4be842a6a3ac0
- Generate missing man pages
related: #1211266
Size change: 13850 bytes
libinput-0.18.0-5.fc23
----------------------
* Wed Jul 01 2015 Peter Hutterer <peter.hutterer(a)redhat.com> 0.18.0-5
- Improve trackpoint->touchpad transition responsiveness (#1233844)
Size change: 4240 bytes
libssh-0.7.1-1.fc23
-------------------
* Tue Jun 30 2015 Andreas Schneider <asn(a)redhat.com> - 0.7.1-1
- Update to version 0.7.1
* Fixed SSH_AUTH_PARTIAL auth with auto public key
* Fixed memory leak in session options
* Fixed allocation of ed25519 public keys
* Fixed channel exit-status and exit-signal
* Reintroduce ssh_forward_listen()
Size change: -223 bytes
libzhuyin-1.0.2-1.fc23
----------------------
* Tue Jun 30 2015 Peng Wu <pwu(a)redhat.com> - 1.0.2-1
- Update to 1.0.2
Size change: 1053 bytes
mingw-spice-protocol-0.12.8-1.fc23
----------------------------------
* Tue Jun 30 2015 Christophe Fergeau <cfergeau(a)redhat.com> 0.12.8-1
- Update to release 0.12.8
Size change: 529 bytes
nordugrid-arc-5.0.2-1.fc23
--------------------------
* Tue Jun 30 2015 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 5.0.2-1
- 5.0.2 Final Release
- Drop patch nordugrid-arc-unbalanced-quotes.patch
Size change: -2035 bytes
nordugrid-arc-doc-2.0.2-1.fc23
------------------------------
* Tue Jun 30 2015 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 2.0.2-1
- 2.0.2 Final Release
Size change: 1767 bytes
oddjob-0.34.2-1.fc23
--------------------
* Tue Jun 30 2015 Nalin Dahyabhai <nalin(a)redhat.com> - 0.34.2-1
- fix a crasher in pam_oddjob_mkhomedir.so: remove an initialization step that
should have been removed when the module was modified to accept larger
replies (#1236970)
Size change: 781 bytes
openstack-packstack-2015.1-0.8.dev1589.g1d6372f.fc23
----------------------------------------------------
* Tue Jun 30 2015 Gaël Chamoulaud <gchamoul(a)redhat.com> - 2015.1-0.8.dev1589.g1d6372f
- [Keystone] Fix double slash in adminUrl - rhbz#1232343
- [Manila] Make sure Manila always run after Glance
- [Packstack] Spelling correction for typo in prescript_ooo.py
- [Packstack] Fix answer file duplicate values
- [Sahara] Fix sahara template for qpid
- [Neutron] Fix linuxbridge and switch it to ml2 plugin
- Add 0002-Spellchecking-cleanup-in-prescript_000.py-pre-instal.patch
- Add 0003-standardizing-on-Vserver-in-documentation-and-packst.patch
- Add 0004-Spellchecking-cleanup.patch
Size change: 6224 bytes
orca-3.17.3-1.fc23
------------------
* Tue Jun 30 2015 Kalev Lember <klember(a)redhat.com> - 3.17.3-1
- Update to 3.17.3
Size change: -2324 bytes
p11-kit-0.23.1-4.fc23
---------------------
* Tue Jun 30 2015 Martin Preisler <mpreisle(a)redhat.com> - 0.23.1-4
- In proxy module don't call C_Finalize on a forked process [#1217915]
- Do not deinitialize libffi's wrapper functions [#1217915]
Size change: 3070 bytes
pacman-4.2.1-1.fc23
-------------------
Size change: 14 bytes
perl-CPAN-Perl-Releases-2.26-1.fc23
-----------------------------------
* Tue Jun 30 2015 Petr Šabata <contyk(a)redhat.com> - 2.26-1
- 2.26 bump
Size change: 644 bytes
perl-Child-0.012-1.fc23
-----------------------
* Tue Jun 30 2015 Paul Howarth <paul(a)city-fan.org> - 0.012-1
- Update to 0.012
- Switch to Dist::Zilla
- Switch to new Changes Layout
- Fix destructor bug (#12)
- Switch to ExtUtils::MakeMaker flow
- Package upstream's new LICENSE file
Size change: 5211 bytes
perl-Coro-6.45-1.fc23
---------------------
* Tue Jun 30 2015 Petr Pisar <ppisar(a)redhat.com> - 6.45-1
- 6.45 bump
Size change: 3097 bytes
perl-Devel-CheckCompiler-0.06-1.fc23
------------------------------------
* Tue Jun 30 2015 Paul Howarth <paul(a)city-fan.org> - 0.06-1
- Update to 0.06
- More strict C99 check code
- Fix for older GCC(< 5.0)
Size change: 472 bytes
perl-Glib-1.310-4.fc23
----------------------
* Tue Jun 30 2015 Rafael Fonseca <rdossant(a)redhat.com> - 1.310-4
- Fix GVariant tests for big endian machines (#1235709)
Size change: 930 bytes
perl-Language-Prolog-Yaswi-0.21-29.fc23
---------------------------------------
* Wed Jul 01 2015 Petr Pisar <ppisar(a)redhat.com> - 0.21-29
- Rebuild against pl-7.2.2
Size change: -1013 bytes
perl-Module-Build-XSUtil-0.16-1.fc23
------------------------------------
* Tue Jun 30 2015 Paul Howarth <paul(a)city-fan.org> - 0.16-1
- Update to 0.16
- Fix regexp of _gcc_version for Ubuntu and Debian
- Set -std=c99 explicitly for older GCC
Size change: 470 bytes
perl-Regexp-Common-net-CIDR-0.03-1.fc23
---------------------------------------
* Tue Jun 30 2015 Ralf Corsépius <corsepiu(a)fedoraproject.org> - 0.03-1
- Upstream update.
- Remove bundled modules.
- Modernize spec.
Size change: 9505 bytes
php-phpunit-PHP-CodeCoverage-2.1.7-1.fc23
-----------------------------------------
* Tue Jun 30 2015 Remi Collet <remi(a)fedoraproject.org> - 2.1.7-1
- update to 2.1.7
Size change: 73 bytes
php-phpunit-PHPUnit-4.7.6-1.fc23
--------------------------------
* Tue Jun 30 2015 Remi Collet <remi(a)fedoraproject.org> - 4.7.6-1
- Update to 4.7.6
* Tue Jun 30 2015 Remi Collet <remi(a)fedoraproject.org> - 4.7.5-2
- use $fedoraClassLoader autoloader
Size change: 313 bytes
poster-20060221-17.fc23
-----------------------
* Tue Jun 30 2015 Ingvar Hagelund <ingvar(a)redpill-linpro.com> - 20060221-17
- Added a patch reverting some "print_content_of_complete_page"
introduced in 20060221. It crashes gs on big files, fixes #436969
Size change: 1262 bytes
ppl-1.1-11.fc23
---------------
* Tue Jun 30 2015 pcpa <paulo.cesar.pereira.de.andrade(a)gmail.com> - 1.1-11
- Rebuild with newer pl
- Remove jpackage-utils dependency
Size change: 105 bytes
prosody-0.9.8-3.fc23
--------------------
* Wed Jul 01 2015 Robert Scheck <robert(a)fedoraproject.org> 0.9.8-3
- Fixed the wrong logrotate configuration to not use a wildcard
Size change: 164 bytes
pygobject3-3.17.1-3.fc23
------------------------
* Tue Jun 30 2015 Kalev Lember <klember(a)redhat.com> - 3.17.1-3
- Split non-cairo parts python3-gobject into a subpackage
Size change: 174 bytes
python-jenkins-0.4.7-1.fc23
---------------------------
* Tue Jun 30 2015 Scott K Logan <logans(a)cottsay.net> - 0.4.7-1
- Update to 0.4.7
Size change: 1682 bytes
python-netaddr-0.7.15-1.fc23
----------------------------
* Mon Jun 29 2015 John Eckersberg <eck(a)redhat.com> - 0.7.15-1
- New upstream release 0.7.15
- Add separate source for tests, see https://github.com/drkjam/netaddr/issues/102
- Add patch for broken assertion, see https://github.com/drkjam/netaddr/pull/103
Size change: 151946 bytes
python-pip-7.0.3-3.fc23
-----------------------
* Tue Jun 30 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 7.0.3-3
- Install bash completion
- Ship LICENSE.txt as %license where available
Size change: 681 bytes
python-slimit-0.8.1-1.fc23
--------------------------
* Tue Jun 30 2015 Stephen Gallagher <sgallagh(a)redhat.com> 0.8.1-1
- Update to latest upstream release 0.8.1
- https://pypi.python.org/pypi/slimit/0.8.1
- Add python3 version
Size change: -1416 bytes
python3-pocketlint-0.6-1.fc23
-----------------------------
* Tue Jun 30 2015 Chris Lumens <clumens(a)redhat.com> - 0.6-1
- Add back checks for os.close and os.dup2 (dshea)
- Add kwargs to eintr_retry_call (dshea)
- open is an interruptable call, so wrap it with eintr_retry_call. (clumens)
- Expand the EINTR checker to a bunch more functions (dshea)
- Clean up some new pylint warnings about type vs. isinstance (bcl)
Size change: 1296 bytes
qt-creator-3.5.0-0.2.1538dca.fc23
---------------------------------
* Tue Jun 30 2015 Helio Chissini de Castro <helio(a)kde.org> - 3.5.0-0.2.1538dca
- Try to make Fedora Qt creator package more compatible with the rest of the world removing the docs patch
- Make appstream contact pointing to fedora qt-creator admins
* Fri Jun 26 2015 Helio Chissini de Castro <helio(a)kde.org> - 3.5.0-0.1.1538dca
- Build git package
Size change: -6003741 bytes
quiterss-0.17.7-1.fc23
----------------------
* Tue Jun 30 2015 TI_Eugene <ti.eugene(a)gmail.com> - 0.17.7-1
- Version bump
- some spec fixes
Size change: 1522977 bytes
rpmconf-1.0.12-1.fc23
---------------------
* Tue Jun 30 2015 Miroslav Suchý <msuchy(a)redhat.com> 1.0.12-1
- disable pylint warning
* Tue Jun 30 2015 Miroslav Suchý <msuchy(a)redhat.com> 1.0.11-1
- disable pylint warning
* Tue Jun 30 2015 Miroslav Suchý <miroslav(a)suchy.cz> 1.0.10-1
- 1236722 - other method for stdin flush and handle Ctrl+C correctly
* Mon Jun 01 2015 Miroslav Suchý <msuchy(a)redhat.com> 1.0.9-1
- pylint: let the logger expand params
- use soft deps
* Mon Jun 01 2015 Miroslav Suchý <msuchy(a)redhat.com> 1.0.8-1
- 1226591 - do not flush stdin, when it is not TTY
- BR python3-six
- minor fixes
- use RPM Python API to get package name of file
Size change: -907 bytes
rubygem-actionmailer-4.2.3-1.fc23
---------------------------------
* Tue Jun 30 2015 Josef Stribny <jstribny(a)redhat.com> - 1:4.2.3-1
- Update to actionmailer 4.2.3
Size change: 906 bytes
rubygem-actionpack-4.2.3-1.fc23
-------------------------------
* Tue Jun 30 2015 Josef Stribny <jstribny(a)redhat.com> - 1:4.2.3-1
- Update to actionpack 4.2.3
Size change: 1753 bytes
rubygem-actionview-4.2.3-1.fc23
-------------------------------
* Tue Jun 30 2015 Josef Stribny <jstribny(a)redhat.com> - 4.2.3-1
- Update to actionview 4.2.3
Size change: 515 bytes
rubygem-activejob-4.2.3-1.fc23
------------------------------
* Tue Jun 30 2015 Josef Stribny <jstribny(a)redhat.com> - 4.2.3-1
- Update to activejob 4.2.3
Size change: 408 bytes
rubygem-activemodel-4.2.3-1.fc23
--------------------------------
* Tue Jun 30 2015 Josef Stribny <jstribny(a)redhat.com> - 4.2.3-1
- Update to activemodel 4.2.3
Size change: 120 bytes
rubygem-activerecord-4.2.3-1.fc23
---------------------------------
* Tue Jun 30 2015 Josef Stribny <jstribny(a)redhat.com> - 1:4.2.3-1
- Update to activerecord 4.2.3
Size change: 3689 bytes
rubygem-activesupport-4.2.3-1.fc23
----------------------------------
* Tue Jun 30 2015 Josef Stribny <jstribny(a)redhat.com> - 1:4.2.3-1
- Update to activesupport 4.2.3
Size change: 389 bytes
rubygem-rails-4.2.3-1.fc23
--------------------------
* Tue Jun 30 2015 Josef Stribny <jstribny(a)redhat.com> - 1:4.2.3-1
- Update to rails 4.2.3
Size change: -152 bytes
rubygem-rails-html-sanitizer-1.0.2-1.fc23
-----------------------------------------
* Tue Jun 30 2015 Josef Stribny <jstribny(a)redhat.com> - 1.0.2-1
- Update to 1.0.2
Size change: -679 bytes
rubygem-railties-4.2.3-1.fc23
-----------------------------
* Tue Jun 30 2015 Josef Stribny <jstribny(a)redhat.com> - 4.2.3-1
- Update to railties 4.2.3
Size change: 2501 bytes
rubygem-rspec2-core-2.14.8-6.fc23
---------------------------------
* Wed Jul 01 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 2.14.8-6
- Also try to load rspec
Size change: 117 bytes
rubygem-shoulda-matchers-2.8.0-1.fc23
-------------------------------------
* Fri Jun 26 2015 Vít Ondruch <vondruch(a)redhat.com> - 2.8.0-1
- Update to should-matchers 2.8.0.
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.6.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Size change: 61874 bytes
rubygem-warden-1.2.3-3.fc23
---------------------------
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Size change: 4326 bytes
rygel-0.27.2-1.fc23
-------------------
* Tue Jun 30 2015 Kalev Lember <klember(a)redhat.com> - 0.27.2-1
- Update to 0.27.2
Size change: 18226 bytes
screen-4.3.1-1.fc23
-------------------
* Tue Jun 30 2015 Petr Hracek <phracek(a)redhat.com> - 4.3.1-1
- New upstream version 4.3.1 (#1237109)
Size change: -219325 bytes
selinux-policy-3.13.1-133.fc23
------------------------------
* Tue Jun 30 2015 Lukas Vrabec <lvrabec(a)redhat.com> 3.13.1-133
- Cleanup permissive domains.
Size change: -776 bytes
sezpoz-1.10-1.fc23
------------------
* Tue Jun 30 2015 Michal Srb <msrb(a)redhat.com> - 1.10-1
- Update to upstream release 1.10
- Enable tests
- Fix URL
Size change: 19143 bytes
spice-protocol-0.12.8-1.fc23
----------------------------
* Tue Jun 30 2015 Christophe Fergeau <cfergeau(a)redhat.com> 0.12.8-1
- Update to 0.12.8
Size change: 486 bytes
sssd-1.13.0-2.fc23.alpha
------------------------
* Tue Jun 30 2015 Lukas Slebodnik <lslebodn(a)redhat.com> - 1.13.0-2.alpha
- Unify return type of list_active_domains for python{2,3}
Size change: 998 bytes
sugar-getiabooks-15-1.fc23
--------------------------
* Tue Jun 30 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 15-1
- Release 15
Size change: 160010 bytes
sugar-record-100-1.fc23
-----------------------
* Tue Jun 30 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 100-1
- Update to 100
Size change: -164264 bytes
tcpdump-4.7.4-3.fc23
--------------------
* Mon Jun 29 2015 Michal Sekletar <msekleta(a)redhat.com> - 14:4.7.4-3
- prevent sefaulting by properly initializing chown_flag variable (#1223329)
Size change: 184 bytes
tiger-types-1.4-8.fc23
----------------------
* Tue Jun 30 2015 Michal Srb <msrb(a)redhat.com> - 1.4-8
- Fix BR/R
Size change: 133 bytes
tycho-0.23.0-6.fc23
-------------------
* Tue Jun 30 2015 Mat Booth <mat.booth(a)redhat.com> - 0.23.0-6
- Fix bootstrap build
- fedoraproject-p2: Allow xmvn-p2-installer to work in bootstrap mode
Size change: 1849 bytes
udisks2-2.1.6-1.fc23
--------------------
* Tue Jun 30 2015 David King <amigadave(a)amigadave.com> - 2.1.6-1
- Update to 2.1.6
Size change: 18439 bytes
xml-maven-plugin-1.0-12.fc23
----------------------------
* Tue Jun 30 2015 Mat Booth <mat.booth(a)redhat.com> - 1.0-12
- Fix FTBFS
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Size change: 3861 bytes
xmms-arts-0.7.1-18.fc23
-----------------------
* Wed Jul 01 2015 Ralf Corsépius <corsepiu(a)fedoraproject.org> - 0.7.1-18
- Add dist-tag (RHBZ #1237198).
Size change: 172 bytes
xmms-skins-1.2.10-30.fc23
-------------------------
* Fri Jul 31 2015 Ralf Corsépius <corsepiu(a)fedoraproject.org> - 1:1.2.10-30
- Add dist-tag (RHBZ #1237203).
Size change: 170 bytes
xmms-speex-0.9.1-24.fc23
------------------------
* Tue Jun 30 2015 Ralf Corsépius <corsepiu(a)fedoraproject.org> - 0.9.1-24
- Add dist-tag (RHBZ #1237204).
Size change: 167 bytes
zanata-api-3.7.3-1.fc23
-----------------------
* Wed Jul 01 2015 Ding-Yi Chen <dchen(a)redhat.com> 3.7.3-1
- Add hamcrest for F22 and later
- Upgrade to upstream version 3.7.3
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Size change: 6771 bytes
Summary:
Added Packages: 6
Removed Packages: 2
Modified Packages: 101
Size of added packages: 1190824 (1.1 M)
Size change of modified packages: -3372057 (-3.2 M)
Size of removed packages: 5266611 (5.0 M)
Size change: -7447844 (-7.1 M)
Compose finished at Wed Jul 1 13:36:14 UTC 2015
8 years, 2 months
Thunderbird-38.0.1 integrates lightning? Very disturbing!!
by Joachim Backes
Hi dear developers,
after upgrading to tb-38.0.1, thunderbird-lightning-3.3-5.fc22.x86_64
has been obsoleted (as the formus are telling), but still the addons
manager of tb shows lightning as installed extension which can be
activated and removed.
Because I thougt that tb-lighning is now obsolete, I removed the
extension, but then I get rid totally from the calendars. So my
question: how t get the calendars running in TB without installing
lightning from the moz. extension pages?
Joachim Backes
--
Fedora release 22 (Twenty Two)
Kernel-4.0.7-300.fc22.x86_64
Joachim Backes <joachim.backes(a)rhrk.uni-kl.de>
https://www-user.rhrk.uni-kl.de/~backes
8 years, 2 months