Page MenuHomePhorge

Build 479
FailedPublic

History

Run Command on atomic01

When
Completed at May 21 2015, 8:57 AM · Built for 46 m, 14 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 1718 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1+ test_build=0
2+ test_functional=0
3+ test_integration=0
4+ test_performance=0
5+ test_unit=0
6+ vcs=git
7+ '[' 12 -gt 0 ']'
8+ case $1 in
9++ eval echo ''\''479'\'''
10+++ echo 479
11+ id=479
12+ shift
13+ shift
14+ '[' 10 -gt 0 ']'
15+ case $1 in
16++ eval echo master
17+++ echo master
18+ commit=master
19+ shift
20+ shift
21+ '[' 8 -gt 0 ']'
22+ case $1 in
23++ eval echo ''\'''\'''
24+++ echo ''
25+ differential=
26+ shift
27+ shift
28+ '[' 6 -gt 0 ']'
29+ case $1 in
30++ eval echo ''\''PHID-HMBT-e6hs6nknh2qy2vqmvosc'\'''
31+++ echo PHID-HMBT-e6hs6nknh2qy2vqmvosc
32+ phid=PHID-HMBT-e6hs6nknh2qy2vqmvosc
33+ shift
34+ shift
35+ '[' 4 -gt 0 ']'
36+ case $1 in
37++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git
38+++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
39+ uri=ssh://git@git.kolab.org/diffusion/QA/stick.git
40+ shift
41+ shift
42+ '[' 2 -gt 0 ']'
43+ case $1 in
44++ eval echo git
45+++ echo git
46+ vcs=git
47+ shift
48+ shift
49+ '[' 0 -gt 0 ']'
50+ '[' -z master -a -z '' ']'
51+ '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']'
52+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
53+ test_build=1
54+ test_functional=1
55+ test_integration=1
56+ test_performance=1
57+ test_unit=1
58+ '[' -z git ']'
59+ case ${vcs} in
60++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git
61+ package=stick
62++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
63++ sed -e 's|ssh://git@|https://|g'
64+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
65+ case ${package} in
66+ case ${uri} in
67++ pwd
68+ export TMPDIR=/var/tmp/659
69+ TMPDIR=/var/tmp/659
70+ '[' '!' -d stick.git ']'
71+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
72+ pushd stick.git
73+ git checkout master
74Already on 'master'
75+ popd
76+ '[' stick '!=' stick ']'
77+ export commit
78+ export differential
79+ export id
80+ export package
81+ export phid
82+ export ro_uri
83+ export uri
84+ export vcs
85+ export test_build
86+ export test_functional
87+ export test_integration
88+ export test_performance
89+ export test_unit
90+ '[' -x stick.git/drydocker/stick/build.sh ']'
91+ pushd stick.git
92+ ../stick.git/drydocker/stick/build.sh
93Sending build context to Docker daemon 4.608 kB
94
95Sending build context to Docker daemon
962015/05/21 10:57:08 unexpected EOF
97make: *** [all] Error 1
98+ retval=2
99+ popd
100+ cd /var/tmp
101+ rm -rf /var/tmp/659
102+ exit 2
103

Build Log 1717 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Cloning into 'stick.git'...
2/var/tmp/659/stick.git /var/tmp/659
3/var/tmp/659
4/var/tmp/659/stick.git /var/tmp/659
5Cloning into '/var/tmp/659/docker.git'...
6/var/tmp/659/docker.git/ci /var/tmp/659/stick.git
7for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
8 docker build -t kolab/ci-$dist - < $dist ; \
9done
10Step 0 : FROM centos:centos7
11 ---> fd44297e2ddb
12Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
13 ---> Using cache
14 ---> ecaf0d1cda0d
15Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
16 ---> Using cache
17 ---> ce4063876885
18Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
19 ---> Using cache
20 ---> b488618b5be4
21Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
22 ---> Using cache
23 ---> 2b9d3c3969b2
24Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
25 ---> Using cache
26 ---> 02692e9e302f
27Step 6 : RUN sed -i -e '/tsflags=nodocs/d' /etc/yum.conf && sed -r -i -e 's/enabled\s*=\s*1/enabled=0/g' /etc/yum/pluginconf.d/fastestmirror.conf
28 ---> Using cache
29 ---> fd998e4d1510
30Step 7 : RUN yum -y reinstall \*
31 ---> Using cache
32 ---> 5e1839e59269
33Step 8 : ENV IMAGE maipo
34 ---> Using cache
35 ---> e4c51814b87a
36Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service
37 ---> Using cache
38 ---> 0c0c22c4cdf1
39Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
40 ---> Using cache
41 ---> c1fd2b5fbe57
42Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service
43 ---> Using cache
44 ---> 5f43b3fffe63
45Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl
46 ---> Using cache
47 ---> 76170bde0c99
48Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
49 ---> Using cache
50 ---> ef0d1bb69f22
51Step 14 : RUN chmod -v +x /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
52 ---> Using cache
53 ---> af36aa4a2faa
54Step 15 : ADD https://cgit.cyrus.foundation/docker/tree/.vimrc /root/.vimrc
55 ---> d94491b9d74d
56Removing intermediate container 612b3a5be178
57Step 16 : RUN yum clean all && yum -y install epel-release yum -y install --skip-broken ant build git glibc-devel glibc-devel.i686 gtk2-devel ibus-devel java-devel osc passwd perl-Digest-MD5 perl-TimeDate python-selenium rpmdevtools sudo vim-enhanced yum-utils @development @fedora-packager && yum-builddep -y --skip-broken $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' )
58 ---> Running in 78a65d812a7d
59Cleaning repos: Kolab_Development base extras openSUSE_Tools systemdcontainer
60 : updates
61Cleaning up everything
62Package yum-3.4.3-125.el7.centos.noarch already installed and latest version
63No package install available.
64Warning: Package group fedora-packager does not exist.
65Resolving Dependencies
66--> Running transaction check
67---> Package ant.noarch 0:1.9.2-9.el7 will be installed
68--> Processing Dependency: jpackage-utils >= 1.7.5 for package: ant-1.9.2-9.el7.noarch
69--> Processing Dependency: xml-commons-apis for package: ant-1.9.2-9.el7.noarch
70--> Processing Dependency: xerces-j2 for package: ant-1.9.2-9.el7.noarch
71--> Processing Dependency: perl for package: ant-1.9.2-9.el7.noarch
72--> Processing Dependency: jpackage-utils for package: ant-1.9.2-9.el7.noarch
73---> Package autoconf.noarch 0:2.69-11.el7 will be installed
74--> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch
75--> Processing Dependency: perl(constant) for package: autoconf-2.69-11.el7.noarch
76--> Processing Dependency: perl(Text::ParseWords) for package: autoconf-2.69-11.el7.noarch
77--> Processing Dependency: perl(Getopt::Long) for package: autoconf-2.69-11.el7.noarch
78--> Processing Dependency: perl(File::Spec) for package: autoconf-2.69-11.el7.noarch
79--> Processing Dependency: perl(File::Path) for package: autoconf-2.69-11.el7.noarch
80--> Processing Dependency: perl(Exporter) for package: autoconf-2.69-11.el7.noarch
81--> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
82--> Processing Dependency: perl(Cwd) for package: autoconf-2.69-11.el7.noarch
83--> Processing Dependency: perl(Carp) for package: autoconf-2.69-11.el7.noarch
84---> Package automake.noarch 0:1.13.4-3.el7 will be installed
85--> Processing Dependency: perl(threads) for package: automake-1.13.4-3.el7.noarch
86--> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el7.noarch
87--> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
88---> Package bison.x86_64 0:2.7-4.el7 will be installed
89---> Package build.noarch 0:20150317-192.1 will be installed
90--> Processing Dependency: build-mkbaselibs for package: build-20150317-192.1.noarch
91--> Processing Dependency: tar for package: build-20150317-192.1.noarch
92---> Package byacc.x86_64 0:1.9.20130304-3.el7 will be installed
93---> Package cscope.x86_64 0:15.8-7.el7 will be installed
94--> Processing Dependency: emacs-filesystem for package: cscope-15.8-7.el7.x86_64
95---> Package ctags.x86_64 0:5.8-13.el7 will be installed
96---> Package diffstat.x86_64 0:1.57-4.el7 will be installed
97---> Package doxygen.x86_64 1:1.8.5-3.el7 will be installed
98---> Package elfutils.x86_64 0:0.160-1.el7 will be installed
99--> Processing Dependency: elfutils-libs(x86-64) = 0.160-1.el7 for package: elfutils-0.160-1.el7.x86_64
100--> Processing Dependency: libdw.so.1(ELFUTILS_0.158)(64bit) for package: elfutils-0.160-1.el7.x86_64
101--> Processing Dependency: libdw.so.1(ELFUTILS_0.149)(64bit) for package: elfutils-0.160-1.el7.x86_64
102--> Processing Dependency: libdw.so.1(ELFUTILS_0.148)(64bit) for package: elfutils-0.160-1.el7.x86_64
103--> Processing Dependency: libdw.so.1(ELFUTILS_0.138)(64bit) for package: elfutils-0.160-1.el7.x86_64
104--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils-0.160-1.el7.x86_64
105--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils-0.160-1.el7.x86_64
106--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils-0.160-1.el7.x86_64
107--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils-0.160-1.el7.x86_64
108--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils-0.160-1.el7.x86_64
109--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64
110--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64
111---> Package epel-release.noarch 0:7-5 will be installed
112---> Package flex.x86_64 0:2.5.37-3.el7 will be installed
113---> Package gcc.x86_64 0:4.8.3-9.el7 will be installed
114--> Processing Dependency: cpp = 4.8.3-9.el7 for package: gcc-4.8.3-9.el7.x86_64
115--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.3-9.el7.x86_64
116--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.3-9.el7.x86_64
117---> Package gcc-c++.x86_64 0:4.8.3-9.el7 will be installed
118--> Processing Dependency: libstdc++-devel = 4.8.3-9.el7 for package: gcc-c++-4.8.3-9.el7.x86_64
119---> Package gcc-gfortran.x86_64 0:4.8.3-9.el7 will be installed
120--> Processing Dependency: libquadmath-devel = 4.8.3-9.el7 for package: gcc-gfortran-4.8.3-9.el7.x86_64
121--> Processing Dependency: libquadmath = 4.8.3-9.el7 for package: gcc-gfortran-4.8.3-9.el7.x86_64
122--> Processing Dependency: libgfortran = 4.8.3-9.el7 for package: gcc-gfortran-4.8.3-9.el7.x86_64
123--> Processing Dependency: libgfortran.so.3()(64bit) for package: gcc-gfortran-4.8.3-9.el7.x86_64
124---> Package gettext.x86_64 0:0.18.2.1-4.el7 will be installed
125--> Processing Dependency: libgettextsrc-0.18.2.so()(64bit) for package: gettext-0.18.2.1-4.el7.x86_64
126--> Processing Dependency: libgettextlib-0.18.2.so()(64bit) for package: gettext-0.18.2.1-4.el7.x86_64
127---> Package git.x86_64 0:1.8.3.1-4.el7 will be installed
128--> Processing Dependency: perl-Git = 1.8.3.1-4.el7 for package: git-1.8.3.1-4.el7.x86_64
129--> Processing Dependency: rsync for package: git-1.8.3.1-4.el7.x86_64
130--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-4.el7.x86_64
131--> Processing Dependency: perl(Git) for package: git-1.8.3.1-4.el7.x86_64
132--> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-4.el7.x86_64
133--> Processing Dependency: perl(Error) for package: git-1.8.3.1-4.el7.x86_64
134--> Processing Dependency: openssh-clients for package: git-1.8.3.1-4.el7.x86_64
135--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-4.el7.x86_64
136---> Package glibc-devel.i686 0:2.17-78.el7 will be installed
137--> Processing Dependency: glibc-headers = 2.17-78.el7 for package: glibc-devel-2.17-78.el7.i686
138--> Processing Dependency: libutil.so.1 for package: glibc-devel-2.17-78.el7.i686
139--> Processing Dependency: libthread_db.so.1 for package: glibc-devel-2.17-78.el7.i686
140--> Processing Dependency: librt.so.1 for package: glibc-devel-2.17-78.el7.i686
141--> Processing Dependency: libresolv.so.2 for package: glibc-devel-2.17-78.el7.i686
142--> Processing Dependency: libnss_nisplus.so.2 for package: glibc-devel-2.17-78.el7.i686
143--> Processing Dependency: libnss_nis.so.2 for package: glibc-devel-2.17-78.el7.i686
144--> Processing Dependency: libnss_hesiod.so.2 for package: glibc-devel-2.17-78.el7.i686
145--> Processing Dependency: libnss_files.so.2 for package: glibc-devel-2.17-78.el7.i686
146--> Processing Dependency: libnss_dns.so.2 for package: glibc-devel-2.17-78.el7.i686
147--> Processing Dependency: libnss_db.so.2 for package: glibc-devel-2.17-78.el7.i686
148--> Processing Dependency: libnss_compat.so.2 for package: glibc-devel-2.17-78.el7.i686
149--> Processing Dependency: libnsl.so.1 for package: glibc-devel-2.17-78.el7.i686
150--> Processing Dependency: libm.so.6 for package: glibc-devel-2.17-78.el7.i686
151--> Processing Dependency: libdl.so.2 for package: glibc-devel-2.17-78.el7.i686
152--> Processing Dependency: libcrypt.so.1 for package: glibc-devel-2.17-78.el7.i686
153--> Processing Dependency: libcidn.so.1 for package: glibc-devel-2.17-78.el7.i686
154--> Processing Dependency: libanl.so.1 for package: glibc-devel-2.17-78.el7.i686
155--> Processing Dependency: libBrokenLocale.so.1 for package: glibc-devel-2.17-78.el7.i686
156--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-78.el7.i686
157---> Package glibc-devel.x86_64 0:2.17-78.el7 will be installed
158---> Package gtk2-devel.x86_64 0:2.24.22-5.el7_0.1 will be installed
159--> Processing Dependency: gtk2 = 2.24.22-5.el7_0.1 for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
160--> Processing Dependency: pango-devel >= 1.20.0-1 for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
161--> Processing Dependency: glib2-devel >= 2.28.0-1 for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
162--> Processing Dependency: cairo-devel >= 1.6.0-1 for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
163--> Processing Dependency: atk-devel >= 1.29.4-2 for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
164--> Processing Dependency: pkgconfig(pangoft2) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
165--> Processing Dependency: pkgconfig(pangocairo) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
166--> Processing Dependency: pkgconfig(pango) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
167--> Processing Dependency: pkgconfig(gio-2.0) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
168--> Processing Dependency: pkgconfig(gdk-pixbuf-2.0) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
169--> Processing Dependency: pkgconfig(cairo) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
170--> Processing Dependency: pkgconfig(atk) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
171--> Processing Dependency: libpng-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
172--> Processing Dependency: libXrandr-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
173--> Processing Dependency: libXinerama-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
174--> Processing Dependency: libXi-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
175--> Processing Dependency: libXfixes-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
176--> Processing Dependency: libXext-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
177--> Processing Dependency: libXcursor-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
178--> Processing Dependency: libXcomposite-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
179--> Processing Dependency: libX11-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
180--> Processing Dependency: gdk-pixbuf2-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
181--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
182--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
183--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
184--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
185--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
186--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
187--> Processing Dependency: libgailutil.so.18()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
188--> Processing Dependency: libfreetype.so.6()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
189--> Processing Dependency: libfontconfig.so.1()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
190--> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
191--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
192--> Processing Dependency: libXrender.so.1()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
193--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
194--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
195--> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
196--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
197--> Processing Dependency: libXext.so.6()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
198--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
199--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
200--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
201--> Processing Dependency: libX11.so.6()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
202---> Package ibus-devel.x86_64 0:1.5.3-11.el7 will be installed
203--> Processing Dependency: ibus-libs = 1.5.3-11.el7 for package: ibus-devel-1.5.3-11.el7.x86_64
204--> Processing Dependency: ibus(x86-64) = 1.5.3-11.el7 for package: ibus-devel-1.5.3-11.el7.x86_64
205--> Processing Dependency: vala for package: ibus-devel-1.5.3-11.el7.x86_64
206--> Processing Dependency: gobject-introspection-devel for package: ibus-devel-1.5.3-11.el7.x86_64
207--> Processing Dependency: dbus-devel for package: ibus-devel-1.5.3-11.el7.x86_64
208--> Processing Dependency: libibus-1.0.so.5()(64bit) for package: ibus-devel-1.5.3-11.el7.x86_64
209---> Package indent.x86_64 0:2.2.11-13.el7 will be installed
210---> Package intltool.noarch 0:0.50.2-6.el7 will be installed
211--> Processing Dependency: perl(XML::Parser) for package: intltool-0.50.2-6.el7.noarch
212--> Processing Dependency: perl(Encode) for package: intltool-0.50.2-6.el7.noarch
213--> Processing Dependency: gettext-devel for package: intltool-0.50.2-6.el7.noarch
214---> Package java-1.7.0-openjdk-devel.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
215--> Processing Dependency: java-1.7.0-openjdk = 1:1.7.0.79-2.5.5.1.el7_1 for package: 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
216---> Package libtool.x86_64 0:2.4.2-20.el7 will be installed
217---> Package make.x86_64 1:3.82-21.el7 will be installed
218---> Package osc.x86_64 0:0.151.2-169.1 will be installed
219--> Processing Dependency: m2crypto > 0.19 for package: osc-0.151.2-169.1.x86_64
220---> Package passwd.x86_64 0:0.79-4.el7 will be installed
221---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
222---> Package patchutils.x86_64 0:0.3.3-4.el7 will be installed
223---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
224--> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64
225---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
226--> Processing Dependency: perl(Time::Local) for package: 1:perl-TimeDate-2.30-2.el7.noarch
227---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
228--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
229---> Package rcs.x86_64 0:5.9.0-5.el7 will be installed
230---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed
231--> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
232--> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
233--> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
234---> Package rpm-build.x86_64 0:4.11.1-25.el7 will be installed
235--> Processing Dependency: unzip for package: rpm-build-4.11.1-25.el7.x86_64
236--> Processing Dependency: bzip2 for package: rpm-build-4.11.1-25.el7.x86_64
237--> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.1-25.el7.x86_64
238---> Package rpm-sign.x86_64 0:4.11.1-25.el7 will be installed
239---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed
240--> Processing Dependency: /usr/bin/man for package: rpmdevtools-8.3-5.el7.noarch
241---> Package subversion.x86_64 0:1.7.14-7.el7_0 will be installed
242--> Processing Dependency: subversion-libs(x86-64) = 1.7.14-7.el7_0 for package: subversion-1.7.14-7.el7_0.x86_64
243--> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
244--> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
245--> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
246--> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
247--> Processing Dependency: libsvn_ra_neon-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
248--> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
249--> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
250--> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
251--> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
252--> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
253--> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
254--> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
255--> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
256--> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
257--> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
258--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
259--> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
260---> Package sudo.x86_64 0:1.8.6p7-13.el7 will be installed
261---> Package swig.x86_64 0:2.0.11-11.el7.kolab_3.5 will be installed
262---> Package systemtap.x86_64 0:2.6-10.el7_1 will be installed
263--> Processing Dependency: systemtap-devel = 2.6-10.el7_1 for package: systemtap-2.6-10.el7_1.x86_64
264--> Processing Dependency: systemtap-client = 2.6-10.el7_1 for package: systemtap-2.6-10.el7_1.x86_64
265---> Package vim-enhanced.x86_64 2:7.4.160-1.el7 will be installed
266--> Processing Dependency: vim-common = 2:7.4.160-1.el7 for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
267--> Processing Dependency: libperl.so()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
268--> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
269---> Package yum-utils.noarch 0:1.1.31-29.el7 will be installed
270--> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-29.el7.noarch
271--> Running transaction check
272---> Package apr.x86_64 0:1.4.8-3.el7 will be installed
273---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
274---> Package atk.x86_64 0:2.8.0-4.el7 will be installed
275---> Package atk-devel.x86_64 0:2.8.0-4.el7 will be installed
276---> Package build-mkbaselibs.noarch 0:20150317-192.1 will be installed
277---> Package bzip2.x86_64 0:1.0.6-12.el7 will be installed
278---> Package cairo.x86_64 0:1.12.14-6.el7 will be installed
279--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: cairo-1.12.14-6.el7.x86_64
280--> Processing Dependency: libxcb.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
281--> Processing Dependency: libxcb-shm.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64
282--> Processing Dependency: libxcb-render.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64
283--> Processing Dependency: libpng15.so.15()(64bit) for package: cairo-1.12.14-6.el7.x86_64
284--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64
285--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
286--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
287---> Package cairo-devel.x86_64 0:1.12.14-6.el7 will be installed
288--> Processing Dependency: pkgconfig(xrender) >= 0.6 for package: cairo-devel-1.12.14-6.el7.x86_64
289--> Processing Dependency: pkgconfig(xcb-render) >= 1.6 for package: cairo-devel-1.12.14-6.el7.x86_64
290--> Processing Dependency: pkgconfig(xcb) >= 1.6 for package: cairo-devel-1.12.14-6.el7.x86_64
291--> Processing Dependency: pkgconfig(pixman-1) >= 0.22.0 for package: cairo-devel-1.12.14-6.el7.x86_64
292--> Processing Dependency: pkgconfig(freetype2) >= 9.7.3 for package: cairo-devel-1.12.14-6.el7.x86_64
293--> Processing Dependency: pkgconfig(fontconfig) >= 2.2.95 for package: cairo-devel-1.12.14-6.el7.x86_64
294--> Processing Dependency: pixman-devel >= 0.18.4 for package: cairo-devel-1.12.14-6.el7.x86_64
295--> Processing Dependency: freetype-devel >= 2.1.9 for package: cairo-devel-1.12.14-6.el7.x86_64
296--> Processing Dependency: fontconfig-devel >= 2.2.95 for package: cairo-devel-1.12.14-6.el7.x86_64
297--> Processing Dependency: pkgconfig(xcb-shm) for package: cairo-devel-1.12.14-6.el7.x86_64
298--> Processing Dependency: pkgconfig(gl) for package: cairo-devel-1.12.14-6.el7.x86_64
299--> Processing Dependency: pkgconfig(egl) for package: cairo-devel-1.12.14-6.el7.x86_64
300--> Processing Dependency: libXrender-devel for package: cairo-devel-1.12.14-6.el7.x86_64
301---> Package cpp.x86_64 0:4.8.3-9.el7 will be installed
302---> Package dbus-devel.x86_64 1:1.6.12-11.el7 will be installed
303--> Processing Dependency: dbus = 1:1.6.12-11.el7 for package: 1:dbus-devel-1.6.12-11.el7.x86_64
304---> Package dwz.x86_64 0:0.11-3.el7 will be installed
305---> Package elfutils-libs.x86_64 0:0.160-1.el7 will be installed
306---> Package emacs-filesystem.noarch 1:24.3-11.el7 will be installed
307---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
308--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
309---> Package freetype.x86_64 0:2.4.11-10.el7_1.1 will be installed
310---> Package gdb.x86_64 0:7.6.1-64.el7 will be installed
311---> Package gdk-pixbuf2.x86_64 0:2.28.2-4.el7 will be installed
312--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
313--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
314--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
315--> Processing Dependency: libjpeg.so.62()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
316--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
317---> Package gdk-pixbuf2-devel.x86_64 0:2.28.2-4.el7 will be installed
318---> Package gettext-devel.x86_64 0:0.18.2.1-4.el7 will be installed
319--> Processing Dependency: gettext-common-devel = 0.18.2.1-4.el7 for package: gettext-devel-0.18.2.1-4.el7.x86_64
320---> Package gettext-libs.x86_64 0:0.18.2.1-4.el7 will be installed
321---> Package glib2-devel.x86_64 0:2.40.0-4.el7 will be installed
322---> Package glibc.i686 0:2.17-78.el7 will be installed
323--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.17-78.el7.i686
324--> Processing Dependency: libfreebl3.so for package: glibc-2.17-78.el7.i686
325---> Package glibc-headers.x86_64 0:2.17-78.el7 will be installed
326--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-78.el7.x86_64
327--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-78.el7.x86_64
328---> Package gobject-introspection-devel.x86_64 0:1.36.0-4.el7 will be installed
329--> Processing Dependency: gobject-introspection = 1.36.0-4.el7 for package: gobject-introspection-devel-1.36.0-4.el7.x86_64
330--> Processing Dependency: python-mako for package: gobject-introspection-devel-1.36.0-4.el7.x86_64
331--> Processing Dependency: pkgconfig(libffi) for package: gobject-introspection-devel-1.36.0-4.el7.x86_64
332--> Processing Dependency: libgirepository-1.0.so.1()(64bit) for package: gobject-introspection-devel-1.36.0-4.el7.x86_64
333---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed
334---> Package gtk2.x86_64 0:2.24.22-5.el7_0.1 will be installed
335--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.22-5.el7_0.1.x86_64
336--> Processing Dependency: libcups.so.2()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
337---> Package ibus.x86_64 0:1.5.3-11.el7 will be installed
338--> Processing Dependency: ibus-setup = 1.5.3-11.el7 for package: ibus-1.5.3-11.el7.x86_64
339--> Processing Dependency: ibus-gtk3 = 1.5.3-11.el7 for package: ibus-1.5.3-11.el7.x86_64
340--> Processing Dependency: ibus-gtk2 = 1.5.3-11.el7 for package: ibus-1.5.3-11.el7.x86_64
341--> Processing Dependency: dbus-python >= 0.83.0 for package: ibus-1.5.3-11.el7.x86_64
342--> Processing Dependency: xorg-x11-xkb-utils for package: ibus-1.5.3-11.el7.x86_64
343--> Processing Dependency: xorg-x11-xinit for package: ibus-1.5.3-11.el7.x86_64
344--> Processing Dependency: pygobject3-base for package: ibus-1.5.3-11.el7.x86_64
345--> Processing Dependency: librsvg2 for package: ibus-1.5.3-11.el7.x86_64
346--> Processing Dependency: iso-codes for package: ibus-1.5.3-11.el7.x86_64
347--> Processing Dependency: desktop-file-utils for package: ibus-1.5.3-11.el7.x86_64
348--> Processing Dependency: desktop-file-utils for package: ibus-1.5.3-11.el7.x86_64
349--> Processing Dependency: dconf for package: ibus-1.5.3-11.el7.x86_64
350--> Processing Dependency: dbus-x11 for package: ibus-1.5.3-11.el7.x86_64
351--> Processing Dependency: libnotify.so.4()(64bit) for package: ibus-1.5.3-11.el7.x86_64
352--> Processing Dependency: libgtk-3.so.0()(64bit) for package: ibus-1.5.3-11.el7.x86_64
353--> Processing Dependency: libgdk-3.so.0()(64bit) for package: ibus-1.5.3-11.el7.x86_64
354--> Processing Dependency: libdconf.so.1()(64bit) for package: ibus-1.5.3-11.el7.x86_64
355--> Processing Dependency: libcairo-gobject.so.2()(64bit) for package: ibus-1.5.3-11.el7.x86_64
356---> Package ibus-libs.x86_64 0:1.5.3-11.el7 will be installed
357---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
358--> Processing Dependency: java-1.7.0-openjdk-headless = 1:1.7.0.79-2.5.5.1.el7_1 for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
359--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
360--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
361--> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
362--> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
363--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
364--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
365--> Processing Dependency: libpulse.so.0()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
366--> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
367--> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
368--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
369--> Processing Dependency: libawt.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
370--> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
371--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
372---> Package javapackages-tools.noarch 0:3.4.1-6.el7_0 will be installed
373--> Processing Dependency: python-javapackages = 3.4.1-6.el7_0 for package: javapackages-tools-3.4.1-6.el7_0.noarch
374--> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-6.el7_0.noarch
375---> Package libX11.x86_64 0:1.6.0-2.1.el7 will be installed
376--> Processing Dependency: libX11-common = 1.6.0-2.1.el7 for package: libX11-1.6.0-2.1.el7.x86_64
377---> Package libX11-devel.x86_64 0:1.6.0-2.1.el7 will be installed
378--> Processing Dependency: pkgconfig(xproto) for package: libX11-devel-1.6.0-2.1.el7.x86_64
379--> Processing Dependency: pkgconfig(kbproto) for package: libX11-devel-1.6.0-2.1.el7.x86_64
380---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
381---> Package libXcomposite-devel.x86_64 0:0.4.4-4.1.el7 will be installed
382---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
383---> Package libXcursor-devel.x86_64 0:1.1.14-2.1.el7 will be installed
384---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
385---> Package libXext.x86_64 0:1.3.2-2.1.el7 will be installed
386---> Package libXext-devel.x86_64 0:1.3.2-2.1.el7 will be installed
387---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
388---> Package libXfixes-devel.x86_64 0:5.0.1-2.1.el7 will be installed
389---> Package libXi.x86_64 0:1.7.2-2.1.el7 will be installed
390---> Package libXi-devel.x86_64 0:1.7.2-2.1.el7 will be installed
391---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
392---> Package libXinerama-devel.x86_64 0:1.1.3-2.1.el7 will be installed
393---> Package libXrandr.x86_64 0:1.4.1-2.1.el7 will be installed
394---> Package libXrandr-devel.x86_64 0:1.4.1-2.1.el7 will be installed
395---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
396---> Package libgfortran.x86_64 0:4.8.3-9.el7 will be installed
397---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
398---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
399---> Package libpng-devel.x86_64 2:1.5.13-5.el7 will be installed
400--> Processing Dependency: zlib-devel(x86-64) for package: 2:libpng-devel-1.5.13-5.el7.x86_64
401---> Package libquadmath.x86_64 0:4.8.3-9.el7 will be installed
402---> Package libquadmath-devel.x86_64 0:4.8.3-9.el7 will be installed
403---> Package libstdc++-devel.x86_64 0:4.8.3-9.el7 will be installed
404---> Package m2crypto.x86_64 0:0.21.1-15.el7 will be installed
405---> Package m4.x86_64 0:1.4.16-9.el7 will be installed
406---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed
407--> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-9.el7.x86_64
408---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
409---> Package neon.x86_64 0:0.30.0-3.el7 will be installed
410--> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: neon-0.30.0-3.el7.x86_64
411--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: neon-0.30.0-3.el7.x86_64
412--> Processing Dependency: libproxy.so.1()(64bit) for package: neon-0.30.0-3.el7.x86_64
413--> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-3.el7.x86_64
414--> Processing Dependency: libgnutls.so.28()(64bit) for package: neon-0.30.0-3.el7.x86_64
415---> Package openssh-clients.x86_64 0:6.6.1p1-12.el7_1 will be installed
416--> Processing Dependency: openssh = 6.6.1p1-12.el7_1 for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
417--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
418--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
419--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
420---> Package pango.x86_64 0:1.34.1-5.el7 will be installed
421--> Processing Dependency: libthai >= 0.1.9 for package: pango-1.34.1-5.el7.x86_64
422--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.34.1-5.el7.x86_64
423--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64
424--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64
425--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.34.1-5.el7.x86_64
426---> Package pango-devel.x86_64 0:1.34.1-5.el7 will be installed
427--> Processing Dependency: pkgconfig(xft) for package: pango-devel-1.34.1-5.el7.x86_64
428--> Processing Dependency: pkgconfig(harfbuzz) for package: pango-devel-1.34.1-5.el7.x86_64
429---> Package perl.x86_64 4:5.16.3-285.el7 will be installed
430--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-285.el7.x86_64
431--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-285.el7.x86_64
432--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-285.el7.x86_64
433--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-285.el7.x86_64
434--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-285.el7.x86_64
435--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-285.el7.x86_64
436--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-285.el7.x86_64
437--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-285.el7.x86_64
438--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-285.el7.x86_64
439--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-285.el7.x86_64
440--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-285.el7.x86_64
441---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
442---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
443---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
444---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
445---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
446---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
447---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
448---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
449---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
450--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
451---> Package perl-Git.noarch 0:1.8.3.1-4.el7 will be installed
452---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
453---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
454---> Package perl-Test-Harness.noarch 0:3.28-2.el7 will be installed
455---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
456---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
457---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
458---> Package perl-XML-Parser.x86_64 0:2.41-10.el7 will be installed
459---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
460---> Package perl-libs.x86_64 4:5.16.3-285.el7 will be installed
461---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
462---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
463---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
464--> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch
465---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
466--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
467---> Package rsync.x86_64 0:3.0.9-15.el7 will be installed
468---> Package subversion-libs.x86_64 0:1.7.14-7.el7_0 will be installed
469---> Package systemtap-client.x86_64 0:2.6-10.el7_1 will be installed
470--> Processing Dependency: systemtap-runtime = 2.6-10.el7_1 for package: systemtap-client-2.6-10.el7_1.x86_64
471--> Processing Dependency: mokutil for package: systemtap-client-2.6-10.el7_1.x86_64
472--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap-client-2.6-10.el7_1.x86_64
473--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap-client-2.6-10.el7_1.x86_64
474---> Package systemtap-devel.x86_64 0:2.6-10.el7_1 will be installed
475--> Processing Dependency: kernel-devel for package: systemtap-devel-2.6-10.el7_1.x86_64
476---> Package tar.x86_64 2:1.26-29.el7 will be installed
477---> Package unzip.x86_64 0:6.0-15.el7 will be installed
478---> Package vala.x86_64 0:0.20.1-3.el7 will be installed
479---> Package vim-common.x86_64 2:7.4.160-1.el7 will be installed
480--> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.160-1.el7.x86_64
481---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed
482--> Processing Dependency: xml-commons-resolver >= 1.2 for package: xerces-j2-2.11.0-17.el7_0.noarch
483--> Processing Dependency: xalan-j2 >= 2.7.1 for package: xerces-j2-2.11.0-17.el7_0.noarch
484--> Processing Dependency: osgi(org.apache.xml.serializer) for package: xerces-j2-2.11.0-17.el7_0.noarch
485--> Processing Dependency: osgi(org.apache.xml.resolver) for package: xerces-j2-2.11.0-17.el7_0.noarch
486---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed
487---> Package zip.x86_64 0:3.0-10.el7 will be installed
488--> Running transaction check
489---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed
490---> Package avahi-libs.x86_64 0:0.6.31-14.el7 will be installed
491---> Package cairo-gobject.x86_64 0:1.12.14-6.el7 will be installed
492---> Package cups-libs.x86_64 1:1.6.3-17.el7 will be installed
493---> Package dbus.x86_64 1:1.6.12-11.el7 will be installed
494---> Package dbus-python.x86_64 0:1.1.1-9.el7 will be installed
495--> Processing Dependency: libdbus-glib-1.so.2()(64bit) for package: dbus-python-1.1.1-9.el7.x86_64
496---> Package dbus-x11.x86_64 1:1.6.12-11.el7 will be installed
497---> Package dconf.x86_64 0:0.16.0-6.el7 will be installed
498---> Package desktop-file-utils.x86_64 0:0.21-4.el7 will be installed
499---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed
500--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64
501---> Package fontconfig-devel.x86_64 0:2.10.95-7.el7 will be installed
502--> Processing Dependency: pkgconfig(expat) for package: fontconfig-devel-2.10.95-7.el7.x86_64
503---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
504---> Package freetype-devel.x86_64 0:2.4.11-10.el7_1.1 will be installed
505---> Package gettext-common-devel.noarch 0:0.18.2.1-4.el7 will be installed
506---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
507--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
508--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
509---> Package gnutls.x86_64 0:3.3.8-12.el7 will be installed
510--> Processing Dependency: libtspi.so.1()(64bit) for package: gnutls-3.3.8-12.el7.x86_64
511--> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.8-12.el7.x86_64
512--> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.8-12.el7.x86_64
513---> Package gobject-introspection.x86_64 0:1.36.0-4.el7 will be installed
514---> Package gtk3.x86_64 0:3.8.8-10.el7 will be installed
515--> Processing Dependency: libcolord.so.1()(64bit) for package: gtk3-3.8.8-10.el7.x86_64
516--> Processing Dependency: libatk-bridge-2.0.so.0()(64bit) for package: gtk3-3.8.8-10.el7.x86_64
517---> Package harfbuzz.x86_64 0:0.9.20-4.el7 will be installed
518--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.20-4.el7.x86_64
519---> Package harfbuzz-devel.x86_64 0:0.9.20-4.el7 will be installed
520--> Processing Dependency: harfbuzz-icu(x86-64) = 0.9.20-4.el7 for package: harfbuzz-devel-0.9.20-4.el7.x86_64
521--> Processing Dependency: pkgconfig(icu-uc) for package: harfbuzz-devel-0.9.20-4.el7.x86_64
522--> Processing Dependency: libharfbuzz-icu.so.0()(64bit) for package: harfbuzz-devel-0.9.20-4.el7.x86_64
523---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
524---> Package ibus-gtk2.x86_64 0:1.5.3-11.el7 will be installed
525---> Package ibus-gtk3.x86_64 0:1.5.3-11.el7 will be installed
526---> Package ibus-setup.noarch 0:1.5.3-11.el7 will be installed
527--> Processing Dependency: pygobject3 for package: ibus-setup-1.5.3-11.el7.noarch
528---> Package iso-codes.noarch 0:3.46-2.el7 will be installed
529--> Processing Dependency: xml-common for package: iso-codes-3.46-2.el7.noarch
530---> Package jasper-libs.x86_64 0:1.900.1-26.el7_0.3 will be installed
531---> Package java-1.7.0-openjdk-headless.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
532--> Processing Dependency: lcms2 >= 2.5 for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
533--> Processing Dependency: tzdata-java for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
534--> Processing Dependency: liblcms2.so.2()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
535---> Package kernel-devel.x86_64 0:3.10.0-229.4.2.el7 will be installed
536---> Package kernel-headers.x86_64 0:3.10.0-229.4.2.el7 will be installed
537---> Package libX11-common.noarch 0:1.6.0-2.1.el7 will be installed
538---> Package libXft.x86_64 0:2.3.1-5.1.el7 will be installed
539---> Package libXft-devel.x86_64 0:2.3.1-5.1.el7 will be installed
540---> Package libXrender-devel.x86_64 0:0.9.8-2.1.el7 will be installed
541---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed
542---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
543---> Package libffi-devel.x86_64 0:3.0.13-11.el7 will be installed
544---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
545---> Package libnotify.x86_64 0:0.7.5-7.el7 will be installed
546--> Processing Dependency: desktop-notification-daemon for package: libnotify-0.7.5-7.el7.x86_64
547---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed
548---> Package libpng.x86_64 2:1.5.13-5.el7 will be installed
549---> Package libproxy.x86_64 0:0.4.11-6.el7 will be installed
550--> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-6.el7.x86_64
551---> Package librsvg2.x86_64 0:2.39.0-1.el7 will be installed
552---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
553---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
554--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
555---> Package libxcb.x86_64 0:1.9-5.el7 will be installed
556--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.9-5.el7.x86_64
557---> Package libxcb-devel.x86_64 0:1.9-5.el7 will be installed
558--> Processing Dependency: pkgconfig(xau) >= 0.99.2 for package: libxcb-devel-1.9-5.el7.x86_64
559---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
560---> Package mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
561--> Processing Dependency: mesa-libgbm = 10.2.7-5.20140910.el7 for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
562--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
563--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
564--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
565---> Package mesa-libEGL-devel.x86_64 0:10.2.7-5.20140910.el7 will be installed
566--> Processing Dependency: pkgconfig(libdrm) >= 2.4.38 for package: mesa-libEGL-devel-10.2.7-5.20140910.el7.x86_64
567--> Processing Dependency: pkgconfig(xxf86vm) for package: mesa-libEGL-devel-10.2.7-5.20140910.el7.x86_64
568--> Processing Dependency: pkgconfig(xdamage) for package: mesa-libEGL-devel-10.2.7-5.20140910.el7.x86_64
569---> Package mesa-libGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
570--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.2.7-5.20140910.el7.x86_64
571---> Package mesa-libGL-devel.x86_64 0:10.2.7-5.20140910.el7 will be installed
572--> Processing Dependency: gl-manpages for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64
573---> Package mokutil.x86_64 0:0.7-5.el7 will be installed
574---> Package nss-softokn-freebl.i686 0:3.16.2.3-9.el7 will be installed
575---> Package openssh.x86_64 0:6.6.1p1-12.el7_1 will be installed
576---> Package pakchois.x86_64 0:0.4-10.el7 will be installed
577---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
578---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
579--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
580---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
581--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
582--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
583---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
584---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
585---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
586---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
587---> Package perl-macros.x86_64 4:5.16.3-285.el7 will be installed
588---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
589---> Package pixman.x86_64 0:0.32.4-3.el7 will be installed
590---> Package pixman-devel.x86_64 0:0.32.4-3.el7 will be installed
591---> Package pulseaudio-libs.x86_64 0:3.0-30.el7 will be installed
592--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
593--> Processing Dependency: libwrap.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
594--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
595--> Processing Dependency: libjson-c.so.2()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
596--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
597---> Package pygobject3-base.x86_64 0:3.8.2-6.el7 will be installed
598---> Package python-chardet.noarch 0:2.0.1-7.el7 will be installed
599---> Package python-javapackages.noarch 0:3.4.1-6.el7_0 will be installed
600--> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-6.el7_0.noarch
601---> Package python-mako.noarch 0:0.8.1-2.el7 will be installed
602--> Processing Dependency: python-markupsafe for package: python-mako-0.8.1-2.el7.noarch
603--> Processing Dependency: python-beaker for package: python-mako-0.8.1-2.el7.noarch
604---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
605--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
606---> Package systemtap-runtime.x86_64 0:2.6-10.el7_1 will be installed
607--> Processing Dependency: libsymtabAPI.so.8.2()(64bit) for package: systemtap-runtime-2.6-10.el7_1.x86_64
608--> Processing Dependency: libdyninstAPI.so.8.2()(64bit) for package: systemtap-runtime-2.6-10.el7_1.x86_64
609---> Package vim-filesystem.x86_64 2:7.4.160-1.el7 will be installed
610---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed
611---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed
612---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
613--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
614--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
615--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
616--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
617---> Package xorg-x11-proto-devel.noarch 0:7.7-8.el7.1 will be installed
618---> Package xorg-x11-xinit.x86_64 0:1.3.2-14.el7 will be installed
619--> Processing Dependency: xorg-x11-xauth for package: xorg-x11-xinit-1.3.2-14.el7.x86_64
620--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit-1.3.2-14.el7.x86_64
621---> Package xorg-x11-xkb-utils.x86_64 0:7.7-9.1.el7 will be installed
622--> Processing Dependency: libxkbfile.so.1()(64bit) for package: xorg-x11-xkb-utils-7.7-9.1.el7.x86_64
623---> Package zlib-devel.x86_64 0:1.2.7-13.el7 will be installed
624--> Running transaction check
625---> Package at-spi2-atk.x86_64 0:2.8.1-4.el7 will be installed
626--> Processing Dependency: at-spi2-core >= 2.7.5 for package: at-spi2-atk-2.8.1-4.el7.x86_64
627--> Processing Dependency: libatspi.so.0()(64bit) for package: at-spi2-atk-2.8.1-4.el7.x86_64
628---> Package colord-libs.x86_64 0:1.0.4-3.el7 will be installed
629--> Processing Dependency: libusb-1.0.so.0()(64bit) for package: colord-libs-1.0.4-3.el7.x86_64
630--> Processing Dependency: libgusb.so.2()(64bit) for package: colord-libs-1.0.4-3.el7.x86_64
631---> Package dbus-glib.x86_64 0:0.100-7.el7 will be installed
632---> Package dyninst.x86_64 0:8.2.0-2.el7 will be installed
633--> Processing Dependency: libdwarf.so.0()(64bit) for package: dyninst-8.2.0-2.el7.x86_64
634--> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: dyninst-8.2.0-2.el7.x86_64
635--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: dyninst-8.2.0-2.el7.x86_64
636---> Package expat-devel.x86_64 0:2.1.0-8.el7 will be installed
637---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed
638---> Package gl-manpages.noarch 0:1.1-7.20130122.el7 will be installed
639---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed
640---> Package harfbuzz-icu.x86_64 0:0.9.20-4.el7 will be installed
641--> Processing Dependency: libicuuc.so.50()(64bit) for package: harfbuzz-icu-0.9.20-4.el7.x86_64
642--> Processing Dependency: libicudata.so.50()(64bit) for package: harfbuzz-icu-0.9.20-4.el7.x86_64
643---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
644---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed
645---> Package kde-runtime.x86_64 0:4.10.5-8.el7 will be installed
646--> Processing Dependency: kde4-macros(api) = 2 for package: kde-runtime-4.10.5-8.el7.x86_64
647--> Processing Dependency: kde-runtime-libs(x86-64) = 4.10.5-8.el7 for package: kde-runtime-4.10.5-8.el7.x86_64
648--> Processing Dependency: kde-runtime-drkonqi = 4.10.5-8.el7 for package: kde-runtime-4.10.5-8.el7.x86_64
649--> Processing Dependency: oxygen-icon-theme >= 4.10.5 for package: kde-runtime-4.10.5-8.el7.x86_64
650--> Processing Dependency: nepomuk-core >= 4.10.5 for package: kde-runtime-4.10.5-8.el7.x86_64
651--> Processing Dependency: poppler-utils for package: kde-runtime-4.10.5-8.el7.x86_64
652--> Processing Dependency: libpulse-mainloop-glib.so.0(PULSE_0)(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
653--> Processing Dependency: icoutils for package: kde-runtime-4.10.5-8.el7.x86_64
654--> Processing Dependency: libsoprano.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
655--> Processing Dependency: libsolid.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
656--> Processing Dependency: libqgpgme.so.1()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
657--> Processing Dependency: libpulse-mainloop-glib.so.0()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
658--> Processing Dependency: libplasma.so.3()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
659--> Processing Dependency: libphonon.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
660--> Processing Dependency: libnepomukutils.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
661--> Processing Dependency: libnepomukcore.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
662--> Processing Dependency: libnepomuk.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
663--> Processing Dependency: libmolletnetwork.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
664--> Processing Dependency: libkwalletbackend.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
665--> Processing Dependency: libkparts.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
666--> Processing Dependency: libknotifyplugin.so()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
667--> Processing Dependency: libknotifyconfig.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
668--> Processing Dependency: libknewstuff3.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
669--> Processing Dependency: libkjs.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
670--> Processing Dependency: libkio.so.5()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
671--> Processing Dependency: libkhtml.so.5()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
672--> Processing Dependency: libkemoticons.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
673--> Processing Dependency: libkdnssd.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
674--> Processing Dependency: libkdeui.so.5()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
675--> Processing Dependency: libkdesu.so.5()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
676--> Processing Dependency: libkdecore.so.5()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
677--> Processing Dependency: libkdeclarative.so.5()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
678--> Processing Dependency: libkcmutils.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
679--> Processing Dependency: libgpgme++-pthread.so.2()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
680--> Processing Dependency: libcanberra.so.0()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
681--> Processing Dependency: libattica.so.0.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
682--> Processing Dependency: libXpm.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
683--> Processing Dependency: libQtXml.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
684--> Processing Dependency: libQtSvg.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
685--> Processing Dependency: libQtNetwork.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
686--> Processing Dependency: libQtGui.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
687--> Processing Dependency: libQtDeclarative.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
688--> Processing Dependency: libQtDBus.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
689--> Processing Dependency: libQtCore.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
690---> Package lcms2.x86_64 0:2.5-4.el7 will be installed
691---> Package libICE.x86_64 0:1.0.8-7.el7 will be installed
692---> Package libSM.x86_64 0:1.2.1-7.el7 will be installed
693---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
694---> Package libXau-devel.x86_64 0:1.0.8-2.1.el7 will be installed
695---> Package libXdamage-devel.x86_64 0:1.1.4-4.1.el7 will be installed
696---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
697---> Package libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7 will be installed
698---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed
699---> Package libdrm.x86_64 0:2.4.56-2.el7 will be installed
700--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.56-2.el7.x86_64
701---> Package libdrm-devel.x86_64 0:2.4.56-2.el7 will be installed
702---> Package libicu-devel.x86_64 0:50.1.2-11.el7 will be installed
703---> Package libmodman.x86_64 0:2.0.1-8.el7 will be installed
704---> Package libsndfile.x86_64 0:1.0.25-9.el7 will be installed
705--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
706--> Processing Dependency: libvorbis.so.0()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
707--> Processing Dependency: libogg.so.0()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
708--> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
709--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
710---> Package libxkbfile.x86_64 0:1.0.8-5.el7 will be installed
711---> Package mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7 will be installed
712---> Package mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7 will be installed
713---> Package nettle.x86_64 0:2.7.1-4.el7 will be installed
714---> Package perl-Pod-Escapes.noarch 1:1.04-285.el7 will be installed
715---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
716--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
717--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
718---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
719---> Package pygobject3.x86_64 0:3.8.2-6.el7 will be installed
720--> Processing Dependency: pycairo for package: pygobject3-3.8.2-6.el7.x86_64
721---> Package python-beaker.noarch 0:1.5.4-10.el7 will be installed
722--> Processing Dependency: python-paste for package: python-beaker-1.5.4-10.el7.noarch
723---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
724---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed
725---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
726--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
727---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed
728---> Package trousers.x86_64 0:0.3.11.2-3.el7 will be installed
729---> Package ttmkfdir.x86_64 0:3.0.9-41.el7 will be installed
730---> Package tzdata-java.noarch 0:2015d-1.el7 will be installed
731---> Package xml-common.noarch 0:0.6.3-39.el7 will be installed
732---> Package xorg-x11-font-utils.x86_64 1:7.5-18.1.el7 will be installed
733--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64
734--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64
735---> Package xorg-x11-server-utils.x86_64 0:7.7-4.el7 will be installed
736--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils-7.7-4.el7.x86_64
737--> Processing Dependency: libXt.so.6()(64bit) for package: xorg-x11-server-utils-7.7-4.el7.x86_64
738--> Processing Dependency: libXmuu.so.1()(64bit) for package: xorg-x11-server-utils-7.7-4.el7.x86_64
739--> Processing Dependency: libXmu.so.6()(64bit) for package: xorg-x11-server-utils-7.7-4.el7.x86_64
740---> Package xorg-x11-xauth.x86_64 1:1.0.7-6.1.el7 will be installed
741--> Running transaction check
742---> Package at-spi2-core.x86_64 0:2.8.0-6.el7 will be installed
743--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi2-core-2.8.0-6.el7.x86_64
744---> Package attica.x86_64 0:0.4.1-4.el7 will be installed
745---> Package boost-system.x86_64 0:1.53.0-23.el7 will be installed
746---> Package boost-thread.x86_64 0:1.53.0-23.el7 will be installed
747---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
748---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
749---> Package icoutils.x86_64 0:0.31.0-3.el7 will be installed
750--> Processing Dependency: perl(LWP::Simple) for package: icoutils-0.31.0-3.el7.x86_64
751--> Processing Dependency: perl(HTTP::Status) for package: icoutils-0.31.0-3.el7.x86_64
752---> Package kde-filesystem.x86_64 0:4-47.el7 will be installed
753---> Package kde-runtime-drkonqi.x86_64 0:4.10.5-8.el7 will be installed
754--> Processing Dependency: polkit for package: kde-runtime-drkonqi-4.10.5-8.el7.x86_64
755--> Processing Dependency: libkxmlrpcclient.so.4()(64bit) for package: kde-runtime-drkonqi-4.10.5-8.el7.x86_64
756---> Package kde-runtime-libs.x86_64 0:4.10.5-8.el7 will be installed
757--> Processing Dependency: libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
758--> Processing Dependency: libsmbclient.so.0()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
759--> Processing Dependency: libkactivities.so.6()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
760--> Processing Dependency: libexiv2.so.12()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
761--> Processing Dependency: libImath.so.6()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
762--> Processing Dependency: libIlmThread.so.6()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
763--> Processing Dependency: libIlmImf.so.7()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
764--> Processing Dependency: libIex.so.6()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
765--> Processing Dependency: libHalf.so.6()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
766---> Package kdelibs.x86_64 6:4.10.5-6.el7 will be installed
767--> Processing Dependency: kdelibs-common = 6:4.10.5-6.el7 for package: 6:kdelibs-4.10.5-6.el7.x86_64
768--> Processing Dependency: strigi-libs(x86-64) >= 0.7.7 for package: 6:kdelibs-4.10.5-6.el7.x86_64
769--> Processing Dependency: shared-desktop-ontologies >= 0.11.0 for package: 6:kdelibs-4.10.5-6.el7.x86_64
770--> Processing Dependency: dbusmenu-qt(x86-64) >= 0.9.2 for package: 6:kdelibs-4.10.5-6.el7.x86_64
771--> Processing Dependency: xdg-utils for package: 6:kdelibs-4.10.5-6.el7.x86_64
772--> Processing Dependency: upower for package: 6:kdelibs-4.10.5-6.el7.x86_64
773--> Processing Dependency: udisks2 for package: 6:kdelibs-4.10.5-6.el7.x86_64
774--> Processing Dependency: redhat-menus for package: 6:kdelibs-4.10.5-6.el7.x86_64
775--> Processing Dependency: media-player-info for package: 6:kdelibs-4.10.5-6.el7.x86_64
776--> Processing Dependency: kde-settings for package: 6:kdelibs-4.10.5-6.el7.x86_64
777--> Processing Dependency: hunspell for package: 6:kdelibs-4.10.5-6.el7.x86_64
778--> Processing Dependency: docbook-style-xsl for package: 6:kdelibs-4.10.5-6.el7.x86_64
779--> Processing Dependency: docbook-dtds for package: 6:kdelibs-4.10.5-6.el7.x86_64
780--> Processing Dependency: libstreams.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
781--> Processing Dependency: libstreamanalyzer.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
782--> Processing Dependency: libqca.so.2()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
783--> Processing Dependency: libpolkit-qt-core-1.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
784--> Processing Dependency: libfam.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
785--> Processing Dependency: libenchant.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
786--> Processing Dependency: libdbusmenu-qt.so.2()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
787--> Processing Dependency: libXss.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
788---> Package kdepimlibs.x86_64 0:4.10.5-3.el7 will be installed
789--> Processing Dependency: cyrus-sasl-plain for package: kdepimlibs-4.10.5-3.el7.x86_64
790--> Processing Dependency: libicalss.so.0()(64bit) for package: kdepimlibs-4.10.5-3.el7.x86_64
791--> Processing Dependency: libical.so.0()(64bit) for package: kdepimlibs-4.10.5-3.el7.x86_64
792---> Package libXfont.x86_64 0:1.4.7-2.el7_0 will be installed
793---> Package libXmu.x86_64 0:1.1.1-5.1.el7 will be installed
794---> Package libXpm.x86_64 0:3.5.10-5.1.el7 will be installed
795---> Package libXt.x86_64 0:1.1.4-6.1.el7 will be installed
796---> Package libXxf86misc.x86_64 0:1.0.3-7.1.el7 will be installed
797---> Package libcanberra.x86_64 0:0.30-5.el7 will be installed
798--> Processing Dependency: sound-theme-freedesktop for package: libcanberra-0.30-5.el7.x86_64
799--> Processing Dependency: libtdb.so.1(TDB_1.2.1)(64bit) for package: libcanberra-0.30-5.el7.x86_64
800--> Processing Dependency: libtdb.so.1()(64bit) for package: libcanberra-0.30-5.el7.x86_64
801--> Processing Dependency: libltdl.so.7()(64bit) for package: libcanberra-0.30-5.el7.x86_64
802--> Processing Dependency: libgstreamer-1.0.so.0()(64bit) for package: libcanberra-0.30-5.el7.x86_64
803---> Package libdwarf.x86_64 0:20130207-4.el7 will be installed
804---> Package libfontenc.x86_64 0:1.1.1-5.el7 will be installed
805---> Package libgusb.x86_64 0:0.1.6-3.el7 will be installed
806---> Package libicu.x86_64 0:50.1.2-11.el7 will be installed
807---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
808---> Package libpciaccess.x86_64 0:0.13.1-4.1.el7 will be installed
809--> Processing Dependency: hwdata for package: libpciaccess-0.13.1-4.1.el7.x86_64
810---> Package libusbx.x86_64 0:1.0.15-4.el7 will be installed
811---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed
812---> Package nepomuk-core.x86_64 0:4.10.5-5.el7 will be installed
813--> Processing Dependency: virtuoso-opensource for package: nepomuk-core-4.10.5-5.el7.x86_64
814--> Processing Dependency: libtag.so.1()(64bit) for package: nepomuk-core-4.10.5-5.el7.x86_64
815--> Processing Dependency: libpoppler-qt4.so.4()(64bit) for package: nepomuk-core-4.10.5-5.el7.x86_64
816---> Package nepomuk-core-libs.x86_64 0:4.10.5-5.el7 will be installed
817---> Package oxygen-icon-theme.noarch 0:4.10.5-2.el7 will be installed
818---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
819---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
820---> Package phonon.x86_64 0:4.6.0-9.el7 will be installed
821--> Processing Dependency: phonon-backend(x86-64) >= 4.4 for package: phonon-4.6.0-9.el7.x86_64
822---> Package poppler-utils.x86_64 0:0.22.5-6.el7 will be installed
823--> Processing Dependency: poppler(x86-64) = 0.22.5-6.el7 for package: poppler-utils-0.22.5-6.el7.x86_64
824--> Processing Dependency: libpoppler.so.37()(64bit) for package: poppler-utils-0.22.5-6.el7.x86_64
825--> Processing Dependency: libopenjpeg.so.1()(64bit) for package: poppler-utils-0.22.5-6.el7.x86_64
826---> Package pulseaudio-libs-glib2.x86_64 0:3.0-30.el7 will be installed
827---> Package pycairo.x86_64 0:1.8.10-8.el7 will be installed
828---> Package python-paste.noarch 0:1.7.5.1-9.20111221hg1498.el7 will be installed
829--> Processing Dependency: python-tempita for package: python-paste-1.7.5.1-9.20111221hg1498.el7.noarch
830--> Processing Dependency: python-setuptools for package: python-paste-1.7.5.1-9.20111221hg1498.el7.noarch
831--> Processing Dependency: pyOpenSSL for package: python-paste-1.7.5.1-9.20111221hg1498.el7.noarch
832---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
833--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
834---> Package qt.x86_64 1:4.8.5-8.el7 will be installed
835--> Processing Dependency: qt-settings for package: 1:qt-4.8.5-8.el7.x86_64
836---> Package qt-x11.x86_64 1:4.8.5-8.el7 will be installed
837--> Processing Dependency: libmng.so.1()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
838---> Package soprano.x86_64 0:2.9.2-3.el7 will be installed
839--> Processing Dependency: redland-virtuoso for package: soprano-2.9.2-3.el7.x86_64
840--> Processing Dependency: librdf.so.0()(64bit) for package: soprano-2.9.2-3.el7.x86_64
841--> Processing Dependency: libraptor2.so.0()(64bit) for package: soprano-2.9.2-3.el7.x86_64
842--> Processing Dependency: libiodbc.so.2()(64bit) for package: soprano-2.9.2-3.el7.x86_64
843--> Processing Dependency: libclucene-core.so.1()(64bit) for package: soprano-2.9.2-3.el7.x86_64
844--> Running transaction check
845---> Package OpenEXR-libs.x86_64 0:1.7.1-7.el7 will be installed
846---> Package clucene-core.x86_64 0:2.3.3.4-11.el7 will be installed
847---> Package cyrus-sasl-plain.x86_64 0:2.1.26-17.el7 will be installed
848---> Package dbusmenu-qt.x86_64 0:0.9.2-7.el7 will be installed
849---> Package docbook-dtds.noarch 0:1.0-60.el7 will be installed
850--> Processing Dependency: sgml-common for package: docbook-dtds-1.0-60.el7.noarch
851---> Package docbook-style-xsl.noarch 0:1.78.1-3.el7 will be installed
852---> Package enchant.x86_64 1:1.6.0-8.el7 will be installed
853---> Package exiv2-libs.x86_64 0:0.23-6.el7 will be installed
854---> Package gamin.x86_64 0:0.1.10-16.el7 will be installed
855---> Package gstreamer1.x86_64 0:1.0.7-4.el7 will be installed
856---> Package hunspell.x86_64 0:1.3.2-13.el7 will be installed
857--> Processing Dependency: hunspell-en-US for package: hunspell-1.3.2-13.el7.x86_64
858---> Package hwdata.x86_64 0:0.252-7.8.el7_1 will be installed
859---> Package ilmbase.x86_64 0:1.0.3-7.el7 will be installed
860---> Package kactivities.x86_64 0:4.10.5-3.el7 will be installed
861---> Package kde-settings.noarch 0:19-23.5.el7 will be installed
862--> Processing Dependency: xdg-user-dirs for package: kde-settings-19-23.5.el7.noarch
863--> Processing Dependency: adwaita-cursor-theme for package: kde-settings-19-23.5.el7.noarch
864---> Package kdelibs-common.x86_64 6:4.10.5-6.el7 will be installed
865---> Package kdepimlibs-kxmlrpcclient.x86_64 0:4.10.5-3.el7 will be installed
866---> Package libXScrnSaver.x86_64 0:1.2.2-6.1.el7 will be installed
867---> Package libXevie.x86_64 0:1.0.3-7.1.el7 will be installed
868---> Package libical.x86_64 0:0.48-6.el7 will be installed
869---> Package libiodbc.x86_64 0:3.52.7-7.el7 will be installed
870---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed
871---> Package libsmbclient.x86_64 0:4.1.12-23.el7_1 will be installed
872--> Processing Dependency: samba-libs = 4.1.12-23.el7_1 for package: libsmbclient-4.1.12-23.el7_1.x86_64
873--> Processing Dependency: samba-common = 4.1.12-23.el7_1 for package: libsmbclient-4.1.12-23.el7_1.x86_64
874--> Processing Dependency: libutil_cmdline.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
875--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
876--> Processing Dependency: libsmbregistry.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
877--> Processing Dependency: libsmbconf.so.0(SMBCONF_0)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
878--> Processing Dependency: libsecrets3.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
879--> Processing Dependency: libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
880--> Processing Dependency: libsamba-security.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
881--> Processing Dependency: libreplace.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
882--> Processing Dependency: libndr.so.0(NDR_0.0.1)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
883--> Processing Dependency: libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
884--> Processing Dependency: libmsrpc3.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
885--> Processing Dependency: liblibsmb.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
886--> Processing Dependency: liblibcli_lsa3.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
887--> Processing Dependency: libgse.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
888--> Processing Dependency: liberrors.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
889--> Processing Dependency: libdcerpc-samba.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
890--> Processing Dependency: libcli_smb_common.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
891--> Processing Dependency: libccan.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
892--> Processing Dependency: libutil_cmdline.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
893--> Processing Dependency: libtalloc.so.2()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
894--> Processing Dependency: libsmbregistry.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
895--> Processing Dependency: libsmbconf.so.0()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
896--> Processing Dependency: libsecrets3.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
897--> Processing Dependency: libsamba-util.so.0()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
898--> Processing Dependency: libsamba-security.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
899--> Processing Dependency: libreplace.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
900--> Processing Dependency: libndr.so.0()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
901--> Processing Dependency: libndr-standard.so.0()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
902--> Processing Dependency: libmsrpc3.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
903--> Processing Dependency: liblibsmb.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
904--> Processing Dependency: liblibcli_lsa3.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
905--> Processing Dependency: libgse.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
906--> Processing Dependency: liberrors.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
907--> Processing Dependency: libdcerpc-samba.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
908--> Processing Dependency: libcli_smb_common.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
909--> Processing Dependency: libccan.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
910---> Package libtdb.x86_64 0:1.3.0-1.el7 will be installed
911---> Package libtool-ltdl.x86_64 0:2.4.2-20.el7 will be installed
912---> Package media-player-info.noarch 0:17-4.el7 will be installed
913---> Package openjpeg-libs.x86_64 0:1.5.1-10.el7 will be installed
914---> Package perl-HTTP-Message.noarch 0:6.06-6.el7 will be installed
915--> Processing Dependency: perl(URI) >= 1.10 for package: perl-HTTP-Message-6.06-6.el7.noarch
916--> Processing Dependency: perl(LWP::MediaTypes) >= 6 for package: perl-HTTP-Message-6.06-6.el7.noarch
917--> Processing Dependency: perl(IO::Uncompress::Bunzip2) >= 2.021 for package: perl-HTTP-Message-6.06-6.el7.noarch
918--> Processing Dependency: perl(IO::Compress::Bzip2) >= 2.021 for package: perl-HTTP-Message-6.06-6.el7.noarch
919--> Processing Dependency: perl(HTTP::Date) >= 6 for package: perl-HTTP-Message-6.06-6.el7.noarch
920--> Processing Dependency: perl(Encode::Locale) >= 1 for package: perl-HTTP-Message-6.06-6.el7.noarch
921--> Processing Dependency: perl(IO::Uncompress::RawInflate) for package: perl-HTTP-Message-6.06-6.el7.noarch
922--> Processing Dependency: perl(IO::Uncompress::Inflate) for package: perl-HTTP-Message-6.06-6.el7.noarch
923--> Processing Dependency: perl(IO::Uncompress::Gunzip) for package: perl-HTTP-Message-6.06-6.el7.noarch
924--> Processing Dependency: perl(IO::HTML) for package: perl-HTTP-Message-6.06-6.el7.noarch
925--> Processing Dependency: perl(IO::Compress::Gzip) for package: perl-HTTP-Message-6.06-6.el7.noarch
926--> Processing Dependency: perl(IO::Compress::Deflate) for package: perl-HTTP-Message-6.06-6.el7.noarch
927--> Processing Dependency: perl(Compress::Raw::Zlib) for package: perl-HTTP-Message-6.06-6.el7.noarch
928---> Package perl-libwww-perl.noarch 0:6.05-2.el7 will be installed
929--> Processing Dependency: perl(WWW::RobotRules) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
930--> Processing Dependency: perl(Net::HTTP) >= 6.04 for package: perl-libwww-perl-6.05-2.el7.noarch
931--> Processing Dependency: perl(HTTP::Negotiate) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
932--> Processing Dependency: perl(HTTP::Daemon) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
933--> Processing Dependency: perl(HTTP::Cookies) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
934--> Processing Dependency: perl(File::Listing) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
935--> Processing Dependency: perl(HTML::HeadParser) for package: perl-libwww-perl-6.05-2.el7.noarch
936--> Processing Dependency: perl(HTML::Entities) for package: perl-libwww-perl-6.05-2.el7.noarch
937---> Package phonon-backend-gstreamer.x86_64 2:4.6.3-3.el7 will be installed
938--> Processing Dependency: gstreamer-plugins-good for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
939--> Processing Dependency: libgstvideo-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
940--> Processing Dependency: libgstreamer-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
941--> Processing Dependency: libgstpbutils-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
942--> Processing Dependency: libgstinterfaces-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
943--> Processing Dependency: libgstbase-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
944--> Processing Dependency: libgstaudio-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
945--> Processing Dependency: libgstapp-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
946---> Package polkit.x86_64 0:0.112-5.el7 will be installed
947--> Processing Dependency: polkit-pkla-compat for package: polkit-0.112-5.el7.x86_64
948--> Processing Dependency: libmozjs-17.0.so(mozjs_17.0)(64bit) for package: polkit-0.112-5.el7.x86_64
949--> Processing Dependency: libmozjs-17.0.so()(64bit) for package: polkit-0.112-5.el7.x86_64
950---> Package polkit-qt.x86_64 0:0.103.0-10.el7_0 will be installed
951---> Package poppler.x86_64 0:0.22.5-6.el7 will be installed
952--> Processing Dependency: poppler-data >= 0.4.0 for package: poppler-0.22.5-6.el7.x86_64
953---> Package poppler-qt.x86_64 0:0.22.5-6.el7 will be installed
954---> Package pyOpenSSL.noarch 0:0.14-1.el7.kolab_3.5 will be installed
955--> Processing Dependency: python-cryptography for package: pyOpenSSL-0.14-1.el7.kolab_3.5.noarch
956--> Processing Dependency: python-six for package: pyOpenSSL-0.14-1.el7.kolab_3.5.noarch
957---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
958--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
959---> Package python-setuptools.noarch 0:7.0-2.el7.kolab_3.5 will be installed
960--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-7.0-2.el7.kolab_3.5.noarch
961---> Package python-tempita.noarch 0:0.5.1-6.el7 will be installed
962---> Package qca2.x86_64 0:2.0.3-7.el7 will be installed
963---> Package qt-settings.noarch 0:19-23.5.el7 will be installed
964--> Processing Dependency: pciutils for package: qt-settings-19-23.5.el7.noarch
965---> Package raptor2.x86_64 0:2.0.9-3.el7 will be installed
966--> Processing Dependency: libyajl.so.2()(64bit) for package: raptor2-2.0.9-3.el7.x86_64
967---> Package redhat-menus.noarch 0:12.0.2-7.el7 will be installed
968---> Package redland.x86_64 0:1.0.16-6.el7 will be installed
969--> Processing Dependency: librasqal.so.3()(64bit) for package: redland-1.0.16-6.el7.x86_64
970---> Package redland-virtuoso.x86_64 0:1.0.16-6.el7 will be installed
971---> Package shared-desktop-ontologies.noarch 0:0.11.0-2.el7 will be installed
972---> Package sound-theme-freedesktop.noarch 0:0.8-3.el7 will be installed
973---> Package strigi-libs.x86_64 0:0.7.7-12.20120626.el7 will be installed
974---> Package taglib.x86_64 0:1.8-7.20130218git.el7 will be installed
975---> Package udisks2.x86_64 0:2.1.2-5.el7 will be installed
976--> Processing Dependency: libudisks2 = 2.1.2-5.el7 for package: udisks2-2.1.2-5.el7.x86_64
977--> Processing Dependency: libatasmart >= 0.12 for package: udisks2-2.1.2-5.el7.x86_64
978--> Processing Dependency: xfsprogs for package: udisks2-2.1.2-5.el7.x86_64
979--> Processing Dependency: parted for package: udisks2-2.1.2-5.el7.x86_64
980--> Processing Dependency: mdadm for package: udisks2-2.1.2-5.el7.x86_64
981--> Processing Dependency: gdisk for package: udisks2-2.1.2-5.el7.x86_64
982--> Processing Dependency: e2fsprogs for package: udisks2-2.1.2-5.el7.x86_64
983--> Processing Dependency: dosfstools for package: udisks2-2.1.2-5.el7.x86_64
984--> Processing Dependency: cryptsetup-luks for package: udisks2-2.1.2-5.el7.x86_64
985--> Processing Dependency: libudisks2.so.0()(64bit) for package: udisks2-2.1.2-5.el7.x86_64
986--> Processing Dependency: libatasmart.so.4()(64bit) for package: udisks2-2.1.2-5.el7.x86_64
987---> Package upower.x86_64 0:0.9.20-7.el7 will be installed
988--> Processing Dependency: pm-utils >= 1.2.2.1 for package: upower-0.9.20-7.el7.x86_64
989--> Processing Dependency: libplist.so.1()(64bit) for package: upower-0.9.20-7.el7.x86_64
990--> Processing Dependency: libimobiledevice.so.4()(64bit) for package: upower-0.9.20-7.el7.x86_64
991---> Package virtuoso-opensource.x86_64 1:6.1.6-6.el7 will be installed
992---> Package xdg-utils.noarch 0:1.1.0-0.16.20120809git.el7 will be installed
993--> Running transaction check
994---> Package adwaita-cursor-theme.noarch 0:3.8.4-3.el7 will be installed
995---> Package cryptsetup.x86_64 0:1.6.6-3.el7 will be installed
996--> Processing Dependency: cryptsetup-libs(x86-64) = 1.6.6-3.el7 for package: cryptsetup-1.6.6-3.el7.x86_64
997--> Processing Dependency: libcryptsetup.so.4(CRYPTSETUP_1.0)(64bit) for package: cryptsetup-1.6.6-3.el7.x86_64
998--> Processing Dependency: libcryptsetup.so.4()(64bit) for package: cryptsetup-1.6.6-3.el7.x86_64
999---> Package dosfstools.x86_64 0:3.0.20-9.el7 will be installed
1000---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be installed
1001--> Processing Dependency: libss = 1.42.9-7.el7 for package: e2fsprogs-1.42.9-7.el7.x86_64
1002--> Processing Dependency: e2fsprogs-libs(x86-64) = 1.42.9-7.el7 for package: e2fsprogs-1.42.9-7.el7.x86_64
1003--> Processing Dependency: libss.so.2()(64bit) for package: e2fsprogs-1.42.9-7.el7.x86_64
1004--> Processing Dependency: libext2fs.so.2()(64bit) for package: e2fsprogs-1.42.9-7.el7.x86_64
1005--> Processing Dependency: libe2p.so.2()(64bit) for package: e2fsprogs-1.42.9-7.el7.x86_64
1006---> Package gdisk.x86_64 0:0.8.6-5.el7 will be installed
1007---> Package gstreamer.x86_64 0:0.10.36-7.el7 will be installed
1008--> Processing Dependency: gstreamer-tools >= 0.10.36 for package: gstreamer-0.10.36-7.el7.x86_64
1009---> Package gstreamer-plugins-base.x86_64 0:0.10.36-10.el7 will be installed
1010--> Processing Dependency: libtheoraenc.so.1(libtheoraenc_1.0)(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1011--> Processing Dependency: libtheoradec.so.1(libtheoradec_1.0)(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1012--> Processing Dependency: libvisual-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1013--> Processing Dependency: libtheoraenc.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1014--> Processing Dependency: libtheoradec.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1015--> Processing Dependency: liborc-test-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1016--> Processing Dependency: liborc-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1017--> Processing Dependency: libcdda_paranoia.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1018--> Processing Dependency: libcdda_interface.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1019--> Processing Dependency: libXv.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1020---> Package gstreamer-plugins-good.x86_64 0:0.10.31-11.el7 will be installed
1021--> Processing Dependency: GConf2 for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1022--> Processing Dependency: GConf2 for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1023--> Processing Dependency: libwavpack.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1024--> Processing Dependency: libv4l2.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1025--> Processing Dependency: libspeex.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1026--> Processing Dependency: libsoup-gnome-2.4.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1027--> Processing Dependency: libsoup-2.4.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1028--> Processing Dependency: libshout.so.3()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1029--> Processing Dependency: librom1394.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1030--> Processing Dependency: libraw1394.so.11()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1031--> Processing Dependency: libiec61883.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1032--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1033--> Processing Dependency: libdv.so.4()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1034--> Processing Dependency: libavc1394.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1035---> Package hunspell-en-US.noarch 0:0.20121024-5.el7 will be installed
1036---> Package libatasmart.x86_64 0:0.19-6.el7 will be installed
1037---> Package libimobiledevice.x86_64 0:1.1.5-6.el7 will be installed
1038--> Processing Dependency: libusbmuxd.so.2()(64bit) for package: libimobiledevice-1.1.5-6.el7.x86_64
1039---> Package libplist.x86_64 0:1.10-4.el7 will be installed
1040---> Package libtalloc.x86_64 0:2.1.1-1.el7 will be installed
1041---> Package libudisks2.x86_64 0:2.1.2-5.el7 will be installed
1042---> Package mdadm.x86_64 0:3.3.2-2.el7 will be installed
1043--> Processing Dependency: libreport-filesystem for package: mdadm-3.3.2-2.el7.x86_64
1044---> Package mozjs17.x86_64 0:17.0.0-10.el7 will be installed
1045---> Package parted.x86_64 0:3.1-20.el7 will be installed
1046---> Package pciutils.x86_64 0:3.2.1-4.el7 will be installed
1047--> Processing Dependency: pciutils-libs = 3.2.1-4.el7 for package: pciutils-3.2.1-4.el7.x86_64
1048--> Processing Dependency: libpci.so.3(LIBPCI_3.2)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
1049--> Processing Dependency: libpci.so.3(LIBPCI_3.1)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
1050--> Processing Dependency: libpci.so.3(LIBPCI_3.0)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
1051--> Processing Dependency: libpci.so.3()(64bit) for package: pciutils-3.2.1-4.el7.x86_64
1052---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
1053---> Package perl-Encode-Locale.noarch 0:1.03-5.el7 will be installed
1054---> Package perl-File-Listing.noarch 0:6.04-7.el7 will be installed
1055---> Package perl-HTML-Parser.x86_64 0:3.71-4.el7 will be installed
1056--> Processing Dependency: perl(HTML::Tagset) >= 3 for package: perl-HTML-Parser-3.71-4.el7.x86_64
1057---> Package perl-HTTP-Cookies.noarch 0:6.01-5.el7 will be installed
1058---> Package perl-HTTP-Daemon.noarch 0:6.01-5.el7 will be installed
1059---> Package perl-HTTP-Date.noarch 0:6.02-8.el7 will be installed
1060---> Package perl-HTTP-Negotiate.noarch 0:6.01-5.el7 will be installed
1061---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
1062--> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
1063---> Package perl-IO-HTML.noarch 0:1.00-2.el7 will be installed
1064---> Package perl-LWP-MediaTypes.noarch 0:6.02-2.el7 will be installed
1065--> Processing Dependency: mailcap for package: perl-LWP-MediaTypes-6.02-2.el7.noarch
1066---> Package perl-Net-HTTP.noarch 0:6.06-2.el7 will be installed
1067--> Processing Dependency: perl(IO::Socket::SSL) >= 1.38 for package: perl-Net-HTTP-6.06-2.el7.noarch
1068---> Package perl-URI.noarch 0:1.60-9.el7 will be installed
1069--> Processing Dependency: perl(Business::ISBN) for package: perl-URI-1.60-9.el7.noarch
1070---> Package perl-WWW-RobotRules.noarch 0:6.02-5.el7 will be installed
1071---> Package pm-utils.x86_64 0:1.4.1-27.el7 will be installed
1072--> Processing Dependency: kbd for package: pm-utils-1.4.1-27.el7.x86_64
1073---> Package polkit-pkla-compat.x86_64 0:0.1-4.el7 will be installed
1074---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed
1075---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
1076--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
1077---> Package python-cryptography.x86_64 0:0.6.1-3.el7.kolab_3.5 will be installed
1078--> Processing Dependency: python-cffi >= 0.8 for package: python-cryptography-0.6.1-3.el7.kolab_3.5.x86_64
1079--> Processing Dependency: openssl for package: python-cryptography-0.6.1-3.el7.kolab_3.5.x86_64
1080---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
1081--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
1082---> Package python-six.noarch 0:1.9.0-2.el7.kolab_3.5 will be installed
1083---> Package rasqal.x86_64 0:0.9.30-4.el7 will be installed
1084---> Package samba-common.x86_64 0:4.1.12-23.el7_1 will be installed
1085--> Processing Dependency: libwbclient = 4.1.12-23.el7_1 for package: samba-common-4.1.12-23.el7_1.x86_64
1086--> Processing Dependency: libwbclient.so.0(WBCLIENT_0.9)(64bit) for package: samba-common-4.1.12-23.el7_1.x86_64
1087--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: samba-common-4.1.12-23.el7_1.x86_64
1088--> Processing Dependency: libwbclient.so.0()(64bit) for package: samba-common-4.1.12-23.el7_1.x86_64
1089--> Processing Dependency: libtevent.so.0()(64bit) for package: samba-common-4.1.12-23.el7_1.x86_64
1090---> Package samba-libs.x86_64 0:4.1.12-23.el7_1 will be installed
1091--> Processing Dependency: libpytalloc-util.so.2(PYTALLOC_UTIL_2.0.6)(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1092--> Processing Dependency: libldb.so.1(LDB_1.1.1)(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1093--> Processing Dependency: libldb.so.1(LDB_0.9.23)(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1094--> Processing Dependency: libldb.so.1(LDB_0.9.15)(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1095--> Processing Dependency: libldb.so.1(LDB_0.9.10)(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1096--> Processing Dependency: libpytalloc-util.so.2()(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1097--> Processing Dependency: libldb.so.1()(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1098---> Package sgml-common.noarch 0:0.6.3-39.el7 will be installed
1099---> Package xdg-user-dirs.x86_64 0:0.15-4.el7 will be installed
1100---> Package xfsprogs.x86_64 0:3.2.1-6.el7 will be installed
1101---> Package yajl.x86_64 0:2.0.4-4.el7 will be installed
1102--> Running transaction check
1103---> Package GConf2.x86_64 0:3.2.6-8.el7 will be installed
1104--> Processing Dependency: /usr/bin/killall for package: GConf2-3.2.6-8.el7.x86_64
1105---> Package cdparanoia-libs.x86_64 0:10.2-17.el7 will be installed
1106---> Package cryptsetup-libs.x86_64 0:1.6.6-3.el7 will be installed
1107---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be installed
1108---> Package gstreamer-tools.x86_64 0:0.10.36-7.el7 will be installed
1109---> Package kbd.x86_64 0:1.15.5-11.el7 will be installed
1110--> Processing Dependency: kbd-misc = 1.15.5-11.el7 for package: kbd-1.15.5-11.el7.x86_64
1111--> Processing Dependency: kbd-legacy = 1.15.5-11.el7 for package: kbd-1.15.5-11.el7.x86_64
1112--> Processing Dependency: initscripts >= 5.86-1 for package: kbd-1.15.5-11.el7.x86_64
1113---> Package libXv.x86_64 0:1.0.9-2.1.el7 will be installed
1114---> Package libavc1394.x86_64 0:0.5.3-14.el7 will be installed
1115---> Package libdv.x86_64 0:1.0.0-17.el7 will be installed
1116---> Package libiec61883.x86_64 0:1.2.0-10.el7 will be installed
1117---> Package libldb.x86_64 0:1.1.17-2.el7 will be installed
1118---> Package libraw1394.x86_64 0:2.1.0-2.el7 will be installed
1119---> Package libreport-filesystem.x86_64 0:2.1.11-21.el7.centos.0.5 will be installed
1120---> Package libshout.x86_64 0:2.2.2-11.el7 will be installed
1121---> Package libsoup.x86_64 0:2.46.0-3.el7 will be installed
1122--> Processing Dependency: glib-networking >= 2.38.0 for package: libsoup-2.46.0-3.el7.x86_64
1123---> Package libss.x86_64 0:1.42.9-7.el7 will be installed
1124---> Package libtevent.x86_64 0:0.9.21-3.el7 will be installed
1125---> Package libtheora.x86_64 1:1.1.1-8.el7 will be installed
1126---> Package libv4l.x86_64 0:0.9.5-4.el7 will be installed
1127---> Package libvisual.x86_64 0:0.4.0-16.el7 will be installed
1128---> Package libwbclient.x86_64 0:4.1.12-23.el7_1 will be installed
1129---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
1130---> Package openssl.x86_64 1:1.0.1e-42.el7.4 will be installed
1131---> Package orc.x86_64 0:0.4.17-5.el7 will be installed
1132---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be installed
1133---> Package perl-Business-ISBN.noarch 0:2.06-2.el7 will be installed
1134--> Processing Dependency: perl(Business::ISBN::Data) >= 20120719.001 for package: perl-Business-ISBN-2.06-2.el7.noarch
1135---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
1136---> Package perl-HTML-Tagset.noarch 0:3.20-15.el7 will be installed
1137---> Package perl-IO-Socket-SSL.noarch 0:1.94-3.el7 will be installed
1138--> Processing Dependency: perl(Net::SSLeay) >= 1.21 for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
1139--> Processing Dependency: perl(IO::Socket::IP) >= 0.20 for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
1140--> Processing Dependency: perl(Net::SSLeay) for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
1141--> Processing Dependency: perl(Net::LibIDN) for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
1142---> Package pytalloc.x86_64 0:2.1.1-1.el7 will be installed
1143---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
1144---> Package python-cffi.x86_64 0:0.8.6-1.el7.kolab_3.5 will be installed
1145--> Processing Dependency: python-pycparser for package: python-cffi-0.8.6-1.el7.kolab_3.5.x86_64
1146---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
1147--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
1148---> Package speex.x86_64 0:1.2-0.19.rc1.el7 will be installed
1149---> Package usbmuxd.x86_64 0:1.0.8-11.el7 will be installed
1150---> Package wavpack.x86_64 0:4.60.1-9.el7 will be installed
1151--> Running transaction check
1152---> Package glib-networking.x86_64 0:2.40.0-1.el7 will be installed
1153--> Processing Dependency: gsettings-desktop-schemas for package: glib-networking-2.40.0-1.el7.x86_64
1154---> Package initscripts.x86_64 0:9.49.24-1.el7 will be installed
1155--> Processing Dependency: sysvinit-tools >= 2.87-5 for package: initscripts-9.49.24-1.el7.x86_64
1156--> Processing Dependency: module-init-tools for package: initscripts-9.49.24-1.el7.x86_64
1157--> Processing Dependency: hostname for package: initscripts-9.49.24-1.el7.x86_64
1158---> Package kbd-legacy.noarch 0:1.15.5-11.el7 will be installed
1159---> Package kbd-misc.noarch 0:1.15.5-11.el7 will be installed
1160---> Package perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7 will be installed
1161---> Package perl-IO-Socket-IP.noarch 0:0.21-4.el7 will be installed
1162---> Package perl-Net-LibIDN.x86_64 0:0.12-15.el7 will be installed
1163---> Package perl-Net-SSLeay.x86_64 0:1.55-3.el7 will be installed
1164---> Package psmisc.x86_64 0:22.20-8.el7 will be installed
1165---> Package python-pycparser.noarch 0:2.10-1.el7.kolab_3.5 will be installed
1166--> Processing Dependency: python-ply for package: python-pycparser-2.10-1.el7.kolab_3.5.noarch
1167---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
1168--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
1169--> Running transaction check
1170---> Package gsettings-desktop-schemas.x86_64 0:3.8.2-3.el7 will be installed
1171---> Package hostname.x86_64 0:3.13-3.el7 will be installed
1172---> Package kmod.x86_64 0:14-10.el7 will be installed
1173---> Package python-pycparser.noarch 0:2.10-1.el7.kolab_3.5 will be installed
1174--> Processing Dependency: python-ply for package: python-pycparser-2.10-1.el7.kolab_3.5.noarch
1175---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
1176--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
1177---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed
1178--> Running transaction check
1179---> Package python-cffi.x86_64 0:0.8.6-1.el7.kolab_3.5 will be installed
1180--> Processing Dependency: python-cffi >= 0.8 for package: python-cryptography-0.6.1-3.el7.kolab_3.5.x86_64
1181---> Package python-pycparser.noarch 0:2.10-1.el7.kolab_3.5 will be installed
1182---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
1183--> Running transaction check
1184---> Package pyOpenSSL.noarch 0:0.14-1.el7.kolab_3.5 will be installed
1185--> Processing Dependency: pyOpenSSL for package: python-paste-1.7.5.1-9.20111221hg1498.el7.noarch
1186---> Package python-cffi.x86_64 0:0.8.6-1.el7.kolab_3.5 will be installed
1187---> Package python-cryptography.x86_64 0:0.6.1-3.el7.kolab_3.5 will be installed
1188---> Package python-six.noarch 0:1.9.0-2.el7.kolab_3.5 will be installed
1189--> Running transaction check
1190---> Package pyOpenSSL.x86_64 0:0.13.1-3.el7 will be installed
1191--> Running transaction check
1192---> Package GConf2.x86_64 0:3.2.6-8.el7 will be installed
1193---> Package OpenEXR-libs.x86_64 0:1.7.1-7.el7 will be installed
1194---> Package adwaita-cursor-theme.noarch 0:3.8.4-3.el7 will be installed
1195---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed
1196---> Package ant.noarch 0:1.9.2-9.el7 will be installed
1197---> Package apr.x86_64 0:1.4.8-3.el7 will be installed
1198---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
1199---> Package at-spi2-atk.x86_64 0:2.8.1-4.el7 will be installed
1200---> Package at-spi2-core.x86_64 0:2.8.0-6.el7 will be installed
1201---> Package atk.x86_64 0:2.8.0-4.el7 will be installed
1202---> Package atk-devel.x86_64 0:2.8.0-4.el7 will be installed
1203---> Package attica.x86_64 0:0.4.1-4.el7 will be installed
1204---> Package autoconf.noarch 0:2.69-11.el7 will be installed
1205---> Package automake.noarch 0:1.13.4-3.el7 will be installed
1206---> Package avahi-libs.x86_64 0:0.6.31-14.el7 will be installed
1207---> Package bison.x86_64 0:2.7-4.el7 will be installed
1208---> Package boost-system.x86_64 0:1.53.0-23.el7 will be installed
1209---> Package boost-thread.x86_64 0:1.53.0-23.el7 will be installed
1210---> Package build.noarch 0:20150317-192.1 will be installed
1211---> Package build-mkbaselibs.noarch 0:20150317-192.1 will be installed
1212---> Package byacc.x86_64 0:1.9.20130304-3.el7 will be installed
1213---> Package bzip2.x86_64 0:1.0.6-12.el7 will be installed
1214---> Package cairo.x86_64 0:1.12.14-6.el7 will be installed
1215---> Package cairo-devel.x86_64 0:1.12.14-6.el7 will be installed
1216---> Package cairo-gobject.x86_64 0:1.12.14-6.el7 will be installed
1217---> Package cdparanoia-libs.x86_64 0:10.2-17.el7 will be installed
1218---> Package clucene-core.x86_64 0:2.3.3.4-11.el7 will be installed
1219---> Package colord-libs.x86_64 0:1.0.4-3.el7 will be installed
1220---> Package cpp.x86_64 0:4.8.3-9.el7 will be installed
1221---> Package cryptsetup.x86_64 0:1.6.6-3.el7 will be installed
1222---> Package cryptsetup-libs.x86_64 0:1.6.6-3.el7 will be installed
1223---> Package cscope.x86_64 0:15.8-7.el7 will be installed
1224---> Package ctags.x86_64 0:5.8-13.el7 will be installed
1225---> Package cups-libs.x86_64 1:1.6.3-17.el7 will be installed
1226---> Package cyrus-sasl-plain.x86_64 0:2.1.26-17.el7 will be installed
1227---> Package dbus.x86_64 1:1.6.12-11.el7 will be installed
1228---> Package dbus-devel.x86_64 1:1.6.12-11.el7 will be installed
1229---> Package dbus-glib.x86_64 0:0.100-7.el7 will be installed
1230---> Package dbus-python.x86_64 0:1.1.1-9.el7 will be installed
1231---> Package dbus-x11.x86_64 1:1.6.12-11.el7 will be installed
1232---> Package dbusmenu-qt.x86_64 0:0.9.2-7.el7 will be installed
1233---> Package dconf.x86_64 0:0.16.0-6.el7 will be installed
1234---> Package desktop-file-utils.x86_64 0:0.21-4.el7 will be installed
1235---> Package diffstat.x86_64 0:1.57-4.el7 will be installed
1236---> Package docbook-dtds.noarch 0:1.0-60.el7 will be installed
1237---> Package docbook-style-xsl.noarch 0:1.78.1-3.el7 will be installed
1238---> Package dosfstools.x86_64 0:3.0.20-9.el7 will be installed
1239---> Package doxygen.x86_64 1:1.8.5-3.el7 will be installed
1240---> Package dwz.x86_64 0:0.11-3.el7 will be installed
1241---> Package dyninst.x86_64 0:8.2.0-2.el7 will be installed
1242---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be installed
1243---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be installed
1244---> Package elfutils.x86_64 0:0.160-1.el7 will be installed
1245---> Package elfutils-libs.x86_64 0:0.160-1.el7 will be installed
1246---> Package emacs-filesystem.noarch 1:24.3-11.el7 will be installed
1247---> Package enchant.x86_64 1:1.6.0-8.el7 will be installed
1248---> Package epel-release.noarch 0:7-5 will be installed
1249---> Package exiv2-libs.x86_64 0:0.23-6.el7 will be installed
1250---> Package expat-devel.x86_64 0:2.1.0-8.el7 will be installed
1251---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed
1252---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed
1253---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
1254---> Package flex.x86_64 0:2.5.37-3.el7 will be installed
1255---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
1256---> Package fontconfig-devel.x86_64 0:2.10.95-7.el7 will be installed
1257---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
1258---> Package freetype.x86_64 0:2.4.11-10.el7_1.1 will be installed
1259---> Package freetype-devel.x86_64 0:2.4.11-10.el7_1.1 will be installed
1260---> Package gamin.x86_64 0:0.1.10-16.el7 will be installed
1261---> Package gcc.x86_64 0:4.8.3-9.el7 will be installed
1262---> Package gcc-c++.x86_64 0:4.8.3-9.el7 will be installed
1263---> Package gcc-gfortran.x86_64 0:4.8.3-9.el7 will be installed
1264---> Package gdb.x86_64 0:7.6.1-64.el7 will be installed
1265---> Package gdisk.x86_64 0:0.8.6-5.el7 will be installed
1266---> Package gdk-pixbuf2.x86_64 0:2.28.2-4.el7 will be installed
1267---> Package gdk-pixbuf2-devel.x86_64 0:2.28.2-4.el7 will be installed
1268---> Package gettext.x86_64 0:0.18.2.1-4.el7 will be installed
1269---> Package gettext-common-devel.noarch 0:0.18.2.1-4.el7 will be installed
1270---> Package gettext-devel.x86_64 0:0.18.2.1-4.el7 will be installed
1271---> Package gettext-libs.x86_64 0:0.18.2.1-4.el7 will be installed
1272---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
1273---> Package git.x86_64 0:1.8.3.1-4.el7 will be installed
1274---> Package gl-manpages.noarch 0:1.1-7.20130122.el7 will be installed
1275---> Package glib-networking.x86_64 0:2.40.0-1.el7 will be installed
1276---> Package glib2-devel.x86_64 0:2.40.0-4.el7 will be installed
1277---> Package glibc.i686 0:2.17-78.el7 will be installed
1278---> Package glibc-devel.i686 0:2.17-78.el7 will be installed
1279---> Package glibc-devel.x86_64 0:2.17-78.el7 will be installed
1280---> Package glibc-headers.x86_64 0:2.17-78.el7 will be installed
1281---> Package gnutls.x86_64 0:3.3.8-12.el7 will be installed
1282---> Package gobject-introspection.x86_64 0:1.36.0-4.el7 will be installed
1283---> Package gobject-introspection-devel.x86_64 0:1.36.0-4.el7 will be installed
1284---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed
1285---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed
1286---> Package gsettings-desktop-schemas.x86_64 0:3.8.2-3.el7 will be installed
1287---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
1288---> Package gstreamer.x86_64 0:0.10.36-7.el7 will be installed
1289---> Package gstreamer-plugins-base.x86_64 0:0.10.36-10.el7 will be installed
1290---> Package gstreamer-plugins-good.x86_64 0:0.10.31-11.el7 will be installed
1291---> Package gstreamer-tools.x86_64 0:0.10.36-7.el7 will be installed
1292---> Package gstreamer1.x86_64 0:1.0.7-4.el7 will be installed
1293---> Package gtk2.x86_64 0:2.24.22-5.el7_0.1 will be installed
1294---> Package gtk2-devel.x86_64 0:2.24.22-5.el7_0.1 will be installed
1295---> Package gtk3.x86_64 0:3.8.8-10.el7 will be installed
1296---> Package harfbuzz.x86_64 0:0.9.20-4.el7 will be installed
1297---> Package harfbuzz-devel.x86_64 0:0.9.20-4.el7 will be installed
1298---> Package harfbuzz-icu.x86_64 0:0.9.20-4.el7 will be installed
1299---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
1300---> Package hostname.x86_64 0:3.13-3.el7 will be installed
1301---> Package hunspell.x86_64 0:1.3.2-13.el7 will be installed
1302---> Package hunspell-en-US.noarch 0:0.20121024-5.el7 will be installed
1303---> Package hwdata.x86_64 0:0.252-7.8.el7_1 will be installed
1304---> Package ibus.x86_64 0:1.5.3-11.el7 will be installed
1305---> Package ibus-devel.x86_64 0:1.5.3-11.el7 will be installed
1306---> Package ibus-gtk2.x86_64 0:1.5.3-11.el7 will be installed
1307---> Package ibus-gtk3.x86_64 0:1.5.3-11.el7 will be installed
1308---> Package ibus-libs.x86_64 0:1.5.3-11.el7 will be installed
1309---> Package ibus-setup.noarch 0:1.5.3-11.el7 will be installed
1310---> Package icoutils.x86_64 0:0.31.0-3.el7 will be installed
1311---> Package ilmbase.x86_64 0:1.0.3-7.el7 will be installed
1312---> Package indent.x86_64 0:2.2.11-13.el7 will be installed
1313---> Package initscripts.x86_64 0:9.49.24-1.el7 will be installed
1314---> Package intltool.noarch 0:0.50.2-6.el7 will be installed
1315---> Package iso-codes.noarch 0:3.46-2.el7 will be installed
1316---> Package jasper-libs.x86_64 0:1.900.1-26.el7_0.3 will be installed
1317---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
1318---> Package java-1.7.0-openjdk-devel.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
1319---> Package java-1.7.0-openjdk-headless.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
1320---> Package javapackages-tools.noarch 0:3.4.1-6.el7_0 will be installed
1321---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
1322---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed
1323---> Package kactivities.x86_64 0:4.10.5-3.el7 will be installed
1324---> Package kbd.x86_64 0:1.15.5-11.el7 will be installed
1325---> Package kbd-legacy.noarch 0:1.15.5-11.el7 will be installed
1326---> Package kbd-misc.noarch 0:1.15.5-11.el7 will be installed
1327---> Package kde-filesystem.x86_64 0:4-47.el7 will be installed
1328---> Package kde-runtime.x86_64 0:4.10.5-8.el7 will be installed
1329---> Package kde-runtime-drkonqi.x86_64 0:4.10.5-8.el7 will be installed
1330---> Package kde-runtime-libs.x86_64 0:4.10.5-8.el7 will be installed
1331---> Package kde-settings.noarch 0:19-23.5.el7 will be installed
1332---> Package kdelibs.x86_64 6:4.10.5-6.el7 will be installed
1333---> Package kdelibs-common.x86_64 6:4.10.5-6.el7 will be installed
1334---> Package kdepimlibs.x86_64 0:4.10.5-3.el7 will be installed
1335---> Package kdepimlibs-kxmlrpcclient.x86_64 0:4.10.5-3.el7 will be installed
1336---> Package kernel-devel.x86_64 0:3.10.0-229.4.2.el7 will be installed
1337---> Package kernel-headers.x86_64 0:3.10.0-229.4.2.el7 will be installed
1338---> Package kmod.x86_64 0:14-10.el7 will be installed
1339---> Package lcms2.x86_64 0:2.5-4.el7 will be installed
1340---> Package libICE.x86_64 0:1.0.8-7.el7 will be installed
1341---> Package libSM.x86_64 0:1.2.1-7.el7 will be installed
1342---> Package libX11.x86_64 0:1.6.0-2.1.el7 will be installed
1343---> Package libX11-common.noarch 0:1.6.0-2.1.el7 will be installed
1344---> Package libX11-devel.x86_64 0:1.6.0-2.1.el7 will be installed
1345---> Package libXScrnSaver.x86_64 0:1.2.2-6.1.el7 will be installed
1346---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
1347---> Package libXau-devel.x86_64 0:1.0.8-2.1.el7 will be installed
1348---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
1349---> Package libXcomposite-devel.x86_64 0:0.4.4-4.1.el7 will be installed
1350---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
1351---> Package libXcursor-devel.x86_64 0:1.1.14-2.1.el7 will be installed
1352---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
1353---> Package libXdamage-devel.x86_64 0:1.1.4-4.1.el7 will be installed
1354---> Package libXevie.x86_64 0:1.0.3-7.1.el7 will be installed
1355---> Package libXext.x86_64 0:1.3.2-2.1.el7 will be installed
1356---> Package libXext-devel.x86_64 0:1.3.2-2.1.el7 will be installed
1357---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
1358---> Package libXfixes-devel.x86_64 0:5.0.1-2.1.el7 will be installed
1359---> Package libXfont.x86_64 0:1.4.7-2.el7_0 will be installed
1360---> Package libXft.x86_64 0:2.3.1-5.1.el7 will be installed
1361---> Package libXft-devel.x86_64 0:2.3.1-5.1.el7 will be installed
1362---> Package libXi.x86_64 0:1.7.2-2.1.el7 will be installed
1363---> Package libXi-devel.x86_64 0:1.7.2-2.1.el7 will be installed
1364---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
1365---> Package libXinerama-devel.x86_64 0:1.1.3-2.1.el7 will be installed
1366---> Package libXmu.x86_64 0:1.1.1-5.1.el7 will be installed
1367---> Package libXpm.x86_64 0:3.5.10-5.1.el7 will be installed
1368---> Package libXrandr.x86_64 0:1.4.1-2.1.el7 will be installed
1369---> Package libXrandr-devel.x86_64 0:1.4.1-2.1.el7 will be installed
1370---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
1371---> Package libXrender-devel.x86_64 0:0.9.8-2.1.el7 will be installed
1372---> Package libXt.x86_64 0:1.1.4-6.1.el7 will be installed
1373---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed
1374---> Package libXv.x86_64 0:1.0.9-2.1.el7 will be installed
1375---> Package libXxf86misc.x86_64 0:1.0.3-7.1.el7 will be installed
1376---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
1377---> Package libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7 will be installed
1378---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed
1379---> Package libatasmart.x86_64 0:0.19-6.el7 will be installed
1380---> Package libavc1394.x86_64 0:0.5.3-14.el7 will be installed
1381---> Package libcanberra.x86_64 0:0.30-5.el7 will be installed
1382---> Package libdrm.x86_64 0:2.4.56-2.el7 will be installed
1383---> Package libdrm-devel.x86_64 0:2.4.56-2.el7 will be installed
1384---> Package libdv.x86_64 0:1.0.0-17.el7 will be installed
1385---> Package libdwarf.x86_64 0:20130207-4.el7 will be installed
1386---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
1387---> Package libffi-devel.x86_64 0:3.0.13-11.el7 will be installed
1388---> Package libfontenc.x86_64 0:1.1.1-5.el7 will be installed
1389---> Package libgfortran.x86_64 0:4.8.3-9.el7 will be installed
1390---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
1391---> Package libgusb.x86_64 0:0.1.6-3.el7 will be installed
1392---> Package libical.x86_64 0:0.48-6.el7 will be installed
1393---> Package libicu.x86_64 0:50.1.2-11.el7 will be installed
1394---> Package libicu-devel.x86_64 0:50.1.2-11.el7 will be installed
1395---> Package libiec61883.x86_64 0:1.2.0-10.el7 will be installed
1396---> Package libimobiledevice.x86_64 0:1.1.5-6.el7 will be installed
1397---> Package libiodbc.x86_64 0:3.52.7-7.el7 will be installed
1398---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
1399---> Package libldb.x86_64 0:1.1.17-2.el7 will be installed
1400---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed
1401---> Package libmodman.x86_64 0:2.0.1-8.el7 will be installed
1402---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
1403---> Package libnotify.x86_64 0:0.7.5-7.el7 will be installed
1404---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
1405---> Package libpciaccess.x86_64 0:0.13.1-4.1.el7 will be installed
1406---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed
1407---> Package libplist.x86_64 0:1.10-4.el7 will be installed
1408---> Package libpng.x86_64 2:1.5.13-5.el7 will be installed
1409---> Package libpng-devel.x86_64 2:1.5.13-5.el7 will be installed
1410---> Package libproxy.x86_64 0:0.4.11-6.el7 will be installed
1411---> Package libquadmath.x86_64 0:4.8.3-9.el7 will be installed
1412---> Package libquadmath-devel.x86_64 0:4.8.3-9.el7 will be installed
1413---> Package libraw1394.x86_64 0:2.1.0-2.el7 will be installed
1414---> Package libreport-filesystem.x86_64 0:2.1.11-21.el7.centos.0.5 will be installed
1415---> Package librsvg2.x86_64 0:2.39.0-1.el7 will be installed
1416---> Package libshout.x86_64 0:2.2.2-11.el7 will be installed
1417---> Package libsmbclient.x86_64 0:4.1.12-23.el7_1 will be installed
1418---> Package libsndfile.x86_64 0:1.0.25-9.el7 will be installed
1419---> Package libsoup.x86_64 0:2.46.0-3.el7 will be installed
1420---> Package libss.x86_64 0:1.42.9-7.el7 will be installed
1421---> Package libstdc++-devel.x86_64 0:4.8.3-9.el7 will be installed
1422---> Package libtalloc.x86_64 0:2.1.1-1.el7 will be installed
1423---> Package libtdb.x86_64 0:1.3.0-1.el7 will be installed
1424---> Package libtevent.x86_64 0:0.9.21-3.el7 will be installed
1425---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
1426---> Package libtheora.x86_64 1:1.1.1-8.el7 will be installed
1427---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
1428---> Package libtool.x86_64 0:2.4.2-20.el7 will be installed
1429---> Package libtool-ltdl.x86_64 0:2.4.2-20.el7 will be installed
1430---> Package libudisks2.x86_64 0:2.1.2-5.el7 will be installed
1431---> Package libusbx.x86_64 0:1.0.15-4.el7 will be installed
1432---> Package libv4l.x86_64 0:0.9.5-4.el7 will be installed
1433---> Package libvisual.x86_64 0:0.4.0-16.el7 will be installed
1434---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed
1435---> Package libwbclient.x86_64 0:4.1.12-23.el7_1 will be installed
1436---> Package libxcb.x86_64 0:1.9-5.el7 will be installed
1437---> Package libxcb-devel.x86_64 0:1.9-5.el7 will be installed
1438---> Package libxkbfile.x86_64 0:1.0.8-5.el7 will be installed
1439---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
1440---> Package m2crypto.x86_64 0:0.21.1-15.el7 will be installed
1441---> Package m4.x86_64 0:1.4.16-9.el7 will be installed
1442---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
1443---> Package make.x86_64 1:3.82-21.el7 will be installed
1444---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed
1445---> Package mdadm.x86_64 0:3.3.2-2.el7 will be installed
1446---> Package media-player-info.noarch 0:17-4.el7 will be installed
1447---> Package mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
1448---> Package mesa-libEGL-devel.x86_64 0:10.2.7-5.20140910.el7 will be installed
1449---> Package mesa-libGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
1450---> Package mesa-libGL-devel.x86_64 0:10.2.7-5.20140910.el7 will be installed
1451---> Package mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7 will be installed
1452---> Package mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7 will be installed
1453---> Package mokutil.x86_64 0:0.7-5.el7 will be installed
1454---> Package mozjs17.x86_64 0:17.0.0-10.el7 will be installed
1455---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
1456---> Package neon.x86_64 0:0.30.0-3.el7 will be installed
1457---> Package nepomuk-core.x86_64 0:4.10.5-5.el7 will be installed
1458---> Package nepomuk-core-libs.x86_64 0:4.10.5-5.el7 will be installed
1459---> Package nettle.x86_64 0:2.7.1-4.el7 will be installed
1460---> Package nss-softokn-freebl.i686 0:3.16.2.3-9.el7 will be installed
1461---> Package openjpeg-libs.x86_64 0:1.5.1-10.el7 will be installed
1462---> Package openssh.x86_64 0:6.6.1p1-12.el7_1 will be installed
1463---> Package openssh-clients.x86_64 0:6.6.1p1-12.el7_1 will be installed
1464---> Package openssl.x86_64 1:1.0.1e-42.el7.4 will be installed
1465---> Package orc.x86_64 0:0.4.17-5.el7 will be installed
1466---> Package osc.x86_64 0:0.151.2-169.1 will be installed
1467---> Package oxygen-icon-theme.noarch 0:4.10.5-2.el7 will be installed
1468---> Package pakchois.x86_64 0:0.4-10.el7 will be installed
1469---> Package pango.x86_64 0:1.34.1-5.el7 will be installed
1470---> Package pango-devel.x86_64 0:1.34.1-5.el7 will be installed
1471---> Package parted.x86_64 0:3.1-20.el7 will be installed
1472---> Package passwd.x86_64 0:0.79-4.el7 will be installed
1473---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
1474---> Package patchutils.x86_64 0:0.3.3-4.el7 will be installed
1475---> Package pciutils.x86_64 0:3.2.1-4.el7 will be installed
1476---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be installed
1477---> Package perl.x86_64 4:5.16.3-285.el7 will be installed
1478---> Package perl-Business-ISBN.noarch 0:2.06-2.el7 will be installed
1479---> Package perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7 will be installed
1480---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
1481---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
1482---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
1483---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
1484---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
1485---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
1486---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
1487---> Package perl-Encode-Locale.noarch 0:1.03-5.el7 will be installed
1488---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
1489---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
1490---> Package perl-File-Listing.noarch 0:6.04-7.el7 will be installed
1491---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
1492---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
1493---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
1494---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
1495---> Package perl-Git.noarch 0:1.8.3.1-4.el7 will be installed
1496---> Package perl-HTML-Parser.x86_64 0:3.71-4.el7 will be installed
1497---> Package perl-HTML-Tagset.noarch 0:3.20-15.el7 will be installed
1498---> Package perl-HTTP-Cookies.noarch 0:6.01-5.el7 will be installed
1499---> Package perl-HTTP-Daemon.noarch 0:6.01-5.el7 will be installed
1500---> Package perl-HTTP-Date.noarch 0:6.02-8.el7 will be installed
1501---> Package perl-HTTP-Message.noarch 0:6.06-6.el7 will be installed
1502---> Package perl-HTTP-Negotiate.noarch 0:6.01-5.el7 will be installed
1503---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
1504---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
1505---> Package perl-IO-HTML.noarch 0:1.00-2.el7 will be installed
1506---> Package perl-IO-Socket-IP.noarch 0:0.21-4.el7 will be installed
1507---> Package perl-IO-Socket-SSL.noarch 0:1.94-3.el7 will be installed
1508---> Package perl-LWP-MediaTypes.noarch 0:6.02-2.el7 will be installed
1509---> Package perl-Net-HTTP.noarch 0:6.06-2.el7 will be installed
1510---> Package perl-Net-LibIDN.x86_64 0:0.12-15.el7 will be installed
1511---> Package perl-Net-SSLeay.x86_64 0:1.55-3.el7 will be installed
1512---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
1513---> Package perl-Pod-Escapes.noarch 1:1.04-285.el7 will be installed
1514---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
1515---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
1516---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
1517---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
1518---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
1519---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
1520---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
1521---> Package perl-Test-Harness.noarch 0:3.28-2.el7 will be installed
1522---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
1523---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
1524---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
1525---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
1526---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
1527---> Package perl-URI.noarch 0:1.60-9.el7 will be installed
1528---> Package perl-WWW-RobotRules.noarch 0:6.02-5.el7 will be installed
1529---> Package perl-XML-Parser.x86_64 0:2.41-10.el7 will be installed
1530---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
1531---> Package perl-libs.x86_64 4:5.16.3-285.el7 will be installed
1532---> Package perl-libwww-perl.noarch 0:6.05-2.el7 will be installed
1533---> Package perl-macros.x86_64 4:5.16.3-285.el7 will be installed
1534---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
1535---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
1536---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
1537---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
1538---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
1539---> Package phonon.x86_64 0:4.6.0-9.el7 will be installed
1540---> Package phonon-backend-gstreamer.x86_64 2:4.6.3-3.el7 will be installed
1541---> Package pixman.x86_64 0:0.32.4-3.el7 will be installed
1542---> Package pixman-devel.x86_64 0:0.32.4-3.el7 will be installed
1543---> Package pm-utils.x86_64 0:1.4.1-27.el7 will be installed
1544---> Package polkit.x86_64 0:0.112-5.el7 will be installed
1545---> Package polkit-pkla-compat.x86_64 0:0.1-4.el7 will be installed
1546---> Package polkit-qt.x86_64 0:0.103.0-10.el7_0 will be installed
1547---> Package poppler.x86_64 0:0.22.5-6.el7 will be installed
1548---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed
1549---> Package poppler-qt.x86_64 0:0.22.5-6.el7 will be installed
1550---> Package poppler-utils.x86_64 0:0.22.5-6.el7 will be installed
1551---> Package psmisc.x86_64 0:22.20-8.el7 will be installed
1552---> Package pulseaudio-libs.x86_64 0:3.0-30.el7 will be installed
1553---> Package pulseaudio-libs-glib2.x86_64 0:3.0-30.el7 will be installed
1554---> Package pyOpenSSL.x86_64 0:0.13.1-3.el7 will be installed
1555---> Package pycairo.x86_64 0:1.8.10-8.el7 will be installed
1556---> Package pygobject3.x86_64 0:3.8.2-6.el7 will be installed
1557---> Package pygobject3-base.x86_64 0:3.8.2-6.el7 will be installed
1558---> Package pytalloc.x86_64 0:2.1.1-1.el7 will be installed
1559---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
1560---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
1561---> Package python-beaker.noarch 0:1.5.4-10.el7 will be installed
1562---> Package python-chardet.noarch 0:2.0.1-7.el7 will be installed
1563---> Package python-javapackages.noarch 0:3.4.1-6.el7_0 will be installed
1564---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
1565---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
1566---> Package python-mako.noarch 0:0.8.1-2.el7 will be installed
1567---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed
1568---> Package python-paste.noarch 0:1.7.5.1-9.20111221hg1498.el7 will be installed
1569---> Package python-setuptools.noarch 0:7.0-2.el7.kolab_3.5 will be installed
1570---> Package python-tempita.noarch 0:0.5.1-6.el7 will be installed
1571---> Package qca2.x86_64 0:2.0.3-7.el7 will be installed
1572---> Package qt.x86_64 1:4.8.5-8.el7 will be installed
1573---> Package qt-settings.noarch 0:19-23.5.el7 will be installed
1574---> Package qt-x11.x86_64 1:4.8.5-8.el7 will be installed
1575---> Package raptor2.x86_64 0:2.0.9-3.el7 will be installed
1576---> Package rasqal.x86_64 0:0.9.30-4.el7 will be installed
1577---> Package rcs.x86_64 0:5.9.0-5.el7 will be installed
1578---> Package redhat-menus.noarch 0:12.0.2-7.el7 will be installed
1579---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed
1580---> Package redland.x86_64 0:1.0.16-6.el7 will be installed
1581---> Package redland-virtuoso.x86_64 0:1.0.16-6.el7 will be installed
1582---> Package rpm-build.x86_64 0:4.11.1-25.el7 will be installed
1583---> Package rpm-sign.x86_64 0:4.11.1-25.el7 will be installed
1584---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed
1585---> Package rsync.x86_64 0:3.0.9-15.el7 will be installed
1586---> Package samba-common.x86_64 0:4.1.12-23.el7_1 will be installed
1587---> Package samba-libs.x86_64 0:4.1.12-23.el7_1 will be installed
1588---> Package sgml-common.noarch 0:0.6.3-39.el7 will be installed
1589---> Package shared-desktop-ontologies.noarch 0:0.11.0-2.el7 will be installed
1590---> Package soprano.x86_64 0:2.9.2-3.el7 will be installed
1591---> Package sound-theme-freedesktop.noarch 0:0.8-3.el7 will be installed
1592---> Package speex.x86_64 0:1.2-0.19.rc1.el7 will be installed
1593---> Package strigi-libs.x86_64 0:0.7.7-12.20120626.el7 will be installed
1594---> Package subversion.x86_64 0:1.7.14-7.el7_0 will be installed
1595---> Package subversion-libs.x86_64 0:1.7.14-7.el7_0 will be installed
1596---> Package sudo.x86_64 0:1.8.6p7-13.el7 will be installed
1597---> Package swig.x86_64 0:2.0.11-11.el7.kolab_3.5 will be installed
1598---> Package systemtap.x86_64 0:2.6-10.el7_1 will be installed
1599---> Package systemtap-client.x86_64 0:2.6-10.el7_1 will be installed
1600---> Package systemtap-devel.x86_64 0:2.6-10.el7_1 will be installed
1601---> Package systemtap-runtime.x86_64 0:2.6-10.el7_1 will be installed
1602---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed
1603---> Package taglib.x86_64 0:1.8-7.20130218git.el7 will be installed
1604---> Package tar.x86_64 2:1.26-29.el7 will be installed
1605---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed
1606---> Package trousers.x86_64 0:0.3.11.2-3.el7 will be installed
1607---> Package ttmkfdir.x86_64 0:3.0.9-41.el7 will be installed
1608---> Package tzdata-java.noarch 0:2015d-1.el7 will be installed
1609---> Package udisks2.x86_64 0:2.1.2-5.el7 will be installed
1610---> Package unzip.x86_64 0:6.0-15.el7 will be installed
1611---> Package upower.x86_64 0:0.9.20-7.el7 will be installed
1612---> Package usbmuxd.x86_64 0:1.0.8-11.el7 will be installed
1613---> Package vala.x86_64 0:0.20.1-3.el7 will be installed
1614---> Package vim-common.x86_64 2:7.4.160-1.el7 will be installed
1615---> Package vim-enhanced.x86_64 2:7.4.160-1.el7 will be installed
1616---> Package vim-filesystem.x86_64 2:7.4.160-1.el7 will be installed
1617---> Package virtuoso-opensource.x86_64 1:6.1.6-6.el7 will be installed
1618---> Package wavpack.x86_64 0:4.60.1-9.el7 will be installed
1619---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed
1620---> Package xdg-user-dirs.x86_64 0:0.15-4.el7 will be installed
1621---> Package xdg-utils.noarch 0:1.1.0-0.16.20120809git.el7 will be installed
1622---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed
1623---> Package xfsprogs.x86_64 0:3.2.1-6.el7 will be installed
1624---> Package xml-common.noarch 0:0.6.3-39.el7 will be installed
1625---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed
1626---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed
1627---> Package xorg-x11-font-utils.x86_64 1:7.5-18.1.el7 will be installed
1628---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
1629---> Package xorg-x11-proto-devel.noarch 0:7.7-8.el7.1 will be installed
1630---> Package xorg-x11-server-utils.x86_64 0:7.7-4.el7 will be installed
1631---> Package xorg-x11-xauth.x86_64 1:1.0.7-6.1.el7 will be installed
1632---> Package xorg-x11-xinit.x86_64 0:1.3.2-14.el7 will be installed
1633---> Package xorg-x11-xkb-utils.x86_64 0:7.7-9.1.el7 will be installed
1634---> Package yajl.x86_64 0:2.0.4-4.el7 will be installed
1635---> Package yum-utils.noarch 0:1.1.31-29.el7 will be installed
1636---> Package zip.x86_64 0:3.0-10.el7 will be installed
1637---> Package zlib-devel.x86_64 0:1.2.7-13.el7 will be installed
1638--> Finished Dependency Resolution
1639
1640Packages skipped because of dependency problems:
1641 pyOpenSSL-0.14-1.el7.kolab_3.5.noarch from Kolab_Development
1642 python-cffi-0.8.6-1.el7.kolab_3.5.x86_64 from Kolab_Development
1643 python-cryptography-0.6.1-3.el7.kolab_3.5.x86_64 from Kolab_Development
1644 python-pycparser-2.10-1.el7.kolab_3.5.noarch from Kolab_Development
1645 python-selenium-2.45.0-3.el7.kolab_3.5.noarch from Kolab_Development
1646 python-six-1.9.0-2.el7.kolab_3.5.noarch from Kolab_Development
1647
1648Dependencies Resolved
1649
1650================================================================================
1651 Package Arch Version Repository Size
1652================================================================================
1653Installing for group install "Development Tools":
1654 autoconf noarch 2.69-11.el7 base 701 k
1655 automake noarch 1.13.4-3.el7 base 679 k
1656 bison x86_64 2.7-4.el7 base 578 k
1657 byacc x86_64 1.9.20130304-3.el7 base 65 k
1658 cscope x86_64 15.8-7.el7 base 203 k
1659 ctags x86_64 5.8-13.el7 base 155 k
1660 diffstat x86_64 1.57-4.el7 base 35 k
1661 doxygen x86_64 1:1.8.5-3.el7 base 3.6 M
1662 elfutils x86_64 0.160-1.el7 base 262 k
1663 flex x86_64 2.5.37-3.el7 base 292 k
1664 gcc x86_64 4.8.3-9.el7 base 16 M
1665 gcc-c++ x86_64 4.8.3-9.el7 base 7.2 M
1666 gcc-gfortran x86_64 4.8.3-9.el7 base 6.6 M
1667 gettext x86_64 0.18.2.1-4.el7 base 959 k
1668 git x86_64 1.8.3.1-4.el7 base 4.3 M
1669 indent x86_64 2.2.11-13.el7 base 150 k
1670 intltool noarch 0.50.2-6.el7 base 59 k
1671 libtool x86_64 2.4.2-20.el7 base 588 k
1672 make x86_64 1:3.82-21.el7 base 420 k
1673 patch x86_64 2.7.1-8.el7 base 110 k
1674 patchutils x86_64 0.3.3-4.el7 base 104 k
1675 rcs x86_64 5.9.0-5.el7 base 230 k
1676 redhat-rpm-config noarch 9.1.0-68.el7.centos base 77 k
1677 rpm-build x86_64 4.11.1-25.el7 base 141 k
1678 rpm-sign x86_64 4.11.1-25.el7 base 42 k
1679 subversion x86_64 1.7.14-7.el7_0 updates 1.0 M
1680 swig x86_64 2.0.11-11.el7.kolab_3.5
1681 Kolab_Development 1.3 M
1682 systemtap x86_64 2.6-10.el7_1 updates 24 k
1683Installing:
1684 ant noarch 1.9.2-9.el7 base 1.9 M
1685 build noarch 20150317-192.1 openSUSE_Tools 157 k
1686 epel-release noarch 7-5 extras 14 k
1687 glibc-devel i686 2.17-78.el7 base 1.0 M
1688 glibc-devel x86_64 2.17-78.el7 base 1.0 M
1689 gtk2-devel x86_64 2.24.22-5.el7_0.1 base 2.9 M
1690 ibus-devel x86_64 1.5.3-11.el7 base 174 k
1691 java-1.7.0-openjdk-devel x86_64 1:1.7.0.79-2.5.5.1.el7_1
1692 updates 9.2 M
1693 osc x86_64 0.151.2-169.1 openSUSE_Tools 504 k
1694 passwd x86_64 0.79-4.el7 base 105 k
1695 perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k
1696 perl-TimeDate noarch 1:2.30-2.el7 base 52 k
1697 rpmdevtools noarch 8.3-5.el7 base 97 k
1698 sudo x86_64 1.8.6p7-13.el7 base 718 k
1699 vim-enhanced x86_64 2:7.4.160-1.el7 base 1.0 M
1700 yum-utils noarch 1.1.31-29.el7 base 112 k
1701Installing for dependencies:
1702 GConf2 x86_64 3.2.6-8.el7 base 1.0 M
1703 OpenEXR-libs x86_64 1.7.1-7.el7 base 217 k
1704 adwaita-cursor-theme noarch 3.8.4-3.el7 base 124 k
1705 alsa-lib x86_64 1.0.28-2.el7 base 391 k
1706 apr x86_64 1.4.8-3.el7 base 103 k
1707 apr-util x86_64 1.5.2-6.el7 base 92 k
1708 at-spi2-atk x86_64 2.8.1-4.el7 base 73 k
1709 at-spi2-core x86_64 2.8.0-6.el7 base 151 k
1710 atk x86_64 2.8.0-4.el7 base 233 k
1711 atk-devel x86_64 2.8.0-4.el7 base 152 k
1712 attica x86_64 0.4.1-4.el7 base 232 k
1713 avahi-libs x86_64 0.6.31-14.el7 base 60 k
1714 boost-system x86_64 1.53.0-23.el7 base 39 k
1715 boost-thread x86_64 1.53.0-23.el7 base 56 k
1716 build-mkbaselibs noarch 20150317-192.1 openSUSE_Tools 37 k
1717 bzip2 x86_64 1.0.6-12.el7 base 52 k
1718 cairo x86_64 1.12.14-6.el7 base 697 k
1719 cairo-devel x86_64 1.12.14-6.el7 base 515 k
1720 cairo-gobject x86_64 1.12.14-6.el7 base 25 k
1721 cdparanoia-libs x86_64 10.2-17.el7 base 56 k
1722 clucene-core x86_64 2.3.3.4-11.el7 base 528 k
1723 colord-libs x86_64 1.0.4-3.el7 base 148 k
1724 cpp x86_64 4.8.3-9.el7 base 5.9 M
1725 cryptsetup x86_64 1.6.6-3.el7 base 117 k
1726 cryptsetup-libs x86_64 1.6.6-3.el7 base 179 k
1727 cups-libs x86_64 1:1.6.3-17.el7 base 354 k
1728 cyrus-sasl-plain x86_64 2.1.26-17.el7 base 38 k
1729 dbus x86_64 1:1.6.12-11.el7 base 306 k
1730 dbus-devel x86_64 1:1.6.12-11.el7 base 52 k
1731 dbus-glib x86_64 0.100-7.el7 base 102 k
1732 dbus-python x86_64 1.1.1-9.el7 base 206 k
1733 dbus-x11 x86_64 1:1.6.12-11.el7 base 46 k
1734 dbusmenu-qt x86_64 0.9.2-7.el7 base 86 k
1735 dconf x86_64 0.16.0-6.el7 base 150 k
1736 desktop-file-utils x86_64 0.21-4.el7 base 67 k
1737 docbook-dtds noarch 1.0-60.el7 base 226 k
1738 docbook-style-xsl noarch 1.78.1-3.el7 base 2.0 M
1739 dosfstools x86_64 3.0.20-9.el7 base 101 k
1740 dwz x86_64 0.11-3.el7 base 99 k
1741 dyninst x86_64 8.2.0-2.el7 base 2.5 M
1742 e2fsprogs x86_64 1.42.9-7.el7 base 697 k
1743 e2fsprogs-libs x86_64 1.42.9-7.el7 base 165 k
1744 elfutils-libs x86_64 0.160-1.el7 base 249 k
1745 emacs-filesystem noarch 1:24.3-11.el7 base 57 k
1746 enchant x86_64 1:1.6.0-8.el7 base 55 k
1747 exiv2-libs x86_64 0.23-6.el7 base 876 k
1748 expat-devel x86_64 2.1.0-8.el7 base 56 k
1749 fipscheck x86_64 1.4.1-5.el7 base 21 k
1750 fipscheck-lib x86_64 1.4.1-5.el7 base 11 k
1751 flac-libs x86_64 1.3.0-5.el7_1 updates 169 k
1752 fontconfig x86_64 2.10.95-7.el7 base 228 k
1753 fontconfig-devel x86_64 2.10.95-7.el7 base 128 k
1754 fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
1755 freetype x86_64 2.4.11-10.el7_1.1 updates 391 k
1756 freetype-devel x86_64 2.4.11-10.el7_1.1 updates 356 k
1757 gamin x86_64 0.1.10-16.el7 base 128 k
1758 gdb x86_64 7.6.1-64.el7 base 2.4 M
1759 gdisk x86_64 0.8.6-5.el7 base 187 k
1760 gdk-pixbuf2 x86_64 2.28.2-4.el7 base 533 k
1761 gdk-pixbuf2-devel x86_64 2.28.2-4.el7 base 209 k
1762 gettext-common-devel noarch 0.18.2.1-4.el7 base 368 k
1763 gettext-devel x86_64 0.18.2.1-4.el7 base 315 k
1764 gettext-libs x86_64 0.18.2.1-4.el7 base 435 k
1765 giflib x86_64 4.1.6-9.el7 base 40 k
1766 gl-manpages noarch 1.1-7.20130122.el7 base 994 k
1767 glib-networking x86_64 2.40.0-1.el7 base 122 k
1768 glib2-devel x86_64 2.40.0-4.el7 base 445 k
1769 glibc i686 2.17-78.el7 base 4.2 M
1770 glibc-headers x86_64 2.17-78.el7 base 656 k
1771 gnutls x86_64 3.3.8-12.el7 base 662 k
1772 gobject-introspection x86_64 1.36.0-4.el7 base 223 k
1773 gobject-introspection-devel
1774 x86_64 1.36.0-4.el7 base 1.1 M
1775 gpm-libs x86_64 1.20.7-5.el7 base 32 k
1776 graphite2 x86_64 1.2.2-5.el7 base 81 k
1777 gsettings-desktop-schemas
1778 x86_64 3.8.2-3.el7 base 417 k
1779 gsm x86_64 1.0.13-11.el7 base 30 k
1780 gstreamer x86_64 0.10.36-7.el7 base 958 k
1781 gstreamer-plugins-base x86_64 0.10.36-10.el7 base 1.2 M
1782 gstreamer-plugins-good x86_64 0.10.31-11.el7 base 1.5 M
1783 gstreamer-tools x86_64 0.10.36-7.el7 base 27 k
1784 gstreamer1 x86_64 1.0.7-4.el7 base 909 k
1785 gtk2 x86_64 2.24.22-5.el7_0.1 base 3.4 M
1786 gtk3 x86_64 3.8.8-10.el7 base 3.2 M
1787 harfbuzz x86_64 0.9.20-4.el7 base 145 k
1788 harfbuzz-devel x86_64 0.9.20-4.el7 base 100 k
1789 harfbuzz-icu x86_64 0.9.20-4.el7 base 11 k
1790 hicolor-icon-theme noarch 0.12-7.el7 base 42 k
1791 hostname x86_64 3.13-3.el7 base 17 k
1792 hunspell x86_64 1.3.2-13.el7 base 223 k
1793 hunspell-en-US noarch 0.20121024-5.el7 base 189 k
1794 hwdata x86_64 0.252-7.8.el7_1 updates 2.0 M
1795 ibus x86_64 1.5.3-11.el7 base 328 k
1796 ibus-gtk2 x86_64 1.5.3-11.el7 base 43 k
1797 ibus-gtk3 x86_64 1.5.3-11.el7 base 42 k
1798 ibus-libs x86_64 1.5.3-11.el7 base 206 k
1799 ibus-setup noarch 1.5.3-11.el7 base 67 k
1800 icoutils x86_64 0.31.0-3.el7 base 82 k
1801 ilmbase x86_64 1.0.3-7.el7 base 100 k
1802 initscripts x86_64 9.49.24-1.el7 base 427 k
1803 iso-codes noarch 3.46-2.el7 base 2.7 M
1804 jasper-libs x86_64 1.900.1-26.el7_0.3 base 149 k
1805 java-1.7.0-openjdk x86_64 1:1.7.0.79-2.5.5.1.el7_1
1806 updates 202 k
1807 java-1.7.0-openjdk-headless
1808 x86_64 1:1.7.0.79-2.5.5.1.el7_1
1809 updates 25 M
1810 javapackages-tools noarch 3.4.1-6.el7_0 base 72 k
1811 jbigkit-libs x86_64 2.0-11.el7 base 46 k
1812 json-c x86_64 0.11-4.el7_0 base 31 k
1813 kactivities x86_64 4.10.5-3.el7 base 314 k
1814 kbd x86_64 1.15.5-11.el7 base 345 k
1815 kbd-legacy noarch 1.15.5-11.el7 base 465 k
1816 kbd-misc noarch 1.15.5-11.el7 base 1.3 M
1817 kde-filesystem x86_64 4-47.el7 base 48 k
1818 kde-runtime x86_64 4.10.5-8.el7 base 7.3 M
1819 kde-runtime-drkonqi x86_64 4.10.5-8.el7 base 193 k
1820 kde-runtime-libs x86_64 4.10.5-8.el7 base 1.2 M
1821 kde-settings noarch 19-23.5.el7 base 33 k
1822 kdelibs x86_64 6:4.10.5-6.el7 base 11 M
1823 kdelibs-common x86_64 6:4.10.5-6.el7 base 1.9 M
1824 kdepimlibs x86_64 4.10.5-3.el7 base 2.3 M
1825 kdepimlibs-kxmlrpcclient x86_64 4.10.5-3.el7 base 39 k
1826 kernel-devel x86_64 3.10.0-229.4.2.el7 updates 9.9 M
1827 kernel-headers x86_64 3.10.0-229.4.2.el7 updates 2.3 M
1828 kmod x86_64 14-10.el7 base 78 k
1829 lcms2 x86_64 2.5-4.el7 base 133 k
1830 libICE x86_64 1.0.8-7.el7 base 63 k
1831 libSM x86_64 1.2.1-7.el7 base 38 k
1832 libX11 x86_64 1.6.0-2.1.el7 base 605 k
1833 libX11-common noarch 1.6.0-2.1.el7 base 181 k
1834 libX11-devel x86_64 1.6.0-2.1.el7 base 979 k
1835 libXScrnSaver x86_64 1.2.2-6.1.el7 base 24 k
1836 libXau x86_64 1.0.8-2.1.el7 base 29 k
1837 libXau-devel x86_64 1.0.8-2.1.el7 base 14 k
1838 libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
1839 libXcomposite-devel x86_64 0.4.4-4.1.el7 base 16 k
1840 libXcursor x86_64 1.1.14-2.1.el7 base 30 k
1841 libXcursor-devel x86_64 1.1.14-2.1.el7 base 23 k
1842 libXdamage x86_64 1.1.4-4.1.el7 base 20 k
1843 libXdamage-devel x86_64 1.1.4-4.1.el7 base 9.7 k
1844 libXevie x86_64 1.0.3-7.1.el7 base 18 k
1845 libXext x86_64 1.3.2-2.1.el7 base 38 k
1846 libXext-devel x86_64 1.3.2-2.1.el7 base 74 k
1847 libXfixes x86_64 5.0.1-2.1.el7 base 18 k
1848 libXfixes-devel x86_64 5.0.1-2.1.el7 base 13 k
1849 libXfont x86_64 1.4.7-2.el7_0 base 144 k
1850 libXft x86_64 2.3.1-5.1.el7 base 57 k
1851 libXft-devel x86_64 2.3.1-5.1.el7 base 19 k
1852 libXi x86_64 1.7.2-2.1.el7 base 39 k
1853 libXi-devel x86_64 1.7.2-2.1.el7 base 104 k
1854 libXinerama x86_64 1.1.3-2.1.el7 base 14 k
1855 libXinerama-devel x86_64 1.1.3-2.1.el7 base 13 k
1856 libXmu x86_64 1.1.1-5.1.el7 base 70 k
1857 libXpm x86_64 3.5.10-5.1.el7 base 52 k
1858 libXrandr x86_64 1.4.1-2.1.el7 base 25 k
1859 libXrandr-devel x86_64 1.4.1-2.1.el7 base 20 k
1860 libXrender x86_64 0.9.8-2.1.el7 base 25 k
1861 libXrender-devel x86_64 0.9.8-2.1.el7 base 16 k
1862 libXt x86_64 1.1.4-6.1.el7 base 173 k
1863 libXtst x86_64 1.2.2-2.1.el7 base 20 k
1864 libXv x86_64 1.0.9-2.1.el7 base 18 k
1865 libXxf86misc x86_64 1.0.3-7.1.el7 base 19 k
1866 libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k
1867 libXxf86vm-devel x86_64 1.1.3-2.1.el7 base 18 k
1868 libasyncns x86_64 0.8-7.el7 base 26 k
1869 libatasmart x86_64 0.19-6.el7 base 43 k
1870 libavc1394 x86_64 0.5.3-14.el7 base 50 k
1871 libcanberra x86_64 0.30-5.el7 base 82 k
1872 libdrm x86_64 2.4.56-2.el7 base 122 k
1873 libdrm-devel x86_64 2.4.56-2.el7 base 90 k
1874 libdv x86_64 1.0.0-17.el7 base 78 k
1875 libdwarf x86_64 20130207-4.el7 base 109 k
1876 libedit x86_64 3.0-12.20121213cvs.el7 base 92 k
1877 libffi-devel x86_64 3.0.13-11.el7 base 22 k
1878 libfontenc x86_64 1.1.1-5.el7 base 29 k
1879 libgfortran x86_64 4.8.3-9.el7 base 290 k
1880 libgnome-keyring x86_64 3.8.0-3.el7 base 109 k
1881 libgusb x86_64 0.1.6-3.el7 base 33 k
1882 libical x86_64 0.48-6.el7 base 171 k
1883 libicu x86_64 50.1.2-11.el7 base 6.9 M
1884 libicu-devel x86_64 50.1.2-11.el7 base 702 k
1885 libiec61883 x86_64 1.2.0-10.el7 base 37 k
1886 libimobiledevice x86_64 1.1.5-6.el7 base 136 k
1887 libiodbc x86_64 3.52.7-7.el7 base 179 k
1888 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
1889 libldb x86_64 1.1.17-2.el7 base 122 k
1890 libmng x86_64 1.0.10-14.el7 base 171 k
1891 libmodman x86_64 2.0.1-8.el7 base 28 k
1892 libmpc x86_64 1.0.1-3.el7 base 51 k
1893 libnotify x86_64 0.7.5-7.el7 base 39 k
1894 libogg x86_64 2:1.3.0-7.el7 base 24 k
1895 libpciaccess x86_64 0.13.1-4.1.el7 base 25 k
1896 libpipeline x86_64 1.2.3-3.el7 base 53 k
1897 libplist x86_64 1.10-4.el7 base 57 k
1898 libpng x86_64 2:1.5.13-5.el7 base 212 k
1899 libpng-devel x86_64 2:1.5.13-5.el7 base 121 k
1900 libproxy x86_64 0.4.11-6.el7 base 65 k
1901 libquadmath x86_64 4.8.3-9.el7 base 179 k
1902 libquadmath-devel x86_64 4.8.3-9.el7 base 42 k
1903 libraw1394 x86_64 2.1.0-2.el7 base 63 k
1904 libreport-filesystem x86_64 2.1.11-21.el7.centos.0.5
1905 updates 36 k
1906 librsvg2 x86_64 2.39.0-1.el7 base 123 k
1907 libshout x86_64 2.2.2-11.el7 base 43 k
1908 libsmbclient x86_64 4.1.12-23.el7_1 updates 120 k
1909 libsndfile x86_64 1.0.25-9.el7 base 149 k
1910 libsoup x86_64 2.46.0-3.el7 base 339 k
1911 libss x86_64 1.42.9-7.el7 base 45 k
1912 libstdc++-devel x86_64 4.8.3-9.el7 base 1.5 M
1913 libtalloc x86_64 2.1.1-1.el7 base 30 k
1914 libtdb x86_64 1.3.0-1.el7 base 44 k
1915 libtevent x86_64 0.9.21-3.el7 base 31 k
1916 libthai x86_64 0.1.14-9.el7 base 187 k
1917 libtheora x86_64 1:1.1.1-8.el7 base 136 k
1918 libtiff x86_64 4.0.3-14.el7 base 167 k
1919 libtool-ltdl x86_64 2.4.2-20.el7 base 49 k
1920 libudisks2 x86_64 2.1.2-5.el7 base 115 k
1921 libusbx x86_64 1.0.15-4.el7 base 50 k
1922 libv4l x86_64 0.9.5-4.el7 base 194 k
1923 libvisual x86_64 0.4.0-16.el7 base 138 k
1924 libvorbis x86_64 1:1.3.3-8.el7 base 204 k
1925 libwbclient x86_64 4.1.12-23.el7_1 updates 90 k
1926 libxcb x86_64 1.9-5.el7 base 169 k
1927 libxcb-devel x86_64 1.9-5.el7 base 1.0 M
1928 libxkbfile x86_64 1.0.8-5.el7 base 81 k
1929 libxslt x86_64 1.1.28-5.el7 base 242 k
1930 m2crypto x86_64 0.21.1-15.el7 base 428 k
1931 m4 x86_64 1.4.16-9.el7 base 256 k
1932 mailcap noarch 2.1.41-2.el7 base 31 k
1933 man-db x86_64 2.6.3-9.el7 base 559 k
1934 mdadm x86_64 3.3.2-2.el7 base 391 k
1935 media-player-info noarch 17-4.el7 base 62 k
1936 mesa-libEGL x86_64 10.2.7-5.20140910.el7 base 70 k
1937 mesa-libEGL-devel x86_64 10.2.7-5.20140910.el7 base 26 k
1938 mesa-libGL x86_64 10.2.7-5.20140910.el7 base 149 k
1939 mesa-libGL-devel x86_64 10.2.7-5.20140910.el7 base 136 k
1940 mesa-libgbm x86_64 10.2.7-5.20140910.el7 base 31 k
1941 mesa-libglapi x86_64 10.2.7-5.20140910.el7 base 37 k
1942 mokutil x86_64 0.7-5.el7 base 23 k
1943 mozjs17 x86_64 17.0.0-10.el7 base 1.4 M
1944 mpfr x86_64 3.1.1-4.el7 base 203 k
1945 neon x86_64 0.30.0-3.el7 base 165 k
1946 nepomuk-core x86_64 4.10.5-5.el7 base 513 k
1947 nepomuk-core-libs x86_64 4.10.5-5.el7 base 286 k
1948 nettle x86_64 2.7.1-4.el7 base 327 k
1949 nss-softokn-freebl i686 3.16.2.3-9.el7 base 187 k
1950 openjpeg-libs x86_64 1.5.1-10.el7 base 85 k
1951 openssh x86_64 6.6.1p1-12.el7_1 updates 431 k
1952 openssh-clients x86_64 6.6.1p1-12.el7_1 updates 634 k
1953 openssl x86_64 1:1.0.1e-42.el7.4 updates 710 k
1954 orc x86_64 0.4.17-5.el7 base 164 k
1955 oxygen-icon-theme noarch 4.10.5-2.el7 base 29 M
1956 pakchois x86_64 0.4-10.el7 base 14 k
1957 pango x86_64 1.34.1-5.el7 base 283 k
1958 pango-devel x86_64 1.34.1-5.el7 base 303 k
1959 parted x86_64 3.1-20.el7 base 605 k
1960 pciutils x86_64 3.2.1-4.el7 base 90 k
1961 pciutils-libs x86_64 3.2.1-4.el7 base 45 k
1962 perl x86_64 4:5.16.3-285.el7 base 8.0 M
1963 perl-Business-ISBN noarch 2.06-2.el7 base 25 k
1964 perl-Business-ISBN-Data noarch 20120719.001-2.el7 base 24 k
1965 perl-Carp noarch 1.26-244.el7 base 19 k
1966 perl-Compress-Raw-Bzip2 x86_64 2.061-3.el7 base 32 k
1967 perl-Compress-Raw-Zlib x86_64 1:2.061-4.el7 base 57 k
1968 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
1969 perl-Digest noarch 1.17-245.el7 base 23 k
1970 perl-Encode x86_64 2.51-7.el7 base 1.5 M
1971 perl-Encode-Locale noarch 1.03-5.el7 base 16 k
1972 perl-Error noarch 1:0.17020-2.el7 base 32 k
1973 perl-Exporter noarch 5.68-3.el7 base 28 k
1974 perl-File-Listing noarch 6.04-7.el7 base 13 k
1975 perl-File-Path noarch 2.09-2.el7 base 26 k
1976 perl-File-Temp noarch 0.23.01-3.el7 base 56 k
1977 perl-Filter x86_64 1.49-3.el7 base 76 k
1978 perl-Getopt-Long noarch 2.40-2.el7 base 56 k
1979 perl-Git noarch 1.8.3.1-4.el7 base 52 k
1980 perl-HTML-Parser x86_64 3.71-4.el7 base 115 k
1981 perl-HTML-Tagset noarch 3.20-15.el7 base 18 k
1982 perl-HTTP-Cookies noarch 6.01-5.el7 base 26 k
1983 perl-HTTP-Daemon noarch 6.01-5.el7 base 20 k
1984 perl-HTTP-Date noarch 6.02-8.el7 base 14 k
1985 perl-HTTP-Message noarch 6.06-6.el7 base 82 k
1986 perl-HTTP-Negotiate noarch 6.01-5.el7 base 17 k
1987 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
1988 perl-IO-Compress noarch 2.061-2.el7 base 260 k
1989 perl-IO-HTML noarch 1.00-2.el7 base 23 k
1990 perl-IO-Socket-IP noarch 0.21-4.el7 base 35 k
1991 perl-IO-Socket-SSL noarch 1.94-3.el7 base 113 k
1992 perl-LWP-MediaTypes noarch 6.02-2.el7 base 24 k
1993 perl-Net-HTTP noarch 6.06-2.el7 base 29 k
1994 perl-Net-LibIDN x86_64 0.12-15.el7 base 28 k
1995 perl-Net-SSLeay x86_64 1.55-3.el7 base 285 k
1996 perl-PathTools x86_64 3.40-5.el7 base 82 k
1997 perl-Pod-Escapes noarch 1:1.04-285.el7 base 50 k
1998 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
1999 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
2000 perl-Pod-Usage noarch 1.63-3.el7 base 27 k
2001 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
2002 perl-Socket x86_64 2.010-3.el7 base 49 k
2003 perl-Storable x86_64 2.45-3.el7 base 77 k
2004 perl-TermReadKey x86_64 2.30-20.el7 base 31 k
2005 perl-Test-Harness noarch 3.28-2.el7 base 302 k
2006 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
2007 perl-Thread-Queue noarch 3.02-2.el7 base 17 k
2008 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
2009 perl-Time-Local noarch 1.2300-2.el7 base 24 k
2010 perl-URI noarch 1.60-9.el7 base 106 k
2011 perl-WWW-RobotRules noarch 6.02-5.el7 base 18 k
2012 perl-XML-Parser x86_64 2.41-10.el7 base 223 k
2013 perl-constant noarch 1.27-2.el7 base 19 k
2014 perl-libs x86_64 4:5.16.3-285.el7 base 687 k
2015 perl-libwww-perl noarch 6.05-2.el7 base 205 k
2016 perl-macros x86_64 4:5.16.3-285.el7 base 42 k
2017 perl-parent noarch 1:0.225-244.el7 base 12 k
2018 perl-podlators noarch 2.5.1-3.el7 base 112 k
2019 perl-srpm-macros noarch 1-8.el7 base 4.6 k
2020 perl-threads x86_64 1.87-4.el7 base 49 k
2021 perl-threads-shared x86_64 1.43-6.el7 base 39 k
2022 phonon x86_64 4.6.0-9.el7 base 205 k
2023 phonon-backend-gstreamer x86_64 2:4.6.3-3.el7 base 140 k
2024 pixman x86_64 0.32.4-3.el7 base 254 k
2025 pixman-devel x86_64 0.32.4-3.el7 base 20 k
2026 pm-utils x86_64 1.4.1-27.el7 base 140 k
2027 polkit x86_64 0.112-5.el7 base 165 k
2028 polkit-pkla-compat x86_64 0.1-4.el7 base 39 k
2029 polkit-qt x86_64 0.103.0-10.el7_0 base 72 k
2030 poppler x86_64 0.22.5-6.el7 base 737 k
2031 poppler-data noarch 0.4.6-3.el7 base 2.2 M
2032 poppler-qt x86_64 0.22.5-6.el7 base 164 k
2033 poppler-utils x86_64 0.22.5-6.el7 base 158 k
2034 psmisc x86_64 22.20-8.el7 base 140 k
2035 pulseaudio-libs x86_64 3.0-30.el7 base 556 k
2036 pulseaudio-libs-glib2 x86_64 3.0-30.el7 base 29 k
2037 pyOpenSSL x86_64 0.13.1-3.el7 base 133 k
2038 pycairo x86_64 1.8.10-8.el7 base 157 k
2039 pygobject3 x86_64 3.8.2-6.el7 base 12 k
2040 pygobject3-base x86_64 3.8.2-6.el7 base 295 k
2041 pytalloc x86_64 2.1.1-1.el7 base 13 k
2042 python-backports x86_64 1.0-8.el7 base 5.8 k
2043 python-backports-ssl_match_hostname
2044 noarch 3.4.0.2-4.el7 base 12 k
2045 python-beaker noarch 1.5.4-10.el7 base 80 k
2046 python-chardet noarch 2.0.1-7.el7 base 222 k
2047 python-javapackages noarch 3.4.1-6.el7_0 base 31 k
2048 python-kitchen noarch 1.1.1-5.el7 base 267 k
2049 python-lxml x86_64 3.2.1-4.el7 base 758 k
2050 python-mako noarch 0.8.1-2.el7 base 307 k
2051 python-markupsafe x86_64 0.11-10.el7 base 25 k
2052 python-paste noarch 1.7.5.1-9.20111221hg1498.el7
2053 base 866 k
2054 python-setuptools noarch 7.0-2.el7.kolab_3.5 Kolab_Development 407 k
2055 python-tempita noarch 0.5.1-6.el7 base 33 k
2056 qca2 x86_64 2.0.3-7.el7 base 431 k
2057 qt x86_64 1:4.8.5-8.el7 base 4.5 M
2058 qt-settings noarch 19-23.5.el7 base 17 k
2059 qt-x11 x86_64 1:4.8.5-8.el7 base 13 M
2060 raptor2 x86_64 2.0.9-3.el7 base 206 k
2061 rasqal x86_64 0.9.30-4.el7 base 262 k
2062 redhat-menus noarch 12.0.2-7.el7 base 143 k
2063 redland x86_64 1.0.16-6.el7 base 164 k
2064 redland-virtuoso x86_64 1.0.16-6.el7 base 29 k
2065 rsync x86_64 3.0.9-15.el7 base 359 k
2066 samba-common x86_64 4.1.12-23.el7_1 updates 709 k
2067 samba-libs x86_64 4.1.12-23.el7_1 updates 4.3 M
2068 sgml-common noarch 0.6.3-39.el7 base 55 k
2069 shared-desktop-ontologies
2070 noarch 0.11.0-2.el7 base 113 k
2071 soprano x86_64 2.9.2-3.el7 base 608 k
2072 sound-theme-freedesktop noarch 0.8-3.el7 base 377 k
2073 speex x86_64 1.2-0.19.rc1.el7 base 98 k
2074 strigi-libs x86_64 0.7.7-12.20120626.el7 base 458 k
2075 subversion-libs x86_64 1.7.14-7.el7_0 updates 921 k
2076 systemtap-client x86_64 2.6-10.el7_1 updates 3.6 M
2077 systemtap-devel x86_64 2.6-10.el7_1 updates 1.6 M
2078 systemtap-runtime x86_64 2.6-10.el7_1 updates 266 k
2079 sysvinit-tools x86_64 2.88-14.dsf.el7 base 63 k
2080 taglib x86_64 1.8-7.20130218git.el7 base 310 k
2081 tar x86_64 2:1.26-29.el7 base 843 k
2082 tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k
2083 trousers x86_64 0.3.11.2-3.el7 base 286 k
2084 ttmkfdir x86_64 3.0.9-41.el7 base 47 k
2085 tzdata-java noarch 2015d-1.el7 updates 144 k
2086 udisks2 x86_64 2.1.2-5.el7 base 311 k
2087 unzip x86_64 6.0-15.el7 updates 166 k
2088 upower x86_64 0.9.20-7.el7 base 127 k
2089 usbmuxd x86_64 1.0.8-11.el7 base 70 k
2090 vala x86_64 0.20.1-3.el7 base 1.6 M
2091 vim-common x86_64 2:7.4.160-1.el7 base 5.9 M
2092 vim-filesystem x86_64 2:7.4.160-1.el7 base 9.6 k
2093 virtuoso-opensource x86_64 1:6.1.6-6.el7 base 3.4 M
2094 wavpack x86_64 4.60.1-9.el7 base 131 k
2095 xalan-j2 noarch 2.7.1-23.el7 base 1.9 M
2096 xdg-user-dirs x86_64 0.15-4.el7 base 59 k
2097 xdg-utils noarch 1.1.0-0.16.20120809git.el7
2098 base 70 k
2099 xerces-j2 noarch 2.11.0-17.el7_0 base 1.1 M
2100 xfsprogs x86_64 3.2.1-6.el7 base 858 k
2101 xml-common noarch 0.6.3-39.el7 base 26 k
2102 xml-commons-apis noarch 1.4.01-16.el7 base 227 k
2103 xml-commons-resolver noarch 1.2-15.el7 base 108 k
2104 xorg-x11-font-utils x86_64 1:7.5-18.1.el7 base 87 k
2105 xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k
2106 xorg-x11-proto-devel noarch 7.7-8.el7.1 base 281 k
2107 xorg-x11-server-utils x86_64 7.7-4.el7 base 174 k
2108 xorg-x11-xauth x86_64 1:1.0.7-6.1.el7 base 29 k
2109 xorg-x11-xinit x86_64 1.3.2-14.el7 base 54 k
2110 xorg-x11-xkb-utils x86_64 7.7-9.1.el7 base 93 k
2111 yajl x86_64 2.0.4-4.el7 base 39 k
2112 zip x86_64 3.0-10.el7 base 260 k
2113 zlib-devel x86_64 1.2.7-13.el7 base 49 k
2114Skipped (dependency problems):
2115 pyOpenSSL noarch 0.14-1.el7.kolab_3.5 Kolab_Development 148 k
2116 python-cffi x86_64 0.8.6-1.el7.kolab_3.5 Kolab_Development 129 k
2117 python-cryptography x86_64 0.6.1-3.el7.kolab_3.5 Kolab_Development 343 k
2118 python-pycparser noarch 2.10-1.el7.kolab_3.5 Kolab_Development 99 k
2119 python-selenium noarch 2.45.0-3.el7.kolab_3.5 Kolab_Development 2.4 M
2120 python-six noarch 1.9.0-2.el7.kolab_3.5 Kolab_Development 29 k
2121
2122Transaction Summary
2123================================================================================
2124Install 44 Packages (+402 Dependent packages)
2125Skipped (dependency problems) 6 Packages
2126
2127Total download size: 311 M
2128Installed size: 972 M
2129Downloading packages:
2130Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
2131--------------------------------------------------------------------------------
2132Total 18 MB/s | 311 MB 00:17
2133Running transaction check
2134Running transaction test
2135Transaction test succeeded
2136Running transaction
2137 Installing : xorg-x11-proto-devel-7.7-8.el7.1.noarch 1/446
2138 Installing : kde-filesystem-4-47.el7.x86_64 2/446
2139 Installing : hicolor-icon-theme-0.12-7.el7.noarch 3/446
2140 Installing : 1:emacs-filesystem-24.3-11.el7.noarch 4/446
2141 Installing : xml-common-0.6.3-39.el7.noarch 5/446
2142 Installing : iso-codes-3.46-2.el7.noarch 6/446
2143 Installing : zlib-devel-1.2.7-13.el7.x86_64 7/446
2144 Installing : kernel-headers-3.10.0-229.4.2.el7.x86_64 8/446
2145 Installing : shared-desktop-ontologies-0.11.0-2.el7.noarch 9/446
2146 Installing : hwdata-0.252-7.8.el7_1.x86_64 10/446
2147 Installing : expat-devel-2.1.0-8.el7.x86_64 11/446
2148 Installing : media-player-info-17-4.el7.noarch 12/446
2149 Installing : poppler-data-0.4.6-3.el7.noarch 13/446
2150 Installing : gettext-common-devel-0.18.2.1-4.el7.noarch 14/446
2151 Installing : gsettings-desktop-schemas-3.8.2-3.el7.x86_64 15/446
2152 Installing : tzdata-java-2015d-1.el7.noarch 16/446
2153 Installing : redhat-menus-12.0.2-7.el7.noarch 17/446
2154 Installing : libffi-devel-3.0.13-11.el7.x86_64 18/446
2155 Installing : oxygen-icon-theme-4.10.5-2.el7.noarch 19/446
2156 Installing : gl-manpages-1.1-7.20130122.el7.noarch 20/446
2157 Installing : sound-theme-freedesktop-0.8-3.el7.noarch 21/446
2158 Installing : libstdc++-devel-4.8.3-9.el7.x86_64 22/446
2159 Installing : fontpackages-filesystem-1.44-8.el7.noarch 23/446
2160 Installing : mailcap-2.1.41-2.el7.noarch 24/446
2161 Installing : python-chardet-2.0.1-7.el7.noarch 25/446
2162 Installing : python-kitchen-1.1.1-5.el7.noarch 26/446
2163 Installing : python-backports-1.0-8.el7.x86_64 27/446
2164 Installing : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noar 28/446
2165 Installing : python-setuptools-7.0-2.el7.kolab_3.5.noarch 29/446
2166 Installing : kbd-misc-1.15.5-11.el7.noarch 30/446
2167 Installing : python-tempita-0.5.1-6.el7.noarch 31/446
2168 Installing : 2:vim-filesystem-7.4.160-1.el7.x86_64 32/446
2169 Installing : libreport-filesystem-2.1.11-21.el7.centos.0.5.x86_64 33/446
2170 Installing : perl-srpm-macros-1-8.el7.noarch 34/446
2171 Installing : libX11-common-1.6.0-2.1.el7.noarch 35/446
2172 Installing : sgml-common-0.6.3-39.el7.noarch 36/446
2173 Installing : docbook-dtds-1.0-60.el7.noarch 37/446
2174 Installing : docbook-style-xsl-1.78.1-3.el7.noarch 38/446
2175 Installing : adwaita-cursor-theme-3.8.4-3.el7.noarch 39/446
2176 Installing : kbd-legacy-1.15.5-11.el7.noarch 40/446
2177 Installing : yum-utils-1.1.31-29.el7.noarch 41/446
2178 Installing : epel-release-7-5.noarch 42/446
2179 Installing : glibc-2.17-78.el7.i686 43/446
2180 Installing : nss-softokn-freebl-3.16.2.3-9.el7.i686 44/446
2181 Installing : freetype-2.4.11-10.el7_1.1.x86_64 45/446
2182 Installing : fontconfig-2.10.95-7.el7.x86_64 46/446
2183 Installing : 2:libpng-1.5.13-5.el7.x86_64 47/446
2184 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 48/446
2185 Installing : libICE-1.0.8-7.el7.x86_64 49/446
2186 Installing : libSM-1.2.1-7.el7.x86_64 50/446
2187 Installing : atk-2.8.0-4.el7.x86_64 51/446
2188 Installing : 1:dbus-1.6.12-11.el7.x86_64 52/446
2189 Installing : 2:libogg-1.3.0-7.el7.x86_64 53/446
2190 Installing : libXau-1.0.8-2.1.el7.x86_64 54/446
2191 Installing : libxcb-1.9-5.el7.x86_64 55/446
2192 Installing : libX11-1.6.0-2.1.el7.x86_64 56/446
2193 Installing : libXext-1.3.2-2.1.el7.x86_64 57/446
2194 Installing : libXrender-0.9.8-2.1.el7.x86_64 58/446
2195 Installing : libXfixes-5.0.1-2.1.el7.x86_64 59/446
2196 Installing : libXi-1.7.2-2.1.el7.x86_64 60/446
2197 Installing : libXcursor-1.1.14-2.1.el7.x86_64 61/446
2198 Installing : libXdamage-1.1.4-4.1.el7.x86_64 62/446
2199 Installing : libXft-2.3.1-5.1.el7.x86_64 63/446
2200 Installing : libXrandr-1.4.1-2.1.el7.x86_64 64/446
2201 Installing : libXinerama-1.1.3-2.1.el7.x86_64 65/446
2202 Installing : libtalloc-2.1.1-1.el7.x86_64 66/446
2203 Installing : alsa-lib-1.0.28-2.el7.x86_64 67/446
2204 Installing : mpfr-3.1.1-4.el7.x86_64 68/446
2205 Installing : libXtst-1.2.2-2.1.el7.x86_64 69/446
2206 Installing : 1:libvorbis-1.3.3-8.el7.x86_64 70/446
2207 Installing : lcms2-2.5-4.el7.x86_64 71/446
2208 Installing : gobject-introspection-1.36.0-4.el7.x86_64 72/446
2209 Installing : libtdb-1.3.0-1.el7.x86_64 73/446
2210 Installing : ibus-libs-1.5.3-11.el7.x86_64 74/446
2211 Installing : libmpc-1.0.1-3.el7.x86_64 75/446
2212 Installing : libXpm-3.5.10-5.1.el7.x86_64 76/446
2213 Installing : libXcomposite-0.4.4-4.1.el7.x86_64 77/446
2214 Installing : freetype-devel-2.4.11-10.el7_1.1.x86_64 78/446
2215 Installing : 1:perl-parent-0.225-244.el7.noarch 79/446
2216 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 80/446
2217 Installing : perl-podlators-2.5.1-3.el7.noarch 81/446
2218 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 82/446
2219 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 83/446
2220 Installing : 1:perl-Pod-Escapes-1.04-285.el7.noarch 84/446
2221 Installing : perl-Encode-2.51-7.el7.x86_64 85/446
2222 Installing : perl-Pod-Usage-1.63-3.el7.noarch 86/446
2223 Installing : 4:perl-libs-5.16.3-285.el7.x86_64 87/446
2224 Installing : perl-threads-1.87-4.el7.x86_64 88/446
2225 Installing : perl-Storable-2.45-3.el7.x86_64 89/446
2226 Installing : perl-Filter-1.49-3.el7.x86_64 90/446
2227 Installing : perl-Exporter-5.68-3.el7.noarch 91/446
2228 Installing : perl-Carp-1.26-244.el7.noarch 92/446
2229 Installing : 4:perl-macros-5.16.3-285.el7.x86_64 93/446
2230 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 94/446
2231 Installing : perl-Time-Local-1.2300-2.el7.noarch 95/446
2232 Installing : perl-constant-1.27-2.el7.noarch 96/446
2233 Installing : perl-Socket-2.010-3.el7.x86_64 97/446
2234 Installing : perl-threads-shared-1.43-6.el7.x86_64 98/446
2235 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 99/446
2236 Installing : perl-File-Temp-0.23.01-3.el7.noarch 100/446
2237 Installing : perl-File-Path-2.09-2.el7.noarch 101/446
2238 Installing : perl-PathTools-3.40-5.el7.x86_64 102/446
2239 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 103/446
2240 Installing : perl-Getopt-Long-2.40-2.el7.noarch 104/446
2241 Installing : 4:perl-5.16.3-285.el7.x86_64 105/446
2242 Installing : glib2-devel-2.40.0-4.el7.x86_64 106/446
2243 Installing : mesa-libglapi-10.2.7-5.20140910.el7.x86_64 107/446
2244 Installing : libicu-50.1.2-11.el7.x86_64 108/446
2245 Installing : libxslt-1.1.28-5.el7.x86_64 109/446
2246 Installing : libusbx-1.0.15-4.el7.x86_64 110/446
2247 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 111/446
2248 Installing : perl-LWP-MediaTypes-6.02-2.el7.noarch 112/446
2249 Installing : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 113/446
2250 Installing : fontconfig-devel-2.10.95-7.el7.x86_64 114/446
2251 Installing : libtevent-0.9.21-3.el7.x86_64 115/446
2252 Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 116/446
2253 Installing : 1:libtheora-1.1.1-8.el7.x86_64 117/446
2254 Installing : 2:libpng-devel-1.5.13-5.el7.x86_64 118/446
2255 Installing : elfutils-libs-0.160-1.el7.x86_64 119/446
2256 Installing : libplist-1.10-4.el7.x86_64 120/446
2257 Installing : libraw1394-2.1.0-2.el7.x86_64 121/446
2258 Installing : pixman-0.32.4-3.el7.x86_64 122/446
2259 Installing : 2:tar-1.26-29.el7.x86_64 123/446
2260 Installing : openjpeg-libs-1.5.1-10.el7.x86_64 124/446
2261 Installing : hunspell-en-US-0.20121024-5.el7.noarch 125/446
2262 Installing : hunspell-1.3.2-13.el7.x86_64 126/446
2263 Installing : avahi-libs-0.6.31-14.el7.x86_64 127/446
2264 Installing : 1:cups-libs-1.6.3-17.el7.x86_64 128/446
2265 Installing : m4-1.4.16-9.el7.x86_64 129/446
2266 Installing : libquadmath-4.8.3-9.el7.x86_64 130/446
2267 Installing : ilmbase-1.0.3-7.el7.x86_64 131/446
2268 Installing : libiodbc-3.52.7-7.el7.x86_64 132/446
2269 Installing : exiv2-libs-0.23-6.el7.x86_64 133/446
2270 Installing : apr-1.4.8-3.el7.x86_64 134/446
2271 Installing : dbus-glib-0.100-7.el7.x86_64 135/446
2272 Installing : apr-util-1.5.2-6.el7.x86_64 136/446
2273 Installing : OpenEXR-libs-1.7.1-7.el7.x86_64 137/446
2274 Installing : autoconf-2.69-11.el7.noarch 138/446
2275 Installing : 1:perl-Error-0.17020-2.el7.noarch 139/446
2276 Installing : perl-Encode-Locale-1.03-5.el7.noarch 140/446
2277 Installing : perl-Thread-Queue-3.02-2.el7.noarch 141/446
2278 Installing : pygobject3-base-3.8.2-6.el7.x86_64 142/446
2279 Installing : libXt-1.1.4-6.1.el7.x86_64 143/446
2280 Installing : libXmu-1.1.1-5.1.el7.x86_64 144/446
2281 Installing : 1:dbus-x11-1.6.12-11.el7.x86_64 145/446
2282 Installing : giflib-4.1.6-9.el7.x86_64 146/446
2283 Installing : flac-libs-1.3.0-5.el7_1.x86_64 147/446
2284 Installing : jasper-libs-1.900.1-26.el7_0.3.x86_64 148/446
2285 Installing : glibc-headers-2.17-78.el7.x86_64 149/446
2286 Installing : orc-0.4.17-5.el7.x86_64 150/446
2287 Installing : unzip-6.0-15.el7.x86_64 151/446
2288 Installing : patch-2.7.1-8.el7.x86_64 152/446
2289 Installing : desktop-file-utils-0.21-4.el7.x86_64 153/446
2290 Installing : libfontenc-1.1.1-5.el7.x86_64 154/446
2291 Installing : taglib-1.8-7.20130218git.el7.x86_64 155/446
2292 Installing : 1:make-3.82-21.el7.x86_64 156/446
2293 Installing : libtool-ltdl-2.4.2-20.el7.x86_64 157/446
2294 Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 158/446
2295 Installing : json-c-0.11-4.el7_0.x86_64 159/446
2296 Installing : speex-1.2-0.19.rc1.el7.x86_64 160/446
2297 Installing : boost-system-1.53.0-23.el7.x86_64 161/446
2298 Installing : zip-3.0-10.el7.x86_64 162/446
2299 Installing : libasyncns-0.8-7.el7.x86_64 163/446
2300 Installing : gettext-libs-0.18.2.1-4.el7.x86_64 164/446
2301 Installing : gettext-0.18.2.1-4.el7.x86_64 165/446
2302 Installing : boost-thread-1.53.0-23.el7.x86_64 166/446
2303 Installing : libshout-2.2.2-11.el7.x86_64 167/446
2304 Installing : 1:openssl-1.0.1e-42.el7.4.x86_64 168/446
2305 Installing : libXfont-1.4.7-2.el7_0.x86_64 169/446
2306 Installing : 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 170/446
2307 Installing : xdg-utils-1.1.0-0.16.20120809git.el7.noarch 171/446
2308 Installing : glibc-devel-2.17-78.el7.x86_64 172/446
2309 Installing : 1:xorg-x11-xauth-1.0.7-6.1.el7.x86_64 173/446
2310 Installing : dbus-python-1.1.1-9.el7.x86_64 174/446
2311 Installing : 1:virtuoso-opensource-6.1.6-6.el7.x86_64 175/446
2312 Installing : libgfortran-4.8.3-9.el7.x86_64 176/446
2313 Installing : 1:enchant-1.6.0-8.el7.x86_64 177/446
2314 Installing : pixman-devel-0.32.4-3.el7.x86_64 178/446
2315 Installing : libavc1394-0.5.3-14.el7.x86_64 179/446
2316 Installing : libiec61883-1.2.0-10.el7.x86_64 180/446
2317 Installing : usbmuxd-1.0.8-11.el7.x86_64 181/446
2318 Installing : elfutils-0.160-1.el7.x86_64 182/446
2319 Installing : libldb-1.1.17-2.el7.x86_64 183/446
2320 Installing : libgusb-0.1.6-3.el7.x86_64 184/446
2321 Installing : colord-libs-1.0.4-3.el7.x86_64 185/446
2322 Installing : python-lxml-3.2.1-4.el7.x86_64 186/446
2323 Installing : python-javapackages-3.4.1-6.el7_0.noarch 187/446
2324 Installing : javapackages-tools-3.4.1-6.el7_0.noarch 188/446
2325 Installing : gdisk-0.8.6-5.el7.x86_64 189/446
2326 Installing : libicu-devel-50.1.2-11.el7.x86_64 190/446
2327 Installing : atk-devel-2.8.0-4.el7.x86_64 191/446
2328 Installing : perl-Digest-1.17-245.el7.noarch 192/446
2329 Installing : perl-Digest-MD5-2.52-3.el7.x86_64 193/446
2330 Installing : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 194/446
2331 Installing : perl-IO-Compress-2.061-2.el7.noarch 195/446
2332 Installing : 6:kdelibs-common-4.10.5-6.el7.x86_64 196/446
2333 Installing : perl-HTML-Tagset-3.20-15.el7.noarch 197/446
2334 Installing : perl-XML-Parser-2.41-10.el7.x86_64 198/446
2335 Installing : perl-Net-SSLeay-1.55-3.el7.x86_64 199/446
2336 Installing : build-mkbaselibs-20150317-192.1.noarch 200/446
2337 Installing : perl-Net-LibIDN-0.12-15.el7.x86_64 201/446
2338 Installing : kernel-devel-3.10.0-229.4.2.el7.x86_64 202/446
2339 Installing : perl-IO-Socket-IP-0.21-4.el7.noarch 203/446
2340 Installing : perl-IO-Socket-SSL-1.94-3.el7.noarch 204/446
2341 Installing : perl-Net-HTTP-6.06-2.el7.noarch 205/446
2342 Installing : 1:perl-TimeDate-2.30-2.el7.noarch 206/446
2343 Installing : perl-HTTP-Date-6.02-8.el7.noarch 207/446
2344 Installing : perl-File-Listing-6.04-7.el7.noarch 208/446
2345 Installing : perl-IO-HTML-1.00-2.el7.noarch 209/446
2346 Installing : perl-Test-Harness-3.28-2.el7.noarch 210/446
2347 Installing : automake-1.13.4-3.el7.noarch 211/446
2348 Installing : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 212/446
2349 Installing : perl-Business-ISBN-2.06-2.el7.noarch 213/446
2350 Installing : perl-URI-1.60-9.el7.noarch 214/446
2351 Installing : perl-HTTP-Message-6.06-6.el7.noarch 215/446
2352 Installing : perl-HTTP-Cookies-6.01-5.el7.noarch 216/446
2353 Installing : perl-HTML-Parser-3.71-4.el7.x86_64 217/446
2354 Installing : perl-HTTP-Negotiate-6.01-5.el7.noarch 218/446
2355 Installing : perl-HTTP-Daemon-6.01-5.el7.noarch 219/446
2356 Installing : perl-WWW-RobotRules-6.02-5.el7.noarch 220/446
2357 Installing : perl-libwww-perl-6.05-2.el7.noarch 221/446
2358 Installing : icoutils-0.31.0-3.el7.x86_64 222/446
2359 Installing : perl-TermReadKey-2.30-20.el7.x86_64 223/446
2360 Installing : cpp-4.8.3-9.el7.x86_64 224/446
2361 Installing : gcc-4.8.3-9.el7.x86_64 225/446
2362 Installing : systemtap-devel-2.6-10.el7_1.x86_64 226/446
2363 Installing : libtool-2.4.2-20.el7.x86_64 227/446
2364 Installing : libquadmath-devel-4.8.3-9.el7.x86_64 228/446
2365 Installing : pytalloc-2.1.1-1.el7.x86_64 229/446
2366 Installing : libwbclient-4.1.12-23.el7_1.x86_64 230/446
2367 Installing : samba-libs-4.1.12-23.el7_1.x86_64 231/446
2368 Installing : samba-common-4.1.12-23.el7_1.x86_64 232/446
2369 Installing : libsmbclient-4.1.12-23.el7_1.x86_64 233/446
2370 Installing : libXxf86misc-1.0.3-7.1.el7.x86_64 234/446
2371 Installing : xorg-x11-server-utils-7.7-4.el7.x86_64 235/446
2372 Installing : xorg-x11-xinit-1.3.2-14.el7.x86_64 236/446
2373 Installing : xdg-user-dirs-0.15-4.el7.x86_64 237/446
2374 Installing : libXScrnSaver-1.2.2-6.1.el7.x86_64 238/446
2375 Installing : libXevie-1.0.3-7.1.el7.x86_64 239/446
2376 Installing : at-spi2-core-2.8.0-6.el7.x86_64 240/446
2377 Installing : at-spi2-atk-2.8.1-4.el7.x86_64 241/446
2378 Installing : libXv-1.0.9-2.1.el7.x86_64 242/446
2379 Installing : libxkbfile-1.0.8-5.el7.x86_64 243/446
2380 Installing : xorg-x11-xkb-utils-7.7-9.1.el7.x86_64 244/446
2381 Installing : libXau-devel-1.0.8-2.1.el7.x86_64 245/446
2382 Installing : libxcb-devel-1.9-5.el7.x86_64 246/446
2383 Installing : libX11-devel-1.6.0-2.1.el7.x86_64 247/446
2384 Installing : libXext-devel-1.3.2-2.1.el7.x86_64 248/446
2385 Installing : libXfixes-devel-5.0.1-2.1.el7.x86_64 249/446
2386 Installing : libXrender-devel-0.9.8-2.1.el7.x86_64 250/446
2387 Installing : libXdamage-devel-1.1.4-4.1.el7.x86_64 251/446
2388 Installing : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 252/446
2389 Installing : libXrandr-devel-1.4.1-2.1.el7.x86_64 253/446
2390 Installing : libXcursor-devel-1.1.14-2.1.el7.x86_64 254/446
2391 Installing : libXft-devel-2.3.1-5.1.el7.x86_64 255/446
2392 Installing : libXi-devel-1.7.2-2.1.el7.x86_64 256/446
2393 Installing : libXcomposite-devel-0.4.4-4.1.el7.x86_64 257/446
2394 Installing : libXinerama-devel-1.1.3-2.1.el7.x86_64 258/446
2395 Installing : dconf-0.16.0-6.el7.x86_64 259/446
2396 Installing : 1:dbus-devel-1.6.12-11.el7.x86_64 260/446
2397 Installing : libmng-1.0.10-14.el7.x86_64 261/446
2398 Installing : libv4l-0.9.5-4.el7.x86_64 262/446
2399 Installing : ttmkfdir-3.0.9-41.el7.x86_64 263/446
2400 Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 264/446
2401 Installing : 2:vim-common-7.4.160-1.el7.x86_64 265/446
2402 Installing : xfsprogs-3.2.1-6.el7.x86_64 266/446
2403 Installing : vala-0.20.1-3.el7.x86_64 267/446
2404 Installing : parted-3.1-20.el7.x86_64 268/446
2405 Installing : python-markupsafe-0.11-10.el7.x86_64 269/446
2406 Installing : rsync-3.0.9-15.el7.x86_64 270/446
2407 Installing : dosfstools-3.0.20-9.el7.x86_64 271/446
2408 Installing : gsm-1.0.13-11.el7.x86_64 272/446
2409 Installing : libsndfile-1.0.25-9.el7.x86_64 273/446
2410 Installing : pulseaudio-libs-3.0-30.el7.x86_64 274/446
2411 Installing : pulseaudio-libs-glib2-3.0-30.el7.x86_64 275/446
2412 Installing : mdadm-3.3.2-2.el7.x86_64 276/446
2413 Installing : gstreamer1-1.0.7-4.el7.x86_64 277/446
2414 Installing : libcanberra-0.30-5.el7.x86_64 278/446
2415 Installing : gdb-7.6.1-64.el7.x86_64 279/446
2416 Installing : gamin-0.1.10-16.el7.x86_64 280/446
2417 Installing : cyrus-sasl-plain-2.1.26-17.el7.x86_64 281/446
2418 Installing : sysvinit-tools-2.88-14.dsf.el7.x86_64 282/446
2419 Installing : psmisc-22.20-8.el7.x86_64 283/446
2420 Installing : e2fsprogs-libs-1.42.9-7.el7.x86_64 284/446
2421 Installing : libmodman-2.0.1-8.el7.x86_64 285/446
2422 Installing : libproxy-0.4.11-6.el7.x86_64 286/446
2423 Installing : mokutil-0.7-5.el7.x86_64 287/446
2424 Installing : dwz-0.11-3.el7.x86_64 288/446
2425 Installing : redhat-rpm-config-9.1.0-68.el7.centos.noarch 289/446
2426 Installing : gstreamer-tools-0.10.36-7.el7.x86_64 290/446
2427 Installing : gstreamer-0.10.36-7.el7.x86_64 291/446
2428 Installing : m2crypto-0.21.1-15.el7.x86_64 292/446
2429 Installing : nettle-2.7.1-4.el7.x86_64 293/446
2430 Installing : kmod-14-10.el7.x86_64 294/446
2431 Installing : libdwarf-20130207-4.el7.x86_64 295/446
2432 Installing : dyninst-8.2.0-2.el7.x86_64 296/446
2433 Installing : systemtap-runtime-2.6-10.el7_1.x86_64 297/446
2434 Installing : trousers-0.3.11.2-3.el7.x86_64 298/446
2435 Installing : gnutls-3.3.8-12.el7.x86_64 299/446
2436 Installing : libimobiledevice-1.1.5-6.el7.x86_64 300/446
2437 Installing : glib-networking-2.40.0-1.el7.x86_64 301/446
2438 Installing : libsoup-2.46.0-3.el7.x86_64 302/446
2439 Installing : bzip2-1.0.6-12.el7.x86_64 303/446
2440 Installing : rpm-build-4.11.1-25.el7.x86_64 304/446
2441 Installing : yajl-2.0.4-4.el7.x86_64 305/446
2442 Installing : raptor2-2.0.9-3.el7.x86_64 306/446
2443 Installing : rasqal-0.9.30-4.el7.x86_64 307/446
2444 Installing : redland-1.0.16-6.el7.x86_64 308/446
2445 Installing : redland-virtuoso-1.0.16-6.el7.x86_64 309/446
2446 Installing : libdv-1.0.0-17.el7.x86_64 310/446
2447 Installing : clucene-core-2.3.3.4-11.el7.x86_64 311/446
2448 Installing : libpciaccess-0.13.1-4.1.el7.x86_64 312/446
2449 Installing : libdrm-2.4.56-2.el7.x86_64 313/446
2450 Installing : mesa-libGL-10.2.7-5.20140910.el7.x86_64 314/446
2451 Installing : libdrm-devel-2.4.56-2.el7.x86_64 315/446
2452 Installing : mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 316/446
2453 Installing : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 317/446
2454 Installing : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 318/446
2455 Installing : cairo-1.12.14-6.el7.x86_64 319/446
2456 Installing : cairo-gobject-1.12.14-6.el7.x86_64 320/446
2457 Installing : pycairo-1.8.10-8.el7.x86_64 321/446
2458 Installing : pygobject3-3.8.2-6.el7.x86_64 322/446
2459 Installing : mesa-libEGL-devel-10.2.7-5.20140910.el7.x86_64 323/446
2460 Installing : cairo-devel-1.12.14-6.el7.x86_64 324/446
2461 Installing : pciutils-libs-3.2.1-4.el7.x86_64 325/446
2462 Installing : pciutils-3.2.1-4.el7.x86_64 326/446
2463 Installing : qt-settings-19-23.5.el7.noarch 327/446
2464 Installing : 1:qt-4.8.5-8.el7.x86_64 328/446
2465 Installing : soprano-2.9.2-3.el7.x86_64 329/446
2466 Installing : attica-0.4.1-4.el7.x86_64 330/446
2467 Installing : strigi-libs-0.7.7-12.20120626.el7.x86_64 331/446
2468 Installing : qca2-2.0.3-7.el7.x86_64 332/446
2469 Installing : graphite2-1.2.2-5.el7.x86_64 333/446
2470 Installing : harfbuzz-0.9.20-4.el7.x86_64 334/446
2471 Installing : harfbuzz-icu-0.9.20-4.el7.x86_64 335/446
2472 Installing : harfbuzz-devel-0.9.20-4.el7.x86_64 336/446
2473 Installing : libpipeline-1.2.3-3.el7.x86_64 337/446
2474 Installing : man-db-2.6.3-9.el7.x86_64 338/446
2475 Installing : libgnome-keyring-3.8.0-3.el7.x86_64 339/446
2476 Installing : hostname-3.13-3.el7.x86_64 340/446
2477 Installing : initscripts-9.49.24-1.el7.x86_64 341/446
2478 Installing : kbd-1.15.5-11.el7.x86_64 342/446
2479 Installing : pm-utils-1.4.1-27.el7.x86_64 343/446
2480 Installing : pakchois-0.4-10.el7.x86_64 344/446
2481 Installing : neon-0.30.0-3.el7.x86_64 345/446
2482 Installing : subversion-libs-1.7.14-7.el7_0.x86_64 346/446
2483 Installing : fipscheck-1.4.1-5.el7.x86_64 347/446
2484 Installing : fipscheck-lib-1.4.1-5.el7.x86_64 348/446
2485 Installing : cryptsetup-libs-1.6.6-3.el7.x86_64 349/446
2486 Installing : cryptsetup-1.6.6-3.el7.x86_64 350/446
2487 Installing : openssh-6.6.1p1-12.el7_1.x86_64 351/446
2488 Installing : libatasmart-0.19-6.el7.x86_64 352/446
2489 Installing : wavpack-4.60.1-9.el7.x86_64 353/446
2490 Installing : libthai-0.1.14-9.el7.x86_64 354/446
2491 Installing : pango-1.34.1-5.el7.x86_64 355/446
2492 Installing : pango-devel-1.34.1-5.el7.x86_64 356/446
2493 Installing : gpm-libs-1.20.7-5.el7.x86_64 357/446
2494 Installing : libss-1.42.9-7.el7.x86_64 358/446
2495 Installing : e2fsprogs-1.42.9-7.el7.x86_64 359/446
2496 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 360/446
2497 Installing : openssh-clients-6.6.1p1-12.el7_1.x86_64 361/446
2498 Installing : perl-Git-1.8.3.1-4.el7.noarch 362/446
2499 Installing : git-1.8.3.1-4.el7.x86_64 363/446
2500 Installing : gettext-devel-0.18.2.1-4.el7.x86_64 364/446
2501 Installing : systemtap-client-2.6-10.el7_1.x86_64 365/446
2502 Installing : libudisks2-2.1.2-5.el7.x86_64 366/446
2503 Installing : pyOpenSSL-0.13.1-3.el7.x86_64 367/446
2504 Installing : python-paste-1.7.5.1-9.20111221hg1498.el7.noarch 368/446
2505 Installing : python-beaker-1.5.4-10.el7.noarch 369/446
2506 Installing : python-mako-0.8.1-2.el7.noarch 370/446
2507 Installing : gobject-introspection-devel-1.36.0-4.el7.x86_64 371/446
2508 Installing : cdparanoia-libs-10.2-17.el7.x86_64 372/446
2509 Installing : libvisual-0.4.0-16.el7.x86_64 373/446
2510 Installing : gstreamer-plugins-base-0.10.36-10.el7.x86_64 374/446
2511 Installing : mozjs17-17.0.0-10.el7.x86_64 375/446
2512 Installing : polkit-0.112-5.el7.x86_64 376/446
2513 Installing : polkit-pkla-compat-0.1-4.el7.x86_64 377/446
2514 Installing : upower-0.9.20-7.el7.x86_64 378/446
2515 Installing : GConf2-3.2.6-8.el7.x86_64 379/446
2516 Installing : kde-settings-19-23.5.el7.noarch 380/446
2517 Installing : udisks2-2.1.2-5.el7.x86_64 381/446
2518 Installing : libical-0.48-6.el7.x86_64 382/446
2519 Installing : jbigkit-libs-2.0-11.el7.x86_64 383/446
2520 Installing : libtiff-4.0.3-14.el7.x86_64 384/446
2521 Installing : 1:qt-x11-4.8.5-8.el7.x86_64 385/446
2522 Installing : gdk-pixbuf2-2.28.2-4.el7.x86_64 386/446
2523 Installing : gtk2-2.24.22-5.el7_0.1.x86_64 387/446
2524 Installing : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_ 388/446
2525 Installing : 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64 389/446
2526 Installing : 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x 390/446
2527 Installing : xml-commons-apis-1.4.01-16.el7.noarch 391/446
2528 Installing : gtk3-3.8.8-10.el7.x86_64 392/446
2529 Installing : poppler-0.22.5-6.el7.x86_64 393/446
2530 Installing : poppler-utils-0.22.5-6.el7.x86_64 394/446
2531 Installing : poppler-qt-0.22.5-6.el7.x86_64 395/446
2532 Installing : xml-commons-resolver-1.2-15.el7.noarch 396/446
2533 Installing : xalan-j2-2.7.1-23.el7.noarch 397/446
2534 Installing : xerces-j2-2.11.0-17.el7_0.noarch 398/446
2535 Installing : librsvg2-2.39.0-1.el7.x86_64 399/446
2536 Installing : gstreamer-plugins-good-0.10.31-11.el7.x86_64 400/446
2537 Installing : phonon-4.6.0-9.el7.x86_64 401/446
2538 Installing : 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 402/446
2539 Installing : gdk-pixbuf2-devel-2.28.2-4.el7.x86_64 403/446
2540 Installing : dbusmenu-qt-0.9.2-7.el7.x86_64 404/446
2541 Installing : polkit-qt-0.103.0-10.el7_0.x86_64 405/446
2542 Installing : 6:kdelibs-4.10.5-6.el7.x86_64 406/446
2543 Installing : nepomuk-core-4.10.5-5.el7.x86_64 407/446
2544 Installing : nepomuk-core-libs-4.10.5-5.el7.x86_64 408/446
2545 Installing : kdepimlibs-kxmlrpcclient-4.10.5-3.el7.x86_64 409/446
2546 Installing : kdepimlibs-4.10.5-3.el7.x86_64 410/446
2547 Installing : kactivities-4.10.5-3.el7.x86_64 411/446
2548 Installing : kde-runtime-libs-4.10.5-8.el7.x86_64 412/446
2549 Installing : kde-runtime-drkonqi-4.10.5-8.el7.x86_64 413/446
2550 Installing : kde-runtime-4.10.5-8.el7.x86_64 414/446
2551 Installing : libnotify-0.7.5-7.el7.x86_64 415/446
2552 Installing : ibus-gtk2-1.5.3-11.el7.x86_64 416/446
2553 Installing : ibus-gtk3-1.5.3-11.el7.x86_64 417/446
2554 Installing : ibus-setup-1.5.3-11.el7.noarch 418/446
2555 Installing : ibus-1.5.3-11.el7.x86_64 419/446
2556 Installing : ibus-devel-1.5.3-11.el7.x86_64 420/446
2557 Installing : gtk2-devel-2.24.22-5.el7_0.1.x86_64 421/446
2558 Installing : ant-1.9.2-9.el7.noarch 422/446
2559 Installing : systemtap-2.6-10.el7_1.x86_64 423/446
2560 Installing : intltool-0.50.2-6.el7.noarch 424/446
2561 Installing : 2:vim-enhanced-7.4.160-1.el7.x86_64 425/446
2562 Installing : subversion-1.7.14-7.el7_0.x86_64 426/446
2563 Installing : rpmdevtools-8.3-5.el7.noarch 427/446
2564 Installing : osc-0.151.2-169.1.x86_64 428/446
2565 Installing : gcc-gfortran-4.8.3-9.el7.x86_64 429/446
2566 Installing : gcc-c++-4.8.3-9.el7.x86_64 430/446
2567 Installing : build-20150317-192.1.noarch 431/446
2568 Installing : glibc-devel-2.17-78.el7.i686 432/446
2569 Installing : bison-2.7-4.el7.x86_64 433/446
2570 Installing : flex-2.5.37-3.el7.x86_64 434/446
2571 Installing : patchutils-0.3.3-4.el7.x86_64 435/446
2572 Installing : sudo-1.8.6p7-13.el7.x86_64 436/446
2573 Installing : byacc-1.9.20130304-3.el7.x86_64 437/446
2574 Installing : indent-2.2.11-13.el7.x86_64 438/446
2575 Installing : rpm-sign-4.11.1-25.el7.x86_64 439/446
2576 Installing : 1:doxygen-1.8.5-3.el7.x86_64 440/446
2577 Installing : diffstat-1.57-4.el7.x86_64 441/446
2578 Installing : cscope-15.8-7.el7.x86_64 442/446
2579 Installing : passwd-0.79-4.el7.x86_64 443/446
2580 Installing : ctags-5.8-13.el7.x86_64 444/446
2581 Installing : rcs-5.9.0-5.el7.x86_64 445/446
2582 Installing : swig-2.0.11-11.el7.kolab_3.5.x86_64 446/446
2583 Verifying : 2:vim-common-7.4.160-1.el7.x86_64 1/446
2584 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/446
2585 Verifying : xfsprogs-3.2.1-6.el7.x86_64 3/446
2586 Verifying : samba-libs-4.1.12-23.el7_1.x86_64 4/446
2587 Verifying : 1:cups-libs-1.6.3-17.el7.x86_64 5/446
2588 Verifying : elfutils-libs-0.160-1.el7.x86_64 6/446
2589 Verifying : vala-0.20.1-3.el7.x86_64 7/446
2590 Verifying : pycairo-1.8.10-8.el7.x86_64 8/446
2591 Verifying : 1:xorg-x11-xauth-1.0.7-6.1.el7.x86_64 9/446
2592 Verifying : parted-3.1-20.el7.x86_64 10/446
2593 Verifying : libxcb-devel-1.9-5.el7.x86_64 11/446
2594 Verifying : docbook-style-xsl-1.78.1-3.el7.noarch 12/446
2595 Verifying : e2fsprogs-1.42.9-7.el7.x86_64 13/446
2596 Verifying : python-markupsafe-0.11-10.el7.x86_64 14/446
2597 Verifying : redland-virtuoso-1.0.16-6.el7.x86_64 15/446
2598 Verifying : xdg-utils-1.1.0-0.16.20120809git.el7.noarch 16/446
2599 Verifying : systemtap-runtime-2.6-10.el7_1.x86_64 17/446
2600 Verifying : glibc-headers-2.17-78.el7.x86_64 18/446
2601 Verifying : patchutils-0.3.3-4.el7.x86_64 19/446
2602 Verifying : ibus-1.5.3-11.el7.x86_64 20/446
2603 Verifying : perl-Net-HTTP-6.06-2.el7.noarch 21/446
2604 Verifying : hwdata-0.252-7.8.el7_1.x86_64 22/446
2605 Verifying : libplist-1.10-4.el7.x86_64 23/446
2606 Verifying : kbd-legacy-1.15.5-11.el7.noarch 24/446
2607 Verifying : adwaita-cursor-theme-3.8.4-3.el7.noarch 25/446
2608 Verifying : docbook-dtds-1.0-60.el7.noarch 26/446
2609 Verifying : bison-2.7-4.el7.x86_64 27/446
2610 Verifying : perl-HTTP-Cookies-6.01-5.el7.noarch 28/446
2611 Verifying : rsync-3.0.9-15.el7.x86_64 29/446
2612 Verifying : sgml-common-0.6.3-39.el7.noarch 30/446
2613 Verifying : attica-0.4.1-4.el7.x86_64 31/446
2614 Verifying : libtiff-4.0.3-14.el7.x86_64 32/446
2615 Verifying : nepomuk-core-4.10.5-5.el7.x86_64 33/446
2616 Verifying : kde-filesystem-4-47.el7.x86_64 34/446
2617 Verifying : 1:dbus-1.6.12-11.el7.x86_64 35/446
2618 Verifying : libXft-2.3.1-5.1.el7.x86_64 36/446
2619 Verifying : dosfstools-3.0.20-9.el7.x86_64 37/446
2620 Verifying : redland-1.0.16-6.el7.x86_64 38/446
2621 Verifying : gsm-1.0.13-11.el7.x86_64 39/446
2622 Verifying : libmpc-1.0.1-3.el7.x86_64 40/446
2623 Verifying : sudo-1.8.6p7-13.el7.x86_64 41/446
2624 Verifying : libXt-1.1.4-6.1.el7.x86_64 42/446
2625 Verifying : perl-threads-1.87-4.el7.x86_64 43/446
2626 Verifying : kdepimlibs-4.10.5-3.el7.x86_64 44/446
2627 Verifying : python-kitchen-1.1.1-5.el7.noarch 45/446
2628 Verifying : libraw1394-2.1.0-2.el7.x86_64 46/446
2629 Verifying : perl-Digest-1.17-245.el7.noarch 47/446
2630 Verifying : upower-0.9.20-7.el7.x86_64 48/446
2631 Verifying : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noar 49/446
2632 Verifying : libdrm-2.4.56-2.el7.x86_64 50/446
2633 Verifying : libX11-common-1.6.0-2.1.el7.noarch 51/446
2634 Verifying : perl-threads-shared-1.43-6.el7.x86_64 52/446
2635 Verifying : byacc-1.9.20130304-3.el7.x86_64 53/446
2636 Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 54/446
2637 Verifying : ibus-gtk2-1.5.3-11.el7.x86_64 55/446
2638 Verifying : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 56/446
2639 Verifying : perl-HTML-Parser-3.71-4.el7.x86_64 57/446
2640 Verifying : perl-srpm-macros-1-8.el7.noarch 58/446
2641 Verifying : gobject-introspection-devel-1.36.0-4.el7.x86_64 59/446
2642 Verifying : libreport-filesystem-2.1.11-21.el7.centos.0.5.x86_64 60/446
2643 Verifying : 2:vim-filesystem-7.4.160-1.el7.x86_64 61/446
2644 Verifying : python-javapackages-3.4.1-6.el7_0.noarch 62/446
2645 Verifying : mdadm-3.3.2-2.el7.x86_64 63/446
2646 Verifying : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 64/446
2647 Verifying : poppler-utils-0.22.5-6.el7.x86_64 65/446
2648 Verifying : usbmuxd-1.0.8-11.el7.x86_64 66/446
2649 Verifying : dconf-0.16.0-6.el7.x86_64 67/446
2650 Verifying : 1:dbus-x11-1.6.12-11.el7.x86_64 68/446
2651 Verifying : freetype-2.4.11-10.el7_1.1.x86_64 69/446
2652 Verifying : 1:qt-4.8.5-8.el7.x86_64 70/446
2653 Verifying : dyninst-8.2.0-2.el7.x86_64 71/446
2654 Verifying : mesa-libGL-10.2.7-5.20140910.el7.x86_64 72/446
2655 Verifying : libavc1394-0.5.3-14.el7.x86_64 73/446
2656 Verifying : atk-2.8.0-4.el7.x86_64 74/446
2657 Verifying : pango-devel-1.34.1-5.el7.x86_64 75/446
2658 Verifying : orc-0.4.17-5.el7.x86_64 76/446
2659 Verifying : samba-common-4.1.12-23.el7_1.x86_64 77/446
2660 Verifying : libproxy-0.4.11-6.el7.x86_64 78/446
2661 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 79/446
2662 Verifying : harfbuzz-0.9.20-4.el7.x86_64 80/446
2663 Verifying : gstreamer-plugins-base-0.10.36-10.el7.x86_64 81/446
2664 Verifying : ibus-libs-1.5.3-11.el7.x86_64 82/446
2665 Verifying : cryptsetup-1.6.6-3.el7.x86_64 83/446
2666 Verifying : gtk2-devel-2.24.22-5.el7_0.1.x86_64 84/446
2667 Verifying : gstreamer1-1.0.7-4.el7.x86_64 85/446
2668 Verifying : xml-commons-apis-1.4.01-16.el7.noarch 86/446
2669 Verifying : OpenEXR-libs-1.7.1-7.el7.x86_64 87/446
2670 Verifying : gdb-7.6.1-64.el7.x86_64 88/446
2671 Verifying : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_ 89/446
2672 Verifying : cryptsetup-libs-1.6.6-3.el7.x86_64 90/446
2673 Verifying : kde-runtime-4.10.5-8.el7.x86_64 91/446
2674 Verifying : libshout-2.2.2-11.el7.x86_64 92/446
2675 Verifying : libXrender-devel-0.9.8-2.1.el7.x86_64 93/446
2676 Verifying : flac-libs-1.3.0-5.el7_1.x86_64 94/446
2677 Verifying : 2:vim-enhanced-7.4.160-1.el7.x86_64 95/446
2678 Verifying : indent-2.2.11-13.el7.x86_64 96/446
2679 Verifying : unzip-6.0-15.el7.x86_64 97/446
2680 Verifying : gettext-devel-0.18.2.1-4.el7.x86_64 98/446
2681 Verifying : GConf2-3.2.6-8.el7.x86_64 99/446
2682 Verifying : xml-common-0.6.3-39.el7.noarch 100/446
2683 Verifying : perl-podlators-2.5.1-3.el7.noarch 101/446
2684 Verifying : python-tempita-0.5.1-6.el7.noarch 102/446
2685 Verifying : libiec61883-1.2.0-10.el7.x86_64 103/446
2686 Verifying : rpm-sign-4.11.1-25.el7.x86_64 104/446
2687 Verifying : shared-desktop-ontologies-0.11.0-2.el7.noarch 105/446
2688 Verifying : kernel-headers-3.10.0-229.4.2.el7.x86_64 106/446
2689 Verifying : gamin-0.1.10-16.el7.x86_64 107/446
2690 Verifying : harfbuzz-icu-0.9.20-4.el7.x86_64 108/446
2691 Verifying : colord-libs-1.0.4-3.el7.x86_64 109/446
2692 Verifying : libXtst-1.2.2-2.1.el7.x86_64 110/446
2693 Verifying : librsvg2-2.39.0-1.el7.x86_64 111/446
2694 Verifying : cyrus-sasl-plain-2.1.26-17.el7.x86_64 112/446
2695 Verifying : python-lxml-3.2.1-4.el7.x86_64 113/446
2696 Verifying : pixman-0.32.4-3.el7.x86_64 114/446
2697 Verifying : 6:kdelibs-common-4.10.5-6.el7.x86_64 115/446
2698 Verifying : libXpm-3.5.10-5.1.el7.x86_64 116/446
2699 Verifying : sysvinit-tools-2.88-14.dsf.el7.x86_64 117/446
2700 Verifying : 1:doxygen-1.8.5-3.el7.x86_64 118/446
2701 Verifying : libxkbfile-1.0.8-5.el7.x86_64 119/446
2702 Verifying : psmisc-22.20-8.el7.x86_64 120/446
2703 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 121/446
2704 Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 122/446
2705 Verifying : patch-2.7.1-8.el7.x86_64 123/446
2706 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 124/446
2707 Verifying : python-setuptools-7.0-2.el7.kolab_3.5.noarch 125/446
2708 Verifying : gtk2-2.24.22-5.el7_0.1.x86_64 126/446
2709 Verifying : 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 127/446
2710 Verifying : python-beaker-1.5.4-10.el7.noarch 128/446
2711 Verifying : libXau-1.0.8-2.1.el7.x86_64 129/446
2712 Verifying : ibus-devel-1.5.3-11.el7.x86_64 130/446
2713 Verifying : cairo-1.12.14-6.el7.x86_64 131/446
2714 Verifying : diffstat-1.57-4.el7.x86_64 132/446
2715 Verifying : perl-HTML-Tagset-3.20-15.el7.noarch 133/446
2716 Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 134/446
2717 Verifying : gdk-pixbuf2-2.28.2-4.el7.x86_64 135/446
2718 Verifying : libXau-devel-1.0.8-2.1.el7.x86_64 136/446
2719 Verifying : libXxf86misc-1.0.3-7.1.el7.x86_64 137/446
2720 Verifying : desktop-file-utils-0.21-4.el7.x86_64 138/446
2721 Verifying : perl-XML-Parser-2.41-10.el7.x86_64 139/446
2722 Verifying : kde-settings-19-23.5.el7.noarch 140/446
2723 Verifying : ibus-gtk3-1.5.3-11.el7.x86_64 141/446
2724 Verifying : gettext-0.18.2.1-4.el7.x86_64 142/446
2725 Verifying : libtool-2.4.2-20.el7.x86_64 143/446
2726 Verifying : 1:perl-Error-0.17020-2.el7.noarch 144/446
2727 Verifying : 1:libtheora-1.1.1-8.el7.x86_64 145/446
2728 Verifying : libmodman-2.0.1-8.el7.x86_64 146/446
2729 Verifying : python-paste-1.7.5.1-9.20111221hg1498.el7.noarch 147/446
2730 Verifying : perl-Net-SSLeay-1.55-3.el7.x86_64 148/446
2731 Verifying : libtevent-0.9.21-3.el7.x86_64 149/446
2732 Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 150/446
2733 Verifying : libXinerama-devel-1.1.3-2.1.el7.x86_64 151/446
2734 Verifying : libfontenc-1.1.1-5.el7.x86_64 152/446
2735 Verifying : flex-2.5.37-3.el7.x86_64 153/446
2736 Verifying : libsmbclient-4.1.12-23.el7_1.x86_64 154/446
2737 Verifying : perl-IO-Socket-SSL-1.94-3.el7.noarch 155/446
2738 Verifying : 4:perl-libs-5.16.3-285.el7.x86_64 156/446
2739 Verifying : boost-thread-1.53.0-23.el7.x86_64 157/446
2740 Verifying : perl-File-Listing-6.04-7.el7.noarch 158/446
2741 Verifying : pygobject3-base-3.8.2-6.el7.x86_64 159/446
2742 Verifying : perl-Git-1.8.3.1-4.el7.noarch 160/446
2743 Verifying : systemtap-2.6-10.el7_1.x86_64 161/446
2744 Verifying : perl-Storable-2.45-3.el7.x86_64 162/446
2745 Verifying : harfbuzz-devel-0.9.20-4.el7.x86_64 163/446
2746 Verifying : xorg-x11-xkb-utils-7.7-9.1.el7.x86_64 164/446
2747 Verifying : 1:dbus-devel-1.6.12-11.el7.x86_64 165/446
2748 Verifying : gdisk-0.8.6-5.el7.x86_64 166/446
2749 Verifying : libicu-devel-50.1.2-11.el7.x86_64 167/446
2750 Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 168/446
2751 Verifying : mokutil-0.7-5.el7.x86_64 169/446
2752 Verifying : perl-HTTP-Message-6.06-6.el7.noarch 170/446
2753 Verifying : subversion-libs-1.7.14-7.el7_0.x86_64 171/446
2754 Verifying : poppler-0.22.5-6.el7.x86_64 172/446
2755 Verifying : mesa-libglapi-10.2.7-5.20140910.el7.x86_64 173/446
2756 Verifying : gstreamer-plugins-good-0.10.31-11.el7.x86_64 174/446
2757 Verifying : libnotify-0.7.5-7.el7.x86_64 175/446
2758 Verifying : libldb-1.1.17-2.el7.x86_64 176/446
2759 Verifying : xorg-x11-xinit-1.3.2-14.el7.x86_64 177/446
2760 Verifying : perl-HTTP-Negotiate-6.01-5.el7.noarch 178/446
2761 Verifying : libimobiledevice-1.1.5-6.el7.x86_64 179/446
2762 Verifying : zlib-devel-1.2.7-13.el7.x86_64 180/446
2763 Verifying : gtk3-3.8.8-10.el7.x86_64 181/446
2764 Verifying : perl-Filter-1.49-3.el7.x86_64 182/446
2765 Verifying : dwz-0.11-3.el7.x86_64 183/446
2766 Verifying : lcms2-2.5-4.el7.x86_64 184/446
2767 Verifying : 1:emacs-filesystem-24.3-11.el7.noarch 185/446
2768 Verifying : build-mkbaselibs-20150317-192.1.noarch 186/446
2769 Verifying : libtalloc-2.1.1-1.el7.x86_64 187/446
2770 Verifying : jasper-libs-1.900.1-26.el7_0.3.x86_64 188/446
2771 Verifying : kactivities-4.10.5-3.el7.x86_64 189/446
2772 Verifying : perl-Exporter-5.68-3.el7.noarch 190/446
2773 Verifying : perl-Carp-1.26-244.el7.noarch 191/446
2774 Verifying : mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 192/446
2775 Verifying : pciutils-3.2.1-4.el7.x86_64 193/446
2776 Verifying : pytalloc-2.1.1-1.el7.x86_64 194/446
2777 Verifying : kbd-misc-1.15.5-11.el7.noarch 195/446
2778 Verifying : raptor2-2.0.9-3.el7.x86_64 196/446
2779 Verifying : udisks2-2.1.2-5.el7.x86_64 197/446
2780 Verifying : perl-Time-Local-1.2300-2.el7.noarch 198/446
2781 Verifying : libmng-1.0.10-14.el7.x86_64 199/446
2782 Verifying : xorg-x11-server-utils-7.7-4.el7.x86_64 200/446
2783 Verifying : gcc-c++-4.8.3-9.el7.x86_64 201/446
2784 Verifying : xml-commons-resolver-1.2-15.el7.noarch 202/446
2785 Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 203/446
2786 Verifying : libXi-devel-1.7.2-2.1.el7.x86_64 204/446
2787 Verifying : gstreamer-tools-0.10.36-7.el7.x86_64 205/446
2788 Verifying : freetype-devel-2.4.11-10.el7_1.1.x86_64 206/446
2789 Verifying : gcc-4.8.3-9.el7.x86_64 207/446
2790 Verifying : m2crypto-0.21.1-15.el7.x86_64 208/446
2791 Verifying : nettle-2.7.1-4.el7.x86_64 209/446
2792 Verifying : perl-Net-LibIDN-0.12-15.el7.x86_64 210/446
2793 Verifying : kdepimlibs-kxmlrpcclient-4.10.5-3.el7.x86_64 211/446
2794 Verifying : 2:tar-1.26-29.el7.x86_64 212/446
2795 Verifying : libXfont-1.4.7-2.el7_0.x86_64 213/446
2796 Verifying : kernel-devel-3.10.0-229.4.2.el7.x86_64 214/446
2797 Verifying : gdk-pixbuf2-devel-2.28.2-4.el7.x86_64 215/446
2798 Verifying : ant-1.9.2-9.el7.noarch 216/446
2799 Verifying : perl-IO-Socket-IP-0.21-4.el7.noarch 217/446
2800 Verifying : kmod-14-10.el7.x86_64 218/446
2801 Verifying : 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 219/446
2802 Verifying : libdwarf-20130207-4.el7.x86_64 220/446
2803 Verifying : libsoup-2.46.0-3.el7.x86_64 221/446
2804 Verifying : trousers-0.3.11.2-3.el7.x86_64 222/446
2805 Verifying : libwbclient-4.1.12-23.el7_1.x86_64 223/446
2806 Verifying : taglib-1.8-7.20130218git.el7.x86_64 224/446
2807 Verifying : pulseaudio-libs-3.0-30.el7.x86_64 225/446
2808 Verifying : bzip2-1.0.6-12.el7.x86_64 226/446
2809 Verifying : cscope-15.8-7.el7.x86_64 227/446
2810 Verifying : build-20150317-192.1.noarch 228/446
2811 Verifying : glibc-devel-2.17-78.el7.x86_64 229/446
2812 Verifying : soprano-2.9.2-3.el7.x86_64 230/446
2813 Verifying : python-backports-1.0-8.el7.x86_64 231/446
2814 Verifying : 4:perl-macros-5.16.3-285.el7.x86_64 232/446
2815 Verifying : yajl-2.0.4-4.el7.x86_64 233/446
2816 Verifying : libicu-50.1.2-11.el7.x86_64 234/446
2817 Verifying : at-spi2-atk-2.8.1-4.el7.x86_64 235/446
2818 Verifying : neon-0.30.0-3.el7.x86_64 236/446
2819 Verifying : 4:perl-5.16.3-285.el7.x86_64 237/446
2820 Verifying : libXcomposite-devel-0.4.4-4.1.el7.x86_64 238/446
2821 Verifying : intltool-0.50.2-6.el7.noarch 239/446
2822 Verifying : perl-File-Path-2.09-2.el7.noarch 240/446
2823 Verifying : openjpeg-libs-1.5.1-10.el7.x86_64 241/446
2824 Verifying : 1:make-3.82-21.el7.x86_64 242/446
2825 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 243/446
2826 Verifying : iso-codes-3.46-2.el7.noarch 244/446
2827 Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 245/446
2828 Verifying : libdv-1.0.0-17.el7.x86_64 246/446
2829 Verifying : hunspell-1.3.2-13.el7.x86_64 247/446
2830 Verifying : clucene-core-2.3.3.4-11.el7.x86_64 248/446
2831 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 249/446
2832 Verifying : libtool-ltdl-2.4.2-20.el7.x86_64 250/446
2833 Verifying : automake-1.13.4-3.el7.noarch 251/446
2834 Verifying : libXdamage-devel-1.1.4-4.1.el7.x86_64 252/446
2835 Verifying : dbusmenu-qt-0.9.2-7.el7.x86_64 253/446
2836 Verifying : libXrandr-1.4.1-2.1.el7.x86_64 254/446
2837 Verifying : 2:libpng-1.5.13-5.el7.x86_64 255/446
2838 Verifying : hunspell-en-US-0.20121024-5.el7.noarch 256/446
2839 Verifying : glib2-devel-2.40.0-4.el7.x86_64 257/446
2840 Verifying : avahi-libs-0.6.31-14.el7.x86_64 258/446
2841 Verifying : libgusb-0.1.6-3.el7.x86_64 259/446
2842 Verifying : python-chardet-2.0.1-7.el7.noarch 260/446
2843 Verifying : perl-LWP-MediaTypes-6.02-2.el7.noarch 261/446
2844 Verifying : gstreamer-0.10.36-7.el7.x86_64 262/446
2845 Verifying : perl-Encode-2.51-7.el7.x86_64 263/446
2846 Verifying : libXScrnSaver-1.2.2-6.1.el7.x86_64 264/446
2847 Verifying : fontconfig-2.10.95-7.el7.x86_64 265/446
2848 Verifying : strigi-libs-0.7.7-12.20120626.el7.x86_64 266/446
2849 Verifying : fontconfig-devel-2.10.95-7.el7.x86_64 267/446
2850 Verifying : libpciaccess-0.13.1-4.1.el7.x86_64 268/446
2851 Verifying : atk-devel-2.8.0-4.el7.x86_64 269/446
2852 Verifying : gobject-introspection-1.36.0-4.el7.x86_64 270/446
2853 Verifying : mailcap-2.1.41-2.el7.noarch 271/446
2854 Verifying : m4-1.4.16-9.el7.x86_64 272/446
2855 Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 273/446
2856 Verifying : 1:perl-Pod-Escapes-1.04-285.el7.noarch 274/446
2857 Verifying : pciutils-libs-3.2.1-4.el7.x86_64 275/446
2858 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 276/446
2859 Verifying : passwd-0.79-4.el7.x86_64 277/446
2860 Verifying : libXcursor-1.1.14-2.1.el7.x86_64 278/446
2861 Verifying : systemtap-devel-2.6-10.el7_1.x86_64 279/446
2862 Verifying : libXevie-1.0.3-7.1.el7.x86_64 280/446
2863 Verifying : perl-WWW-RobotRules-6.02-5.el7.noarch 281/446
2864 Verifying : libXrender-0.9.8-2.1.el7.x86_64 282/446
2865 Verifying : graphite2-1.2.2-5.el7.x86_64 283/446
2866 Verifying : libpipeline-1.2.3-3.el7.x86_64 284/446
2867 Verifying : libxslt-1.1.28-5.el7.x86_64 285/446
2868 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 286/446
2869 Verifying : 1:qt-x11-4.8.5-8.el7.x86_64 287/446
2870 Verifying : libXrandr-devel-1.4.1-2.1.el7.x86_64 288/446
2871 Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 289/446
2872 Verifying : polkit-0.112-5.el7.x86_64 290/446
2873 Verifying : hostname-3.13-3.el7.x86_64 291/446
2874 Verifying : libXfixes-5.0.1-2.1.el7.x86_64 292/446
2875 Verifying : nss-softokn-freebl-3.16.2.3-9.el7.i686 293/446
2876 Verifying : pakchois-0.4-10.el7.x86_64 294/446
2877 Verifying : glibc-2.17-78.el7.i686 295/446
2878 Verifying : fipscheck-1.4.1-5.el7.x86_64 296/446
2879 Verifying : libquadmath-4.8.3-9.el7.x86_64 297/446
2880 Verifying : libsndfile-1.0.25-9.el7.x86_64 298/446
2881 Verifying : ctags-5.8-13.el7.x86_64 299/446
2882 Verifying : libatasmart-0.19-6.el7.x86_64 300/446
2883 Verifying : perl-IO-HTML-1.00-2.el7.noarch 301/446
2884 Verifying : perl-constant-1.27-2.el7.noarch 302/446
2885 Verifying : 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64 303/446
2886 Verifying : gcc-gfortran-4.8.3-9.el7.x86_64 304/446
2887 Verifying : libquadmath-devel-4.8.3-9.el7.x86_64 305/446
2888 Verifying : yum-utils-1.1.31-29.el7.noarch 306/446
2889 Verifying : libXmu-1.1.1-5.1.el7.x86_64 307/446
2890 Verifying : perl-Test-Harness-3.28-2.el7.noarch 308/446
2891 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 309/446
2892 Verifying : perl-Encode-Locale-1.03-5.el7.noarch 310/446
2893 Verifying : javapackages-tools-3.4.1-6.el7_0.noarch 311/446
2894 Verifying : perl-Socket-2.010-3.el7.x86_64 312/446
2895 Verifying : json-c-0.11-4.el7_0.x86_64 313/446
2896 Verifying : libXcursor-devel-1.1.14-2.1.el7.x86_64 314/446
2897 Verifying : ttmkfdir-3.0.9-41.el7.x86_64 315/446
2898 Verifying : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 316/446
2899 Verifying : libICE-1.0.8-7.el7.x86_64 317/446
2900 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 318/446
2901 Verifying : perl-libwww-perl-6.05-2.el7.noarch 319/446
2902 Verifying : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 320/446
2903 Verifying : rpmdevtools-8.3-5.el7.noarch 321/446
2904 Verifying : libX11-1.6.0-2.1.el7.x86_64 322/446
2905 Verifying : openssh-6.6.1p1-12.el7_1.x86_64 323/446
2906 Verifying : kde-runtime-libs-4.10.5-8.el7.x86_64 324/446
2907 Verifying : nepomuk-core-libs-4.10.5-5.el7.x86_64 325/446
2908 Verifying : wavpack-4.60.1-9.el7.x86_64 326/446
2909 Verifying : epel-release-7-5.noarch 327/446
2910 Verifying : cairo-devel-1.12.14-6.el7.x86_64 328/446
2911 Verifying : libusbx-1.0.15-4.el7.x86_64 329/446
2912 Verifying : libdrm-devel-2.4.56-2.el7.x86_64 330/446
2913 Verifying : xdg-user-dirs-0.15-4.el7.x86_64 331/446
2914 Verifying : ilmbase-1.0.3-7.el7.x86_64 332/446
2915 Verifying : perl-HTTP-Date-6.02-8.el7.noarch 333/446
2916 Verifying : libstdc++-devel-4.8.3-9.el7.x86_64 334/446
2917 Verifying : mesa-libEGL-devel-10.2.7-5.20140910.el7.x86_64 335/446
2918 Verifying : 1:openssl-1.0.1e-42.el7.4.x86_64 336/446
2919 Verifying : python-mako-0.8.1-2.el7.noarch 337/446
2920 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 338/446
2921 Verifying : perl-Business-ISBN-2.06-2.el7.noarch 339/446
2922 Verifying : sound-theme-freedesktop-0.8-3.el7.noarch 340/446
2923 Verifying : libthai-0.1.14-9.el7.x86_64 341/446
2924 Verifying : gl-manpages-1.1-7.20130122.el7.noarch 342/446
2925 Verifying : gpm-libs-1.20.7-5.el7.x86_64 343/446
2926 Verifying : xerces-j2-2.11.0-17.el7_0.noarch 344/446
2927 Verifying : qt-settings-19-23.5.el7.noarch 345/446
2928 Verifying : gnutls-3.3.8-12.el7.x86_64 346/446
2929 Verifying : libXv-1.0.9-2.1.el7.x86_64 347/446
2930 Verifying : oxygen-icon-theme-4.10.5-2.el7.noarch 348/446
2931 Verifying : apr-util-1.5.2-6.el7.x86_64 349/446
2932 Verifying : libSM-1.2.1-7.el7.x86_64 350/446
2933 Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 351/446
2934 Verifying : kbd-1.15.5-11.el7.x86_64 352/446
2935 Verifying : 1:virtuoso-opensource-6.1.6-6.el7.x86_64 353/446
2936 Verifying : autoconf-2.69-11.el7.noarch 354/446
2937 Verifying : libss-1.42.9-7.el7.x86_64 355/446
2938 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 356/446
2939 Verifying : libiodbc-3.52.7-7.el7.x86_64 357/446
2940 Verifying : libffi-devel-3.0.13-11.el7.x86_64 358/446
2941 Verifying : ibus-setup-1.5.3-11.el7.noarch 359/446
2942 Verifying : pixman-devel-0.32.4-3.el7.x86_64 360/446
2943 Verifying : exiv2-libs-0.23-6.el7.x86_64 361/446
2944 Verifying : 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x 362/446
2945 Verifying : speex-1.2-0.19.rc1.el7.x86_64 363/446
2946 Verifying : redhat-menus-12.0.2-7.el7.noarch 364/446
2947 Verifying : tzdata-java-2015d-1.el7.noarch 365/446
2948 Verifying : dbus-python-1.1.1-9.el7.x86_64 366/446
2949 Verifying : gsettings-desktop-schemas-3.8.2-3.el7.x86_64 367/446
2950 Verifying : elfutils-0.160-1.el7.x86_64 368/446
2951 Verifying : 6:kdelibs-4.10.5-6.el7.x86_64 369/446
2952 Verifying : rcs-5.9.0-5.el7.x86_64 370/446
2953 Verifying : phonon-4.6.0-9.el7.x86_64 371/446
2954 Verifying : qca2-2.0.3-7.el7.x86_64 372/446
2955 Verifying : initscripts-9.49.24-1.el7.x86_64 373/446
2956 Verifying : pango-1.34.1-5.el7.x86_64 374/446
2957 Verifying : 2:libogg-1.3.0-7.el7.x86_64 375/446
2958 Verifying : libv4l-0.9.5-4.el7.x86_64 376/446
2959 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 377/446
2960 Verifying : libtdb-1.3.0-1.el7.x86_64 378/446
2961 Verifying : polkit-pkla-compat-0.1-4.el7.x86_64 379/446
2962 Verifying : libudisks2-2.1.2-5.el7.x86_64 380/446
2963 Verifying : perl-URI-1.60-9.el7.noarch 381/446
2964 Verifying : libgfortran-4.8.3-9.el7.x86_64 382/446
2965 Verifying : poppler-qt-0.22.5-6.el7.x86_64 383/446
2966 Verifying : glib-networking-2.40.0-1.el7.x86_64 384/446
2967 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 385/446
2968 Verifying : 1:perl-parent-0.225-244.el7.noarch 386/446
2969 Verifying : pyOpenSSL-0.13.1-3.el7.x86_64 387/446
2970 Verifying : giflib-4.1.6-9.el7.x86_64 388/446
2971 Verifying : libXi-1.7.2-2.1.el7.x86_64 389/446
2972 Verifying : libX11-devel-1.6.0-2.1.el7.x86_64 390/446
2973 Verifying : cdparanoia-libs-10.2-17.el7.x86_64 391/446
2974 Verifying : libXext-devel-1.3.2-2.1.el7.x86_64 392/446
2975 Verifying : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 393/446
2976 Verifying : boost-system-1.53.0-23.el7.x86_64 394/446
2977 Verifying : gettext-common-devel-0.18.2.1-4.el7.noarch 395/446
2978 Verifying : libvisual-0.4.0-16.el7.x86_64 396/446
2979 Verifying : poppler-data-0.4.6-3.el7.noarch 397/446
2980 Verifying : xalan-j2-2.7.1-23.el7.noarch 398/446
2981 Verifying : swig-2.0.11-11.el7.kolab_3.5.x86_64 399/446
2982 Verifying : osc-0.151.2-169.1.x86_64 400/446
2983 Verifying : pm-utils-1.4.1-27.el7.x86_64 401/446
2984 Verifying : alsa-lib-1.0.28-2.el7.x86_64 402/446
2985 Verifying : perl-Getopt-Long-2.40-2.el7.noarch 403/446
2986 Verifying : zip-3.0-10.el7.x86_64 404/446
2987 Verifying : 2:libpng-devel-1.5.13-5.el7.x86_64 405/446
2988 Verifying : mpfr-3.1.1-4.el7.x86_64 406/446
2989 Verifying : mozjs17-17.0.0-10.el7.x86_64 407/446
2990 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 408/446
2991 Verifying : media-player-info-17-4.el7.noarch 409/446
2992 Verifying : libxcb-1.9-5.el7.x86_64 410/446
2993 Verifying : perl-IO-Compress-2.061-2.el7.noarch 411/446
2994 Verifying : polkit-qt-0.103.0-10.el7_0.x86_64 412/446
2995 Verifying : perl-PathTools-3.40-5.el7.x86_64 413/446
2996 Verifying : glibc-devel-2.17-78.el7.i686 414/446
2997 Verifying : rasqal-0.9.30-4.el7.x86_64 415/446
2998 Verifying : libical-0.48-6.el7.x86_64 416/446
2999 Verifying : libasyncns-0.8-7.el7.x86_64 417/446
3000 Verifying : gettext-libs-0.18.2.1-4.el7.x86_64 418/446
3001 Verifying : apr-1.4.8-3.el7.x86_64 419/446
3002 Verifying : cairo-gobject-1.12.14-6.el7.x86_64 420/446
3003 Verifying : kde-runtime-drkonqi-4.10.5-8.el7.x86_64 421/446
3004 Verifying : pygobject3-3.8.2-6.el7.x86_64 422/446
3005 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 423/446
3006 Verifying : cpp-4.8.3-9.el7.x86_64 424/446
3007 Verifying : libXft-devel-2.3.1-5.1.el7.x86_64 425/446
3008 Verifying : git-1.8.3.1-4.el7.x86_64 426/446
3009 Verifying : man-db-2.6.3-9.el7.x86_64 427/446
3010 Verifying : systemtap-client-2.6-10.el7_1.x86_64 428/446
3011 Verifying : libcanberra-0.30-5.el7.x86_64 429/446
3012 Verifying : rpm-build-4.11.1-25.el7.x86_64 430/446
3013 Verifying : pulseaudio-libs-glib2-3.0-30.el7.x86_64 431/446
3014 Verifying : perl-HTTP-Daemon-6.01-5.el7.noarch 432/446
3015 Verifying : 1:enchant-1.6.0-8.el7.x86_64 433/446
3016 Verifying : openssh-clients-6.6.1p1-12.el7_1.x86_64 434/446
3017 Verifying : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 435/446
3018 Verifying : dbus-glib-0.100-7.el7.x86_64 436/446
3019 Verifying : jbigkit-libs-2.0-11.el7.x86_64 437/446
3020 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 438/446
3021 Verifying : at-spi2-core-2.8.0-6.el7.x86_64 439/446
3022 Verifying : redhat-rpm-config-9.1.0-68.el7.centos.noarch 440/446
3023 Verifying : libXext-1.3.2-2.1.el7.x86_64 441/446
3024 Verifying : expat-devel-2.1.0-8.el7.x86_64 442/446
3025 Verifying : subversion-1.7.14-7.el7_0.x86_64 443/446
3026 Verifying : xorg-x11-proto-devel-7.7-8.el7.1.noarch 444/446
3027 Verifying : icoutils-0.31.0-3.el7.x86_64 445/446
3028 Verifying : libXfixes-devel-5.0.1-2.1.el7.x86_64 446/446
3029
3030Installed:
3031 ant.noarch 0:1.9.2-9.el7
3032 autoconf.noarch 0:2.69-11.el7
3033 automake.noarch 0:1.13.4-3.el7
3034 bison.x86_64 0:2.7-4.el7
3035 build.noarch 0:20150317-192.1
3036 byacc.x86_64 0:1.9.20130304-3.el7
3037 cscope.x86_64 0:15.8-7.el7
3038 ctags.x86_64 0:5.8-13.el7
3039 diffstat.x86_64 0:1.57-4.el7
3040 doxygen.x86_64 1:1.8.5-3.el7
3041 elfutils.x86_64 0:0.160-1.el7
3042 epel-release.noarch 0:7-5
3043 flex.x86_64 0:2.5.37-3.el7
3044 gcc.x86_64 0:4.8.3-9.el7
3045 gcc-c++.x86_64 0:4.8.3-9.el7
3046 gcc-gfortran.x86_64 0:4.8.3-9.el7
3047 gettext.x86_64 0:0.18.2.1-4.el7
3048 git.x86_64 0:1.8.3.1-4.el7
3049 glibc-devel.i686 0:2.17-78.el7
3050 glibc-devel.x86_64 0:2.17-78.el7
3051 gtk2-devel.x86_64 0:2.24.22-5.el7_0.1
3052 ibus-devel.x86_64 0:1.5.3-11.el7
3053 indent.x86_64 0:2.2.11-13.el7
3054 intltool.noarch 0:0.50.2-6.el7
3055 java-1.7.0-openjdk-devel.x86_64 1:1.7.0.79-2.5.5.1.el7_1
3056 libtool.x86_64 0:2.4.2-20.el7
3057 make.x86_64 1:3.82-21.el7
3058 osc.x86_64 0:0.151.2-169.1
3059 passwd.x86_64 0:0.79-4.el7
3060 patch.x86_64 0:2.7.1-8.el7
3061 patchutils.x86_64 0:0.3.3-4.el7
3062 perl-Digest-MD5.x86_64 0:2.52-3.el7
3063 perl-TimeDate.noarch 1:2.30-2.el7
3064 rcs.x86_64 0:5.9.0-5.el7
3065 redhat-rpm-config.noarch 0:9.1.0-68.el7.centos
3066 rpm-build.x86_64 0:4.11.1-25.el7
3067 rpm-sign.x86_64 0:4.11.1-25.el7
3068 rpmdevtools.noarch 0:8.3-5.el7
3069 subversion.x86_64 0:1.7.14-7.el7_0
3070 sudo.x86_64 0:1.8.6p7-13.el7
3071 swig.x86_64 0:2.0.11-11.el7.kolab_3.5
3072 systemtap.x86_64 0:2.6-10.el7_1
3073 vim-enhanced.x86_64 2:7.4.160-1.el7
3074 yum-utils.noarch 0:1.1.31-29.el7
3075
3076Dependency Installed:
3077 GConf2.x86_64 0:3.2.6-8.el7
3078 OpenEXR-libs.x86_64 0:1.7.1-7.el7
3079 adwaita-cursor-theme.noarch 0:3.8.4-3.el7
3080 alsa-lib.x86_64 0:1.0.28-2.el7
3081 apr.x86_64 0:1.4.8-3.el7
3082 apr-util.x86_64 0:1.5.2-6.el7
3083 at-spi2-atk.x86_64 0:2.8.1-4.el7
3084 at-spi2-core.x86_64 0:2.8.0-6.el7
3085 atk.x86_64 0:2.8.0-4.el7
3086 atk-devel.x86_64 0:2.8.0-4.el7
3087 attica.x86_64 0:0.4.1-4.el7
3088 avahi-libs.x86_64 0:0.6.31-14.el7
3089 boost-system.x86_64 0:1.53.0-23.el7
3090 boost-thread.x86_64 0:1.53.0-23.el7
3091 build-mkbaselibs.noarch 0:20150317-192.1
3092 bzip2.x86_64 0:1.0.6-12.el7
3093 cairo.x86_64 0:1.12.14-6.el7
3094 cairo-devel.x86_64 0:1.12.14-6.el7
3095 cairo-gobject.x86_64 0:1.12.14-6.el7
3096 cdparanoia-libs.x86_64 0:10.2-17.el7
3097 clucene-core.x86_64 0:2.3.3.4-11.el7
3098 colord-libs.x86_64 0:1.0.4-3.el7
3099 cpp.x86_64 0:4.8.3-9.el7
3100 cryptsetup.x86_64 0:1.6.6-3.el7
3101 cryptsetup-libs.x86_64 0:1.6.6-3.el7
3102 cups-libs.x86_64 1:1.6.3-17.el7
3103 cyrus-sasl-plain.x86_64 0:2.1.26-17.el7
3104 dbus.x86_64 1:1.6.12-11.el7
3105 dbus-devel.x86_64 1:1.6.12-11.el7
3106 dbus-glib.x86_64 0:0.100-7.el7
3107 dbus-python.x86_64 0:1.1.1-9.el7
3108 dbus-x11.x86_64 1:1.6.12-11.el7
3109 dbusmenu-qt.x86_64 0:0.9.2-7.el7
3110 dconf.x86_64 0:0.16.0-6.el7
3111 desktop-file-utils.x86_64 0:0.21-4.el7
3112 docbook-dtds.noarch 0:1.0-60.el7
3113 docbook-style-xsl.noarch 0:1.78.1-3.el7
3114 dosfstools.x86_64 0:3.0.20-9.el7
3115 dwz.x86_64 0:0.11-3.el7
3116 dyninst.x86_64 0:8.2.0-2.el7
3117 e2fsprogs.x86_64 0:1.42.9-7.el7
3118 e2fsprogs-libs.x86_64 0:1.42.9-7.el7
3119 elfutils-libs.x86_64 0:0.160-1.el7
3120 emacs-filesystem.noarch 1:24.3-11.el7
3121 enchant.x86_64 1:1.6.0-8.el7
3122 exiv2-libs.x86_64 0:0.23-6.el7
3123 expat-devel.x86_64 0:2.1.0-8.el7
3124 fipscheck.x86_64 0:1.4.1-5.el7
3125 fipscheck-lib.x86_64 0:1.4.1-5.el7
3126 flac-libs.x86_64 0:1.3.0-5.el7_1
3127 fontconfig.x86_64 0:2.10.95-7.el7
3128 fontconfig-devel.x86_64 0:2.10.95-7.el7
3129 fontpackages-filesystem.noarch 0:1.44-8.el7
3130 freetype.x86_64 0:2.4.11-10.el7_1.1
3131 freetype-devel.x86_64 0:2.4.11-10.el7_1.1
3132 gamin.x86_64 0:0.1.10-16.el7
3133 gdb.x86_64 0:7.6.1-64.el7
3134 gdisk.x86_64 0:0.8.6-5.el7
3135 gdk-pixbuf2.x86_64 0:2.28.2-4.el7
3136 gdk-pixbuf2-devel.x86_64 0:2.28.2-4.el7
3137 gettext-common-devel.noarch 0:0.18.2.1-4.el7
3138 gettext-devel.x86_64 0:0.18.2.1-4.el7
3139 gettext-libs.x86_64 0:0.18.2.1-4.el7
3140 giflib.x86_64 0:4.1.6-9.el7
3141 gl-manpages.noarch 0:1.1-7.20130122.el7
3142 glib-networking.x86_64 0:2.40.0-1.el7
3143 glib2-devel.x86_64 0:2.40.0-4.el7
3144 glibc.i686 0:2.17-78.el7
3145 glibc-headers.x86_64 0:2.17-78.el7
3146 gnutls.x86_64 0:3.3.8-12.el7
3147 gobject-introspection.x86_64 0:1.36.0-4.el7
3148 gobject-introspection-devel.x86_64 0:1.36.0-4.el7
3149 gpm-libs.x86_64 0:1.20.7-5.el7
3150 graphite2.x86_64 0:1.2.2-5.el7
3151 gsettings-desktop-schemas.x86_64 0:3.8.2-3.el7
3152 gsm.x86_64 0:1.0.13-11.el7
3153 gstreamer.x86_64 0:0.10.36-7.el7
3154 gstreamer-plugins-base.x86_64 0:0.10.36-10.el7
3155 gstreamer-plugins-good.x86_64 0:0.10.31-11.el7
3156 gstreamer-tools.x86_64 0:0.10.36-7.el7
3157 gstreamer1.x86_64 0:1.0.7-4.el7
3158 gtk2.x86_64 0:2.24.22-5.el7_0.1
3159 gtk3.x86_64 0:3.8.8-10.el7
3160 harfbuzz.x86_64 0:0.9.20-4.el7
3161 harfbuzz-devel.x86_64 0:0.9.20-4.el7
3162 harfbuzz-icu.x86_64 0:0.9.20-4.el7
3163 hicolor-icon-theme.noarch 0:0.12-7.el7
3164 hostname.x86_64 0:3.13-3.el7
3165 hunspell.x86_64 0:1.3.2-13.el7
3166 hunspell-en-US.noarch 0:0.20121024-5.el7
3167 hwdata.x86_64 0:0.252-7.8.el7_1
3168 ibus.x86_64 0:1.5.3-11.el7
3169 ibus-gtk2.x86_64 0:1.5.3-11.el7
3170 ibus-gtk3.x86_64 0:1.5.3-11.el7
3171 ibus-libs.x86_64 0:1.5.3-11.el7
3172 ibus-setup.noarch 0:1.5.3-11.el7
3173 icoutils.x86_64 0:0.31.0-3.el7
3174 ilmbase.x86_64 0:1.0.3-7.el7
3175 initscripts.x86_64 0:9.49.24-1.el7
3176 iso-codes.noarch 0:3.46-2.el7
3177 jasper-libs.x86_64 0:1.900.1-26.el7_0.3
3178 java-1.7.0-openjdk.x86_64 1:1.7.0.79-2.5.5.1.el7_1
3179 java-1.7.0-openjdk-headless.x86_64 1:1.7.0.79-2.5.5.1.el7_1
3180 javapackages-tools.noarch 0:3.4.1-6.el7_0
3181 jbigkit-libs.x86_64 0:2.0-11.el7
3182 json-c.x86_64 0:0.11-4.el7_0
3183 kactivities.x86_64 0:4.10.5-3.el7
3184 kbd.x86_64 0:1.15.5-11.el7
3185 kbd-legacy.noarch 0:1.15.5-11.el7
3186 kbd-misc.noarch 0:1.15.5-11.el7
3187 kde-filesystem.x86_64 0:4-47.el7
3188 kde-runtime.x86_64 0:4.10.5-8.el7
3189 kde-runtime-drkonqi.x86_64 0:4.10.5-8.el7
3190 kde-runtime-libs.x86_64 0:4.10.5-8.el7
3191 kde-settings.noarch 0:19-23.5.el7
3192 kdelibs.x86_64 6:4.10.5-6.el7
3193 kdelibs-common.x86_64 6:4.10.5-6.el7
3194 kdepimlibs.x86_64 0:4.10.5-3.el7
3195 kdepimlibs-kxmlrpcclient.x86_64 0:4.10.5-3.el7
3196 kernel-devel.x86_64 0:3.10.0-229.4.2.el7
3197 kernel-headers.x86_64 0:3.10.0-229.4.2.el7
3198 kmod.x86_64 0:14-10.el7
3199 lcms2.x86_64 0:2.5-4.el7
3200 libICE.x86_64 0:1.0.8-7.el7
3201 libSM.x86_64 0:1.2.1-7.el7
3202 libX11.x86_64 0:1.6.0-2.1.el7
3203 libX11-common.noarch 0:1.6.0-2.1.el7
3204 libX11-devel.x86_64 0:1.6.0-2.1.el7
3205 libXScrnSaver.x86_64 0:1.2.2-6.1.el7
3206 libXau.x86_64 0:1.0.8-2.1.el7
3207 libXau-devel.x86_64 0:1.0.8-2.1.el7
3208 libXcomposite.x86_64 0:0.4.4-4.1.el7
3209 libXcomposite-devel.x86_64 0:0.4.4-4.1.el7
3210 libXcursor.x86_64 0:1.1.14-2.1.el7
3211 libXcursor-devel.x86_64 0:1.1.14-2.1.el7
3212 libXdamage.x86_64 0:1.1.4-4.1.el7
3213 libXdamage-devel.x86_64 0:1.1.4-4.1.el7
3214 libXevie.x86_64 0:1.0.3-7.1.el7
3215 libXext.x86_64 0:1.3.2-2.1.el7
3216 libXext-devel.x86_64 0:1.3.2-2.1.el7
3217 libXfixes.x86_64 0:5.0.1-2.1.el7
3218 libXfixes-devel.x86_64 0:5.0.1-2.1.el7
3219 libXfont.x86_64 0:1.4.7-2.el7_0
3220 libXft.x86_64 0:2.3.1-5.1.el7
3221 libXft-devel.x86_64 0:2.3.1-5.1.el7
3222 libXi.x86_64 0:1.7.2-2.1.el7
3223 libXi-devel.x86_64 0:1.7.2-2.1.el7
3224 libXinerama.x86_64 0:1.1.3-2.1.el7
3225 libXinerama-devel.x86_64 0:1.1.3-2.1.el7
3226 libXmu.x86_64 0:1.1.1-5.1.el7
3227 libXpm.x86_64 0:3.5.10-5.1.el7
3228 libXrandr.x86_64 0:1.4.1-2.1.el7
3229 libXrandr-devel.x86_64 0:1.4.1-2.1.el7
3230 libXrender.x86_64 0:0.9.8-2.1.el7
3231 libXrender-devel.x86_64 0:0.9.8-2.1.el7
3232 libXt.x86_64 0:1.1.4-6.1.el7
3233 libXtst.x86_64 0:1.2.2-2.1.el7
3234 libXv.x86_64 0:1.0.9-2.1.el7
3235 libXxf86misc.x86_64 0:1.0.3-7.1.el7
3236 libXxf86vm.x86_64 0:1.1.3-2.1.el7
3237 libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7
3238 libasyncns.x86_64 0:0.8-7.el7
3239 libatasmart.x86_64 0:0.19-6.el7
3240 libavc1394.x86_64 0:0.5.3-14.el7
3241 libcanberra.x86_64 0:0.30-5.el7
3242 libdrm.x86_64 0:2.4.56-2.el7
3243 libdrm-devel.x86_64 0:2.4.56-2.el7
3244 libdv.x86_64 0:1.0.0-17.el7
3245 libdwarf.x86_64 0:20130207-4.el7
3246 libedit.x86_64 0:3.0-12.20121213cvs.el7
3247 libffi-devel.x86_64 0:3.0.13-11.el7
3248 libfontenc.x86_64 0:1.1.1-5.el7
3249 libgfortran.x86_64 0:4.8.3-9.el7
3250 libgnome-keyring.x86_64 0:3.8.0-3.el7
3251 libgusb.x86_64 0:0.1.6-3.el7
3252 libical.x86_64 0:0.48-6.el7
3253 libicu.x86_64 0:50.1.2-11.el7
3254 libicu-devel.x86_64 0:50.1.2-11.el7
3255 libiec61883.x86_64 0:1.2.0-10.el7
3256 libimobiledevice.x86_64 0:1.1.5-6.el7
3257 libiodbc.x86_64 0:3.52.7-7.el7
3258 libjpeg-turbo.x86_64 0:1.2.90-5.el7
3259 libldb.x86_64 0:1.1.17-2.el7
3260 libmng.x86_64 0:1.0.10-14.el7
3261 libmodman.x86_64 0:2.0.1-8.el7
3262 libmpc.x86_64 0:1.0.1-3.el7
3263 libnotify.x86_64 0:0.7.5-7.el7
3264 libogg.x86_64 2:1.3.0-7.el7
3265 libpciaccess.x86_64 0:0.13.1-4.1.el7
3266 libpipeline.x86_64 0:1.2.3-3.el7
3267 libplist.x86_64 0:1.10-4.el7
3268 libpng.x86_64 2:1.5.13-5.el7
3269 libpng-devel.x86_64 2:1.5.13-5.el7
3270 libproxy.x86_64 0:0.4.11-6.el7
3271 libquadmath.x86_64 0:4.8.3-9.el7
3272 libquadmath-devel.x86_64 0:4.8.3-9.el7
3273 libraw1394.x86_64 0:2.1.0-2.el7
3274 libreport-filesystem.x86_64 0:2.1.11-21.el7.centos.0.5
3275 librsvg2.x86_64 0:2.39.0-1.el7
3276 libshout.x86_64 0:2.2.2-11.el7
3277 libsmbclient.x86_64 0:4.1.12-23.el7_1
3278 libsndfile.x86_64 0:1.0.25-9.el7
3279 libsoup.x86_64 0:2.46.0-3.el7
3280 libss.x86_64 0:1.42.9-7.el7
3281 libstdc++-devel.x86_64 0:4.8.3-9.el7
3282 libtalloc.x86_64 0:2.1.1-1.el7
3283 libtdb.x86_64 0:1.3.0-1.el7
3284 libtevent.x86_64 0:0.9.21-3.el7
3285 libthai.x86_64 0:0.1.14-9.el7
3286 libtheora.x86_64 1:1.1.1-8.el7
3287 libtiff.x86_64 0:4.0.3-14.el7
3288 libtool-ltdl.x86_64 0:2.4.2-20.el7
3289 libudisks2.x86_64 0:2.1.2-5.el7
3290 libusbx.x86_64 0:1.0.15-4.el7
3291 libv4l.x86_64 0:0.9.5-4.el7
3292 libvisual.x86_64 0:0.4.0-16.el7
3293 libvorbis.x86_64 1:1.3.3-8.el7
3294 libwbclient.x86_64 0:4.1.12-23.el7_1
3295 libxcb.x86_64 0:1.9-5.el7
3296 libxcb-devel.x86_64 0:1.9-5.el7
3297 libxkbfile.x86_64 0:1.0.8-5.el7
3298 libxslt.x86_64 0:1.1.28-5.el7
3299 m2crypto.x86_64 0:0.21.1-15.el7
3300 m4.x86_64 0:1.4.16-9.el7
3301 mailcap.noarch 0:2.1.41-2.el7
3302 man-db.x86_64 0:2.6.3-9.el7
3303 mdadm.x86_64 0:3.3.2-2.el7
3304 media-player-info.noarch 0:17-4.el7
3305 mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7
3306 mesa-libEGL-devel.x86_64 0:10.2.7-5.20140910.el7
3307 mesa-libGL.x86_64 0:10.2.7-5.20140910.el7
3308 mesa-libGL-devel.x86_64 0:10.2.7-5.20140910.el7
3309 mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7
3310 mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7
3311 mokutil.x86_64 0:0.7-5.el7
3312 mozjs17.x86_64 0:17.0.0-10.el7
3313 mpfr.x86_64 0:3.1.1-4.el7
3314 neon.x86_64 0:0.30.0-3.el7
3315 nepomuk-core.x86_64 0:4.10.5-5.el7
3316 nepomuk-core-libs.x86_64 0:4.10.5-5.el7
3317 nettle.x86_64 0:2.7.1-4.el7
3318 nss-softokn-freebl.i686 0:3.16.2.3-9.el7
3319 openjpeg-libs.x86_64 0:1.5.1-10.el7
3320 openssh.x86_64 0:6.6.1p1-12.el7_1
3321 openssh-clients.x86_64 0:6.6.1p1-12.el7_1
3322 openssl.x86_64 1:1.0.1e-42.el7.4
3323 orc.x86_64 0:0.4.17-5.el7
3324 oxygen-icon-theme.noarch 0:4.10.5-2.el7
3325 pakchois.x86_64 0:0.4-10.el7
3326 pango.x86_64 0:1.34.1-5.el7
3327 pango-devel.x86_64 0:1.34.1-5.el7
3328 parted.x86_64 0:3.1-20.el7
3329 pciutils.x86_64 0:3.2.1-4.el7
3330 pciutils-libs.x86_64 0:3.2.1-4.el7
3331 perl.x86_64 4:5.16.3-285.el7
3332 perl-Business-ISBN.noarch 0:2.06-2.el7
3333 perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7
3334 perl-Carp.noarch 0:1.26-244.el7
3335 perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7
3336 perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7
3337 perl-Data-Dumper.x86_64 0:2.145-3.el7
3338 perl-Digest.noarch 0:1.17-245.el7
3339 perl-Encode.x86_64 0:2.51-7.el7
3340 perl-Encode-Locale.noarch 0:1.03-5.el7
3341 perl-Error.noarch 1:0.17020-2.el7
3342 perl-Exporter.noarch 0:5.68-3.el7
3343 perl-File-Listing.noarch 0:6.04-7.el7
3344 perl-File-Path.noarch 0:2.09-2.el7
3345 perl-File-Temp.noarch 0:0.23.01-3.el7
3346 perl-Filter.x86_64 0:1.49-3.el7
3347 perl-Getopt-Long.noarch 0:2.40-2.el7
3348 perl-Git.noarch 0:1.8.3.1-4.el7
3349 perl-HTML-Parser.x86_64 0:3.71-4.el7
3350 perl-HTML-Tagset.noarch 0:3.20-15.el7
3351 perl-HTTP-Cookies.noarch 0:6.01-5.el7
3352 perl-HTTP-Daemon.noarch 0:6.01-5.el7
3353 perl-HTTP-Date.noarch 0:6.02-8.el7
3354 perl-HTTP-Message.noarch 0:6.06-6.el7
3355 perl-HTTP-Negotiate.noarch 0:6.01-5.el7
3356 perl-HTTP-Tiny.noarch 0:0.033-3.el7
3357 perl-IO-Compress.noarch 0:2.061-2.el7
3358 perl-IO-HTML.noarch 0:1.00-2.el7
3359 perl-IO-Socket-IP.noarch 0:0.21-4.el7
3360 perl-IO-Socket-SSL.noarch 0:1.94-3.el7
3361 perl-LWP-MediaTypes.noarch 0:6.02-2.el7
3362 perl-Net-HTTP.noarch 0:6.06-2.el7
3363 perl-Net-LibIDN.x86_64 0:0.12-15.el7
3364 perl-Net-SSLeay.x86_64 0:1.55-3.el7
3365 perl-PathTools.x86_64 0:3.40-5.el7
3366 perl-Pod-Escapes.noarch 1:1.04-285.el7
3367 perl-Pod-Perldoc.noarch 0:3.20-4.el7
3368 perl-Pod-Simple.noarch 1:3.28-4.el7
3369 perl-Pod-Usage.noarch 0:1.63-3.el7
3370 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
3371 perl-Socket.x86_64 0:2.010-3.el7
3372 perl-Storable.x86_64 0:2.45-3.el7
3373 perl-TermReadKey.x86_64 0:2.30-20.el7
3374 perl-Test-Harness.noarch 0:3.28-2.el7
3375 perl-Text-ParseWords.noarch 0:3.29-4.el7
3376 perl-Thread-Queue.noarch 0:3.02-2.el7
3377 perl-Time-HiRes.x86_64 4:1.9725-3.el7
3378 perl-Time-Local.noarch 0:1.2300-2.el7
3379 perl-URI.noarch 0:1.60-9.el7
3380 perl-WWW-RobotRules.noarch 0:6.02-5.el7
3381 perl-XML-Parser.x86_64 0:2.41-10.el7
3382 perl-constant.noarch 0:1.27-2.el7
3383 perl-libs.x86_64 4:5.16.3-285.el7
3384 perl-libwww-perl.noarch 0:6.05-2.el7
3385 perl-macros.x86_64 4:5.16.3-285.el7
3386 perl-parent.noarch 1:0.225-244.el7
3387 perl-podlators.noarch 0:2.5.1-3.el7
3388 perl-srpm-macros.noarch 0:1-8.el7
3389 perl-threads.x86_64 0:1.87-4.el7
3390 perl-threads-shared.x86_64 0:1.43-6.el7
3391 phonon.x86_64 0:4.6.0-9.el7
3392 phonon-backend-gstreamer.x86_64 2:4.6.3-3.el7
3393 pixman.x86_64 0:0.32.4-3.el7
3394 pixman-devel.x86_64 0:0.32.4-3.el7
3395 pm-utils.x86_64 0:1.4.1-27.el7
3396 polkit.x86_64 0:0.112-5.el7
3397 polkit-pkla-compat.x86_64 0:0.1-4.el7
3398 polkit-qt.x86_64 0:0.103.0-10.el7_0
3399 poppler.x86_64 0:0.22.5-6.el7
3400 poppler-data.noarch 0:0.4.6-3.el7
3401 poppler-qt.x86_64 0:0.22.5-6.el7
3402 poppler-utils.x86_64 0:0.22.5-6.el7
3403 psmisc.x86_64 0:22.20-8.el7
3404 pulseaudio-libs.x86_64 0:3.0-30.el7
3405 pulseaudio-libs-glib2.x86_64 0:3.0-30.el7
3406 pyOpenSSL.x86_64 0:0.13.1-3.el7
3407 pycairo.x86_64 0:1.8.10-8.el7
3408 pygobject3.x86_64 0:3.8.2-6.el7
3409 pygobject3-base.x86_64 0:3.8.2-6.el7
3410 pytalloc.x86_64 0:2.1.1-1.el7
3411 python-backports.x86_64 0:1.0-8.el7
3412 python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7
3413 python-beaker.noarch 0:1.5.4-10.el7
3414 python-chardet.noarch 0:2.0.1-7.el7
3415 python-javapackages.noarch 0:3.4.1-6.el7_0
3416 python-kitchen.noarch 0:1.1.1-5.el7
3417 python-lxml.x86_64 0:3.2.1-4.el7
3418 python-mako.noarch 0:0.8.1-2.el7
3419 python-markupsafe.x86_64 0:0.11-10.el7
3420 python-paste.noarch 0:1.7.5.1-9.20111221hg1498.el7
3421 python-setuptools.noarch 0:7.0-2.el7.kolab_3.5
3422 python-tempita.noarch 0:0.5.1-6.el7
3423 qca2.x86_64 0:2.0.3-7.el7
3424 qt.x86_64 1:4.8.5-8.el7
3425 qt-settings.noarch 0:19-23.5.el7
3426 qt-x11.x86_64 1:4.8.5-8.el7
3427 raptor2.x86_64 0:2.0.9-3.el7
3428 rasqal.x86_64 0:0.9.30-4.el7
3429 redhat-menus.noarch 0:12.0.2-7.el7
3430 redland.x86_64 0:1.0.16-6.el7
3431 redland-virtuoso.x86_64 0:1.0.16-6.el7
3432 rsync.x86_64 0:3.0.9-15.el7
3433 samba-common.x86_64 0:4.1.12-23.el7_1
3434 samba-libs.x86_64 0:4.1.12-23.el7_1
3435 sgml-common.noarch 0:0.6.3-39.el7
3436 shared-desktop-ontologies.noarch 0:0.11.0-2.el7
3437 soprano.x86_64 0:2.9.2-3.el7
3438 sound-theme-freedesktop.noarch 0:0.8-3.el7
3439 speex.x86_64 0:1.2-0.19.rc1.el7
3440 strigi-libs.x86_64 0:0.7.7-12.20120626.el7
3441 subversion-libs.x86_64 0:1.7.14-7.el7_0
3442 systemtap-client.x86_64 0:2.6-10.el7_1
3443 systemtap-devel.x86_64 0:2.6-10.el7_1
3444 systemtap-runtime.x86_64 0:2.6-10.el7_1
3445 sysvinit-tools.x86_64 0:2.88-14.dsf.el7
3446 taglib.x86_64 0:1.8-7.20130218git.el7
3447 tar.x86_64 2:1.26-29.el7
3448 tcp_wrappers-libs.x86_64 0:7.6-77.el7
3449 trousers.x86_64 0:0.3.11.2-3.el7
3450 ttmkfdir.x86_64 0:3.0.9-41.el7
3451 tzdata-java.noarch 0:2015d-1.el7
3452 udisks2.x86_64 0:2.1.2-5.el7
3453 unzip.x86_64 0:6.0-15.el7
3454 upower.x86_64 0:0.9.20-7.el7
3455 usbmuxd.x86_64 0:1.0.8-11.el7
3456 vala.x86_64 0:0.20.1-3.el7
3457 vim-common.x86_64 2:7.4.160-1.el7
3458 vim-filesystem.x86_64 2:7.4.160-1.el7
3459 virtuoso-opensource.x86_64 1:6.1.6-6.el7
3460 wavpack.x86_64 0:4.60.1-9.el7
3461 xalan-j2.noarch 0:2.7.1-23.el7
3462 xdg-user-dirs.x86_64 0:0.15-4.el7
3463 xdg-utils.noarch 0:1.1.0-0.16.20120809git.el7
3464 xerces-j2.noarch 0:2.11.0-17.el7_0
3465 xfsprogs.x86_64 0:3.2.1-6.el7
3466 xml-common.noarch 0:0.6.3-39.el7
3467 xml-commons-apis.noarch 0:1.4.01-16.el7
3468 xml-commons-resolver.noarch 0:1.2-15.el7
3469 xorg-x11-font-utils.x86_64 1:7.5-18.1.el7
3470 xorg-x11-fonts-Type1.noarch 0:7.5-9.el7
3471 xorg-x11-proto-devel.noarch 0:7.7-8.el7.1
3472 xorg-x11-server-utils.x86_64 0:7.7-4.el7
3473 xorg-x11-xauth.x86_64 1:1.0.7-6.1.el7
3474 xorg-x11-xinit.x86_64 0:1.3.2-14.el7
3475 xorg-x11-xkb-utils.x86_64 0:7.7-9.1.el7
3476 yajl.x86_64 0:2.0.4-4.el7
3477 zip.x86_64 0:3.0-10.el7
3478 zlib-devel.x86_64 0:1.2.7-13.el7
3479
3480Skipped (dependency problems):
3481 pyOpenSSL.noarch 0:0.14-1.el7.kolab_3.5
3482 python-cffi.x86_64 0:0.8.6-1.el7.kolab_3.5
3483 python-cryptography.x86_64 0:0.6.1-3.el7.kolab_3.5
3484 python-pycparser.noarch 0:2.10-1.el7.kolab_3.5
3485 python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5
3486 python-six.noarch 0:1.9.0-2.el7.kolab_3.5
3487
3488Complete!
3489Enabling base-source repository
3490Enabling epel-source repository
3491Enabling extras-source repository
3492Enabling updates-source repository
3493http://mirror.de.leaseweb.net/epel/7/SRPMS/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel-source
3494Trying other mirror.
3495http://ftp-stud.hs-esslingen.de/pub/epel/7/SRPMS/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel-source
3496Trying other mirror.
3497http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/repodata/2da135fc1f2f2dd1576f05b7428126c62b645c10c89fba4fa2eb8aa1ce1c4391-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
3498Trying other mirror.
3499ftp://ftp.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/repodata/2da135fc1f2f2dd1576f05b7428126c62b645c10c89fba4fa2eb8aa1ce1c4391-primary.sqlite.xz: [Errno 14] FTP Error 550 - Given file does not exist
3500Trying other mirror.
3501No source RPM found for python-werkzeug-doc-0.9.1-2.el7.noarch
3502No source RPM found for python-itsdangerous-0.23-2.el7.noarch
3503No source RPM found for 1:python-flask-0.10.1-4.el7.noarch
3504No source RPM found for python-werkzeug-0.9.1-2.el7.noarch
3505No source RPM found for 1:python-flask-doc-0.10.1-4.el7.noarch
3506Getting requirements for kolab-freebusy-1.1-2.el7.kolab_3.5.src
3507 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3508Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3509 --> php-pear-DB-1.7.14-6.el7.noarch
3510 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3511 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3512 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3513 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3514 --> php-gd-5.4.16-23.el7_0.3.x86_64
3515 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3516 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3517 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3518 --> php-mcrypt-5.4.16-3.el7.x86_64
3519 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3520 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3521 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3522 --> Already installed : python-2.7.5-16.el7.x86_64
3523 --> uglify-js-2.4.13-5.el7.noarch
3524 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3525 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3526 --> php-xml-5.4.16-23.el7_0.3.x86_64
3527 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3528 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3529 --> 1:php-pear-1.9.4-21.el7.noarch
3530 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3531 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3532Getting requirements for python-cffi-0.8.6-1.el7.kolab_3.5.src
3533 --> Cython-0.19-3.el7.x86_64
3534 --> Already installed : libffi-devel-3.0.13-11.el7.x86_64
3535 --> python-pycparser-2.10-1.el7.kolab_3.5.noarch
3536 --> python-sphinx-1.1.3-8.el7.noarch
3537 --> python-devel-2.7.5-16.el7.x86_64
3538 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3539Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3540 --> Already installed : python-2.7.5-16.el7.x86_64
3541 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3542 --> uglify-js-2.4.13-5.el7.noarch
3543Getting requirements for php-ZendFramework-1.12.11-1.el7.src
3544Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3545 --> Already installed : python-2.7.5-16.el7.x86_64
3546 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3547 --> uglify-js-2.4.13-5.el7.noarch
3548Getting requirements for cyrus-imapd-2.4.17-7.el7.src
3549 --> 1:transfig-3.2.5d-13.el7.x86_64
3550 --> tcp_wrappers-7.6-77.el7.x86_64
3551 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
3552 --> 4:perl-devel-5.16.3-285.el7.x86_64
3553 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
3554 --> openldap-devel-2.4.39-6.el7.x86_64
3555 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
3556 --> libdb-devel-5.3.21-17.el7_0.1.x86_64
3557 --> krb5-devel-1.12.2-14.el7.x86_64
3558 --> groff-1.22.2-8.el7.x86_64
3559 --> Already installed : flex-2.5.37-3.el7.x86_64
3560 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
3561 --> Already installed : bison-2.7-4.el7.x86_64
3562 --> Already installed : automake-1.13.4-3.el7.noarch
3563 --> Already installed : autoconf-2.69-11.el7.noarch
3564Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3565 --> Already installed : python-2.7.5-16.el7.x86_64
3566 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3567 --> uglify-js-2.4.13-5.el7.noarch
3568Getting requirements for erlang-meck-0.7.2-5.el7.src
3569 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
3570Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
3571Getting requirements for libkolab-0.6.git.1429288613-12.el7.kolab_3.5.src
3572 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
3573 --> libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
3574 --> 1:qt-devel-4.8.5-8.el7.x86_64
3575 --> libcurl-devel-7.29.0-19.el7.x86_64
3576 --> php-5.4.16-23.el7_0.3.x86_64
3577 --> php-devel-5.4.16-23.el7_0.3.x86_64
3578 --> python-devel-2.7.5-16.el7.x86_64
3579 --> cmake-2.8.11-4.el7.x86_64
3580Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3581 --> php-pear-DB-1.7.14-6.el7.noarch
3582 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3583 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3584 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3585 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3586 --> php-gd-5.4.16-23.el7_0.3.x86_64
3587 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3588 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3589 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3590 --> php-mcrypt-5.4.16-3.el7.x86_64
3591 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3592 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3593 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3594 --> Already installed : python-2.7.5-16.el7.x86_64
3595 --> uglify-js-2.4.13-5.el7.noarch
3596 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3597 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3598 --> php-xml-5.4.16-23.el7_0.3.x86_64
3599 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3600 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3601 --> 1:php-pear-1.9.4-21.el7.noarch
3602 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3603 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3604Getting requirements for python-cffi-0.8.6-1.el7.src
3605 --> python-devel-2.7.5-16.el7.x86_64
3606 --> python-sphinx-1.1.3-8.el7.noarch
3607 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3608 --> python-pycparser-2.10-1.el7.kolab_3.5.noarch
3609 --> Already installed : libffi-devel-3.0.13-11.el7.x86_64
3610 --> Cython-0.19-3.el7.x86_64
3611Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3612 --> php-pear-DB-1.7.14-6.el7.noarch
3613 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3614 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3615 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3616 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3617 --> php-gd-5.4.16-23.el7_0.3.x86_64
3618 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3619 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3620 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3621 --> php-mcrypt-5.4.16-3.el7.x86_64
3622 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3623 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3624 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3625 --> Already installed : python-2.7.5-16.el7.x86_64
3626 --> uglify-js-2.4.13-5.el7.noarch
3627 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3628 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3629 --> php-xml-5.4.16-23.el7_0.3.x86_64
3630 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3631 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3632 --> 1:php-pear-1.9.4-21.el7.noarch
3633 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3634 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3635Getting requirements for php-seld-phar-utils-1.0.0-1.el7.kolab_3.5.src
3636 --> php-common-5.4.16-23.el7_0.3.x86_64
3637Getting requirements for php-ZendFramework-1.12.11-1.el7.src
3638Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3639 --> Already installed : python-2.7.5-16.el7.x86_64
3640 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3641 --> uglify-js-2.4.13-5.el7.noarch
3642Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3643 --> php-pear-DB-1.7.14-6.el7.noarch
3644 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3645 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3646 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3647 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3648 --> php-gd-5.4.16-23.el7_0.3.x86_64
3649 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3650 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3651 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3652 --> php-mcrypt-5.4.16-3.el7.x86_64
3653 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3654 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3655 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3656 --> Already installed : python-2.7.5-16.el7.x86_64
3657 --> uglify-js-2.4.13-5.el7.noarch
3658 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3659 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3660 --> php-xml-5.4.16-23.el7_0.3.x86_64
3661 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3662 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3663 --> 1:php-pear-1.9.4-21.el7.noarch
3664 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3665 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3666Getting requirements for php-sabre-vobject-3.2.4-1.el7.src
3667 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3668 --> php-common-5.4.16-23.el7_0.3.x86_64
3669Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3670 --> Already installed : python-2.7.5-16.el7.x86_64
3671 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3672 --> uglify-js-2.4.13-5.el7.noarch
3673Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3674 --> php-pear-DB-1.7.14-6.el7.noarch
3675 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3676 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3677 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3678 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3679 --> php-gd-5.4.16-23.el7_0.3.x86_64
3680 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3681 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3682 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3683 --> php-mcrypt-5.4.16-3.el7.x86_64
3684 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3685 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3686 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3687 --> Already installed : python-2.7.5-16.el7.x86_64
3688 --> uglify-js-2.4.13-5.el7.noarch
3689 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3690 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3691 --> php-xml-5.4.16-23.el7_0.3.x86_64
3692 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3693 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3694 --> 1:php-pear-1.9.4-21.el7.noarch
3695 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3696 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3697Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
3698 --> 1:emacs-el-24.3-11.el7.noarch
3699 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
3700 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
3701 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
3702 --> Already installed : automake-1.13.4-3.el7.noarch
3703 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
3704 --> Already installed : autoconf-2.69-11.el7.noarch
3705 --> Already installed : libtool-2.4.2-20.el7.x86_64
3706 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
3707 --> pytz-2012d-5.el7.noarch
3708 --> python-devel-2.7.5-16.el7.x86_64
3709 --> python-dateutil-1.5-7.el7.noarch
3710 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3711 --> 1:emacs-24.3-11.el7.x86_64
3712Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3713 --> php-pear-DB-1.7.14-6.el7.noarch
3714 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3715 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3716 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3717 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3718 --> php-gd-5.4.16-23.el7_0.3.x86_64
3719 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3720 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3721 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3722 --> php-mcrypt-5.4.16-3.el7.x86_64
3723 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3724 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3725 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3726 --> Already installed : python-2.7.5-16.el7.x86_64
3727 --> uglify-js-2.4.13-5.el7.noarch
3728 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3729 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3730 --> php-xml-5.4.16-23.el7_0.3.x86_64
3731 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3732 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3733 --> 1:php-pear-1.9.4-21.el7.noarch
3734 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3735 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3736Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3737 --> Already installed : python-2.7.5-16.el7.x86_64
3738 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3739 --> uglify-js-2.4.13-5.el7.noarch
3740Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
3741 --> python-nose-1.3.0-2.el7.noarch
3742 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
3743 --> python-pyasn1-modules-0.1.6-2.el7.noarch
3744 --> Already installed : intltool-0.50.2-6.el7.noarch
3745 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
3746 --> pytz-2012d-5.el7.noarch
3747 --> Already installed : python-2.7.5-16.el7.x86_64
3748 --> python-twisted-core-12.2.0-4.el7.x86_64
3749 --> python-pyasn1-0.1.6-2.el7.noarch
3750 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
3751 --> python-sqlalchemy-0.9.7-3.el7.x86_64
3752 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
3753 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
3754 --> python-ldap-2.4.15-2.el7.x86_64
3755 --> Already installed : gcc-4.8.3-9.el7.x86_64
3756Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3757 --> Already installed : python-2.7.5-16.el7.x86_64
3758 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3759 --> uglify-js-2.4.13-5.el7.noarch
3760Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3761 --> Already installed : python-2.7.5-16.el7.x86_64
3762 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3763 --> uglify-js-2.4.13-5.el7.noarch
3764Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src
3765 --> libuuid-devel-2.23.2-22.el7_1.x86_64
3766 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
3767 --> Already installed : automake-1.13.4-3.el7.noarch
3768 --> Already installed : autoconf-2.69-11.el7.noarch
3769 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
3770Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3771 --> php-pear-DB-1.7.14-6.el7.noarch
3772 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3773 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3774 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3775 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3776 --> php-gd-5.4.16-23.el7_0.3.x86_64
3777 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3778 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3779 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3780 --> php-mcrypt-5.4.16-3.el7.x86_64
3781 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3782 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3783 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3784 --> Already installed : python-2.7.5-16.el7.x86_64
3785 --> uglify-js-2.4.13-5.el7.noarch
3786 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3787 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3788 --> php-xml-5.4.16-23.el7_0.3.x86_64
3789 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3790 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3791 --> 1:php-pear-1.9.4-21.el7.noarch
3792 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3793 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3794Getting requirements for 1:python-flask-0.10.1-7.el7.kolab_3.5.src
3795 --> python-itsdangerous-0.24-3.el7.kolab_3.5.noarch
3796 --> python-werkzeug-0.9.6-1.el7.kolab_3.5.noarch
3797 --> python-sphinx-1.1.3-8.el7.noarch
3798 --> python-devel-2.7.5-16.el7.x86_64
3799 --> python-jinja2-2.7.2-2.el7.noarch
3800 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3801Getting requirements for php-ZendFramework-1.12.11-1.el7.src
3802Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3803 --> php-pear-DB-1.7.14-6.el7.noarch
3804 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3805 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3806 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3807 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3808 --> php-gd-5.4.16-23.el7_0.3.x86_64
3809 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3810 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3811 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3812 --> php-mcrypt-5.4.16-3.el7.x86_64
3813 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3814 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3815 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3816 --> Already installed : python-2.7.5-16.el7.x86_64
3817 --> uglify-js-2.4.13-5.el7.noarch
3818 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3819 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3820 --> php-xml-5.4.16-23.el7_0.3.x86_64
3821 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3822 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3823 --> 1:php-pear-1.9.4-21.el7.noarch
3824 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3825 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3826Getting requirements for python-sievelib-0.5.2-14.el7.kolab_3.5.src
3827 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3828 --> python-devel-2.7.5-16.el7.x86_64
3829Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3830 --> php-pear-DB-1.7.14-6.el7.noarch
3831 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3832 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3833 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3834 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3835 --> php-gd-5.4.16-23.el7_0.3.x86_64
3836 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3837 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3838 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3839 --> php-mcrypt-5.4.16-3.el7.x86_64
3840 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3841 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3842 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3843 --> Already installed : python-2.7.5-16.el7.x86_64
3844 --> uglify-js-2.4.13-5.el7.noarch
3845 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3846 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3847 --> php-xml-5.4.16-23.el7_0.3.x86_64
3848 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3849 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3850 --> 1:php-pear-1.9.4-21.el7.noarch
3851 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3852 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3853Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
3854 --> 1:emacs-el-24.3-11.el7.noarch
3855 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
3856 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
3857 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
3858 --> Already installed : automake-1.13.4-3.el7.noarch
3859 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
3860 --> Already installed : autoconf-2.69-11.el7.noarch
3861 --> Already installed : libtool-2.4.2-20.el7.x86_64
3862 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
3863 --> pytz-2012d-5.el7.noarch
3864 --> python-devel-2.7.5-16.el7.x86_64
3865 --> python-dateutil-1.5-7.el7.noarch
3866 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3867 --> 1:emacs-24.3-11.el7.x86_64
3868Getting requirements for libkolabxml-1.2-2.el7.kolab_3.5.src
3869 --> uuid-devel-1.6.2-26.el7.x86_64
3870 --> boost-devel-1.53.0-23.el7.x86_64
3871 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
3872 --> e2fsprogs-devel-1.42.9-7.el7.x86_64
3873 --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64
3874 --> 1:qt-devel-4.8.5-8.el7.x86_64
3875 --> xerces-c-devel-3.1.1-6.el7.x86_64
3876 --> cmake-2.8.11-4.el7.x86_64
3877 --> libcurl-devel-7.29.0-19.el7.x86_64
3878 --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64
3879 --> php-5.4.16-23.el7_0.3.x86_64
3880 --> php-devel-5.4.16-23.el7_0.3.x86_64
3881 --> python-devel-2.7.5-16.el7.x86_64
3882Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src
3883 --> libuuid-devel-2.23.2-22.el7_1.x86_64
3884 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
3885 --> Already installed : automake-1.13.4-3.el7.noarch
3886 --> Already installed : autoconf-2.69-11.el7.noarch
3887 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
3888Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3889 --> php-pear-DB-1.7.14-6.el7.noarch
3890 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3891 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3892 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3893 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3894 --> php-gd-5.4.16-23.el7_0.3.x86_64
3895 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3896 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3897 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3898 --> php-mcrypt-5.4.16-3.el7.x86_64
3899 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3900 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3901 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3902 --> Already installed : python-2.7.5-16.el7.x86_64
3903 --> uglify-js-2.4.13-5.el7.noarch
3904 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3905 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3906 --> php-xml-5.4.16-23.el7_0.3.x86_64
3907 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3908 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3909 --> 1:php-pear-1.9.4-21.el7.noarch
3910 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3911 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3912Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
3913Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3914 --> Already installed : python-2.7.5-16.el7.x86_64
3915 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3916 --> uglify-js-2.4.13-5.el7.noarch
3917Getting requirements for riak_pb-2.0.0.16-9.el7.kolab_3.5.src
3918 --> erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64
3919 --> erlang-protobuffs-0.8.0-8.el7.kolab_3.5.x86_64
3920 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
3921 --> python-devel-2.7.5-16.el7.x86_64
3922 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3923Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
3924 --> 1:emacs-el-24.3-11.el7.noarch
3925 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
3926 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
3927 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
3928 --> Already installed : automake-1.13.4-3.el7.noarch
3929 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
3930 --> Already installed : autoconf-2.69-11.el7.noarch
3931 --> Already installed : libtool-2.4.2-20.el7.x86_64
3932 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
3933 --> pytz-2012d-5.el7.noarch
3934 --> python-devel-2.7.5-16.el7.x86_64
3935 --> python-dateutil-1.5-7.el7.noarch
3936 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3937 --> 1:emacs-24.3-11.el7.x86_64
3938Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
3939Getting requirements for python-pycparser-2.10-1.el7.kolab_3.5.src
3940 --> dos2unix-6.0.3-4.el7.x86_64
3941 --> python-ply-3.4-4.el7.noarch
3942 --> python-devel-2.7.5-16.el7.x86_64
3943 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3944Getting requirements for copenhagen-0.0.1-4.el7.kolab_3.5.src
3945 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3946 --> php-pear-HTTP-Request2-2.2.1-1.el7.noarch
3947 --> roundcubemail-core-1.2-3.el7.kolab_3.5.noarch
3948Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3949 --> Already installed : python-2.7.5-16.el7.x86_64
3950 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3951 --> uglify-js-2.4.13-5.el7.noarch
3952Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3953 --> php-pear-DB-1.7.14-6.el7.noarch
3954 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3955 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3956 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3957 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3958 --> php-gd-5.4.16-23.el7_0.3.x86_64
3959 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3960 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3961 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3962 --> php-mcrypt-5.4.16-3.el7.x86_64
3963 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3964 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3965 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3966 --> Already installed : python-2.7.5-16.el7.x86_64
3967 --> uglify-js-2.4.13-5.el7.noarch
3968 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3969 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3970 --> php-xml-5.4.16-23.el7_0.3.x86_64
3971 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3972 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3973 --> 1:php-pear-1.9.4-21.el7.noarch
3974 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3975 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3976Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3977 --> php-pear-DB-1.7.14-6.el7.noarch
3978 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3979 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3980 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3981 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3982 --> php-gd-5.4.16-23.el7_0.3.x86_64
3983 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3984 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3985 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3986 --> php-mcrypt-5.4.16-3.el7.x86_64
3987 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3988 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3989 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3990 --> Already installed : python-2.7.5-16.el7.x86_64
3991 --> uglify-js-2.4.13-5.el7.noarch
3992 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3993 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3994 --> php-xml-5.4.16-23.el7_0.3.x86_64
3995 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3996 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3997 --> 1:php-pear-1.9.4-21.el7.noarch
3998 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3999 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4000Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4001 --> php-pear-DB-1.7.14-6.el7.noarch
4002 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4003 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4004 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4005 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4006 --> php-gd-5.4.16-23.el7_0.3.x86_64
4007 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4008 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4009 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4010 --> php-mcrypt-5.4.16-3.el7.x86_64
4011 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4012 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4013 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4014 --> Already installed : python-2.7.5-16.el7.x86_64
4015 --> uglify-js-2.4.13-5.el7.noarch
4016 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4017 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4018 --> php-xml-5.4.16-23.el7_0.3.x86_64
4019 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4020 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4021 --> 1:php-pear-1.9.4-21.el7.noarch
4022 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4023 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4024Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4025Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4026 --> php-pear-DB-1.7.14-6.el7.noarch
4027 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4028 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4029 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4030 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4031 --> php-gd-5.4.16-23.el7_0.3.x86_64
4032 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4033 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4034 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4035 --> php-mcrypt-5.4.16-3.el7.x86_64
4036 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4037 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4038 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4039 --> Already installed : python-2.7.5-16.el7.x86_64
4040 --> uglify-js-2.4.13-5.el7.noarch
4041 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4042 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4043 --> php-xml-5.4.16-23.el7_0.3.x86_64
4044 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4045 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4046 --> 1:php-pear-1.9.4-21.el7.noarch
4047 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4048 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4049Getting requirements for kolab-utils-3.1-18.el7.kolab_3.5.src
4050 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
4051 --> libcurl-devel-7.29.0-19.el7.x86_64
4052 --> 1:qt-devel-4.8.5-8.el7.x86_64
4053 --> libkolab-devel-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
4054 --> cmake-2.8.11-4.el7.x86_64
4055Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4056Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4057Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src
4058 --> nspr-devel-4.10.8-1.el7_1.x86_64
4059 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
4060 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4061 --> nss-devel-3.18.0-2.2.el7_1.x86_64
4062 --> svrcore-devel-4.0.4-11.el7.x86_64
4063Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4064 --> php-pear-DB-1.7.14-6.el7.noarch
4065 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4066 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4067 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4068 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4069 --> php-gd-5.4.16-23.el7_0.3.x86_64
4070 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4071 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4072 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4073 --> php-mcrypt-5.4.16-3.el7.x86_64
4074 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4075 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4076 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4077 --> Already installed : python-2.7.5-16.el7.x86_64
4078 --> uglify-js-2.4.13-5.el7.noarch
4079 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4080 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4081 --> php-xml-5.4.16-23.el7_0.3.x86_64
4082 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4083 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4084 --> 1:php-pear-1.9.4-21.el7.noarch
4085 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4086 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4087Getting requirements for xsd-3.3.0.1-27.el7.kolab_3.5.src
4088 --> boost-devel-1.53.0-23.el7.x86_64
4089 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4090 --> fdupes-1.51-6.el7.x86_64
4091 --> xerces-c-devel-3.1.1-6.el7.x86_64
4092 --> Already installed : m4-1.4.16-9.el7.x86_64
4093Getting requirements for libkolabxml-1.2-2.el7.kolab_3.5.src
4094 --> uuid-devel-1.6.2-26.el7.x86_64
4095 --> boost-devel-1.53.0-23.el7.x86_64
4096 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4097 --> e2fsprogs-devel-1.42.9-7.el7.x86_64
4098 --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64
4099 --> 1:qt-devel-4.8.5-8.el7.x86_64
4100 --> xerces-c-devel-3.1.1-6.el7.x86_64
4101 --> cmake-2.8.11-4.el7.x86_64
4102 --> libcurl-devel-7.29.0-19.el7.x86_64
4103 --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64
4104 --> php-5.4.16-23.el7_0.3.x86_64
4105 --> php-devel-5.4.16-23.el7_0.3.x86_64
4106 --> python-devel-2.7.5-16.el7.x86_64
4107Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4108 --> php-pear-DB-1.7.14-6.el7.noarch
4109 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4110 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4111 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4112 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4113 --> php-gd-5.4.16-23.el7_0.3.x86_64
4114 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4115 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4116 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4117 --> php-mcrypt-5.4.16-3.el7.x86_64
4118 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4119 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4120 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4121 --> Already installed : python-2.7.5-16.el7.x86_64
4122 --> uglify-js-2.4.13-5.el7.noarch
4123 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4124 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4125 --> php-xml-5.4.16-23.el7_0.3.x86_64
4126 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4127 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4128 --> 1:php-pear-1.9.4-21.el7.noarch
4129 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4130 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4131Getting requirements for chwala-0.3.1-1.el7.kolab_3.5.src
4132Getting requirements for python-google-apputils-0.4.1-1.el7.kolab_3.5.src
4133 --> python-devel-2.7.5-16.el7.x86_64
4134 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4135Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4136 --> php-pear-DB-1.7.14-6.el7.noarch
4137 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4138 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4139 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4140 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4141 --> php-gd-5.4.16-23.el7_0.3.x86_64
4142 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4143 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4144 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4145 --> php-mcrypt-5.4.16-3.el7.x86_64
4146 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4147 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4148 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4149 --> Already installed : python-2.7.5-16.el7.x86_64
4150 --> uglify-js-2.4.13-5.el7.noarch
4151 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4152 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4153 --> php-xml-5.4.16-23.el7_0.3.x86_64
4154 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4155 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4156 --> 1:php-pear-1.9.4-21.el7.noarch
4157 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4158 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4159Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4160 --> Already installed : python-2.7.5-16.el7.x86_64
4161 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4162 --> uglify-js-2.4.13-5.el7.noarch
4163Getting requirements for php-sabre-event-1.0.1-1.el7.src
4164 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4165 --> php-common-5.4.16-23.el7_0.3.x86_64
4166Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4167 --> Already installed : python-2.7.5-16.el7.x86_64
4168 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4169 --> uglify-js-2.4.13-5.el7.noarch
4170Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4171 --> php-pear-DB-1.7.14-6.el7.noarch
4172 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4173 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4174 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4175 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4176 --> php-gd-5.4.16-23.el7_0.3.x86_64
4177 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4178 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4179 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4180 --> php-mcrypt-5.4.16-3.el7.x86_64
4181 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4182 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4183 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4184 --> Already installed : python-2.7.5-16.el7.x86_64
4185 --> uglify-js-2.4.13-5.el7.noarch
4186 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4187 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4188 --> php-xml-5.4.16-23.el7_0.3.x86_64
4189 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4190 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4191 --> 1:php-pear-1.9.4-21.el7.noarch
4192 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4193 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4194Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src
4195 --> nspr-devel-4.10.8-1.el7_1.x86_64
4196 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
4197 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4198 --> nss-devel-3.18.0-2.2.el7_1.x86_64
4199 --> svrcore-devel-4.0.4-11.el7.x86_64
4200Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4201 --> php-pear-DB-1.7.14-6.el7.noarch
4202 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4203 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4204 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4205 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4206 --> php-gd-5.4.16-23.el7_0.3.x86_64
4207 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4208 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4209 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4210 --> php-mcrypt-5.4.16-3.el7.x86_64
4211 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4212 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4213 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4214 --> Already installed : python-2.7.5-16.el7.x86_64
4215 --> uglify-js-2.4.13-5.el7.noarch
4216 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4217 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4218 --> php-xml-5.4.16-23.el7_0.3.x86_64
4219 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4220 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4221 --> 1:php-pear-1.9.4-21.el7.noarch
4222 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4223 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4224Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4225 --> Already installed : python-2.7.5-16.el7.x86_64
4226 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4227 --> uglify-js-2.4.13-5.el7.noarch
4228Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4229 --> php-pear-DB-1.7.14-6.el7.noarch
4230 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4231 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4232 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4233 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4234 --> php-gd-5.4.16-23.el7_0.3.x86_64
4235 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4236 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4237 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4238 --> php-mcrypt-5.4.16-3.el7.x86_64
4239 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4240 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4241 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4242 --> Already installed : python-2.7.5-16.el7.x86_64
4243 --> uglify-js-2.4.13-5.el7.noarch
4244 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4245 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4246 --> php-xml-5.4.16-23.el7_0.3.x86_64
4247 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4248 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4249 --> 1:php-pear-1.9.4-21.el7.noarch
4250 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4251 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4252Getting requirements for protobuf-2.5.0-7.el7.src
4253 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
4254 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4255 --> python-devel-2.7.5-16.el7.x86_64
4256 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4257 --> maven-surefire-plugin-2.15-3.el7.noarch
4258 --> maven-resources-plugin-2.6-6.el7.noarch
4259 --> maven-local-3.4.1-6.el7_0.noarch
4260 --> maven-javadoc-plugin-2.9-8.el7.noarch
4261 --> maven-jar-plugin-2.4-8.el7.noarch
4262 --> maven-install-plugin-2.4-7.el7.noarch
4263 --> maven-compiler-plugin-3.1-4.el7.noarch
4264 --> maven-antrun-plugin-1.7-8.el7.noarch
4265 --> Already installed : libtool-2.4.2-20.el7.x86_64
4266 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
4267 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
4268 --> 1:emacs-el-24.3-11.el7.noarch
4269 --> 1:emacs-24.3-11.el7.x86_64
4270 --> Already installed : automake-1.13.4-3.el7.noarch
4271 --> Already installed : autoconf-2.69-11.el7.noarch
4272Getting requirements for erlang-rebar-2.5.1-8.el7.kolab_3.5.src
4273 --> erlang-R16B-03.10.el7.x86_64
4274Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
4275 --> python-nose-1.3.0-2.el7.noarch
4276 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
4277 --> python-pyasn1-modules-0.1.6-2.el7.noarch
4278 --> Already installed : intltool-0.50.2-6.el7.noarch
4279 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
4280 --> pytz-2012d-5.el7.noarch
4281 --> Already installed : python-2.7.5-16.el7.x86_64
4282 --> python-twisted-core-12.2.0-4.el7.x86_64
4283 --> python-pyasn1-0.1.6-2.el7.noarch
4284 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
4285 --> python-sqlalchemy-0.9.7-3.el7.x86_64
4286 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
4287 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
4288 --> python-ldap-2.4.15-2.el7.x86_64
4289 --> Already installed : gcc-4.8.3-9.el7.x86_64
4290Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4291 --> Already installed : python-2.7.5-16.el7.x86_64
4292 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4293 --> uglify-js-2.4.13-5.el7.noarch
4294Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4295 --> php-pear-DB-1.7.14-6.el7.noarch
4296 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4297 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4298 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4299 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4300 --> php-gd-5.4.16-23.el7_0.3.x86_64
4301 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4302 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4303 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4304 --> php-mcrypt-5.4.16-3.el7.x86_64
4305 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4306 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4307 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4308 --> Already installed : python-2.7.5-16.el7.x86_64
4309 --> uglify-js-2.4.13-5.el7.noarch
4310 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4311 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4312 --> php-xml-5.4.16-23.el7_0.3.x86_64
4313 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4314 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4315 --> 1:php-pear-1.9.4-21.el7.noarch
4316 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4317 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4318Getting requirements for erlang-poolboy-1.4.2-3.el7.kolab_3.5.src
4319 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
4320Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4321 --> php-pear-DB-1.7.14-6.el7.noarch
4322 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4323 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4324 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4325 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4326 --> php-gd-5.4.16-23.el7_0.3.x86_64
4327 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4328 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4329 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4330 --> php-mcrypt-5.4.16-3.el7.x86_64
4331 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4332 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4333 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4334 --> Already installed : python-2.7.5-16.el7.x86_64
4335 --> uglify-js-2.4.13-5.el7.noarch
4336 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4337 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4338 --> php-xml-5.4.16-23.el7_0.3.x86_64
4339 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4340 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4341 --> 1:php-pear-1.9.4-21.el7.noarch
4342 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4343 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4344Getting requirements for php-ZendFramework-1.12.11-1.el7.src
4345Getting requirements for libkolab-0.6.git.1429288613-12.el7.kolab_3.5.src
4346 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
4347 --> libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
4348 --> 1:qt-devel-4.8.5-8.el7.x86_64
4349 --> libcurl-devel-7.29.0-19.el7.x86_64
4350 --> php-5.4.16-23.el7_0.3.x86_64
4351 --> php-devel-5.4.16-23.el7_0.3.x86_64
4352 --> python-devel-2.7.5-16.el7.x86_64
4353 --> cmake-2.8.11-4.el7.x86_64
4354Getting requirements for python-pycparser-2.10-1.el7.src
4355 --> python-devel-2.7.5-16.el7.x86_64
4356 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4357 --> python-ply-3.4-4.el7.noarch
4358 --> dos2unix-6.0.3-4.el7.x86_64
4359Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4360 --> php-pear-DB-1.7.14-6.el7.noarch
4361 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4362 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4363 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4364 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4365 --> php-gd-5.4.16-23.el7_0.3.x86_64
4366 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4367 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4368 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4369 --> php-mcrypt-5.4.16-3.el7.x86_64
4370 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4371 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4372 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4373 --> Already installed : python-2.7.5-16.el7.x86_64
4374 --> uglify-js-2.4.13-5.el7.noarch
4375 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4376 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4377 --> php-xml-5.4.16-23.el7_0.3.x86_64
4378 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4379 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4380 --> 1:php-pear-1.9.4-21.el7.noarch
4381 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4382 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4383Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4384 --> php-pear-DB-1.7.14-6.el7.noarch
4385 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4386 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4387 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4388 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4389 --> php-gd-5.4.16-23.el7_0.3.x86_64
4390 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4391 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4392 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4393 --> php-mcrypt-5.4.16-3.el7.x86_64
4394 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4395 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4396 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4397 --> Already installed : python-2.7.5-16.el7.x86_64
4398 --> uglify-js-2.4.13-5.el7.noarch
4399 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4400 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4401 --> php-xml-5.4.16-23.el7_0.3.x86_64
4402 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4403 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4404 --> 1:php-pear-1.9.4-21.el7.noarch
4405 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4406 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4407Getting requirements for protobuf-2.5.0-7.el7.src
4408 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
4409 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4410 --> python-devel-2.7.5-16.el7.x86_64
4411 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4412 --> maven-surefire-plugin-2.15-3.el7.noarch
4413 --> maven-resources-plugin-2.6-6.el7.noarch
4414 --> maven-local-3.4.1-6.el7_0.noarch
4415 --> maven-javadoc-plugin-2.9-8.el7.noarch
4416 --> maven-jar-plugin-2.4-8.el7.noarch
4417 --> maven-install-plugin-2.4-7.el7.noarch
4418 --> maven-compiler-plugin-3.1-4.el7.noarch
4419 --> maven-antrun-plugin-1.7-8.el7.noarch
4420 --> Already installed : libtool-2.4.2-20.el7.x86_64
4421 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
4422 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
4423 --> 1:emacs-el-24.3-11.el7.noarch
4424 --> 1:emacs-24.3-11.el7.x86_64
4425 --> Already installed : automake-1.13.4-3.el7.noarch
4426 --> Already installed : autoconf-2.69-11.el7.noarch
4427Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4428 --> Already installed : python-2.7.5-16.el7.x86_64
4429 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4430 --> uglify-js-2.4.13-5.el7.noarch
4431Getting requirements for libcalendaring-4.9.1-3.el7.kolab_3.5.src
4432 --> libical-devel-0.48-6.el7.x86_64
4433 --> boost-devel-1.53.0-23.el7.x86_64
4434 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4435 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
4436 --> 1:qt-devel-4.8.5-8.el7.x86_64
4437 --> cmake-2.8.11-4.el7.x86_64
4438Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4439 --> Already installed : python-2.7.5-16.el7.x86_64
4440 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4441 --> uglify-js-2.4.13-5.el7.noarch
4442Getting requirements for python-selenium-2.45.0-3.el7.kolab_3.5.src
4443 --> python-devel-2.7.5-16.el7.x86_64
4444 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4445Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src
4446 --> nspr-devel-4.10.8-1.el7_1.x86_64
4447 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
4448 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4449 --> nss-devel-3.18.0-2.2.el7_1.x86_64
4450 --> svrcore-devel-4.0.4-11.el7.x86_64
4451Getting requirements for roundcubemail-plugin-converse-0.0-14.el7.kolab_3.5.src
4452Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4453 --> php-pear-DB-1.7.14-6.el7.noarch
4454 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4455 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4456 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4457 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4458 --> php-gd-5.4.16-23.el7_0.3.x86_64
4459 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4460 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4461 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4462 --> php-mcrypt-5.4.16-3.el7.x86_64
4463 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4464 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4465 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4466 --> Already installed : python-2.7.5-16.el7.x86_64
4467 --> uglify-js-2.4.13-5.el7.noarch
4468 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4469 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4470 --> php-xml-5.4.16-23.el7_0.3.x86_64
4471 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4472 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4473 --> 1:php-pear-1.9.4-21.el7.noarch
4474 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4475 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4476Getting requirements for erlang-procket-0.6.1-3.el7.kolab_3.5.src
4477 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
4478Getting requirements for python-cryptography-0.6.1-3.el7.kolab_3.5.src
4479 --> python-six-1.9.0-2.el7.kolab_3.5.noarch
4480 --> python-pyasn1-0.1.6-2.el7.noarch
4481 --> python-cryptography-vectors-0.8-1.el7.noarch
4482 --> python-iso8601-0.1.10-1.el7.noarch
4483 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
4484 --> python-devel-2.7.5-16.el7.x86_64
4485 --> python-cffi-0.8.6-1.el7.kolab_3.5.x86_64
4486 --> pytest-2.3.5-4.el7.noarch
4487 --> python-pretend-1.0.8-2.el7.noarch
4488 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4489Getting requirements for cyrus-imapd-2.4.17-8.el7_1.src
4490 --> 1:transfig-3.2.5d-13.el7.x86_64
4491 --> tcp_wrappers-7.6-77.el7.x86_64
4492 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4493 --> 4:perl-devel-5.16.3-285.el7.x86_64
4494 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
4495 --> openldap-devel-2.4.39-6.el7.x86_64
4496 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
4497 --> libdb-devel-5.3.21-17.el7_0.1.x86_64
4498 --> krb5-devel-1.12.2-14.el7.x86_64
4499 --> groff-1.22.2-8.el7.x86_64
4500 --> Already installed : flex-2.5.37-3.el7.x86_64
4501 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
4502 --> Already installed : bison-2.7-4.el7.x86_64
4503 --> Already installed : automake-1.13.4-3.el7.noarch
4504 --> Already installed : autoconf-2.69-11.el7.noarch
4505Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4506Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4507 --> php-pear-DB-1.7.14-6.el7.noarch
4508 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4509 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4510 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4511 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4512 --> php-gd-5.4.16-23.el7_0.3.x86_64
4513 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4514 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4515 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4516 --> php-mcrypt-5.4.16-3.el7.x86_64
4517 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4518 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4519 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4520 --> Already installed : python-2.7.5-16.el7.x86_64
4521 --> uglify-js-2.4.13-5.el7.noarch
4522 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4523 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4524 --> php-xml-5.4.16-23.el7_0.3.x86_64
4525 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4526 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4527 --> 1:php-pear-1.9.4-21.el7.noarch
4528 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4529 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4530Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4531Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4532 --> Already installed : python-2.7.5-16.el7.x86_64
4533 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4534 --> uglify-js-2.4.13-5.el7.noarch
4535Getting requirements for php-ZendFramework-1.12.11-1.el7.src
4536Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4537Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4538 --> php-pear-DB-1.7.14-6.el7.noarch
4539 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4540 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4541 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4542 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4543 --> php-gd-5.4.16-23.el7_0.3.x86_64
4544 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4545 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4546 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4547 --> php-mcrypt-5.4.16-3.el7.x86_64
4548 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4549 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4550 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4551 --> Already installed : python-2.7.5-16.el7.x86_64
4552 --> uglify-js-2.4.13-5.el7.noarch
4553 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4554 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4555 --> php-xml-5.4.16-23.el7_0.3.x86_64
4556 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4557 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4558 --> 1:php-pear-1.9.4-21.el7.noarch
4559 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4560 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4561Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4562 --> Already installed : python-2.7.5-16.el7.x86_64
4563 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4564 --> uglify-js-2.4.13-5.el7.noarch
4565Getting requirements for libkolabxml-1.2-2.el7.kolab_3.5.src
4566 --> uuid-devel-1.6.2-26.el7.x86_64
4567 --> boost-devel-1.53.0-23.el7.x86_64
4568 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4569 --> e2fsprogs-devel-1.42.9-7.el7.x86_64
4570 --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64
4571 --> 1:qt-devel-4.8.5-8.el7.x86_64
4572 --> xerces-c-devel-3.1.1-6.el7.x86_64
4573 --> cmake-2.8.11-4.el7.x86_64
4574 --> libcurl-devel-7.29.0-19.el7.x86_64
4575 --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64
4576 --> php-5.4.16-23.el7_0.3.x86_64
4577 --> php-devel-5.4.16-23.el7_0.3.x86_64
4578 --> python-devel-2.7.5-16.el7.x86_64
4579Getting requirements for roundcubemail-plugin-contextmenu-2.1.1-1.el7.kolab_3.5.src
4580 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4581 --> uglify-js-2.4.13-5.el7.noarch
4582Getting requirements for composer-1.0.0-14.el7.kolab_3.5.src
4583 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4584 --> php-symfony-finder-2.5.11-1.el7.noarch
4585 --> php-jsonlint-1.3.1-1.el7.noarch
4586 --> php-symfony-process-2.5.11-1.el7.noarch
4587 --> php-symfony-console-2.5.11-1.el7.noarch
4588 --> php-symfony-class-loader-2.5.11-1.el7.noarch
4589 --> php-JsonSchema-1.4.1-1.el7.kolab_3.5.noarch
4590Getting requirements for libcalendaring-4.9.1-3.el7.kolab_3.5.src
4591 --> libical-devel-0.48-6.el7.x86_64
4592 --> boost-devel-1.53.0-23.el7.x86_64
4593 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4594 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
4595 --> 1:qt-devel-4.8.5-8.el7.x86_64
4596 --> cmake-2.8.11-4.el7.x86_64
4597Getting requirements for php-pear-Net-LDAP2-2.0.12-21.el7.kolab_3.5.src
4598 --> 1:php-pear-1.9.4-21.el7.noarch
4599Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4600 --> php-pear-DB-1.7.14-6.el7.noarch
4601 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4602 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4603 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4604 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4605 --> php-gd-5.4.16-23.el7_0.3.x86_64
4606 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4607 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4608 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4609 --> php-mcrypt-5.4.16-3.el7.x86_64
4610 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4611 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4612 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4613 --> Already installed : python-2.7.5-16.el7.x86_64
4614 --> uglify-js-2.4.13-5.el7.noarch
4615 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4616 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4617 --> php-xml-5.4.16-23.el7_0.3.x86_64
4618 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4619 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4620 --> 1:php-pear-1.9.4-21.el7.noarch
4621 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4622 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4623Getting requirements for arcanist-20150415.giteb03646-1.el7.kolab_3.5.src
4624Getting requirements for roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.src
4625 --> Already installed : python-2.7.5-16.el7.x86_64
4626 --> nodejs-less-1.7.0-2.el7.noarch
4627 --> uglify-js-2.4.13-5.el7.noarch
4628Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4629 --> php-pear-DB-1.7.14-6.el7.noarch
4630 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4631 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4632 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4633 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4634 --> php-gd-5.4.16-23.el7_0.3.x86_64
4635 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4636 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4637 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4638 --> php-mcrypt-5.4.16-3.el7.x86_64
4639 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4640 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4641 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4642 --> Already installed : python-2.7.5-16.el7.x86_64
4643 --> uglify-js-2.4.13-5.el7.noarch
4644 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4645 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4646 --> php-xml-5.4.16-23.el7_0.3.x86_64
4647 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4648 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4649 --> 1:php-pear-1.9.4-21.el7.noarch
4650 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4651 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4652Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4653 --> php-pear-DB-1.7.14-6.el7.noarch
4654 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4655 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4656 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4657 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4658 --> php-gd-5.4.16-23.el7_0.3.x86_64
4659 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4660 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4661 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4662 --> php-mcrypt-5.4.16-3.el7.x86_64
4663 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4664 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4665 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4666 --> Already installed : python-2.7.5-16.el7.x86_64
4667 --> uglify-js-2.4.13-5.el7.noarch
4668 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4669 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4670 --> php-xml-5.4.16-23.el7_0.3.x86_64
4671 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4672 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4673 --> 1:php-pear-1.9.4-21.el7.noarch
4674 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4675 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4676Getting requirements for pyOpenSSL-0.14-1.el7.kolab_3.5.src
4677 --> elinks-0.12-0.36.pre6.el7.x86_64
4678 --> 2:texlive-latex-svn27907.0-32.el7.noarch
4679 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
4680 --> latex2html-2012-3.el7.noarch
4681 --> python-devel-2.7.5-16.el7.x86_64
4682 --> python-sphinx-1.1.3-8.el7.noarch
4683 --> 2:texlive-dvips-svn29585.0-32.el7.noarch
4684 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4685Getting requirements for php-ZendFramework-1.12.11-1.el7.src
4686Getting requirements for php-ZendFramework-1.12.11-1.el7.src
4687Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4688 --> php-pear-DB-1.7.14-6.el7.noarch
4689 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4690 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4691 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4692 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4693 --> php-gd-5.4.16-23.el7_0.3.x86_64
4694 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4695 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4696 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4697 --> php-mcrypt-5.4.16-3.el7.x86_64
4698 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4699 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4700 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4701 --> Already installed : python-2.7.5-16.el7.x86_64
4702 --> uglify-js-2.4.13-5.el7.noarch
4703 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4704 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4705 --> php-xml-5.4.16-23.el7_0.3.x86_64
4706 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4707 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4708 --> 1:php-pear-1.9.4-21.el7.noarch
4709 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4710 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4711Getting requirements for php-ZendFramework-1.12.11-1.el7.src
4712Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4713Getting requirements for erlang-lfe-0.9.2-2.el7.kolab_3.5.src
4714 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4715 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
4716 --> 1:emacs-el-24.3-11.el7.noarch
4717 --> 1:emacs-24.3-11.el7.x86_64
4718Getting requirements for erlang-lager-2.1.0-9.el7.kolab_3.5.src
4719 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
4720 --> erlang-goldrush-0.1.6-6.el7.kolab_3.5.x86_64
4721Getting requirements for libkolabxml-1.2-2.el7.kolab_3.5.src
4722 --> uuid-devel-1.6.2-26.el7.x86_64
4723 --> boost-devel-1.53.0-23.el7.x86_64
4724 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4725 --> e2fsprogs-devel-1.42.9-7.el7.x86_64
4726 --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64
4727 --> 1:qt-devel-4.8.5-8.el7.x86_64
4728 --> xerces-c-devel-3.1.1-6.el7.x86_64
4729 --> cmake-2.8.11-4.el7.x86_64
4730 --> libcurl-devel-7.29.0-19.el7.x86_64
4731 --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64
4732 --> php-5.4.16-23.el7_0.3.x86_64
4733 --> php-devel-5.4.16-23.el7_0.3.x86_64
4734 --> python-devel-2.7.5-16.el7.x86_64
4735Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4736 --> php-pear-DB-1.7.14-6.el7.noarch
4737 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4738 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4739 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4740 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4741 --> php-gd-5.4.16-23.el7_0.3.x86_64
4742 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4743 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4744 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4745 --> php-mcrypt-5.4.16-3.el7.x86_64
4746 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4747 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4748 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4749 --> Already installed : python-2.7.5-16.el7.x86_64
4750 --> uglify-js-2.4.13-5.el7.noarch
4751 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4752 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4753 --> php-xml-5.4.16-23.el7_0.3.x86_64
4754 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4755 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4756 --> 1:php-pear-1.9.4-21.el7.noarch
4757 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4758 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4759Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4760 --> php-pear-DB-1.7.14-6.el7.noarch
4761 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4762 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4763 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4764 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4765 --> php-gd-5.4.16-23.el7_0.3.x86_64
4766 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4767 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4768 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4769 --> php-mcrypt-5.4.16-3.el7.x86_64
4770 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4771 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4772 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4773 --> Already installed : python-2.7.5-16.el7.x86_64
4774 --> uglify-js-2.4.13-5.el7.noarch
4775 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4776 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4777 --> php-xml-5.4.16-23.el7_0.3.x86_64
4778 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4779 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4780 --> 1:php-pear-1.9.4-21.el7.noarch
4781 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4782 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4783Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4784 --> Already installed : python-2.7.5-16.el7.x86_64
4785 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4786 --> uglify-js-2.4.13-5.el7.noarch
4787Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4788Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4789 --> Already installed : python-2.7.5-16.el7.x86_64
4790 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4791 --> uglify-js-2.4.13-5.el7.noarch
4792Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4793 --> Already installed : python-2.7.5-16.el7.x86_64
4794 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4795 --> uglify-js-2.4.13-5.el7.noarch
4796Getting requirements for pyOpenSSL-0.13.1-3.el7.src
4797 --> 2:texlive-latex-svn27907.0-32.el7.noarch
4798 --> 2:texlive-dvips-svn29585.0-32.el7.noarch
4799 --> python-devel-2.7.5-16.el7.x86_64
4800 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
4801 --> latex2html-2012-3.el7.noarch
4802 --> elinks-0.12-0.36.pre6.el7.x86_64
4803Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
4804 --> 1:emacs-el-24.3-11.el7.noarch
4805 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4806 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4807 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
4808 --> Already installed : automake-1.13.4-3.el7.noarch
4809 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
4810 --> Already installed : autoconf-2.69-11.el7.noarch
4811 --> Already installed : libtool-2.4.2-20.el7.x86_64
4812 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
4813 --> pytz-2012d-5.el7.noarch
4814 --> python-devel-2.7.5-16.el7.x86_64
4815 --> python-dateutil-1.5-7.el7.noarch
4816 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4817 --> 1:emacs-24.3-11.el7.x86_64
4818Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4819 --> php-pear-DB-1.7.14-6.el7.noarch
4820 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4821 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4822 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4823 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4824 --> php-gd-5.4.16-23.el7_0.3.x86_64
4825 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4826 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4827 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4828 --> php-mcrypt-5.4.16-3.el7.x86_64
4829 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4830 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4831 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4832 --> Already installed : python-2.7.5-16.el7.x86_64
4833 --> uglify-js-2.4.13-5.el7.noarch
4834 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4835 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4836 --> php-xml-5.4.16-23.el7_0.3.x86_64
4837 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4838 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4839 --> 1:php-pear-1.9.4-21.el7.noarch
4840 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4841 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4842Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4843 --> Already installed : python-2.7.5-16.el7.x86_64
4844 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4845 --> uglify-js-2.4.13-5.el7.noarch
4846Getting requirements for python-flask-bootstrap-3.2.0.2-5.el7.kolab_3.5.src
4847 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4848 --> python-devel-2.7.5-16.el7.x86_64
4849 --> 1:python-flask-0.10.1-7.el7.kolab_3.5.noarch
4850Getting requirements for kolab-3.1.9-5.el7.kolab_3.5.src
4851Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4852 --> php-pear-DB-1.7.14-6.el7.noarch
4853 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4854 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4855 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4856 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4857 --> php-gd-5.4.16-23.el7_0.3.x86_64
4858 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4859 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4860 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4861 --> php-mcrypt-5.4.16-3.el7.x86_64
4862 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4863 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4864 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4865 --> Already installed : python-2.7.5-16.el7.x86_64
4866 --> uglify-js-2.4.13-5.el7.noarch
4867 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4868 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4869 --> php-xml-5.4.16-23.el7_0.3.x86_64
4870 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4871 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4872 --> 1:php-pear-1.9.4-21.el7.noarch
4873 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4874 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4875Getting requirements for php-ZendFramework-1.12.11-1.el7.src
4876Getting requirements for protobuf-2.5.0-7.el7.src
4877 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
4878 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4879 --> python-devel-2.7.5-16.el7.x86_64
4880 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4881 --> maven-surefire-plugin-2.15-3.el7.noarch
4882 --> maven-resources-plugin-2.6-6.el7.noarch
4883 --> maven-local-3.4.1-6.el7_0.noarch
4884 --> maven-javadoc-plugin-2.9-8.el7.noarch
4885 --> maven-jar-plugin-2.4-8.el7.noarch
4886 --> maven-install-plugin-2.4-7.el7.noarch
4887 --> maven-compiler-plugin-3.1-4.el7.noarch
4888 --> maven-antrun-plugin-1.7-8.el7.noarch
4889 --> Already installed : libtool-2.4.2-20.el7.x86_64
4890 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
4891 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
4892 --> 1:emacs-el-24.3-11.el7.noarch
4893 --> 1:emacs-24.3-11.el7.x86_64
4894 --> Already installed : automake-1.13.4-3.el7.noarch
4895 --> Already installed : autoconf-2.69-11.el7.noarch
4896Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4897 --> Already installed : python-2.7.5-16.el7.x86_64
4898 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4899 --> uglify-js-2.4.13-5.el7.noarch
4900Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4901 --> php-pear-DB-1.7.14-6.el7.noarch
4902 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4903 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4904 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4905 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4906 --> php-gd-5.4.16-23.el7_0.3.x86_64
4907 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4908 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4909 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4910 --> php-mcrypt-5.4.16-3.el7.x86_64
4911 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4912 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4913 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4914 --> Already installed : python-2.7.5-16.el7.x86_64
4915 --> uglify-js-2.4.13-5.el7.noarch
4916 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4917 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4918 --> php-xml-5.4.16-23.el7_0.3.x86_64
4919 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4920 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4921 --> 1:php-pear-1.9.4-21.el7.noarch
4922 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4923 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4924Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4925 --> php-pear-DB-1.7.14-6.el7.noarch
4926 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4927 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4928 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4929 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4930 --> php-gd-5.4.16-23.el7_0.3.x86_64
4931 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4932 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4933 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4934 --> php-mcrypt-5.4.16-3.el7.x86_64
4935 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4936 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4937 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4938 --> Already installed : python-2.7.5-16.el7.x86_64
4939 --> uglify-js-2.4.13-5.el7.noarch
4940 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4941 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4942 --> php-xml-5.4.16-23.el7_0.3.x86_64
4943 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4944 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4945 --> 1:php-pear-1.9.4-21.el7.noarch
4946 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4947 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4948Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4949 --> php-pear-DB-1.7.14-6.el7.noarch
4950 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4951 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4952 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4953 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4954 --> php-gd-5.4.16-23.el7_0.3.x86_64
4955 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4956 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4957 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4958 --> php-mcrypt-5.4.16-3.el7.x86_64
4959 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4960 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4961 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4962 --> Already installed : python-2.7.5-16.el7.x86_64
4963 --> uglify-js-2.4.13-5.el7.noarch
4964 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4965 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4966 --> php-xml-5.4.16-23.el7_0.3.x86_64
4967 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4968 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4969 --> 1:php-pear-1.9.4-21.el7.noarch
4970 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4971 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4972Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
4973 --> 1:emacs-el-24.3-11.el7.noarch
4974 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4975 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4976 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
4977 --> Already installed : automake-1.13.4-3.el7.noarch
4978 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
4979 --> Already installed : autoconf-2.69-11.el7.noarch
4980 --> Already installed : libtool-2.4.2-20.el7.x86_64
4981 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
4982 --> pytz-2012d-5.el7.noarch
4983 --> python-devel-2.7.5-16.el7.x86_64
4984 --> python-dateutil-1.5-7.el7.noarch
4985 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4986 --> 1:emacs-24.3-11.el7.x86_64
4987Getting requirements for erlang-rebar-2.1.0-0.2.el7.src
4988 --> erlang-R16B-03.10.el7.x86_64
4989Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4990 --> Already installed : python-2.7.5-16.el7.x86_64
4991 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4992 --> uglify-js-2.4.13-5.el7.noarch
4993Getting requirements for protobuf-2.5.0-7.el7.src
4994 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
4995 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4996 --> python-devel-2.7.5-16.el7.x86_64
4997 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4998 --> maven-surefire-plugin-2.15-3.el7.noarch
4999 --> maven-resources-plugin-2.6-6.el7.noarch
5000 --> maven-local-3.4.1-6.el7_0.noarch
5001 --> maven-javadoc-plugin-2.9-8.el7.noarch
5002 --> maven-jar-plugin-2.4-8.el7.noarch
5003 --> maven-install-plugin-2.4-7.el7.noarch
5004 --> maven-compiler-plugin-3.1-4.el7.noarch
5005 --> maven-antrun-plugin-1.7-8.el7.noarch
5006 --> Already installed : libtool-2.4.2-20.el7.x86_64
5007 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
5008 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
5009 --> 1:emacs-el-24.3-11.el7.noarch
5010 --> 1:emacs-24.3-11.el7.x86_64
5011 --> Already installed : automake-1.13.4-3.el7.noarch
5012 --> Already installed : autoconf-2.69-11.el7.noarch
5013Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5014 --> Already installed : python-2.7.5-16.el7.x86_64
5015 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5016 --> uglify-js-2.4.13-5.el7.noarch
5017Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5018 --> php-pear-DB-1.7.14-6.el7.noarch
5019 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5020 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5021 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5022 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5023 --> php-gd-5.4.16-23.el7_0.3.x86_64
5024 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5025 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5026 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5027 --> php-mcrypt-5.4.16-3.el7.x86_64
5028 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5029 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5030 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5031 --> Already installed : python-2.7.5-16.el7.x86_64
5032 --> uglify-js-2.4.13-5.el7.noarch
5033 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5034 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5035 --> php-xml-5.4.16-23.el7_0.3.x86_64
5036 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5037 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5038 --> 1:php-pear-1.9.4-21.el7.noarch
5039 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5040 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5041Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5042 --> Already installed : python-2.7.5-16.el7.x86_64
5043 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5044 --> uglify-js-2.4.13-5.el7.noarch
5045Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5046 --> php-pear-DB-1.7.14-6.el7.noarch
5047 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5048 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5049 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5050 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5051 --> php-gd-5.4.16-23.el7_0.3.x86_64
5052 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5053 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5054 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5055 --> php-mcrypt-5.4.16-3.el7.x86_64
5056 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5057 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5058 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5059 --> Already installed : python-2.7.5-16.el7.x86_64
5060 --> uglify-js-2.4.13-5.el7.noarch
5061 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5062 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5063 --> php-xml-5.4.16-23.el7_0.3.x86_64
5064 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5065 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5066 --> 1:php-pear-1.9.4-21.el7.noarch
5067 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5068 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5069Getting requirements for kolab-schema-3.2-3.el7.kolab_3.5.src
5070Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5071Getting requirements for python-elasticsearch-1.0.0-9.el7.kolab_3.5.src
5072 --> python-devel-2.7.5-16.el7.x86_64
5073 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5074Getting requirements for kolab-3.1.9-5.el7.kolab_3.5.src
5075Getting requirements for erlang-proper-1.1-8.el7.kolab_3.5.src
5076 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5077Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
5078 --> 1:emacs-el-24.3-11.el7.noarch
5079 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5080 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5081 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
5082 --> Already installed : automake-1.13.4-3.el7.noarch
5083 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
5084 --> Already installed : autoconf-2.69-11.el7.noarch
5085 --> Already installed : libtool-2.4.2-20.el7.x86_64
5086 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5087 --> pytz-2012d-5.el7.noarch
5088 --> python-devel-2.7.5-16.el7.x86_64
5089 --> python-dateutil-1.5-7.el7.noarch
5090 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5091 --> 1:emacs-24.3-11.el7.x86_64
5092Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5093 --> Already installed : python-2.7.5-16.el7.x86_64
5094 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5095 --> uglify-js-2.4.13-5.el7.noarch
5096Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
5097Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5098Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5099 --> Already installed : python-2.7.5-16.el7.x86_64
5100 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5101 --> uglify-js-2.4.13-5.el7.noarch
5102Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
5103 --> python-nose-1.3.0-2.el7.noarch
5104 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
5105 --> python-pyasn1-modules-0.1.6-2.el7.noarch
5106 --> Already installed : intltool-0.50.2-6.el7.noarch
5107 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
5108 --> pytz-2012d-5.el7.noarch
5109 --> Already installed : python-2.7.5-16.el7.x86_64
5110 --> python-twisted-core-12.2.0-4.el7.x86_64
5111 --> python-pyasn1-0.1.6-2.el7.noarch
5112 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
5113 --> python-sqlalchemy-0.9.7-3.el7.x86_64
5114 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
5115 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
5116 --> python-ldap-2.4.15-2.el7.x86_64
5117 --> Already installed : gcc-4.8.3-9.el7.x86_64
5118Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5119 --> php-pear-DB-1.7.14-6.el7.noarch
5120 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5121 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5122 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5123 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5124 --> php-gd-5.4.16-23.el7_0.3.x86_64
5125 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5126 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5127 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5128 --> php-mcrypt-5.4.16-3.el7.x86_64
5129 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5130 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5131 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5132 --> Already installed : python-2.7.5-16.el7.x86_64
5133 --> uglify-js-2.4.13-5.el7.noarch
5134 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5135 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5136 --> php-xml-5.4.16-23.el7_0.3.x86_64
5137 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5138 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5139 --> 1:php-pear-1.9.4-21.el7.noarch
5140 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5141 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5142Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5143Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5144 --> php-pear-DB-1.7.14-6.el7.noarch
5145 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5146 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5147 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5148 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5149 --> php-gd-5.4.16-23.el7_0.3.x86_64
5150 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5151 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5152 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5153 --> php-mcrypt-5.4.16-3.el7.x86_64
5154 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5155 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5156 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5157 --> Already installed : python-2.7.5-16.el7.x86_64
5158 --> uglify-js-2.4.13-5.el7.noarch
5159 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5160 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5161 --> php-xml-5.4.16-23.el7_0.3.x86_64
5162 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5163 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5164 --> 1:php-pear-1.9.4-21.el7.noarch
5165 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5166 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5167Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5168 --> Already installed : python-2.7.5-16.el7.x86_64
5169 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5170 --> uglify-js-2.4.13-5.el7.noarch
5171Getting requirements for protobuf-2.5.0-7.el7.src
5172 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5173 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5174 --> python-devel-2.7.5-16.el7.x86_64
5175 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5176 --> maven-surefire-plugin-2.15-3.el7.noarch
5177 --> maven-resources-plugin-2.6-6.el7.noarch
5178 --> maven-local-3.4.1-6.el7_0.noarch
5179 --> maven-javadoc-plugin-2.9-8.el7.noarch
5180 --> maven-jar-plugin-2.4-8.el7.noarch
5181 --> maven-install-plugin-2.4-7.el7.noarch
5182 --> maven-compiler-plugin-3.1-4.el7.noarch
5183 --> maven-antrun-plugin-1.7-8.el7.noarch
5184 --> Already installed : libtool-2.4.2-20.el7.x86_64
5185 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
5186 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
5187 --> 1:emacs-el-24.3-11.el7.noarch
5188 --> 1:emacs-24.3-11.el7.x86_64
5189 --> Already installed : automake-1.13.4-3.el7.noarch
5190 --> Already installed : autoconf-2.69-11.el7.noarch
5191Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5192 --> php-pear-DB-1.7.14-6.el7.noarch
5193 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5194 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5195 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5196 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5197 --> php-gd-5.4.16-23.el7_0.3.x86_64
5198 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5199 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5200 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5201 --> php-mcrypt-5.4.16-3.el7.x86_64
5202 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5203 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5204 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5205 --> Already installed : python-2.7.5-16.el7.x86_64
5206 --> uglify-js-2.4.13-5.el7.noarch
5207 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5208 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5209 --> php-xml-5.4.16-23.el7_0.3.x86_64
5210 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5211 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5212 --> 1:php-pear-1.9.4-21.el7.noarch
5213 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5214 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5215Getting requirements for xsd-3.3.0.1-27.el7.kolab_3.5.src
5216 --> boost-devel-1.53.0-23.el7.x86_64
5217 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5218 --> fdupes-1.51-6.el7.x86_64
5219 --> xerces-c-devel-3.1.1-6.el7.x86_64
5220 --> Already installed : m4-1.4.16-9.el7.x86_64
5221Getting requirements for riak_pb-2.0.0.16-9.el7.kolab_3.5.src
5222 --> erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64
5223 --> erlang-protobuffs-0.8.0-8.el7.kolab_3.5.x86_64
5224 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5225 --> python-devel-2.7.5-16.el7.x86_64
5226 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5227Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
5228Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5229 --> php-pear-DB-1.7.14-6.el7.noarch
5230 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5231 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5232 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5233 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5234 --> php-gd-5.4.16-23.el7_0.3.x86_64
5235 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5236 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5237 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5238 --> php-mcrypt-5.4.16-3.el7.x86_64
5239 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5240 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5241 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5242 --> Already installed : python-2.7.5-16.el7.x86_64
5243 --> uglify-js-2.4.13-5.el7.noarch
5244 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5245 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5246 --> php-xml-5.4.16-23.el7_0.3.x86_64
5247 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5248 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5249 --> 1:php-pear-1.9.4-21.el7.noarch
5250 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5251 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5252Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5253 --> Already installed : python-2.7.5-16.el7.x86_64
5254 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5255 --> uglify-js-2.4.13-5.el7.noarch
5256Getting requirements for libkolabxml-1.2-2.el7.kolab_3.5.src
5257 --> uuid-devel-1.6.2-26.el7.x86_64
5258 --> boost-devel-1.53.0-23.el7.x86_64
5259 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5260 --> e2fsprogs-devel-1.42.9-7.el7.x86_64
5261 --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64
5262 --> 1:qt-devel-4.8.5-8.el7.x86_64
5263 --> xerces-c-devel-3.1.1-6.el7.x86_64
5264 --> cmake-2.8.11-4.el7.x86_64
5265 --> libcurl-devel-7.29.0-19.el7.x86_64
5266 --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64
5267 --> php-5.4.16-23.el7_0.3.x86_64
5268 --> php-devel-5.4.16-23.el7_0.3.x86_64
5269 --> python-devel-2.7.5-16.el7.x86_64
5270Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5271 --> Already installed : python-2.7.5-16.el7.x86_64
5272 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5273 --> uglify-js-2.4.13-5.el7.noarch
5274Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5275 --> Already installed : python-2.7.5-16.el7.x86_64
5276 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5277 --> uglify-js-2.4.13-5.el7.noarch
5278Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
5279 --> python-nose-1.3.0-2.el7.noarch
5280 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
5281 --> python-pyasn1-modules-0.1.6-2.el7.noarch
5282 --> Already installed : intltool-0.50.2-6.el7.noarch
5283 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
5284 --> pytz-2012d-5.el7.noarch
5285 --> Already installed : python-2.7.5-16.el7.x86_64
5286 --> python-twisted-core-12.2.0-4.el7.x86_64
5287 --> python-pyasn1-0.1.6-2.el7.noarch
5288 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
5289 --> python-sqlalchemy-0.9.7-3.el7.x86_64
5290 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
5291 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
5292 --> python-ldap-2.4.15-2.el7.x86_64
5293 --> Already installed : gcc-4.8.3-9.el7.x86_64
5294Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5295Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5296 --> php-pear-DB-1.7.14-6.el7.noarch
5297 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5298 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5299 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5300 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5301 --> php-gd-5.4.16-23.el7_0.3.x86_64
5302 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5303 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5304 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5305 --> php-mcrypt-5.4.16-3.el7.x86_64
5306 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5307 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5308 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5309 --> Already installed : python-2.7.5-16.el7.x86_64
5310 --> uglify-js-2.4.13-5.el7.noarch
5311 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5312 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5313 --> php-xml-5.4.16-23.el7_0.3.x86_64
5314 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5315 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5316 --> 1:php-pear-1.9.4-21.el7.noarch
5317 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5318 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5319Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5320 --> Already installed : python-2.7.5-16.el7.x86_64
5321 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5322 --> uglify-js-2.4.13-5.el7.noarch
5323Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5324 --> php-pear-DB-1.7.14-6.el7.noarch
5325 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5326 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5327 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5328 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5329 --> php-gd-5.4.16-23.el7_0.3.x86_64
5330 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5331 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5332 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5333 --> php-mcrypt-5.4.16-3.el7.x86_64
5334 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5335 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5336 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5337 --> Already installed : python-2.7.5-16.el7.x86_64
5338 --> uglify-js-2.4.13-5.el7.noarch
5339 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5340 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5341 --> php-xml-5.4.16-23.el7_0.3.x86_64
5342 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5343 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5344 --> 1:php-pear-1.9.4-21.el7.noarch
5345 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5346 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5347Getting requirements for kolab-3.1.9-5.el7.kolab_3.5.src
5348Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5349 --> Already installed : python-2.7.5-16.el7.x86_64
5350 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5351 --> uglify-js-2.4.13-5.el7.noarch
5352Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5353 --> Already installed : python-2.7.5-16.el7.x86_64
5354 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5355 --> uglify-js-2.4.13-5.el7.noarch
5356Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5357 --> php-pear-DB-1.7.14-6.el7.noarch
5358 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5359 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5360 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5361 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5362 --> php-gd-5.4.16-23.el7_0.3.x86_64
5363 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5364 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5365 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5366 --> php-mcrypt-5.4.16-3.el7.x86_64
5367 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5368 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5369 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5370 --> Already installed : python-2.7.5-16.el7.x86_64
5371 --> uglify-js-2.4.13-5.el7.noarch
5372 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5373 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5374 --> php-xml-5.4.16-23.el7_0.3.x86_64
5375 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5376 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5377 --> 1:php-pear-1.9.4-21.el7.noarch
5378 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5379 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5380Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5381 --> php-pear-DB-1.7.14-6.el7.noarch
5382 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5383 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5384 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5385 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5386 --> php-gd-5.4.16-23.el7_0.3.x86_64
5387 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5388 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5389 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5390 --> php-mcrypt-5.4.16-3.el7.x86_64
5391 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5392 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5393 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5394 --> Already installed : python-2.7.5-16.el7.x86_64
5395 --> uglify-js-2.4.13-5.el7.noarch
5396 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5397 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5398 --> php-xml-5.4.16-23.el7_0.3.x86_64
5399 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5400 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5401 --> 1:php-pear-1.9.4-21.el7.noarch
5402 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5403 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5404Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5405 --> Already installed : python-2.7.5-16.el7.x86_64
5406 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5407 --> uglify-js-2.4.13-5.el7.noarch
5408Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5409Getting requirements for python-itsdangerous-0.24-3.el7.kolab_3.5.src
5410 --> python-devel-2.7.5-16.el7.x86_64
5411 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5412Getting requirements for protobuf-2.5.0-7.el7.src
5413 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5414 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5415 --> python-devel-2.7.5-16.el7.x86_64
5416 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5417 --> maven-surefire-plugin-2.15-3.el7.noarch
5418 --> maven-resources-plugin-2.6-6.el7.noarch
5419 --> maven-local-3.4.1-6.el7_0.noarch
5420 --> maven-javadoc-plugin-2.9-8.el7.noarch
5421 --> maven-jar-plugin-2.4-8.el7.noarch
5422 --> maven-install-plugin-2.4-7.el7.noarch
5423 --> maven-compiler-plugin-3.1-4.el7.noarch
5424 --> maven-antrun-plugin-1.7-8.el7.noarch
5425 --> Already installed : libtool-2.4.2-20.el7.x86_64
5426 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
5427 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
5428 --> 1:emacs-el-24.3-11.el7.noarch
5429 --> 1:emacs-24.3-11.el7.x86_64
5430 --> Already installed : automake-1.13.4-3.el7.noarch
5431 --> Already installed : autoconf-2.69-11.el7.noarch
5432Getting requirements for roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.src
5433 --> Already installed : python-2.7.5-16.el7.x86_64
5434 --> nodejs-less-1.7.0-2.el7.noarch
5435 --> uglify-js-2.4.13-5.el7.noarch
5436Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src
5437 --> nspr-devel-4.10.8-1.el7_1.x86_64
5438 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
5439 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5440 --> nss-devel-3.18.0-2.2.el7_1.x86_64
5441 --> svrcore-devel-4.0.4-11.el7.x86_64
5442Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5443 --> php-pear-DB-1.7.14-6.el7.noarch
5444 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5445 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5446 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5447 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5448 --> php-gd-5.4.16-23.el7_0.3.x86_64
5449 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5450 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5451 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5452 --> php-mcrypt-5.4.16-3.el7.x86_64
5453 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5454 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5455 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5456 --> Already installed : python-2.7.5-16.el7.x86_64
5457 --> uglify-js-2.4.13-5.el7.noarch
5458 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5459 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5460 --> php-xml-5.4.16-23.el7_0.3.x86_64
5461 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5462 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5463 --> 1:php-pear-1.9.4-21.el7.noarch
5464 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5465 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5466Getting requirements for roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.src
5467 --> Already installed : python-2.7.5-16.el7.x86_64
5468 --> nodejs-less-1.7.0-2.el7.noarch
5469 --> uglify-js-2.4.13-5.el7.noarch
5470Getting requirements for roundcubemail-plugin-dblog-2.0-22.el7.kolab_3.5.src
5471Getting requirements for protobuf-2.5.0-7.el7.src
5472 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5473 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5474 --> python-devel-2.7.5-16.el7.x86_64
5475 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5476 --> maven-surefire-plugin-2.15-3.el7.noarch
5477 --> maven-resources-plugin-2.6-6.el7.noarch
5478 --> maven-local-3.4.1-6.el7_0.noarch
5479 --> maven-javadoc-plugin-2.9-8.el7.noarch
5480 --> maven-jar-plugin-2.4-8.el7.noarch
5481 --> maven-install-plugin-2.4-7.el7.noarch
5482 --> maven-compiler-plugin-3.1-4.el7.noarch
5483 --> maven-antrun-plugin-1.7-8.el7.noarch
5484 --> Already installed : libtool-2.4.2-20.el7.x86_64
5485 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
5486 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
5487 --> 1:emacs-el-24.3-11.el7.noarch
5488 --> 1:emacs-24.3-11.el7.x86_64
5489 --> Already installed : automake-1.13.4-3.el7.noarch
5490 --> Already installed : autoconf-2.69-11.el7.noarch
5491Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5492 --> php-pear-DB-1.7.14-6.el7.noarch
5493 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5494 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5495 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5496 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5497 --> php-gd-5.4.16-23.el7_0.3.x86_64
5498 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5499 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5500 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5501 --> php-mcrypt-5.4.16-3.el7.x86_64
5502 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5503 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5504 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5505 --> Already installed : python-2.7.5-16.el7.x86_64
5506 --> uglify-js-2.4.13-5.el7.noarch
5507 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5508 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5509 --> php-xml-5.4.16-23.el7_0.3.x86_64
5510 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5511 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5512 --> 1:php-pear-1.9.4-21.el7.noarch
5513 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5514 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5515Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5516 --> php-pear-DB-1.7.14-6.el7.noarch
5517 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5518 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5519 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5520 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5521 --> php-gd-5.4.16-23.el7_0.3.x86_64
5522 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5523 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5524 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5525 --> php-mcrypt-5.4.16-3.el7.x86_64
5526 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5527 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5528 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5529 --> Already installed : python-2.7.5-16.el7.x86_64
5530 --> uglify-js-2.4.13-5.el7.noarch
5531 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5532 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5533 --> php-xml-5.4.16-23.el7_0.3.x86_64
5534 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5535 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5536 --> 1:php-pear-1.9.4-21.el7.noarch
5537 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5538 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5539Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5540 --> php-pear-DB-1.7.14-6.el7.noarch
5541 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5542 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5543 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5544 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5545 --> php-gd-5.4.16-23.el7_0.3.x86_64
5546 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5547 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5548 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5549 --> php-mcrypt-5.4.16-3.el7.x86_64
5550 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5551 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5552 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5553 --> Already installed : python-2.7.5-16.el7.x86_64
5554 --> uglify-js-2.4.13-5.el7.noarch
5555 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5556 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5557 --> php-xml-5.4.16-23.el7_0.3.x86_64
5558 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5559 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5560 --> 1:php-pear-1.9.4-21.el7.noarch
5561 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5562 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5563Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5564 --> php-pear-DB-1.7.14-6.el7.noarch
5565 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5566 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5567 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5568 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5569 --> php-gd-5.4.16-23.el7_0.3.x86_64
5570 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5571 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5572 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5573 --> php-mcrypt-5.4.16-3.el7.x86_64
5574 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5575 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5576 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5577 --> Already installed : python-2.7.5-16.el7.x86_64
5578 --> uglify-js-2.4.13-5.el7.noarch
5579 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5580 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5581 --> php-xml-5.4.16-23.el7_0.3.x86_64
5582 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5583 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5584 --> 1:php-pear-1.9.4-21.el7.noarch
5585 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5586 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5587Getting requirements for erlang-neotoma-1.7.2-1.el7.kolab_3.5.src
5588 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5589Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5590 --> Already installed : python-2.7.5-16.el7.x86_64
5591 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5592 --> uglify-js-2.4.13-5.el7.noarch
5593Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5594 --> Already installed : python-2.7.5-16.el7.x86_64
5595 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5596 --> uglify-js-2.4.13-5.el7.noarch
5597Getting requirements for kolab-3.1.9-5.el7.kolab_3.5.src
5598Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5599 --> php-pear-DB-1.7.14-6.el7.noarch
5600 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5601 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5602 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5603 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5604 --> php-gd-5.4.16-23.el7_0.3.x86_64
5605 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5606 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5607 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5608 --> php-mcrypt-5.4.16-3.el7.x86_64
5609 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5610 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5611 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5612 --> Already installed : python-2.7.5-16.el7.x86_64
5613 --> uglify-js-2.4.13-5.el7.noarch
5614 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5615 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5616 --> php-xml-5.4.16-23.el7_0.3.x86_64
5617 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5618 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5619 --> 1:php-pear-1.9.4-21.el7.noarch
5620 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5621 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5622Getting requirements for swig-2.0.10-4.el7.src
5623 --> 1:tcl-devel-8.5.13-4.el7.x86_64
5624 --> python-devel-2.7.5-16.el7.x86_64
5625 --> 4:perl-devel-5.16.3-285.el7.x86_64
5626 --> perl-Test-Simple-0.98-243.el7.noarch
5627 --> Already installed : 4:perl-5.16.3-285.el7.x86_64
5628 --> pcre-devel-8.32-14.el7.x86_64
5629 --> 5:guile-devel-2.0.9-5.el7.x86_64
5630 --> Already installed : gawk-4.0.2-4.el7.x86_64
5631 --> dos2unix-6.0.3-4.el7.x86_64
5632 --> boost-devel-1.53.0-23.el7.x86_64
5633 --> Already installed : automake-1.13.4-3.el7.noarch
5634 --> Already installed : autoconf-2.69-11.el7.noarch
5635Getting requirements for python-cffi-0.8.6-1.el7.src
5636 --> python-devel-2.7.5-16.el7.x86_64
5637 --> python-sphinx-1.1.3-8.el7.noarch
5638 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5639 --> python-pycparser-2.10-1.el7.kolab_3.5.noarch
5640 --> Already installed : libffi-devel-3.0.13-11.el7.x86_64
5641 --> Cython-0.19-3.el7.x86_64
5642Getting requirements for libkolabxml-1.2-2.el7.kolab_3.5.src
5643 --> uuid-devel-1.6.2-26.el7.x86_64
5644 --> boost-devel-1.53.0-23.el7.x86_64
5645 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5646 --> e2fsprogs-devel-1.42.9-7.el7.x86_64
5647 --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64
5648 --> 1:qt-devel-4.8.5-8.el7.x86_64
5649 --> xerces-c-devel-3.1.1-6.el7.x86_64
5650 --> cmake-2.8.11-4.el7.x86_64
5651 --> libcurl-devel-7.29.0-19.el7.x86_64
5652 --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64
5653 --> php-5.4.16-23.el7_0.3.x86_64
5654 --> php-devel-5.4.16-23.el7_0.3.x86_64
5655 --> python-devel-2.7.5-16.el7.x86_64
5656Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
5657 --> 1:emacs-el-24.3-11.el7.noarch
5658 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5659 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5660 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
5661 --> Already installed : automake-1.13.4-3.el7.noarch
5662 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
5663 --> Already installed : autoconf-2.69-11.el7.noarch
5664 --> Already installed : libtool-2.4.2-20.el7.x86_64
5665 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5666 --> pytz-2012d-5.el7.noarch
5667 --> python-devel-2.7.5-16.el7.x86_64
5668 --> python-dateutil-1.5-7.el7.noarch
5669 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5670 --> 1:emacs-24.3-11.el7.x86_64
5671Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5672Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5673 --> php-pear-DB-1.7.14-6.el7.noarch
5674 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5675 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5676 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5677 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5678 --> php-gd-5.4.16-23.el7_0.3.x86_64
5679 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5680 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5681 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5682 --> php-mcrypt-5.4.16-3.el7.x86_64
5683 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5684 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5685 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5686 --> Already installed : python-2.7.5-16.el7.x86_64
5687 --> uglify-js-2.4.13-5.el7.noarch
5688 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5689 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5690 --> php-xml-5.4.16-23.el7_0.3.x86_64
5691 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5692 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5693 --> 1:php-pear-1.9.4-21.el7.noarch
5694 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5695 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5696Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5697 --> php-pear-DB-1.7.14-6.el7.noarch
5698 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5699 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5700 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5701 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5702 --> php-gd-5.4.16-23.el7_0.3.x86_64
5703 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5704 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5705 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5706 --> php-mcrypt-5.4.16-3.el7.x86_64
5707 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5708 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5709 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5710 --> Already installed : python-2.7.5-16.el7.x86_64
5711 --> uglify-js-2.4.13-5.el7.noarch
5712 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5713 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5714 --> php-xml-5.4.16-23.el7_0.3.x86_64
5715 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5716 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5717 --> 1:php-pear-1.9.4-21.el7.noarch
5718 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5719 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5720Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
5721 --> python-nose-1.3.0-2.el7.noarch
5722 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
5723 --> python-pyasn1-modules-0.1.6-2.el7.noarch
5724 --> Already installed : intltool-0.50.2-6.el7.noarch
5725 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
5726 --> pytz-2012d-5.el7.noarch
5727 --> Already installed : python-2.7.5-16.el7.x86_64
5728 --> python-twisted-core-12.2.0-4.el7.x86_64
5729 --> python-pyasn1-0.1.6-2.el7.noarch
5730 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
5731 --> python-sqlalchemy-0.9.7-3.el7.x86_64
5732 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
5733 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
5734 --> python-ldap-2.4.15-2.el7.x86_64
5735 --> Already installed : gcc-4.8.3-9.el7.x86_64
5736Getting requirements for xsd-3.3.0.1-27.el7.kolab_3.5.src
5737 --> boost-devel-1.53.0-23.el7.x86_64
5738 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5739 --> fdupes-1.51-6.el7.x86_64
5740 --> xerces-c-devel-3.1.1-6.el7.x86_64
5741 --> Already installed : m4-1.4.16-9.el7.x86_64
5742Getting requirements for roundcubemail-1.1.1-2.el7.src
5743Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5744 --> php-pear-DB-1.7.14-6.el7.noarch
5745 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5746 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5747 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5748 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5749 --> php-gd-5.4.16-23.el7_0.3.x86_64
5750 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5751 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5752 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5753 --> php-mcrypt-5.4.16-3.el7.x86_64
5754 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5755 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5756 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5757 --> Already installed : python-2.7.5-16.el7.x86_64
5758 --> uglify-js-2.4.13-5.el7.noarch
5759 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5760 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5761 --> php-xml-5.4.16-23.el7_0.3.x86_64
5762 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5763 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5764 --> 1:php-pear-1.9.4-21.el7.noarch
5765 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5766 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5767Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5768 --> Already installed : python-2.7.5-16.el7.x86_64
5769 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5770 --> uglify-js-2.4.13-5.el7.noarch
5771Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5772 --> php-pear-DB-1.7.14-6.el7.noarch
5773 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5774 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5775 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5776 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5777 --> php-gd-5.4.16-23.el7_0.3.x86_64
5778 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5779 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5780 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5781 --> php-mcrypt-5.4.16-3.el7.x86_64
5782 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5783 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5784 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5785 --> Already installed : python-2.7.5-16.el7.x86_64
5786 --> uglify-js-2.4.13-5.el7.noarch
5787 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5788 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5789 --> php-xml-5.4.16-23.el7_0.3.x86_64
5790 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5791 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5792 --> 1:php-pear-1.9.4-21.el7.noarch
5793 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5794 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5795Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5796 --> Already installed : python-2.7.5-16.el7.x86_64
5797 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5798 --> uglify-js-2.4.13-5.el7.noarch
5799Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5800 --> php-pear-DB-1.7.14-6.el7.noarch
5801 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5802 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5803 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5804 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5805 --> php-gd-5.4.16-23.el7_0.3.x86_64
5806 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5807 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5808 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5809 --> php-mcrypt-5.4.16-3.el7.x86_64
5810 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5811 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5812 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5813 --> Already installed : python-2.7.5-16.el7.x86_64
5814 --> uglify-js-2.4.13-5.el7.noarch
5815 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5816 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5817 --> php-xml-5.4.16-23.el7_0.3.x86_64
5818 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5819 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5820 --> 1:php-pear-1.9.4-21.el7.noarch
5821 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5822 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5823Getting requirements for python-werkzeug-0.9.6-1.el7.kolab_3.5.src
5824 --> python-sphinx-1.1.3-8.el7.noarch
5825 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5826 --> python-devel-2.7.5-16.el7.x86_64
5827Getting requirements for php-seld-cli-prompt-1.0.0-1.el7.kolab_3.5.src
5828 --> php-common-5.4.16-23.el7_0.3.x86_64
5829Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5830 --> php-pear-DB-1.7.14-6.el7.noarch
5831 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5832 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5833 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5834 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5835 --> php-gd-5.4.16-23.el7_0.3.x86_64
5836 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5837 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5838 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5839 --> php-mcrypt-5.4.16-3.el7.x86_64
5840 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5841 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5842 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5843 --> Already installed : python-2.7.5-16.el7.x86_64
5844 --> uglify-js-2.4.13-5.el7.noarch
5845 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5846 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5847 --> php-xml-5.4.16-23.el7_0.3.x86_64
5848 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5849 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5850 --> 1:php-pear-1.9.4-21.el7.noarch
5851 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5852 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5853Getting requirements for egara-0.1-7.el7.kolab_3.5.src
5854 --> erlang-procket-0.6.1-3.el7.kolab_3.5.x86_64
5855 --> erlang-iso8601-1.2-4.el7.kolab_3.5.x86_64
5856 --> erlang-jsx-2.4.0-4.el7.kolab_3.5.x86_64
5857 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5858 --> erlang-inert-0.6.1-4.el7.kolab_3.5.x86_64
5859 --> erlang-R16B-03.10.el7.x86_64
5860 --> erlang-riakc-2.0.1-8.el7.kolab_3.5.x86_64
5861 --> erlang-poolboy-1.4.2-3.el7.kolab_3.5.x86_64
5862 --> erlang-lager-2.1.0-9.el7.kolab_3.5.x86_64
5863 --> erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64
5864 --> erlang-goldrush-0.1.6-6.el7.kolab_3.5.x86_64
5865 --> erlang-eldap-R16B-03.10.el7.x86_64
5866Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5867 --> php-pear-DB-1.7.14-6.el7.noarch
5868 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5869 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5870 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5871 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5872 --> php-gd-5.4.16-23.el7_0.3.x86_64
5873 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5874 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5875 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5876 --> php-mcrypt-5.4.16-3.el7.x86_64
5877 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5878 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5879 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5880 --> Already installed : python-2.7.5-16.el7.x86_64
5881 --> uglify-js-2.4.13-5.el7.noarch
5882 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5883 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5884 --> php-xml-5.4.16-23.el7_0.3.x86_64
5885 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5886 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5887 --> 1:php-pear-1.9.4-21.el7.noarch
5888 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5889 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5890Getting requirements for python-gflags-2.0-6.el7.kolab_3.5.src
5891 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5892 --> python-devel-2.7.5-16.el7.x86_64
5893Getting requirements for kolab-webadmin-3.2.7-4.el7.kolab_3.5.src
5894Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5895 --> Already installed : python-2.7.5-16.el7.x86_64
5896 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5897 --> uglify-js-2.4.13-5.el7.noarch
5898Getting requirements for erlang-meck-0.8.2-13.el7.kolab_3.5.src
5899 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5900 --> erlang-hamcrest-0.1.0-9.el7.kolab_3.5.x86_64
5901Getting requirements for protobuf-2.5.0-7.el7.src
5902 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5903 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5904 --> python-devel-2.7.5-16.el7.x86_64
5905 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5906 --> maven-surefire-plugin-2.15-3.el7.noarch
5907 --> maven-resources-plugin-2.6-6.el7.noarch
5908 --> maven-local-3.4.1-6.el7_0.noarch
5909 --> maven-javadoc-plugin-2.9-8.el7.noarch
5910 --> maven-jar-plugin-2.4-8.el7.noarch
5911 --> maven-install-plugin-2.4-7.el7.noarch
5912 --> maven-compiler-plugin-3.1-4.el7.noarch
5913 --> maven-antrun-plugin-1.7-8.el7.noarch
5914 --> Already installed : libtool-2.4.2-20.el7.x86_64
5915 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
5916 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
5917 --> 1:emacs-el-24.3-11.el7.noarch
5918 --> 1:emacs-24.3-11.el7.x86_64
5919 --> Already installed : automake-1.13.4-3.el7.noarch
5920 --> Already installed : autoconf-2.69-11.el7.noarch
5921Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
5922Getting requirements for erlang-goldrush-0.1.6-6.el7.kolab_3.5.src
5923 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5924Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5925 --> php-pear-DB-1.7.14-6.el7.noarch
5926 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5927 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5928 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5929 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5930 --> php-gd-5.4.16-23.el7_0.3.x86_64
5931 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5932 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5933 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5934 --> php-mcrypt-5.4.16-3.el7.x86_64
5935 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5936 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5937 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5938 --> Already installed : python-2.7.5-16.el7.x86_64
5939 --> uglify-js-2.4.13-5.el7.noarch
5940 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5941 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5942 --> php-xml-5.4.16-23.el7_0.3.x86_64
5943 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5944 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5945 --> 1:php-pear-1.9.4-21.el7.noarch
5946 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5947 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5948Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5949Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
5950 --> 1:emacs-el-24.3-11.el7.noarch
5951 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5952 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5953 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
5954 --> Already installed : automake-1.13.4-3.el7.noarch
5955 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
5956 --> Already installed : autoconf-2.69-11.el7.noarch
5957 --> Already installed : libtool-2.4.2-20.el7.x86_64
5958 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5959 --> pytz-2012d-5.el7.noarch
5960 --> python-devel-2.7.5-16.el7.x86_64
5961 --> python-dateutil-1.5-7.el7.noarch
5962 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5963 --> 1:emacs-24.3-11.el7.x86_64
5964Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5965Getting requirements for egara-0.1-7.el7.kolab_3.5.src
5966 --> erlang-procket-0.6.1-3.el7.kolab_3.5.x86_64
5967 --> erlang-iso8601-1.2-4.el7.kolab_3.5.x86_64
5968 --> erlang-jsx-2.4.0-4.el7.kolab_3.5.x86_64
5969 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5970 --> erlang-inert-0.6.1-4.el7.kolab_3.5.x86_64
5971 --> erlang-R16B-03.10.el7.x86_64
5972 --> erlang-riakc-2.0.1-8.el7.kolab_3.5.x86_64
5973 --> erlang-poolboy-1.4.2-3.el7.kolab_3.5.x86_64
5974 --> erlang-lager-2.1.0-9.el7.kolab_3.5.x86_64
5975 --> erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64
5976 --> erlang-goldrush-0.1.6-6.el7.kolab_3.5.x86_64
5977 --> erlang-eldap-R16B-03.10.el7.x86_64
5978Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5979 --> Already installed : python-2.7.5-16.el7.x86_64
5980 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5981 --> uglify-js-2.4.13-5.el7.noarch
5982Getting requirements for libphutil-20150415.gitaaee400-2.el7.kolab_3.5.src
5983Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5984 --> Already installed : python-2.7.5-16.el7.x86_64
5985 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5986 --> uglify-js-2.4.13-5.el7.noarch
5987Getting requirements for python-cffi-0.8.6-1.el7.kolab_3.5.src
5988 --> Cython-0.19-3.el7.x86_64
5989 --> Already installed : libffi-devel-3.0.13-11.el7.x86_64
5990 --> python-pycparser-2.10-1.el7.kolab_3.5.noarch
5991 --> python-sphinx-1.1.3-8.el7.noarch
5992 --> python-devel-2.7.5-16.el7.x86_64
5993 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5994Getting requirements for roundcubemail-plugin-composeaddressbook-5.0-25.el7.kolab_3.5.src
5995Getting requirements for bonnie-flask-0.3-2.el7.kolab_3.5.src
5996 --> 1:python-flask-0.10.1-7.el7.kolab_3.5.noarch
5997 --> python-twisted-core-12.2.0-4.el7.x86_64
5998 --> python-sqlalchemy-0.9.7-3.el7.x86_64
5999 --> python-devel-2.7.5-16.el7.x86_64
6000 --> pytz-2012d-5.el7.noarch
6001 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6002Getting requirements for php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.src
6003Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6004 --> Already installed : python-2.7.5-16.el7.x86_64
6005 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6006 --> uglify-js-2.4.13-5.el7.noarch
6007Getting requirements for kolab-3.1.9-5.el7.kolab_3.5.src
6008Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6009 --> php-pear-DB-1.7.14-6.el7.noarch
6010 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6011 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6012 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6013 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6014 --> php-gd-5.4.16-23.el7_0.3.x86_64
6015 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6016 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6017 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6018 --> php-mcrypt-5.4.16-3.el7.x86_64
6019 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6020 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6021 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6022 --> Already installed : python-2.7.5-16.el7.x86_64
6023 --> uglify-js-2.4.13-5.el7.noarch
6024 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6025 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6026 --> php-xml-5.4.16-23.el7_0.3.x86_64
6027 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6028 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6029 --> 1:php-pear-1.9.4-21.el7.noarch
6030 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6031 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6032Getting requirements for php-ZendFramework-1.12.11-1.el7.src
6033Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6034 --> php-pear-DB-1.7.14-6.el7.noarch
6035 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6036 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6037 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6038 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6039 --> php-gd-5.4.16-23.el7_0.3.x86_64
6040 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6041 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6042 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6043 --> php-mcrypt-5.4.16-3.el7.x86_64
6044 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6045 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6046 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6047 --> Already installed : python-2.7.5-16.el7.x86_64
6048 --> uglify-js-2.4.13-5.el7.noarch
6049 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6050 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6051 --> php-xml-5.4.16-23.el7_0.3.x86_64
6052 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6053 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6054 --> 1:php-pear-1.9.4-21.el7.noarch
6055 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6056 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6057Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6058 --> php-pear-DB-1.7.14-6.el7.noarch
6059 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6060 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6061 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6062 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6063 --> php-gd-5.4.16-23.el7_0.3.x86_64
6064 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6065 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6066 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6067 --> php-mcrypt-5.4.16-3.el7.x86_64
6068 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6069 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6070 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6071 --> Already installed : python-2.7.5-16.el7.x86_64
6072 --> uglify-js-2.4.13-5.el7.noarch
6073 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6074 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6075 --> php-xml-5.4.16-23.el7_0.3.x86_64
6076 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6077 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6078 --> 1:php-pear-1.9.4-21.el7.noarch
6079 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6080 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6081Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6082 --> Already installed : python-2.7.5-16.el7.x86_64
6083 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6084 --> uglify-js-2.4.13-5.el7.noarch
6085Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
6086Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6087 --> Already installed : python-2.7.5-16.el7.x86_64
6088 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6089 --> uglify-js-2.4.13-5.el7.noarch
6090Getting requirements for iRony-0.4-3.el7.kolab_3.5.src
6091 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6092 --> roundcubemail-1.2-3.el7.kolab_3.5.noarch
6093 --> roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
6094 --> chwala-0.3.1-1.el7.kolab_3.5.noarch
6095Getting requirements for php-ZendFramework-1.12.11-1.el7.src
6096Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6097 --> Already installed : python-2.7.5-16.el7.x86_64
6098 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6099 --> uglify-js-2.4.13-5.el7.noarch
6100Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6101 --> php-pear-DB-1.7.14-6.el7.noarch
6102 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6103 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6104 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6105 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6106 --> php-gd-5.4.16-23.el7_0.3.x86_64
6107 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6108 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6109 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6110 --> php-mcrypt-5.4.16-3.el7.x86_64
6111 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6112 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6113 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6114 --> Already installed : python-2.7.5-16.el7.x86_64
6115 --> uglify-js-2.4.13-5.el7.noarch
6116 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6117 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6118 --> php-xml-5.4.16-23.el7_0.3.x86_64
6119 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6120 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6121 --> 1:php-pear-1.9.4-21.el7.noarch
6122 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6123 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6124Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
6125 --> python-nose-1.3.0-2.el7.noarch
6126 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
6127 --> python-pyasn1-modules-0.1.6-2.el7.noarch
6128 --> Already installed : intltool-0.50.2-6.el7.noarch
6129 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
6130 --> pytz-2012d-5.el7.noarch
6131 --> Already installed : python-2.7.5-16.el7.x86_64
6132 --> python-twisted-core-12.2.0-4.el7.x86_64
6133 --> python-pyasn1-0.1.6-2.el7.noarch
6134 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
6135 --> python-sqlalchemy-0.9.7-3.el7.x86_64
6136 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
6137 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
6138 --> python-ldap-2.4.15-2.el7.x86_64
6139 --> Already installed : gcc-4.8.3-9.el7.x86_64
6140Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6141 --> Already installed : python-2.7.5-16.el7.x86_64
6142 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6143 --> uglify-js-2.4.13-5.el7.noarch
6144Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6145 --> php-pear-DB-1.7.14-6.el7.noarch
6146 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6147 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6148 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6149 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6150 --> php-gd-5.4.16-23.el7_0.3.x86_64
6151 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6152 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6153 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6154 --> php-mcrypt-5.4.16-3.el7.x86_64
6155 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6156 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6157 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6158 --> Already installed : python-2.7.5-16.el7.x86_64
6159 --> uglify-js-2.4.13-5.el7.noarch
6160 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6161 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6162 --> php-xml-5.4.16-23.el7_0.3.x86_64
6163 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6164 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6165 --> 1:php-pear-1.9.4-21.el7.noarch
6166 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6167 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6168Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6169 --> php-pear-DB-1.7.14-6.el7.noarch
6170 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6171 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6172 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6173 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6174 --> php-gd-5.4.16-23.el7_0.3.x86_64
6175 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6176 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6177 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6178 --> php-mcrypt-5.4.16-3.el7.x86_64
6179 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6180 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6181 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6182 --> Already installed : python-2.7.5-16.el7.x86_64
6183 --> uglify-js-2.4.13-5.el7.noarch
6184 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6185 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6186 --> php-xml-5.4.16-23.el7_0.3.x86_64
6187 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6188 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6189 --> 1:php-pear-1.9.4-21.el7.noarch
6190 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6191 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6192Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6193 --> php-pear-DB-1.7.14-6.el7.noarch
6194 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6195 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6196 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6197 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6198 --> php-gd-5.4.16-23.el7_0.3.x86_64
6199 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6200 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6201 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6202 --> php-mcrypt-5.4.16-3.el7.x86_64
6203 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6204 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6205 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6206 --> Already installed : python-2.7.5-16.el7.x86_64
6207 --> uglify-js-2.4.13-5.el7.noarch
6208 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6209 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6210 --> php-xml-5.4.16-23.el7_0.3.x86_64
6211 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6212 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6213 --> 1:php-pear-1.9.4-21.el7.noarch
6214 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6215 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6216Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
6217Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6218 --> php-pear-DB-1.7.14-6.el7.noarch
6219 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6220 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6221 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6222 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6223 --> php-gd-5.4.16-23.el7_0.3.x86_64
6224 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6225 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6226 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6227 --> php-mcrypt-5.4.16-3.el7.x86_64
6228 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6229 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6230 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6231 --> Already installed : python-2.7.5-16.el7.x86_64
6232 --> uglify-js-2.4.13-5.el7.noarch
6233 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6234 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6235 --> php-xml-5.4.16-23.el7_0.3.x86_64
6236 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6237 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6238 --> 1:php-pear-1.9.4-21.el7.noarch
6239 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6240 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6241Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6242 --> Already installed : python-2.7.5-16.el7.x86_64
6243 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6244 --> uglify-js-2.4.13-5.el7.noarch
6245Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6246 --> Already installed : python-2.7.5-16.el7.x86_64
6247 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6248 --> uglify-js-2.4.13-5.el7.noarch
6249Getting requirements for php-sabre-dav-2.1.3-1.el7.kolab_3.5.src
6250 --> php-sabre-http-2.0.4-1.el7.kolab_3.5.noarch
6251 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6252 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6253 --> php-common-5.4.16-23.el7_0.3.x86_64
6254 --> php-sabre-vobject-3.2.4-1.el7.kolab_3.5.noarch
6255Getting requirements for kolab-utils-3.1-18.el7.kolab_3.5.src
6256 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
6257 --> libcurl-devel-7.29.0-19.el7.x86_64
6258 --> 1:qt-devel-4.8.5-8.el7.x86_64
6259 --> libkolab-devel-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
6260 --> cmake-2.8.11-4.el7.x86_64
6261Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6262 --> php-pear-DB-1.7.14-6.el7.noarch
6263 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6264 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6265 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6266 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6267 --> php-gd-5.4.16-23.el7_0.3.x86_64
6268 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6269 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6270 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6271 --> php-mcrypt-5.4.16-3.el7.x86_64
6272 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6273 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6274 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6275 --> Already installed : python-2.7.5-16.el7.x86_64
6276 --> uglify-js-2.4.13-5.el7.noarch
6277 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6278 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6279 --> php-xml-5.4.16-23.el7_0.3.x86_64
6280 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6281 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6282 --> 1:php-pear-1.9.4-21.el7.noarch
6283 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6284 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6285Getting requirements for erlang-lfe-0.9.2-2.el7.kolab_3.5.src
6286 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6287 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
6288 --> 1:emacs-el-24.3-11.el7.noarch
6289 --> 1:emacs-24.3-11.el7.x86_64
6290Getting requirements for php-ZendFramework-1.12.11-1.el7.src
6291Getting requirements for erlang-inert-0.6.1-4.el7.kolab_3.5.src
6292 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
6293Getting requirements for cyrus-imapd-2.5.2-4.el7.kolab_3.5.src
6294 --> 1:transfig-3.2.5d-13.el7.x86_64
6295 --> libuuid-devel-2.23.2-22.el7_1.x86_64
6296 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
6297 --> Already installed : libtool-2.4.2-20.el7.x86_64
6298 --> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
6299 --> openldap-devel-2.4.39-6.el7.x86_64
6300 --> Already installed : gcc-4.8.3-9.el7.x86_64
6301 --> krb5-devel-1.12.2-14.el7.x86_64
6302 --> Already installed : automake-1.13.4-3.el7.noarch
6303 --> CUnit-devel-2.1.3-8.el7.x86_64
6304 --> Already installed : bison-2.7-4.el7.x86_64
6305 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
6306 --> cyrus-sasl-md5-2.1.26-17.el7.x86_64
6307 --> 4:perl-devel-5.16.3-285.el7.x86_64
6308 --> Already installed : flex-2.5.37-3.el7.x86_64
6309 --> groff-1.22.2-8.el7.x86_64
6310 --> Already installed : cyrus-sasl-plain-2.1.26-17.el7.x86_64
6311 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
6312 --> jansson-devel-2.4-6.el7.x86_64
6313 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6314 --> Already installed : autoconf-2.69-11.el7.noarch
6315Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6316 --> Already installed : python-2.7.5-16.el7.x86_64
6317 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6318 --> uglify-js-2.4.13-5.el7.noarch
6319Getting requirements for libkolab-0.6.git.1429288613-12.el7.kolab_3.5.src
6320 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
6321 --> libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
6322 --> 1:qt-devel-4.8.5-8.el7.x86_64
6323 --> libcurl-devel-7.29.0-19.el7.x86_64
6324 --> php-5.4.16-23.el7_0.3.x86_64
6325 --> php-devel-5.4.16-23.el7_0.3.x86_64
6326 --> python-devel-2.7.5-16.el7.x86_64
6327 --> cmake-2.8.11-4.el7.x86_64
6328Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6329 --> php-pear-DB-1.7.14-6.el7.noarch
6330 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6331 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6332 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6333 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6334 --> php-gd-5.4.16-23.el7_0.3.x86_64
6335 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6336 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6337 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6338 --> php-mcrypt-5.4.16-3.el7.x86_64
6339 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6340 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6341 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6342 --> Already installed : python-2.7.5-16.el7.x86_64
6343 --> uglify-js-2.4.13-5.el7.noarch
6344 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6345 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6346 --> php-xml-5.4.16-23.el7_0.3.x86_64
6347 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6348 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6349 --> 1:php-pear-1.9.4-21.el7.noarch
6350 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6351 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6352Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6353 --> php-pear-DB-1.7.14-6.el7.noarch
6354 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6355 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6356 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6357 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6358 --> php-gd-5.4.16-23.el7_0.3.x86_64
6359 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6360 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6361 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6362 --> php-mcrypt-5.4.16-3.el7.x86_64
6363 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6364 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6365 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6366 --> Already installed : python-2.7.5-16.el7.x86_64
6367 --> uglify-js-2.4.13-5.el7.noarch
6368 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6369 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6370 --> php-xml-5.4.16-23.el7_0.3.x86_64
6371 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6372 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6373 --> 1:php-pear-1.9.4-21.el7.noarch
6374 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6375 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6376Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6377 --> php-pear-DB-1.7.14-6.el7.noarch
6378 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6379 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6380 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6381 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6382 --> php-gd-5.4.16-23.el7_0.3.x86_64
6383 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6384 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6385 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6386 --> php-mcrypt-5.4.16-3.el7.x86_64
6387 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6388 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6389 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6390 --> Already installed : python-2.7.5-16.el7.x86_64
6391 --> uglify-js-2.4.13-5.el7.noarch
6392 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6393 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6394 --> php-xml-5.4.16-23.el7_0.3.x86_64
6395 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6396 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6397 --> 1:php-pear-1.9.4-21.el7.noarch
6398 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6399 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6400Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6401 --> php-pear-DB-1.7.14-6.el7.noarch
6402 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6403 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6404 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6405 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6406 --> php-gd-5.4.16-23.el7_0.3.x86_64
6407 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6408 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6409 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6410 --> php-mcrypt-5.4.16-3.el7.x86_64
6411 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6412 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6413 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6414 --> Already installed : python-2.7.5-16.el7.x86_64
6415 --> uglify-js-2.4.13-5.el7.noarch
6416 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6417 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6418 --> php-xml-5.4.16-23.el7_0.3.x86_64
6419 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6420 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6421 --> 1:php-pear-1.9.4-21.el7.noarch
6422 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6423 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6424Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6425 --> php-pear-DB-1.7.14-6.el7.noarch
6426 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6427 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6428 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6429 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6430 --> php-gd-5.4.16-23.el7_0.3.x86_64
6431 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6432 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6433 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6434 --> php-mcrypt-5.4.16-3.el7.x86_64
6435 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6436 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6437 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6438 --> Already installed : python-2.7.5-16.el7.x86_64
6439 --> uglify-js-2.4.13-5.el7.noarch
6440 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6441 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6442 --> php-xml-5.4.16-23.el7_0.3.x86_64
6443 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6444 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6445 --> 1:php-pear-1.9.4-21.el7.noarch
6446 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6447 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6448Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6449 --> Already installed : python-2.7.5-16.el7.x86_64
6450 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6451 --> uglify-js-2.4.13-5.el7.noarch
6452Getting requirements for erlang-hamcrest-0.1.0-9.el7.kolab_3.5.src
6453 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
6454 --> erlang-proper-1.1-8.el7.kolab_3.5.x86_64
6455Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
6456Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6457 --> php-pear-DB-1.7.14-6.el7.noarch
6458 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6459 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6460 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6461 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6462 --> php-gd-5.4.16-23.el7_0.3.x86_64
6463 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6464 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6465 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6466 --> php-mcrypt-5.4.16-3.el7.x86_64
6467 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6468 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6469 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6470 --> Already installed : python-2.7.5-16.el7.x86_64
6471 --> uglify-js-2.4.13-5.el7.noarch
6472 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6473 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6474 --> php-xml-5.4.16-23.el7_0.3.x86_64
6475 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6476 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6477 --> 1:php-pear-1.9.4-21.el7.noarch
6478 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6479 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6480Getting requirements for php-ZendFramework-1.12.11-1.el7.src
6481Getting requirements for libkolab-0.6.git.1429288613-12.el7.kolab_3.5.src
6482 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
6483 --> libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
6484 --> 1:qt-devel-4.8.5-8.el7.x86_64
6485 --> libcurl-devel-7.29.0-19.el7.x86_64
6486 --> php-5.4.16-23.el7_0.3.x86_64
6487 --> php-devel-5.4.16-23.el7_0.3.x86_64
6488 --> python-devel-2.7.5-16.el7.x86_64
6489 --> cmake-2.8.11-4.el7.x86_64
6490Getting requirements for python-flask-httpauth-2.3.0-4.el7.kolab_3.5.src
6491 --> python-sphinx-1.1.3-8.el7.noarch
6492 --> 1:python-flask-0.10.1-7.el7.kolab_3.5.noarch
6493 --> python-devel-2.7.5-16.el7.x86_64
6494 --> pytest-2.3.5-4.el7.noarch
6495 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6496Getting requirements for erlang-lfe-0.9.2-2.el7.kolab_3.5.src
6497 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6498 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
6499 --> 1:emacs-el-24.3-11.el7.noarch
6500 --> 1:emacs-24.3-11.el7.x86_64
6501Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6502 --> php-pear-DB-1.7.14-6.el7.noarch
6503 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6504 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6505 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6506 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6507 --> php-gd-5.4.16-23.el7_0.3.x86_64
6508 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6509 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6510 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6511 --> php-mcrypt-5.4.16-3.el7.x86_64
6512 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6513 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6514 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6515 --> Already installed : python-2.7.5-16.el7.x86_64
6516 --> uglify-js-2.4.13-5.el7.noarch
6517 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6518 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6519 --> php-xml-5.4.16-23.el7_0.3.x86_64
6520 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6521 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6522 --> 1:php-pear-1.9.4-21.el7.noarch
6523 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6524 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6525Getting requirements for pyOpenSSL-0.14-1.el7.kolab_3.5.src
6526 --> elinks-0.12-0.36.pre6.el7.x86_64
6527 --> 2:texlive-latex-svn27907.0-32.el7.noarch
6528 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
6529 --> latex2html-2012-3.el7.noarch
6530 --> python-devel-2.7.5-16.el7.x86_64
6531 --> python-sphinx-1.1.3-8.el7.noarch
6532 --> 2:texlive-dvips-svn29585.0-32.el7.noarch
6533 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6534Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
6535 --> 1:emacs-el-24.3-11.el7.noarch
6536 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
6537 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6538 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
6539 --> Already installed : automake-1.13.4-3.el7.noarch
6540 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
6541 --> Already installed : autoconf-2.69-11.el7.noarch
6542 --> Already installed : libtool-2.4.2-20.el7.x86_64
6543 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
6544 --> pytz-2012d-5.el7.noarch
6545 --> python-devel-2.7.5-16.el7.x86_64
6546 --> python-dateutil-1.5-7.el7.noarch
6547 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6548 --> 1:emacs-24.3-11.el7.x86_64
6549Getting requirements for python-cssmin-0.2.0-12.el7.kolab_3.5.src
6550 --> python-devel-2.7.5-16.el7.x86_64
6551 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6552Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6553 --> php-pear-DB-1.7.14-6.el7.noarch
6554 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6555 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6556 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6557 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6558 --> php-gd-5.4.16-23.el7_0.3.x86_64
6559 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6560 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6561 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6562 --> php-mcrypt-5.4.16-3.el7.x86_64
6563 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6564 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6565 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6566 --> Already installed : python-2.7.5-16.el7.x86_64
6567 --> uglify-js-2.4.13-5.el7.noarch
6568 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6569 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6570 --> php-xml-5.4.16-23.el7_0.3.x86_64
6571 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6572 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6573 --> 1:php-pear-1.9.4-21.el7.noarch
6574 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6575 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6576Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6577 --> Already installed : python-2.7.5-16.el7.x86_64
6578 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6579 --> uglify-js-2.4.13-5.el7.noarch
6580Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6581 --> php-pear-DB-1.7.14-6.el7.noarch
6582 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6583 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6584 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6585 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6586 --> php-gd-5.4.16-23.el7_0.3.x86_64
6587 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6588 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6589 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6590 --> php-mcrypt-5.4.16-3.el7.x86_64
6591 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6592 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6593 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6594 --> Already installed : python-2.7.5-16.el7.x86_64
6595 --> uglify-js-2.4.13-5.el7.noarch
6596 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6597 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6598 --> php-xml-5.4.16-23.el7_0.3.x86_64
6599 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6600 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6601 --> 1:php-pear-1.9.4-21.el7.noarch
6602 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6603 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6604Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6605 --> Already installed : python-2.7.5-16.el7.x86_64
6606 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6607 --> uglify-js-2.4.13-5.el7.noarch
6608Getting requirements for protobuf-2.5.0-7.el7.src
6609 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
6610 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6611 --> python-devel-2.7.5-16.el7.x86_64
6612 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6613 --> maven-surefire-plugin-2.15-3.el7.noarch
6614 --> maven-resources-plugin-2.6-6.el7.noarch
6615 --> maven-local-3.4.1-6.el7_0.noarch
6616 --> maven-javadoc-plugin-2.9-8.el7.noarch
6617 --> maven-jar-plugin-2.4-8.el7.noarch
6618 --> maven-install-plugin-2.4-7.el7.noarch
6619 --> maven-compiler-plugin-3.1-4.el7.noarch
6620 --> maven-antrun-plugin-1.7-8.el7.noarch
6621 --> Already installed : libtool-2.4.2-20.el7.x86_64
6622 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
6623 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
6624 --> 1:emacs-el-24.3-11.el7.noarch
6625 --> 1:emacs-24.3-11.el7.x86_64
6626 --> Already installed : automake-1.13.4-3.el7.noarch
6627 --> Already installed : autoconf-2.69-11.el7.noarch
6628Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6629 --> php-pear-DB-1.7.14-6.el7.noarch
6630 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6631 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6632 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6633 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6634 --> php-gd-5.4.16-23.el7_0.3.x86_64
6635 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6636 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6637 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6638 --> php-mcrypt-5.4.16-3.el7.x86_64
6639 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6640 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6641 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6642 --> Already installed : python-2.7.5-16.el7.x86_64
6643 --> uglify-js-2.4.13-5.el7.noarch
6644 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6645 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6646 --> php-xml-5.4.16-23.el7_0.3.x86_64
6647 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6648 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6649 --> 1:php-pear-1.9.4-21.el7.noarch
6650 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6651 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6652Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
6653Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6654 --> php-pear-DB-1.7.14-6.el7.noarch
6655 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6656 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6657 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6658 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6659 --> php-gd-5.4.16-23.el7_0.3.x86_64
6660 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6661 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6662 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6663 --> php-mcrypt-5.4.16-3.el7.x86_64
6664 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6665 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6666 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6667 --> Already installed : python-2.7.5-16.el7.x86_64
6668 --> uglify-js-2.4.13-5.el7.noarch
6669 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6670 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6671 --> php-xml-5.4.16-23.el7_0.3.x86_64
6672 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6673 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6674 --> 1:php-pear-1.9.4-21.el7.noarch
6675 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6676 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6677Getting requirements for protobuf-2.5.0-7.el7.src
6678 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
6679 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6680 --> python-devel-2.7.5-16.el7.x86_64
6681 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6682 --> maven-surefire-plugin-2.15-3.el7.noarch
6683 --> maven-resources-plugin-2.6-6.el7.noarch
6684 --> maven-local-3.4.1-6.el7_0.noarch
6685 --> maven-javadoc-plugin-2.9-8.el7.noarch
6686 --> maven-jar-plugin-2.4-8.el7.noarch
6687 --> maven-install-plugin-2.4-7.el7.noarch
6688 --> maven-compiler-plugin-3.1-4.el7.noarch
6689 --> maven-antrun-plugin-1.7-8.el7.noarch
6690 --> Already installed : libtool-2.4.2-20.el7.x86_64
6691 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
6692 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
6693 --> 1:emacs-el-24.3-11.el7.noarch
6694 --> 1:emacs-24.3-11.el7.x86_64
6695 --> Already installed : automake-1.13.4-3.el7.noarch
6696 --> Already installed : autoconf-2.69-11.el7.noarch
6697Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6698 --> Already installed : python-2.7.5-16.el7.x86_64
6699 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6700 --> uglify-js-2.4.13-5.el7.noarch
6701Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6702 --> php-pear-DB-1.7.14-6.el7.noarch
6703 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6704 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6705 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6706 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6707 --> php-gd-5.4.16-23.el7_0.3.x86_64
6708 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6709 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6710 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6711 --> php-mcrypt-5.4.16-3.el7.x86_64
6712 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6713 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6714 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6715 --> Already installed : python-2.7.5-16.el7.x86_64
6716 --> uglify-js-2.4.13-5.el7.noarch
6717 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6718 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6719 --> php-xml-5.4.16-23.el7_0.3.x86_64
6720 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6721 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6722 --> 1:php-pear-1.9.4-21.el7.noarch
6723 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6724 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6725Getting requirements for kolab-3.1.9-5.el7.kolab_3.5.src
6726Getting requirements for cyrus-imapd-2.5.2-4.el7.kolab_3.5.src
6727 --> 1:transfig-3.2.5d-13.el7.x86_64
6728 --> libuuid-devel-2.23.2-22.el7_1.x86_64
6729 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
6730 --> Already installed : libtool-2.4.2-20.el7.x86_64
6731 --> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
6732 --> openldap-devel-2.4.39-6.el7.x86_64
6733 --> Already installed : gcc-4.8.3-9.el7.x86_64
6734 --> krb5-devel-1.12.2-14.el7.x86_64
6735 --> Already installed : automake-1.13.4-3.el7.noarch
6736 --> CUnit-devel-2.1.3-8.el7.x86_64
6737 --> Already installed : bison-2.7-4.el7.x86_64
6738 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
6739 --> cyrus-sasl-md5-2.1.26-17.el7.x86_64
6740 --> 4:perl-devel-5.16.3-285.el7.x86_64
6741 --> Already installed : flex-2.5.37-3.el7.x86_64
6742 --> groff-1.22.2-8.el7.x86_64
6743 --> Already installed : cyrus-sasl-plain-2.1.26-17.el7.x86_64
6744 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
6745 --> jansson-devel-2.4-6.el7.x86_64
6746 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6747 --> Already installed : autoconf-2.69-11.el7.noarch
6748Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6749 --> Already installed : python-2.7.5-16.el7.x86_64
6750 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6751 --> uglify-js-2.4.13-5.el7.noarch
6752Getting requirements for cyrus-imapd-2.4.17-7.el7.src
6753 --> 1:transfig-3.2.5d-13.el7.x86_64
6754 --> tcp_wrappers-7.6-77.el7.x86_64
6755 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6756 --> 4:perl-devel-5.16.3-285.el7.x86_64
6757 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
6758 --> openldap-devel-2.4.39-6.el7.x86_64
6759 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
6760 --> libdb-devel-5.3.21-17.el7_0.1.x86_64
6761 --> krb5-devel-1.12.2-14.el7.x86_64
6762 --> groff-1.22.2-8.el7.x86_64
6763 --> Already installed : flex-2.5.37-3.el7.x86_64
6764 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
6765 --> Already installed : bison-2.7-4.el7.x86_64
6766 --> Already installed : automake-1.13.4-3.el7.noarch
6767 --> Already installed : autoconf-2.69-11.el7.noarch
6768Getting requirements for protobuf-2.5.0-7.el7.src
6769 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
6770 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6771 --> python-devel-2.7.5-16.el7.x86_64
6772 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6773 --> maven-surefire-plugin-2.15-3.el7.noarch
6774 --> maven-resources-plugin-2.6-6.el7.noarch
6775 --> maven-local-3.4.1-6.el7_0.noarch
6776 --> maven-javadoc-plugin-2.9-8.el7.noarch
6777 --> maven-jar-plugin-2.4-8.el7.noarch
6778 --> maven-install-plugin-2.4-7.el7.noarch
6779 --> maven-compiler-plugin-3.1-4.el7.noarch
6780 --> maven-antrun-plugin-1.7-8.el7.noarch
6781 --> Already installed : libtool-2.4.2-20.el7.x86_64
6782 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
6783 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
6784 --> 1:emacs-el-24.3-11.el7.noarch
6785 --> 1:emacs-24.3-11.el7.x86_64
6786 --> Already installed : automake-1.13.4-3.el7.noarch
6787 --> Already installed : autoconf-2.69-11.el7.noarch
6788Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6789 --> Already installed : python-2.7.5-16.el7.x86_64
6790 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6791 --> uglify-js-2.4.13-5.el7.noarch
6792Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6793 --> php-pear-DB-1.7.14-6.el7.noarch
6794 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6795 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6796 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6797 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6798 --> php-gd-5.4.16-23.el7_0.3.x86_64
6799 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6800 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6801 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6802 --> php-mcrypt-5.4.16-3.el7.x86_64
6803 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6804 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6805 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6806 --> Already installed : python-2.7.5-16.el7.x86_64
6807 --> uglify-js-2.4.13-5.el7.noarch
6808 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6809 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6810 --> php-xml-5.4.16-23.el7_0.3.x86_64
6811 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6812 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6813 --> 1:php-pear-1.9.4-21.el7.noarch
6814 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6815 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6816Getting requirements for cyrus-imapd-2.4.17-8.el7_1.src
6817 --> 1:transfig-3.2.5d-13.el7.x86_64
6818 --> tcp_wrappers-7.6-77.el7.x86_64
6819 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6820 --> 4:perl-devel-5.16.3-285.el7.x86_64
6821 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
6822 --> openldap-devel-2.4.39-6.el7.x86_64
6823 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
6824 --> libdb-devel-5.3.21-17.el7_0.1.x86_64
6825 --> krb5-devel-1.12.2-14.el7.x86_64
6826 --> groff-1.22.2-8.el7.x86_64
6827 --> Already installed : flex-2.5.37-3.el7.x86_64
6828 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
6829 --> Already installed : bison-2.7-4.el7.x86_64
6830 --> Already installed : automake-1.13.4-3.el7.noarch
6831 --> Already installed : autoconf-2.69-11.el7.noarch
6832Getting requirements for python-cryptography-0.6.1-3.el7.kolab_3.5.src
6833 --> python-six-1.9.0-2.el7.kolab_3.5.noarch
6834 --> python-pyasn1-0.1.6-2.el7.noarch
6835 --> python-cryptography-vectors-0.8-1.el7.noarch
6836 --> python-iso8601-0.1.10-1.el7.noarch
6837 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
6838 --> python-devel-2.7.5-16.el7.x86_64
6839 --> python-cffi-0.8.6-1.el7.kolab_3.5.x86_64
6840 --> pytest-2.3.5-4.el7.noarch
6841 --> python-pretend-1.0.8-2.el7.noarch
6842 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6843Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6844 --> php-pear-DB-1.7.14-6.el7.noarch
6845 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6846 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6847 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6848 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6849 --> php-gd-5.4.16-23.el7_0.3.x86_64
6850 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6851 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6852 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6853 --> php-mcrypt-5.4.16-3.el7.x86_64
6854 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6855 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6856 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6857 --> Already installed : python-2.7.5-16.el7.x86_64
6858 --> uglify-js-2.4.13-5.el7.noarch
6859 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6860 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6861 --> php-xml-5.4.16-23.el7_0.3.x86_64
6862 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6863 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6864 --> 1:php-pear-1.9.4-21.el7.noarch
6865 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6866 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6867Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6868 --> php-pear-DB-1.7.14-6.el7.noarch
6869 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6870 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6871 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6872 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6873 --> php-gd-5.4.16-23.el7_0.3.x86_64
6874 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6875 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6876 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6877 --> php-mcrypt-5.4.16-3.el7.x86_64
6878 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6879 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6880 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6881 --> Already installed : python-2.7.5-16.el7.x86_64
6882 --> uglify-js-2.4.13-5.el7.noarch
6883 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6884 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6885 --> php-xml-5.4.16-23.el7_0.3.x86_64
6886 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6887 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6888 --> 1:php-pear-1.9.4-21.el7.noarch
6889 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6890 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6891Getting requirements for python-riak-2.1.0-1.el7.kolab_3.5.src
6892 --> python-devel-2.7.5-16.el7.x86_64
6893 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6894Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6895 --> php-pear-DB-1.7.14-6.el7.noarch
6896 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6897 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6898 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6899 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6900 --> php-gd-5.4.16-23.el7_0.3.x86_64
6901 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6902 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6903 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6904 --> php-mcrypt-5.4.16-3.el7.x86_64
6905 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6906 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6907 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6908 --> Already installed : python-2.7.5-16.el7.x86_64
6909 --> uglify-js-2.4.13-5.el7.noarch
6910 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6911 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6912 --> php-xml-5.4.16-23.el7_0.3.x86_64
6913 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6914 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6915 --> 1:php-pear-1.9.4-21.el7.noarch
6916 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6917 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6918Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6919 --> php-pear-DB-1.7.14-6.el7.noarch
6920 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6921 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6922 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6923 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6924 --> php-gd-5.4.16-23.el7_0.3.x86_64
6925 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6926 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6927 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6928 --> php-mcrypt-5.4.16-3.el7.x86_64
6929 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6930 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6931 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6932 --> Already installed : python-2.7.5-16.el7.x86_64
6933 --> uglify-js-2.4.13-5.el7.noarch
6934 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6935 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6936 --> php-xml-5.4.16-23.el7_0.3.x86_64
6937 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6938 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6939 --> 1:php-pear-1.9.4-21.el7.noarch
6940 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6941 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6942Getting requirements for libkolab-0.6.git.1429288613-12.el7.kolab_3.5.src
6943 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
6944 --> libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
6945 --> 1:qt-devel-4.8.5-8.el7.x86_64
6946 --> libcurl-devel-7.29.0-19.el7.x86_64
6947 --> php-5.4.16-23.el7_0.3.x86_64
6948 --> php-devel-5.4.16-23.el7_0.3.x86_64
6949 --> python-devel-2.7.5-16.el7.x86_64
6950 --> cmake-2.8.11-4.el7.x86_64
6951Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6952 --> Already installed : python-2.7.5-16.el7.x86_64
6953 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6954 --> uglify-js-2.4.13-5.el7.noarch
6955Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6956 --> php-pear-DB-1.7.14-6.el7.noarch
6957 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6958 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6959 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6960 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6961 --> php-gd-5.4.16-23.el7_0.3.x86_64
6962 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6963 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6964 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6965 --> php-mcrypt-5.4.16-3.el7.x86_64
6966 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6967 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6968 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6969 --> Already installed : python-2.7.5-16.el7.x86_64
6970 --> uglify-js-2.4.13-5.el7.noarch
6971 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6972 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6973 --> php-xml-5.4.16-23.el7_0.3.x86_64
6974 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6975 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6976 --> 1:php-pear-1.9.4-21.el7.noarch
6977 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6978 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6979Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6980 --> Already installed : python-2.7.5-16.el7.x86_64
6981 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6982 --> uglify-js-2.4.13-5.el7.noarch
6983Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src
6984 --> libuuid-devel-2.23.2-22.el7_1.x86_64
6985 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
6986 --> Already installed : automake-1.13.4-3.el7.noarch
6987 --> Already installed : autoconf-2.69-11.el7.noarch
6988 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
6989Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6990 --> php-pear-DB-1.7.14-6.el7.noarch
6991 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6992 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6993 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6994 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6995 --> php-gd-5.4.16-23.el7_0.3.x86_64
6996 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6997 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6998 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6999 --> php-mcrypt-5.4.16-3.el7.x86_64
7000 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7001 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7002 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7003 --> Already installed : python-2.7.5-16.el7.x86_64
7004 --> uglify-js-2.4.13-5.el7.noarch
7005 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7006 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7007 --> php-xml-5.4.16-23.el7_0.3.x86_64
7008 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7009 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7010 --> 1:php-pear-1.9.4-21.el7.noarch
7011 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7012 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7013Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
7014Getting requirements for libcalendaring-4.9.1-3.el7.kolab_3.5.src
7015 --> libical-devel-0.48-6.el7.x86_64
7016 --> boost-devel-1.53.0-23.el7.x86_64
7017 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7018 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
7019 --> 1:qt-devel-4.8.5-8.el7.x86_64
7020 --> cmake-2.8.11-4.el7.x86_64
7021Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7022 --> Already installed : python-2.7.5-16.el7.x86_64
7023 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7024 --> uglify-js-2.4.13-5.el7.noarch
7025Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7026 --> Already installed : python-2.7.5-16.el7.x86_64
7027 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7028 --> uglify-js-2.4.13-5.el7.noarch
7029Getting requirements for python-werkzeug-0.9.6-1.el7.kolab_3.5.src
7030 --> python-sphinx-1.1.3-8.el7.noarch
7031 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7032 --> python-devel-2.7.5-16.el7.x86_64
7033Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7034 --> php-pear-DB-1.7.14-6.el7.noarch
7035 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7036 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7037 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7038 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7039 --> php-gd-5.4.16-23.el7_0.3.x86_64
7040 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7041 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7042 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7043 --> php-mcrypt-5.4.16-3.el7.x86_64
7044 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7045 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7046 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7047 --> Already installed : python-2.7.5-16.el7.x86_64
7048 --> uglify-js-2.4.13-5.el7.noarch
7049 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7050 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7051 --> php-xml-5.4.16-23.el7_0.3.x86_64
7052 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7053 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7054 --> 1:php-pear-1.9.4-21.el7.noarch
7055 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7056 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7057Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7058 --> php-pear-DB-1.7.14-6.el7.noarch
7059 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7060 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7061 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7062 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7063 --> php-gd-5.4.16-23.el7_0.3.x86_64
7064 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7065 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7066 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7067 --> php-mcrypt-5.4.16-3.el7.x86_64
7068 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7069 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7070 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7071 --> Already installed : python-2.7.5-16.el7.x86_64
7072 --> uglify-js-2.4.13-5.el7.noarch
7073 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7074 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7075 --> php-xml-5.4.16-23.el7_0.3.x86_64
7076 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7077 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7078 --> 1:php-pear-1.9.4-21.el7.noarch
7079 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7080 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7081Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
7082Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7083 --> Already installed : python-2.7.5-16.el7.x86_64
7084 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7085 --> uglify-js-2.4.13-5.el7.noarch
7086Getting requirements for python-cffi-0.8.6-1.el7.kolab_3.5.src
7087 --> Cython-0.19-3.el7.x86_64
7088 --> Already installed : libffi-devel-3.0.13-11.el7.x86_64
7089 --> python-pycparser-2.10-1.el7.kolab_3.5.noarch
7090 --> python-sphinx-1.1.3-8.el7.noarch
7091 --> python-devel-2.7.5-16.el7.x86_64
7092 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7093Getting requirements for erlang-mustache-0.1.0-8.el7.kolab_3.5.src
7094 --> erlang-erts-R16B-03.10.el7.x86_64
7095Getting requirements for php-JsonSchema-1.4.1-1.el7.kolab_3.5.src
7096 --> php-common-5.4.16-23.el7_0.3.x86_64
7097 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7098 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7099 --> php-common-5.4.16-23.el7_0.3.x86_64
7100 --> php-common-5.4.16-23.el7_0.3.x86_64
7101 --> php-common-5.4.16-23.el7_0.3.x86_64
7102 --> php-common-5.4.16-23.el7_0.3.x86_64
7103 --> php-common-5.4.16-23.el7_0.3.x86_64
7104 --> php-common-5.4.16-23.el7_0.3.x86_64
7105Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7106 --> php-pear-DB-1.7.14-6.el7.noarch
7107 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7108 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7109 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7110 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7111 --> php-gd-5.4.16-23.el7_0.3.x86_64
7112 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7113 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7114 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7115 --> php-mcrypt-5.4.16-3.el7.x86_64
7116 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7117 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7118 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7119 --> Already installed : python-2.7.5-16.el7.x86_64
7120 --> uglify-js-2.4.13-5.el7.noarch
7121 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7122 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7123 --> php-xml-5.4.16-23.el7_0.3.x86_64
7124 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7125 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7126 --> 1:php-pear-1.9.4-21.el7.noarch
7127 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7128 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7129Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7130 --> Already installed : python-2.7.5-16.el7.x86_64
7131 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7132 --> uglify-js-2.4.13-5.el7.noarch
7133Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7134 --> Already installed : python-2.7.5-16.el7.x86_64
7135 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7136 --> uglify-js-2.4.13-5.el7.noarch
7137Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7138 --> php-pear-DB-1.7.14-6.el7.noarch
7139 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7140 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7141 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7142 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7143 --> php-gd-5.4.16-23.el7_0.3.x86_64
7144 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7145 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7146 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7147 --> php-mcrypt-5.4.16-3.el7.x86_64
7148 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7149 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7150 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7151 --> Already installed : python-2.7.5-16.el7.x86_64
7152 --> uglify-js-2.4.13-5.el7.noarch
7153 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7154 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7155 --> php-xml-5.4.16-23.el7_0.3.x86_64
7156 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7157 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7158 --> 1:php-pear-1.9.4-21.el7.noarch
7159 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7160 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7161Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7162 --> Already installed : python-2.7.5-16.el7.x86_64
7163 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7164 --> uglify-js-2.4.13-5.el7.noarch
7165Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7166 --> Already installed : python-2.7.5-16.el7.x86_64
7167 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7168 --> uglify-js-2.4.13-5.el7.noarch
7169Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7170 --> Already installed : python-2.7.5-16.el7.x86_64
7171 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7172 --> uglify-js-2.4.13-5.el7.noarch
7173Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7174 --> php-pear-DB-1.7.14-6.el7.noarch
7175 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7176 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7177 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7178 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7179 --> php-gd-5.4.16-23.el7_0.3.x86_64
7180 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7181 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7182 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7183 --> php-mcrypt-5.4.16-3.el7.x86_64
7184 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7185 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7186 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7187 --> Already installed : python-2.7.5-16.el7.x86_64
7188 --> uglify-js-2.4.13-5.el7.noarch
7189 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7190 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7191 --> php-xml-5.4.16-23.el7_0.3.x86_64
7192 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7193 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7194 --> 1:php-pear-1.9.4-21.el7.noarch
7195 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7196 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7197Getting requirements for php-ZendFramework-1.12.11-1.el7.src
7198Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7199 --> php-pear-DB-1.7.14-6.el7.noarch
7200 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7201 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7202 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7203 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7204 --> php-gd-5.4.16-23.el7_0.3.x86_64
7205 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7206 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7207 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7208 --> php-mcrypt-5.4.16-3.el7.x86_64
7209 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7210 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7211 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7212 --> Already installed : python-2.7.5-16.el7.x86_64
7213 --> uglify-js-2.4.13-5.el7.noarch
7214 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7215 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7216 --> php-xml-5.4.16-23.el7_0.3.x86_64
7217 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7218 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7219 --> 1:php-pear-1.9.4-21.el7.noarch
7220 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7221 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7222Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
7223 --> 1:emacs-el-24.3-11.el7.noarch
7224 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7225 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
7226 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
7227 --> Already installed : automake-1.13.4-3.el7.noarch
7228 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
7229 --> Already installed : autoconf-2.69-11.el7.noarch
7230 --> Already installed : libtool-2.4.2-20.el7.x86_64
7231 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
7232 --> pytz-2012d-5.el7.noarch
7233 --> python-devel-2.7.5-16.el7.x86_64
7234 --> python-dateutil-1.5-7.el7.noarch
7235 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7236 --> 1:emacs-24.3-11.el7.x86_64
7237Getting requirements for python-flask-script-2.0.5-6.el7.kolab_3.5.src
7238 --> python-sphinx-1.1.3-8.el7.noarch
7239 --> 1:python-flask-0.10.1-7.el7.kolab_3.5.noarch
7240 --> python-devel-2.7.5-16.el7.x86_64
7241 --> Already installed : python-2.7.5-16.el7.x86_64
7242 --> pytest-2.3.5-4.el7.noarch
7243 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7244Getting requirements for erlang-iso8601-1.2-4.el7.kolab_3.5.src
7245 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
7246Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
7247 --> 1:emacs-el-24.3-11.el7.noarch
7248 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7249 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
7250 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
7251 --> Already installed : automake-1.13.4-3.el7.noarch
7252 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
7253 --> Already installed : autoconf-2.69-11.el7.noarch
7254 --> Already installed : libtool-2.4.2-20.el7.x86_64
7255 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
7256 --> pytz-2012d-5.el7.noarch
7257 --> python-devel-2.7.5-16.el7.x86_64
7258 --> python-dateutil-1.5-7.el7.noarch
7259 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7260 --> 1:emacs-24.3-11.el7.x86_64
7261Getting requirements for php-sabre-vobject-3.2.4-1.el7.kolab_3.5.src
7262 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7263 --> php-common-5.4.16-23.el7_0.3.x86_64
7264Getting requirements for python-cssmin-0.2.0-3.el7.src
7265 --> python-devel-2.7.5-16.el7.x86_64
7266 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7267Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7268 --> Already installed : python-2.7.5-16.el7.x86_64
7269 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7270 --> uglify-js-2.4.13-5.el7.noarch
7271Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7272 --> php-pear-DB-1.7.14-6.el7.noarch
7273 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7274 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7275 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7276 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7277 --> php-gd-5.4.16-23.el7_0.3.x86_64
7278 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7279 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7280 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7281 --> php-mcrypt-5.4.16-3.el7.x86_64
7282 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7283 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7284 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7285 --> Already installed : python-2.7.5-16.el7.x86_64
7286 --> uglify-js-2.4.13-5.el7.noarch
7287 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7288 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7289 --> php-xml-5.4.16-23.el7_0.3.x86_64
7290 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7291 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7292 --> 1:php-pear-1.9.4-21.el7.noarch
7293 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7294 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7295Getting requirements for python-cryptography-vectors-0.8-1.el7.src
7296 --> python-devel-2.7.5-16.el7.x86_64
7297 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7298Getting requirements for erlang-protobuffs-0.8.0-8.el7.kolab_3.5.src
7299 --> erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64
7300 --> erlang-common_test-R16B-03.10.el7.x86_64
7301 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
7302 --> erlang-parsetools-R16B-03.10.el7.x86_64
7303Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7304 --> Already installed : python-2.7.5-16.el7.x86_64
7305 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7306 --> uglify-js-2.4.13-5.el7.noarch
7307Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7308 --> php-pear-DB-1.7.14-6.el7.noarch
7309 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7310 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7311 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7312 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7313 --> php-gd-5.4.16-23.el7_0.3.x86_64
7314 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7315 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7316 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7317 --> php-mcrypt-5.4.16-3.el7.x86_64
7318 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7319 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7320 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7321 --> Already installed : python-2.7.5-16.el7.x86_64
7322 --> uglify-js-2.4.13-5.el7.noarch
7323 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7324 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7325 --> php-xml-5.4.16-23.el7_0.3.x86_64
7326 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7327 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7328 --> 1:php-pear-1.9.4-21.el7.noarch
7329 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7330 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7331Getting requirements for copenhagen-0.0.1-4.el7.kolab_3.5.src
7332 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7333 --> php-pear-HTTP-Request2-2.2.1-1.el7.noarch
7334 --> roundcubemail-core-1.2-3.el7.kolab_3.5.noarch
7335Getting requirements for python-icalendar-3.8.2-8.el7.kolab_3.5.src
7336 --> python-devel-2.7.5-16.el7.x86_64
7337 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7338Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7339 --> Already installed : python-2.7.5-16.el7.x86_64
7340 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7341 --> uglify-js-2.4.13-5.el7.noarch
7342Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7343 --> php-pear-DB-1.7.14-6.el7.noarch
7344 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7345 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7346 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7347 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7348 --> php-gd-5.4.16-23.el7_0.3.x86_64
7349 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7350 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7351 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7352 --> php-mcrypt-5.4.16-3.el7.x86_64
7353 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7354 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7355 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7356 --> Already installed : python-2.7.5-16.el7.x86_64
7357 --> uglify-js-2.4.13-5.el7.noarch
7358 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7359 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7360 --> php-xml-5.4.16-23.el7_0.3.x86_64
7361 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7362 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7363 --> 1:php-pear-1.9.4-21.el7.noarch
7364 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7365 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7366Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7367 --> php-pear-DB-1.7.14-6.el7.noarch
7368 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7369 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7370 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7371 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7372 --> php-gd-5.4.16-23.el7_0.3.x86_64
7373 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7374 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7375 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7376 --> php-mcrypt-5.4.16-3.el7.x86_64
7377 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7378 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7379 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7380 --> Already installed : python-2.7.5-16.el7.x86_64
7381 --> uglify-js-2.4.13-5.el7.noarch
7382 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7383 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7384 --> php-xml-5.4.16-23.el7_0.3.x86_64
7385 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7386 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7387 --> 1:php-pear-1.9.4-21.el7.noarch
7388 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7389 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7390Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7391 --> php-pear-DB-1.7.14-6.el7.noarch
7392 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7393 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7394 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7395 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7396 --> php-gd-5.4.16-23.el7_0.3.x86_64
7397 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7398 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7399 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7400 --> php-mcrypt-5.4.16-3.el7.x86_64
7401 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7402 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7403 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7404 --> Already installed : python-2.7.5-16.el7.x86_64
7405 --> uglify-js-2.4.13-5.el7.noarch
7406 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7407 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7408 --> php-xml-5.4.16-23.el7_0.3.x86_64
7409 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7410 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7411 --> 1:php-pear-1.9.4-21.el7.noarch
7412 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7413 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7414Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
7415 --> 1:emacs-el-24.3-11.el7.noarch
7416 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7417 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
7418 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
7419 --> Already installed : automake-1.13.4-3.el7.noarch
7420 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
7421 --> Already installed : autoconf-2.69-11.el7.noarch
7422 --> Already installed : libtool-2.4.2-20.el7.x86_64
7423 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
7424 --> pytz-2012d-5.el7.noarch
7425 --> python-devel-2.7.5-16.el7.x86_64
7426 --> python-dateutil-1.5-7.el7.noarch
7427 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7428 --> 1:emacs-24.3-11.el7.x86_64
7429Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7430 --> php-pear-DB-1.7.14-6.el7.noarch
7431 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7432 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7433 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7434 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7435 --> php-gd-5.4.16-23.el7_0.3.x86_64
7436 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7437 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7438 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7439 --> php-mcrypt-5.4.16-3.el7.x86_64
7440 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7441 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7442 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7443 --> Already installed : python-2.7.5-16.el7.x86_64
7444 --> uglify-js-2.4.13-5.el7.noarch
7445 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7446 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7447 --> php-xml-5.4.16-23.el7_0.3.x86_64
7448 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7449 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7450 --> 1:php-pear-1.9.4-21.el7.noarch
7451 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7452 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7453Getting requirements for kolab-syncroton-2.3.2-1.el7.kolab_3.5.src
7454 --> roundcubemail-plugin-kolab_auth-3.3-1.el7.kolab_3.5.noarch
7455 --> roundcubemail-plugin-kolab_folders-3.3-1.el7.kolab_3.5.noarch
7456 --> roundcubemail-plugin-libkolab-3.3-1.el7.kolab_3.5.noarch
7457Getting requirements for python-cryptography-vectors-0.6.1-1.el7.kolab_3.5.src
7458 --> python-devel-2.7.5-16.el7.x86_64
7459 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7460Getting requirements for python-flask-login-0.2.11-3.el7.kolab_3.5.src
7461 --> python-devel-2.7.5-16.el7.x86_64
7462 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7463Getting requirements for python-six-1.9.0-2.el7.kolab_3.5.src
7464 --> python-devel-2.7.5-16.el7.x86_64
7465 --> pytest-2.3.5-4.el7.noarch
7466 --> tkinter-2.7.5-16.el7.x86_64
7467Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7468 --> Already installed : python-2.7.5-16.el7.x86_64
7469 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7470 --> uglify-js-2.4.13-5.el7.noarch
7471Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
7472 --> python-nose-1.3.0-2.el7.noarch
7473 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
7474 --> python-pyasn1-modules-0.1.6-2.el7.noarch
7475 --> Already installed : intltool-0.50.2-6.el7.noarch
7476 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
7477 --> pytz-2012d-5.el7.noarch
7478 --> Already installed : python-2.7.5-16.el7.x86_64
7479 --> python-twisted-core-12.2.0-4.el7.x86_64
7480 --> python-pyasn1-0.1.6-2.el7.noarch
7481 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
7482 --> python-sqlalchemy-0.9.7-3.el7.x86_64
7483 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
7484 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
7485 --> python-ldap-2.4.15-2.el7.x86_64
7486 --> Already installed : gcc-4.8.3-9.el7.x86_64
7487Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7488 --> Already installed : python-2.7.5-16.el7.x86_64
7489 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7490 --> uglify-js-2.4.13-5.el7.noarch
7491Getting requirements for cyrus-imapd-2.5.2-4.el7.kolab_3.5.src
7492 --> 1:transfig-3.2.5d-13.el7.x86_64
7493 --> libuuid-devel-2.23.2-22.el7_1.x86_64
7494 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
7495 --> Already installed : libtool-2.4.2-20.el7.x86_64
7496 --> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
7497 --> openldap-devel-2.4.39-6.el7.x86_64
7498 --> Already installed : gcc-4.8.3-9.el7.x86_64
7499 --> krb5-devel-1.12.2-14.el7.x86_64
7500 --> Already installed : automake-1.13.4-3.el7.noarch
7501 --> CUnit-devel-2.1.3-8.el7.x86_64
7502 --> Already installed : bison-2.7-4.el7.x86_64
7503 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
7504 --> cyrus-sasl-md5-2.1.26-17.el7.x86_64
7505 --> 4:perl-devel-5.16.3-285.el7.x86_64
7506 --> Already installed : flex-2.5.37-3.el7.x86_64
7507 --> groff-1.22.2-8.el7.x86_64
7508 --> Already installed : cyrus-sasl-plain-2.1.26-17.el7.x86_64
7509 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
7510 --> jansson-devel-2.4-6.el7.x86_64
7511 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
7512 --> Already installed : autoconf-2.69-11.el7.noarch
7513Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7514 --> php-pear-DB-1.7.14-6.el7.noarch
7515 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7516 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7517 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7518 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7519 --> php-gd-5.4.16-23.el7_0.3.x86_64
7520 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7521 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7522 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7523 --> php-mcrypt-5.4.16-3.el7.x86_64
7524 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7525 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7526 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7527 --> Already installed : python-2.7.5-16.el7.x86_64
7528 --> uglify-js-2.4.13-5.el7.noarch
7529 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7530 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7531 --> php-xml-5.4.16-23.el7_0.3.x86_64
7532 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7533 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7534 --> 1:php-pear-1.9.4-21.el7.noarch
7535 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7536 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7537Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7538 --> php-pear-DB-1.7.14-6.el7.noarch
7539 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7540 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7541 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7542 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7543 --> php-gd-5.4.16-23.el7_0.3.x86_64
7544 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7545 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7546 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7547 --> php-mcrypt-5.4.16-3.el7.x86_64
7548 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7549 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7550 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7551 --> Already installed : python-2.7.5-16.el7.x86_64
7552 --> uglify-js-2.4.13-5.el7.noarch
7553 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7554 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7555 --> php-xml-5.4.16-23.el7_0.3.x86_64
7556 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7557 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7558 --> 1:php-pear-1.9.4-21.el7.noarch
7559 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7560 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7561Getting requirements for erlang-jsx-2.4.0-4.el7.kolab_3.5.src
7562 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
7563Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7564 --> Already installed : python-2.7.5-16.el7.x86_64
7565 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7566 --> uglify-js-2.4.13-5.el7.noarch
7567Getting requirements for php-pear-Net-LDAP2-2.1.0-1.el7.src
7568 --> 1:php-pear-1.9.4-21.el7.noarch
7569Getting requirements for php-JsonSchema-1.4.1-1.el7.src
7570 --> php-common-5.4.16-23.el7_0.3.x86_64
7571 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7572 --> php-common-5.4.16-23.el7_0.3.x86_64
7573 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7574 --> php-common-5.4.16-23.el7_0.3.x86_64
7575 --> php-common-5.4.16-23.el7_0.3.x86_64
7576 --> php-common-5.4.16-23.el7_0.3.x86_64
7577 --> php-common-5.4.16-23.el7_0.3.x86_64
7578 --> php-common-5.4.16-23.el7_0.3.x86_64
7579Getting requirements for kolab-autodiscover-0.1-5.el7.kolab_3.5.src
7580Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7581 --> Already installed : python-2.7.5-16.el7.x86_64
7582 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7583 --> uglify-js-2.4.13-5.el7.noarch
7584Getting requirements for swig-2.0.11-11.el7.kolab_3.5.src
7585 --> Already installed : automake-1.13.4-3.el7.noarch
7586 --> 5:guile-devel-2.0.9-5.el7.x86_64
7587 --> dos2unix-6.0.3-4.el7.x86_64
7588 --> pcre-devel-8.32-14.el7.x86_64
7589 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7590 --> boost-devel-1.53.0-23.el7.x86_64
7591 --> Already installed : 4:perl-5.16.3-285.el7.x86_64
7592 --> Already installed : autoconf-2.69-11.el7.noarch
7593 --> Already installed : gawk-4.0.2-4.el7.x86_64
7594 --> perl-Test-Simple-0.98-243.el7.noarch
7595 --> 4:perl-devel-5.16.3-285.el7.x86_64
7596 --> 1:tcl-devel-8.5.13-4.el7.x86_64
7597 --> python-devel-2.7.5-16.el7.x86_64
7598Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7599 --> Already installed : python-2.7.5-16.el7.x86_64
7600 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7601 --> uglify-js-2.4.13-5.el7.noarch
7602Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7603 --> php-pear-DB-1.7.14-6.el7.noarch
7604 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7605 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7606 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7607 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7608 --> php-gd-5.4.16-23.el7_0.3.x86_64
7609 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7610 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7611 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7612 --> php-mcrypt-5.4.16-3.el7.x86_64
7613 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7614 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7615 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7616 --> Already installed : python-2.7.5-16.el7.x86_64
7617 --> uglify-js-2.4.13-5.el7.noarch
7618 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7619 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7620 --> php-xml-5.4.16-23.el7_0.3.x86_64
7621 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7622 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7623 --> 1:php-pear-1.9.4-21.el7.noarch
7624 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7625 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7626Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
7627 --> python-nose-1.3.0-2.el7.noarch
7628 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
7629 --> python-pyasn1-modules-0.1.6-2.el7.noarch
7630 --> Already installed : intltool-0.50.2-6.el7.noarch
7631 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
7632 --> pytz-2012d-5.el7.noarch
7633 --> Already installed : python-2.7.5-16.el7.x86_64
7634 --> python-twisted-core-12.2.0-4.el7.x86_64
7635 --> python-pyasn1-0.1.6-2.el7.noarch
7636 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
7637 --> python-sqlalchemy-0.9.7-3.el7.x86_64
7638 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
7639 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
7640 --> python-ldap-2.4.15-2.el7.x86_64
7641 --> Already installed : gcc-4.8.3-9.el7.x86_64
7642Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7643 --> php-pear-DB-1.7.14-6.el7.noarch
7644 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7645 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7646 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7647 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7648 --> php-gd-5.4.16-23.el7_0.3.x86_64
7649 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7650 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7651 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7652 --> php-mcrypt-5.4.16-3.el7.x86_64
7653 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7654 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7655 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7656 --> Already installed : python-2.7.5-16.el7.x86_64
7657 --> uglify-js-2.4.13-5.el7.noarch
7658 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7659 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7660 --> php-xml-5.4.16-23.el7_0.3.x86_64
7661 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7662 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7663 --> 1:php-pear-1.9.4-21.el7.noarch
7664 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7665 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7666Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7667 --> php-pear-DB-1.7.14-6.el7.noarch
7668 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7669 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7670 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7671 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7672 --> php-gd-5.4.16-23.el7_0.3.x86_64
7673 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7674 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7675 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7676 --> php-mcrypt-5.4.16-3.el7.x86_64
7677 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7678 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7679 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7680 --> Already installed : python-2.7.5-16.el7.x86_64
7681 --> uglify-js-2.4.13-5.el7.noarch
7682 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7683 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7684 --> php-xml-5.4.16-23.el7_0.3.x86_64
7685 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7686 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7687 --> 1:php-pear-1.9.4-21.el7.noarch
7688 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7689 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7690Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7691 --> php-pear-DB-1.7.14-6.el7.noarch
7692 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7693 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7694 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7695 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7696 --> php-gd-5.4.16-23.el7_0.3.x86_64
7697 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7698 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7699 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7700 --> php-mcrypt-5.4.16-3.el7.x86_64
7701 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7702 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7703 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7704 --> Already installed : python-2.7.5-16.el7.x86_64
7705 --> uglify-js-2.4.13-5.el7.noarch
7706 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7707 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7708 --> php-xml-5.4.16-23.el7_0.3.x86_64
7709 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7710 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7711 --> 1:php-pear-1.9.4-21.el7.noarch
7712 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7713 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7714Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7715 --> Already installed : python-2.7.5-16.el7.x86_64
7716 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7717 --> uglify-js-2.4.13-5.el7.noarch
7718Getting requirements for erlang-erlydtl-0.7.0-5.el7.kolab_3.5.src
7719 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
7720Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src
7721 --> libuuid-devel-2.23.2-22.el7_1.x86_64
7722 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7723 --> Already installed : automake-1.13.4-3.el7.noarch
7724 --> Already installed : autoconf-2.69-11.el7.noarch
7725 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
7726Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7727 --> Already installed : python-2.7.5-16.el7.x86_64
7728 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7729 --> uglify-js-2.4.13-5.el7.noarch
7730Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7731 --> Already installed : python-2.7.5-16.el7.x86_64
7732 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7733 --> uglify-js-2.4.13-5.el7.noarch
7734Getting requirements for erlang-riakc-2.0.1-8.el7.kolab_3.5.src
7735 --> erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64
7736 --> erlang-protobuffs-0.8.0-8.el7.kolab_3.5.x86_64
7737 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
7738 --> erlang-riak_pb-2.0.0.16-9.el7.kolab_3.5.x86_64
7739Getting requirements for php-sabre-event-1.0.1-1.el7.kolab_3.5.src
7740 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7741 --> php-common-5.4.16-23.el7_0.3.x86_64
7742Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7743 --> Already installed : python-2.7.5-16.el7.x86_64
7744 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7745 --> uglify-js-2.4.13-5.el7.noarch
7746Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7747 --> Already installed : python-2.7.5-16.el7.x86_64
7748 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7749 --> uglify-js-2.4.13-5.el7.noarch
7750Getting requirements for php-sabre-http-2.0.4-1.el7.kolab_3.5.src
7751 --> php-sabre-event-1.0.1-1.el7.kolab_3.5.noarch
7752 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7753 --> php-common-5.4.16-23.el7_0.3.x86_64
7754 --> php-sabre-event-1.0.1-1.el7.kolab_3.5.noarch
7755Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7756 --> php-pear-DB-1.7.14-6.el7.noarch
7757 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7758 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7759 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7760 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7761 --> php-gd-5.4.16-23.el7_0.3.x86_64
7762 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7763 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7764 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7765 --> php-mcrypt-5.4.16-3.el7.x86_64
7766 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7767 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7768 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7769 --> Already installed : python-2.7.5-16.el7.x86_64
7770 --> uglify-js-2.4.13-5.el7.noarch
7771 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7772 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7773 --> php-xml-5.4.16-23.el7_0.3.x86_64
7774 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7775 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7776 --> 1:php-pear-1.9.4-21.el7.noarch
7777 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7778 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7779Getting requirements for python-six-1.3.0-4.el7.src
7780 --> tkinter-2.7.5-16.el7.x86_64
7781 --> python-devel-2.7.5-16.el7.x86_64
7782 --> pytest-2.3.5-4.el7.noarch
7783Getting requirements for php-sabre-dav-1.8.10-1.el7.src
7784 --> php-sabre-vobject-3.2.4-1.el7.kolab_3.5.noarch
7785 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7786 --> php-common-5.4.16-23.el7_0.3.x86_64
7787 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7788Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7789 --> php-pear-DB-1.7.14-6.el7.noarch
7790 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7791 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7792 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7793 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7794 --> php-gd-5.4.16-23.el7_0.3.x86_64
7795 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7796 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7797 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7798 --> php-mcrypt-5.4.16-3.el7.x86_64
7799 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7800 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7801 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7802 --> Already installed : python-2.7.5-16.el7.x86_64
7803 --> uglify-js-2.4.13-5.el7.noarch
7804 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7805 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7806 --> php-xml-5.4.16-23.el7_0.3.x86_64
7807 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7808 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7809 --> 1:php-pear-1.9.4-21.el7.noarch
7810 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7811 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7812Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7813 --> php-pear-DB-1.7.14-6.el7.noarch
7814 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7815 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7816 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7817 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7818 --> php-gd-5.4.16-23.el7_0.3.x86_64
7819 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7820 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7821 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7822 --> php-mcrypt-5.4.16-3.el7.x86_64
7823 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7824 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7825 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7826 --> Already installed : python-2.7.5-16.el7.x86_64
7827 --> uglify-js-2.4.13-5.el7.noarch
7828 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7829 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7830 --> php-xml-5.4.16-23.el7_0.3.x86_64
7831 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7832 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7833 --> 1:php-pear-1.9.4-21.el7.noarch
7834 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7835 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7836Getting requirements for php-ZendFramework-1.12.11-1.el7.src
7837Getting requirements for 1:python-flask-0.10.1-7.el7.kolab_3.5.src
7838 --> python-itsdangerous-0.24-3.el7.kolab_3.5.noarch
7839 --> python-werkzeug-0.9.6-1.el7.kolab_3.5.noarch
7840 --> python-sphinx-1.1.3-8.el7.noarch
7841 --> python-devel-2.7.5-16.el7.x86_64
7842 --> python-jinja2-2.7.2-2.el7.noarch
7843 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7844Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7845 --> php-pear-DB-1.7.14-6.el7.noarch
7846 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7847 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7848 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7849 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7850 --> php-gd-5.4.16-23.el7_0.3.x86_64
7851 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7852 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7853 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7854 --> php-mcrypt-5.4.16-3.el7.x86_64
7855 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7856 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7857 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7858 --> Already installed : python-2.7.5-16.el7.x86_64
7859 --> uglify-js-2.4.13-5.el7.noarch
7860 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7861 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7862 --> php-xml-5.4.16-23.el7_0.3.x86_64
7863 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7864 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7865 --> 1:php-pear-1.9.4-21.el7.noarch
7866 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7867 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7868Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
7869Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
7870Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7871 --> Already installed : python-2.7.5-16.el7.x86_64
7872 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7873 --> uglify-js-2.4.13-5.el7.noarch
7874Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
7875Getting requirements for swig-2.0.11-11.el7.kolab_3.5.src
7876 --> Already installed : automake-1.13.4-3.el7.noarch
7877 --> 5:guile-devel-2.0.9-5.el7.x86_64
7878 --> dos2unix-6.0.3-4.el7.x86_64
7879 --> pcre-devel-8.32-14.el7.x86_64
7880 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7881 --> boost-devel-1.53.0-23.el7.x86_64
7882 --> Already installed : 4:perl-5.16.3-285.el7.x86_64
7883 --> Already installed : autoconf-2.69-11.el7.noarch
7884 --> Already installed : gawk-4.0.2-4.el7.x86_64
7885 --> perl-Test-Simple-0.98-243.el7.noarch
7886 --> 4:perl-devel-5.16.3-285.el7.x86_64
7887 --> 1:tcl-devel-8.5.13-4.el7.x86_64
7888 --> python-devel-2.7.5-16.el7.x86_64
7889Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7890 --> php-pear-DB-1.7.14-6.el7.noarch
7891 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7892 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7893 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7894 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7895 --> php-gd-5.4.16-23.el7_0.3.x86_64
7896 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7897 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7898 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7899 --> php-mcrypt-5.4.16-3.el7.x86_64
7900 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7901 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7902 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7903 --> Already installed : python-2.7.5-16.el7.x86_64
7904 --> uglify-js-2.4.13-5.el7.noarch
7905 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7906 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7907 --> php-xml-5.4.16-23.el7_0.3.x86_64
7908 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7909 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7910 --> 1:php-pear-1.9.4-21.el7.noarch
7911 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7912 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7913--> Running transaction check
7914---> Package CUnit-devel.x86_64 0:2.1.3-8.el7 will be installed
7915--> Processing Dependency: CUnit(x86-64) = 2.1.3-8.el7 for package: CUnit-devel-2.1.3-8.el7.x86_64
7916--> Processing Dependency: libcunit.so.1()(64bit) for package: CUnit-devel-2.1.3-8.el7.x86_64
7917---> Package Cython.x86_64 0:0.19-3.el7 will be installed
7918---> Package boost-devel.x86_64 0:1.53.0-23.el7 will be installed
7919--> Processing Dependency: boost = 1.53.0-23.el7 for package: boost-devel-1.53.0-23.el7.x86_64
7920--> Processing Dependency: libboost_wserialization.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7921--> Processing Dependency: libboost_wserialization-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7922--> Processing Dependency: libboost_wave.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7923--> Processing Dependency: libboost_wave-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7924--> Processing Dependency: libboost_unit_test_framework.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7925--> Processing Dependency: libboost_unit_test_framework-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7926--> Processing Dependency: libboost_timer.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7927--> Processing Dependency: libboost_timer-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7928--> Processing Dependency: libboost_signals.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7929--> Processing Dependency: libboost_signals-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7930--> Processing Dependency: libboost_serialization.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7931--> Processing Dependency: libboost_serialization-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7932--> Processing Dependency: libboost_regex.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7933--> Processing Dependency: libboost_regex-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7934--> Processing Dependency: libboost_random.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7935--> Processing Dependency: libboost_random-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7936--> Processing Dependency: libboost_python.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7937--> Processing Dependency: libboost_python-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7938--> Processing Dependency: libboost_program_options.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7939--> Processing Dependency: libboost_program_options-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7940--> Processing Dependency: libboost_prg_exec_monitor.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7941--> Processing Dependency: libboost_prg_exec_monitor-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7942--> Processing Dependency: libboost_math_tr1l.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7943--> Processing Dependency: libboost_math_tr1l-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7944--> Processing Dependency: libboost_math_tr1f.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7945--> Processing Dependency: libboost_math_tr1f-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7946--> Processing Dependency: libboost_math_tr1.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7947--> Processing Dependency: libboost_math_tr1-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7948--> Processing Dependency: libboost_math_c99l.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7949--> Processing Dependency: libboost_math_c99l-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7950--> Processing Dependency: libboost_math_c99f.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7951--> Processing Dependency: libboost_math_c99f-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7952--> Processing Dependency: libboost_math_c99.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7953--> Processing Dependency: libboost_math_c99-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7954--> Processing Dependency: libboost_locale-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7955--> Processing Dependency: libboost_iostreams.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7956--> Processing Dependency: libboost_iostreams-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7957--> Processing Dependency: libboost_graph.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7958--> Processing Dependency: libboost_graph-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7959--> Processing Dependency: libboost_filesystem.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7960--> Processing Dependency: libboost_filesystem-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7961--> Processing Dependency: libboost_date_time.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7962--> Processing Dependency: libboost_date_time-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7963--> Processing Dependency: libboost_context.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7964--> Processing Dependency: libboost_context-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7965--> Processing Dependency: libboost_chrono.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7966--> Processing Dependency: libboost_chrono-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7967--> Processing Dependency: libboost_atomic-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7968---> Package chwala.noarch 0:0.3.1-1.el7.kolab_3.5 will be installed
7969--> Processing Dependency: php-Smarty >= 3.1.7 for package: chwala-0.3.1-1.el7.kolab_3.5.noarch
7970--> Processing Dependency: webserver for package: chwala-0.3.1-1.el7.kolab_3.5.noarch
7971---> Package cmake.x86_64 0:2.8.11-4.el7 will be installed
7972--> Processing Dependency: libarchive.so.13()(64bit) for package: cmake-2.8.11-4.el7.x86_64
7973---> Package composer.noarch 0:1.0.0-14.el7.kolab_3.5 will be installed
7974--> Processing Dependency: php-composer(seld/phar-utils) < 2 for package: composer-1.0.0-14.el7.kolab_3.5.noarch
7975--> Processing Dependency: php-composer(seld/cli-prompt) < 2 for package: composer-1.0.0-14.el7.kolab_3.5.noarch
7976--> Processing Dependency: php-composer(seld/cli-prompt) >= 1.0 for package: composer-1.0.0-14.el7.kolab_3.5.noarch
7977--> Processing Dependency: php-composer(seld/phar-utils) >= 1.0 for package: composer-1.0.0-14.el7.kolab_3.5.noarch
7978--> Processing Dependency: php-cli for package: composer-1.0.0-14.el7.kolab_3.5.noarch
7979--> Processing Dependency: php-intl for package: composer-1.0.0-14.el7.kolab_3.5.noarch
7980---> Package cyrus-sasl-devel.x86_64 0:2.1.26-17.el7 will be installed
7981--> Processing Dependency: cyrus-sasl(x86-64) = 2.1.26-17.el7 for package: cyrus-sasl-devel-2.1.26-17.el7.x86_64
7982---> Package cyrus-sasl-md5.x86_64 0:2.1.26-17.el7 will be installed
7983---> Package dos2unix.x86_64 0:6.0.3-4.el7 will be installed
7984---> Package e2fsprogs-devel.x86_64 0:1.42.9-7.el7 will be installed
7985--> Processing Dependency: libcom_err-devel(x86-64) = 1.42.9-7.el7 for package: e2fsprogs-devel-1.42.9-7.el7.x86_64
7986--> Processing Dependency: pkgconfig(com_err) for package: e2fsprogs-devel-1.42.9-7.el7.x86_64
7987---> Package elinks.x86_64 0:0.12-0.36.pre6.el7 will be installed
7988--> Processing Dependency: libnss_compat_ossl.so.0()(64bit) for package: elinks-0.12-0.36.pre6.el7.x86_64
7989--> Processing Dependency: libmozjs185.so.1.0()(64bit) for package: elinks-0.12-0.36.pre6.el7.x86_64
7990---> Package emacs.x86_64 1:24.3-11.el7 will be installed
7991--> Processing Dependency: emacs-common = 1:24.3-11.el7 for package: 1:emacs-24.3-11.el7.x86_64
7992--> Processing Dependency: dejavu-sans-mono-fonts for package: 1:emacs-24.3-11.el7.x86_64
7993--> Processing Dependency: libotf.so.0()(64bit) for package: 1:emacs-24.3-11.el7.x86_64
7994--> Processing Dependency: libm17n-flt.so.0()(64bit) for package: 1:emacs-24.3-11.el7.x86_64
7995--> Processing Dependency: libm17n-core.so.0()(64bit) for package: 1:emacs-24.3-11.el7.x86_64
7996--> Processing Dependency: libMagickWand.so.5()(64bit) for package: 1:emacs-24.3-11.el7.x86_64
7997--> Processing Dependency: libMagickCore.so.5()(64bit) for package: 1:emacs-24.3-11.el7.x86_64
7998---> Package emacs-el.noarch 1:24.3-11.el7 will be installed
7999---> Package erlang.x86_64 0:R16B-03.10.el7 will be installed
8000--> Processing Dependency: erlang-xmerl(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8001--> Processing Dependency: erlang-wx(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8002--> Processing Dependency: erlang-webtool(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8003--> Processing Dependency: erlang-typer(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8004--> Processing Dependency: erlang-tv(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8005--> Processing Dependency: erlang-tools(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8006--> Processing Dependency: erlang-toolbar(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8007--> Processing Dependency: erlang-test_server(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8008--> Processing Dependency: erlang-syntax_tools(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8009--> Processing Dependency: erlang-stdlib(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8010--> Processing Dependency: erlang-ssl(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8011--> Processing Dependency: erlang-ssh(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8012--> Processing Dependency: erlang-snmp(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8013--> Processing Dependency: erlang-sasl(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8014--> Processing Dependency: erlang-runtime_tools(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8015--> Processing Dependency: erlang-reltool(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8016--> Processing Dependency: erlang-public_key(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8017--> Processing Dependency: erlang-pman(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8018--> Processing Dependency: erlang-percept(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8019--> Processing Dependency: erlang-otp_mibs(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8020--> Processing Dependency: erlang-os_mon(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8021--> Processing Dependency: erlang-orber(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8022--> Processing Dependency: erlang-odbc(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8023--> Processing Dependency: erlang-observer(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8024--> Processing Dependency: erlang-mnesia(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8025--> Processing Dependency: erlang-megaco(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8026--> Processing Dependency: erlang-kernel(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8027--> Processing Dependency: erlang-jinterface(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8028--> Processing Dependency: erlang-inets(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8029--> Processing Dependency: erlang-ic(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8030--> Processing Dependency: erlang-hipe(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8031--> Processing Dependency: erlang-gs(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8032--> Processing Dependency: erlang-examples(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8033--> Processing Dependency: erlang-eunit(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8034--> Processing Dependency: erlang-et(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8035--> Processing Dependency: erlang-erl_interface(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8036--> Processing Dependency: erlang-erl_docgen(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8037--> Processing Dependency: erlang-edoc(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8038--> Processing Dependency: erlang-diameter(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8039--> Processing Dependency: erlang-dialyzer(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8040--> Processing Dependency: erlang-debugger(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8041--> Processing Dependency: erlang-crypto(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8042--> Processing Dependency: erlang-cosTransactions(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8043--> Processing Dependency: erlang-cosTime(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8044--> Processing Dependency: erlang-cosProperty(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8045--> Processing Dependency: erlang-cosNotification(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8046--> Processing Dependency: erlang-cosFileTransfer(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8047--> Processing Dependency: erlang-cosEventDomain(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8048--> Processing Dependency: erlang-cosEvent(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8049--> Processing Dependency: erlang-compiler(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8050--> Processing Dependency: erlang-asn1(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8051--> Processing Dependency: erlang-appmon(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8052---> Package erlang-common_test.x86_64 0:R16B-03.10.el7 will be installed
8053---> Package erlang-eldap.x86_64 0:R16B-03.10.el7 will be installed
8054---> Package erlang-erts.x86_64 0:R16B-03.10.el7 will be installed
8055--> Processing Dependency: lksctp-tools for package: erlang-erts-R16B-03.10.el7.x86_64
8056---> Package erlang-goldrush.x86_64 0:0.1.6-6.el7.kolab_3.5 will be installed
8057---> Package erlang-hamcrest.x86_64 0:0.1.0-9.el7.kolab_3.5 will be installed
8058---> Package erlang-inert.x86_64 0:0.6.1-4.el7.kolab_3.5 will be installed
8059---> Package erlang-iso8601.x86_64 0:1.2-4.el7.kolab_3.5 will be installed
8060---> Package erlang-jsx.x86_64 0:2.4.0-4.el7.kolab_3.5 will be installed
8061---> Package erlang-lager.x86_64 0:2.1.0-9.el7.kolab_3.5 will be installed
8062---> Package erlang-meck.x86_64 0:0.8.2-13.el7.kolab_3.5 will be installed
8063---> Package erlang-parsetools.x86_64 0:R16B-03.10.el7 will be installed
8064---> Package erlang-poolboy.x86_64 0:1.4.2-3.el7.kolab_3.5 will be installed
8065---> Package erlang-procket.x86_64 0:0.6.1-3.el7.kolab_3.5 will be installed
8066---> Package erlang-proper.x86_64 0:1.1-8.el7.kolab_3.5 will be installed
8067---> Package erlang-protobuffs.x86_64 0:0.8.0-8.el7.kolab_3.5 will be installed
8068---> Package erlang-rebar.x86_64 0:2.5.1-8.el7.kolab_3.5 will be installed
8069--> Processing Dependency: erlang-getopt(x86-64) for package: erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
8070--> Processing Dependency: erlang-mustache(x86-64) for package: erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
8071---> Package erlang-riak_pb.x86_64 0:2.0.0.16-9.el7.kolab_3.5 will be installed
8072---> Package erlang-riakc.x86_64 0:2.0.1-8.el7.kolab_3.5 will be installed
8073---> Package fdupes.x86_64 0:1.51-6.el7 will be installed
8074---> Package groff.x86_64 0:1.22.2-8.el7 will be installed
8075---> Package guile-devel.x86_64 5:2.0.9-5.el7 will be installed
8076--> Processing Dependency: guile(x86-64) = 5:2.0.9-5.el7 for package: 5:guile-devel-2.0.9-5.el7.x86_64
8077--> Processing Dependency: gmp-devel for package: 5:guile-devel-2.0.9-5.el7.x86_64
8078--> Processing Dependency: gc-devel for package: 5:guile-devel-2.0.9-5.el7.x86_64
8079--> Processing Dependency: libguile-2.0.so.22()(64bit) for package: 5:guile-devel-2.0.9-5.el7.x86_64
8080---> Package jansson-devel.x86_64 0:2.4-6.el7 will be installed
8081--> Processing Dependency: jansson = 2.4-6.el7 for package: jansson-devel-2.4-6.el7.x86_64
8082--> Processing Dependency: libjansson.so.4()(64bit) for package: jansson-devel-2.4-6.el7.x86_64
8083---> Package krb5-devel.x86_64 0:1.12.2-14.el7 will be installed
8084--> Processing Dependency: libverto-devel for package: krb5-devel-1.12.2-14.el7.x86_64
8085--> Processing Dependency: libselinux-devel for package: krb5-devel-1.12.2-14.el7.x86_64
8086--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.12.2-14.el7.x86_64
8087---> Package latex2html.noarch 0:2012-3.el7 will be installed
8088--> Processing Dependency: tex(url.sty) for package: latex2html-2012-3.el7.noarch
8089--> Processing Dependency: tex(latex) for package: latex2html-2012-3.el7.noarch
8090--> Processing Dependency: netpbm-progs for package: latex2html-2012-3.el7.noarch
8091---> Package libcalendaring-devel.x86_64 0:4.9.1-3.el7.kolab_3.5 will be installed
8092--> Processing Dependency: libcalendaring = 4.9.1-3.el7.kolab_3.5 for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8093--> Processing Dependency: libcalendaring-kcalutils.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8094--> Processing Dependency: libcalendaring-kimap.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8095--> Processing Dependency: libcalendaring-kpimutils.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8096--> Processing Dependency: libcalendaring-kabc.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8097--> Processing Dependency: libcalendaring-akonadi-notes.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8098--> Processing Dependency: libcalendaring-kmime.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8099--> Processing Dependency: libcalendaring-kcalcore.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8100--> Processing Dependency: libcalendaring-kdecore.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8101---> Package libcurl-devel.x86_64 0:7.29.0-19.el7 will be installed
8102---> Package libdb-devel.x86_64 0:5.3.21-17.el7_0.1 will be installed
8103---> Package libical-devel.x86_64 0:0.48-6.el7 will be installed
8104---> Package libkolab-devel.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5 will be installed
8105--> Processing Dependency: libkolab(x86-64) = 0.6.git.1429288613 for package: libkolab-devel-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
8106--> Processing Dependency: libkolab.so.0()(64bit) for package: libkolab-devel-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
8107---> Package libkolabxml-devel.x86_64 0:1.2-2.el7.kolab_3.5 will be installed
8108--> Processing Dependency: libkolabxml(x86-64) = 1.2 for package: libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
8109--> Processing Dependency: libkolabxml.so.1()(64bit) for package: libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
8110---> Package libuuid-devel.x86_64 0:2.23.2-22.el7_1 will be installed
8111--> Processing Dependency: libuuid = 2.23.2-22.el7_1 for package: libuuid-devel-2.23.2-22.el7_1.x86_64
8112---> Package maven-antrun-plugin.noarch 0:1.7-8.el7 will be installed
8113--> Processing Dependency: mvn(org.codehaus.plexus:plexus-utils) for package: maven-antrun-plugin-1.7-8.el7.noarch
8114--> Processing Dependency: mvn(org.apache.maven:maven-project) for package: maven-antrun-plugin-1.7-8.el7.noarch
8115--> Processing Dependency: mvn(org.apache.maven:maven-plugin-api) for package: maven-antrun-plugin-1.7-8.el7.noarch
8116--> Processing Dependency: mvn(org.apache.maven:maven-compat) for package: maven-antrun-plugin-1.7-8.el7.noarch
8117--> Processing Dependency: mvn(org.apache.maven:maven-artifact) for package: maven-antrun-plugin-1.7-8.el7.noarch
8118---> Package maven-compiler-plugin.noarch 0:3.1-4.el7 will be installed
8119--> Processing Dependency: mvn(org.codehaus.plexus:plexus-container-default) for package: maven-compiler-plugin-3.1-4.el7.noarch
8120--> Processing Dependency: mvn(org.codehaus.plexus:plexus-compiler-manager) for package: maven-compiler-plugin-3.1-4.el7.noarch
8121--> Processing Dependency: mvn(org.codehaus.plexus:plexus-compiler-javac) for package: maven-compiler-plugin-3.1-4.el7.noarch
8122--> Processing Dependency: mvn(org.codehaus.plexus:plexus-compiler-api) for package: maven-compiler-plugin-3.1-4.el7.noarch
8123--> Processing Dependency: mvn(org.apache.maven:maven-toolchain) for package: maven-compiler-plugin-3.1-4.el7.noarch
8124--> Processing Dependency: mvn(org.apache.maven.shared:maven-shared-utils) for package: maven-compiler-plugin-3.1-4.el7.noarch
8125--> Processing Dependency: mvn(org.apache.maven.shared:maven-shared-incremental) for package: maven-compiler-plugin-3.1-4.el7.noarch
8126---> Package maven-install-plugin.noarch 0:2.4-7.el7 will be installed
8127--> Processing Dependency: mvn(org.codehaus.plexus:plexus-digest) for package: maven-install-plugin-2.4-7.el7.noarch
8128--> Processing Dependency: mvn(org.apache.maven:maven-model:2.0.6) for package: maven-install-plugin-2.4-7.el7.noarch
8129--> Processing Dependency: mvn(org.apache.maven:maven-artifact:2.0.6) for package: maven-install-plugin-2.4-7.el7.noarch
8130--> Processing Dependency: mvn(org.apache.maven:maven-artifact-manager) for package: maven-install-plugin-2.4-7.el7.noarch
8131---> Package maven-jar-plugin.noarch 0:2.4-8.el7 will be installed
8132--> Processing Dependency: mvn(org.codehaus.plexus:plexus-archiver) for package: maven-jar-plugin-2.4-8.el7.noarch
8133--> Processing Dependency: mvn(org.apache.maven:maven-archiver) for package: maven-jar-plugin-2.4-8.el7.noarch
8134--> Processing Dependency: mvn(commons-lang:commons-lang) for package: maven-jar-plugin-2.4-8.el7.noarch
8135---> Package maven-javadoc-plugin.noarch 0:2.9-8.el7 will be installed
8136--> Processing Dependency: mvn(org.codehaus.plexus:plexus-interactivity-api) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8137--> Processing Dependency: mvn(org.apache.maven:maven-settings:2.2.1) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8138--> Processing Dependency: mvn(org.apache.maven.wagon:wagon-provider-api) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8139--> Processing Dependency: mvn(org.apache.maven.shared:maven-invoker) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8140--> Processing Dependency: mvn(org.apache.maven.shared:maven-common-artifact-filters) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8141--> Processing Dependency: mvn(org.apache.maven.reporting:maven-reporting-api) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8142--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-site-renderer) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8143--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-sink-api) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8144--> Processing Dependency: mvn(log4j:log4j) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8145--> Processing Dependency: mvn(commons-logging:commons-logging) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8146--> Processing Dependency: mvn(commons-io:commons-io) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8147--> Processing Dependency: mvn(commons-httpclient:commons-httpclient) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8148--> Processing Dependency: mvn(com.thoughtworks.qdox:qdox) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8149---> Package maven-local.noarch 0:3.4.1-6.el7_0 will be installed
8150--> Processing Dependency: xmvn >= 1.0.0-0.1 for package: maven-local-3.4.1-6.el7_0.noarch
8151--> Processing Dependency: weld-parent for package: maven-local-3.4.1-6.el7_0.noarch
8152--> Processing Dependency: sonatype-oss-parent for package: maven-local-3.4.1-6.el7_0.noarch
8153--> Processing Dependency: plexus-tools-pom for package: maven-local-3.4.1-6.el7_0.noarch
8154--> Processing Dependency: plexus-pom for package: maven-local-3.4.1-6.el7_0.noarch
8155--> Processing Dependency: plexus-components-pom for package: maven-local-3.4.1-6.el7_0.noarch
8156--> Processing Dependency: mojo-parent for package: maven-local-3.4.1-6.el7_0.noarch
8157--> Processing Dependency: maven-surefire-provider-testng for package: maven-local-3.4.1-6.el7_0.noarch
8158--> Processing Dependency: maven-surefire-provider-junit for package: maven-local-3.4.1-6.el7_0.noarch
8159--> Processing Dependency: maven-plugins-pom for package: maven-local-3.4.1-6.el7_0.noarch
8160--> Processing Dependency: maven-parent for package: maven-local-3.4.1-6.el7_0.noarch
8161--> Processing Dependency: maven-enforcer-plugin for package: maven-local-3.4.1-6.el7_0.noarch
8162--> Processing Dependency: maven-assembly-plugin for package: maven-local-3.4.1-6.el7_0.noarch
8163--> Processing Dependency: jvnet-parent for package: maven-local-3.4.1-6.el7_0.noarch
8164--> Processing Dependency: jboss-parent for package: maven-local-3.4.1-6.el7_0.noarch
8165--> Processing Dependency: httpcomponents-project for package: maven-local-3.4.1-6.el7_0.noarch
8166--> Processing Dependency: geronimo-parent-poms for package: maven-local-3.4.1-6.el7_0.noarch
8167--> Processing Dependency: apache-parent for package: maven-local-3.4.1-6.el7_0.noarch
8168--> Processing Dependency: apache-commons-parent for package: maven-local-3.4.1-6.el7_0.noarch
8169---> Package maven-resources-plugin.noarch 0:2.6-6.el7 will be installed
8170--> Processing Dependency: mvn(org.codehaus.plexus:plexus-interpolation) for package: maven-resources-plugin-2.6-6.el7.noarch
8171--> Processing Dependency: mvn(org.apache.maven:maven-monitor) for package: maven-resources-plugin-2.6-6.el7.noarch
8172--> Processing Dependency: mvn(org.apache.maven.shared:maven-filtering) for package: maven-resources-plugin-2.6-6.el7.noarch
8173---> Package maven-surefire-plugin.noarch 0:2.15-3.el7 will be installed
8174--> Processing Dependency: mvn(org.apache.maven.surefire:surefire-api) = 2.15 for package: maven-surefire-plugin-2.15-3.el7.noarch
8175--> Processing Dependency: mvn(org.apache.maven.surefire:maven-surefire-common) = 2.15 for package: maven-surefire-plugin-2.15-3.el7.noarch
8176--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) for package: maven-surefire-plugin-2.15-3.el7.noarch
8177---> Package net-snmp-devel.x86_64 1:5.7.2-20.el7 will be installed
8178--> Processing Dependency: net-snmp-libs = 1:5.7.2-20.el7 for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8179--> Processing Dependency: net-snmp-agent-libs = 1:5.7.2-20.el7 for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8180--> Processing Dependency: tcp_wrappers-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8181--> Processing Dependency: rpm-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8182--> Processing Dependency: lm_sensors-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8183--> Processing Dependency: elfutils-libelf-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8184--> Processing Dependency: elfutils-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8185--> Processing Dependency: libnetsnmptrapd.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8186--> Processing Dependency: libnetsnmpmibs.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8187--> Processing Dependency: libnetsnmphelpers.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8188--> Processing Dependency: libnetsnmpagent.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8189--> Processing Dependency: libnetsnmp.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8190---> Package nodejs-less.noarch 0:1.7.0-2.el7 will be installed
8191--> Processing Dependency: npm(ycssmin) < 1.1 for package: nodejs-less-1.7.0-2.el7.noarch
8192--> Processing Dependency: npm(ycssmin) >= 1.0.1 for package: nodejs-less-1.7.0-2.el7.noarch
8193--> Processing Dependency: nodejs(engine) >= 0.8.0 for package: nodejs-less-1.7.0-2.el7.noarch
8194--> Processing Dependency: nodejs for package: nodejs-less-1.7.0-2.el7.noarch
8195---> Package nspr-devel.x86_64 0:4.10.8-1.el7_1 will be installed
8196--> Processing Dependency: nspr = 4.10.8-1.el7_1 for package: nspr-devel-4.10.8-1.el7_1.x86_64
8197Package: nspr-4.10.8-1.el7_1.src - can't co-install with nspr-4.10.8-1.el7_1.x86_64
8198Package: nspr-4.10.8-1.el7_1.src - can't co-install with nspr-4.10.8-1.el7_1.x86_64
8199---> Package nss-devel.x86_64 0:3.18.0-2.2.el7_1 will be installed
8200--> Processing Dependency: nss = 3.18.0-2.2.el7_1 for package: nss-devel-3.18.0-2.2.el7_1.x86_64
8201Package: nss-3.18.0-2.2.el7_1.src - can't co-install with nss-3.18.0-2.2.el7_1.x86_64
8202Package: nss-3.18.0-2.2.el7_1.src - can't co-install with nss-3.18.0-2.2.el7_1.x86_64
8203--> Processing Dependency: pkgconfig(nss-util) >= 3.18.0 for package: nss-devel-3.18.0-2.2.el7_1.x86_64
8204--> Processing Dependency: nss-util-devel for package: nss-devel-3.18.0-2.2.el7_1.x86_64
8205--> Processing Dependency: nss-softokn-devel for package: nss-devel-3.18.0-2.2.el7_1.x86_64
8206---> Package openldap-devel.x86_64 0:2.4.39-6.el7 will be installed
8207---> Package openssl-devel.x86_64 1:1.0.1e-42.el7.4 will be installed
8208---> Package pcre-devel.x86_64 0:8.32-14.el7 will be installed
8209---> Package perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 will be installed
8210--> Processing Dependency: perl(ExtUtils::Packlist) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
8211--> Processing Dependency: perl(ExtUtils::Manifest) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
8212--> Processing Dependency: perl(ExtUtils::Installed) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
8213--> Processing Dependency: perl(ExtUtils::Install) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
8214---> Package perl-Test-Simple.noarch 0:0.98-243.el7 will be installed
8215---> Package perl-devel.x86_64 4:5.16.3-285.el7 will be installed
8216--> Processing Dependency: systemtap-sdt-devel for package: 4:perl-devel-5.16.3-285.el7.x86_64
8217--> Processing Dependency: perl(ExtUtils::ParseXS) for package: 4:perl-devel-5.16.3-285.el7.x86_64
8218--> Processing Dependency: gdbm-devel for package: 4:perl-devel-5.16.3-285.el7.x86_64
8219---> Package php.x86_64 0:5.4.16-23.el7_0.3 will be installed
8220--> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-5.4.16-23.el7_0.3.x86_64
8221--> Processing Dependency: httpd for package: php-5.4.16-23.el7_0.3.x86_64
8222---> Package php-JsonSchema.noarch 0:1.4.1-1.el7.kolab_3.5 will be installed
8223---> Package php-Net-LDAP3.noarch 0:1.0.3-1.el7.kolab_3.5 will be installed
8224--> Processing Dependency: mozldap-tools >= 6.0.5 for package: php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
8225--> Processing Dependency: php-ldap for package: php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
8226---> Package php-common.x86_64 0:5.4.16-23.el7_0.3 will be installed
8227--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-23.el7_0.3.x86_64
8228---> Package php-devel.x86_64 0:5.4.16-23.el7_0.3 will be installed
8229---> Package php-gd.x86_64 0:5.4.16-23.el7_0.3 will be installed
8230--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.4.16-23.el7_0.3.x86_64
8231---> Package php-jsonlint.noarch 0:1.3.1-1.el7 will be installed
8232---> Package php-mbstring.x86_64 0:5.4.16-23.el7_0.3 will be installed
8233---> Package php-mcrypt.x86_64 0:5.4.16-3.el7 will be installed
8234--> Processing Dependency: libmcrypt.so.4()(64bit) for package: php-mcrypt-5.4.16-3.el7.x86_64
8235---> Package php-pdo.x86_64 0:5.4.16-23.el7_0.3 will be installed
8236---> Package php-pear.noarch 1:1.9.4-21.el7 will be installed
8237--> Processing Dependency: php-posix for package: 1:php-pear-1.9.4-21.el7.noarch
8238---> Package php-pear-Auth-SASL.noarch 0:1.0.6-5.el7 will be installed
8239---> Package php-pear-DB.noarch 0:1.7.14-6.el7 will be installed
8240---> Package php-pear-HTTP-Request2.noarch 0:2.2.1-1.el7 will be installed
8241--> Processing Dependency: php-pear(Net_URL2) >= 2.0.0 for package: php-pear-HTTP-Request2-2.2.1-1.el7.noarch
8242---> Package php-pear-MDB2.noarch 0:2.5.0-0.9.b5.el7 will be installed
8243---> Package php-pear-MDB2-Driver-mysqli.noarch 0:1.5.0-0.8.b4.el7 will be installed
8244--> Processing Dependency: php-mysqli for package: php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
8245---> Package php-pear-Mail-Mime.noarch 0:1.8.9-1.el7 will be installed
8246---> Package php-pear-Mail-mimeDecode.noarch 0:1.5.5-7.el7 will be installed
8247---> Package php-pear-Net-IDNA2.noarch 0:0.1.1-10.el7 will be installed
8248---> Package php-pear-Net-LDAP2.noarch 0:2.1.0-1.el7 will be installed
8249---> Package php-pear-Net-SMTP.noarch 0:1.6.2-1.el7 will be installed
8250---> Package php-pear-Net-Sieve.noarch 0:1.3.4-1.el7 will be installed
8251---> Package php-pear-Net-Socket.noarch 0:1.0.14-1.el7 will be installed
8252---> Package php-phpunit-PHPUnit.noarch 0:4.6.5-1.el7 will be installed
8253--> Processing Dependency: php-composer(symfony/yaml) < 4 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8254--> Processing Dependency: php-composer(sebastian/version) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8255--> Processing Dependency: php-composer(sebastian/global-state) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8256--> Processing Dependency: php-composer(sebastian/exporter) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8257--> Processing Dependency: php-composer(sebastian/environment) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8258--> Processing Dependency: php-composer(sebastian/diff) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8259--> Processing Dependency: php-composer(sebastian/comparator) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8260--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) < 3 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8261--> Processing Dependency: php-composer(phpunit/php-timer) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8262--> Processing Dependency: php-composer(phpunit/php-text-template) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8263--> Processing Dependency: php-composer(phpunit/php-invoker) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8264--> Processing Dependency: php-composer(phpunit/php-file-iterator) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8265--> Processing Dependency: php-composer(phpunit/php-code-coverage) < 3 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8266--> Processing Dependency: php-composer(phpspec/prophecy) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8267--> Processing Dependency: php-composer(doctrine/instantiator) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8268--> Processing Dependency: php-composer(symfony/yaml) >= 2.1 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8269--> Processing Dependency: php-composer(sebastian/version) >= 1.0 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8270--> Processing Dependency: php-composer(sebastian/recursion-context) >= 1.0 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8271--> Processing Dependency: php-composer(sebastian/global-state) >= 1.0 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8272--> Processing Dependency: php-composer(sebastian/exporter) >= 1.2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8273--> Processing Dependency: php-composer(sebastian/environment) >= 1.2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8274--> Processing Dependency: php-composer(sebastian/diff) >= 1.2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8275--> Processing Dependency: php-composer(sebastian/comparator) >= 1.1 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8276--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) >= 2.3 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8277--> Processing Dependency: php-composer(phpunit/php-timer) >= 1.0 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8278--> Processing Dependency: php-composer(phpunit/php-text-template) >= 1.2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8279--> Processing Dependency: php-composer(phpunit/php-invoker) >= 1.1 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8280--> Processing Dependency: php-composer(phpunit/php-file-iterator) >= 1.4 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8281--> Processing Dependency: php-composer(phpunit/php-code-coverage) >= 2.0.11 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8282--> Processing Dependency: php-composer(phpspec/prophecy) >= 1.3.1 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8283--> Processing Dependency: php-composer(doctrine/instantiator) >= 1.0.4 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8284--> Processing Dependency: php-tidy for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8285---> Package php-sabre-event.noarch 0:1.0.1-1.el7.kolab_3.5 will be installed
8286---> Package php-sabre-http.noarch 0:2.0.4-1.el7.kolab_3.5 will be installed
8287---> Package php-sabre-vobject.noarch 0:3.2.4-1.el7.kolab_3.5 will be installed
8288---> Package php-symfony-class-loader.noarch 0:2.5.11-1.el7 will be installed
8289--> Processing Dependency: php-symfony-common = 2.5.11-1.el7 for package: php-symfony-class-loader-2.5.11-1.el7.noarch
8290---> Package php-symfony-console.noarch 0:2.5.11-1.el7 will be installed
8291--> Processing Dependency: php-composer(symfony/event-dispatcher) = 2.5.11 for package: php-symfony-console-2.5.11-1.el7.noarch
8292--> Processing Dependency: php-composer(psr/log) < 2.0 for package: php-symfony-console-2.5.11-1.el7.noarch
8293--> Processing Dependency: php-composer(psr/log) >= 1.0 for package: php-symfony-console-2.5.11-1.el7.noarch
8294---> Package php-symfony-finder.noarch 0:2.5.11-1.el7 will be installed
8295---> Package php-symfony-process.noarch 0:2.5.11-1.el7 will be installed
8296---> Package php-xml.x86_64 0:5.4.16-23.el7_0.3 will be installed
8297---> Package pytest.noarch 0:2.3.5-4.el7 will be installed
8298--> Processing Dependency: python-py >= 1.4.12 for package: pytest-2.3.5-4.el7.noarch
8299---> Package python-cffi.x86_64 0:0.8.6-1.el7.kolab_3.5 will be installed
8300---> Package python-cryptography-vectors.noarch 0:0.8-1.el7 will be installed
8301---> Package python-cssmin.noarch 0:0.2.0-12.el7.kolab_3.5 will be installed
8302---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed
8303---> Package python-devel.x86_64 0:2.7.5-16.el7 will be installed
8304---> Package python-flask.noarch 1:0.10.1-7.el7.kolab_3.5 will be installed
8305---> Package python-gflags.noarch 0:2.0-6.el7.kolab_3.5 will be installed
8306---> Package python-google-apputils.noarch 0:0.4.1-1.el7.kolab_3.5 will be installed
8307---> Package python-icalendar.noarch 0:3.8.2-8.el7.kolab_3.5 will be installed
8308---> Package python-iso8601.noarch 0:0.1.10-1.el7 will be installed
8309---> Package python-itsdangerous.noarch 0:0.24-3.el7.kolab_3.5 will be installed
8310---> Package python-jinja2.noarch 0:2.7.2-2.el7 will be installed
8311--> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.2-2.el7.noarch
8312---> Package python-kolab.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5 will be installed
8313--> Processing Dependency: libxerces-c-3.1.so()(64bit) for package: python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
8314---> Package python-kolabformat.x86_64 0:1.2-2.el7.kolab_3.5 will be installed
8315---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed
8316---> Package python-nose.noarch 0:1.3.0-2.el7 will be installed
8317---> Package python-ply.noarch 0:3.4-4.el7 will be installed
8318---> Package python-pretend.noarch 0:1.0.8-2.el7 will be installed
8319---> Package python-pyasn1.noarch 0:0.1.6-2.el7 will be installed
8320---> Package python-pyasn1-modules.noarch 0:0.1.6-2.el7 will be installed
8321---> Package python-pycparser.noarch 0:2.10-1.el7.kolab_3.5 will be installed
8322---> Package python-six.noarch 0:1.9.0-2.el7.kolab_3.5 will be installed
8323---> Package python-sphinx.noarch 0:1.1.3-8.el7 will be installed
8324--> Processing Dependency: python-pygments for package: python-sphinx-1.1.3-8.el7.noarch
8325--> Processing Dependency: python-docutils for package: python-sphinx-1.1.3-8.el7.noarch
8326---> Package python-sqlalchemy.x86_64 0:0.9.7-3.el7 will be installed
8327---> Package python-twisted-core.x86_64 0:12.2.0-4.el7 will be installed
8328--> Processing Dependency: python-zope-interface for package: python-twisted-core-12.2.0-4.el7.x86_64
8329--> Processing Dependency: pyserial for package: python-twisted-core-12.2.0-4.el7.x86_64
8330---> Package python-werkzeug.noarch 0:0.9.6-1.el7.kolab_3.5 will be installed
8331---> Package pytz.noarch 0:2012d-5.el7 will be installed
8332---> Package qt-devel.x86_64 1:4.8.5-8.el7 will be installed
8333--> Processing Dependency: pkgconfig(xv) for package: 1:qt-devel-4.8.5-8.el7.x86_64
8334--> Processing Dependency: pkgconfig(xt) for package: 1:qt-devel-4.8.5-8.el7.x86_64
8335--> Processing Dependency: pkgconfig(sm) for package: 1:qt-devel-4.8.5-8.el7.x86_64
8336--> Processing Dependency: pkgconfig(ice) for package: 1:qt-devel-4.8.5-8.el7.x86_64
8337--> Processing Dependency: pkgconfig(glu) for package: 1:qt-devel-4.8.5-8.el7.x86_64
8338---> Package roundcubemail.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8339--> Processing Dependency: roundcubemail(plugin-zipdownload) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-1.2-3.el7.kolab_3.5.noarch
8340--> Processing Dependency: roundcubemail(plugin-password) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-1.2-3.el7.kolab_3.5.noarch
8341--> Processing Dependency: roundcubemail(plugin-managesieve) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-1.2-3.el7.kolab_3.5.noarch
8342--> Processing Dependency: roundcubemail(plugin-acl) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-1.2-3.el7.kolab_3.5.noarch
8343--> Processing Dependency: roundcubemail(plugin-archive) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-1.2-3.el7.kolab_3.5.noarch
8344--> Processing Dependency: roundcubemail-skin-chameleon for package: roundcubemail-1.2-3.el7.kolab_3.5.noarch
8345---> Package roundcubemail-core.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8346--> Processing Dependency: roundcubemail(core-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-core-1.2-3.el7.kolab_3.5.noarch
8347--> Processing Dependency: roundcubemail(plugin-jqueryui) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-core-1.2-3.el7.kolab_3.5.noarch
8348--> Processing Dependency: roundcubemail(plugin-filesystem_attachments) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-core-1.2-3.el7.kolab_3.5.noarch
8349--> Processing Dependency: roundcubemail(skin) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-core-1.2-3.el7.kolab_3.5.noarch
8350---> Package roundcubemail-plugin-kolab_auth.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8351--> Processing Dependency: roundcubemail(plugin-kolab_auth-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_auth-3.3-1.el7.kolab_3.5.noarch
8352---> Package roundcubemail-plugin-kolab_folders.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8353--> Processing Dependency: roundcubemail(plugin-kolab_folders-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_folders-3.3-1.el7.kolab_3.5.noarch
8354---> Package roundcubemail-plugin-libkolab.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8355--> Processing Dependency: roundcubemail(plugin-libkolab-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-1.el7.kolab_3.5.noarch
8356--> Processing Dependency: roundcubemail(plugin-libkolab-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-1.el7.kolab_3.5.noarch
8357---> Package roundcubemail-plugins-kolab.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8358--> Processing Dependency: roundcubemail(plugin-calendar) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8359--> Processing Dependency: roundcubemail(plugin-odfviewer) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8360--> Processing Dependency: roundcubemail(plugin-pdfviewer) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8361--> Processing Dependency: roundcubemail(plugin-tasklist) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8362--> Processing Dependency: roundcubemail(plugin-kolab_addressbook) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8363--> Processing Dependency: roundcubemail(plugin-kolab_delegation) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8364--> Processing Dependency: roundcubemail(plugin-kolab_config) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8365--> Processing Dependency: roundcubemail(plugin-kolab_activesync) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8366--> Processing Dependency: roundcubemail(plugin-kolab_files) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8367--> Processing Dependency: roundcubemail(plugin-kolab_notes) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8368--> Processing Dependency: roundcubemail(plugin-kolab_tags) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8369--> Processing Dependency: php-kolab >= 0.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8370--> Processing Dependency: php-kolabformat >= 1.0 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8371---> Package svrcore-devel.x86_64 0:4.0.4-11.el7 will be installed
8372--> Processing Dependency: svrcore = 4.0.4-11.el7 for package: svrcore-devel-4.0.4-11.el7.x86_64
8373--> Processing Dependency: libsvrcore.so.0()(64bit) for package: svrcore-devel-4.0.4-11.el7.x86_64
8374---> Package tcl-devel.x86_64 1:8.5.13-4.el7 will be installed
8375--> Processing Dependency: tcl = 1:8.5.13-4.el7 for package: 1:tcl-devel-8.5.13-4.el7.x86_64
8376---> Package tcp_wrappers.x86_64 0:7.6-77.el7 will be installed
8377---> Package texlive-dvips.noarch 2:svn29585.0-32.el7 will be installed
8378--> Processing Dependency: texlive-latex-fonts for package: 2:texlive-dvips-svn29585.0-32.el7.noarch
8379--> Processing Dependency: texlive-kpathsea-bin for package: 2:texlive-dvips-svn29585.0-32.el7.noarch
8380--> Processing Dependency: texlive-dvips-bin for package: 2:texlive-dvips-svn29585.0-32.el7.noarch
8381--> Processing Dependency: texlive-base for package: 2:texlive-dvips-svn29585.0-32.el7.noarch
8382--> Processing Dependency: tex-kpathsea for package: 2:texlive-dvips-svn29585.0-32.el7.noarch
8383---> Package texlive-latex.noarch 2:svn27907.0-32.el7 will be installed
8384--> Processing Dependency: tex-pdftex for package: 2:texlive-latex-svn27907.0-32.el7.noarch
8385--> Processing Dependency: tex-luatex for package: 2:texlive-latex-svn27907.0-32.el7.noarch
8386--> Processing Dependency: tex-latexconfig for package: 2:texlive-latex-svn27907.0-32.el7.noarch
8387--> Processing Dependency: tex(multicol.sty) for package: 2:texlive-latex-svn27907.0-32.el7.noarch
8388--> Processing Dependency: tex(hyperref.sty) for package: 2:texlive-latex-svn27907.0-32.el7.noarch
8389---> Package tkinter.x86_64 0:2.7.5-16.el7 will be installed
8390--> Processing Dependency: libtk8.5.so()(64bit) for package: tkinter-2.7.5-16.el7.x86_64
8391--> Processing Dependency: libTix.so()(64bit) for package: tkinter-2.7.5-16.el7.x86_64
8392---> Package transfig.x86_64 1:3.2.5d-13.el7 will be installed
8393--> Processing Dependency: ghostscript for package: 1:transfig-3.2.5d-13.el7.x86_64
8394--> Processing Dependency: bc for package: 1:transfig-3.2.5d-13.el7.x86_64
8395---> Package uglify-js.noarch 0:2.4.13-5.el7 will be installed
8396--> Processing Dependency: js-uglify = 2.4.13-5.el7 for package: uglify-js-2.4.13-5.el7.noarch
8397--> Processing Dependency: npm(uglify-to-browserify) < 1.1 for package: uglify-js-2.4.13-5.el7.noarch
8398--> Processing Dependency: npm(source-map) < 0.2 for package: uglify-js-2.4.13-5.el7.noarch
8399--> Processing Dependency: npm(optimist) < 0.5 for package: uglify-js-2.4.13-5.el7.noarch
8400--> Processing Dependency: npm(async) < 0.3 for package: uglify-js-2.4.13-5.el7.noarch
8401--> Processing Dependency: npm(uglify-to-browserify) >= 1.0.0 for package: uglify-js-2.4.13-5.el7.noarch
8402--> Processing Dependency: npm(source-map) >= 0.1.33 for package: uglify-js-2.4.13-5.el7.noarch
8403--> Processing Dependency: npm(optimist) >= 0.4 for package: uglify-js-2.4.13-5.el7.noarch
8404--> Processing Dependency: npm(async) >= 0.2.6 for package: uglify-js-2.4.13-5.el7.noarch
8405---> Package uuid-devel.x86_64 0:1.6.2-26.el7 will be installed
8406--> Processing Dependency: uuid = 1.6.2-26.el7 for package: uuid-devel-1.6.2-26.el7.x86_64
8407--> Processing Dependency: libossp-uuid.so.16()(64bit) for package: uuid-devel-1.6.2-26.el7.x86_64
8408---> Package xerces-c-devel.x86_64 0:3.1.1-6.el7 will be installed
8409---> Package xsd.x86_64 0:3.3.0.1-27.el7.kolab_3.5 will be installed
8410--> Running transaction check
8411---> Package CUnit.x86_64 0:2.1.3-8.el7 will be installed
8412---> Package ImageMagick.x86_64 0:6.7.8.9-10.el7 will be installed
8413--> Processing Dependency: libwmflite-0.2.so.7()(64bit) for package: ImageMagick-6.7.8.9-10.el7.x86_64
8414---> Package apache-commons-io.noarch 1:2.4-12.el7 will be installed
8415---> Package apache-commons-lang.noarch 0:2.6-15.el7 will be installed
8416---> Package apache-commons-logging.noarch 0:1.1.2-7.el7 will be installed
8417--> Processing Dependency: mvn(logkit:logkit) for package: apache-commons-logging-1.1.2-7.el7.noarch
8418--> Processing Dependency: mvn(avalon-framework:avalon-framework-api) for package: apache-commons-logging-1.1.2-7.el7.noarch
8419---> Package apache-commons-parent.noarch 0:26-8.el7 will be installed
8420--> Processing Dependency: mvn(org.codehaus.mojo:buildnumber-maven-plugin) for package: apache-commons-parent-26-8.el7.noarch
8421--> Processing Dependency: mvn(org.apache.rat:apache-rat-plugin) for package: apache-commons-parent-26-8.el7.noarch
8422--> Processing Dependency: mvn(org.apache.felix:maven-bundle-plugin) for package: apache-commons-parent-26-8.el7.noarch
8423---> Package apache-parent.noarch 0:10-14.el7 will be installed
8424--> Processing Dependency: mvn(org.apache.maven.plugins:maven-remote-resources-plugin) for package: apache-parent-10-14.el7.noarch
8425--> Processing Dependency: apache-resource-bundles for package: apache-parent-10-14.el7.noarch
8426---> Package bc.x86_64 0:1.06.95-13.el7 will be installed
8427---> Package boost.x86_64 0:1.53.0-23.el7 will be installed
8428---> Package boost-atomic.x86_64 0:1.53.0-23.el7 will be installed
8429---> Package boost-chrono.x86_64 0:1.53.0-23.el7 will be installed
8430---> Package boost-context.x86_64 0:1.53.0-23.el7 will be installed
8431---> Package boost-date-time.x86_64 0:1.53.0-23.el7 will be installed
8432---> Package boost-filesystem.x86_64 0:1.53.0-23.el7 will be installed
8433---> Package boost-graph.x86_64 0:1.53.0-23.el7 will be installed
8434---> Package boost-iostreams.x86_64 0:1.53.0-23.el7 will be installed
8435---> Package boost-locale.x86_64 0:1.53.0-23.el7 will be installed
8436---> Package boost-math.x86_64 0:1.53.0-23.el7 will be installed
8437---> Package boost-program-options.x86_64 0:1.53.0-23.el7 will be installed
8438---> Package boost-python.x86_64 0:1.53.0-23.el7 will be installed
8439---> Package boost-random.x86_64 0:1.53.0-23.el7 will be installed
8440---> Package boost-regex.x86_64 0:1.53.0-23.el7 will be installed
8441---> Package boost-serialization.x86_64 0:1.53.0-23.el7 will be installed
8442---> Package boost-signals.x86_64 0:1.53.0-23.el7 will be installed
8443---> Package boost-test.x86_64 0:1.53.0-23.el7 will be installed
8444---> Package boost-timer.x86_64 0:1.53.0-23.el7 will be installed
8445---> Package boost-wave.x86_64 0:1.53.0-23.el7 will be installed
8446---> Package cyrus-sasl.x86_64 0:2.1.26-17.el7 will be installed
8447---> Package dejavu-sans-mono-fonts.noarch 0:2.33-6.el7 will be installed
8448--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-mono-fonts-2.33-6.el7.noarch
8449---> Package elfutils-devel.x86_64 0:0.160-1.el7 will be installed
8450---> Package elfutils-libelf-devel.x86_64 0:0.160-1.el7 will be installed
8451---> Package emacs-common.x86_64 1:24.3-11.el7 will be installed
8452--> Processing Dependency: liblockfile.so.1()(64bit) for package: 1:emacs-common-24.3-11.el7.x86_64
8453---> Package erlang-appmon.x86_64 0:R16B-03.10.el7 will be installed
8454---> Package erlang-asn1.x86_64 0:R16B-03.10.el7 will be installed
8455---> Package erlang-compiler.x86_64 0:R16B-03.10.el7 will be installed
8456---> Package erlang-cosEvent.x86_64 0:R16B-03.10.el7 will be installed
8457---> Package erlang-cosEventDomain.x86_64 0:R16B-03.10.el7 will be installed
8458---> Package erlang-cosFileTransfer.x86_64 0:R16B-03.10.el7 will be installed
8459---> Package erlang-cosNotification.x86_64 0:R16B-03.10.el7 will be installed
8460---> Package erlang-cosProperty.x86_64 0:R16B-03.10.el7 will be installed
8461---> Package erlang-cosTime.x86_64 0:R16B-03.10.el7 will be installed
8462---> Package erlang-cosTransactions.x86_64 0:R16B-03.10.el7 will be installed
8463---> Package erlang-crypto.x86_64 0:R16B-03.10.el7 will be installed
8464---> Package erlang-debugger.x86_64 0:R16B-03.10.el7 will be installed
8465---> Package erlang-dialyzer.x86_64 0:R16B-03.10.el7 will be installed
8466--> Processing Dependency: graphviz for package: erlang-dialyzer-R16B-03.10.el7.x86_64
8467---> Package erlang-diameter.x86_64 0:R16B-03.10.el7 will be installed
8468---> Package erlang-edoc.x86_64 0:R16B-03.10.el7 will be installed
8469---> Package erlang-erl_docgen.x86_64 0:R16B-03.10.el7 will be installed
8470---> Package erlang-erl_interface.x86_64 0:R16B-03.10.el7 will be installed
8471---> Package erlang-et.x86_64 0:R16B-03.10.el7 will be installed
8472---> Package erlang-eunit.x86_64 0:R16B-03.10.el7 will be installed
8473---> Package erlang-examples.x86_64 0:R16B-03.10.el7 will be installed
8474---> Package erlang-getopt.x86_64 0:0.7.0-1.el7 will be installed
8475---> Package erlang-gs.x86_64 0:R16B-03.10.el7 will be installed
8476---> Package erlang-hipe.x86_64 0:R16B-03.10.el7 will be installed
8477---> Package erlang-ic.x86_64 0:R16B-03.10.el7 will be installed
8478---> Package erlang-inets.x86_64 0:R16B-03.10.el7 will be installed
8479---> Package erlang-jinterface.x86_64 0:R16B-03.10.el7 will be installed
8480---> Package erlang-kernel.x86_64 0:R16B-03.10.el7 will be installed
8481---> Package erlang-megaco.x86_64 0:R16B-03.10.el7 will be installed
8482---> Package erlang-mnesia.x86_64 0:R16B-03.10.el7 will be installed
8483---> Package erlang-mustache.x86_64 0:0.1.0-8.el7.kolab_3.5 will be installed
8484---> Package erlang-observer.x86_64 0:R16B-03.10.el7 will be installed
8485---> Package erlang-odbc.x86_64 0:R16B-03.10.el7 will be installed
8486--> Processing Dependency: libodbc.so.2()(64bit) for package: erlang-odbc-R16B-03.10.el7.x86_64
8487---> Package erlang-orber.x86_64 0:R16B-03.10.el7 will be installed
8488---> Package erlang-os_mon.x86_64 0:R16B-03.10.el7 will be installed
8489---> Package erlang-otp_mibs.x86_64 0:R16B-03.10.el7 will be installed
8490---> Package erlang-percept.x86_64 0:R16B-03.10.el7 will be installed
8491---> Package erlang-pman.x86_64 0:R16B-03.10.el7 will be installed
8492---> Package erlang-public_key.x86_64 0:R16B-03.10.el7 will be installed
8493---> Package erlang-reltool.x86_64 0:R16B-03.10.el7 will be installed
8494---> Package erlang-runtime_tools.x86_64 0:R16B-03.10.el7 will be installed
8495---> Package erlang-sasl.x86_64 0:R16B-03.10.el7 will be installed
8496---> Package erlang-snmp.x86_64 0:R16B-03.10.el7 will be installed
8497---> Package erlang-ssh.x86_64 0:R16B-03.10.el7 will be installed
8498---> Package erlang-ssl.x86_64 0:R16B-03.10.el7 will be installed
8499---> Package erlang-stdlib.x86_64 0:R16B-03.10.el7 will be installed
8500---> Package erlang-syntax_tools.x86_64 0:R16B-03.10.el7 will be installed
8501---> Package erlang-test_server.x86_64 0:R16B-03.10.el7 will be installed
8502---> Package erlang-toolbar.x86_64 0:R16B-03.10.el7 will be installed
8503---> Package erlang-tools.x86_64 0:R16B-03.10.el7 will be installed
8504---> Package erlang-tv.x86_64 0:R16B-03.10.el7 will be installed
8505---> Package erlang-typer.x86_64 0:R16B-03.10.el7 will be installed
8506---> Package erlang-webtool.x86_64 0:R16B-03.10.el7 will be installed
8507---> Package erlang-wx.x86_64 0:R16B-03.10.el7 will be installed
8508--> Processing Dependency: mesa-libGLU for package: erlang-wx-R16B-03.10.el7.x86_64
8509--> Processing Dependency: libwx_gtk2u_xrc-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8510--> Processing Dependency: libwx_gtk2u_stc-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8511--> Processing Dependency: libwx_gtk2u_html-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8512--> Processing Dependency: libwx_gtk2u_gl-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8513--> Processing Dependency: libwx_gtk2u_core-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8514--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0(WXU_2.8.5)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8515--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8516--> Processing Dependency: libwx_gtk2u_adv-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8517--> Processing Dependency: libwx_baseu-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8518--> Processing Dependency: libwx_gtk2u_xrc-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8519--> Processing Dependency: libwx_gtk2u_stc-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8520--> Processing Dependency: libwx_gtk2u_html-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8521--> Processing Dependency: libwx_gtk2u_gl-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8522--> Processing Dependency: libwx_gtk2u_core-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8523--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8524--> Processing Dependency: libwx_gtk2u_adv-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8525--> Processing Dependency: libwx_baseu_xml-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8526--> Processing Dependency: libwx_baseu-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8527--> Processing Dependency: libGLU.so.1()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8528---> Package erlang-xmerl.x86_64 0:R16B-03.10.el7 will be installed
8529---> Package gc-devel.x86_64 0:7.2d-6.el7 will be installed
8530--> Processing Dependency: gc(x86-64) = 7.2d-6.el7 for package: gc-devel-7.2d-6.el7.x86_64
8531--> Processing Dependency: libgccpp.so.1()(64bit) for package: gc-devel-7.2d-6.el7.x86_64
8532--> Processing Dependency: libgc.so.1()(64bit) for package: gc-devel-7.2d-6.el7.x86_64
8533--> Processing Dependency: libcord.so.1()(64bit) for package: gc-devel-7.2d-6.el7.x86_64
8534---> Package gdbm-devel.x86_64 0:1.10-8.el7 will be installed
8535---> Package geronimo-parent-poms.noarch 0:1.6-16.el7 will be installed
8536---> Package ghostscript.x86_64 0:9.07-18.el7 will be installed
8537--> Processing Dependency: urw-fonts >= 1.1 for package: ghostscript-9.07-18.el7.x86_64
8538--> Processing Dependency: ghostscript-fonts for package: ghostscript-9.07-18.el7.x86_64
8539---> Package gmp-devel.x86_64 1:6.0.0-11.el7 will be installed
8540---> Package guile.x86_64 5:2.0.9-5.el7 will be installed
8541---> Package httpcomponents-project.noarch 0:6-4.el7 will be installed
8542--> Processing Dependency: mvn(org.apache.maven.plugins:maven-site-plugin) for package: httpcomponents-project-6-4.el7.noarch
8543---> Package httpd.x86_64 0:2.4.6-31.el7.centos will be installed
8544--> Processing Dependency: httpd-tools = 2.4.6-31.el7.centos for package: httpd-2.4.6-31.el7.centos.x86_64
8545--> Processing Dependency: system-logos >= 7.92.1-1 for package: httpd-2.4.6-31.el7.centos.x86_64
8546---> Package jakarta-commons-httpclient.noarch 1:3.1-16.el7_0 will be installed
8547--> Processing Dependency: apache-commons-codec for package: 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch
8548---> Package jansson.x86_64 0:2.4-6.el7 will be installed
8549---> Package jboss-parent.noarch 0:6-12.el7 will be installed
8550---> Package js.x86_64 1:1.8.5-17.el7 will be installed
8551---> Package js-uglify.noarch 0:2.4.13-5.el7 will be installed
8552---> Package jvnet-parent.noarch 0:4-2.el7 will be installed
8553---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed
8554---> Package libICE-devel.x86_64 0:1.0.8-7.el7 will be installed
8555---> Package libSM-devel.x86_64 0:1.2.1-7.el7 will be installed
8556---> Package libXt-devel.x86_64 0:1.1.4-6.1.el7 will be installed
8557---> Package libXv-devel.x86_64 0:1.0.9-2.1.el7 will be installed
8558---> Package libarchive.x86_64 0:3.1.2-7.el7 will be installed
8559--> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-7.el7.x86_64
8560---> Package libcalendaring.x86_64 0:4.9.1-3.el7.kolab_3.5 will be installed
8561---> Package libcom_err-devel.x86_64 0:1.42.9-7.el7 will be installed
8562---> Package libkolab.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5 will be installed
8563---> Package libkolabxml.x86_64 0:1.2-2.el7.kolab_3.5 will be installed
8564---> Package libmcrypt.x86_64 0:2.5.8-13.el7 will be installed
8565---> Package libotf.x86_64 0:0.9.13-4.el7 will be installed
8566--> Processing Dependency: libXaw.so.7()(64bit) for package: libotf-0.9.13-4.el7.x86_64
8567---> Package libselinux-devel.x86_64 0:2.2.2-6.el7 will be installed
8568--> Processing Dependency: libsepol-devel >= 2.1.9-1 for package: libselinux-devel-2.2.2-6.el7.x86_64
8569--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.2.2-6.el7.x86_64
8570---> Package libuuid.x86_64 0:2.23.2-21.el7 will be updated
8571--> Processing Dependency: libuuid = 2.23.2-21.el7 for package: libmount-2.23.2-21.el7.x86_64
8572--> Processing Dependency: libuuid = 2.23.2-21.el7 for package: util-linux-2.23.2-21.el7.x86_64
8573--> Processing Dependency: libuuid = 2.23.2-21.el7 for package: libblkid-2.23.2-21.el7.x86_64
8574---> Package libuuid.x86_64 0:2.23.2-22.el7_1 will be an update
8575---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed
8576---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
8577---> Package lighttpd.x86_64 0:1.4.35-1.el7 will be installed
8578---> Package lksctp-tools.x86_64 0:1.0.13-3.el7 will be installed
8579---> Package lm_sensors-devel.x86_64 0:3.3.4-11.el7 will be installed
8580--> Processing Dependency: lm_sensors-libs = 3.3.4-11.el7 for package: lm_sensors-devel-3.3.4-11.el7.x86_64
8581--> Processing Dependency: libsensors.so.4()(64bit) for package: lm_sensors-devel-3.3.4-11.el7.x86_64
8582---> Package log4j.noarch 0:1.2.17-15.el7 will be installed
8583--> Processing Dependency: mvn(org.apache.geronimo.specs:geronimo-jms_1.1_spec) for package: log4j-1.2.17-15.el7.noarch
8584--> Processing Dependency: mvn(javax.mail:mail) for package: log4j-1.2.17-15.el7.noarch
8585---> Package m17n-lib.x86_64 0:1.6.4-10.el7 will be installed
8586--> Processing Dependency: m17n-db for package: m17n-lib-1.6.4-10.el7.x86_64
8587---> Package maven.noarch 0:3.0.5-16.el7 will be installed
8588--> Processing Dependency: sisu-inject-plexus for package: maven-3.0.5-16.el7.noarch
8589--> Processing Dependency: sisu-inject-bean for package: maven-3.0.5-16.el7.noarch
8590--> Processing Dependency: plexus-sec-dispatcher for package: maven-3.0.5-16.el7.noarch
8591--> Processing Dependency: plexus-containers-component-annotations for package: maven-3.0.5-16.el7.noarch
8592--> Processing Dependency: plexus-cipher for package: maven-3.0.5-16.el7.noarch
8593--> Processing Dependency: objectweb-asm for package: maven-3.0.5-16.el7.noarch
8594--> Processing Dependency: mvn(org.sonatype.sisu:sisu-inject-plexus) for package: maven-3.0.5-16.el7.noarch
8595--> Processing Dependency: mvn(org.sonatype.plexus:plexus-sec-dispatcher) for package: maven-3.0.5-16.el7.noarch
8596--> Processing Dependency: mvn(org.sonatype.plexus:plexus-cipher) for package: maven-3.0.5-16.el7.noarch
8597--> Processing Dependency: mvn(org.sonatype.aether:aether-util) for package: maven-3.0.5-16.el7.noarch
8598--> Processing Dependency: mvn(org.sonatype.aether:aether-spi) for package: maven-3.0.5-16.el7.noarch
8599--> Processing Dependency: mvn(org.sonatype.aether:aether-impl) for package: maven-3.0.5-16.el7.noarch
8600--> Processing Dependency: mvn(org.sonatype.aether:aether-api) for package: maven-3.0.5-16.el7.noarch
8601--> Processing Dependency: mvn(org.codehaus.plexus:plexus-component-annotations) for package: maven-3.0.5-16.el7.noarch
8602--> Processing Dependency: mvn(org.codehaus.plexus:plexus-classworlds) for package: maven-3.0.5-16.el7.noarch
8603--> Processing Dependency: mvn(commons-cli:commons-cli) for package: maven-3.0.5-16.el7.noarch
8604--> Processing Dependency: httpcomponents-core for package: maven-3.0.5-16.el7.noarch
8605--> Processing Dependency: httpcomponents-client for package: maven-3.0.5-16.el7.noarch
8606--> Processing Dependency: guava for package: maven-3.0.5-16.el7.noarch
8607--> Processing Dependency: google-guice for package: maven-3.0.5-16.el7.noarch
8608--> Processing Dependency: cglib for package: maven-3.0.5-16.el7.noarch
8609--> Processing Dependency: atinject for package: maven-3.0.5-16.el7.noarch
8610--> Processing Dependency: apache-commons-cli for package: maven-3.0.5-16.el7.noarch
8611--> Processing Dependency: aopalliance for package: maven-3.0.5-16.el7.noarch
8612--> Processing Dependency: aether-util for package: maven-3.0.5-16.el7.noarch
8613--> Processing Dependency: aether-spi for package: maven-3.0.5-16.el7.noarch
8614--> Processing Dependency: aether-impl for package: maven-3.0.5-16.el7.noarch
8615--> Processing Dependency: aether-connector-wagon for package: maven-3.0.5-16.el7.noarch
8616--> Processing Dependency: aether-api for package: maven-3.0.5-16.el7.noarch
8617---> Package maven-archiver.noarch 0:2.5-9.el7 will be installed
8618---> Package maven-artifact.noarch 0:2.2.1-47.el7 will be installed
8619---> Package maven-artifact-manager.noarch 0:2.2.1-47.el7 will be installed
8620---> Package maven-assembly-plugin.noarch 0:2.4-8.el7 will be installed
8621--> Processing Dependency: mvn(org.codehaus.plexus:plexus-io) for package: maven-assembly-plugin-2.4-8.el7.noarch
8622--> Processing Dependency: mvn(org.apache.maven.shared:maven-shared-io) for package: maven-assembly-plugin-2.4-8.el7.noarch
8623--> Processing Dependency: mvn(org.apache.maven.shared:maven-repository-builder) for package: maven-assembly-plugin-2.4-8.el7.noarch
8624--> Processing Dependency: mvn(org.apache.maven.shared:file-management) for package: maven-assembly-plugin-2.4-8.el7.noarch
8625---> Package maven-common-artifact-filters.noarch 0:1.4-11.el7 will be installed
8626---> Package maven-doxia-sink-api.noarch 0:1.4-5.el7 will be installed
8627--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-logging-api) = 1.4 for package: maven-doxia-sink-api-1.4-5.el7.noarch
8628---> Package maven-doxia-sitetools.noarch 0:1.4-3.el7 will be installed
8629--> Processing Dependency: mvn(org.codehaus.plexus:plexus-velocity) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8630--> Processing Dependency: mvn(org.codehaus.plexus:plexus-i18n) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8631--> Processing Dependency: mvn(org.apache.velocity:velocity) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8632--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-module-xhtml) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8633--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-module-xdoc) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8634--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-module-fo) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8635--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-module-fml) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8636--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-module-apt) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8637--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-core) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8638--> Processing Dependency: mvn(commons-collections:commons-collections) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8639---> Package maven-enforcer-plugin.noarch 0:1.2-8.el7 will be installed
8640--> Processing Dependency: mvn(org.apache.maven.enforcer:enforcer-rules) = 1.2 for package: maven-enforcer-plugin-1.2-8.el7.noarch
8641--> Processing Dependency: mvn(org.apache.maven.enforcer:enforcer-api) = 1.2 for package: maven-enforcer-plugin-1.2-8.el7.noarch
8642---> Package maven-filtering.noarch 0:1.1-3.el7 will be installed
8643--> Processing Dependency: mvn(org.sonatype.plexus:plexus-build-api) for package: maven-filtering-1.1-3.el7.noarch
8644---> Package maven-invoker.noarch 0:2.1.1-9.el7 will be installed
8645---> Package maven-model.noarch 0:2.2.1-47.el7 will be installed
8646---> Package maven-monitor.noarch 0:2.2.1-47.el7 will be installed
8647---> Package maven-parent.noarch 0:20-5.el7 will be installed
8648---> Package maven-plugin-annotations.noarch 0:3.1-17.el7 will be installed
8649--> Processing Dependency: maven-plugin-tools = 3.1-17.el7 for package: maven-plugin-annotations-3.1-17.el7.noarch
8650---> Package maven-plugins-pom.noarch 0:23-7.el7 will be installed
8651--> Processing Dependency: mvn(org.apache.maven.plugins:maven-plugin-plugin) for package: maven-plugins-pom-23-7.el7.noarch
8652---> Package maven-project.noarch 0:2.2.1-47.el7 will be installed
8653--> Processing Dependency: mvn(org.apache.maven:maven-profile) = 2.2.1 for package: maven-project-2.2.1-47.el7.noarch
8654--> Processing Dependency: mvn(org.apache.maven:maven-plugin-registry) = 2.2.1 for package: maven-project-2.2.1-47.el7.noarch
8655---> Package maven-reporting-api.noarch 1:3.0-5.el7 will be installed
8656---> Package maven-settings.noarch 0:2.2.1-47.el7 will be installed
8657---> Package maven-shared-incremental.noarch 0:1.1-6.el7 will be installed
8658---> Package maven-shared-utils.noarch 0:0.4-3.el7 will be installed
8659--> Processing Dependency: mvn(com.google.code.findbugs:jsr305) for package: maven-shared-utils-0.4-3.el7.noarch
8660---> Package maven-surefire.noarch 0:2.15-3.el7 will be installed
8661--> Processing Dependency: mvn(org.apache.maven:maven-plugin-descriptor) for package: maven-surefire-2.15-3.el7.noarch
8662--> Processing Dependency: mvn(org.apache.commons:commons-lang3) for package: maven-surefire-2.15-3.el7.noarch
8663---> Package maven-surefire-provider-junit.noarch 0:2.15-3.el7 will be installed
8664---> Package maven-surefire-provider-testng.noarch 0:2.15-3.el7 will be installed
8665--> Processing Dependency: mvn(org.testng:testng::jdk15:) for package: maven-surefire-provider-testng-2.15-3.el7.noarch
8666---> Package maven-toolchain.noarch 0:2.2.1-47.el7 will be installed
8667---> Package maven-wagon.noarch 0:2.4-3.el7 will be installed
8668--> Processing Dependency: mvn(org.slf4j:slf4j-api) for package: maven-wagon-2.4-3.el7.noarch
8669--> Processing Dependency: mvn(org.jsoup:jsoup) for package: maven-wagon-2.4-3.el7.noarch
8670--> Processing Dependency: mvn(nekohtml:nekohtml) for package: maven-wagon-2.4-3.el7.noarch
8671--> Processing Dependency: mvn(commons-net:commons-net) for package: maven-wagon-2.4-3.el7.noarch
8672--> Processing Dependency: mvn(com.jcraft:jsch) for package: maven-wagon-2.4-3.el7.noarch
8673---> Package mesa-libGLU-devel.x86_64 0:9.0.0-4.el7 will be installed
8674---> Package mojo-parent.noarch 0:32-4.el7 will be installed
8675--> Processing Dependency: mvn(org.codehaus:codehaus-parent) for package: mojo-parent-32-4.el7.noarch
8676---> Package mozldap-tools.x86_64 0:6.0.5-38.el7.kolab_3.5 will be installed
8677--> Processing Dependency: mozldap = 6.0.5-38.el7.kolab_3.5 for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64
8678--> Processing Dependency: libldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64
8679--> Processing Dependency: libssldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64
8680--> Processing Dependency: libprldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64
8681--> Processing Dependency: libldif60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64
8682---> Package net-snmp-agent-libs.x86_64 1:5.7.2-20.el7 will be installed
8683---> Package net-snmp-libs.x86_64 1:5.7.2-20.el7 will be installed
8684---> Package netpbm-progs.x86_64 0:10.61.02-9.el7 will be installed
8685--> Processing Dependency: netpbm = 10.61.02-9.el7 for package: netpbm-progs-10.61.02-9.el7.x86_64
8686--> Processing Dependency: libnetpbm.so.11()(64bit) for package: netpbm-progs-10.61.02-9.el7.x86_64
8687---> Package nodejs.x86_64 0:0.10.36-3.el7 will be installed
8688--> Processing Dependency: v8(x86-64) < 1:3.15 for package: nodejs-0.10.36-3.el7.x86_64
8689--> Processing Dependency: v8(x86-64) >= 1:3.14.5.10-17 for package: nodejs-0.10.36-3.el7.x86_64
8690--> Processing Dependency: libv8.so.3()(64bit) for package: nodejs-0.10.36-3.el7.x86_64
8691--> Processing Dependency: libuv.so.0.10()(64bit) for package: nodejs-0.10.36-3.el7.x86_64
8692--> Processing Dependency: libhttp_parser.so.2()(64bit) for package: nodejs-0.10.36-3.el7.x86_64
8693--> Processing Dependency: libcares.so.2()(64bit) for package: nodejs-0.10.36-3.el7.x86_64
8694---> Package nodejs-async.noarch 0:0.2.10-1.el7 will be installed
8695---> Package nodejs-optimist.noarch 0:0.4.0-1.el7 will be installed
8696--> Processing Dependency: npm(wordwrap) < 0.1 for package: nodejs-optimist-0.4.0-1.el7.noarch
8697--> Processing Dependency: npm(wordwrap) >= 0.0.2 for package: nodejs-optimist-0.4.0-1.el7.noarch
8698---> Package nodejs-source-map.noarch 0:0.1.33-1.el7 will be installed
8699--> Processing Dependency: npm(amdefine) >= 0.0.4 for package: nodejs-source-map-0.1.33-1.el7.noarch
8700---> Package nodejs-uglify-to-browserify.noarch 0:1.0.2-2.el7 will be installed
8701---> Package nspr.x86_64 0:4.10.6-3.el7 will be updated
8702---> Package nspr.x86_64 0:4.10.8-1.el7_1 will be an update
8703---> Package nss.x86_64 0:3.16.2.3-5.el7 will be updated
8704--> Processing Dependency: nss = 3.16.2.3-5.el7 for package: nss-sysinit-3.16.2.3-5.el7.x86_64
8705--> Processing Dependency: nss(x86-64) = 3.16.2.3-5.el7 for package: nss-tools-3.16.2.3-5.el7.x86_64
8706---> Package nss.x86_64 0:3.18.0-2.2.el7_1 will be an update
8707--> Processing Dependency: nss-util >= 3.18.0 for package: nss-3.18.0-2.2.el7_1.x86_64
8708Package: nss-util-3.18.0-1.el7_1.src - can't co-install with nss-util-3.18.0-1.el7_1.x86_64
8709Package: nss-util-3.18.0-1.el7_1.src - can't co-install with nss-util-3.18.0-1.el7_1.x86_64
8710---> Package nss-softokn-devel.x86_64 0:3.16.2.3-9.el7 will be installed
8711--> Processing Dependency: nss-softokn-freebl-devel(x86-64) = 3.16.2.3-9.el7 for package: nss-softokn-devel-3.16.2.3-9.el7.x86_64
8712---> Package nss-util-devel.x86_64 0:3.18.0-1.el7_1 will be installed
8713---> Package nss_compat_ossl.x86_64 0:0.9.6-8.el7 will be installed
8714---> Package perl-ExtUtils-Install.noarch 0:1.58-285.el7 will be installed
8715---> Package perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 will be installed
8716---> Package perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7 will be installed
8717---> Package php-PsrLog.noarch 0:1.0.0-6.el7 will be installed
8718---> Package php-Smarty.noarch 0:3.1.21-1.el7 will be installed
8719---> Package php-cli.x86_64 0:5.4.16-23.el7_0.3 will be installed
8720---> Package php-doctrine-instantiator.noarch 0:1.0.4-1.el7 will be installed
8721---> Package php-intl.x86_64 0:5.4.16-23.el7_0.3 will be installed
8722---> Package php-kolab.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5 will be installed
8723---> Package php-kolabformat.x86_64 0:1.2-2.el7.kolab_3.5 will be installed
8724---> Package php-ldap.x86_64 0:5.4.16-23.el7_0.3 will be installed
8725---> Package php-mysqlnd.x86_64 0:5.4.16-23.el7_0.3 will be installed
8726---> Package php-pear-Net-URL2.noarch 0:2.1.1-1.el7 will be installed
8727---> Package php-phpspec-prophecy.noarch 0:1.4.0-1.el7 will be installed
8728--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) < 3 for package: php-phpspec-prophecy-1.4.0-1.el7.noarch
8729--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) >= 2.0 for package: php-phpspec-prophecy-1.4.0-1.el7.noarch
8730---> Package php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7 will be installed
8731---> Package php-phpunit-PHP-CodeCoverage.noarch 0:2.0.16-1.el7 will be installed
8732--> Processing Dependency: php-composer(phpunit/php-token-stream) < 2 for package: php-phpunit-PHP-CodeCoverage-2.0.16-1.el7.noarch
8733--> Processing Dependency: php-composer(phpunit/php-token-stream) >= 1.3 for package: php-phpunit-PHP-CodeCoverage-2.0.16-1.el7.noarch
8734---> Package php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7 will be installed
8735---> Package php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7 will be installed
8736---> Package php-phpunit-PHPUnit-MockObject.noarch 0:2.3.1-1.el7 will be installed
8737--> Processing Dependency: php-soap for package: php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch
8738---> Package php-phpunit-Text-Template.noarch 0:1.2.0-5.el7 will be installed
8739---> Package php-phpunit-Version.noarch 0:1.0.5-1.el7 will be installed
8740---> Package php-phpunit-comparator.noarch 0:1.1.1-1.el7 will be installed
8741---> Package php-phpunit-diff.noarch 0:1.3.0-1.el7 will be installed
8742---> Package php-phpunit-environment.noarch 0:1.2.2-1.el7 will be installed
8743---> Package php-phpunit-exporter.noarch 0:1.2.0-1.el7 will be installed
8744---> Package php-process.x86_64 0:5.4.16-23.el7_0.3 will be installed
8745---> Package php-sebastian-global-state.noarch 0:1.0.0-1.el7 will be installed
8746---> Package php-sebastian-recursion-context.noarch 0:1.0.0-1.el7 will be installed
8747---> Package php-seld-cli-prompt.noarch 0:1.0.0-1.el7.kolab_3.5 will be installed
8748---> Package php-seld-phar-utils.noarch 0:1.0.0-1.el7.kolab_3.5 will be installed
8749---> Package php-symfony-common.noarch 0:2.5.11-1.el7 will be installed
8750---> Package php-symfony-event-dispatcher.noarch 0:2.5.11-1.el7 will be installed
8751--> Processing Dependency: php-composer(symfony/http-kernel) = 2.5.11 for package: php-symfony-event-dispatcher-2.5.11-1.el7.noarch
8752--> Processing Dependency: php-composer(symfony/dependency-injection) = 2.5.11 for package: php-symfony-event-dispatcher-2.5.11-1.el7.noarch
8753---> Package php-symfony-yaml.noarch 0:2.5.11-1.el7 will be installed
8754---> Package php-tidy.x86_64 0:5.4.16-3.el7 will be installed
8755--> Processing Dependency: libtidy-0.99.so.0()(64bit) for package: php-tidy-5.4.16-3.el7.x86_64
8756---> Package plexus-archiver.noarch 0:2.4.2-4.el7 will be installed
8757--> Processing Dependency: mvn(org.apache.commons:commons-compress) for package: plexus-archiver-2.4.2-4.el7.noarch
8758---> Package plexus-compiler.noarch 0:2.2-7.el7 will be installed
8759---> Package plexus-components-pom.noarch 0:1.2-7.el7 will be installed
8760--> Processing Dependency: mvn(org.codehaus.plexus:plexus-component-metadata) for package: plexus-components-pom-1.2-7.el7.noarch
8761---> Package plexus-containers-container-default.noarch 0:1.5.5-14.el7 will be installed
8762--> Processing Dependency: mvn(org.apache.xbean:xbean-reflect) for package: plexus-containers-container-default-1.5.5-14.el7.noarch
8763--> Processing Dependency: mvn(junit:junit) for package: plexus-containers-container-default-1.5.5-14.el7.noarch
8764---> Package plexus-digest.noarch 0:1.1-15.el7 will be installed
8765---> Package plexus-interactivity.noarch 0:1.0-0.14.alpha6.el7 will be installed
8766--> Processing Dependency: mvn(org.codehaus.plexus:plexus-component-api) for package: plexus-interactivity-1.0-0.14.alpha6.el7.noarch
8767--> Processing Dependency: mvn(jline:jline) for package: plexus-interactivity-1.0-0.14.alpha6.el7.noarch
8768---> Package plexus-interpolation.noarch 0:1.15-8.el7 will be installed
8769---> Package plexus-pom.noarch 0:3.3.1-5.el7 will be installed
8770--> Processing Dependency: mvn(org.sonatype.spice:spice-parent) for package: plexus-pom-3.3.1-5.el7.noarch
8771---> Package plexus-tools-pom.noarch 0:1.0.11-8.el7 will be installed
8772--> Processing Dependency: mvn(org.apache.maven.plugins:maven-release-plugin) for package: plexus-tools-pom-1.0.11-8.el7.noarch
8773---> Package plexus-utils.noarch 0:3.0.9-9.el7 will be installed
8774---> Package pyserial.noarch 0:2.6-5.el7 will be installed
8775---> Package python-babel.noarch 0:0.9.6-8.el7 will be installed
8776---> Package python-docutils.noarch 0:0.11-0.2.20130715svn7687.el7 will be installed
8777--> Processing Dependency: python-imaging for package: python-docutils-0.11-0.2.20130715svn7687.el7.noarch
8778---> Package python-py.noarch 0:1.4.14-4.el7 will be installed
8779---> Package python-pygments.noarch 0:1.4-9.el7 will be installed
8780---> Package python-zope-interface.x86_64 0:4.0.5-4.el7 will be installed
8781---> Package qdox.noarch 0:1.12.1-9.el7 will be installed
8782---> Package roundcubemail-core-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8783---> Package roundcubemail-plugin-acl.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8784--> Processing Dependency: roundcubemail(plugin-acl-skin) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-acl-1.2-3.el7.kolab_3.5.noarch
8785--> Processing Dependency: roundcubemail(plugin-acl-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-acl-1.2-3.el7.kolab_3.5.noarch
8786---> Package roundcubemail-plugin-archive.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8787--> Processing Dependency: roundcubemail(plugin-archive-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-archive-1.2-3.el7.kolab_3.5.noarch
8788--> Processing Dependency: roundcubemail(plugin-archive-skin) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-archive-1.2-3.el7.kolab_3.5.noarch
8789---> Package roundcubemail-plugin-calendar.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8790--> Processing Dependency: roundcubemail(plugin-calendar-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-1.el7.kolab_3.5.noarch
8791--> Processing Dependency: roundcubemail(plugin-calendar-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-1.el7.kolab_3.5.noarch
8792--> Processing Dependency: roundcubemail(plugin-libcalendaring) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-1.el7.kolab_3.5.noarch
8793---> Package roundcubemail-plugin-filesystem_attachments.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8794--> Processing Dependency: roundcubemail(plugin-filesystem_attachments-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-filesystem_attachments-1.2-3.el7.kolab_3.5.noarch
8795---> Package roundcubemail-plugin-jqueryui.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8796--> Processing Dependency: roundcubemail(plugin-jqueryui-skin) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-1.2-3.el7.kolab_3.5.noarch
8797--> Processing Dependency: roundcubemail(plugin-jqueryui-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-1.2-3.el7.kolab_3.5.noarch
8798---> Package roundcubemail-plugin-kolab_activesync.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8799--> Processing Dependency: roundcubemail(plugin-kolab_activesync-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-3.3-1.el7.kolab_3.5.noarch
8800--> Processing Dependency: roundcubemail(plugin-kolab_activesync-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-3.3-1.el7.kolab_3.5.noarch
8801---> Package roundcubemail-plugin-kolab_addressbook.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8802--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-3.3-1.el7.kolab_3.5.noarch
8803--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-3.3-1.el7.kolab_3.5.noarch
8804---> Package roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8805---> Package roundcubemail-plugin-kolab_config.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8806--> Processing Dependency: roundcubemail(plugin-kolab_config-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_config-3.3-1.el7.kolab_3.5.noarch
8807---> Package roundcubemail-plugin-kolab_delegation.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8808--> Processing Dependency: roundcubemail(plugin-kolab_delegation-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-3.3-1.el7.kolab_3.5.noarch
8809--> Processing Dependency: roundcubemail(plugin-kolab_delegation-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-3.3-1.el7.kolab_3.5.noarch
8810---> Package roundcubemail-plugin-kolab_files.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8811--> Processing Dependency: roundcubemail(plugin-kolab_files-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-3.3-1.el7.kolab_3.5.noarch
8812--> Processing Dependency: roundcubemail(plugin-kolab_files-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-3.3-1.el7.kolab_3.5.noarch
8813---> Package roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8814---> Package roundcubemail-plugin-kolab_notes.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8815--> Processing Dependency: roundcubemail(plugin-kolab_notes-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-3.3-1.el7.kolab_3.5.noarch
8816--> Processing Dependency: roundcubemail(plugin-kolab_notes-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-3.3-1.el7.kolab_3.5.noarch
8817---> Package roundcubemail-plugin-kolab_tags.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8818--> Processing Dependency: roundcubemail(plugin-kolab_tags-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-3.3-1.el7.kolab_3.5.noarch
8819--> Processing Dependency: roundcubemail(plugin-kolab_tags-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-3.3-1.el7.kolab_3.5.noarch
8820---> Package roundcubemail-plugin-libkolab-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8821---> Package roundcubemail-plugin-libkolab-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8822--> Processing Dependency: roundcubemail(plugin-libkolab-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-skin-larry-3.3-1.el7.kolab_3.5.noarch
8823---> Package roundcubemail-plugin-managesieve.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8824--> Processing Dependency: roundcubemail(plugin-managesieve-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-managesieve-1.2-3.el7.kolab_3.5.noarch
8825--> Processing Dependency: roundcubemail(plugin-managesieve-skin) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-managesieve-1.2-3.el7.kolab_3.5.noarch
8826---> Package roundcubemail-plugin-odfviewer.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8827--> Processing Dependency: roundcubemail(plugin-odfviewer-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-odfviewer-3.3-1.el7.kolab_3.5.noarch
8828---> Package roundcubemail-plugin-password.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8829--> Processing Dependency: roundcubemail(plugin-password-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-password-1.2-3.el7.kolab_3.5.noarch
8830---> Package roundcubemail-plugin-pdfviewer.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8831--> Processing Dependency: roundcubemail(plugin-pdfviewer-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-pdfviewer-3.3-1.el7.kolab_3.5.noarch
8832---> Package roundcubemail-plugin-tasklist.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8833--> Processing Dependency: roundcubemail(plugin-tasklist-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-3.3-1.el7.kolab_3.5.noarch
8834--> Processing Dependency: roundcubemail(plugin-tasklist-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-3.3-1.el7.kolab_3.5.noarch
8835---> Package roundcubemail-plugin-zipdownload.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8836--> Processing Dependency: roundcubemail(plugin-zipdownload-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-zipdownload-1.2-3.el7.kolab_3.5.noarch
8837--> Processing Dependency: roundcubemail(plugin-zipdownload-skin) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-zipdownload-1.2-3.el7.kolab_3.5.noarch
8838---> Package roundcubemail-skin-chameleon.noarch 0:0.3.6-1.el7.kolab_3.5 will be installed
8839--> Processing Dependency: roundcubemail(skin-chameleon) = 0.3.6-1.el7.kolab_3.5 for package: roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.noarch
8840--> Processing Dependency: roundcubemail(skin-chameleon-assets) = 0.3.6-1.el7.kolab_3.5 for package: roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.noarch
8841---> Package roundcubemail-skin-larry.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8842--> Processing Dependency: roundcubemail(skin-larry-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-skin-larry-1.2-3.el7.kolab_3.5.noarch
8843---> Package rpm-devel.x86_64 0:4.11.1-25.el7 will be installed
8844--> Processing Dependency: popt-devel(x86-64) for package: rpm-devel-4.11.1-25.el7.x86_64
8845---> Package sonatype-oss-parent.noarch 0:7-6.el7 will be installed
8846---> Package svrcore.x86_64 0:4.0.4-11.el7 will be installed
8847---> Package systemtap-sdt-devel.x86_64 0:2.6-10.el7_1 will be installed
8848--> Processing Dependency: pyparsing for package: systemtap-sdt-devel-2.6-10.el7_1.x86_64
8849---> Package t1lib.x86_64 0:5.1.2-14.el7 will be installed
8850---> Package tcl.x86_64 1:8.5.13-4.el7 will be installed
8851---> Package tcp_wrappers-devel.x86_64 0:7.6-77.el7 will be installed
8852---> Package texlive-base.noarch 2:2012-32.20130427_r30134.el7 will be installed
8853---> Package texlive-collection-latexrecommended.noarch 2:svn25795.0-32.20130427_r30134.el7 will be installed
8854--> Processing Dependency: texlive-collection-latex for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8855--> Processing Dependency: texlive-collection-fontsrecommended for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8856--> Processing Dependency: tex-xkeyval for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8857--> Processing Dependency: tex-xcolor for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8858--> Processing Dependency: tex-underscore for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8859--> Processing Dependency: tex-typehtml for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8860--> Processing Dependency: tex-thumbpdf for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8861--> Processing Dependency: tex-textcase for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8862--> Processing Dependency: tex-subfig for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8863--> Processing Dependency: tex-setspace for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8864--> Processing Dependency: tex-sepnum for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8865--> Processing Dependency: tex-seminar for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8866--> Processing Dependency: tex-section for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8867--> Processing Dependency: tex-sansmath for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8868--> Processing Dependency: tex-rotating for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8869--> Processing Dependency: tex-rcs for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8870--> Processing Dependency: tex-psfrag for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8871--> Processing Dependency: tex-powerdot for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8872--> Processing Dependency: tex-pdfpages for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8873--> Processing Dependency: tex-parskip for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8874--> Processing Dependency: tex-ntgclass for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8875--> Processing Dependency: tex-ms for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8876--> Processing Dependency: tex-microtype for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8877--> Processing Dependency: tex-mh for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8878--> Processing Dependency: tex-metalogo for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8879--> Processing Dependency: tex-memoir for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8880--> Processing Dependency: tex-mdwtools for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8881--> Processing Dependency: tex-listings for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8882--> Processing Dependency: tex-l3packages for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8883--> Processing Dependency: tex-l3kernel for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8884--> Processing Dependency: tex-l3experimental for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8885--> Processing Dependency: tex-koma-script for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8886--> Processing Dependency: tex-jknapltx for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8887--> Processing Dependency: tex-index for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8888--> Processing Dependency: tex-fp for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8889--> Processing Dependency: tex-fontspec for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8890--> Processing Dependency: tex-float for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8891--> Processing Dependency: tex-fancyvrb for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8892--> Processing Dependency: tex-fancyref for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8893--> Processing Dependency: tex-fancybox for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8894--> Processing Dependency: tex-extsizes for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8895--> Processing Dependency: tex-euler for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8896--> Processing Dependency: tex-eso-pic for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8897--> Processing Dependency: tex-ec for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8898--> Processing Dependency: tex-ctable for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8899--> Processing Dependency: tex-crop for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8900--> Processing Dependency: tex-cmap for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8901--> Processing Dependency: tex-cite for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8902--> Processing Dependency: tex-caption for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8903--> Processing Dependency: tex-booktabs for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8904--> Processing Dependency: tex-beamer for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8905--> Processing Dependency: tex-anysize for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8906---> Package texlive-dvips-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
8907--> Processing Dependency: texlive-kpathsea-lib = 2:2012-32.20130427_r30134.el7 for package: 2:texlive-dvips-bin-svn26509.0-32.20130427_r30134.el7.x86_64
8908--> Processing Dependency: libkpathsea.so.6()(64bit) for package: 2:texlive-dvips-bin-svn26509.0-32.20130427_r30134.el7.x86_64
8909---> Package texlive-hyperref.noarch 2:svn28213.6.83m-32.el7 will be installed
8910--> Processing Dependency: tex(stringenc.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8911--> Processing Dependency: tex(rerunfilecheck.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8912--> Processing Dependency: tex(refcount.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8913--> Processing Dependency: tex(pdftexcmds.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8914--> Processing Dependency: tex(pdfescape.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8915--> Processing Dependency: tex(ltxcmds.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8916--> Processing Dependency: tex(letltxmacro.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8917--> Processing Dependency: tex(kvsetkeys.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8918--> Processing Dependency: tex(kvoptions.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8919--> Processing Dependency: tex(kvdefinekeys.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8920--> Processing Dependency: tex(keyval.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8921--> Processing Dependency: tex(intcalc.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8922--> Processing Dependency: tex(infwarerr.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8923--> Processing Dependency: tex(ifxetex.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8924--> Processing Dependency: tex(ifvtex.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8925--> Processing Dependency: tex(ifpdf.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8926--> Processing Dependency: tex(hycolor.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8927--> Processing Dependency: tex(hobsub-hyperref.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8928--> Processing Dependency: tex(gettitlestring.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8929--> Processing Dependency: tex(etexcmds.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8930--> Processing Dependency: tex(color.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8931--> Processing Dependency: tex(bitset.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8932--> Processing Dependency: tex(auxhook.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8933--> Processing Dependency: tex(atbegshi.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8934---> Package texlive-kpathsea.noarch 2:svn28792.0-32.el7 will be installed
8935---> Package texlive-kpathsea-bin.x86_64 2:svn27347.0-32.20130427_r30134.el7 will be installed
8936---> Package texlive-latex-fonts.noarch 2:svn28888.0-32.el7 will be installed
8937---> Package texlive-latexconfig.noarch 2:svn28991.0-32.el7 will be installed
8938---> Package texlive-luatex.noarch 2:svn26689.0.70.1-32.el7 will be installed
8939--> Processing Dependency: texlive-tetex-bin for package: 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch
8940--> Processing Dependency: texlive-tetex-bin for package: 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch
8941--> Processing Dependency: texlive-luatex-bin for package: 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch
8942--> Processing Dependency: tex-tetex for package: 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch
8943--> Processing Dependency: tex-tetex for package: 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch
8944--> Processing Dependency: tex-hyphen-base for package: 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch
8945---> Package texlive-pdftex.noarch 2:svn29585.1.40.11-32.el7 will be installed
8946--> Processing Dependency: texlive-pdftex-bin for package: 2:texlive-pdftex-svn29585.1.40.11-32.el7.noarch
8947---> Package texlive-tools.noarch 2:svn26263.0-32.el7 will be installed
8948---> Package texlive-url.noarch 2:svn16864.3.2-32.el7 will be installed
8949---> Package tix.x86_64 1:8.4.3-12.el7 will be installed
8950---> Package tk.x86_64 1:8.5.13-4.el7 will be installed
8951---> Package uuid.x86_64 0:1.6.2-26.el7 will be installed
8952---> Package weld-parent.noarch 0:17-9.el7 will be installed
8953---> Package xerces-c.x86_64 0:3.1.1-6.el7 will be installed
8954---> Package xmvn.noarch 0:1.3.0-5.el7 will be installed
8955--> Processing Dependency: mvn(com.beust:jcommander) for package: xmvn-1.3.0-5.el7.noarch
8956---> Package ycssmin.noarch 0:1.0.1-6.el7 will be installed
8957--> Running transaction check
8958---> Package aether-api.noarch 0:1.13.1-13.el7 will be installed
8959---> Package aether-connector-wagon.noarch 0:1.13.1-13.el7 will be installed
8960---> Package aether-impl.noarch 0:1.13.1-13.el7 will be installed
8961---> Package aether-spi.noarch 0:1.13.1-13.el7 will be installed
8962---> Package aether-util.noarch 0:1.13.1-13.el7 will be installed
8963---> Package aopalliance.noarch 0:1.0-8.el7 will be installed
8964---> Package apache-commons-cli.noarch 0:1.2-13.el7 will be installed
8965---> Package apache-commons-codec.noarch 0:1.8-7.el7 will be installed
8966---> Package apache-commons-collections.noarch 0:3.2.1-21.el7 will be installed
8967---> Package apache-commons-compress.noarch 0:1.5-4.el7 will be installed
8968--> Processing Dependency: mvn(org.tukaani:xz) for package: apache-commons-compress-1.5-4.el7.noarch
8969---> Package apache-commons-lang3.noarch 0:3.1-9.el7 will be installed
8970---> Package apache-commons-net.noarch 0:3.2-8.el7.centos will be installed
8971---> Package apache-rat-plugin.noarch 0:0.8-13.el7 will be installed
8972--> Processing Dependency: mvn(org.apache.rat:apache-rat-core) = 0.8 for package: apache-rat-plugin-0.8-13.el7.noarch
8973--> Processing Dependency: apache-rat-core = 0.8-13.el7 for package: apache-rat-plugin-0.8-13.el7.noarch
8974--> Processing Dependency: mvn(org.apache.maven.shared:maven-plugin-testing-harness) for package: apache-rat-plugin-0.8-13.el7.noarch
8975--> Processing Dependency: mvn(org.apache.maven.reporting:maven-reporting-impl) for package: apache-rat-plugin-0.8-13.el7.noarch
8976---> Package apache-resource-bundles.noarch 0:2-11.el7 will be installed
8977---> Package atinject.noarch 0:1-13.20100611svn86.el7 will be installed
8978---> Package avalon-framework.noarch 0:4.3-10.el7 will be installed
8979---> Package avalon-logkit.noarch 0:2.1-14.el7 will be installed
8980--> Processing Dependency: tomcat-servlet-3.0-api for package: avalon-logkit-2.1-14.el7.noarch
8981---> Package beust-jcommander.noarch 0:1.30-5.el7 will be installed
8982---> Package buildnumber-maven-plugin.noarch 0:1.2-7.el7 will be installed
8983--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-svnexe) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8984--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-svn-commons) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8985--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-starteam) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8986--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-perforce) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8987--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-hg) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8988--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-gitexe) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8989--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-cvsexe) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8990--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-clearcase) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8991--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-bazaar) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8992--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-manager-plexus) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8993--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-api) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8994--> Processing Dependency: mvn(net.java.dev.jna:jna) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8995---> Package c-ares.x86_64 0:1.10.0-3.el7 will be installed
8996---> Package centos-logos.noarch 0:70.0.6-2.el7.centos will be installed
8997---> Package cglib.noarch 0:2.2-18.el7 will be installed
8998---> Package codehaus-parent.noarch 0:4-5.el7 will be installed
8999---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed
9000---> Package gc.x86_64 0:7.2d-6.el7 will be installed
9001---> Package geronimo-jms.noarch 0:1.1.1-19.el7 will be installed
9002---> Package ghostscript-fonts.noarch 0:5.50-32.el7 will be installed
9003---> Package google-guice.noarch 0:3.1.3-9.el7 will be installed
9004---> Package graphviz.x86_64 0:2.30.1-19.el7 will be installed
9005--> Processing Dependency: libgd.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
9006---> Package guava.noarch 0:13.0-6.el7 will be installed
9007---> Package http-parser.x86_64 0:2.0-4.20121128gitcd01361.el7 will be installed
9008---> Package httpcomponents-client.noarch 0:4.2.5-5.el7_0 will be installed
9009---> Package httpcomponents-core.noarch 0:4.2.4-6.el7 will be installed
9010---> Package httpd-tools.x86_64 0:2.4.6-31.el7.centos will be installed
9011---> Package javamail.noarch 0:1.4.6-8.el7 will be installed
9012---> Package jline.noarch 0:1.0-8.el7 will be installed
9013---> Package jsch.noarch 0:0.1.50-5.el7 will be installed
9014--> Processing Dependency: jzlib >= 1.0.5 for package: jsch-0.1.50-5.el7.noarch
9015---> Package jsoup.noarch 0:1.6.1-10.el7 will be installed
9016---> Package jsr-305.noarch 0:0-0.18.20090319svn.el7 will be installed
9017---> Package junit.noarch 0:4.11-8.el7 will be installed
9018--> Processing Dependency: osgi(org.hamcrest.core) for package: junit-4.11-8.el7.noarch
9019--> Processing Dependency: hamcrest for package: junit-4.11-8.el7.noarch
9020---> Package libXaw.x86_64 0:1.0.11-6.1.el7 will be installed
9021---> Package libblkid.x86_64 0:2.23.2-21.el7 will be updated
9022---> Package libblkid.x86_64 0:2.23.2-22.el7_1 will be an update
9023---> Package liblockfile.x86_64 0:1.08-17.el7 will be installed
9024---> Package libmount.x86_64 0:2.23.2-21.el7 will be updated
9025---> Package libmount.x86_64 0:2.23.2-22.el7_1 will be an update
9026---> Package libsepol-devel.x86_64 0:2.1.9-3.el7 will be installed
9027---> Package libtidy.x86_64 0:0.99.0-31.20091203.el7 will be installed
9028---> Package libuv.x86_64 1:0.10.34-1.el7 will be installed
9029---> Package libwmf-lite.x86_64 0:0.2.8.4-39.el7 will be installed
9030---> Package lm_sensors-libs.x86_64 0:3.3.4-11.el7 will be installed
9031---> Package lzo.x86_64 0:2.06-6.el7_0.2 will be installed
9032---> Package m17n-db.noarch 0:1.6.4-3.el7 will be installed
9033---> Package maven-doxia-core.noarch 0:1.4-5.el7 will be installed
9034---> Package maven-doxia-logging-api.noarch 0:1.4-5.el7 will be installed
9035---> Package maven-doxia-module-apt.noarch 0:1.4-5.el7 will be installed
9036---> Package maven-doxia-module-fml.noarch 0:1.4-5.el7 will be installed
9037---> Package maven-doxia-module-fo.noarch 0:1.4-5.el7 will be installed
9038--> Processing Dependency: mvn(org.apache.xmlgraphics:fop) for package: maven-doxia-module-fo-1.4-5.el7.noarch
9039--> Processing Dependency: mvn(commons-configuration:commons-configuration) for package: maven-doxia-module-fo-1.4-5.el7.noarch
9040---> Package maven-doxia-module-xdoc.noarch 0:1.4-5.el7 will be installed
9041---> Package maven-doxia-module-xhtml.noarch 0:1.4-5.el7 will be installed
9042---> Package maven-enforcer-api.noarch 0:1.2-8.el7 will be installed
9043---> Package maven-enforcer-rules.noarch 0:1.2-8.el7 will be installed
9044--> Processing Dependency: mvn(org.beanshell:bsh) for package: maven-enforcer-rules-1.2-8.el7.noarch
9045--> Processing Dependency: mvn(org.apache.maven.shared:maven-dependency-tree) for package: maven-enforcer-rules-1.2-8.el7.noarch
9046---> Package maven-file-management.noarch 1:1.2.1-8.el7 will be installed
9047---> Package maven-plugin-bundle.noarch 0:2.3.7-12.el7 will be installed
9048--> Processing Dependency: mvn(org.apache.felix:org.apache.felix.bundlerepository) for package: maven-plugin-bundle-2.3.7-12.el7.noarch
9049--> Processing Dependency: mvn(net.sf.kxml:kxml2) for package: maven-plugin-bundle-2.3.7-12.el7.noarch
9050--> Processing Dependency: mvn(biz.aQute:bndlib) for package: maven-plugin-bundle-2.3.7-12.el7.noarch
9051---> Package maven-plugin-descriptor.noarch 0:2.2.1-47.el7 will be installed
9052---> Package maven-plugin-plugin.noarch 0:3.1-17.el7 will be installed
9053--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-model) = 3.1 for package: maven-plugin-plugin-3.1-17.el7.noarch
9054--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-java) = 3.1 for package: maven-plugin-plugin-3.1-17.el7.noarch
9055--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-generators) = 3.1 for package: maven-plugin-plugin-3.1-17.el7.noarch
9056--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-beanshell) = 3.1 for package: maven-plugin-plugin-3.1-17.el7.noarch
9057--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-api) = 3.1 for package: maven-plugin-plugin-3.1-17.el7.noarch
9058--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-annotations) = 3.1 for package: maven-plugin-plugin-3.1-17.el7.noarch
9059---> Package maven-plugin-registry.noarch 0:2.2.1-47.el7 will be installed
9060---> Package maven-plugin-tools.noarch 0:3.1-17.el7 will be installed
9061---> Package maven-profile.noarch 0:2.2.1-47.el7 will be installed
9062---> Package maven-release-plugin.noarch 0:2.2.1-12.el7 will be installed
9063--> Processing Dependency: mvn(org.apache.maven.release:maven-release-manager) = 2.2.1 for package: maven-release-plugin-2.2.1-12.el7.noarch
9064--> Processing Dependency: maven-release-manager = 2.2.1-12.el7 for package: maven-release-plugin-2.2.1-12.el7.noarch
9065--> Processing Dependency: mvn(org.jdom:jdom) for package: maven-release-plugin-2.2.1-12.el7.noarch
9066---> Package maven-remote-resources-plugin.noarch 0:1.4-7.el7 will be installed
9067--> Processing Dependency: mvn(org.codehaus.plexus:plexus-resources) for package: maven-remote-resources-plugin-1.4-7.el7.noarch
9068--> Processing Dependency: mvn(org.apache.maven.shared:maven-artifact-resolver) for package: maven-remote-resources-plugin-1.4-7.el7.noarch
9069---> Package maven-repository-builder.noarch 1:1.0-0.5.alpha2.el7 will be installed
9070---> Package maven-shared-io.noarch 1:1.1-7.el7 will be installed
9071---> Package maven-site-plugin.noarch 0:3.2-7.el7 will be installed
9072--> Processing Dependency: mvn(org.apache.maven.reporting:maven-reporting-exec) for package: maven-site-plugin-3.2-7.el7.noarch
9073--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-integration-tools) for package: maven-site-plugin-3.2-7.el7.noarch
9074---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed
9075---> Package mozldap.x86_64 0:6.0.5-38.el7.kolab_3.5 will be installed
9076---> Package nekohtml.noarch 0:1.9.14-13.el7 will be installed
9077--> Processing Dependency: bcel for package: nekohtml-1.9.14-13.el7.noarch
9078---> Package netpbm.x86_64 0:10.61.02-9.el7 will be installed
9079---> Package nodejs-amdefine.noarch 0:0.0.4-1.el7 will be installed
9080---> Package nodejs-wordwrap.noarch 0:0.0.2-4.el7 will be installed
9081---> Package nss-softokn-freebl-devel.x86_64 0:3.16.2.3-9.el7 will be installed
9082---> Package nss-sysinit.x86_64 0:3.16.2.3-5.el7 will be updated
9083---> Package nss-sysinit.x86_64 0:3.18.0-2.2.el7_1 will be an update
9084---> Package nss-tools.x86_64 0:3.16.2.3-5.el7 will be updated
9085---> Package nss-tools.x86_64 0:3.18.0-2.2.el7_1 will be an update
9086---> Package nss-util.x86_64 0:3.16.2.3-2.el7 will be updated
9087---> Package nss-util.x86_64 0:3.18.0-1.el7_1 will be an update
9088---> Package objectweb-asm.noarch 0:3.3.1-9.el7 will be installed
9089---> Package php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7 will be installed
9090---> Package php-phpunit-PHP-TokenStream.noarch 0:1.4.1-1.el7 will be installed
9091---> Package php-soap.x86_64 0:5.4.16-23.el7_0.3 will be installed
9092---> Package php-symfony-dependency-injection.noarch 0:2.5.11-1.el7 will be installed
9093--> Processing Dependency: php-composer(symfony/config) = 2.5.11 for package: php-symfony-dependency-injection-2.5.11-1.el7.noarch
9094---> Package php-symfony-http-kernel.noarch 0:2.5.11-1.el7 will be installed
9095--> Processing Dependency: php-composer(symfony/http-foundation) = 2.5.11 for package: php-symfony-http-kernel-2.5.11-1.el7.noarch
9096--> Processing Dependency: php-composer(symfony/debug) = 2.5.11 for package: php-symfony-http-kernel-2.5.11-1.el7.noarch
9097--> Processing Dependency: php-composer(symfony/browser-kit) = 2.5.11 for package: php-symfony-http-kernel-2.5.11-1.el7.noarch
9098---> Package plexus-build-api.noarch 0:0.0.7-11.el7 will be installed
9099---> Package plexus-cipher.noarch 0:1.7-5.el7 will be installed
9100---> Package plexus-classworlds.noarch 0:2.4.2-8.el7 will be installed
9101---> Package plexus-component-api.noarch 0:1.0-0.16.alpha15.el7 will be installed
9102---> Package plexus-containers-component-annotations.noarch 0:1.5.5-14.el7 will be installed
9103---> Package plexus-containers-component-metadata.noarch 0:1.5.5-14.el7 will be installed
9104--> Processing Dependency: mvn(org.codehaus.plexus:plexus-cli) for package: plexus-containers-component-metadata-1.5.5-14.el7.noarch
9105---> Package plexus-i18n.noarch 0:1.0-0.6.b10.4.el7 will be installed
9106---> Package plexus-io.noarch 0:2.0.5-9.el7 will be installed
9107---> Package plexus-sec-dispatcher.noarch 0:1.4-13.el7 will be installed
9108---> Package plexus-velocity.noarch 0:1.1.8-16.el7 will be installed
9109---> Package popt-devel.x86_64 0:1.13-16.el7 will be installed
9110---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed
9111---> Package python-pillow.x86_64 0:2.0.0-17.gitd1c6db8.el7 will be installed
9112--> Processing Dependency: libwebp.so.4()(64bit) for package: python-pillow-2.0.0-17.gitd1c6db8.el7.x86_64
9113---> Package roundcubemail-plugin-acl-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9114---> Package roundcubemail-plugin-acl-skin-larry.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9115--> Processing Dependency: roundcubemail(plugin-acl-skin-larry-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-acl-skin-larry-1.2-3.el7.kolab_3.5.noarch
9116---> Package roundcubemail-plugin-archive-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9117---> Package roundcubemail-plugin-archive-skin-larry.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9118--> Processing Dependency: roundcubemail(plugin-archive-skin-larry-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-archive-skin-larry-1.2-3.el7.kolab_3.5.noarch
9119---> Package roundcubemail-plugin-calendar-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9120---> Package roundcubemail-plugin-calendar-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9121--> Processing Dependency: roundcubemail(plugin-calendar-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-skin-larry-3.3-1.el7.kolab_3.5.noarch
9122---> Package roundcubemail-plugin-filesystem_attachments-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9123---> Package roundcubemail-plugin-jqueryui-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9124---> Package roundcubemail-plugin-jqueryui-skin-larry.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9125--> Processing Dependency: roundcubemail(plugin-jqueryui-skin-larry-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-skin-larry-1.2-3.el7.kolab_3.5.noarch
9126---> Package roundcubemail-plugin-kolab_activesync-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9127---> Package roundcubemail-plugin-kolab_activesync-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9128--> Processing Dependency: roundcubemail(plugin-kolab_activesync-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-skin-larry-3.3-1.el7.kolab_3.5.noarch
9129---> Package roundcubemail-plugin-kolab_addressbook-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9130---> Package roundcubemail-plugin-kolab_addressbook-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9131--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-skin-larry-3.3-1.el7.kolab_3.5.noarch
9132---> Package roundcubemail-plugin-kolab_config-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9133---> Package roundcubemail-plugin-kolab_delegation-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9134---> Package roundcubemail-plugin-kolab_delegation-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9135--> Processing Dependency: roundcubemail(plugin-kolab_delegation-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-skin-larry-3.3-1.el7.kolab_3.5.noarch
9136---> Package roundcubemail-plugin-kolab_files-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9137---> Package roundcubemail-plugin-kolab_files-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9138--> Processing Dependency: roundcubemail(plugin-kolab_files-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-skin-larry-3.3-1.el7.kolab_3.5.noarch
9139---> Package roundcubemail-plugin-kolab_notes-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9140---> Package roundcubemail-plugin-kolab_notes-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9141--> Processing Dependency: roundcubemail(plugin-kolab_notes-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-skin-larry-3.3-1.el7.kolab_3.5.noarch
9142---> Package roundcubemail-plugin-kolab_tags-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9143---> Package roundcubemail-plugin-kolab_tags-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9144--> Processing Dependency: roundcubemail(plugin-kolab_tags-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-skin-larry-3.3-1.el7.kolab_3.5.noarch
9145---> Package roundcubemail-plugin-libcalendaring.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9146--> Processing Dependency: roundcubemail(plugin-libcalendaring-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-libcalendaring-3.3-1.el7.kolab_3.5.noarch
9147--> Processing Dependency: roundcubemail(plugin-libcalendaring-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-libcalendaring-3.3-1.el7.kolab_3.5.noarch
9148---> Package roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9149---> Package roundcubemail-plugin-managesieve-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9150---> Package roundcubemail-plugin-managesieve-skin-larry.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9151--> Processing Dependency: roundcubemail(plugin-managesieve-skin-larry-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-managesieve-skin-larry-1.2-3.el7.kolab_3.5.noarch
9152---> Package roundcubemail-plugin-odfviewer-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9153---> Package roundcubemail-plugin-password-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9154---> Package roundcubemail-plugin-pdfviewer-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9155---> Package roundcubemail-plugin-tasklist-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9156---> Package roundcubemail-plugin-tasklist-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9157--> Processing Dependency: roundcubemail(plugin-tasklist-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-skin-larry-3.3-1.el7.kolab_3.5.noarch
9158---> Package roundcubemail-plugin-zipdownload-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9159---> Package roundcubemail-plugin-zipdownload-skin-larry.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9160--> Processing Dependency: roundcubemail(plugin-zipdownload-skin-larry-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-zipdownload-skin-larry-1.2-3.el7.kolab_3.5.noarch
9161---> Package roundcubemail-skin-chameleon-assets.noarch 0:0.3.6-1.el7.kolab_3.5 will be installed
9162---> Package roundcubemail-skin-chameleon-core.noarch 0:0.3.6-1.el7.kolab_3.5 will be installed
9163---> Package roundcubemail-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9164---> Package sisu-inject-bean.noarch 0:2.3.0-11.el7 will be installed
9165--> Processing Dependency: mvn(javax.enterprise:cdi-api) for package: sisu-inject-bean-2.3.0-11.el7.noarch
9166---> Package sisu-inject-plexus.noarch 0:2.3.0-11.el7 will be installed
9167---> Package slf4j.noarch 0:1.7.4-3.el7 will be installed
9168--> Processing Dependency: mvn(javassist:javassist) for package: slf4j-1.7.4-3.el7.noarch
9169--> Processing Dependency: mvn(ch.qos.cal10n:cal10n-api) for package: slf4j-1.7.4-3.el7.noarch
9170---> Package spice-parent.noarch 0:15-11.el7 will be installed
9171--> Processing Dependency: mvn(org.sonatype.forge:forge-parent) for package: spice-parent-15-11.el7.noarch
9172---> Package testng.noarch 0:6.8.7-3.el7 will be installed
9173--> Processing Dependency: mvn(org.yaml:snakeyaml) for package: testng-6.8.7-3.el7.noarch
9174---> Package texlive-anysize.noarch 2:svn15878.0-32.el7 will be installed
9175---> Package texlive-beamer.noarch 2:svn29349.3.26-32.el7 will be installed
9176--> Processing Dependency: tex-pgf for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9177--> Processing Dependency: tex(xxcolor.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9178--> Processing Dependency: tex(ucs.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9179--> Processing Dependency: tex(pgfcore.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9180--> Processing Dependency: tex(pgf.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9181--> Processing Dependency: tex(geometry.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9182--> Processing Dependency: tex(amsthm.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9183--> Processing Dependency: tex(amssymb.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9184--> Processing Dependency: tex(amsmath.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9185---> Package texlive-booktabs.noarch 2:svn15878.1.61803-32.el7 will be installed
9186---> Package texlive-caption.noarch 2:svn29026.3.3__2013_02_03_-32.el7 will be installed
9187---> Package texlive-cite.noarch 2:svn19955.5.3-32.el7 will be installed
9188---> Package texlive-cmap.noarch 2:svn26568.0-32.el7 will be installed
9189---> Package texlive-collection-fontsrecommended.noarch 2:svn28082.0-32.20130427_r30134.el7 will be installed
9190--> Processing Dependency: texlive-collection-basic for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9191--> Processing Dependency: tex-zapfding for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9192--> Processing Dependency: tex-zapfchan for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9193--> Processing Dependency: tex-wasysym for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9194--> Processing Dependency: tex-wasy for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9195--> Processing Dependency: tex-utopia for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9196--> Processing Dependency: tex-txfonts for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9197--> Processing Dependency: tex-tipa for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9198--> Processing Dependency: tex-times for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9199--> Processing Dependency: tex-tex-gyre-math for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9200--> Processing Dependency: tex-tex-gyre for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9201--> Processing Dependency: tex-symbol for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9202--> Processing Dependency: tex-rsfs for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9203--> Processing Dependency: tex-pxfonts for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9204--> Processing Dependency: tex-palatino for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9205--> Processing Dependency: tex-ncntrsbk for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9206--> Processing Dependency: tex-mathpazo for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9207--> Processing Dependency: tex-marvosym for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9208--> Processing Dependency: tex-lm-math for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9209--> Processing Dependency: tex-lm for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9210--> Processing Dependency: tex-helvetic for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9211--> Processing Dependency: tex-fpl for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9212--> Processing Dependency: tex-eurosym for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9213--> Processing Dependency: tex-euro for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9214--> Processing Dependency: tex-courier for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9215--> Processing Dependency: tex-cmextra for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9216--> Processing Dependency: tex-cm-super for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9217--> Processing Dependency: tex-charter for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9218--> Processing Dependency: tex-bookman for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9219--> Processing Dependency: tex-avantgar for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9220---> Package texlive-collection-latex.noarch 2:svn25030.0-32.20130427_r30134.el7 will be installed
9221--> Processing Dependency: tex-pspicture for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9222--> Processing Dependency: tex-psnfss for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9223--> Processing Dependency: tex-pslatex for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9224--> Processing Dependency: tex-pdftex-def for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9225--> Processing Dependency: tex-natbib for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9226--> Processing Dependency: tex-mptopdf for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9227--> Processing Dependency: tex-mfnfss for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9228--> Processing Dependency: tex-ltxmisc for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9229--> Processing Dependency: tex-latex-bin for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9230--> Processing Dependency: tex-fix2col for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9231--> Processing Dependency: tex-fancyhdr for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9232--> Processing Dependency: tex-colortbl for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9233--> Processing Dependency: tex-carlisle for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9234--> Processing Dependency: tex-babelbib for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9235--> Processing Dependency: tex-babel for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9236--> Processing Dependency: tex-ae for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9237---> Package texlive-crop.noarch 2:svn15878.1.5-32.el7 will be installed
9238---> Package texlive-ctable.noarch 2:svn26694.1.23-32.el7 will be installed
9239--> Processing Dependency: tex(etoolbox.sty) for package: 2:texlive-ctable-svn26694.1.23-32.el7.noarch
9240---> Package texlive-ec.noarch 2:svn25033.1.0-32.el7 will be installed
9241---> Package texlive-eso-pic.noarch 2:svn21515.2.0c-32.el7 will be installed
9242---> Package texlive-euler.noarch 2:svn17261.2.5-32.el7 will be installed
9243---> Package texlive-extsizes.noarch 2:svn17263.1.4a-32.el7 will be installed
9244---> Package texlive-fancybox.noarch 2:svn18304.1.4-32.el7 will be installed
9245---> Package texlive-fancyref.noarch 2:svn15878.0.9c-32.el7 will be installed
9246---> Package texlive-fancyvrb.noarch 2:svn18492.2.8-32.el7 will be installed
9247--> Processing Dependency: tex(pstricks.sty) for package: 2:texlive-fancyvrb-svn18492.2.8-32.el7.noarch
9248---> Package texlive-float.noarch 2:svn15878.1.3d-32.el7 will be installed
9249---> Package texlive-fontspec.noarch 2:svn29412.v2.3a-32.el7 will be installed
9250--> Processing Dependency: tex-kastrup for package: 2:texlive-fontspec-svn29412.v2.3a-32.el7.noarch
9251--> Processing Dependency: tex(xunicode.sty) for package: 2:texlive-fontspec-svn29412.v2.3a-32.el7.noarch
9252--> Processing Dependency: tex(luaotfload.sty) for package: 2:texlive-fontspec-svn29412.v2.3a-32.el7.noarch
9253---> Package texlive-fp.noarch 2:svn15878.0-32.el7 will be installed
9254---> Package texlive-graphics.noarch 2:svn25405.1.0o-32.el7 will be installed
9255---> Package texlive-hyphen-base.noarch 2:svn29197.0-32.el7 will be installed
9256---> Package texlive-ifxetex.noarch 2:svn19685.0.5-32.el7 will be installed
9257---> Package texlive-index.noarch 2:svn24099.4.1beta-32.el7 will be installed
9258---> Package texlive-jknapltx.noarch 2:svn19440.0-32.el7 will be installed
9259---> Package texlive-koma-script.noarch 2:svn27255.3.11b-32.el7 will be installed
9260--> Processing Dependency: tex(mparhack.sty) for package: 2:texlive-koma-script-svn27255.3.11b-32.el7.noarch
9261--> Processing Dependency: tex(marginnote.sty) for package: 2:texlive-koma-script-svn27255.3.11b-32.el7.noarch
9262---> Package texlive-kpathsea-lib.x86_64 2:2012-32.20130427_r30134.el7 will be installed
9263---> Package texlive-l3experimental.noarch 2:svn29361.SVN_4467-32.el7 will be installed
9264---> Package texlive-l3kernel.noarch 2:svn29409.SVN_4469-32.el7 will be installed
9265--> Processing Dependency: tex(etex.sty) for package: 2:texlive-l3kernel-svn29409.SVN_4469-32.el7.noarch
9266--> Processing Dependency: tex(enumitem.sty) for package: 2:texlive-l3kernel-svn29409.SVN_4469-32.el7.noarch
9267--> Processing Dependency: tex(csquotes.sty) for package: 2:texlive-l3kernel-svn29409.SVN_4469-32.el7.noarch
9268---> Package texlive-l3packages.noarch 2:svn29361.SVN_4467-32.el7 will be installed
9269---> Package texlive-listings.noarch 2:svn15878.1.4-32.el7 will be installed
9270--> Processing Dependency: tex(algorithmic.sty) for package: 2:texlive-listings-svn15878.1.4-32.el7.noarch
9271---> Package texlive-luatex-bin.x86_64 2:svn26912.0-32.20130427_r30134.el7 will be installed
9272--> Processing Dependency: libzzip-0.so.13()(64bit) for package: 2:texlive-luatex-bin-svn26912.0-32.20130427_r30134.el7.x86_64
9273---> Package texlive-mdwtools.noarch 2:svn15878.1.05.4-32.el7 will be installed
9274---> Package texlive-memoir.noarch 2:svn21638.3.6j_patch_6.0g-32.el7 will be installed
9275--> Processing Dependency: tex(ifetex.sty) for package: 2:texlive-memoir-svn21638.3.6j_patch_6.0g-32.el7.noarch
9276---> Package texlive-metalogo.noarch 2:svn18611.0.12-32.el7 will be installed
9277---> Package texlive-mh.noarch 2:svn29420.0-32.el7 will be installed
9278---> Package texlive-microtype.noarch 2:svn29392.2.5-32.el7 will be installed
9279---> Package texlive-ms.noarch 2:svn24467.0-32.el7 will be installed
9280--> Processing Dependency: tex(footmisc.sty) for package: 2:texlive-ms-svn24467.0-32.el7.noarch
9281---> Package texlive-ntgclass.noarch 2:svn15878.0-32.el7 will be installed
9282---> Package texlive-oberdiek.noarch 2:svn26725.0-32.el7 will be installed
9283--> Processing Dependency: tex(unicode-math.sty) for package: 2:texlive-oberdiek-svn26725.0-32.el7.noarch
9284--> Processing Dependency: tex(soul.sty) for package: 2:texlive-oberdiek-svn26725.0-32.el7.noarch
9285--> Processing Dependency: tex(parcolumns.sty) for package: 2:texlive-oberdiek-svn26725.0-32.el7.noarch
9286--> Processing Dependency: tex(parallel.sty) for package: 2:texlive-oberdiek-svn26725.0-32.el7.noarch
9287--> Processing Dependency: tex(makematch.sty) for package: 2:texlive-oberdiek-svn26725.0-32.el7.noarch
9288---> Package texlive-parskip.noarch 2:svn19963.2.0-32.el7 will be installed
9289---> Package texlive-pdfpages.noarch 2:svn27574.0.4t-32.el7 will be installed
9290---> Package texlive-pdftex-bin.x86_64 2:svn27321.0-32.20130427_r30134.el7 will be installed
9291---> Package texlive-powerdot.noarch 2:svn25656.1.4i-32.el7 will be installed
9292--> Processing Dependency: tex(type1cm.sty) for package: 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch
9293--> Processing Dependency: tex(pst-slpe.sty) for package: 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch
9294--> Processing Dependency: tex(pst-grad.sty) for package: 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch
9295--> Processing Dependency: tex(pst-char.sty) for package: 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch
9296--> Processing Dependency: tex(pst-blur.sty) for package: 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch
9297---> Package texlive-psfrag.noarch 2:svn15878.3.04-32.el7 will be installed
9298---> Package texlive-rcs.noarch 2:svn15878.0-32.el7 will be installed
9299---> Package texlive-rotating.noarch 2:svn16832.2.16b-32.el7 will be installed
9300---> Package texlive-sansmath.noarch 2:svn17997.1.1-32.el7 will be installed
9301---> Package texlive-section.noarch 2:svn20180.0-32.el7 will be installed
9302---> Package texlive-seminar.noarch 2:svn18322.1.5-32.el7 will be installed
9303---> Package texlive-sepnum.noarch 2:svn20186.2.0-32.el7 will be installed
9304---> Package texlive-setspace.noarch 2:svn24881.6.7a-32.el7 will be installed
9305---> Package texlive-subfig.noarch 2:svn15878.1.3-32.el7 will be installed
9306---> Package texlive-tetex.noarch 2:svn29585.3.0-32.el7 will be installed
9307---> Package texlive-tetex-bin.noarch 2:svn27344.0-32.20130427_r30134.el7 will be installed
9308---> Package texlive-textcase.noarch 2:svn15878.0-32.el7 will be installed
9309---> Package texlive-thumbpdf.noarch 2:svn26689.3.15-32.el7 will be installed
9310--> Processing Dependency: texlive-thumbpdf-bin for package: 2:texlive-thumbpdf-svn26689.3.15-32.el7.noarch
9311---> Package texlive-typehtml.noarch 2:svn17134.0-32.el7 will be installed
9312---> Package texlive-underscore.noarch 2:svn18261.0-32.el7 will be installed
9313---> Package texlive-xcolor.noarch 2:svn15878.2.11-32.el7 will be installed
9314---> Package texlive-xkeyval.noarch 2:svn27995.2.6a-32.el7 will be installed
9315---> Package unixODBC.x86_64 0:2.3.1-10.el7 will be installed
9316---> Package urw-fonts.noarch 0:2.4-16.el7 will be installed
9317---> Package util-linux.x86_64 0:2.23.2-21.el7 will be updated
9318---> Package util-linux.x86_64 0:2.23.2-22.el7_1 will be an update
9319---> Package v8.x86_64 1:3.14.5.10-17.el7 will be installed
9320---> Package velocity.noarch 0:1.7-10.el7 will be installed
9321--> Processing Dependency: jaxen for package: velocity-1.7-10.el7.noarch
9322--> Processing Dependency: jakarta-oro for package: velocity-1.7-10.el7.noarch
9323--> Processing Dependency: hsqldb for package: velocity-1.7-10.el7.noarch
9324---> Package wxBase.x86_64 0:2.8.12-13.el7 will be installed
9325---> Package wxGTK.x86_64 0:2.8.12-13.el7 will be installed
9326--> Processing Dependency: libSDL-1.2.so.0()(64bit) for package: wxGTK-2.8.12-13.el7.x86_64
9327---> Package wxGTK-gl.x86_64 0:2.8.12-13.el7 will be installed
9328---> Package xbean.noarch 0:3.13-6.el7 will be installed
9329--> Processing Dependency: mvn(org.apache.felix:org.apache.felix.framework) for package: xbean-3.13-6.el7.noarch
9330--> Running transaction check
9331---> Package SDL.x86_64 0:1.2.15-11.el7 will be installed
9332---> Package apache-commons-configuration.noarch 0:1.9-8.el7 will be installed
9333--> Processing Dependency: mvn(org.apache.commons:commons-vfs2) for package: apache-commons-configuration-1.9-8.el7.noarch
9334--> Processing Dependency: mvn(org.apache.commons:commons-jexl) for package: apache-commons-configuration-1.9-8.el7.noarch
9335--> Processing Dependency: mvn(commons-jxpath:commons-jxpath) for package: apache-commons-configuration-1.9-8.el7.noarch
9336--> Processing Dependency: mvn(commons-digester:commons-digester) for package: apache-commons-configuration-1.9-8.el7.noarch
9337--> Processing Dependency: mvn(commons-beanutils:commons-beanutils) for package: apache-commons-configuration-1.9-8.el7.noarch
9338---> Package apache-rat-core.noarch 0:0.8-13.el7 will be installed
9339--> Processing Dependency: apache-rat = 0.8-13.el7 for package: apache-rat-core-0.8-13.el7.noarch
9340---> Package aqute-bndlib.noarch 0:1.50.0-8.el7 will be installed
9341---> Package bcel.noarch 0:5.2-18.el7 will be installed
9342--> Processing Dependency: mvn(regexp:regexp) for package: bcel-5.2-18.el7.noarch
9343---> Package bsh.noarch 0:1.3.0-29.el7 will be installed
9344--> Processing Dependency: bsf for package: bsh-1.3.0-29.el7.noarch
9345---> Package cal10n.noarch 0:0.7.7-4.el7 will be installed
9346---> Package cdi-api.noarch 0:1.0-11.SP4.el7 will be installed
9347--> Processing Dependency: jboss-interceptors-1.1-api for package: cdi-api-1.0-11.SP4.el7.noarch
9348--> Processing Dependency: jboss-el-2.2-api for package: cdi-api-1.0-11.SP4.el7.noarch
9349--> Processing Dependency: jboss-ejb-3.1-api for package: cdi-api-1.0-11.SP4.el7.noarch
9350--> Processing Dependency: geronimo-annotation for package: cdi-api-1.0-11.SP4.el7.noarch
9351---> Package felix-bundlerepository.noarch 0:1.6.6-15.el7 will be installed
9352--> Processing Dependency: mvn(xpp3:xpp3) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9353--> Processing Dependency: mvn(org.osgi:org.osgi.core) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9354--> Processing Dependency: mvn(org.osgi:org.osgi.compendium) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9355--> Processing Dependency: mvn(org.codehaus.woodstox:woodstox-core-asl) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9356--> Processing Dependency: mvn(org.apache.felix:org.osgi.service.obr) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9357--> Processing Dependency: mvn(org.apache.felix:org.apache.felix.utils) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9358--> Processing Dependency: mvn(org.apache.felix:org.apache.felix.shell) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9359---> Package felix-framework.noarch 0:4.2.1-5.el7 will be installed
9360---> Package fop.noarch 0:1.1-6.el7 will be installed
9361--> Processing Dependency: xmlgraphics-commons >= 1.5 for package: fop-1.1-6.el7.noarch
9362--> Processing Dependency: batik >= 1.7 for package: fop-1.1-6.el7.noarch
9363--> Processing Dependency: icc-profiles-openicc for package: fop-1.1-6.el7.noarch
9364---> Package forge-parent.noarch 0:31-2.el7 will be installed
9365--> Processing Dependency: mvn(org.apache.maven.plugins:maven-source-plugin) for package: forge-parent-31-2.el7.noarch
9366---> Package gd.x86_64 0:2.0.35-26.el7 will be installed
9367---> Package hamcrest.noarch 0:1.3-6.el7 will be installed
9368--> Processing Dependency: easymock2 for package: hamcrest-1.3-6.el7.noarch
9369---> Package hsqldb.noarch 1:1.8.1.3-13.el7 will be installed
9370---> Package jakarta-oro.noarch 0:2.0.8-16.el7 will be installed
9371---> Package javassist.noarch 0:3.16.1-10.el7 will be installed
9372---> Package jaxen.noarch 0:1.1.3-11.el7 will be installed
9373--> Processing Dependency: dom4j >= 1.6.1 for package: jaxen-1.1.3-11.el7.noarch
9374---> Package jdom.noarch 0:1.1.3-6.el7 will be installed
9375---> Package jna.x86_64 0:3.5.2-8.el7 will be installed
9376---> Package jzlib.noarch 0:1.1.1-6.el7 will be installed
9377---> Package kxml.noarch 0:2.3.0-5.el7 will be installed
9378---> Package libwebp.x86_64 0:0.3.0-3.el7 will be installed
9379---> Package maven-artifact-resolver.noarch 1:1.0-10.el7 will be installed
9380---> Package maven-dependency-tree.noarch 0:2.0-6.el7 will be installed
9381--> Processing Dependency: maven-shared for package: maven-dependency-tree-2.0-6.el7.noarch
9382---> Package maven-doxia-tools.noarch 0:1.4-14.el7 will be installed
9383---> Package maven-plugin-testing-harness.noarch 0:2.1-11.el7 will be installed
9384---> Package maven-plugin-tools-annotations.noarch 0:3.1-17.el7 will be installed
9385---> Package maven-plugin-tools-api.noarch 0:3.1-17.el7 will be installed
9386---> Package maven-plugin-tools-beanshell.noarch 0:3.1-17.el7 will be installed
9387---> Package maven-plugin-tools-generators.noarch 0:3.1-17.el7 will be installed
9388--> Processing Dependency: mvn(net.sf.jtidy:jtidy) for package: maven-plugin-tools-generators-3.1-17.el7.noarch
9389---> Package maven-plugin-tools-java.noarch 0:3.1-17.el7 will be installed
9390---> Package maven-plugin-tools-model.noarch 0:3.1-17.el7 will be installed
9391---> Package maven-release-manager.noarch 0:2.2.1-12.el7 will be installed
9392--> Processing Dependency: maven-release = 2.2.1-12.el7 for package: maven-release-manager-2.2.1-12.el7.noarch
9393---> Package maven-reporting-exec.noarch 0:1.1-4.el7 will be installed
9394---> Package maven-reporting-impl.noarch 0:2.2-8.el7 will be installed
9395--> Processing Dependency: mvn(commons-validator:commons-validator) for package: maven-reporting-impl-2.2-8.el7.noarch
9396---> Package maven-scm.noarch 0:1.8.1-2.el7 will be installed
9397--> Processing Dependency: modello for package: maven-scm-1.8.1-2.el7.noarch
9398---> Package php-symfony-browser-kit.noarch 0:2.5.11-1.el7 will be installed
9399--> Processing Dependency: php-composer(symfony/dom-crawler) = 2.5.11 for package: php-symfony-browser-kit-2.5.11-1.el7.noarch
9400---> Package php-symfony-config.noarch 0:2.5.11-1.el7 will be installed
9401--> Processing Dependency: php-composer(symfony/filesystem) = 2.5.11 for package: php-symfony-config-2.5.11-1.el7.noarch
9402---> Package php-symfony-debug.noarch 0:2.5.11-1.el7 will be installed
9403---> Package php-symfony-http-foundation.noarch 0:2.5.11-1.el7 will be installed
9404---> Package plexus-cli.noarch 0:1.2-20.el7 will be installed
9405---> Package plexus-resources.noarch 0:1.0-0.15.a7.el7 will be installed
9406---> Package roundcubemail-plugin-acl-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9407---> Package roundcubemail-plugin-archive-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9408---> Package roundcubemail-plugin-calendar-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9409---> Package roundcubemail-plugin-jqueryui-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9410---> Package roundcubemail-plugin-kolab_activesync-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9411---> Package roundcubemail-plugin-kolab_addressbook-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9412---> Package roundcubemail-plugin-kolab_delegation-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9413---> Package roundcubemail-plugin-kolab_files-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9414---> Package roundcubemail-plugin-kolab_notes-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9415---> Package roundcubemail-plugin-kolab_tags-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9416---> Package roundcubemail-plugin-libcalendaring-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9417---> Package roundcubemail-plugin-libcalendaring-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9418--> Processing Dependency: roundcubemail(plugin-libcalendaring-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-libcalendaring-skin-larry-3.3-1.el7.kolab_3.5.noarch
9419---> Package roundcubemail-plugin-managesieve-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9420---> Package roundcubemail-plugin-tasklist-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9421---> Package roundcubemail-plugin-zipdownload-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9422---> Package snakeyaml.noarch 0:1.11-8.el7 will be installed
9423--> Processing Dependency: mvn(biz.source_code:base64coder) for package: snakeyaml-1.11-8.el7.noarch
9424---> Package texlive-ae.noarch 2:svn15878.1.4-32.el7 will be installed
9425---> Package texlive-algorithms.noarch 2:svn15878.0.1-32.el7 will be installed
9426---> Package texlive-amscls.noarch 2:svn29207.0-32.el7 will be installed
9427---> Package texlive-amsfonts.noarch 2:svn29208.3.04-32.el7 will be installed
9428---> Package texlive-amsmath.noarch 2:svn29327.2.14-32.el7 will be installed
9429---> Package texlive-avantgar.noarch 2:svn28614.0-32.el7 will be installed
9430---> Package texlive-babel.noarch 2:svn24756.3.8m-32.el7 will be installed
9431---> Package texlive-babelbib.noarch 2:svn25245.1.31-32.el7 will be installed
9432---> Package texlive-bookman.noarch 2:svn28614.0-32.el7 will be installed
9433---> Package texlive-carlisle.noarch 2:svn18258.0-32.el7 will be installed
9434---> Package texlive-charter.noarch 2:svn15878.0-32.el7 will be installed
9435---> Package texlive-cm-super.noarch 2:svn15878.0-32.el7 will be installed
9436---> Package texlive-cmextra.noarch 2:svn14075.0-32.el7 will be installed
9437---> Package texlive-collection-basic.noarch 2:svn26314.0-32.20130427_r30134.el7 will be installed
9438--> Processing Dependency: xdvik for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9439--> Processing Dependency: texlive-collection-documentation-base for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9440--> Processing Dependency: tex-xdvi for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9441--> Processing Dependency: tex-texlive.infra for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9442--> Processing Dependency: tex-texconfig for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9443--> Processing Dependency: tex-tex for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9444--> Processing Dependency: tex-plain for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9445--> Processing Dependency: tex-misc for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9446--> Processing Dependency: tex-mfware for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9447--> Processing Dependency: tex-mflogo for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9448--> Processing Dependency: tex-metafont for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9449--> Processing Dependency: tex-makeindex for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9450--> Processing Dependency: tex-lua-alt-getopt for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9451--> Processing Dependency: tex-ifluatex for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9452--> Processing Dependency: tex-hyph-utf8 for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9453--> Processing Dependency: tex-gsftopk for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9454--> Processing Dependency: tex-glyphlist for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9455--> Processing Dependency: tex-etex for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9456--> Processing Dependency: tex-enctex for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9457--> Processing Dependency: tex-dvipdfmx-def for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9458--> Processing Dependency: tex-dvipdfmx for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9459--> Processing Dependency: tex-dvipdfm for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9460--> Processing Dependency: tex-cm for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9461--> Processing Dependency: tex-bibtex for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9462--> Processing Dependency: dvipdfmx for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9463--> Processing Dependency: dvipdfm for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9464---> Package texlive-colortbl.noarch 2:svn25394.v1.0a-32.el7 will be installed
9465---> Package texlive-courier.noarch 2:svn28614.0-32.el7 will be installed
9466---> Package texlive-csquotes.noarch 2:svn24393.5.1d-32.el7 will be installed
9467---> Package texlive-enumitem.noarch 2:svn24146.3.5.2-32.el7 will be installed
9468---> Package texlive-etex-pkg.noarch 2:svn15878.2.0-32.el7 will be installed
9469---> Package texlive-etoolbox.noarch 2:svn20922.2.1-32.el7 will be installed
9470---> Package texlive-euro.noarch 2:svn22191.1.1-32.el7 will be installed
9471---> Package texlive-eurosym.noarch 2:svn17265.1.4_subrfix-32.el7 will be installed
9472---> Package texlive-fancyhdr.noarch 2:svn15878.3.1-32.el7 will be installed
9473---> Package texlive-fix2col.noarch 2:svn17133.0-32.el7 will be installed
9474---> Package texlive-footmisc.noarch 2:svn23330.5.5b-32.el7 will be installed
9475---> Package texlive-fpl.noarch 2:svn15878.1.002-32.el7 will be installed
9476---> Package texlive-geometry.noarch 2:svn19716.5.6-32.el7 will be installed
9477---> Package texlive-helvetic.noarch 2:svn28614.0-32.el7 will be installed
9478---> Package texlive-ifetex.noarch 2:svn24853.1.2-32.el7 will be installed
9479---> Package texlive-kastrup.noarch 2:svn15878.0-32.el7 will be installed
9480---> Package texlive-latex-bin.noarch 2:svn26689.0-32.el7 will be installed
9481--> Processing Dependency: texlive-latex-bin-bin for package: 2:texlive-latex-bin-svn26689.0-32.el7.noarch
9482---> Package texlive-lm.noarch 2:svn28119.2.004-32.el7 will be installed
9483---> Package texlive-lm-math.noarch 2:svn29044.1.958-32.el7 will be installed
9484---> Package texlive-ltxmisc.noarch 2:svn21927.0-32.el7 will be installed
9485--> Processing Dependency: tex(beton.sty) for package: 2:texlive-ltxmisc-svn21927.0-32.el7.noarch
9486---> Package texlive-luaotfload.noarch 2:svn26718.1.26-32.el7 will be installed
9487--> Processing Dependency: texlive-luaotfload-bin for package: 2:texlive-luaotfload-svn26718.1.26-32.el7.noarch
9488--> Processing Dependency: tex(luatexbase.sty) for package: 2:texlive-luaotfload-svn26718.1.26-32.el7.noarch
9489---> Package texlive-marginnote.noarch 2:svn25880.v1.1i-32.el7 will be installed
9490---> Package texlive-marvosym.noarch 2:svn29349.2.2a-32.el7 will be installed
9491---> Package texlive-mathpazo.noarch 2:svn15878.1.003-32.el7 will be installed
9492---> Package texlive-mfnfss.noarch 2:svn19410.0-32.el7 will be installed
9493---> Package texlive-mparhack.noarch 2:svn15878.1.4-32.el7 will be installed
9494---> Package texlive-mptopdf.noarch 2:svn26689.0-32.el7 will be installed
9495--> Processing Dependency: texlive-mptopdf-bin for package: 2:texlive-mptopdf-svn26689.0-32.el7.noarch
9496---> Package texlive-natbib.noarch 2:svn20668.8.31b-32.el7 will be installed
9497---> Package texlive-ncntrsbk.noarch 2:svn28614.0-32.el7 will be installed
9498---> Package texlive-palatino.noarch 2:svn28614.0-32.el7 will be installed
9499---> Package texlive-parallel.noarch 2:svn15878.0-32.el7 will be installed
9500---> Package texlive-pdftex-def.noarch 2:svn22653.0.06d-32.el7 will be installed
9501---> Package texlive-pgf.noarch 2:svn22614.2.10-32.el7 will be installed
9502---> Package texlive-pslatex.noarch 2:svn16416.0-32.el7 will be installed
9503---> Package texlive-psnfss.noarch 2:svn23394.9.2a-32.el7 will be installed
9504---> Package texlive-pspicture.noarch 2:svn15878.0-32.el7 will be installed
9505---> Package texlive-pst-blur.noarch 2:svn15878.2.0-32.el7 will be installed
9506---> Package texlive-pst-grad.noarch 2:svn15878.1.06-32.el7 will be installed
9507---> Package texlive-pst-slpe.noarch 2:svn24391.1.31-32.el7 will be installed
9508---> Package texlive-pst-text.noarch 2:svn15878.1.00-32.el7 will be installed
9509---> Package texlive-pstricks.noarch 2:svn29678.2.39-32.el7 will be installed
9510--> Processing Dependency: tex(showexpl.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9511--> Processing Dependency: tex(pstricks-add.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9512--> Processing Dependency: tex(pst-tree.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9513--> Processing Dependency: tex(pst-plot.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9514--> Processing Dependency: tex(pst-node.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9515--> Processing Dependency: tex(pst-fill.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9516--> Processing Dependency: tex(pst-eps.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9517--> Processing Dependency: tex(pst-coil.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9518--> Processing Dependency: tex(pst-3d.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9519--> Processing Dependency: tex(paralist.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9520--> Processing Dependency: tex(multido.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9521--> Processing Dependency: tex(filecontents.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9522--> Processing Dependency: tex(chngcntr.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9523--> Processing Dependency: tex(breakurl.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9524--> Processing Dependency: tex(bera.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9525---> Package texlive-pxfonts.noarch 2:svn15878.0-32.el7 will be installed
9526---> Package texlive-qstest.noarch 2:svn15878.0-32.el7 will be installed
9527---> Package texlive-rsfs.noarch 2:svn15878.0-32.el7 will be installed
9528---> Package texlive-sauerj.noarch 2:svn15878.0-32.el7 will be installed
9529---> Package texlive-soul.noarch 2:svn15878.2.4-32.el7 will be installed
9530---> Package texlive-symbol.noarch 2:svn28614.0-32.el7 will be installed
9531---> Package texlive-tex-gyre.noarch 2:svn18651.2.004-32.el7 will be installed
9532---> Package texlive-tex-gyre-math.noarch 2:svn29045.0-32.el7 will be installed
9533---> Package texlive-thumbpdf-bin.noarch 2:svn6898.0-32.20130427_r30134.el7 will be installed
9534---> Package texlive-times.noarch 2:svn28614.0-32.el7 will be installed
9535---> Package texlive-tipa.noarch 2:svn29349.1.3-32.el7 will be installed
9536---> Package texlive-txfonts.noarch 2:svn15878.0-32.el7 will be installed
9537---> Package texlive-type1cm.noarch 2:svn21820.0-32.el7 will be installed
9538---> Package texlive-ucs.noarch 2:svn27549.2.1-32.el7 will be installed
9539---> Package texlive-unicode-math.noarch 2:svn29413.0.7d-32.el7 will be installed
9540--> Processing Dependency: tex(lualatex-math.sty) for package: 2:texlive-unicode-math-svn29413.0.7d-32.el7.noarch
9541--> Processing Dependency: tex(filehook.sty) for package: 2:texlive-unicode-math-svn29413.0.7d-32.el7.noarch
9542---> Package texlive-utopia.noarch 2:svn15878.0-32.el7 will be installed
9543---> Package texlive-wasy.noarch 2:svn15878.0-32.el7 will be installed
9544---> Package texlive-wasysym.noarch 2:svn15878.2.0-32.el7 will be installed
9545---> Package texlive-xunicode.noarch 2:svn23897.0.981-32.el7 will be installed
9546---> Package texlive-zapfchan.noarch 2:svn28614.0-32.el7 will be installed
9547---> Package texlive-zapfding.noarch 2:svn28614.0-32.el7 will be installed
9548---> Package tomcat-servlet-3.0-api.noarch 0:7.0.54-2.el7_1 will be installed
9549---> Package xz-java.noarch 0:1.3-3.el7 will be installed
9550---> Package zziplib.x86_64 0:0.13.62-5.el7 will be installed
9551--> Running transaction check
9552---> Package apache-commons-beanutils.noarch 0:1.8.3-14.el7 will be installed
9553---> Package apache-commons-digester.noarch 0:1.8.1-19.el7 will be installed
9554---> Package apache-commons-jexl.noarch 0:2.1.1-9.el7 will be installed
9555---> Package apache-commons-jxpath.noarch 0:1.3-20.el7 will be installed
9556---> Package apache-commons-validator.noarch 0:1.4.0-8.el7 will be installed
9557---> Package apache-commons-vfs.noarch 0:2.0-11.el7 will be installed
9558---> Package apache-rat.noarch 0:0.8-13.el7 will be installed
9559--> Processing Dependency: mvn(org.apache.rat:apache-rat-tasks) = 0.8 for package: apache-rat-0.8-13.el7.noarch
9560---> Package base64coder.noarch 0:20101219-10.el7 will be installed
9561---> Package batik.noarch 0:1.8-0.12.svn1230816.el7 will be installed
9562--> Processing Dependency: rhino >= 1.5 for package: batik-1.8-0.12.svn1230816.el7.noarch
9563--> Processing Dependency: osgi(org.w3c.css.sac) for package: batik-1.8-0.12.svn1230816.el7.noarch
9564--> Processing Dependency: jai-imageio-core for package: batik-1.8-0.12.svn1230816.el7.noarch
9565---> Package bsf.noarch 0:2.4.0-19.el7 will be installed
9566---> Package dom4j.noarch 0:1.6.1-20.el7 will be installed
9567--> Processing Dependency: ws-jaxme for package: dom4j-1.6.1-20.el7.noarch
9568--> Processing Dependency: relaxngDatatype for package: dom4j-1.6.1-20.el7.noarch
9569--> Processing Dependency: msv-xsdlib for package: dom4j-1.6.1-20.el7.noarch
9570--> Processing Dependency: msv-msv for package: dom4j-1.6.1-20.el7.noarch
9571--> Processing Dependency: isorelax for package: dom4j-1.6.1-20.el7.noarch
9572--> Processing Dependency: bea-stax-api for package: dom4j-1.6.1-20.el7.noarch
9573--> Processing Dependency: bea-stax for package: dom4j-1.6.1-20.el7.noarch
9574---> Package easymock2.noarch 0:2.5.2-12.el7 will be installed
9575---> Package felix-osgi-compendium.noarch 0:1.4.0-19.el7 will be installed
9576--> Processing Dependency: mvn(org.apache.felix:org.osgi.foundation) for package: felix-osgi-compendium-1.4.0-19.el7.noarch
9577---> Package felix-osgi-core.noarch 0:1.4.0-15.el7 will be installed
9578---> Package felix-osgi-obr.noarch 0:1.0.2-12.el7 will be installed
9579---> Package felix-shell.noarch 0:1.4.3-5.el7 will be installed
9580---> Package felix-utils.noarch 0:1.2.0-5.el7 will be installed
9581---> Package geronimo-annotation.noarch 0:1.0-15.el7 will be installed
9582---> Package icc-profiles-openicc.noarch 0:1.3.1-5.el7 will be installed
9583--> Processing Dependency: color-filesystem for package: icc-profiles-openicc-1.3.1-5.el7.noarch
9584---> Package jboss-ejb-3.1-api.noarch 0:1.0.2-10.el7 will be installed
9585--> Processing Dependency: jboss-transaction-1.1-api for package: jboss-ejb-3.1-api-1.0.2-10.el7.noarch
9586--> Processing Dependency: jboss-jaxrpc-1.1-api for package: jboss-ejb-3.1-api-1.0.2-10.el7.noarch
9587---> Package jboss-el-2.2-api.noarch 0:1.0.1-0.7.20120212git2fabd8.el7 will be installed
9588---> Package jboss-interceptors-1.1-api.noarch 0:1.0.2-0.9.20120319git49a904.el7 will be installed
9589---> Package jtidy.noarch 2:1.0-0.16.20100930svn1125.el7 will be installed
9590---> Package maven-release.noarch 0:2.2.1-12.el7 will be installed
9591---> Package maven-shared.noarch 0:19-4.el7 will be installed
9592---> Package maven-source-plugin.noarch 0:2.2.1-7.el7 will be installed
9593---> Package modello.noarch 0:1.7-4.el7 will be installed
9594---> Package php-symfony-dom-crawler.noarch 0:2.5.11-1.el7 will be installed
9595--> Processing Dependency: php-composer(symfony/css-selector) = 2.5.11 for package: php-symfony-dom-crawler-2.5.11-1.el7.noarch
9596---> Package php-symfony-filesystem.noarch 0:2.5.11-1.el7 will be installed
9597---> Package regexp.noarch 0:1.5-13.el7 will be installed
9598---> Package roundcubemail-plugin-libcalendaring-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9599---> Package texlive-bera.noarch 2:svn20031.0-32.el7 will be installed
9600---> Package texlive-beton.noarch 2:svn15878.0-32.el7 will be installed
9601---> Package texlive-bibtex.noarch 2:svn26689.0.99d-32.el7 will be installed
9602--> Processing Dependency: texlive-bibtex-bin for package: 2:texlive-bibtex-svn26689.0.99d-32.el7.noarch
9603---> Package texlive-breakurl.noarch 2:svn15878.1.30-32.el7 will be installed
9604---> Package texlive-chngcntr.noarch 2:svn17157.1.0a-32.el7 will be installed
9605---> Package texlive-cm.noarch 2:svn29581.0-32.el7 will be installed
9606---> Package texlive-collection-documentation-base.noarch 2:svn17091.0-32.20130427_r30134.el7 will be installed
9607---> Package texlive-dvipdfm.noarch 2:svn26689.0.13.2d-32.el7 will be installed
9608---> Package texlive-dvipdfm-bin.noarch 2:svn13663.0-32.20130427_r30134.el7 will be installed
9609---> Package texlive-dvipdfmx.noarch 2:svn26765.0-32.el7 will be installed
9610---> Package texlive-dvipdfmx-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
9611---> Package texlive-dvipdfmx-def.noarch 2:svn15878.0-32.el7 will be installed
9612---> Package texlive-enctex.noarch 2:svn28602.0-32.el7 will be installed
9613---> Package texlive-etex.noarch 2:svn22198.2.1-32.el7 will be installed
9614---> Package texlive-filecontents.noarch 2:svn24250.1.3-32.el7 will be installed
9615---> Package texlive-filehook.noarch 2:svn24280.0.5d-32.el7 will be installed
9616--> Processing Dependency: tex(currfile.sty) for package: 2:texlive-filehook-svn24280.0.5d-32.el7.noarch
9617---> Package texlive-glyphlist.noarch 2:svn28576.0-32.el7 will be installed
9618---> Package texlive-gsftopk.noarch 2:svn26689.1.19.2-32.el7 will be installed
9619--> Processing Dependency: texlive-gsftopk-bin for package: 2:texlive-gsftopk-svn26689.1.19.2-32.el7.noarch
9620---> Package texlive-hyph-utf8.noarch 2:svn29641.0-32.el7 will be installed
9621---> Package texlive-ifluatex.noarch 2:svn26725.1.3-32.el7 will be installed
9622---> Package texlive-latex-bin-bin.noarch 2:svn14050.0-32.20130427_r30134.el7 will be installed
9623---> Package texlive-lua-alt-getopt.noarch 2:svn29349.0.7.0-32.el7 will be installed
9624---> Package texlive-lualatex-math.noarch 2:svn29346.1.2-32.el7 will be installed
9625---> Package texlive-luaotfload-bin.noarch 2:svn18579.0-32.20130427_r30134.el7 will be installed
9626---> Package texlive-luatexbase.noarch 2:svn22560.0.31-32.el7 will be installed
9627---> Package texlive-makeindex.noarch 2:svn26689.2.12-32.el7 will be installed
9628--> Processing Dependency: texlive-makeindex-bin for package: 2:texlive-makeindex-svn26689.2.12-32.el7.noarch
9629---> Package texlive-metafont.noarch 2:svn26689.2.718281-32.el7 will be installed
9630--> Processing Dependency: texlive-metafont-bin for package: 2:texlive-metafont-svn26689.2.718281-32.el7.noarch
9631---> Package texlive-mflogo.noarch 2:svn17487.0-32.el7 will be installed
9632---> Package texlive-mfware.noarch 2:svn26689.0-32.el7 will be installed
9633--> Processing Dependency: texlive-mfware-bin for package: 2:texlive-mfware-svn26689.0-32.el7.noarch
9634---> Package texlive-misc.noarch 2:svn24955.0-32.el7 will be installed
9635---> Package texlive-mptopdf-bin.noarch 2:svn18674.0-32.20130427_r30134.el7 will be installed
9636---> Package texlive-multido.noarch 2:svn18302.1.42-32.el7 will be installed
9637---> Package texlive-paralist.noarch 2:svn15878.2.3b-32.el7 will be installed
9638---> Package texlive-plain.noarch 2:svn26647.0-32.el7 will be installed
9639---> Package texlive-pst-3d.noarch 2:svn17257.1.10-32.el7 will be installed
9640---> Package texlive-pst-coil.noarch 2:svn24020.1.06-32.el7 will be installed
9641---> Package texlive-pst-eps.noarch 2:svn15878.1.0-32.el7 will be installed
9642---> Package texlive-pst-fill.noarch 2:svn15878.1.01-32.el7 will be installed
9643---> Package texlive-pst-node.noarch 2:svn27799.1.25-32.el7 will be installed
9644---> Package texlive-pst-plot.noarch 2:svn28729.1.44-32.el7 will be installed
9645---> Package texlive-pst-tree.noarch 2:svn24142.1.12-32.el7 will be installed
9646---> Package texlive-pstricks-add.noarch 2:svn28750.3.59-32.el7 will be installed
9647--> Processing Dependency: tex(pst-math.sty) for package: 2:texlive-pstricks-add-svn28750.3.59-32.el7.noarch
9648---> Package texlive-showexpl.noarch 2:svn27790.v0.3j-32.el7 will be installed
9649--> Processing Dependency: tex(varwidth.sty) for package: 2:texlive-showexpl-svn27790.v0.3j-32.el7.noarch
9650--> Processing Dependency: tex(attachfile.sty) for package: 2:texlive-showexpl-svn27790.v0.3j-32.el7.noarch
9651---> Package texlive-tex.noarch 2:svn26689.3.1415926-32.el7 will be installed
9652--> Processing Dependency: texlive-tex-bin for package: 2:texlive-tex-svn26689.3.1415926-32.el7.noarch
9653---> Package texlive-texconfig.noarch 2:svn29349.0-32.el7 will be installed
9654--> Processing Dependency: texlive-texconfig-bin for package: 2:texlive-texconfig-svn29349.0-32.el7.noarch
9655---> Package texlive-texlive.infra.noarch 2:svn28217.0-32.el7 will be installed
9656--> Processing Dependency: texlive-texlive.infra-bin for package: 2:texlive-texlive.infra-svn28217.0-32.el7.noarch
9657---> Package texlive-xdvi.noarch 2:svn26689.22.85-32.el7 will be installed
9658---> Package texlive-xdvi-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
9659---> Package woodstox-core.noarch 0:4.1.2-8.el7 will be installed
9660--> Processing Dependency: mvn(org.codehaus.woodstox:stax2-api) for package: woodstox-core-4.1.2-8.el7.noarch
9661---> Package xmlgraphics-commons.noarch 0:1.5-3.el7 will be installed
9662---> Package xpp3.noarch 0:1.1.3.8-11.el7 will be installed
9663--> Running transaction check
9664---> Package apache-rat-tasks.noarch 0:0.8-13.el7 will be installed
9665---> Package bea-stax.noarch 0:1.2.0-9.el7 will be installed
9666---> Package bea-stax-api.noarch 0:1.2.0-9.el7 will be installed
9667---> Package color-filesystem.noarch 0:1-13.el7 will be installed
9668---> Package felix-osgi-foundation.noarch 0:1.2.0-16.el7 will be installed
9669---> Package isorelax.noarch 1:0-0.15.release20050331.el7 will be installed
9670---> Package jai-imageio-core.noarch 0:1.2-0.14.20100217cvs.el7 will be installed
9671---> Package jboss-jaxrpc-1.1-api.noarch 0:1.0.1-7.el7 will be installed
9672--> Processing Dependency: jboss-servlet-3.0-api for package: jboss-jaxrpc-1.1-api-1.0.1-7.el7.noarch
9673---> Package jboss-transaction-1.1-api.noarch 0:1.0.1-8.el7 will be installed
9674---> Package msv-msv.noarch 1:2013.5.1-6.el7 will be installed
9675---> Package msv-xsdlib.noarch 1:2013.5.1-6.el7 will be installed
9676---> Package php-symfony-css-selector.noarch 0:2.5.11-1.el7 will be installed
9677---> Package relaxngDatatype.noarch 0:1.0-11.el7 will be installed
9678---> Package rhino.noarch 0:1.7R4-5.el7 will be installed
9679---> Package sac.noarch 0:1.3-17.el7 will be installed
9680---> Package stax2-api.noarch 0:3.1.1-10.el7 will be installed
9681---> Package texlive-attachfile.noarch 2:svn21866.v1.5b-32.el7 will be installed
9682---> Package texlive-bibtex-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
9683---> Package texlive-currfile.noarch 2:svn29012.0.7b-32.el7 will be installed
9684---> Package texlive-gsftopk-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
9685---> Package texlive-makeindex-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
9686---> Package texlive-metafont-bin.x86_64 2:svn26912.0-32.20130427_r30134.el7 will be installed
9687---> Package texlive-mfware-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
9688---> Package texlive-pst-math.noarch 2:svn20176.0.61-32.el7 will be installed
9689---> Package texlive-tex-bin.x86_64 2:svn26912.0-32.20130427_r30134.el7 will be installed
9690---> Package texlive-texconfig-bin.noarch 2:svn27344.0-32.20130427_r30134.el7 will be installed
9691---> Package texlive-texlive.infra-bin.x86_64 2:svn22566.0-32.20130427_r30134.el7 will be installed
9692---> Package texlive-varwidth.noarch 2:svn24104.0.92-32.el7 will be installed
9693---> Package ws-jaxme.noarch 0:0.5.2-10.el7 will be installed
9694--> Processing Dependency: antlr for package: ws-jaxme-0.5.2-10.el7.noarch
9695--> Running transaction check
9696---> Package antlr-tool.noarch 0:2.7.7-30.el7 will be installed
9697---> Package jboss-servlet-3.0-api.noarch 0:1.0.1-9.el7 will be installed
9698--> Finished Dependency Resolution
9699
9700Dependencies Resolved
9701
9702================================================================================
9703 Package Arch Version Repository Size
9704================================================================================
9705Installing:
9706 CUnit-devel x86_64 2.1.3-8.el7 epel 61 k
9707 Cython x86_64 0.19-3.el7 base 1.9 M
9708 boost-devel x86_64 1.53.0-23.el7 base 7.0 M
9709 chwala noarch 0.3.1-1.el7.kolab_3.5 Kolab_Development 1.6 M
9710 cmake x86_64 2.8.11-4.el7 base 6.7 M
9711 composer noarch 1.0.0-14.el7.kolab_3.5 Kolab_Development 283 k
9712 cyrus-sasl-devel x86_64 2.1.26-17.el7 base 309 k
9713 cyrus-sasl-md5 x86_64 2.1.26-17.el7 base 55 k
9714 dos2unix x86_64 6.0.3-4.el7 base 58 k
9715 e2fsprogs-devel x86_64 1.42.9-7.el7 base 70 k
9716 elinks x86_64 0.12-0.36.pre6.el7 base 882 k
9717 emacs x86_64 1:24.3-11.el7 base 2.9 M
9718 emacs-el noarch 1:24.3-11.el7 base 14 M
9719 erlang x86_64 R16B-03.10.el7 epel 30 k
9720 erlang-common_test x86_64 R16B-03.10.el7 epel 719 k
9721 erlang-eldap x86_64 R16B-03.10.el7 epel 102 k
9722 erlang-erts x86_64 R16B-03.10.el7 epel 2.5 M
9723 erlang-goldrush x86_64 0.1.6-6.el7.kolab_3.5 Kolab_Development 49 k
9724 erlang-hamcrest x86_64 0.1.0-9.el7.kolab_3.5 Kolab_Development 26 k
9725 erlang-inert x86_64 0.6.1-4.el7.kolab_3.5 Kolab_Development 16 k
9726 erlang-iso8601 x86_64 1.2-4.el7.kolab_3.5 Kolab_Development 14 k
9727 erlang-jsx x86_64 2.4.0-4.el7.kolab_3.5 Kolab_Development 93 k
9728 erlang-lager x86_64 2.1.0-9.el7.kolab_3.5 Kolab_Development 166 k
9729 erlang-meck x86_64 0.8.2-13.el7.kolab_3.5 Kolab_Development 68 k
9730 erlang-parsetools x86_64 R16B-03.10.el7 epel 178 k
9731 erlang-poolboy x86_64 1.4.2-3.el7.kolab_3.5 Kolab_Development 21 k
9732 erlang-procket x86_64 0.6.1-3.el7.kolab_3.5 Kolab_Development 44 k
9733 erlang-proper x86_64 1.1-8.el7.kolab_3.5 Kolab_Development 285 k
9734 erlang-protobuffs x86_64 0.8.0-8.el7.kolab_3.5 Kolab_Development 102 k
9735 erlang-rebar x86_64 2.5.1-8.el7.kolab_3.5 Kolab_Development 147 k
9736 erlang-riak_pb x86_64 2.0.0.16-9.el7.kolab_3.5
9737 Kolab_Development 109 k
9738 erlang-riakc x86_64 2.0.1-8.el7.kolab_3.5 Kolab_Development 104 k
9739 fdupes x86_64 1.51-6.el7 epel 25 k
9740 groff x86_64 1.22.2-8.el7 base 1.1 M
9741 guile-devel x86_64 5:2.0.9-5.el7 base 129 k
9742 jansson-devel x86_64 2.4-6.el7 base 8.3 k
9743 krb5-devel x86_64 1.12.2-14.el7 base 640 k
9744 latex2html noarch 2012-3.el7 base 840 k
9745 libcalendaring-devel x86_64 4.9.1-3.el7.kolab_3.5 Kolab_Development 281 k
9746 libcurl-devel x86_64 7.29.0-19.el7 base 295 k
9747 libdb-devel x86_64 5.3.21-17.el7_0.1 base 38 k
9748 libical-devel x86_64 0.48-6.el7 base 64 k
9749 libkolab-devel x86_64 0.6.git.1429288613-12.el7.kolab_3.5
9750 Kolab_Development 14 k
9751 libkolabxml-devel x86_64 1.2-2.el7.kolab_3.5 Kolab_Development 19 k
9752 libuuid-devel x86_64 2.23.2-22.el7_1 updates 82 k
9753 maven-antrun-plugin noarch 1.7-8.el7 base 43 k
9754 maven-compiler-plugin noarch 3.1-4.el7 base 52 k
9755 maven-install-plugin noarch 2.4-7.el7 base 38 k
9756 maven-jar-plugin noarch 2.4-8.el7 base 44 k
9757 maven-javadoc-plugin noarch 2.9-8.el7 base 329 k
9758 maven-local noarch 3.4.1-6.el7_0 base 44 k
9759 maven-resources-plugin noarch 2.6-6.el7 base 40 k
9760 maven-surefire-plugin noarch 2.15-3.el7 base 43 k
9761 net-snmp-devel x86_64 1:5.7.2-20.el7 base 254 k
9762 nodejs-less noarch 1.7.0-2.el7 epel 102 k
9763 nspr-devel x86_64 4.10.8-1.el7_1 updates 113 k
9764 nss-devel x86_64 3.18.0-2.2.el7_1 updates 205 k
9765 openldap-devel x86_64 2.4.39-6.el7 base 796 k
9766 openssl-devel x86_64 1:1.0.1e-42.el7.4 updates 1.2 M
9767 pcre-devel x86_64 8.32-14.el7 base 477 k
9768 perl-ExtUtils-MakeMaker noarch 6.68-3.el7 base 275 k
9769 perl-Test-Simple noarch 0.98-243.el7 base 170 k
9770 perl-devel x86_64 4:5.16.3-285.el7 base 452 k
9771 php x86_64 5.4.16-23.el7_0.3 base 1.3 M
9772 php-JsonSchema noarch 1.4.1-1.el7.kolab_3.5 Kolab_Development 28 k
9773 php-Net-LDAP3 noarch 1.0.3-1.el7.kolab_3.5 Kolab_Development 27 k
9774 php-common x86_64 5.4.16-23.el7_0.3 base 561 k
9775 php-devel x86_64 5.4.16-23.el7_0.3 base 598 k
9776 php-gd x86_64 5.4.16-23.el7_0.3 base 124 k
9777 php-jsonlint noarch 1.3.1-1.el7 epel 14 k
9778 php-mbstring x86_64 5.4.16-23.el7_0.3 base 501 k
9779 php-mcrypt x86_64 5.4.16-3.el7 epel 20 k
9780 php-pdo x86_64 5.4.16-23.el7_0.3 base 95 k
9781 php-pear noarch 1:1.9.4-21.el7 base 357 k
9782 php-pear-Auth-SASL noarch 1.0.6-5.el7 epel 16 k
9783 php-pear-DB noarch 1.7.14-6.el7 epel 106 k
9784 php-pear-HTTP-Request2 noarch 2.2.1-1.el7 epel 112 k
9785 php-pear-MDB2 noarch 2.5.0-0.9.b5.el7 epel 125 k
9786 php-pear-MDB2-Driver-mysqli
9787 noarch 1.5.0-0.8.b4.el7 epel 43 k
9788 php-pear-Mail-Mime noarch 1.8.9-1.el7 epel 44 k
9789 php-pear-Mail-mimeDecode
9790 noarch 1.5.5-7.el7 epel 18 k
9791 php-pear-Net-IDNA2 noarch 0.1.1-10.el7 epel 25 k
9792 php-pear-Net-LDAP2 noarch 2.1.0-1.el7 epel 97 k
9793 php-pear-Net-SMTP noarch 1.6.2-1.el7 epel 22 k
9794 php-pear-Net-Sieve noarch 1.3.4-1.el7 epel 20 k
9795 php-pear-Net-Socket noarch 1.0.14-1.el7 epel 13 k
9796 php-phpunit-PHPUnit noarch 4.6.5-1.el7 epel 126 k
9797 php-sabre-event noarch 1.0.1-1.el7.kolab_3.5 Kolab_Development 9.1 k
9798 php-sabre-http noarch 2.0.4-1.el7.kolab_3.5 Kolab_Development 31 k
9799 php-sabre-vobject noarch 3.2.4-1.el7.kolab_3.5 Kolab_Development 74 k
9800 php-symfony-class-loader
9801 noarch 2.5.11-1.el7 epel 21 k
9802 php-symfony-console noarch 2.5.11-1.el7 epel 70 k
9803 php-symfony-finder noarch 2.5.11-1.el7 epel 33 k
9804 php-symfony-process noarch 2.5.11-1.el7 epel 27 k
9805 php-xml x86_64 5.4.16-23.el7_0.3 base 122 k
9806 pytest noarch 2.3.5-4.el7 base 791 k
9807 python-cffi x86_64 0.8.6-1.el7.kolab_3.5 Kolab_Development 129 k
9808 python-cryptography-vectors
9809 noarch 0.8-1.el7 epel 19 M
9810 python-cssmin noarch 0.2.0-12.el7.kolab_3.5 Kolab_Development 9.4 k
9811 python-dateutil noarch 1.5-7.el7 base 85 k
9812 python-devel x86_64 2.7.5-16.el7 base 388 k
9813 python-flask noarch 1:0.10.1-7.el7.kolab_3.5
9814 Kolab_Development 179 k
9815 python-gflags noarch 2.0-6.el7.kolab_3.5 Kolab_Development 59 k
9816 python-google-apputils noarch 0.4.1-1.el7.kolab_3.5 Kolab_Development 85 k
9817 python-icalendar noarch 3.8.2-8.el7.kolab_3.5 Kolab_Development 89 k
9818 python-iso8601 noarch 0.1.10-1.el7 epel 18 k
9819 python-itsdangerous noarch 0.24-3.el7.kolab_3.5 Kolab_Development 23 k
9820 python-jinja2 noarch 2.7.2-2.el7 base 515 k
9821 python-kolab x86_64 0.6.git.1429288613-12.el7.kolab_3.5
9822 Kolab_Development 76 k
9823 python-kolabformat x86_64 1.2-2.el7.kolab_3.5 Kolab_Development 438 k
9824 python-ldap x86_64 2.4.15-2.el7 base 159 k
9825 python-nose noarch 1.3.0-2.el7 base 272 k
9826 python-ply noarch 3.4-4.el7 epel 124 k
9827 python-pretend noarch 1.0.8-2.el7 epel 11 k
9828 python-pyasn1 noarch 0.1.6-2.el7 base 91 k
9829 python-pyasn1-modules noarch 0.1.6-2.el7 base 59 k
9830 python-pycparser noarch 2.10-1.el7.kolab_3.5 Kolab_Development 99 k
9831 python-six noarch 1.9.0-2.el7.kolab_3.5 Kolab_Development 29 k
9832 python-sphinx noarch 1.1.3-8.el7 base 1.1 M
9833 python-sqlalchemy x86_64 0.9.7-3.el7 epel 2.9 M
9834 python-twisted-core x86_64 12.2.0-4.el7 base 2.5 M
9835 python-werkzeug noarch 0.9.6-1.el7.kolab_3.5 Kolab_Development 481 k
9836 pytz noarch 2012d-5.el7 base 38 k
9837 qt-devel x86_64 1:4.8.5-8.el7 base 11 M
9838 roundcubemail noarch 1.2-3.el7.kolab_3.5 Kolab_Development 49 k
9839 roundcubemail-core noarch 1.2-3.el7.kolab_3.5 Kolab_Development 972 k
9840 roundcubemail-plugin-kolab_auth
9841 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 35 k
9842 roundcubemail-plugin-kolab_folders
9843 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 34 k
9844 roundcubemail-plugin-libkolab
9845 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 117 k
9846 roundcubemail-plugins-kolab
9847 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 8.9 k
9848 svrcore-devel x86_64 4.0.4-11.el7 base 10 k
9849 tcl-devel x86_64 1:8.5.13-4.el7 base 164 k
9850 tcp_wrappers x86_64 7.6-77.el7 base 78 k
9851 texlive-dvips noarch 2:svn29585.0-32.el7 base 216 k
9852 texlive-latex noarch 2:svn27907.0-32.el7 base 196 k
9853 tkinter x86_64 2.7.5-16.el7 base 317 k
9854 transfig x86_64 1:3.2.5d-13.el7 base 285 k
9855 uglify-js noarch 2.4.13-5.el7 epel 14 k
9856 uuid-devel x86_64 1.6.2-26.el7 base 24 k
9857 xerces-c-devel x86_64 3.1.1-6.el7 base 498 k
9858 xsd x86_64 3.3.0.1-27.el7.kolab_3.5
9859 Kolab_Development 1.2 M
9860Installing for dependencies:
9861 CUnit x86_64 2.1.3-8.el7 epel 48 k
9862 ImageMagick x86_64 6.7.8.9-10.el7 base 2.1 M
9863 SDL x86_64 1.2.15-11.el7 base 204 k
9864 aether-api noarch 1.13.1-13.el7 base 89 k
9865 aether-connector-wagon noarch 1.13.1-13.el7 base 34 k
9866 aether-impl noarch 1.13.1-13.el7 base 124 k
9867 aether-spi noarch 1.13.1-13.el7 base 19 k
9868 aether-util noarch 1.13.1-13.el7 base 119 k
9869 antlr-tool noarch 2.7.7-30.el7 base 357 k
9870 aopalliance noarch 1.0-8.el7 base 11 k
9871 apache-commons-beanutils
9872 noarch 1.8.3-14.el7 base 213 k
9873 apache-commons-cli noarch 1.2-13.el7 base 50 k
9874 apache-commons-codec noarch 1.8-7.el7 base 223 k
9875 apache-commons-collections
9876 noarch 3.2.1-21.el7 base 506 k
9877 apache-commons-compress noarch 1.5-4.el7 base 241 k
9878 apache-commons-configuration
9879 noarch 1.9-8.el7 base 335 k
9880 apache-commons-digester noarch 1.8.1-19.el7 base 142 k
9881 apache-commons-io noarch 1:2.4-12.el7 base 189 k
9882 apache-commons-jexl noarch 2.1.1-9.el7 base 250 k
9883 apache-commons-jxpath noarch 1.3-20.el7 base 275 k
9884 apache-commons-lang noarch 2.6-15.el7 base 276 k
9885 apache-commons-lang3 noarch 3.1-9.el7 base 300 k
9886 apache-commons-logging noarch 1.1.2-7.el7 base 78 k
9887 apache-commons-net noarch 3.2-8.el7.centos base 261 k
9888 apache-commons-parent noarch 26-8.el7 base 18 k
9889 apache-commons-validator
9890 noarch 1.4.0-8.el7 base 170 k
9891 apache-commons-vfs noarch 2.0-11.el7 base 363 k
9892 apache-parent noarch 10-14.el7 base 12 k
9893 apache-rat noarch 0.8-13.el7 base 1.3 M
9894 apache-rat-core noarch 0.8-13.el7 base 100 k
9895 apache-rat-plugin noarch 0.8-13.el7 base 43 k
9896 apache-rat-tasks noarch 0.8-13.el7 base 30 k
9897 apache-resource-bundles noarch 2-11.el7 base 24 k
9898 aqute-bndlib noarch 1.50.0-8.el7 base 515 k
9899 atinject noarch 1-13.20100611svn86.el7 base 13 k
9900 avalon-framework noarch 4.3-10.el7 base 88 k
9901 avalon-logkit noarch 2.1-14.el7 base 87 k
9902 base64coder noarch 20101219-10.el7 base 13 k
9903 batik noarch 1.8-0.12.svn1230816.el7 base 6.3 M
9904 bc x86_64 1.06.95-13.el7 base 115 k
9905 bcel noarch 5.2-18.el7 base 469 k
9906 bea-stax noarch 1.2.0-9.el7 base 176 k
9907 bea-stax-api noarch 1.2.0-9.el7 base 31 k
9908 beust-jcommander noarch 1.30-5.el7 base 63 k
9909 boost x86_64 1.53.0-23.el7 base 32 k
9910 boost-atomic x86_64 1.53.0-23.el7 base 34 k
9911 boost-chrono x86_64 1.53.0-23.el7 base 43 k
9912 boost-context x86_64 1.53.0-23.el7 base 35 k
9913 boost-date-time x86_64 1.53.0-23.el7 base 50 k
9914 boost-filesystem x86_64 1.53.0-23.el7 base 67 k
9915 boost-graph x86_64 1.53.0-23.el7 base 135 k
9916 boost-iostreams x86_64 1.53.0-23.el7 base 60 k
9917 boost-locale x86_64 1.53.0-23.el7 base 250 k
9918 boost-math x86_64 1.53.0-23.el7 base 332 k
9919 boost-program-options x86_64 1.53.0-23.el7 base 155 k
9920 boost-python x86_64 1.53.0-23.el7 base 131 k
9921 boost-random x86_64 1.53.0-23.el7 base 38 k
9922 boost-regex x86_64 1.53.0-23.el7 base 294 k
9923 boost-serialization x86_64 1.53.0-23.el7 base 169 k
9924 boost-signals x86_64 1.53.0-23.el7 base 59 k
9925 boost-test x86_64 1.53.0-23.el7 base 225 k
9926 boost-timer x86_64 1.53.0-23.el7 base 42 k
9927 boost-wave x86_64 1.53.0-23.el7 base 211 k
9928 bsf noarch 2.4.0-19.el7 base 106 k
9929 bsh noarch 1.3.0-29.el7 base 490 k
9930 buildnumber-maven-plugin
9931 noarch 1.2-7.el7 base 42 k
9932 c-ares x86_64 1.10.0-3.el7 base 78 k
9933 cal10n noarch 0.7.7-4.el7 base 36 k
9934 cdi-api noarch 1.0-11.SP4.el7 base 41 k
9935 centos-logos noarch 70.0.6-2.el7.centos updates 21 M
9936 cglib noarch 2.2-18.el7 base 255 k
9937 codehaus-parent noarch 4-5.el7 base 10 k
9938 color-filesystem noarch 1-13.el7 base 5.3 k
9939 cyrus-sasl x86_64 2.1.26-17.el7 base 87 k
9940 dejavu-fonts-common noarch 2.33-6.el7 base 64 k
9941 dejavu-sans-mono-fonts noarch 2.33-6.el7 base 433 k
9942 dom4j noarch 1.6.1-20.el7 base 277 k
9943 easymock2 noarch 2.5.2-12.el7 base 92 k
9944 elfutils-devel x86_64 0.160-1.el7 base 78 k
9945 elfutils-libelf-devel x86_64 0.160-1.el7 base 34 k
9946 emacs-common x86_64 1:24.3-11.el7 base 20 M
9947 erlang-appmon x86_64 R16B-03.10.el7 epel 138 k
9948 erlang-asn1 x86_64 R16B-03.10.el7 epel 757 k
9949 erlang-compiler x86_64 R16B-03.10.el7 epel 1.0 M
9950 erlang-cosEvent x86_64 R16B-03.10.el7 epel 154 k
9951 erlang-cosEventDomain x86_64 R16B-03.10.el7 epel 120 k
9952 erlang-cosFileTransfer x86_64 R16B-03.10.el7 epel 174 k
9953 erlang-cosNotification x86_64 R16B-03.10.el7 epel 738 k
9954 erlang-cosProperty x86_64 R16B-03.10.el7 epel 167 k
9955 erlang-cosTime x86_64 R16B-03.10.el7 epel 112 k
9956 erlang-cosTransactions x86_64 R16B-03.10.el7 epel 172 k
9957 erlang-crypto x86_64 R16B-03.10.el7 epel 85 k
9958 erlang-debugger x86_64 R16B-03.10.el7 epel 546 k
9959 erlang-dialyzer x86_64 R16B-03.10.el7 epel 655 k
9960 erlang-diameter x86_64 R16B-03.10.el7 epel 656 k
9961 erlang-edoc x86_64 R16B-03.10.el7 epel 320 k
9962 erlang-erl_docgen x86_64 R16B-03.10.el7 epel 153 k
9963 erlang-erl_interface x86_64 R16B-03.10.el7 epel 185 k
9964 erlang-et x86_64 R16B-03.10.el7 epel 224 k
9965 erlang-eunit x86_64 R16B-03.10.el7 epel 152 k
9966 erlang-examples x86_64 R16B-03.10.el7 epel 1.1 M
9967 erlang-getopt x86_64 0.7.0-1.el7 epel 33 k
9968 erlang-gs x86_64 R16B-03.10.el7 epel 627 k
9969 erlang-hipe x86_64 R16B-03.10.el7 epel 2.4 M
9970 erlang-ic x86_64 R16B-03.10.el7 epel 884 k
9971 erlang-inets x86_64 R16B-03.10.el7 epel 799 k
9972 erlang-jinterface x86_64 R16B-03.10.el7 epel 99 k
9973 erlang-kernel x86_64 R16B-03.10.el7 epel 1.1 M
9974 erlang-megaco x86_64 R16B-03.10.el7 epel 5.5 M
9975 erlang-mnesia x86_64 R16B-03.10.el7 epel 699 k
9976 erlang-mustache x86_64 0.1.0-8.el7.kolab_3.5 Kolab_Development 18 k
9977 erlang-observer x86_64 R16B-03.10.el7 epel 557 k
9978 erlang-odbc x86_64 R16B-03.10.el7 epel 68 k
9979 erlang-orber x86_64 R16B-03.10.el7 epel 946 k
9980 erlang-os_mon x86_64 R16B-03.10.el7 epel 114 k
9981 erlang-otp_mibs x86_64 R16B-03.10.el7 epel 31 k
9982 erlang-percept x86_64 R16B-03.10.el7 epel 150 k
9983 erlang-pman x86_64 R16B-03.10.el7 epel 112 k
9984 erlang-public_key x86_64 R16B-03.10.el7 epel 537 k
9985 erlang-reltool x86_64 R16B-03.10.el7 epel 359 k
9986 erlang-runtime_tools x86_64 R16B-03.10.el7 epel 178 k
9987 erlang-sasl x86_64 R16B-03.10.el7 epel 292 k
9988 erlang-snmp x86_64 R16B-03.10.el7 epel 1.5 M
9989 erlang-ssh x86_64 R16B-03.10.el7 epel 393 k
9990 erlang-ssl x86_64 R16B-03.10.el7 epel 585 k
9991 erlang-stdlib x86_64 R16B-03.10.el7 epel 2.2 M
9992 erlang-syntax_tools x86_64 R16B-03.10.el7 epel 335 k
9993 erlang-test_server x86_64 R16B-03.10.el7 epel 281 k
9994 erlang-toolbar x86_64 R16B-03.10.el7 epel 54 k
9995 erlang-tools x86_64 R16B-03.10.el7 epel 564 k
9996 erlang-tv x86_64 R16B-03.10.el7 epel 396 k
9997 erlang-typer x86_64 R16B-03.10.el7 epel 66 k
9998 erlang-webtool x86_64 R16B-03.10.el7 epel 50 k
9999 erlang-wx x86_64 R16B-03.10.el7 epel 2.9 M
10000 erlang-xmerl x86_64 R16B-03.10.el7 epel 997 k
10001 felix-bundlerepository noarch 1.6.6-15.el7 base 107 k
10002 felix-framework noarch 4.2.1-5.el7 base 481 k
10003 felix-osgi-compendium noarch 1.4.0-19.el7 base 189 k
10004 felix-osgi-core noarch 1.4.0-15.el7 base 95 k
10005 felix-osgi-foundation noarch 1.2.0-16.el7 base 214 k
10006 felix-osgi-obr noarch 1.0.2-12.el7 base 20 k
10007 felix-shell noarch 1.4.3-5.el7 base 62 k
10008 felix-utils noarch 1.2.0-5.el7 base 64 k
10009 fop noarch 1.1-6.el7 base 3.6 M
10010 forge-parent noarch 31-2.el7 base 12 k
10011 gc x86_64 7.2d-6.el7 base 158 k
10012 gc-devel x86_64 7.2d-6.el7 base 105 k
10013 gd x86_64 2.0.35-26.el7 base 146 k
10014 gdbm-devel x86_64 1.10-8.el7 base 47 k
10015 geronimo-annotation noarch 1.0-15.el7 base 23 k
10016 geronimo-jms noarch 1.1.1-19.el7 base 31 k
10017 geronimo-parent-poms noarch 1.6-16.el7 base 12 k
10018 ghostscript x86_64 9.07-18.el7 base 4.3 M
10019 ghostscript-fonts noarch 5.50-32.el7 base 324 k
10020 gmp-devel x86_64 1:6.0.0-11.el7 base 180 k
10021 google-guice noarch 3.1.3-9.el7 base 385 k
10022 graphviz x86_64 2.30.1-19.el7 base 1.3 M
10023 guava noarch 13.0-6.el7 base 1.6 M
10024 guile x86_64 5:2.0.9-5.el7 base 3.8 M
10025 hamcrest noarch 1.3-6.el7 base 124 k
10026 hsqldb noarch 1:1.8.1.3-13.el7 base 950 k
10027 http-parser x86_64 2.0-4.20121128gitcd01361.el7
10028 epel 23 k
10029 httpcomponents-client noarch 4.2.5-5.el7_0 base 425 k
10030 httpcomponents-core noarch 4.2.4-6.el7 base 466 k
10031 httpcomponents-project noarch 6-4.el7 base 13 k
10032 httpd x86_64 2.4.6-31.el7.centos base 2.7 M
10033 httpd-tools x86_64 2.4.6-31.el7.centos base 79 k
10034 icc-profiles-openicc noarch 1.3.1-5.el7 base 327 k
10035 isorelax noarch 1:0-0.15.release20050331.el7
10036 base 75 k
10037 jai-imageio-core noarch 1.2-0.14.20100217cvs.el7
10038 base 330 k
10039 jakarta-commons-httpclient
10040 noarch 1:3.1-16.el7_0 base 241 k
10041 jakarta-oro noarch 2.0.8-16.el7 base 78 k
10042 jansson x86_64 2.4-6.el7 base 32 k
10043 javamail noarch 1.4.6-8.el7 base 758 k
10044 javassist noarch 3.16.1-10.el7 base 627 k
10045 jaxen noarch 1.1.3-11.el7 base 204 k
10046 jboss-ejb-3.1-api noarch 1.0.2-10.el7 base 54 k
10047 jboss-el-2.2-api noarch 1.0.1-0.7.20120212git2fabd8.el7
10048 base 44 k
10049 jboss-interceptors-1.1-api
10050 noarch 1.0.2-0.9.20120319git49a904.el7
10051 base 27 k
10052 jboss-jaxrpc-1.1-api noarch 1.0.1-7.el7 base 44 k
10053 jboss-parent noarch 6-12.el7 base 9.4 k
10054 jboss-servlet-3.0-api noarch 1.0.1-9.el7 base 82 k
10055 jboss-transaction-1.1-api
10056 noarch 1.0.1-8.el7 base 40 k
10057 jdom noarch 1.1.3-6.el7 base 174 k
10058 jline noarch 1.0-8.el7 base 69 k
10059 jna x86_64 3.5.2-8.el7 base 297 k
10060 js x86_64 1:1.8.5-17.el7 base 2.3 M
10061 js-uglify noarch 2.4.13-5.el7 epel 65 k
10062 jsch noarch 0.1.50-5.el7 base 239 k
10063 jsoup noarch 1.6.1-10.el7 base 263 k
10064 jsr-305 noarch 0-0.18.20090319svn.el7 base 29 k
10065 jtidy noarch 2:1.0-0.16.20100930svn1125.el7
10066 base 183 k
10067 junit noarch 4.11-8.el7 base 261 k
10068 jvnet-parent noarch 4-2.el7 base 10 k
10069 jzlib noarch 1.1.1-6.el7 base 72 k
10070 keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k
10071 kxml noarch 2.3.0-5.el7 base 151 k
10072 libICE-devel x86_64 1.0.8-7.el7 base 49 k
10073 libSM-devel x86_64 1.2.1-7.el7 base 12 k
10074 libXaw x86_64 1.0.11-6.1.el7 base 189 k
10075 libXt-devel x86_64 1.1.4-6.1.el7 base 445 k
10076 libXv-devel x86_64 1.0.9-2.1.el7 base 39 k
10077 libarchive x86_64 3.1.2-7.el7 base 317 k
10078 libcalendaring x86_64 4.9.1-3.el7.kolab_3.5 Kolab_Development 1.7 M
10079 libcom_err-devel x86_64 1.42.9-7.el7 base 30 k
10080 libkolab x86_64 0.6.git.1429288613-12.el7.kolab_3.5
10081 Kolab_Development 302 k
10082 libkolabxml x86_64 1.2-2.el7.kolab_3.5 Kolab_Development 621 k
10083 liblockfile x86_64 1.08-17.el7 base 21 k
10084 libmcrypt x86_64 2.5.8-13.el7 epel 99 k
10085 libotf x86_64 0.9.13-4.el7 base 92 k
10086 libselinux-devel x86_64 2.2.2-6.el7 base 174 k
10087 libsepol-devel x86_64 2.1.9-3.el7 base 71 k
10088 libtidy x86_64 0.99.0-31.20091203.el7 epel 132 k
10089 libuv x86_64 1:0.10.34-1.el7 epel 62 k
10090 libverto-devel x86_64 0.2.5-4.el7 base 12 k
10091 libwebp x86_64 0.3.0-3.el7 base 170 k
10092 libwmf-lite x86_64 0.2.8.4-39.el7 base 66 k
10093 libzip x86_64 0.10.1-8.el7 base 48 k
10094 lighttpd x86_64 1.4.35-1.el7 epel 318 k
10095 lksctp-tools x86_64 1.0.13-3.el7 base 87 k
10096 lm_sensors-devel x86_64 3.3.4-11.el7 base 25 k
10097 lm_sensors-libs x86_64 3.3.4-11.el7 base 40 k
10098 log4j noarch 1.2.17-15.el7 base 443 k
10099 lzo x86_64 2.06-6.el7_0.2 base 59 k
10100 m17n-db noarch 1.6.4-3.el7 base 224 k
10101 m17n-lib x86_64 1.6.4-10.el7 base 183 k
10102 maven noarch 3.0.5-16.el7 base 1.3 M
10103 maven-archiver noarch 2.5-9.el7 base 32 k
10104 maven-artifact noarch 2.2.1-47.el7 base 83 k
10105 maven-artifact-manager noarch 2.2.1-47.el7 base 76 k
10106 maven-artifact-resolver noarch 1:1.0-10.el7 base 24 k
10107 maven-assembly-plugin noarch 2.4-8.el7 base 215 k
10108 maven-common-artifact-filters
10109 noarch 1.4-11.el7 base 38 k
10110 maven-dependency-tree noarch 2.0-6.el7 base 56 k
10111 maven-doxia-core noarch 1.4-5.el7 base 157 k
10112 maven-doxia-logging-api noarch 1.4-5.el7 base 24 k
10113 maven-doxia-module-apt noarch 1.4-5.el7 base 56 k
10114 maven-doxia-module-fml noarch 1.4-5.el7 base 45 k
10115 maven-doxia-module-fo noarch 1.4-5.el7 base 65 k
10116 maven-doxia-module-xdoc noarch 1.4-5.el7 base 44 k
10117 maven-doxia-module-xhtml
10118 noarch 1.4-5.el7 base 24 k
10119 maven-doxia-sink-api noarch 1.4-5.el7 base 20 k
10120 maven-doxia-sitetools noarch 1.4-3.el7 base 128 k
10121 maven-doxia-tools noarch 1.4-14.el7 base 53 k
10122 maven-enforcer-api noarch 1.2-8.el7 base 20 k
10123 maven-enforcer-plugin noarch 1.2-8.el7 base 30 k
10124 maven-enforcer-rules noarch 1.2-8.el7 base 76 k
10125 maven-file-management noarch 1:1.2.1-8.el7 base 45 k
10126 maven-filtering noarch 1.1-3.el7 base 52 k
10127 maven-invoker noarch 2.1.1-9.el7 base 37 k
10128 maven-model noarch 2.2.1-47.el7 base 132 k
10129 maven-monitor noarch 2.2.1-47.el7 base 24 k
10130 maven-parent noarch 20-5.el7 base 13 k
10131 maven-plugin-annotations
10132 noarch 3.1-17.el7 base 21 k
10133 maven-plugin-bundle noarch 2.3.7-12.el7 base 131 k
10134 maven-plugin-descriptor noarch 2.2.1-47.el7 base 52 k
10135 maven-plugin-plugin noarch 3.1-17.el7 base 57 k
10136 maven-plugin-registry noarch 2.2.1-47.el7 base 43 k
10137 maven-plugin-testing-harness
10138 noarch 2.1-11.el7 base 44 k
10139 maven-plugin-tools noarch 3.1-17.el7 base 15 k
10140 maven-plugin-tools-annotations
10141 noarch 3.1-17.el7 base 45 k
10142 maven-plugin-tools-api noarch 3.1-17.el7 base 30 k
10143 maven-plugin-tools-beanshell
10144 noarch 3.1-17.el7 base 21 k
10145 maven-plugin-tools-generators
10146 noarch 3.1-17.el7 base 51 k
10147 maven-plugin-tools-java noarch 3.1-17.el7 base 26 k
10148 maven-plugin-tools-model
10149 noarch 3.1-17.el7 base 39 k
10150 maven-plugins-pom noarch 23-7.el7 base 11 k
10151 maven-profile noarch 2.2.1-47.el7 base 48 k
10152 maven-project noarch 2.2.1-47.el7 base 157 k
10153 maven-release noarch 2.2.1-12.el7 base 13 k
10154 maven-release-manager noarch 2.2.1-12.el7 base 169 k
10155 maven-release-plugin noarch 2.2.1-12.el7 base 54 k
10156 maven-remote-resources-plugin
10157 noarch 1.4-7.el7 base 77 k
10158 maven-reporting-api noarch 1:3.0-5.el7 base 19 k
10159 maven-reporting-exec noarch 1.1-4.el7 base 70 k
10160 maven-reporting-impl noarch 2.2-8.el7 base 27 k
10161 maven-repository-builder
10162 noarch 1:1.0-0.5.alpha2.el7 base 30 k
10163 maven-scm noarch 1.8.1-2.el7 base 986 k
10164 maven-settings noarch 2.2.1-47.el7 base 62 k
10165 maven-shared noarch 19-4.el7 base 15 k
10166 maven-shared-incremental
10167 noarch 1.1-6.el7 base 23 k
10168 maven-shared-io noarch 1:1.1-7.el7 base 44 k
10169 maven-shared-utils noarch 0.4-3.el7 base 146 k
10170 maven-site-plugin noarch 3.2-7.el7 base 124 k
10171 maven-source-plugin noarch 2.2.1-7.el7 base 39 k
10172 maven-surefire noarch 2.15-3.el7 base 403 k
10173 maven-surefire-provider-junit
10174 noarch 2.15-3.el7 base 137 k
10175 maven-surefire-provider-testng
10176 noarch 2.15-3.el7 base 56 k
10177 maven-toolchain noarch 2.2.1-47.el7 base 48 k
10178 maven-wagon noarch 2.4-3.el7 base 187 k
10179 mesa-libGLU x86_64 9.0.0-4.el7 base 196 k
10180 mesa-libGLU-devel x86_64 9.0.0-4.el7 base 9.0 k
10181 modello noarch 1.7-4.el7 base 322 k
10182 mojo-parent noarch 32-4.el7 base 14 k
10183 mozldap x86_64 6.0.5-38.el7.kolab_3.5 Kolab_Development 133 k
10184 mozldap-tools x86_64 6.0.5-38.el7.kolab_3.5 Kolab_Development 77 k
10185 msv-msv noarch 1:2013.5.1-6.el7 base 3.7 M
10186 msv-xsdlib noarch 1:2013.5.1-6.el7 base 1.1 M
10187 nekohtml noarch 1.9.14-13.el7 base 152 k
10188 net-snmp-agent-libs x86_64 1:5.7.2-20.el7 base 698 k
10189 net-snmp-libs x86_64 1:5.7.2-20.el7 base 745 k
10190 netpbm x86_64 10.61.02-9.el7 base 180 k
10191 netpbm-progs x86_64 10.61.02-9.el7 base 1.9 M
10192 nodejs x86_64 0.10.36-3.el7 epel 391 k
10193 nodejs-amdefine noarch 0.0.4-1.el7 epel 10 k
10194 nodejs-async noarch 0.2.10-1.el7 epel 21 k
10195 nodejs-optimist noarch 0.4.0-1.el7 epel 15 k
10196 nodejs-source-map noarch 0.1.33-1.el7 epel 26 k
10197 nodejs-uglify-to-browserify
10198 noarch 1.0.2-2.el7 epel 6.2 k
10199 nodejs-wordwrap noarch 0.0.2-4.el7 epel 6.4 k
10200 nss-softokn-devel x86_64 3.16.2.3-9.el7 base 25 k
10201 nss-softokn-freebl-devel
10202 x86_64 3.16.2.3-9.el7 base 45 k
10203 nss-util-devel x86_64 3.18.0-1.el7_1 updates 69 k
10204 nss_compat_ossl x86_64 0.9.6-8.el7 base 37 k
10205 objectweb-asm noarch 3.3.1-9.el7 base 197 k
10206 perl-ExtUtils-Install noarch 1.58-285.el7 base 73 k
10207 perl-ExtUtils-Manifest noarch 1.61-244.el7 base 31 k
10208 perl-ExtUtils-ParseXS noarch 1:3.18-2.el7 base 77 k
10209 php-PsrLog noarch 1.0.0-6.el7 epel 10 k
10210 php-Smarty noarch 3.1.21-1.el7 epel 192 k
10211 php-cli x86_64 5.4.16-23.el7_0.3 base 2.7 M
10212 php-doctrine-instantiator
10213 noarch 1.0.4-1.el7 epel 11 k
10214 php-intl x86_64 5.4.16-23.el7_0.3 base 93 k
10215 php-kolab x86_64 0.6.git.1429288613-12.el7.kolab_3.5
10216 Kolab_Development 51 k
10217 php-kolabformat x86_64 1.2-2.el7.kolab_3.5 Kolab_Development 193 k
10218 php-ldap x86_64 5.4.16-23.el7_0.3 base 49 k
10219 php-mysqlnd x86_64 5.4.16-23.el7_0.3 base 170 k
10220 php-pear-Net-URL2 noarch 2.1.1-1.el7 epel 25 k
10221 php-phpdocumentor-reflection-docblock
10222 noarch 2.0.4-1.el7 epel 25 k
10223 php-phpspec-prophecy noarch 1.4.0-1.el7 epel 47 k
10224 php-phpunit-File-Iterator
10225 noarch 1.4.0-1.el7 epel 12 k
10226 php-phpunit-PHP-CodeCoverage
10227 noarch 2.0.16-1.el7 epel 304 k
10228 php-phpunit-PHP-Invoker noarch 1.1.3-6.el7 epel 9.4 k
10229 php-phpunit-PHP-Timer noarch 1.0.5-5.el7 epel 9.1 k
10230 php-phpunit-PHP-TokenStream
10231 noarch 1.4.1-1.el7 epel 16 k
10232 php-phpunit-PHPUnit-MockObject
10233 noarch 2.3.1-1.el7 epel 36 k
10234 php-phpunit-Text-Template
10235 noarch 1.2.0-5.el7 epel 9.2 k
10236 php-phpunit-Version noarch 1.0.5-1.el7 epel 8.4 k
10237 php-phpunit-comparator noarch 1.1.1-1.el7 epel 14 k
10238 php-phpunit-diff noarch 1.3.0-1.el7 epel 13 k
10239 php-phpunit-environment noarch 1.2.2-1.el7 epel 9.0 k
10240 php-phpunit-exporter noarch 1.2.0-1.el7 epel 10 k
10241 php-process x86_64 5.4.16-23.el7_0.3 base 52 k
10242 php-sebastian-global-state
10243 noarch 1.0.0-1.el7 epel 9.5 k
10244 php-sebastian-recursion-context
10245 noarch 1.0.0-1.el7 epel 7.7 k
10246 php-seld-cli-prompt noarch 1.0.0-1.el7.kolab_3.5 Kolab_Development 7.3 k
10247 php-seld-phar-utils noarch 1.0.0-1.el7.kolab_3.5 Kolab_Development 6.6 k
10248 php-soap x86_64 5.4.16-23.el7_0.3 base 155 k
10249 php-symfony-browser-kit noarch 2.5.11-1.el7 epel 19 k
10250 php-symfony-common noarch 2.5.11-1.el7 epel 74 k
10251 php-symfony-config noarch 2.5.11-1.el7 epel 42 k
10252 php-symfony-css-selector
10253 noarch 2.5.11-1.el7 epel 32 k
10254 php-symfony-debug noarch 2.5.11-1.el7 epel 26 k
10255 php-symfony-dependency-injection
10256 noarch 2.5.11-1.el7 epel 71 k
10257 php-symfony-dom-crawler noarch 2.5.11-1.el7 epel 25 k
10258 php-symfony-event-dispatcher
10259 noarch 2.5.11-1.el7 epel 19 k
10260 php-symfony-filesystem noarch 2.5.11-1.el7 epel 15 k
10261 php-symfony-http-foundation
10262 noarch 2.5.11-1.el7 epel 81 k
10263 php-symfony-http-kernel noarch 2.5.11-1.el7 epel 85 k
10264 php-symfony-yaml noarch 2.5.11-1.el7 epel 23 k
10265 php-tidy x86_64 5.4.16-3.el7 epel 22 k
10266 plexus-archiver noarch 2.4.2-4.el7 base 156 k
10267 plexus-build-api noarch 0.0.7-11.el7 base 18 k
10268 plexus-cipher noarch 1.7-5.el7 base 22 k
10269 plexus-classworlds noarch 2.4.2-8.el7 base 54 k
10270 plexus-cli noarch 1.2-20.el7 base 18 k
10271 plexus-compiler noarch 2.2-7.el7 base 53 k
10272 plexus-component-api noarch 1.0-0.16.alpha15.el7 base 27 k
10273 plexus-components-pom noarch 1.2-7.el7 base 9.7 k
10274 plexus-containers-component-annotations
10275 noarch 1.5.5-14.el7 base 11 k
10276 plexus-containers-component-metadata
10277 noarch 1.5.5-14.el7 base 108 k
10278 plexus-containers-container-default
10279 noarch 1.5.5-14.el7 base 183 k
10280 plexus-digest noarch 1.1-15.el7 base 17 k
10281 plexus-i18n noarch 1.0-0.6.b10.4.el7 base 19 k
10282 plexus-interactivity noarch 1.0-0.14.alpha6.el7 base 17 k
10283 plexus-interpolation noarch 1.15-8.el7 base 57 k
10284 plexus-io noarch 2.0.5-9.el7 base 58 k
10285 plexus-pom noarch 3.3.1-5.el7 base 12 k
10286 plexus-resources noarch 1.0-0.15.a7.el7 base 25 k
10287 plexus-sec-dispatcher noarch 1.4-13.el7 base 29 k
10288 plexus-tools-pom noarch 1.0.11-8.el7 base 9.6 k
10289 plexus-utils noarch 3.0.9-9.el7 base 225 k
10290 plexus-velocity noarch 1.1.8-16.el7 base 17 k
10291 popt-devel x86_64 1.13-16.el7 base 22 k
10292 pyparsing noarch 1.5.6-9.el7 base 94 k
10293 pyserial noarch 2.6-5.el7 base 124 k
10294 python-babel noarch 0.9.6-8.el7 base 1.4 M
10295 python-docutils noarch 0.11-0.2.20130715svn7687.el7
10296 base 1.5 M
10297 python-pillow x86_64 2.0.0-17.gitd1c6db8.el7 base 438 k
10298 python-py noarch 1.4.14-4.el7 base 327 k
10299 python-pygments noarch 1.4-9.el7 base 599 k
10300 python-zope-interface x86_64 4.0.5-4.el7 base 138 k
10301 qdox noarch 1.12.1-9.el7 base 170 k
10302 regexp noarch 1.5-13.el7 base 47 k
10303 relaxngDatatype noarch 1.0-11.el7 base 15 k
10304 rhino noarch 1.7R4-5.el7 base 1.0 M
10305 roundcubemail-core-assets
10306 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 453 k
10307 roundcubemail-plugin-acl
10308 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 80 k
10309 roundcubemail-plugin-acl-assets
10310 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 17 k
10311 roundcubemail-plugin-acl-skin-larry
10312 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 16 k
10313 roundcubemail-plugin-acl-skin-larry-assets
10314 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 17 k
10315 roundcubemail-plugin-archive
10316 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 39 k
10317 roundcubemail-plugin-archive-assets
10318 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 15 k
10319 roundcubemail-plugin-archive-skin-larry
10320 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 14 k
10321 roundcubemail-plugin-archive-skin-larry-assets
10322 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 14 k
10323 roundcubemail-plugin-calendar
10324 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 234 k
10325 roundcubemail-plugin-calendar-assets
10326 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 560 k
10327 roundcubemail-plugin-calendar-skin-larry
10328 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 17 k
10329 roundcubemail-plugin-calendar-skin-larry-assets
10330 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 45 k
10331 roundcubemail-plugin-filesystem_attachments
10332 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 18 k
10333 roundcubemail-plugin-filesystem_attachments-assets
10334 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 14 k
10335 roundcubemail-plugin-jqueryui
10336 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 113 k
10337 roundcubemail-plugin-jqueryui-assets
10338 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 102 k
10339 roundcubemail-plugin-jqueryui-skin-larry
10340 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 18 k
10341 roundcubemail-plugin-jqueryui-skin-larry-assets
10342 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 48 k
10343 roundcubemail-plugin-kolab_activesync
10344 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 37 k
10345 roundcubemail-plugin-kolab_activesync-assets
10346 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 9.5 k
10347 roundcubemail-plugin-kolab_activesync-skin-larry
10348 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 10 k
10349 roundcubemail-plugin-kolab_activesync-skin-larry-assets
10350 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 15 k
10351 roundcubemail-plugin-kolab_addressbook
10352 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 73 k
10353 roundcubemail-plugin-kolab_addressbook-assets
10354 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 110 k
10355 roundcubemail-plugin-kolab_addressbook-skin-larry
10356 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 9.8 k
10357 roundcubemail-plugin-kolab_addressbook-skin-larry-assets
10358 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 12 k
10359 roundcubemail-plugin-kolab_auth-assets
10360 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 7.3 k
10361 roundcubemail-plugin-kolab_config
10362 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 22 k
10363 roundcubemail-plugin-kolab_config-assets
10364 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 7.4 k
10365 roundcubemail-plugin-kolab_delegation
10366 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 40 k
10367 roundcubemail-plugin-kolab_delegation-assets
10368 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 10 k
10369 roundcubemail-plugin-kolab_delegation-skin-larry
10370 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 9.9 k
10371 roundcubemail-plugin-kolab_delegation-skin-larry-assets
10372 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 13 k
10373 roundcubemail-plugin-kolab_files
10374 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 47 k
10375 roundcubemail-plugin-kolab_files-assets
10376 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 19 k
10377 roundcubemail-plugin-kolab_files-skin-larry
10378 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 12 k
10379 roundcubemail-plugin-kolab_files-skin-larry-assets
10380 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 17 k
10381 roundcubemail-plugin-kolab_folders-assets
10382 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 9.0 k
10383 roundcubemail-plugin-kolab_notes
10384 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 35 k
10385 roundcubemail-plugin-kolab_notes-assets
10386 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 18 k
10387 roundcubemail-plugin-kolab_notes-skin-larry
10388 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 13 k
10389 roundcubemail-plugin-kolab_notes-skin-larry-assets
10390 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 18 k
10391 roundcubemail-plugin-kolab_tags
10392 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 32 k
10393 roundcubemail-plugin-kolab_tags-assets
10394 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 12 k
10395 roundcubemail-plugin-kolab_tags-skin-larry
10396 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 9.5 k
10397 roundcubemail-plugin-kolab_tags-skin-larry-assets
10398 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 10 k
10399 roundcubemail-plugin-libcalendaring
10400 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 111 k
10401 roundcubemail-plugin-libcalendaring-assets
10402 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 16 k
10403 roundcubemail-plugin-libcalendaring-skin-larry
10404 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 7.6 k
10405 roundcubemail-plugin-libcalendaring-skin-larry-assets
10406 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 9.5 k
10407 roundcubemail-plugin-libkolab-assets
10408 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 12 k
10409 roundcubemail-plugin-libkolab-skin-larry
10410 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 7.6 k
10411 roundcubemail-plugin-libkolab-skin-larry-assets
10412 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 10 k
10413 roundcubemail-plugin-managesieve
10414 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 174 k
10415 roundcubemail-plugin-managesieve-assets
10416 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 21 k
10417 roundcubemail-plugin-managesieve-skin-larry
10418 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 17 k
10419 roundcubemail-plugin-managesieve-skin-larry-assets
10420 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 20 k
10421 roundcubemail-plugin-odfviewer
10422 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 23 k
10423 roundcubemail-plugin-odfviewer-assets
10424 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 112 k
10425 roundcubemail-plugin-password
10426 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 80 k
10427 roundcubemail-plugin-password-assets
10428 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 15 k
10429 roundcubemail-plugin-pdfviewer
10430 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 24 k
10431 roundcubemail-plugin-pdfviewer-assets
10432 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 517 k
10433 roundcubemail-plugin-tasklist
10434 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 129 k
10435 roundcubemail-plugin-tasklist-assets
10436 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 83 k
10437 roundcubemail-plugin-tasklist-skin-larry
10438 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 15 k
10439 roundcubemail-plugin-tasklist-skin-larry-assets
10440 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 37 k
10441 roundcubemail-plugin-zipdownload
10442 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 34 k
10443 roundcubemail-plugin-zipdownload-assets
10444 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 16 k
10445 roundcubemail-plugin-zipdownload-skin-larry
10446 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 14 k
10447 roundcubemail-plugin-zipdownload-skin-larry-assets
10448 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 14 k
10449 roundcubemail-skin-chameleon
10450 noarch 0.3.6-1.el7.kolab_3.5 Kolab_Development 4.1 k
10451 roundcubemail-skin-chameleon-assets
10452 noarch 0.3.6-1.el7.kolab_3.5 Kolab_Development 91 k
10453 roundcubemail-skin-chameleon-core
10454 noarch 0.3.6-1.el7.kolab_3.5 Kolab_Development 22 k
10455 roundcubemail-skin-larry
10456 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 32 k
10457 roundcubemail-skin-larry-assets
10458 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 140 k
10459 rpm-devel x86_64 4.11.1-25.el7 base 101 k
10460 sac noarch 1.3-17.el7 base 17 k
10461 sisu-inject-bean noarch 2.3.0-11.el7 base 181 k
10462 sisu-inject-plexus noarch 2.3.0-11.el7 base 179 k
10463 slf4j noarch 1.7.4-3.el7 base 170 k
10464 snakeyaml noarch 1.11-8.el7 base 233 k
10465 sonatype-oss-parent noarch 7-6.el7 base 10 k
10466 spice-parent noarch 15-11.el7 base 11 k
10467 stax2-api noarch 3.1.1-10.el7 base 165 k
10468 svrcore x86_64 4.0.4-11.el7 base 17 k
10469 systemtap-sdt-devel x86_64 2.6-10.el7_1 updates 63 k
10470 t1lib x86_64 5.1.2-14.el7 base 166 k
10471 tcl x86_64 1:8.5.13-4.el7 base 1.9 M
10472 tcp_wrappers-devel x86_64 7.6-77.el7 base 17 k
10473 testng noarch 6.8.7-3.el7 base 777 k
10474 texlive-ae noarch 2:svn15878.1.4-32.el7 base 94 k
10475 texlive-algorithms noarch 2:svn15878.0.1-32.el7 base 20 k
10476 texlive-amscls noarch 2:svn29207.0-32.el7 base 52 k
10477 texlive-amsfonts noarch 2:svn29208.3.04-32.el7 base 3.6 M
10478 texlive-amsmath noarch 2:svn29327.2.14-32.el7 base 48 k
10479 texlive-anysize noarch 2:svn15878.0-32.el7 base 17 k
10480 texlive-attachfile noarch 2:svn21866.v1.5b-32.el7 base 20 k
10481 texlive-avantgar noarch 2:svn28614.0-32.el7 base 290 k
10482 texlive-babel noarch 2:svn24756.3.8m-32.el7 base 128 k
10483 texlive-babelbib noarch 2:svn25245.1.31-32.el7 base 48 k
10484 texlive-base noarch 2:2012-32.20130427_r30134.el7
10485 base 322 k
10486 texlive-beamer noarch 2:svn29349.3.26-32.el7 base 241 k
10487 texlive-bera noarch 2:svn20031.0-32.el7 base 346 k
10488 texlive-beton noarch 2:svn15878.0-32.el7 base 18 k
10489 texlive-bibtex noarch 2:svn26689.0.99d-32.el7 base 32 k
10490 texlive-bibtex-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10491 base 64 k
10492 texlive-bookman noarch 2:svn28614.0-32.el7 base 331 k
10493 texlive-booktabs noarch 2:svn15878.1.61803-32.el7
10494 base 18 k
10495 texlive-breakurl noarch 2:svn15878.1.30-32.el7 base 19 k
10496 texlive-caption noarch 2:svn29026.3.3__2013_02_03_-32.el7
10497 base 50 k
10498 texlive-carlisle noarch 2:svn18258.0-32.el7 base 29 k
10499 texlive-charter noarch 2:svn15878.0-32.el7 base 200 k
10500 texlive-chngcntr noarch 2:svn17157.1.0a-32.el7 base 18 k
10501 texlive-cite noarch 2:svn19955.5.3-32.el7 base 41 k
10502 texlive-cm noarch 2:svn29581.0-32.el7 base 290 k
10503 texlive-cm-super noarch 2:svn15878.0-32.el7 base 62 M
10504 texlive-cmap noarch 2:svn26568.0-32.el7 base 22 k
10505 texlive-cmextra noarch 2:svn14075.0-32.el7 base 30 k
10506 texlive-collection-basic
10507 noarch 2:svn26314.0-32.20130427_r30134.el7
10508 base 15 k
10509 texlive-collection-documentation-base
10510 noarch 2:svn17091.0-32.20130427_r30134.el7
10511 base 15 k
10512 texlive-collection-fontsrecommended
10513 noarch 2:svn28082.0-32.20130427_r30134.el7
10514 base 15 k
10515 texlive-collection-latex
10516 noarch 2:svn25030.0-32.20130427_r30134.el7
10517 base 15 k
10518 texlive-collection-latexrecommended
10519 noarch 2:svn25795.0-32.20130427_r30134.el7
10520 base 16 k
10521 texlive-colortbl noarch 2:svn25394.v1.0a-32.el7 base 19 k
10522 texlive-courier noarch 2:svn28614.0-32.el7 base 541 k
10523 texlive-crop noarch 2:svn15878.1.5-32.el7 base 21 k
10524 texlive-csquotes noarch 2:svn24393.5.1d-32.el7 base 35 k
10525 texlive-ctable noarch 2:svn26694.1.23-32.el7 base 19 k
10526 texlive-currfile noarch 2:svn29012.0.7b-32.el7 base 20 k
10527 texlive-dvipdfm noarch 2:svn26689.0.13.2d-32.el7
10528 base 23 k
10529 texlive-dvipdfm-bin noarch 2:svn13663.0-32.20130427_r30134.el7
10530 base 17 k
10531 texlive-dvipdfmx noarch 2:svn26765.0-32.el7 base 52 k
10532 texlive-dvipdfmx-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10533 base 277 k
10534 texlive-dvipdfmx-def noarch 2:svn15878.0-32.el7 base 18 k
10535 texlive-dvips-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10536 base 129 k
10537 texlive-ec noarch 2:svn25033.1.0-32.el7 base 466 k
10538 texlive-enctex noarch 2:svn28602.0-32.el7 base 47 k
10539 texlive-enumitem noarch 2:svn24146.3.5.2-32.el7 base 28 k
10540 texlive-eso-pic noarch 2:svn21515.2.0c-32.el7 base 20 k
10541 texlive-etex noarch 2:svn22198.2.1-32.el7 base 31 k
10542 texlive-etex-pkg noarch 2:svn15878.2.0-32.el7 base 21 k
10543 texlive-etoolbox noarch 2:svn20922.2.1-32.el7 base 25 k
10544 texlive-euler noarch 2:svn17261.2.5-32.el7 base 19 k
10545 texlive-euro noarch 2:svn22191.1.1-32.el7 base 19 k
10546 texlive-eurosym noarch 2:svn17265.1.4_subrfix-32.el7
10547 base 157 k
10548 texlive-extsizes noarch 2:svn17263.1.4a-32.el7 base 30 k
10549 texlive-fancybox noarch 2:svn18304.1.4-32.el7 base 24 k
10550 texlive-fancyhdr noarch 2:svn15878.3.1-32.el7 base 25 k
10551 texlive-fancyref noarch 2:svn15878.0.9c-32.el7 base 19 k
10552 texlive-fancyvrb noarch 2:svn18492.2.8-32.el7 base 29 k
10553 texlive-filecontents noarch 2:svn24250.1.3-32.el7 base 18 k
10554 texlive-filehook noarch 2:svn24280.0.5d-32.el7 base 21 k
10555 texlive-fix2col noarch 2:svn17133.0-32.el7 base 18 k
10556 texlive-float noarch 2:svn15878.1.3d-32.el7 base 19 k
10557 texlive-fontspec noarch 2:svn29412.v2.3a-32.el7 base 37 k
10558 texlive-footmisc noarch 2:svn23330.5.5b-32.el7 base 22 k
10559 texlive-fp noarch 2:svn15878.0-32.el7 base 39 k
10560 texlive-fpl noarch 2:svn15878.1.002-32.el7 base 375 k
10561 texlive-geometry noarch 2:svn19716.5.6-32.el7 base 25 k
10562 texlive-glyphlist noarch 2:svn28576.0-32.el7 base 42 k
10563 texlive-graphics noarch 2:svn25405.1.0o-32.el7 base 32 k
10564 texlive-gsftopk noarch 2:svn26689.1.19.2-32.el7
10565 base 23 k
10566 texlive-gsftopk-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10567 base 30 k
10568 texlive-helvetic noarch 2:svn28614.0-32.el7 base 614 k
10569 texlive-hyperref noarch 2:svn28213.6.83m-32.el7 base 138 k
10570 texlive-hyph-utf8 noarch 2:svn29641.0-32.el7 base 2.2 M
10571 texlive-hyphen-base noarch 2:svn29197.0-32.el7 base 38 k
10572 texlive-ifetex noarch 2:svn24853.1.2-32.el7 base 18 k
10573 texlive-ifluatex noarch 2:svn26725.1.3-32.el7 base 18 k
10574 texlive-ifxetex noarch 2:svn19685.0.5-32.el7 base 17 k
10575 texlive-index noarch 2:svn24099.4.1beta-32.el7
10576 base 28 k
10577 texlive-jknapltx noarch 2:svn19440.0-32.el7 base 27 k
10578 texlive-kastrup noarch 2:svn15878.0-32.el7 base 17 k
10579 texlive-koma-script noarch 2:svn27255.3.11b-32.el7 base 5.1 M
10580 texlive-kpathsea noarch 2:svn28792.0-32.el7 base 139 k
10581 texlive-kpathsea-bin x86_64 2:svn27347.0-32.20130427_r30134.el7
10582 base 39 k
10583 texlive-kpathsea-lib x86_64 2:2012-32.20130427_r30134.el7
10584 base 77 k
10585 texlive-l3experimental noarch 2:svn29361.SVN_4467-32.el7
10586 base 56 k
10587 texlive-l3kernel noarch 2:svn29409.SVN_4469-32.el7
10588 base 106 k
10589 texlive-l3packages noarch 2:svn29361.SVN_4467-32.el7
10590 base 35 k
10591 texlive-latex-bin noarch 2:svn26689.0-32.el7 base 19 k
10592 texlive-latex-bin-bin noarch 2:svn14050.0-32.20130427_r30134.el7
10593 base 16 k
10594 texlive-latex-fonts noarch 2:svn28888.0-32.el7 base 41 k
10595 texlive-latexconfig noarch 2:svn28991.0-32.el7 base 25 k
10596 texlive-listings noarch 2:svn15878.1.4-32.el7 base 137 k
10597 texlive-lm noarch 2:svn28119.2.004-32.el7 base 13 M
10598 texlive-lm-math noarch 2:svn29044.1.958-32.el7 base 425 k
10599 texlive-ltxmisc noarch 2:svn21927.0-32.el7 base 33 k
10600 texlive-lua-alt-getopt noarch 2:svn29349.0.7.0-32.el7 base 18 k
10601 texlive-lualatex-math noarch 2:svn29346.1.2-32.el7 base 20 k
10602 texlive-luaotfload noarch 2:svn26718.1.26-32.el7 base 101 k
10603 texlive-luaotfload-bin noarch 2:svn18579.0-32.20130427_r30134.el7
10604 base 16 k
10605 texlive-luatex noarch 2:svn26689.0.70.1-32.el7
10606 base 36 k
10607 texlive-luatex-bin x86_64 2:svn26912.0-32.20130427_r30134.el7
10608 base 1.7 M
10609 texlive-luatexbase noarch 2:svn22560.0.31-32.el7 base 26 k
10610 texlive-makeindex noarch 2:svn26689.2.12-32.el7 base 29 k
10611 texlive-makeindex-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10612 base 38 k
10613 texlive-marginnote noarch 2:svn25880.v1.1i-32.el7 base 19 k
10614 texlive-marvosym noarch 2:svn29349.2.2a-32.el7 base 150 k
10615 texlive-mathpazo noarch 2:svn15878.1.003-32.el7 base 83 k
10616 texlive-mdwtools noarch 2:svn15878.1.05.4-32.el7
10617 base 37 k
10618 texlive-memoir noarch 2:svn21638.3.6j_patch_6.0g-32.el7
10619 base 96 k
10620 texlive-metafont noarch 2:svn26689.2.718281-32.el7
10621 base 62 k
10622 texlive-metafont-bin x86_64 2:svn26912.0-32.20130427_r30134.el7
10623 base 185 k
10624 texlive-metalogo noarch 2:svn18611.0.12-32.el7 base 18 k
10625 texlive-mflogo noarch 2:svn17487.0-32.el7 base 42 k
10626 texlive-mfnfss noarch 2:svn19410.0-32.el7 base 19 k
10627 texlive-mfware noarch 2:svn26689.0-32.el7 base 30 k
10628 texlive-mfware-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10629 base 88 k
10630 texlive-mh noarch 2:svn29420.0-32.el7 base 60 k
10631 texlive-microtype noarch 2:svn29392.2.5-32.el7 base 67 k
10632 texlive-misc noarch 2:svn24955.0-32.el7 base 66 k
10633 texlive-mparhack noarch 2:svn15878.1.4-32.el7 base 19 k
10634 texlive-mptopdf noarch 2:svn26689.0-32.el7 base 57 k
10635 texlive-mptopdf-bin noarch 2:svn18674.0-32.20130427_r30134.el7
10636 base 16 k
10637 texlive-ms noarch 2:svn24467.0-32.el7 base 23 k
10638 texlive-multido noarch 2:svn18302.1.42-32.el7 base 20 k
10639 texlive-natbib noarch 2:svn20668.8.31b-32.el7 base 34 k
10640 texlive-ncntrsbk noarch 2:svn28614.0-32.el7 base 337 k
10641 texlive-ntgclass noarch 2:svn15878.0-32.el7 base 35 k
10642 texlive-oberdiek noarch 2:svn26725.0-32.el7 base 307 k
10643 texlive-palatino noarch 2:svn28614.0-32.el7 base 383 k
10644 texlive-paralist noarch 2:svn15878.2.3b-32.el7 base 20 k
10645 texlive-parallel noarch 2:svn15878.0-32.el7 base 20 k
10646 texlive-parskip noarch 2:svn19963.2.0-32.el7 base 18 k
10647 texlive-pdfpages noarch 2:svn27574.0.4t-32.el7 base 30 k
10648 texlive-pdftex noarch 2:svn29585.1.40.11-32.el7
10649 base 139 k
10650 texlive-pdftex-bin x86_64 2:svn27321.0-32.20130427_r30134.el7
10651 base 359 k
10652 texlive-pdftex-def noarch 2:svn22653.0.06d-32.el7 base 30 k
10653 texlive-pgf noarch 2:svn22614.2.10-32.el7 base 467 k
10654 texlive-plain noarch 2:svn26647.0-32.el7 base 63 k
10655 texlive-powerdot noarch 2:svn25656.1.4i-32.el7 base 47 k
10656 texlive-psfrag noarch 2:svn15878.3.04-32.el7 base 20 k
10657 texlive-pslatex noarch 2:svn16416.0-32.el7 base 23 k
10658 texlive-psnfss noarch 2:svn23394.9.2a-32.el7 base 44 k
10659 texlive-pspicture noarch 2:svn15878.0-32.el7 base 18 k
10660 texlive-pst-3d noarch 2:svn17257.1.10-32.el7 base 20 k
10661 texlive-pst-blur noarch 2:svn15878.2.0-32.el7 base 19 k
10662 texlive-pst-coil noarch 2:svn24020.1.06-32.el7 base 20 k
10663 texlive-pst-eps noarch 2:svn15878.1.0-32.el7 base 19 k
10664 texlive-pst-fill noarch 2:svn15878.1.01-32.el7 base 20 k
10665 texlive-pst-grad noarch 2:svn15878.1.06-32.el7 base 20 k
10666 texlive-pst-math noarch 2:svn20176.0.61-32.el7 base 21 k
10667 texlive-pst-node noarch 2:svn27799.1.25-32.el7 base 39 k
10668 texlive-pst-plot noarch 2:svn28729.1.44-32.el7 base 35 k
10669 texlive-pst-slpe noarch 2:svn24391.1.31-32.el7 base 20 k
10670 texlive-pst-text noarch 2:svn15878.1.00-32.el7 base 20 k
10671 texlive-pst-tree noarch 2:svn24142.1.12-32.el7 base 23 k
10672 texlive-pstricks noarch 2:svn29678.2.39-32.el7 base 96 k
10673 texlive-pstricks-add noarch 2:svn28750.3.59-32.el7 base 40 k
10674 texlive-pxfonts noarch 2:svn15878.0-32.el7 base 496 k
10675 texlive-qstest noarch 2:svn15878.0-32.el7 base 21 k
10676 texlive-rcs noarch 2:svn15878.0-32.el7 base 29 k
10677 texlive-rotating noarch 2:svn16832.2.16b-32.el7 base 19 k
10678 texlive-rsfs noarch 2:svn15878.0-32.el7 base 74 k
10679 texlive-sansmath noarch 2:svn17997.1.1-32.el7 base 19 k
10680 texlive-sauerj noarch 2:svn15878.0-32.el7 base 22 k
10681 texlive-section noarch 2:svn20180.0-32.el7 base 26 k
10682 texlive-seminar noarch 2:svn18322.1.5-32.el7 base 42 k
10683 texlive-sepnum noarch 2:svn20186.2.0-32.el7 base 19 k
10684 texlive-setspace noarch 2:svn24881.6.7a-32.el7 base 23 k
10685 texlive-showexpl noarch 2:svn27790.v0.3j-32.el7 base 20 k
10686 texlive-soul noarch 2:svn15878.2.4-32.el7 base 22 k
10687 texlive-subfig noarch 2:svn15878.1.3-32.el7 base 24 k
10688 texlive-symbol noarch 2:svn28614.0-32.el7 base 54 k
10689 texlive-tetex noarch 2:svn29585.3.0-32.el7 base 87 k
10690 texlive-tetex-bin noarch 2:svn27344.0-32.20130427_r30134.el7
10691 base 17 k
10692 texlive-tex noarch 2:svn26689.3.1415926-32.el7
10693 base 23 k
10694 texlive-tex-bin x86_64 2:svn26912.0-32.20130427_r30134.el7
10695 base 171 k
10696 texlive-tex-gyre noarch 2:svn18651.2.004-32.el7 base 7.0 M
10697 texlive-tex-gyre-math noarch 2:svn29045.0-32.el7 base 581 k
10698 texlive-texconfig noarch 2:svn29349.0-32.el7 base 31 k
10699 texlive-texconfig-bin noarch 2:svn27344.0-32.20130427_r30134.el7
10700 base 16 k
10701 texlive-texlive.infra noarch 2:svn28217.0-32.el7 base 137 k
10702 texlive-texlive.infra-bin
10703 x86_64 2:svn22566.0-32.20130427_r30134.el7
10704 base 16 k
10705 texlive-textcase noarch 2:svn15878.0-32.el7 base 18 k
10706 texlive-thumbpdf noarch 2:svn26689.3.15-32.el7 base 37 k
10707 texlive-thumbpdf-bin noarch 2:svn6898.0-32.20130427_r30134.el7
10708 base 16 k
10709 texlive-times noarch 2:svn28614.0-32.el7 base 387 k
10710 texlive-tipa noarch 2:svn29349.1.3-32.el7 base 2.8 M
10711 texlive-tools noarch 2:svn26263.0-32.el7 base 61 k
10712 texlive-txfonts noarch 2:svn15878.0-32.el7 base 767 k
10713 texlive-type1cm noarch 2:svn21820.0-32.el7 base 18 k
10714 texlive-typehtml noarch 2:svn17134.0-32.el7 base 23 k
10715 texlive-ucs noarch 2:svn27549.2.1-32.el7 base 359 k
10716 texlive-underscore noarch 2:svn18261.0-32.el7 base 21 k
10717 texlive-unicode-math noarch 2:svn29413.0.7d-32.el7 base 60 k
10718 texlive-url noarch 2:svn16864.3.2-32.el7 base 25 k
10719 texlive-utopia noarch 2:svn15878.0-32.el7 base 232 k
10720 texlive-varwidth noarch 2:svn24104.0.92-32.el7 base 20 k
10721 texlive-wasy noarch 2:svn15878.0-32.el7 base 255 k
10722 texlive-wasysym noarch 2:svn15878.2.0-32.el7 base 20 k
10723 texlive-xcolor noarch 2:svn15878.2.11-32.el7 base 34 k
10724 texlive-xdvi noarch 2:svn26689.22.85-32.el7 base 60 k
10725 texlive-xdvi-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10726 base 277 k
10727 texlive-xkeyval noarch 2:svn27995.2.6a-32.el7 base 26 k
10728 texlive-xunicode noarch 2:svn23897.0.981-32.el7 base 43 k
10729 texlive-zapfchan noarch 2:svn28614.0-32.el7 base 101 k
10730 texlive-zapfding noarch 2:svn28614.0-32.el7 base 64 k
10731 tix x86_64 1:8.4.3-12.el7 base 254 k
10732 tk x86_64 1:8.5.13-4.el7 base 1.4 M
10733 tomcat-servlet-3.0-api noarch 7.0.54-2.el7_1 updates 207 k
10734 unixODBC x86_64 2.3.1-10.el7 base 413 k
10735 urw-fonts noarch 2.4-16.el7 base 3.0 M
10736 uuid x86_64 1.6.2-26.el7 base 55 k
10737 v8 x86_64 1:3.14.5.10-17.el7 epel 3.0 M
10738 velocity noarch 1.7-10.el7 base 414 k
10739 weld-parent noarch 17-9.el7 base 13 k
10740 woodstox-core noarch 4.1.2-8.el7 base 458 k
10741 ws-jaxme noarch 0.5.2-10.el7 base 1.1 M
10742 wxBase x86_64 2.8.12-13.el7 epel 587 k
10743 wxGTK x86_64 2.8.12-13.el7 epel 3.0 M
10744 wxGTK-gl x86_64 2.8.12-13.el7 epel 34 k
10745 xbean noarch 3.13-6.el7 base 376 k
10746 xerces-c x86_64 3.1.1-6.el7 base 878 k
10747 xmlgraphics-commons noarch 1.5-3.el7 base 545 k
10748 xmvn noarch 1.3.0-5.el7 base 242 k
10749 xpp3 noarch 1.1.3.8-11.el7 base 336 k
10750 xz-java noarch 1.3-3.el7 base 89 k
10751 ycssmin noarch 1.0.1-6.el7 epel 12 k
10752 zziplib x86_64 0.13.62-5.el7 base 81 k
10753Updating for dependencies:
10754 libblkid x86_64 2.23.2-22.el7_1 updates 164 k
10755 libmount x86_64 2.23.2-22.el7_1 updates 167 k
10756 libuuid x86_64 2.23.2-22.el7_1 updates 73 k
10757 nspr x86_64 4.10.8-1.el7_1 updates 126 k
10758 nss x86_64 3.18.0-2.2.el7_1 updates 845 k
10759 nss-sysinit x86_64 3.18.0-2.2.el7_1 updates 51 k
10760 nss-tools x86_64 3.18.0-2.2.el7_1 updates 478 k
10761 nss-util x86_64 3.18.0-1.el7_1 updates 70 k
10762 util-linux x86_64 2.23.2-22.el7_1 updates 1.9 M
10763
10764Transaction Summary
10765================================================================================
10766Install 141 Packages (+719 Dependent packages)
10767Upgrade ( 9 Dependent packages)
10768
10769Total download size: 398 M
10770Downloading packages:
10771Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
10772warning: /var/cache/yum/x86_64/7/epel/packages/CUnit-2.1.3-8.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
10773Public key for CUnit-2.1.3-8.el7.x86_64.rpm is not installed
10774--------------------------------------------------------------------------------
10775Total 11 MB/s | 398 MB 00:34
10776Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
10777Importing GPG key 0x352C64E5:
10778 Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
10779 Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
10780 Package : epel-release-7-5.noarch (@extras)
10781 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
10782Key imported successfully
10783Running transaction check
10784Running transaction test
10785Transaction test succeeded
10786Running transaction
10787 Installing : 2:texlive-base-2012-32.20130427_r30134.el7.noarch 1/878
10788 Installing : plexus-utils-3.0.9-9.el7.noarch 2/878
10789 Installing : 2:texlive-kpathsea-lib-2012-32.20130427_r30134.el7.x86 3/878
10790 Installing : 2:texlive-kpathsea-bin-svn27347.0-32.20130427_r30134.e 4/878
10791 Installing : 2:texlive-kpathsea-svn28792.0-32.el7.noarch 5/878
10792 Installing : 2:texlive-graphics-svn25405.1.0o-32.el7.noarch 6/878
10793 Installing : 2:texlive-hyphen-base-svn29197.0-32.el7.noarch 7/878
10794 Installing : 2:texlive-tetex-bin-svn27344.0-32.20130427_r30134.el7. 8/878
10795 Installing : 2:texlive-tetex-svn29585.3.0-32.el7.noarch 9/878
10796 Installing : 2:texlive-tools-svn26263.0-32.el7.noarch 10/878
10797 Installing : maven-model-2.2.1-47.el7.noarch 11/878
10798 Installing : plexus-containers-component-annotations-1.5.5-14.el7.n 12/878
10799 Installing : maven-artifact-2.2.1-47.el7.noarch 13/878
10800 Installing : apache-commons-lang-2.6-15.el7.noarch 14/878
10801 Installing : plexus-interpolation-1.15-8.el7.noarch 15/878
10802 Updating : nspr-4.10.8-1.el7_1.x86_64 16/878
10803 Installing : 1:apache-commons-io-2.4-12.el7.noarch 17/878
10804 Installing : 2:texlive-amsmath-svn29327.2.14-32.el7.noarch 18/878
10805 Updating : nss-util-3.18.0-1.el7_1.x86_64 19/878
10806 Installing : xerces-c-3.1.1-6.el7.x86_64 20/878
10807 Installing : plexus-classworlds-2.4.2-8.el7.noarch 21/878
10808 Installing : aether-api-1.13.1-13.el7.noarch 22/878
10809 Installing : 2:texlive-xkeyval-svn27995.2.6a-32.el7.noarch 23/878
10810 Installing : 2:texlive-ifxetex-svn19685.0.5-32.el7.noarch 24/878
10811 Installing : apache-commons-collections-3.2.1-21.el7.noarch 25/878
10812 Installing : objectweb-asm-3.3.1-9.el7.noarch 26/878
10813 Installing : roundcubemail-skin-larry-assets-1.2-3.el7.kolab_3.5.no 27/878
10814 Installing : libkolabxml-1.2-2.el7.kolab_3.5.x86_64 28/878
10815 Installing : 2:texlive-url-svn16864.3.2-32.el7.noarch 29/878
10816 Installing : 2:texlive-etex-pkg-svn15878.2.0-32.el7.noarch 30/878
10817 Installing : felix-osgi-core-1.4.0-15.el7.noarch 31/878
10818 Installing : apache-commons-codec-1.8-7.el7.noarch 32/878
10819 Installing : aether-util-1.13.1-13.el7.noarch 33/878
10820 Installing : 2:texlive-amsfonts-svn29208.3.04-32.el7.noarch 34/878
10821 Installing : 2:texlive-booktabs-svn15878.1.61803-32.el7.noarch 35/878
10822 Installing : boost-chrono-1.53.0-23.el7.x86_64 36/878
10823 Installing : apache-commons-cli-1.2-13.el7.noarch 37/878
10824 Installing : 2:texlive-etoolbox-svn20922.2.1-32.el7.noarch 38/878
10825 Installing : nspr-devel-4.10.8-1.el7_1.x86_64 39/878
10826 Installing : 2:texlive-psnfss-svn23394.9.2a-32.el7.noarch 40/878
10827 Installing : 1:tcl-8.5.13-4.el7.x86_64 41/878
10828 Installing : libcalendaring-4.9.1-3.el7.kolab_3.5.x86_64 42/878
10829 Installing : httpcomponents-core-4.2.4-6.el7.noarch 43/878
10830 Installing : boost-filesystem-1.53.0-23.el7.x86_64 44/878
10831 Installing : boost-regex-1.53.0-23.el7.x86_64 45/878
10832 Updating : libuuid-2.23.2-22.el7_1.x86_64 46/878
10833 Installing : libkolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64 47/878
10834 Installing : 1:tk-8.5.13-4.el7.x86_64 48/878
10835 Installing : aether-spi-1.13.1-13.el7.noarch 49/878
10836 Installing : maven-invoker-2.1.1-9.el7.noarch 50/878
10837 Installing : 2:texlive-carlisle-svn18258.0-32.el7.noarch 51/878
10838 Installing : 2:texlive-colortbl-svn25394.v1.0a-32.el7.noarch 52/878
10839 Installing : 2:texlive-lm-svn28119.2.004-32.el7.noarch 53/878
10840 Installing : 2:texlive-pdftex-svn29585.1.40.11-32.el7.noarch 54/878
10841 Installing : 2:texlive-pdftex-bin-svn27321.0-32.20130427_r30134.el7 55/878
10842 Installing : 2:texlive-caption-svn29026.3.3__2013_02_03_-32.el7.noa 56/878
10843 Installing : 2:texlive-fp-svn15878.0-32.el7.noarch 57/878
10844 Installing : 2:texlive-multido-svn18302.1.42-32.el7.noarch 58/878
10845 Installing : 2:texlive-latex-fonts-svn28888.0-32.el7.noarch 59/878
10846 Installing : 2:texlive-dvips-svn29585.0-32.el7.noarch 60/878
10847 Installing : 2:texlive-dvips-bin-svn26509.0-32.20130427_r30134.el7. 61/878
10848 Installing : relaxngDatatype-1.0-11.el7.noarch 62/878
10849 Installing : tomcat-servlet-3.0-api-7.0.54-2.el7_1.noarch 63/878
10850 Installing : libXaw-1.0.11-6.1.el7.x86_64 64/878
10851 Installing : mesa-libGLU-9.0.0-4.el7.x86_64 65/878
10852 Installing : jboss-servlet-3.0-api-1.0.1-9.el7.noarch 66/878
10853 Installing : 1:isorelax-0-0.15.release20050331.el7.noarch 67/878
10854 Installing : 1:msv-xsdlib-2013.5.1-6.el7.noarch 68/878
10855 Installing : boost-date-time-1.53.0-23.el7.x86_64 69/878
10856 Installing : atinject-1-13.20100611svn86.el7.noarch 70/878
10857 Installing : wxBase-2.8.12-13.el7.x86_64 71/878
10858 Installing : guava-13.0-6.el7.noarch 72/878
10859 Installing : libICE-devel-1.0.8-7.el7.x86_64 73/878
10860 Installing : libSM-devel-1.2.1-7.el7.x86_64 74/878
10861 Installing : boost-wave-1.53.0-23.el7.x86_64 75/878
10862 Installing : 1:msv-msv-2013.5.1-6.el7.noarch 76/878
10863 Installing : 2:texlive-xdvi-bin-svn26509.0-32.20130427_r30134.el7.x 77/878
10864 Installing : 2:texlive-xdvi-svn26689.22.85-32.el7.noarch 78/878
10865 Installing : 1:hsqldb-1.8.1.3-13.el7.noarch 79/878
10866 Installing : 2:texlive-subfig-svn15878.1.3-32.el7.noarch 80/878
10867 Updating : libblkid-2.23.2-22.el7_1.x86_64 81/878
10868 Installing : boost-graph-1.53.0-23.el7.x86_64 82/878
10869 Installing : nss-util-devel-3.18.0-1.el7_1.x86_64 83/878
10870 Installing : boost-locale-1.53.0-23.el7.x86_64 84/878
10871 Installing : boost-timer-1.53.0-23.el7.x86_64 85/878
10872 Installing : cglib-2.2-18.el7.noarch 86/878
10873 Installing : xerces-c-devel-3.1.1-6.el7.x86_64 87/878
10874 Installing : 2:texlive-mptopdf-bin-svn18674.0-32.20130427_r30134.el 88/878
10875 Installing : 2:texlive-mptopdf-svn26689.0-32.el7.noarch 89/878
10876 Installing : 2:texlive-metafont-bin-svn26912.0-32.20130427_r30134.e 90/878
10877 Installing : 2:texlive-metafont-svn26689.2.718281-32.el7.noarch 91/878
10878 Installing : 2:texlive-euler-svn17261.2.5-32.el7.noarch 92/878
10879 Installing : 2:texlive-dvipdfm-bin-svn13663.0-32.20130427_r30134.el 93/878
10880 Installing : 2:texlive-dvipdfm-svn26689.0.13.2d-32.el7.noarch 94/878
10881 Installing : 2:texlive-makeindex-bin-svn26509.0-32.20130427_r30134. 95/878
10882 Installing : 2:texlive-makeindex-svn26689.2.12-32.el7.noarch 96/878
10883 Installing : 2:texlive-setspace-svn24881.6.7a-32.el7.noarch 97/878
10884 Installing : 2:texlive-dvipdfmx-def-svn15878.0-32.el7.noarch 98/878
10885 Installing : 2:texlive-gsftopk-bin-svn26509.0-32.20130427_r30134.el 99/878
10886 Installing : 2:texlive-gsftopk-svn26689.1.19.2-32.el7.noarch 100/878
10887 Installing : 2:texlive-texlive.infra-bin-svn22566.0-32.20130427_r30 101/878
10888 Installing : 2:texlive-texlive.infra-svn28217.0-32.el7.noarch 102/878
10889 Installing : 2:texlive-float-svn15878.1.3d-32.el7.noarch 103/878
10890 Installing : 2:texlive-footmisc-svn23330.5.5b-32.el7.noarch 104/878
10891 Installing : 2:texlive-mfware-bin-svn26509.0-32.20130427_r30134.el7 105/878
10892 Installing : 2:texlive-mfware-svn26689.0-32.el7.noarch 106/878
10893 Installing : 2:texlive-glyphlist-svn28576.0-32.el7.noarch 107/878
10894 Installing : 2:texlive-dvipdfmx-bin-svn26509.0-32.20130427_r30134.e 108/878
10895 Installing : 2:texlive-dvipdfmx-svn26765.0-32.el7.noarch 109/878
10896 Installing : 2:texlive-bibtex-svn26689.0.99d-32.el7.noarch 110/878
10897 Installing : 2:texlive-bibtex-bin-svn26509.0-32.20130427_r30134.el7 111/878
10898 Installing : 2:texlive-enumitem-svn24146.3.5.2-32.el7.noarch 112/878
10899 Installing : 2:texlive-texconfig-bin-svn27344.0-32.20130427_r30134. 113/878
10900 Installing : 2:texlive-texconfig-svn29349.0-32.el7.noarch 114/878
10901 Installing : 2:texlive-index-svn24099.4.1beta-32.el7.noarch 115/878
10902 Installing : 2:texlive-underscore-svn18261.0-32.el7.noarch 116/878
10903 Installing : 2:texlive-latexconfig-svn28991.0-32.el7.noarch 117/878
10904 Installing : 2:texlive-plain-svn26647.0-32.el7.noarch 118/878
10905 Installing : 2:texlive-tex-bin-svn26912.0-32.20130427_r30134.el7.x8 119/878
10906 Installing : 2:texlive-tex-svn26689.3.1415926-32.el7.noarch 120/878
10907 Installing : 2:texlive-natbib-svn20668.8.31b-32.el7.noarch 121/878
10908 Installing : plexus-io-2.0.5-9.el7.noarch 122/878
10909 Installing : plexus-compiler-2.2-7.el7.noarch 123/878
10910 Installing : plexus-build-api-0.0.7-11.el7.noarch 124/878
10911 Installing : boost-serialization-1.53.0-23.el7.x86_64 125/878
10912 Installing : pcre-devel-8.32-14.el7.x86_64 126/878
10913 Installing : boost-iostreams-1.53.0-23.el7.x86_64 127/878
10914 Installing : gc-7.2d-6.el7.x86_64 128/878
10915 Installing : roundcubemail-plugin-acl-assets-1.2-3.el7.kolab_3.5.no 129/878
10916 Installing : python-devel-2.7.5-16.el7.x86_64 130/878
10917 Installing : jline-1.0-8.el7.noarch 131/878
10918 Installing : geronimo-jms-1.1.1-19.el7.noarch 132/878
10919 Installing : aopalliance-1.0-8.el7.noarch 133/878
10920 Installing : apache-commons-net-3.2-8.el7.centos.noarch 134/878
10921 Installing : boost-signals-1.53.0-23.el7.x86_64 135/878
10922 Installing : centos-logos-70.0.6-2.el7.centos.noarch 136/878
10923 Installing : lighttpd-1.4.35-1.el7.x86_64 137/878
10924 Installing : boost-atomic-1.53.0-23.el7.x86_64 138/878
10925 Installing : lm_sensors-libs-3.3.4-11.el7.x86_64 139/878
10926 Installing : bea-stax-api-1.2.0-9.el7.noarch 140/878
10927 Installing : roundcubemail-plugin-managesieve-assets-1.2-3.el7.kola 141/878
10928 Installing : 1:net-snmp-libs-5.7.2-20.el7.x86_64 142/878
10929 Installing : boost-program-options-1.53.0-23.el7.x86_64 143/878
10930 Installing : roundcubemail-plugin-jqueryui-assets-1.2-3.el7.kolab_3 144/878
10931 Installing : boost-python-1.53.0-23.el7.x86_64 145/878
10932 Installing : boost-math-1.53.0-23.el7.x86_64 146/878
10933 Installing : maven-monitor-2.2.1-47.el7.noarch 147/878
10934 Installing : libcom_err-devel-1.42.9-7.el7.x86_64 148/878
10935 Installing : regexp-1.5-13.el7.noarch 149/878
10936 Installing : bcel-5.2-18.el7.noarch 150/878
10937 Installing : roundcubemail-plugin-zipdownload-assets-1.2-3.el7.kola 151/878
10938 Installing : boost-test-1.53.0-23.el7.x86_64 152/878
10939 Installing : boost-context-1.53.0-23.el7.x86_64 153/878
10940 Installing : plexus-cipher-1.7-5.el7.noarch 154/878
10941 Installing : plexus-sec-dispatcher-1.4-13.el7.noarch 155/878
10942 Installing : urw-fonts-2.4-16.el7.noarch 156/878
10943 Installing : elfutils-libelf-devel-0.160-1.el7.x86_64 157/878
10944 Installing : roundcubemail-plugin-archive-assets-1.2-3.el7.kolab_3. 158/878
10945 Installing : beust-jcommander-1.30-5.el7.noarch 159/878
10946 Installing : boost-random-1.53.0-23.el7.x86_64 160/878
10947 Installing : boost-1.53.0-23.el7.x86_64 161/878
10948 Installing : boost-devel-1.53.0-23.el7.x86_64 162/878
10949 Installing : roundcubemail-plugin-archive-skin-larry-assets-1.2-3.e 163/878
10950 Installing : elfutils-devel-0.160-1.el7.x86_64 164/878
10951 Installing : roundcubemail-plugin-zipdownload-skin-larry-assets-1.2 165/878
10952 Installing : nekohtml-1.9.14-13.el7.noarch 166/878
10953 Installing : e2fsprogs-devel-1.42.9-7.el7.x86_64 167/878
10954 Installing : roundcubemail-plugin-jqueryui-skin-larry-assets-1.2-3. 168/878
10955 Installing : 1:net-snmp-agent-libs-5.7.2-20.el7.x86_64 169/878
10956 Installing : roundcubemail-plugin-managesieve-skin-larry-assets-1.2 170/878
10957 Installing : stax2-api-3.1.1-10.el7.noarch 171/878
10958 Installing : woodstox-core-4.1.2-8.el7.noarch 172/878
10959 Installing : lm_sensors-devel-3.3.4-11.el7.x86_64 173/878
10960 Installing : rhino-1.7R4-5.el7.noarch 174/878
10961 Installing : roundcubemail-plugin-acl-skin-larry-assets-1.2-3.el7.k 175/878
10962 Installing : 5:guile-2.0.9-5.el7.x86_64 176/878
10963 Installing : gc-devel-7.2d-6.el7.x86_64 177/878
10964 Installing : xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 178/878
10965 Updating : libmount-2.23.2-22.el7_1.x86_64 179/878
10966 Updating : util-linux-2.23.2-22.el7_1.x86_64 180/878
10967 Installing : cyrus-sasl-2.1.26-17.el7.x86_64 181/878
10968 Installing : cyrus-sasl-devel-2.1.26-17.el7.x86_64 182/878
10969 Installing : libXt-devel-1.1.4-6.1.el7.x86_64 183/878
10970 Installing : jboss-jaxrpc-1.1-api-1.0.1-7.el7.noarch 184/878
10971 Installing : mesa-libGLU-devel-9.0.0-4.el7.x86_64 185/878
10972 Installing : libotf-0.9.13-4.el7.x86_64 186/878
10973 Installing : 2:texlive-euro-svn22191.1.1-32.el7.noarch 187/878
10974 Installing : aether-impl-1.13.1-13.el7.noarch 188/878
10975 Installing : 1:tix-8.4.3-12.el7.x86_64 189/878
10976 Installing : 2:texlive-csquotes-svn24393.5.1d-32.el7.noarch 190/878
10977 Installing : felix-osgi-obr-1.0.2-12.el7.noarch 191/878
10978 Installing : python-kolabformat-1.2-2.el7.kolab_3.5.x86_64 192/878
10979 Installing : roundcubemail-skin-chameleon-assets-0.3.6-1.el7.kolab_ 193/878
10980 Installing : plexus-component-api-1.0-0.16.alpha15.el7.noarch 194/878
10981 Installing : plexus-interactivity-1.0-0.14.alpha6.el7.noarch 195/878
10982 Updating : nss-sysinit-3.18.0-2.2.el7_1.x86_64 196/878
10983 Updating : nss-3.18.0-2.2.el7_1.x86_64 197/878
10984 Installing : svrcore-4.0.4-11.el7.x86_64 198/878
10985 Installing : mozldap-6.0.5-38.el7.kolab_3.5.x86_64 199/878
10986 Installing : mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 200/878
10987 Installing : nss_compat_ossl-0.9.6-8.el7.x86_64 201/878
10988 Installing : 1:js-1.8.5-17.el7.x86_64 202/878
10989 Installing : 2:texlive-fancyref-svn15878.0.9c-32.el7.noarch 203/878
10990 Installing : 2:texlive-qstest-svn15878.0-32.el7.noarch 204/878
10991 Installing : 2:texlive-rsfs-svn15878.0-32.el7.noarch 205/878
10992 Installing : 2:texlive-pxfonts-svn15878.0-32.el7.noarch 206/878
10993 Installing : 2:texlive-cm-svn29581.0-32.el7.noarch 207/878
10994 Installing : 2:texlive-txfonts-svn15878.0-32.el7.noarch 208/878
10995 Installing : 2:texlive-marvosym-svn29349.2.2a-32.el7.noarch 209/878
10996 Installing : 2:texlive-mflogo-svn17487.0-32.el7.noarch 210/878
10997 Installing : 2:texlive-eurosym-svn17265.1.4_subrfix-32.el7.noarch 211/878
10998 Installing : 2:texlive-wasy-svn15878.0-32.el7.noarch 212/878
10999 Installing : 2:texlive-microtype-svn29392.2.5-32.el7.noarch 213/878
11000 Installing : 2:texlive-sauerj-svn15878.0-32.el7.noarch 214/878
11001 Installing : 2:texlive-crop-svn15878.1.5-32.el7.noarch 215/878
11002 Installing : 2:texlive-psfrag-svn15878.3.04-32.el7.noarch 216/878
11003 Installing : 2:texlive-mparhack-svn15878.1.4-32.el7.noarch 217/878
11004 Installing : 2:texlive-lm-math-svn29044.1.958-32.el7.noarch 218/878
11005 Installing : 2:texlive-fpl-svn15878.1.002-32.el7.noarch 219/878
11006 Installing : 2:texlive-filecontents-svn24250.1.3-32.el7.noarch 220/878
11007 Installing : 2:texlive-sepnum-svn20186.2.0-32.el7.noarch 221/878
11008 Installing : 2:texlive-section-svn20180.0-32.el7.noarch 222/878
11009 Installing : 2:texlive-rcs-svn15878.0-32.el7.noarch 223/878
11010 Installing : 2:texlive-fancyhdr-svn15878.3.1-32.el7.noarch 224/878
11011 Installing : 2:texlive-symbol-svn28614.0-32.el7.noarch 225/878
11012 Installing : 2:texlive-parskip-svn19963.2.0-32.el7.noarch 226/878
11013 Installing : 2:texlive-lua-alt-getopt-svn29349.0.7.0-32.el7.noarch 227/878
11014 Installing : 2:texlive-varwidth-svn24104.0.92-32.el7.noarch 228/878
11015 Installing : 2:texlive-etex-svn22198.2.1-32.el7.noarch 229/878
11016 Installing : 2:texlive-zapfchan-svn28614.0-32.el7.noarch 230/878
11017 Installing : 2:texlive-tex-gyre-math-svn29045.0-32.el7.noarch 231/878
11018 Installing : 2:texlive-ifetex-svn24853.1.2-32.el7.noarch 232/878
11019 Installing : 2:texlive-sansmath-svn17997.1.1-32.el7.noarch 233/878
11020 Installing : 2:texlive-pspicture-svn15878.0-32.el7.noarch 234/878
11021 Installing : 2:texlive-type1cm-svn21820.0-32.el7.noarch 235/878
11022 Installing : 2:texlive-chngcntr-svn17157.1.0a-32.el7.noarch 236/878
11023 Installing : 2:texlive-ncntrsbk-svn28614.0-32.el7.noarch 237/878
11024 Installing : 2:texlive-cite-svn19955.5.3-32.el7.noarch 238/878
11025 Installing : 2:texlive-anysize-svn15878.0-32.el7.noarch 239/878
11026 Installing : 2:texlive-ntgclass-svn15878.0-32.el7.noarch 240/878
11027 Installing : 2:texlive-paralist-svn15878.2.3b-32.el7.noarch 241/878
11028 Installing : 2:texlive-hyph-utf8-svn29641.0-32.el7.noarch 242/878
11029 Installing : 2:texlive-kastrup-svn15878.0-32.el7.noarch 243/878
11030 Installing : 2:texlive-ifluatex-svn26725.1.3-32.el7.noarch 244/878
11031 Installing : 2:texlive-ec-svn25033.1.0-32.el7.noarch 245/878
11032 Installing : 2:texlive-mathpazo-svn15878.1.003-32.el7.noarch 246/878
11033 Installing : 2:texlive-times-svn28614.0-32.el7.noarch 247/878
11034 Installing : 2:texlive-cmextra-svn14075.0-32.el7.noarch 248/878
11035 Installing : 2:texlive-cmap-svn26568.0-32.el7.noarch 249/878
11036 Installing : 2:texlive-mfnfss-svn19410.0-32.el7.noarch 250/878
11037 Installing : 2:texlive-marginnote-svn25880.v1.1i-32.el7.noarch 251/878
11038 Installing : 2:texlive-bookman-svn28614.0-32.el7.noarch 252/878
11039 Installing : 2:texlive-fancybox-svn18304.1.4-32.el7.noarch 253/878
11040 Installing : 2:texlive-fix2col-svn17133.0-32.el7.noarch 254/878
11041 Installing : 2:texlive-beton-svn15878.0-32.el7.noarch 255/878
11042 Installing : 2:texlive-pst-math-svn20176.0.61-32.el7.noarch 256/878
11043 Installing : 2:texlive-mdwtools-svn15878.1.05.4-32.el7.noarch 257/878
11044 Installing : 2:texlive-palatino-svn28614.0-32.el7.noarch 258/878
11045 Installing : 2:texlive-courier-svn28614.0-32.el7.noarch 259/878
11046 Installing : 2:texlive-avantgar-svn28614.0-32.el7.noarch 260/878
11047 Installing : 2:texlive-pslatex-svn16416.0-32.el7.noarch 261/878
11048 Installing : 2:texlive-misc-svn24955.0-32.el7.noarch 262/878
11049 Installing : 2:texlive-pdftex-def-svn22653.0.06d-32.el7.noarch 263/878
11050 Installing : 2:texlive-wasysym-svn15878.2.0-32.el7.noarch 264/878
11051 Installing : 2:texlive-utopia-svn15878.0-32.el7.noarch 265/878
11052 Installing : 2:texlive-helvetic-svn28614.0-32.el7.noarch 266/878
11053 Installing : 2:texlive-soul-svn15878.2.4-32.el7.noarch 267/878
11054 Installing : 2:texlive-enctex-svn28602.0-32.el7.noarch 268/878
11055 Installing : 2:texlive-charter-svn15878.0-32.el7.noarch 269/878
11056 Installing : 2:texlive-parallel-svn15878.0-32.el7.noarch 270/878
11057 Installing : 2:texlive-textcase-svn15878.0-32.el7.noarch 271/878
11058 Installing : 2:texlive-zapfding-svn28614.0-32.el7.noarch 272/878
11059 Installing : plexus-digest-1.1-15.el7.noarch 273/878
11060 Installing : 2:texlive-collection-documentation-base-svn17091.0-32. 274/878
11061 Installing : uuid-1.6.2-26.el7.x86_64 275/878
11062 Installing : uuid-devel-1.6.2-26.el7.x86_64 276/878
11063 Installing : bea-stax-1.2.0-9.el7.noarch 277/878
11064 Installing : jansson-2.4-6.el7.x86_64 278/878
11065 Installing : python-werkzeug-0.9.6-1.el7.kolab_3.5.noarch 279/878
11066 Installing : popt-devel-1.13-16.el7.x86_64 280/878
11067 Installing : rpm-devel-4.11.1-25.el7.x86_64 281/878
11068 Installing : javassist-3.16.1-10.el7.noarch 282/878
11069 Installing : roundcubemail-plugin-libcalendaring-skin-larry-assets- 283/878
11070 Installing : python-itsdangerous-0.24-3.el7.kolab_3.5.noarch 284/878
11071 Installing : roundcubemail-plugin-kolab_config-assets-3.3-1.el7.kol 285/878
11072 Installing : jsr-305-0-0.18.20090319svn.el7.noarch 286/878
11073 Installing : maven-shared-utils-0.4-3.el7.noarch 287/878
11074 Installing : felix-osgi-foundation-1.2.0-16.el7.noarch 288/878
11075 Installing : felix-osgi-compendium-1.4.0-19.el7.noarch 289/878
11076 Installing : felix-shell-1.4.3-5.el7.noarch 290/878
11077 Installing : felix-utils-1.2.0-5.el7.noarch 291/878
11078 Installing : roundcubemail-plugin-kolab_activesync-assets-3.3-1.el7 292/878
11079 Installing : python-dateutil-1.5-7.el7.noarch 293/878
11080 Installing : gdbm-devel-1.10-8.el7.x86_64 294/878
11081 Installing : libwebp-0.3.0-3.el7.x86_64 295/878
11082 Installing : python-pillow-2.0.0-17.gitd1c6db8.el7.x86_64 296/878
11083 Installing : python-pygments-1.4-9.el7.noarch 297/878
11084 Installing : python-docutils-0.11-0.2.20130715svn7687.el7.noarch 298/878
11085 Installing : roundcubemail-plugin-libkolab-assets-3.3-1.el7.kolab_3 299/878
11086 Installing : m17n-db-1.6.4-3.el7.noarch 300/878
11087 Installing : m17n-lib-1.6.4-10.el7.x86_64 301/878
11088 Installing : CUnit-2.1.3-8.el7.x86_64 302/878
11089 Installing : roundcubemail-plugin-kolab_tags-assets-3.3-1.el7.kolab 303/878
11090 Installing : roundcubemail-plugin-kolab_folders-assets-3.3-1.el7.ko 304/878
11091 Installing : aqute-bndlib-1.50.0-8.el7.noarch 305/878
11092 Installing : roundcubemail-plugin-odfviewer-assets-3.3-1.el7.kolab_ 306/878
11093 Installing : nss-softokn-freebl-devel-3.16.2.3-9.el7.x86_64 307/878
11094 Installing : nss-softokn-devel-3.16.2.3-9.el7.x86_64 308/878
11095 Installing : nss-devel-3.18.0-2.2.el7_1.x86_64 309/878
11096 Installing : libdb-devel-5.3.21-17.el7_0.1.x86_64 310/878
11097 Installing : codehaus-parent-4-5.el7.noarch 311/878
11098 Installing : lzo-2.06-6.el7_0.2.x86_64 312/878
11099 Installing : libarchive-3.1.2-7.el7.x86_64 313/878
11100 Installing : cmake-2.8.11-4.el7.x86_64 314/878
11101 Installing : httpd-tools-2.4.6-31.el7.centos.x86_64 315/878
11102 Installing : httpd-2.4.6-31.el7.centos.x86_64 316/878
11103 Installing : libverto-devel-0.2.5-4.el7.x86_64 317/878
11104 Installing : python-py-1.4.14-4.el7.noarch 318/878
11105 Installing : pytz-2012d-5.el7.noarch 319/878
11106 Installing : roundcubemail-plugin-pdfviewer-assets-3.3-1.el7.kolab_ 320/878
11107 Installing : libtidy-0.99.0-31.20091203.el7.x86_64 321/878
11108 Installing : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-1. 322/878
11109 Installing : cal10n-0.7.7-4.el7.noarch 323/878
11110 Installing : sonatype-oss-parent-7-6.el7.noarch 324/878
11111 Installing : sac-1.3-17.el7.noarch 325/878
11112 Installing : roundcubemail-plugin-calendar-assets-3.3-1.el7.kolab_3 326/878
11113 Installing : jboss-interceptors-1.1-api-1.0.2-0.9.20120319git49a904 327/878
11114 Installing : roundcubemail-plugin-kolab_addressbook-assets-3.3-1.el 328/878
11115 Installing : roundcubemail-plugin-kolab_addressbook-skin-larry-asse 329/878
11116 Installing : color-filesystem-1-13.el7.noarch 330/878
11117 Installing : icc-profiles-openicc-1.3.1-5.el7.noarch 331/878
11118 Installing : easymock2-2.5.2-12.el7.noarch 332/878
11119 Installing : junit-4.11-8.el7.noarch 333/878
11120 Installing : qdox-1.12.1-9.el7.noarch 334/878
11121 Installing : hamcrest-1.3-6.el7.noarch 335/878
11122 Installing : xpp3-1.1.3.8-11.el7.noarch 336/878
11123 Installing : kxml-2.3.0-5.el7.noarch 337/878
11124 Installing : felix-bundlerepository-1.6.6-15.el7.noarch 338/878
11125 Installing : libXv-devel-1.0.9-2.1.el7.x86_64 339/878
11126 Installing : 1:qt-devel-4.8.5-8.el7.x86_64 340/878
11127 Installing : ghostscript-fonts-5.50-32.el7.noarch 341/878
11128 Installing : ghostscript-9.07-18.el7.x86_64 342/878
11129 Installing : liblockfile-1.08-17.el7.x86_64 343/878
11130 Installing : 1:emacs-common-24.3-11.el7.x86_64 344/878
11131 Installing : libsepol-devel-2.1.9-3.el7.x86_64 345/878
11132 Installing : libselinux-devel-2.2.2-6.el7.x86_64 346/878
11133 Installing : roundcubemail-core-assets-1.2-3.el7.kolab_3.5.noarch 347/878
11134 Installing : http-parser-2.0-4.20121128gitcd01361.el7.x86_64 348/878
11135 Installing : roundcubemail-plugin-libcalendaring-assets-3.3-1.el7.k 349/878
11136 Installing : base64coder-20101219-10.el7.noarch 350/878
11137 Installing : snakeyaml-1.11-8.el7.noarch 351/878
11138 Installing : js-uglify-2.4.13-5.el7.noarch 352/878
11139 Installing : unixODBC-2.3.1-10.el7.x86_64 353/878
11140 Installing : python-pyasn1-0.1.6-2.el7.noarch 354/878
11141 Installing : apache-commons-lang3-3.1-9.el7.noarch 355/878
11142 Installing : 1:gmp-devel-6.0.0-11.el7.x86_64 356/878
11143 Installing : geronimo-annotation-1.0-15.el7.noarch 357/878
11144 Installing : dejavu-fonts-common-2.33-6.el7.noarch 358/878
11145 Installing : dejavu-sans-mono-fonts-2.33-6.el7.noarch 359/878
11146 Installing : jna-3.5.2-8.el7.x86_64 360/878
11147 Installing : netpbm-10.61.02-9.el7.x86_64 361/878
11148 Installing : netpbm-progs-10.61.02-9.el7.x86_64 362/878
11149 Installing : javamail-1.4.6-8.el7.noarch 363/878
11150 Installing : log4j-1.2.17-15.el7.noarch 364/878
11151 Installing : apache-commons-logging-1.1.2-7.el7.noarch 365/878
11152 Installing : avalon-framework-4.3-10.el7.noarch 366/878
11153 Installing : avalon-logkit-2.1-14.el7.noarch 367/878
11154 Installing : apache-commons-beanutils-1.8.3-14.el7.noarch 368/878
11155 Installing : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 369/878
11156 Installing : slf4j-1.7.4-3.el7.noarch 370/878
11157 Installing : google-guice-3.1.3-9.el7.noarch 371/878
11158 Installing : httpcomponents-client-4.2.5-5.el7_0.noarch 372/878
11159 Installing : apache-commons-digester-1.8.1-19.el7.noarch 373/878
11160 Installing : apache-commons-validator-1.4.0-8.el7.noarch 374/878
11161 Installing : xmlgraphics-commons-1.5-3.el7.noarch 375/878
11162 Installing : apache-commons-jexl-2.1.1-9.el7.noarch 376/878
11163 Installing : bsf-2.4.0-19.el7.noarch 377/878
11164 Installing : bsh-1.3.0-29.el7.noarch 378/878
11165 Installing : testng-6.8.7-3.el7.noarch 379/878
11166 Installing : python-ply-3.4-4.el7.noarch 380/878
11167 Installing : python-pycparser-2.10-1.el7.kolab_3.5.noarch 381/878
11168 Installing : felix-framework-4.2.1-5.el7.noarch 382/878
11169 Installing : xbean-3.13-6.el7.noarch 383/878
11170 Installing : plexus-containers-container-default-1.5.5-14.el7.noarc 384/878
11171 Installing : maven-settings-2.2.1-47.el7.noarch 385/878
11172 Installing : maven-doxia-logging-api-1.4-5.el7.noarch 386/878
11173 Installing : maven-doxia-sink-api-1.4-5.el7.noarch 387/878
11174 Installing : maven-doxia-core-1.4-5.el7.noarch 388/878
11175 Installing : 1:maven-reporting-api-3.0-5.el7.noarch 389/878
11176 Installing : plexus-i18n-1.0-0.6.b10.4.el7.noarch 390/878
11177 Installing : maven-doxia-module-xdoc-1.4-5.el7.noarch 391/878
11178 Installing : maven-doxia-module-apt-1.4-5.el7.noarch 392/878
11179 Installing : maven-doxia-module-xhtml-1.4-5.el7.noarch 393/878
11180 Installing : maven-doxia-module-fml-1.4-5.el7.noarch 394/878
11181 Installing : maven-plugin-registry-2.2.1-47.el7.noarch 395/878
11182 Installing : maven-profile-2.2.1-47.el7.noarch 396/878
11183 Installing : plexus-resources-1.0-0.15.a7.el7.noarch 397/878
11184 Installing : plexus-cli-1.2-20.el7.noarch 398/878
11185 Installing : roundcubemail-plugin-calendar-skin-larry-assets-3.3-1. 399/878
11186 Installing : 1:v8-3.14.5.10-17.el7.x86_64 400/878
11187 Installing : zziplib-0.13.62-5.el7.x86_64 401/878
11188 Installing : 2:texlive-luatex-bin-svn26912.0-32.20130427_r30134.el7 402/878
11189 Installing : 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch 403/878
11190 Installing : 2:texlive-luaotfload-bin-svn18579.0-32.20130427_r30134 404/878
11191 Installing : 2:texlive-luaotfload-svn26718.1.26-32.el7.noarch 405/878
11192 Installing : 2:texlive-luatexbase-svn22560.0.31-32.el7.noarch 406/878
11193 Installing : 2:texlive-memoir-svn21638.3.6j_patch_6.0g-32.el7.noarc 407/878
11194 Installing : 2:texlive-pgf-svn22614.2.10-32.el7.noarch 408/878
11195 Installing : 2:texlive-xcolor-svn15878.2.11-32.el7.noarch 409/878
11196 Installing : 2:texlive-thumbpdf-bin-svn6898.0-32.20130427_r30134.el 410/878
11197 Installing : 2:texlive-thumbpdf-svn26689.3.15-32.el7.noarch 411/878
11198 Installing : 2:texlive-attachfile-svn21866.v1.5b-32.el7.noarch 412/878
11199 Installing : 2:texlive-babelbib-svn25245.1.31-32.el7.noarch 413/878
11200 Installing : 2:texlive-babel-svn24756.3.8m-32.el7.noarch 414/878
11201 Installing : 2:texlive-bera-svn20031.0-32.el7.noarch 415/878
11202 Installing : 2:texlive-xunicode-svn23897.0.981-32.el7.noarch 416/878
11203 Installing : 2:texlive-tipa-svn29349.1.3-32.el7.noarch 417/878
11204 Installing : 2:texlive-algorithms-svn15878.0.1-32.el7.noarch 418/878
11205 Installing : 2:texlive-latex-svn27907.0-32.el7.noarch 419/878
11206 Installing : 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch 420/878
11207 Installing : 2:texlive-geometry-svn19716.5.6-32.el7.noarch 421/878
11208 Installing : 2:texlive-currfile-svn29012.0.7b-32.el7.noarch 422/878
11209 Installing : 2:texlive-filehook-svn24280.0.5d-32.el7.noarch 423/878
11210 Installing : 2:texlive-breakurl-svn15878.1.30-32.el7.noarch 424/878
11211 Installing : 2:texlive-pst-fill-svn15878.1.01-32.el7.noarch 425/878
11212 Installing : 2:texlive-pst-grad-svn15878.1.06-32.el7.noarch 426/878
11213 Installing : 2:texlive-l3packages-svn29361.SVN_4467-32.el7.noarch 427/878
11214 Installing : 2:texlive-lualatex-math-svn29346.1.2-32.el7.noarch 428/878
11215 Installing : 2:texlive-unicode-math-svn29413.0.7d-32.el7.noarch 429/878
11216 Installing : 2:texlive-fontspec-svn29412.v2.3a-32.el7.noarch 430/878
11217 Installing : 2:texlive-l3kernel-svn29409.SVN_4469-32.el7.noarch 431/878
11218 Installing : 2:texlive-showexpl-svn27790.v0.3j-32.el7.noarch 432/878
11219 Installing : 2:texlive-ms-svn24467.0-32.el7.noarch 433/878
11220 Installing : 2:texlive-koma-script-svn27255.3.11b-32.el7.noarch 434/878
11221 Installing : 2:texlive-listings-svn15878.1.4-32.el7.noarch 435/878
11222 Installing : 2:texlive-oberdiek-svn26725.0-32.el7.noarch 436/878
11223 Installing : 2:texlive-eso-pic-svn21515.2.0c-32.el7.noarch 437/878
11224 Installing : 2:texlive-fancyvrb-svn18492.2.8-32.el7.noarch 438/878
11225 Installing : 2:texlive-pst-text-svn15878.1.00-32.el7.noarch 439/878
11226 Installing : 2:texlive-pst-node-svn27799.1.25-32.el7.noarch 440/878
11227 Installing : 2:texlive-pst-eps-svn15878.1.0-32.el7.noarch 441/878
11228 Installing : 2:texlive-pst-plot-svn28729.1.44-32.el7.noarch 442/878
11229 Installing : 2:texlive-pst-coil-svn24020.1.06-32.el7.noarch 443/878
11230 Installing : 2:texlive-pst-tree-svn24142.1.12-32.el7.noarch 444/878
11231 Installing : 2:texlive-pstricks-add-svn28750.3.59-32.el7.noarch 445/878
11232 Installing : 2:texlive-pst-3d-svn17257.1.10-32.el7.noarch 446/878
11233 Installing : 2:texlive-pstricks-svn29678.2.39-32.el7.noarch 447/878
11234 Installing : 2:texlive-latex-bin-bin-svn14050.0-32.20130427_r30134. 448/878
11235 Installing : 2:texlive-latex-bin-svn26689.0-32.el7.noarch 449/878
11236 Installing : 2:texlive-rotating-svn16832.2.16b-32.el7.noarch 450/878
11237 Installing : 2:texlive-amscls-svn29207.0-32.el7.noarch 451/878
11238 Installing : 2:texlive-collection-basic-svn26314.0-32.20130427_r301 452/878
11239 Installing : 2:texlive-ctable-svn26694.1.23-32.el7.noarch 453/878
11240 Installing : 2:texlive-pst-slpe-svn24391.1.31-32.el7.noarch 454/878
11241 Installing : 2:texlive-pst-blur-svn15878.2.0-32.el7.noarch 455/878
11242 Installing : 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch 456/878
11243 Installing : 2:texlive-seminar-svn18322.1.5-32.el7.noarch 457/878
11244 Installing : 2:texlive-pdfpages-svn27574.0.4t-32.el7.noarch 458/878
11245 Installing : 2:texlive-tex-gyre-svn18651.2.004-32.el7.noarch 459/878
11246 Installing : 2:texlive-mh-svn29420.0-32.el7.noarch 460/878
11247 Installing : 2:texlive-l3experimental-svn29361.SVN_4467-32.el7.noar 461/878
11248 Installing : 2:texlive-metalogo-svn18611.0.12-32.el7.noarch 462/878
11249 Installing : 2:texlive-ltxmisc-svn21927.0-32.el7.noarch 463/878
11250 Installing : 2:texlive-ucs-svn27549.2.1-32.el7.noarch 464/878
11251 Installing : 2:texlive-beamer-svn29349.3.26-32.el7.noarch 465/878
11252 Installing : 2:texlive-cm-super-svn15878.0-32.el7.noarch 466/878
11253 Installing : 2:texlive-collection-fontsrecommended-svn28082.0-32.20 467/878
11254 Installing : 2:texlive-ae-svn15878.1.4-32.el7.noarch 468/878
11255 Installing : 2:texlive-collection-latex-svn25030.0-32.20130427_r301 469/878
11256 Installing : 2:texlive-jknapltx-svn19440.0-32.el7.noarch 470/878
11257 Installing : 2:texlive-typehtml-svn17134.0-32.el7.noarch 471/878
11258 Installing : 2:texlive-extsizes-svn17263.1.4a-32.el7.noarch 472/878
11259 Installing : 2:texlive-collection-latexrecommended-svn25795.0-32.20 473/878
11260 Installing : antlr-tool-2.7.7-30.el7.noarch 474/878
11261 Installing : ws-jaxme-0.5.2-10.el7.noarch 475/878
11262 Installing : jdom-1.1.3-6.el7.noarch 476/878
11263 Installing : jaxen-1.1.3-11.el7.noarch 477/878
11264 Installing : dom4j-1.6.1-20.el7.noarch 478/878
11265 Installing : apache-commons-jxpath-1.3-20.el7.noarch 479/878
11266 Installing : SDL-1.2.15-11.el7.x86_64 480/878
11267 Installing : wxGTK-2.8.12-13.el7.x86_64 481/878
11268 Installing : wxGTK-gl-2.8.12-13.el7.x86_64 482/878
11269 Installing : jai-imageio-core-1.2-0.14.20100217cvs.el7.noarch 483/878
11270 Installing : batik-1.8-0.12.svn1230816.el7.noarch 484/878
11271 Installing : fop-1.1-6.el7.noarch 485/878
11272 Installing : roundcubemail-plugin-kolab_auth-assets-3.3-1.el7.kolab 486/878
11273 Installing : t1lib-5.1.2-14.el7.x86_64 487/878
11274 Installing : bc-1.06.95-13.el7.x86_64 488/878
11275 Installing : roundcubemail-plugin-kolab_notes-assets-3.3-1.el7.kola 489/878
11276 Installing : roundcubemail-plugin-kolab_tags-skin-larry-assets-3.3- 490/878
11277 Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 491/878
11278 Installing : krb5-devel-1.12.2-14.el7.x86_64 492/878
11279 Installing : 1:openssl-devel-1.0.1e-42.el7.4.x86_64 493/878
11280 Installing : tcp_wrappers-devel-7.6-77.el7.x86_64 494/878
11281 Installing : jboss-parent-6-12.el7.noarch 495/878
11282 Installing : 1:libuv-0.10.34-1.el7.x86_64 496/878
11283 Installing : roundcubemail-plugin-tasklist-assets-3.3-1.el7.kolab_3 497/878
11284 Installing : roundcubemail-plugin-kolab_files-skin-larry-assets-3.3 498/878
11285 Installing : jboss-el-2.2-api-1.0.1-0.7.20120212git2fabd8.el7.noarc 499/878
11286 Installing : jboss-transaction-1.1-api-1.0.1-8.el7.noarch 500/878
11287 Installing : jboss-ejb-3.1-api-1.0.2-10.el7.noarch 501/878
11288 Installing : cdi-api-1.0-11.SP4.el7.noarch 502/878
11289 Installing : sisu-inject-bean-2.3.0-11.el7.noarch 503/878
11290 Installing : sisu-inject-plexus-2.3.0-11.el7.noarch 504/878
11291 Installing : roundcubemail-plugin-filesystem_attachments-assets-1.2 505/878
11292 Installing : lksctp-tools-1.0.13-3.el7.x86_64 506/878
11293 Installing : erlang-kernel-R16B-03.10.el7.x86_64 507/878
11294 Installing : erlang-syntax_tools-R16B-03.10.el7.x86_64 508/878
11295 Installing : erlang-erts-R16B-03.10.el7.x86_64 509/878
11296 Installing : erlang-crypto-R16B-03.10.el7.x86_64 510/878
11297 Installing : erlang-hipe-R16B-03.10.el7.x86_64 511/878
11298 Installing : erlang-compiler-R16B-03.10.el7.x86_64 512/878
11299 Installing : erlang-stdlib-R16B-03.10.el7.x86_64 513/878
11300 Installing : erlang-gs-R16B-03.10.el7.x86_64 514/878
11301 Installing : erlang-mnesia-R16B-03.10.el7.x86_64 515/878
11302 Installing : erlang-runtime_tools-R16B-03.10.el7.x86_64 516/878
11303 Installing : erlang-wx-R16B-03.10.el7.x86_64 517/878
11304 Installing : erlang-snmp-R16B-03.10.el7.x86_64 518/878
11305 Installing : erlang-asn1-R16B-03.10.el7.x86_64 519/878
11306 Installing : erlang-xmerl-R16B-03.10.el7.x86_64 520/878
11307 Installing : erlang-public_key-R16B-03.10.el7.x86_64 521/878
11308 Installing : erlang-ssl-R16B-03.10.el7.x86_64 522/878
11309 Installing : erlang-inets-R16B-03.10.el7.x86_64 523/878
11310 Installing : erlang-tools-R16B-03.10.el7.x86_64 524/878
11311 Installing : erlang-orber-R16B-03.10.el7.x86_64 525/878
11312 Installing : erlang-sasl-R16B-03.10.el7.x86_64 526/878
11313 Installing : erlang-cosEvent-R16B-03.10.el7.x86_64 527/878
11314 Installing : erlang-edoc-R16B-03.10.el7.x86_64 528/878
11315 Installing : erlang-debugger-R16B-03.10.el7.x86_64 529/878
11316 Installing : erlang-et-R16B-03.10.el7.x86_64 530/878
11317 Installing : erlang-webtool-R16B-03.10.el7.x86_64 531/878
11318 Installing : erlang-observer-R16B-03.10.el7.x86_64 532/878
11319 Installing : erlang-test_server-R16B-03.10.el7.x86_64 533/878
11320 Installing : erlang-cosTime-R16B-03.10.el7.x86_64 534/878
11321 Installing : erlang-cosNotification-R16B-03.10.el7.x86_64 535/878
11322 Installing : erlang-reltool-R16B-03.10.el7.x86_64 536/878
11323 Installing : erlang-cosProperty-R16B-03.10.el7.x86_64 537/878
11324 Installing : erlang-ssh-R16B-03.10.el7.x86_64 538/878
11325 Installing : erlang-common_test-R16B-03.10.el7.x86_64 539/878
11326 Installing : erlang-otp_mibs-R16B-03.10.el7.x86_64 540/878
11327 Installing : erlang-pman-R16B-03.10.el7.x86_64 541/878
11328 Installing : erlang-parsetools-R16B-03.10.el7.x86_64 542/878
11329 Installing : erlang-eunit-R16B-03.10.el7.x86_64 543/878
11330 Installing : erlang-erl_interface-R16B-03.10.el7.x86_64 544/878
11331 Installing : erlang-tv-R16B-03.10.el7.x86_64 545/878
11332 Installing : erlang-os_mon-R16B-03.10.el7.x86_64 546/878
11333 Installing : erlang-cosFileTransfer-R16B-03.10.el7.x86_64 547/878
11334 Installing : erlang-cosEventDomain-R16B-03.10.el7.x86_64 548/878
11335 Installing : erlang-megaco-R16B-03.10.el7.x86_64 549/878
11336 Installing : erlang-erl_docgen-R16B-03.10.el7.x86_64 550/878
11337 Installing : erlang-cosTransactions-R16B-03.10.el7.x86_64 551/878
11338 Installing : erlang-percept-R16B-03.10.el7.x86_64 552/878
11339 Installing : erlang-appmon-R16B-03.10.el7.x86_64 553/878
11340 Installing : erlang-eldap-R16B-03.10.el7.x86_64 554/878
11341 Installing : erlang-diameter-R16B-03.10.el7.x86_64 555/878
11342 Installing : erlang-toolbar-R16B-03.10.el7.x86_64 556/878
11343 Installing : erlang-ic-R16B-03.10.el7.x86_64 557/878
11344 Installing : erlang-getopt-0.7.0-1.el7.x86_64 558/878
11345 Installing : erlang-mustache-0.1.0-8.el7.kolab_3.5.x86_64 559/878
11346 Installing : erlang-protobuffs-0.8.0-8.el7.kolab_3.5.x86_64 560/878
11347 Installing : erlang-odbc-R16B-03.10.el7.x86_64 561/878
11348 Installing : erlang-jinterface-R16B-03.10.el7.x86_64 562/878
11349 Installing : roundcubemail-plugin-kolab_activesync-skin-larry-asset 563/878
11350 Installing : roundcubemail-plugin-kolab_delegation-assets-3.3-1.el7 564/878
11351 Installing : pyserial-2.6-5.el7.noarch 565/878
11352 Installing : pyparsing-1.5.6-9.el7.noarch 566/878
11353 Installing : systemtap-sdt-devel-2.6-10.el7_1.x86_64 567/878
11354 Installing : jzlib-1.1.1-6.el7.noarch 568/878
11355 Installing : jsch-0.1.50-5.el7.noarch 569/878
11356 Installing : apache-commons-vfs-2.0-11.el7.noarch 570/878
11357 Installing : apache-commons-configuration-1.9-8.el7.noarch 571/878
11358 Installing : maven-doxia-module-fo-1.4-5.el7.noarch 572/878
11359 Installing : libmcrypt-2.5.8-13.el7.x86_64 573/878
11360 Installing : roundcubemail-plugin-kolab_delegation-skin-larry-asset 574/878
11361 Installing : roundcubemail-plugin-password-assets-1.2-3.el7.kolab_3 575/878
11362 Installing : jakarta-oro-2.0.8-16.el7.noarch 576/878
11363 Installing : velocity-1.7-10.el7.noarch 577/878
11364 Installing : plexus-velocity-1.1.8-16.el7.noarch 578/878
11365 Installing : maven-doxia-sitetools-1.4-3.el7.noarch 579/878
11366 Installing : jsoup-1.6.1-10.el7.noarch 580/878
11367 Installing : maven-wagon-2.4-3.el7.noarch 581/878
11368 Installing : aether-connector-wagon-1.13.1-13.el7.noarch 582/878
11369 Installing : maven-3.0.5-16.el7.noarch 583/878
11370 Installing : maven-artifact-manager-2.2.1-47.el7.noarch 584/878
11371 Installing : maven-project-2.2.1-47.el7.noarch 585/878
11372 Installing : maven-plugin-descriptor-2.2.1-47.el7.noarch 586/878
11373 Installing : maven-common-artifact-filters-1.4-11.el7.noarch 587/878
11374 Installing : maven-toolchain-2.2.1-47.el7.noarch 588/878
11375 Installing : maven-filtering-1.1-3.el7.noarch 589/878
11376 Installing : maven-reporting-impl-2.2-8.el7.noarch 590/878
11377 Installing : 1:maven-shared-io-1.1-7.el7.noarch 591/878
11378 Installing : 1:maven-file-management-1.2.1-8.el7.noarch 592/878
11379 Installing : maven-enforcer-api-1.2-8.el7.noarch 593/878
11380 Installing : maven-resources-plugin-2.6-6.el7.noarch 594/878
11381 Installing : 1:maven-repository-builder-1.0-0.5.alpha2.el7.noarch 595/878
11382 Installing : plexus-containers-component-metadata-1.5.5-14.el7.noar 596/878
11383 Installing : maven-doxia-tools-1.4-14.el7.noarch 597/878
11384 Installing : modello-1.7-4.el7.noarch 598/878
11385 Installing : maven-scm-1.8.1-2.el7.noarch 599/878
11386 Installing : buildnumber-maven-plugin-1.2-7.el7.noarch 600/878
11387 Installing : maven-antrun-plugin-1.7-8.el7.noarch 601/878
11388 Installing : weld-parent-17-9.el7.noarch 602/878
11389 Installing : maven-shared-incremental-1.1-6.el7.noarch 603/878
11390 Installing : maven-compiler-plugin-3.1-4.el7.noarch 604/878
11391 Installing : 1:maven-artifact-resolver-1.0-10.el7.noarch 605/878
11392 Installing : maven-remote-resources-plugin-1.4-7.el7.noarch 606/878
11393 Installing : maven-reporting-exec-1.1-4.el7.noarch 607/878
11394 Installing : python-zope-interface-4.0.5-4.el7.x86_64 608/878
11395 Installing : roundcubemail-plugin-kolab_files-assets-3.3-1.el7.kola 609/878
11396 Installing : perl-ExtUtils-Manifest-1.61-244.el7.noarch 610/878
11397 Installing : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 611/878
11398 Installing : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 612/878
11399 Installing : perl-ExtUtils-Install-1.58-285.el7.noarch 613/878
11400 Installing : 4:perl-devel-5.16.3-285.el7.x86_64 614/878
11401 Installing : xz-java-1.3-3.el7.noarch 615/878
11402 Installing : apache-commons-compress-1.5-4.el7.noarch 616/878
11403 Installing : plexus-archiver-2.4.2-4.el7.noarch 617/878
11404 Installing : maven-archiver-2.5-9.el7.noarch 618/878
11405 Installing : apache-rat-0.8-13.el7.noarch 619/878
11406 Installing : apache-rat-core-0.8-13.el7.noarch 620/878
11407 Installing : apache-rat-tasks-0.8-13.el7.noarch 621/878
11408 Installing : maven-jar-plugin-2.4-8.el7.noarch 622/878
11409 Installing : maven-source-plugin-2.2.1-7.el7.noarch 623/878
11410 Installing : forge-parent-31-2.el7.noarch 624/878
11411 Installing : spice-parent-15-11.el7.noarch 625/878
11412 Installing : plexus-pom-3.3.1-5.el7.noarch 626/878
11413 Installing : plexus-components-pom-1.2-7.el7.noarch 627/878
11414 Installing : maven-javadoc-plugin-2.9-8.el7.noarch 628/878
11415 Installing : maven-site-plugin-3.2-7.el7.noarch 629/878
11416 Installing : httpcomponents-project-6-4.el7.noarch 630/878
11417 Installing : maven-assembly-plugin-2.4-8.el7.noarch 631/878
11418 Installing : maven-plugin-testing-harness-2.1-11.el7.noarch 632/878
11419 Installing : apache-rat-plugin-0.8-13.el7.noarch 633/878
11420 Installing : roundcubemail-plugin-kolab_notes-skin-larry-assets-3.3 634/878
11421 Installing : libcurl-devel-7.29.0-19.el7.x86_64 635/878
11422 Installing : libzip-0.10.1-8.el7.x86_64 636/878
11423 Installing : php-common-5.4.16-23.el7_0.3.x86_64 637/878
11424 Installing : php-mbstring-5.4.16-23.el7_0.3.x86_64 638/878
11425 Installing : php-xml-5.4.16-23.el7_0.3.x86_64 639/878
11426 Installing : php-cli-5.4.16-23.el7_0.3.x86_64 640/878
11427 Installing : php-symfony-common-2.5.11-1.el7.noarch 641/878
11428 Installing : php-symfony-class-loader-2.5.11-1.el7.noarch 642/878
11429 Installing : php-phpunit-Text-Template-1.2.0-5.el7.noarch 643/878
11430 Installing : php-pdo-5.4.16-23.el7_0.3.x86_64 644/878
11431 Installing : php-doctrine-instantiator-1.0.4-1.el7.noarch 645/878
11432 Installing : php-symfony-http-foundation-2.5.11-1.el7.noarch 646/878
11433 Installing : php-symfony-process-2.5.11-1.el7.noarch 647/878
11434 Installing : php-symfony-yaml-2.5.11-1.el7.noarch 648/878
11435 Installing : php-symfony-finder-2.5.11-1.el7.noarch 649/878
11436 Installing : php-devel-5.4.16-23.el7_0.3.x86_64 650/878
11437 Installing : php-phpunit-Version-1.0.5-1.el7.noarch 651/878
11438 Installing : php-phpunit-File-Iterator-1.4.0-1.el7.noarch 652/878
11439 Installing : php-phpunit-diff-1.3.0-1.el7.noarch 653/878
11440 Installing : php-sebastian-recursion-context-1.0.0-1.el7.noarch 654/878
11441 Installing : php-phpunit-exporter-1.2.0-1.el7.noarch 655/878
11442 Installing : php-phpunit-comparator-1.1.1-1.el7.noarch 656/878
11443 Installing : php-PsrLog-1.0.0-6.el7.noarch 657/878
11444 Installing : php-phpunit-PHP-Timer-1.0.5-5.el7.noarch 658/878
11445 Installing : php-phpunit-environment-1.2.2-1.el7.noarch 659/878
11446 Installing : php-ldap-5.4.16-23.el7_0.3.x86_64 660/878
11447 Installing : php-process-5.4.16-23.el7_0.3.x86_64 661/878
11448 Installing : 1:php-pear-1.9.4-21.el7.noarch 662/878
11449 Installing : php-pear-Auth-SASL-1.0.6-5.el7.noarch 663/878
11450 Installing : php-pear-Mail-Mime-1.8.9-1.el7.noarch 664/878
11451 Installing : php-pear-Net-Socket-1.0.14-1.el7.noarch 665/878
11452 Installing : php-pear-Net-LDAP2-2.1.0-1.el7.noarch 666/878
11453 Installing : php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch 667/878
11454 Installing : php-pear-MDB2-2.5.0-0.9.b5.el7.noarch 668/878
11455 Installing : php-pear-Net-SMTP-1.6.2-1.el7.noarch 669/878
11456 Installing : php-pear-Net-Sieve-1.3.4-1.el7.noarch 670/878
11457 Installing : php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch 671/878
11458 Installing : php-pear-DB-1.7.14-6.el7.noarch 672/878
11459 Installing : php-pear-Net-IDNA2-0.1.1-10.el7.noarch 673/878
11460 Installing : php-pear-Net-URL2-2.1.1-1.el7.noarch 674/878
11461 Installing : php-pear-HTTP-Request2-2.2.1-1.el7.noarch 675/878
11462 Installing : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 676/878
11463 Installing : libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64 677/878
11464 Installing : php-mysqlnd-5.4.16-23.el7_0.3.x86_64 678/878
11465 Installing : php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch 679/878
11466 Installing : php-symfony-filesystem-2.5.11-1.el7.noarch 680/878
11467 Installing : php-symfony-config-2.5.11-1.el7.noarch 681/878
11468 Installing : php-symfony-dependency-injection-2.5.11-1.el7.noarch 682/878
11469 Installing : php-symfony-css-selector-2.5.11-1.el7.noarch 683/878
11470 Installing : php-symfony-dom-crawler-2.5.11-1.el7.noarch 684/878
11471 Installing : php-symfony-browser-kit-2.5.11-1.el7.noarch 685/878
11472 Installing : php-symfony-console-2.5.11-1.el7.noarch 686/878
11473 Installing : php-symfony-event-dispatcher-2.5.11-1.el7.noarch 687/878
11474 Installing : php-symfony-debug-2.5.11-1.el7.noarch 688/878
11475 Installing : php-symfony-http-kernel-2.5.11-1.el7.noarch 689/878
11476 Installing : php-jsonlint-1.3.1-1.el7.noarch 690/878
11477 Installing : php-JsonSchema-1.4.1-1.el7.kolab_3.5.noarch 691/878
11478 Installing : php-Smarty-3.1.21-1.el7.noarch 692/878
11479 Installing : php-sabre-event-1.0.1-1.el7.kolab_3.5.noarch 693/878
11480 Installing : php-sebastian-global-state-1.0.0-1.el7.noarch 694/878
11481 Installing : php-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64 695/878
11482 Installing : php-tidy-5.4.16-3.el7.x86_64 696/878
11483 Installing : php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noar 697/878
11484 Installing : php-phpspec-prophecy-1.4.0-1.el7.noarch 698/878
11485 Installing : php-seld-phar-utils-1.0.0-1.el7.kolab_3.5.noarch 699/878
11486 Installing : php-intl-5.4.16-23.el7_0.3.x86_64 700/878
11487 Installing : php-phpunit-PHP-TokenStream-1.4.1-1.el7.noarch 701/878
11488 Installing : php-phpunit-PHP-CodeCoverage-2.0.16-1.el7.noarch 702/878
11489 Installing : php-kolabformat-1.2-2.el7.kolab_3.5.x86_64 703/878
11490 Installing : php-seld-cli-prompt-1.0.0-1.el7.kolab_3.5.noarch 704/878
11491 Installing : php-gd-5.4.16-23.el7_0.3.x86_64 705/878
11492 Installing : php-mcrypt-5.4.16-3.el7.x86_64 706/878
11493 Installing : roundcubemail-plugin-filesystem_attachments-1.2-3.el7. 707/878
11494 Installing : roundcubemail-plugin-jqueryui-skin-larry-1.2-3.el7.kol 708/878
11495 Installing : roundcubemail-plugin-jqueryui-1.2-3.el7.kolab_3.5.noar 709/878
11496 Installing : roundcubemail-core-1.2-3.el7.kolab_3.5.noarch 710/878
11497 Installing : roundcubemail-skin-larry-1.2-3.el7.kolab_3.5.noarch 711/878
11498 Installing : roundcubemail-plugin-kolab_auth-3.3-1.el7.kolab_3.5.no 712/878
11499 Installing : roundcubemail-plugin-libcalendaring-skin-larry-3.3-1.e 713/878
11500 Installing : roundcubemail-plugin-libcalendaring-3.3-1.el7.kolab_3. 714/878
11501 Installing : roundcubemail-plugin-managesieve-skin-larry-1.2-3.el7. 715/878
11502 Installing : roundcubemail-plugin-managesieve-1.2-3.el7.kolab_3.5.n 716/878
11503 Installing : roundcubemail-plugin-archive-1.2-3.el7.kolab_3.5.noarc 717/878
11504 Installing : roundcubemail-plugin-archive-skin-larry-1.2-3.el7.kola 718/878
11505 Installing : roundcubemail-plugin-acl-1.2-3.el7.kolab_3.5.noarch 719/878
11506 Installing : roundcubemail-plugin-acl-skin-larry-1.2-3.el7.kolab_3. 720/878
11507 Installing : roundcubemail-plugin-zipdownload-1.2-3.el7.kolab_3.5.n 721/878
11508 Installing : roundcubemail-plugin-zipdownload-skin-larry-1.2-3.el7. 722/878
11509 Installing : roundcubemail-plugin-libkolab-3.3-1.el7.kolab_3.5.noar 723/878
11510 Installing : roundcubemail-plugin-libkolab-skin-larry-3.3-1.el7.kol 724/878
11511 Installing : roundcubemail-plugin-kolab_tags-skin-larry-3.3-1.el7.k 725/878
11512 Installing : roundcubemail-plugin-kolab_tags-3.3-1.el7.kolab_3.5.no 726/878
11513 Installing : roundcubemail-plugin-kolab_activesync-skin-larry-3.3-1 727/878
11514 Installing : roundcubemail-plugin-kolab_activesync-3.3-1.el7.kolab_ 728/878
11515 Installing : roundcubemail-plugin-calendar-skin-larry-3.3-1.el7.kol 729/878
11516 Installing : roundcubemail-plugin-calendar-3.3-1.el7.kolab_3.5.noar 730/878
11517 Installing : roundcubemail-plugin-kolab_addressbook-skin-larry-3.3- 731/878
11518 Installing : roundcubemail-plugin-kolab_addressbook-3.3-1.el7.kolab 732/878
11519 Installing : roundcubemail-plugin-kolab_files-skin-larry-3.3-1.el7. 733/878
11520 Installing : roundcubemail-plugin-kolab_files-3.3-1.el7.kolab_3.5.n 734/878
11521 Installing : roundcubemail-plugin-kolab_delegation-skin-larry-3.3-1 735/878
11522 Installing : roundcubemail-plugin-kolab_delegation-3.3-1.el7.kolab_ 736/878
11523 Installing : roundcubemail-plugin-kolab_notes-skin-larry-3.3-1.el7. 737/878
11524 Installing : roundcubemail-plugin-kolab_notes-3.3-1.el7.kolab_3.5.n 738/878
11525 Installing : roundcubemail-plugin-kolab_folders-3.3-1.el7.kolab_3.5 739/878
11526 Installing : roundcubemail-plugin-kolab_config-3.3-1.el7.kolab_3.5. 740/878
11527 Installing : roundcubemail-plugin-odfviewer-3.3-1.el7.kolab_3.5.noa 741/878
11528 Installing : roundcubemail-plugin-pdfviewer-3.3-1.el7.kolab_3.5.noa 742/878
11529 Installing : roundcubemail-plugin-password-1.2-3.el7.kolab_3.5.noar 743/878
11530 Installing : roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.noa 744/878
11531 Installing : roundcubemail-1.2-3.el7.kolab_3.5.noarch 745/878
11532 Installing : roundcubemail-skin-chameleon-core-0.3.6-1.el7.kolab_3. 746/878
11533 Installing : php-soap-5.4.16-23.el7_0.3.x86_64 747/878
11534 Installing : php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch 748/878
11535 Installing : gd-2.0.35-26.el7.x86_64 749/878
11536 Installing : graphviz-2.30.1-19.el7.x86_64 750/878
11537 Installing : erlang-dialyzer-R16B-03.10.el7.x86_64 751/878
11538 Installing : erlang-typer-R16B-03.10.el7.x86_64 752/878
11539 Installing : erlang-examples-R16B-03.10.el7.x86_64 753/878
11540 Installing : erlang-R16B-03.10.el7.x86_64 754/878
11541 Installing : python-babel-0.9.6-8.el7.noarch 755/878
11542 Installing : python-jinja2-2.7.2-2.el7.noarch 756/878
11543 Installing : jvnet-parent-4-2.el7.noarch 757/878
11544 Installing : 2:jtidy-1.0-0.16.20100930svn1125.el7.noarch 758/878
11545 Installing : apache-resource-bundles-2-11.el7.noarch 759/878
11546 Installing : apache-parent-10-14.el7.noarch 760/878
11547 Installing : maven-parent-20-5.el7.noarch 761/878
11548 Installing : maven-plugin-tools-3.1-17.el7.noarch 762/878
11549 Installing : maven-plugin-tools-api-3.1-17.el7.noarch 763/878
11550 Installing : maven-plugin-annotations-3.1-17.el7.noarch 764/878
11551 Installing : maven-surefire-2.15-3.el7.noarch 765/878
11552 Installing : maven-surefire-provider-junit-2.15-3.el7.noarch 766/878
11553 Installing : maven-surefire-plugin-2.15-3.el7.noarch 767/878
11554 Installing : maven-surefire-provider-testng-2.15-3.el7.noarch 768/878
11555 Installing : maven-plugin-tools-annotations-3.1-17.el7.noarch 769/878
11556 Installing : xmvn-1.3.0-5.el7.noarch 770/878
11557 Installing : maven-plugin-tools-beanshell-3.1-17.el7.noarch 771/878
11558 Installing : maven-plugin-tools-generators-3.1-17.el7.noarch 772/878
11559 Installing : maven-plugin-tools-java-3.1-17.el7.noarch 773/878
11560 Installing : maven-plugin-tools-model-3.1-17.el7.noarch 774/878
11561 Installing : maven-plugin-plugin-3.1-17.el7.noarch 775/878
11562 Installing : maven-plugins-pom-23-7.el7.noarch 776/878
11563 Installing : maven-shared-19-4.el7.noarch 777/878
11564 Installing : maven-dependency-tree-2.0-6.el7.noarch 778/878
11565 Installing : maven-plugin-bundle-2.3.7-12.el7.noarch 779/878
11566 Installing : apache-commons-parent-26-8.el7.noarch 780/878
11567 Installing : geronimo-parent-poms-1.6-16.el7.noarch 781/878
11568 Installing : maven-enforcer-rules-1.2-8.el7.noarch 782/878
11569 Installing : maven-enforcer-plugin-1.2-8.el7.noarch 783/878
11570 Installing : mojo-parent-32-4.el7.noarch 784/878
11571 Installing : maven-release-2.2.1-12.el7.noarch 785/878
11572 Installing : maven-release-manager-2.2.1-12.el7.noarch 786/878
11573 Installing : maven-release-plugin-2.2.1-12.el7.noarch 787/878
11574 Installing : plexus-tools-pom-1.0.11-8.el7.noarch 788/878
11575 Installing : c-ares-1.10.0-3.el7.x86_64 789/878
11576 Installing : nodejs-0.10.36-3.el7.x86_64 790/878
11577 Installing : nodejs-uglify-to-browserify-1.0.2-2.el7.noarch 791/878
11578 Installing : ycssmin-1.0.1-6.el7.noarch 792/878
11579 Installing : nodejs-amdefine-0.0.4-1.el7.noarch 793/878
11580 Installing : nodejs-source-map-0.1.33-1.el7.noarch 794/878
11581 Installing : nodejs-wordwrap-0.0.2-4.el7.noarch 795/878
11582 Installing : nodejs-optimist-0.4.0-1.el7.noarch 796/878
11583 Installing : nodejs-async-0.2.10-1.el7.noarch 797/878
11584 Installing : roundcubemail-plugin-tasklist-skin-larry-assets-3.3-1. 798/878
11585 Installing : roundcubemail-plugin-tasklist-3.3-1.el7.kolab_3.5.noar 799/878
11586 Installing : roundcubemail-plugin-tasklist-skin-larry-3.3-1.el7.kol 800/878
11587 Installing : roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch 801/878
11588 Installing : libwmf-lite-0.2.8.4-39.el7.x86_64 802/878
11589 Installing : ImageMagick-6.7.8.9-10.el7.x86_64 803/878
11590 Installing : 1:emacs-24.3-11.el7.x86_64 804/878
11591 Installing : chwala-0.3.1-1.el7.kolab_3.5.noarch 805/878
11592 Installing : uglify-js-2.4.13-5.el7.noarch 806/878
11593 Installing : nodejs-less-1.7.0-2.el7.noarch 807/878
11594 Installing : maven-local-3.4.1-6.el7_0.noarch 808/878
11595 Installing : python-sphinx-1.1.3-8.el7.noarch 809/878
11596 Installing : 1:python-flask-0.10.1-7.el7.kolab_3.5.noarch 810/878
11597 Installing : erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64 811/878
11598 Installing : php-phpunit-PHPUnit-4.6.5-1.el7.noarch 812/878
11599 Installing : composer-1.0.0-14.el7.kolab_3.5.noarch 813/878
11600 Installing : php-sabre-http-2.0.4-1.el7.kolab_3.5.noarch 814/878
11601 Installing : libkolab-devel-0.6.git.1429288613-12.el7.kolab_3.5.x86 815/878
11602 Installing : php-sabre-vobject-3.2.4-1.el7.kolab_3.5.noarch 816/878
11603 Installing : php-5.4.16-23.el7_0.3.x86_64 817/878
11604 Installing : 1:net-snmp-devel-5.7.2-20.el7.x86_64 818/878
11605 Installing : python-twisted-core-12.2.0-4.el7.x86_64 819/878
11606 Installing : maven-install-plugin-2.4-7.el7.noarch 820/878
11607 Installing : erlang-riak_pb-2.0.0.16-9.el7.kolab_3.5.x86_64 821/878
11608 Installing : erlang-procket-0.6.1-3.el7.kolab_3.5.x86_64 822/878
11609 Installing : erlang-proper-1.1-8.el7.kolab_3.5.x86_64 823/878
11610 Installing : erlang-hamcrest-0.1.0-9.el7.kolab_3.5.x86_64 824/878
11611 Installing : erlang-riakc-2.0.1-8.el7.kolab_3.5.x86_64 825/878
11612 Installing : erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64 826/878
11613 Installing : erlang-poolboy-1.4.2-3.el7.kolab_3.5.x86_64 827/878
11614 Installing : erlang-inert-0.6.1-4.el7.kolab_3.5.x86_64 828/878
11615 Installing : erlang-iso8601-1.2-4.el7.kolab_3.5.x86_64 829/878
11616 Installing : erlang-goldrush-0.1.6-6.el7.kolab_3.5.x86_64 830/878
11617 Installing : erlang-jsx-2.4.0-4.el7.kolab_3.5.x86_64 831/878
11618 Installing : erlang-lager-2.1.0-9.el7.kolab_3.5.x86_64 832/878
11619 Installing : 1:transfig-3.2.5d-13.el7.x86_64 833/878
11620 Installing : latex2html-2012-3.el7.noarch 834/878
11621 Installing : python-cffi-0.8.6-1.el7.kolab_3.5.x86_64 835/878
11622 Installing : 5:guile-devel-2.0.9-5.el7.x86_64 836/878
11623 Installing : python-pyasn1-modules-0.1.6-2.el7.noarch 837/878
11624 Installing : python-icalendar-3.8.2-8.el7.kolab_3.5.noarch 838/878
11625 Installing : pytest-2.3.5-4.el7.noarch 839/878
11626 Installing : svrcore-devel-4.0.4-11.el7.x86_64 840/878
11627 Installing : CUnit-devel-2.1.3-8.el7.x86_64 841/878
11628 Installing : jansson-devel-2.4-6.el7.x86_64 842/878
11629 Installing : elinks-0.12-0.36.pre6.el7.x86_64 843/878
11630 Updating : nss-tools-3.18.0-2.2.el7_1.x86_64 844/878
11631 Installing : python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_6 845/878
11632 Installing : tkinter-2.7.5-16.el7.x86_64 846/878
11633 Installing : openldap-devel-2.4.39-6.el7.x86_64 847/878
11634 Installing : libuuid-devel-2.23.2-22.el7_1.x86_64 848/878
11635 Installing : libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64 849/878
11636 Installing : 1:tcl-devel-8.5.13-4.el7.x86_64 850/878
11637 Installing : python-cssmin-0.2.0-12.el7.kolab_3.5.noarch 851/878
11638 Installing : groff-1.22.2-8.el7.x86_64 852/878
11639 Installing : perl-Test-Simple-0.98-243.el7.noarch 853/878
11640 Installing : python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch 854/878
11641 Installing : libical-devel-0.48-6.el7.x86_64 855/878
11642 Installing : Cython-0.19-3.el7.x86_64 856/878
11643 Installing : python-gflags-2.0-6.el7.kolab_3.5.noarch 857/878
11644 Installing : python-sqlalchemy-0.9.7-3.el7.x86_64 858/878
11645 Installing : fdupes-1.51-6.el7.x86_64 859/878
11646 Installing : dos2unix-6.0.3-4.el7.x86_64 860/878
11647 Installing : cyrus-sasl-md5-2.1.26-17.el7.x86_64 861/878
11648 Installing : python-iso8601-0.1.10-1.el7.noarch 862/878
11649 Installing : python-six-1.9.0-2.el7.kolab_3.5.noarch 863/878
11650 Installing : tcp_wrappers-7.6-77.el7.x86_64 864/878
11651 Installing : python-ldap-2.4.15-2.el7.x86_64 865/878
11652 Installing : python-nose-1.3.0-2.el7.noarch 866/878
11653 Installing : python-pretend-1.0.8-2.el7.noarch 867/878
11654 Installing : 1:emacs-el-24.3-11.el7.noarch 868/878
11655 Installing : python-cryptography-vectors-0.8-1.el7.noarch 869/878
11656 Cleanup : nss-tools-3.16.2.3-5.el7.x86_64 870/878
11657 Cleanup : nss-3.16.2.3-5.el7.x86_64 871/878
11658 Cleanup : nss-sysinit-3.16.2.3-5.el7.x86_64 872/878
11659 Cleanup : util-linux-2.23.2-21.el7.x86_64 873/878
11660 Cleanup : libmount-2.23.2-21.el7.x86_64 874/878
11661 Cleanup : libblkid-2.23.2-21.el7.x86_64 875/878
11662 Cleanup : nss-util-3.16.2.3-2.el7.x86_64 876/878
11663 Cleanup : nspr-4.10.6-3.el7.x86_64 877/878
11664 Cleanup : libuuid-2.23.2-21.el7.x86_64 878/878
11665ERROR: SQLSTATE[HY000] [2002] No such file or directoryError 500: Error connecting to database: SQLSTATE[HY000] [2002] No such file or directory
11666 Verifying : 2:texlive-tools-svn26263.0-32.el7.noarch 1/878
11667 Verifying : libwmf-lite-0.2.8.4-39.el7.x86_64 2/878
11668 Verifying : 2:texlive-ifxetex-svn19685.0.5-32.el7.noarch 3/878
11669 Verifying : avalon-logkit-2.1-14.el7.noarch 4/878
11670 Verifying : maven-profile-2.2.1-47.el7.noarch 5/878
11671 Verifying : 2:texlive-mparhack-svn15878.1.4-32.el7.noarch 6/878
11672 Verifying : maven-wagon-2.4-3.el7.noarch 7/878
11673 Verifying : maven-plugin-registry-2.2.1-47.el7.noarch 8/878
11674 Verifying : 2:texlive-dvips-bin-svn26509.0-32.20130427_r30134.el7. 9/878
11675 Verifying : erlang-eldap-R16B-03.10.el7.x86_64 10/878
11676 Verifying : erlang-stdlib-R16B-03.10.el7.x86_64 11/878
11677 Verifying : apache-rat-core-0.8-13.el7.noarch 12/878
11678 Verifying : roundcubemail-plugin-kolab_folders-3.3-1.el7.kolab_3.5 13/878
11679 Verifying : 2:texlive-bibtex-bin-svn26509.0-32.20130427_r30134.el7 14/878
11680 Verifying : 1:openssl-devel-1.0.1e-42.el7.4.x86_64 15/878
11681 Verifying : erlang-sasl-R16B-03.10.el7.x86_64 16/878
11682 Verifying : 2:texlive-lm-math-svn29044.1.958-32.el7.noarch 17/878
11683 Verifying : roundcubemail-plugin-tasklist-skin-larry-assets-3.3-1. 18/878
11684 Verifying : 2:texlive-cm-super-svn15878.0-32.el7.noarch 19/878
11685 Verifying : plexus-archiver-2.4.2-4.el7.noarch 20/878
11686 Verifying : 2:texlive-amsfonts-svn29208.3.04-32.el7.noarch 21/878
11687 Verifying : erlang-poolboy-1.4.2-3.el7.kolab_3.5.x86_64 22/878
11688 Verifying : c-ares-1.10.0-3.el7.x86_64 23/878
11689 Verifying : nss-softokn-devel-3.16.2.3-9.el7.x86_64 24/878
11690 Verifying : xmlgraphics-commons-1.5-3.el7.noarch 25/878
11691 Verifying : erlang-inert-0.6.1-4.el7.kolab_3.5.x86_64 26/878
11692 Verifying : php-symfony-dom-crawler-2.5.11-1.el7.noarch 27/878
11693 Verifying : roundcubemail-plugin-archive-skin-larry-assets-1.2-3.e 28/878
11694 Verifying : roundcubemail-skin-larry-1.2-3.el7.kolab_3.5.noarch 29/878
11695 Verifying : libselinux-devel-2.2.2-6.el7.x86_64 30/878
11696 Verifying : apache-rat-plugin-0.8-13.el7.noarch 31/878
11697 Verifying : apache-resource-bundles-2-11.el7.noarch 32/878
11698 Verifying : erlang-iso8601-1.2-4.el7.kolab_3.5.x86_64 33/878
11699 Verifying : 2:texlive-dvipdfmx-svn26765.0-32.el7.noarch 34/878
11700 Verifying : 2:texlive-xkeyval-svn27995.2.6a-32.el7.noarch 35/878
11701 Verifying : apache-commons-logging-1.1.2-7.el7.noarch 36/878
11702 Verifying : php-pear-DB-1.7.14-6.el7.noarch 37/878
11703 Verifying : 2:jtidy-1.0-0.16.20100930svn1125.el7.noarch 38/878
11704 Verifying : erlang-percept-R16B-03.10.el7.x86_64 39/878
11705 Verifying : erlang-toolbar-R16B-03.10.el7.x86_64 40/878
11706 Verifying : maven-artifact-manager-2.2.1-47.el7.noarch 41/878
11707 Verifying : 4:perl-devel-5.16.3-285.el7.x86_64 42/878
11708 Verifying : boost-random-1.53.0-23.el7.x86_64 43/878
11709 Verifying : roundcubemail-plugin-kolab_delegation-skin-larry-3.3-1 44/878
11710 Verifying : 2:texlive-fpl-svn15878.1.002-32.el7.noarch 45/878
11711 Verifying : php-pear-Auth-SASL-1.0.6-5.el7.noarch 46/878
11712 Verifying : python-cryptography-vectors-0.8-1.el7.noarch 47/878
11713 Verifying : 2:texlive-pdftex-bin-svn27321.0-32.20130427_r30134.el7 48/878
11714 Verifying : maven-plugin-annotations-3.1-17.el7.noarch 49/878
11715 Verifying : 2:texlive-unicode-math-svn29413.0.7d-32.el7.noarch 50/878
11716 Verifying : nss-util-devel-3.18.0-1.el7_1.x86_64 51/878
11717 Verifying : 1:emacs-el-24.3-11.el7.noarch 52/878
11718 Verifying : beust-jcommander-1.30-5.el7.noarch 53/878
11719 Verifying : CUnit-devel-2.1.3-8.el7.x86_64 54/878
11720 Verifying : jvnet-parent-4-2.el7.noarch 55/878
11721 Verifying : php-phpunit-Version-1.0.5-1.el7.noarch 56/878
11722 Verifying : slf4j-1.7.4-3.el7.noarch 57/878
11723 Verifying : erlang-kernel-R16B-03.10.el7.x86_64 58/878
11724 Verifying : php-mbstring-5.4.16-23.el7_0.3.x86_64 59/878
11725 Verifying : erlang-hipe-R16B-03.10.el7.x86_64 60/878
11726 Verifying : 2:texlive-pst-slpe-svn24391.1.31-32.el7.noarch 61/878
11727 Verifying : erlang-cosFileTransfer-R16B-03.10.el7.x86_64 62/878
11728 Verifying : php-phpunit-PHPUnit-4.6.5-1.el7.noarch 63/878
11729 Verifying : 2:texlive-filecontents-svn24250.1.3-32.el7.noarch 64/878
11730 Verifying : uuid-devel-1.6.2-26.el7.x86_64 65/878
11731 Verifying : erlang-jinterface-R16B-03.10.el7.x86_64 66/878
11732 Verifying : erlang-webtool-R16B-03.10.el7.x86_64 67/878
11733 Verifying : libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64 68/878
11734 Verifying : 2:texlive-xunicode-svn23897.0.981-32.el7.noarch 69/878
11735 Verifying : apache-commons-beanutils-1.8.3-14.el7.noarch 70/878
11736 Verifying : 2:texlive-ltxmisc-svn21927.0-32.el7.noarch 71/878
11737 Verifying : python-pretend-1.0.8-2.el7.noarch 72/878
11738 Verifying : 2:texlive-kpathsea-svn28792.0-32.el7.noarch 73/878
11739 Verifying : python-babel-0.9.6-8.el7.noarch 74/878
11740 Verifying : erlang-parsetools-R16B-03.10.el7.x86_64 75/878
11741 Verifying : erlang-R16B-03.10.el7.x86_64 76/878
11742 Verifying : php-pear-HTTP-Request2-2.2.1-1.el7.noarch 77/878
11743 Verifying : php-pear-Mail-Mime-1.8.9-1.el7.noarch 78/878
11744 Verifying : php-phpunit-File-Iterator-1.4.0-1.el7.noarch 79/878
11745 Verifying : python-nose-1.3.0-2.el7.noarch 80/878
11746 Verifying : 2:texlive-collection-fontsrecommended-svn28082.0-32.20 81/878
11747 Verifying : gd-2.0.35-26.el7.x86_64 82/878
11748 Verifying : python-ldap-2.4.15-2.el7.x86_64 83/878
11749 Verifying : 2:texlive-pstricks-add-svn28750.3.59-32.el7.noarch 84/878
11750 Verifying : roundcubemail-plugin-libcalendaring-3.3-1.el7.kolab_3. 85/878
11751 Verifying : nodejs-source-map-0.1.33-1.el7.noarch 86/878
11752 Verifying : 2:texlive-sepnum-svn20186.2.0-32.el7.noarch 87/878
11753 Verifying : 2:texlive-euro-svn22191.1.1-32.el7.noarch 88/878
11754 Verifying : roundcubemail-plugin-kolab_auth-3.3-1.el7.kolab_3.5.no 89/878
11755 Verifying : 2:texlive-rsfs-svn15878.0-32.el7.noarch 90/878
11756 Verifying : 2:texlive-dvips-svn29585.0-32.el7.noarch 91/878
11757 Verifying : weld-parent-17-9.el7.noarch 92/878
11758 Verifying : svrcore-devel-4.0.4-11.el7.x86_64 93/878
11759 Verifying : php-phpunit-diff-1.3.0-1.el7.noarch 94/878
11760 Verifying : libzip-0.10.1-8.el7.x86_64 95/878
11761 Verifying : 2:texlive-mptopdf-svn26689.0-32.el7.noarch 96/878
11762 Verifying : libcurl-devel-7.29.0-19.el7.x86_64 97/878
11763 Verifying : aether-api-1.13.1-13.el7.noarch 98/878
11764 Verifying : maven-model-2.2.1-47.el7.noarch 99/878
11765 Verifying : roundcubemail-plugin-kolab_notes-skin-larry-assets-3.3 100/878
11766 Verifying : roundcubemail-plugin-archive-assets-1.2-3.el7.kolab_3. 101/878
11767 Verifying : erlang-asn1-R16B-03.10.el7.x86_64 102/878
11768 Verifying : maven-plugin-tools-beanshell-3.1-17.el7.noarch 103/878
11769 Verifying : xz-java-1.3-3.el7.noarch 104/878
11770 Verifying : php-sabre-event-1.0.1-1.el7.kolab_3.5.noarch 105/878
11771 Verifying : 2:texlive-euler-svn17261.2.5-32.el7.noarch 106/878
11772 Verifying : boost-1.53.0-23.el7.x86_64 107/878
11773 Verifying : perl-ExtUtils-Manifest-1.61-244.el7.noarch 108/878
11774 Verifying : composer-1.0.0-14.el7.kolab_3.5.noarch 109/878
11775 Verifying : elfutils-libelf-devel-0.160-1.el7.x86_64 110/878
11776 Verifying : maven-doxia-module-xdoc-1.4-5.el7.noarch 111/878
11777 Verifying : libICE-devel-1.0.8-7.el7.x86_64 112/878
11778 Verifying : 2:texlive-luatexbase-svn22560.0.31-32.el7.noarch 113/878
11779 Verifying : libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64 114/878
11780 Verifying : 2:texlive-microtype-svn29392.2.5-32.el7.noarch 115/878
11781 Verifying : roundcubemail-skin-chameleon-core-0.3.6-1.el7.kolab_3. 116/878
11782 Verifying : 2:texlive-section-svn20180.0-32.el7.noarch 117/878
11783 Verifying : plexus-containers-component-metadata-1.5.5-14.el7.noar 118/878
11784 Verifying : 2:texlive-subfig-svn15878.1.3-32.el7.noarch 119/878
11785 Verifying : roundcubemail-plugin-kolab_files-assets-3.3-1.el7.kola 120/878
11786 Verifying : python-zope-interface-4.0.5-4.el7.x86_64 121/878
11787 Verifying : maven-reporting-impl-2.2-8.el7.noarch 122/878
11788 Verifying : 2:texlive-pst-fill-svn15878.1.01-32.el7.noarch 123/878
11789 Verifying : erlang-public_key-R16B-03.10.el7.x86_64 124/878
11790 Verifying : jsoup-1.6.1-10.el7.noarch 125/878
11791 Verifying : maven-surefire-provider-junit-2.15-3.el7.noarch 126/878
11792 Verifying : guava-13.0-6.el7.noarch 127/878
11793 Verifying : python-pycparser-2.10-1.el7.kolab_3.5.noarch 128/878
11794 Verifying : jakarta-oro-2.0.8-16.el7.noarch 129/878
11795 Verifying : maven-invoker-2.1.1-9.el7.noarch 130/878
11796 Verifying : erlang-gs-R16B-03.10.el7.x86_64 131/878
11797 Verifying : 2:texlive-rcs-svn15878.0-32.el7.noarch 132/878
11798 Verifying : php-symfony-dependency-injection-2.5.11-1.el7.noarch 133/878
11799 Verifying : 2:texlive-fancyhdr-svn15878.3.1-32.el7.noarch 134/878
11800 Verifying : nodejs-uglify-to-browserify-1.0.2-2.el7.noarch 135/878
11801 Verifying : python-pyasn1-modules-0.1.6-2.el7.noarch 136/878
11802 Verifying : urw-fonts-2.4-16.el7.noarch 137/878
11803 Verifying : 2:texlive-dvipdfm-svn26689.0.13.2d-32.el7.noarch 138/878
11804 Verifying : 2:texlive-metafont-svn26689.2.718281-32.el7.noarch 139/878
11805 Verifying : roundcubemail-skin-larry-assets-1.2-3.el7.kolab_3.5.no 140/878
11806 Verifying : php-sebastian-global-state-1.0.0-1.el7.noarch 141/878
11807 Verifying : 2:texlive-makeindex-svn26689.2.12-32.el7.noarch 142/878
11808 Verifying : 2:texlive-symbol-svn28614.0-32.el7.noarch 143/878
11809 Verifying : php-symfony-http-foundation-2.5.11-1.el7.noarch 144/878
11810 Verifying : 2:texlive-parskip-svn19963.2.0-32.el7.noarch 145/878
11811 Verifying : php-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64 146/878
11812 Verifying : plexus-io-2.0.5-9.el7.noarch 147/878
11813 Verifying : 2:texlive-lua-alt-getopt-svn29349.0.7.0-32.el7.noarch 148/878
11814 Verifying : roundcubemail-plugin-filesystem_attachments-1.2-3.el7. 149/878
11815 Verifying : maven-enforcer-rules-1.2-8.el7.noarch 150/878
11816 Verifying : roundcubemail-plugin-password-assets-1.2-3.el7.kolab_3 151/878
11817 Verifying : plexus-cipher-1.7-5.el7.noarch 152/878
11818 Verifying : qdox-1.12.1-9.el7.noarch 153/878
11819 Verifying : maven-archiver-2.5-9.el7.noarch 154/878
11820 Verifying : 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch 155/878
11821 Verifying : fop-1.1-6.el7.noarch 156/878
11822 Verifying : tcp_wrappers-7.6-77.el7.x86_64 157/878
11823 Verifying : 2:texlive-varwidth-svn24104.0.92-32.el7.noarch 158/878
11824 Verifying : 2:texlive-latex-bin-bin-svn14050.0-32.20130427_r30134. 159/878
11825 Verifying : wxBase-2.8.12-13.el7.x86_64 160/878
11826 Verifying : maven-shared-19-4.el7.noarch 161/878
11827 Verifying : boost-context-1.53.0-23.el7.x86_64 162/878
11828 Verifying : 2:texlive-pdfpages-svn27574.0.4t-32.el7.noarch 163/878
11829 Verifying : plexus-compiler-2.2-7.el7.noarch 164/878
11830 Verifying : 2:texlive-setspace-svn24881.6.7a-32.el7.noarch 165/878
11831 Verifying : 1:msv-xsdlib-2013.5.1-6.el7.noarch 166/878
11832 Verifying : 2:texlive-currfile-svn29012.0.7b-32.el7.noarch 167/878
11833 Verifying : erlang-tv-R16B-03.10.el7.x86_64 168/878
11834 Verifying : 2:texlive-l3kernel-svn29409.SVN_4469-32.el7.noarch 169/878
11835 Verifying : maven-remote-resources-plugin-1.4-7.el7.noarch 170/878
11836 Verifying : aether-util-1.13.1-13.el7.noarch 171/878
11837 Verifying : maven-shared-incremental-1.1-6.el7.noarch 172/878
11838 Verifying : rhino-1.7R4-5.el7.noarch 173/878
11839 Verifying : roundcubemail-plugin-kolab_delegation-skin-larry-asset 174/878
11840 Verifying : libmcrypt-2.5.8-13.el7.x86_64 175/878
11841 Verifying : 2:texlive-makeindex-bin-svn26509.0-32.20130427_r30134. 176/878
11842 Verifying : jzlib-1.1.1-6.el7.noarch 177/878
11843 Verifying : pyparsing-1.5.6-9.el7.noarch 178/878
11844 Verifying : python-six-1.9.0-2.el7.kolab_3.5.noarch 179/878
11845 Verifying : 2:texlive-xdvi-bin-svn26509.0-32.20130427_r30134.el7.x 180/878
11846 Verifying : maven-doxia-sink-api-1.4-5.el7.noarch 181/878
11847 Verifying : roundcubemail-plugin-acl-1.2-3.el7.kolab_3.5.noarch 182/878
11848 Verifying : util-linux-2.23.2-22.el7_1.x86_64 183/878
11849 Verifying : avalon-framework-4.3-10.el7.noarch 184/878
11850 Verifying : lighttpd-1.4.35-1.el7.x86_64 185/878
11851 Verifying : maven-surefire-plugin-2.15-3.el7.noarch 186/878
11852 Verifying : 2:texlive-etex-svn22198.2.1-32.el7.noarch 187/878
11853 Verifying : pyserial-2.6-5.el7.noarch 188/878
11854 Verifying : 2:texlive-memoir-svn21638.3.6j_patch_6.0g-32.el7.noarc 189/878
11855 Verifying : atinject-1-13.20100611svn86.el7.noarch 190/878
11856 Verifying : ycssmin-1.0.1-6.el7.noarch 191/878
11857 Verifying : apache-commons-parent-26-8.el7.noarch 192/878
11858 Verifying : roundcubemail-1.2-3.el7.kolab_3.5.noarch 193/878
11859 Verifying : maven-install-plugin-2.4-7.el7.noarch 194/878
11860 Verifying : erlang-ic-R16B-03.10.el7.x86_64 195/878
11861 Verifying : erlang-dialyzer-R16B-03.10.el7.x86_64 196/878
11862 Verifying : maven-surefire-provider-testng-2.15-3.el7.noarch 197/878
11863 Verifying : jaxen-1.1.3-11.el7.noarch 198/878
11864 Verifying : php-devel-5.4.16-23.el7_0.3.x86_64 199/878
11865 Verifying : apache-commons-cli-1.2-13.el7.noarch 200/878
11866 Verifying : boost-date-time-1.53.0-23.el7.x86_64 201/878
11867 Verifying : maven-enforcer-plugin-1.2-8.el7.noarch 202/878
11868 Verifying : php-symfony-common-2.5.11-1.el7.noarch 203/878
11869 Verifying : roundcubemail-plugin-kolab_delegation-assets-3.3-1.el7 204/878
11870 Verifying : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 205/878
11871 Verifying : php-symfony-browser-kit-2.5.11-1.el7.noarch 206/878
11872 Verifying : maven-resources-plugin-2.6-6.el7.noarch 207/878
11873 Verifying : libuuid-2.23.2-22.el7_1.x86_64 208/878
11874 Verifying : felix-bundlerepository-1.6.6-15.el7.noarch 209/878
11875 Verifying : elinks-0.12-0.36.pre6.el7.x86_64 210/878
11876 Verifying : python-sphinx-1.1.3-8.el7.noarch 211/878
11877 Verifying : roundcubemail-plugin-kolab_activesync-skin-larry-asset 212/878
11878 Verifying : 1:isorelax-0-0.15.release20050331.el7.noarch 213/878
11879 Verifying : jdom-1.1.3-6.el7.noarch 214/878
11880 Verifying : php-sebastian-recursion-context-1.0.0-1.el7.noarch 215/878
11881 Verifying : apache-commons-validator-1.4.0-8.el7.noarch 216/878
11882 Verifying : plexus-utils-3.0.9-9.el7.noarch 217/878
11883 Verifying : 2:texlive-booktabs-svn15878.1.61803-32.el7.noarch 218/878
11884 Verifying : mozldap-6.0.5-38.el7.kolab_3.5.x86_64 219/878
11885 Verifying : lksctp-tools-1.0.13-3.el7.x86_64 220/878
11886 Verifying : roundcubemail-plugin-filesystem_attachments-assets-1.2 221/878
11887 Verifying : jboss-transaction-1.1-api-1.0.1-8.el7.noarch 222/878
11888 Verifying : jboss-el-2.2-api-1.0.1-0.7.20120212git2fabd8.el7.noarc 223/878
11889 Verifying : 2:texlive-zapfchan-svn28614.0-32.el7.noarch 224/878
11890 Verifying : 2:texlive-url-svn16864.3.2-32.el7.noarch 225/878
11891 Verifying : maven-doxia-tools-1.4-14.el7.noarch 226/878
11892 Verifying : php-phpspec-prophecy-1.4.0-1.el7.noarch 227/878
11893 Verifying : 1:net-snmp-devel-5.7.2-20.el7.x86_64 228/878
11894 Verifying : roundcubemail-plugin-kolab_files-skin-larry-assets-3.3 229/878
11895 Verifying : roundcubemail-plugin-jqueryui-skin-larry-assets-1.2-3. 230/878
11896 Verifying : 2:texlive-ae-svn15878.1.4-32.el7.noarch 231/878
11897 Verifying : junit-4.11-8.el7.noarch 232/878
11898 Verifying : 2:texlive-tex-gyre-math-svn29045.0-32.el7.noarch 233/878
11899 Verifying : erlang-cosNotification-R16B-03.10.el7.x86_64 234/878
11900 Verifying : 2:texlive-lm-svn28119.2.004-32.el7.noarch 235/878
11901 Verifying : erlang-getopt-0.7.0-1.el7.x86_64 236/878
11902 Verifying : roundcubemail-plugin-tasklist-assets-3.3-1.el7.kolab_3 237/878
11903 Verifying : boost-test-1.53.0-23.el7.x86_64 238/878
11904 Verifying : roundcubemail-plugin-zipdownload-assets-1.2-3.el7.kola 239/878
11905 Verifying : python-iso8601-0.1.10-1.el7.noarch 240/878
11906 Verifying : cyrus-sasl-md5-2.1.26-17.el7.x86_64 241/878
11907 Verifying : maven-plugin-tools-annotations-3.1-17.el7.noarch 242/878
11908 Verifying : dos2unix-6.0.3-4.el7.x86_64 243/878
11909 Verifying : 2:texlive-fp-svn15878.0-32.el7.noarch 244/878
11910 Verifying : erlang-eunit-R16B-03.10.el7.x86_64 245/878
11911 Verifying : boost-regex-1.53.0-23.el7.x86_64 246/878
11912 Verifying : 2:texlive-babel-svn24756.3.8m-32.el7.noarch 247/878
11913 Verifying : 2:texlive-xcolor-svn15878.2.11-32.el7.noarch 248/878
11914 Verifying : bsh-1.3.0-29.el7.noarch 249/878
11915 Verifying : 2:texlive-attachfile-svn21866.v1.5b-32.el7.noarch 250/878
11916 Verifying : regexp-1.5-13.el7.noarch 251/878
11917 Verifying : 2:texlive-ifetex-svn24853.1.2-32.el7.noarch 252/878
11918 Verifying : cyrus-sasl-2.1.26-17.el7.x86_64 253/878
11919 Verifying : php-pear-Net-Socket-1.0.14-1.el7.noarch 254/878
11920 Verifying : maven-plugin-tools-generators-3.1-17.el7.noarch 255/878
11921 Verifying : 1:libuv-0.10.34-1.el7.x86_64 256/878
11922 Verifying : jboss-parent-6-12.el7.noarch 257/878
11923 Verifying : 2:texlive-sansmath-svn17997.1.1-32.el7.noarch 258/878
11924 Verifying : 2:texlive-tex-svn26689.3.1415926-32.el7.noarch 259/878
11925 Verifying : tcp_wrappers-devel-7.6-77.el7.x86_64 260/878
11926 Verifying : libcom_err-devel-1.42.9-7.el7.x86_64 261/878
11927 Verifying : 2:texlive-pspicture-svn15878.0-32.el7.noarch 262/878
11928 Verifying : boost-filesystem-1.53.0-23.el7.x86_64 263/878
11929 Verifying : httpcomponents-core-4.2.4-6.el7.noarch 264/878
11930 Verifying : 2:texlive-type1cm-svn21820.0-32.el7.noarch 265/878
11931 Verifying : wxGTK-gl-2.8.12-13.el7.x86_64 266/878
11932 Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 267/878
11933 Verifying : plexus-resources-1.0-0.15.a7.el7.noarch 268/878
11934 Verifying : roundcubemail-plugin-kolab_tags-skin-larry-assets-3.3- 269/878
11935 Verifying : maven-parent-20-5.el7.noarch 270/878
11936 Verifying : maven-enforcer-api-1.2-8.el7.noarch 271/878
11937 Verifying : php-pear-Net-LDAP2-2.1.0-1.el7.noarch 272/878
11938 Verifying : erlang-runtime_tools-R16B-03.10.el7.x86_64 273/878
11939 Verifying : apache-rat-0.8-13.el7.noarch 274/878
11940 Verifying : bcel-5.2-18.el7.noarch 275/878
11941 Verifying : roundcubemail-plugin-kolab_notes-assets-3.3-1.el7.kola 276/878
11942 Verifying : maven-project-2.2.1-47.el7.noarch 277/878
11943 Verifying : maven-monitor-2.2.1-47.el7.noarch 278/878
11944 Verifying : roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.noa 279/878
11945 Verifying : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 280/878
11946 Verifying : 1:apache-commons-io-2.4-12.el7.noarch 281/878
11947 Verifying : apache-rat-tasks-0.8-13.el7.noarch 282/878
11948 Verifying : roundcubemail-plugin-libcalendaring-skin-larry-3.3-1.e 283/878
11949 Verifying : 2:texlive-thumbpdf-svn26689.3.15-32.el7.noarch 284/878
11950 Verifying : 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch 285/878
11951 Verifying : boost-math-1.53.0-23.el7.x86_64 286/878
11952 Verifying : erlang-syntax_tools-R16B-03.10.el7.x86_64 287/878
11953 Verifying : erlang-appmon-R16B-03.10.el7.x86_64 288/878
11954 Verifying : bc-1.06.95-13.el7.x86_64 289/878
11955 Verifying : php-cli-5.4.16-23.el7_0.3.x86_64 290/878
11956 Verifying : 2:texlive-bera-svn20031.0-32.el7.noarch 291/878
11957 Verifying : 5:guile-2.0.9-5.el7.x86_64 292/878
11958 Verifying : boost-python-1.53.0-23.el7.x86_64 293/878
11959 Verifying : roundcubemail-plugin-kolab_tags-3.3-1.el7.kolab_3.5.no 294/878
11960 Verifying : fdupes-1.51-6.el7.x86_64 295/878
11961 Verifying : t1lib-5.1.2-14.el7.x86_64 296/878
11962 Verifying : 1:emacs-24.3-11.el7.x86_64 297/878
11963 Verifying : libSM-devel-1.2.1-7.el7.x86_64 298/878
11964 Verifying : pytest-2.3.5-4.el7.noarch 299/878
11965 Verifying : maven-plugin-descriptor-2.2.1-47.el7.noarch 300/878
11966 Verifying : plexus-i18n-1.0-0.6.b10.4.el7.noarch 301/878
11967 Verifying : 2:texlive-multido-svn18302.1.42-32.el7.noarch 302/878
11968 Verifying : 2:texlive-chngcntr-svn17157.1.0a-32.el7.noarch 303/878
11969 Verifying : roundcubemail-plugin-kolab_auth-assets-3.3-1.el7.kolab 304/878
11970 Verifying : dejavu-sans-mono-fonts-2.33-6.el7.noarch 305/878
11971 Verifying : erlang-snmp-R16B-03.10.el7.x86_64 306/878
11972 Verifying : plexus-sec-dispatcher-1.4-13.el7.noarch 307/878
11973 Verifying : 2:texlive-ncntrsbk-svn28614.0-32.el7.noarch 308/878
11974 Verifying : erlang-test_server-R16B-03.10.el7.x86_64 309/878
11975 Verifying : jai-imageio-core-1.2-0.14.20100217cvs.el7.noarch 310/878
11976 Verifying : SDL-1.2.15-11.el7.x86_64 311/878
11977 Verifying : erlang-os_mon-R16B-03.10.el7.x86_64 312/878
11978 Verifying : erlang-goldrush-0.1.6-6.el7.kolab_3.5.x86_64 313/878
11979 Verifying : 2:texlive-cite-svn19955.5.3-32.el7.noarch 314/878
11980 Verifying : erlang-examples-R16B-03.10.el7.x86_64 315/878
11981 Verifying : spice-parent-15-11.el7.noarch 316/878
11982 Verifying : roundcubemail-plugin-jqueryui-assets-1.2-3.el7.kolab_3 317/878
11983 Verifying : erlang-otp_mibs-R16B-03.10.el7.x86_64 318/878
11984 Verifying : antlr-tool-2.7.7-30.el7.noarch 319/878
11985 Verifying : 2:texlive-tex-bin-svn26912.0-32.20130427_r30134.el7.x8 320/878
11986 Verifying : 2:texlive-metalogo-svn18611.0.12-32.el7.noarch 321/878
11987 Verifying : zziplib-0.13.62-5.el7.x86_64 322/878
11988 Verifying : erlang-inets-R16B-03.10.el7.x86_64 323/878
11989 Verifying : boost-program-options-1.53.0-23.el7.x86_64 324/878
11990 Verifying : php-tidy-5.4.16-3.el7.x86_64 325/878
11991 Verifying : 2:texlive-kpathsea-lib-2012-32.20130427_r30134.el7.x86 326/878
11992 Verifying : 2:texlive-hyphen-base-svn29197.0-32.el7.noarch 327/878
11993 Verifying : 1:tk-8.5.13-4.el7.x86_64 328/878
11994 Verifying : php-phpunit-Text-Template-1.2.0-5.el7.noarch 329/878
11995 Verifying : nodejs-less-1.7.0-2.el7.noarch 330/878
11996 Verifying : plexus-component-api-1.0-0.16.alpha15.el7.noarch 331/878
11997 Verifying : 1:v8-3.14.5.10-17.el7.x86_64 332/878
11998 Verifying : python-pygments-1.4-9.el7.noarch 333/878
11999 Verifying : php-pear-Net-SMTP-1.6.2-1.el7.noarch 334/878
12000 Verifying : python-sqlalchemy-0.9.7-3.el7.x86_64 335/878
12001 Verifying : roundcubemail-plugin-managesieve-skin-larry-1.2-3.el7. 336/878
12002 Verifying : maven-jar-plugin-2.4-8.el7.noarch 337/878
12003 Verifying : maven-shared-utils-0.4-3.el7.noarch 338/878
12004 Verifying : 2:texlive-showexpl-svn27790.v0.3j-32.el7.noarch 339/878
12005 Verifying : felix-osgi-compendium-1.4.0-19.el7.noarch 340/878
12006 Verifying : roundcubemail-plugin-zipdownload-1.2-3.el7.kolab_3.5.n 341/878
12007 Verifying : 1:js-1.8.5-17.el7.x86_64 342/878
12008 Verifying : roundcubemail-plugin-kolab_activesync-3.3-1.el7.kolab_ 343/878
12009 Verifying : 2:texlive-oberdiek-svn26725.0-32.el7.noarch 344/878
12010 Verifying : 2:texlive-dvipdfmx-bin-svn26509.0-32.20130427_r30134.e 345/878
12011 Verifying : maven-source-plugin-2.2.1-7.el7.noarch 346/878
12012 Verifying : batik-1.8-0.12.svn1230816.el7.noarch 347/878
12013 Verifying : maven-plugin-tools-api-3.1-17.el7.noarch 348/878
12014 Verifying : roundcubemail-plugin-calendar-skin-larry-assets-3.3-1. 349/878
12015 Verifying : felix-framework-4.2.1-5.el7.noarch 350/878
12016 Verifying : ghostscript-9.07-18.el7.x86_64 351/878
12017 Verifying : php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noar 352/878
12018 Verifying : objectweb-asm-3.3.1-9.el7.noarch 353/878
12019 Verifying : 2:texlive-dvipdfmx-def-svn15878.0-32.el7.noarch 354/878
12020 Verifying : php-PsrLog-1.0.0-6.el7.noarch 355/878
12021 Verifying : roundcubemail-plugin-calendar-3.3-1.el7.kolab_3.5.noar 356/878
12022 Verifying : python-ply-3.4-4.el7.noarch 357/878
12023 Verifying : boost-devel-1.53.0-23.el7.x86_64 358/878
12024 Verifying : cglib-2.2-18.el7.noarch 359/878
12025 Verifying : xpp3-1.1.3.8-11.el7.noarch 360/878
12026 Verifying : javamail-1.4.6-8.el7.noarch 361/878
12027 Verifying : roundcubemail-plugin-kolab_addressbook-3.3-1.el7.kolab 362/878
12028 Verifying : plexus-digest-1.1-15.el7.noarch 363/878
12029 Verifying : erlang-reltool-R16B-03.10.el7.x86_64 364/878
12030 Verifying : 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch 365/878
12031 Verifying : apache-commons-jxpath-1.3-20.el7.noarch 366/878
12032 Verifying : boost-locale-1.53.0-23.el7.x86_64 367/878
12033 Verifying : 1:net-snmp-agent-libs-5.7.2-20.el7.x86_64 368/878
12034 Verifying : maven-doxia-core-1.4-5.el7.noarch 369/878
12035 Verifying : 2:texlive-gsftopk-svn26689.1.19.2-32.el7.noarch 370/878
12036 Verifying : 1:net-snmp-libs-5.7.2-20.el7.x86_64 371/878
12037 Verifying : 2:texlive-anysize-svn15878.0-32.el7.noarch 372/878
12038 Verifying : roundcubemail-plugin-managesieve-assets-1.2-3.el7.kola 373/878
12039 Verifying : php-symfony-process-2.5.11-1.el7.noarch 374/878
12040 Verifying : 1:emacs-common-24.3-11.el7.x86_64 375/878
12041 Verifying : erlang-debugger-R16B-03.10.el7.x86_64 376/878
12042 Verifying : 2:texlive-collection-basic-svn26314.0-32.20130427_r301 377/878
12043 Verifying : bea-stax-api-1.2.0-9.el7.noarch 378/878
12044 Verifying : nodejs-amdefine-0.0.4-1.el7.noarch 379/878
12045 Verifying : 2:texlive-pxfonts-svn15878.0-32.el7.noarch 380/878
12046 Verifying : 2:texlive-pst-grad-svn15878.1.06-32.el7.noarch 381/878
12047 Verifying : roundcubemail-plugin-acl-skin-larry-assets-1.2-3.el7.k 382/878
12048 Verifying : 2:texlive-geometry-svn19716.5.6-32.el7.noarch 383/878
12049 Verifying : 2:texlive-ntgclass-svn15878.0-32.el7.noarch 384/878
12050 Verifying : 2:texlive-cm-svn29581.0-32.el7.noarch 385/878
12051 Verifying : 2:texlive-texlive.infra-svn28217.0-32.el7.noarch 386/878
12052 Verifying : python-gflags-2.0-6.el7.kolab_3.5.noarch 387/878
12053 Verifying : netpbm-10.61.02-9.el7.x86_64 388/878
12054 Verifying : php-seld-phar-utils-1.0.0-1.el7.kolab_3.5.noarch 389/878
12055 Verifying : roundcubemail-skin-chameleon-assets-0.3.6-1.el7.kolab_ 390/878
12056 Verifying : Cython-0.19-3.el7.x86_64 391/878
12057 Verifying : php-intl-5.4.16-23.el7_0.3.x86_64 392/878
12058 Verifying : jna-3.5.2-8.el7.x86_64 393/878
12059 Verifying : roundcubemail-plugin-jqueryui-1.2-3.el7.kolab_3.5.noar 394/878
12060 Verifying : maven-javadoc-plugin-2.9-8.el7.noarch 395/878
12061 Verifying : 2:texlive-mh-svn29420.0-32.el7.noarch 396/878
12062 Verifying : dejavu-fonts-common-2.33-6.el7.noarch 397/878
12063 Verifying : erlang-cosProperty-R16B-03.10.el7.x86_64 398/878
12064 Verifying : plexus-classworlds-2.4.2-8.el7.noarch 399/878
12065 Verifying : 2:texlive-float-svn15878.1.3d-32.el7.noarch 400/878
12066 Verifying : geronimo-annotation-1.0-15.el7.noarch 401/878
12067 Verifying : nspr-4.10.8-1.el7_1.x86_64 402/878
12068 Verifying : maven-compiler-plugin-3.1-4.el7.noarch 403/878
12069 Verifying : erlang-jsx-2.4.0-4.el7.kolab_3.5.x86_64 404/878
12070 Verifying : 1:gmp-devel-6.0.0-11.el7.x86_64 405/878
12071 Verifying : maven-artifact-2.2.1-47.el7.noarch 406/878
12072 Verifying : apache-commons-vfs-2.0-11.el7.noarch 407/878
12073 Verifying : 2:texlive-paralist-svn15878.2.3b-32.el7.noarch 408/878
12074 Verifying : elfutils-devel-0.160-1.el7.x86_64 409/878
12075 Verifying : 2:texlive-footmisc-svn23330.5.5b-32.el7.noarch 410/878
12076 Verifying : 2:texlive-txfonts-svn15878.0-32.el7.noarch 411/878
12077 Verifying : apache-commons-lang3-3.1-9.el7.noarch 412/878
12078 Verifying : roundcubemail-plugin-archive-skin-larry-1.2-3.el7.kola 413/878
12079 Verifying : roundcubemail-plugin-archive-1.2-3.el7.kolab_3.5.noarc 414/878
12080 Verifying : python-pyasn1-0.1.6-2.el7.noarch 415/878
12081 Verifying : nss-sysinit-3.18.0-2.2.el7_1.x86_64 416/878
12082 Verifying : 2:texlive-mfware-svn26689.0-32.el7.noarch 417/878
12083 Verifying : libical-devel-0.48-6.el7.x86_64 418/878
12084 Verifying : unixODBC-2.3.1-10.el7.x86_64 419/878
12085 Verifying : python-cffi-0.8.6-1.el7.kolab_3.5.x86_64 420/878
12086 Verifying : plexus-build-api-0.0.7-11.el7.noarch 421/878
12087 Verifying : 2:texlive-hyph-utf8-svn29641.0-32.el7.noarch 422/878
12088 Verifying : php-jsonlint-1.3.1-1.el7.noarch 423/878
12089 Verifying : maven-release-manager-2.2.1-12.el7.noarch 424/878
12090 Verifying : 1:maven-artifact-resolver-1.0-10.el7.noarch 425/878
12091 Verifying : 2:texlive-fancyvrb-svn18492.2.8-32.el7.noarch 426/878
12092 Verifying : plexus-containers-container-default-1.5.5-14.el7.noarc 427/878
12093 Verifying : dom4j-1.6.1-20.el7.noarch 428/878
12094 Verifying : 2:texlive-kastrup-svn15878.0-32.el7.noarch 429/878
12095 Verifying : js-uglify-2.4.13-5.el7.noarch 430/878
12096 Verifying : apache-parent-10-14.el7.noarch 431/878
12097 Verifying : erlang-procket-0.6.1-3.el7.kolab_3.5.x86_64 432/878
12098 Verifying : 2:texlive-glyphlist-svn28576.0-32.el7.noarch 433/878
12099 Verifying : boost-graph-1.53.0-23.el7.x86_64 434/878
12100 Verifying : 2:texlive-gsftopk-bin-svn26509.0-32.20130427_r30134.el 435/878
12101 Verifying : base64coder-20101219-10.el7.noarch 436/878
12102 Verifying : roundcubemail-plugin-tasklist-3.3-1.el7.kolab_3.5.noar 437/878
12103 Verifying : maven-release-plugin-2.2.1-12.el7.noarch 438/878
12104 Verifying : 2:texlive-sauerj-svn15878.0-32.el7.noarch 439/878
12105 Verifying : 2:texlive-tipa-svn29349.1.3-32.el7.noarch 440/878
12106 Verifying : lm_sensors-libs-3.3.4-11.el7.x86_64 441/878
12107 Verifying : nodejs-wordwrap-0.0.2-4.el7.noarch 442/878
12108 Verifying : roundcubemail-plugin-libcalendaring-assets-3.3-1.el7.k 443/878
12109 Verifying : roundcubemail-plugin-kolab_addressbook-skin-larry-3.3- 444/878
12110 Verifying : 2:texlive-ifluatex-svn26725.1.3-32.el7.noarch 445/878
12111 Verifying : maven-scm-1.8.1-2.el7.noarch 446/878
12112 Verifying : erlang-erts-R16B-03.10.el7.x86_64 447/878
12113 Verifying : testng-6.8.7-3.el7.noarch 448/878
12114 Verifying : 2:texlive-kpathsea-bin-svn27347.0-32.20130427_r30134.e 449/878
12115 Verifying : 2:texlive-pst-text-svn15878.1.00-32.el7.noarch 450/878
12116 Verifying : httpcomponents-client-4.2.5-5.el7_0.noarch 451/878
12117 Verifying : 2:texlive-l3packages-svn29361.SVN_4467-32.el7.noarch 452/878
12118 Verifying : 2:texlive-ec-svn25033.1.0-32.el7.noarch 453/878
12119 Verifying : 2:texlive-mathpazo-svn15878.1.003-32.el7.noarch 454/878
12120 Verifying : apache-commons-collections-3.2.1-21.el7.noarch 455/878
12121 Verifying : boost-atomic-1.53.0-23.el7.x86_64 456/878
12122 Verifying : 2:texlive-times-svn28614.0-32.el7.noarch 457/878
12123 Verifying : 2:texlive-crop-svn15878.1.5-32.el7.noarch 458/878
12124 Verifying : erlang-edoc-R16B-03.10.el7.x86_64 459/878
12125 Verifying : nodejs-0.10.36-3.el7.x86_64 460/878
12126 Verifying : cmake-2.8.11-4.el7.x86_64 461/878
12127 Verifying : erlang-mustache-0.1.0-8.el7.kolab_3.5.x86_64 462/878
12128 Verifying : maven-site-plugin-3.2-7.el7.noarch 463/878
12129 Verifying : php-pear-MDB2-2.5.0-0.9.b5.el7.noarch 464/878
12130 Verifying : 2:texlive-babelbib-svn25245.1.31-32.el7.noarch 465/878
12131 Verifying : 2:texlive-ctable-svn26694.1.23-32.el7.noarch 466/878
12132 Verifying : boost-wave-1.53.0-23.el7.x86_64 467/878
12133 Verifying : erlang-proper-1.1-8.el7.kolab_3.5.x86_64 468/878
12134 Verifying : http-parser-2.0-4.20121128gitcd01361.el7.x86_64 469/878
12135 Verifying : snakeyaml-1.11-8.el7.noarch 470/878
12136 Verifying : 5:guile-devel-2.0.9-5.el7.x86_64 471/878
12137 Verifying : libXt-devel-1.1.4-6.1.el7.x86_64 472/878
12138 Verifying : php-phpunit-PHP-TokenStream-1.4.1-1.el7.noarch 473/878
12139 Verifying : libkolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64 474/878
12140 Verifying : nss-devel-3.18.0-2.2.el7_1.x86_64 475/878
12141 Verifying : 2:texlive-cmextra-svn14075.0-32.el7.noarch 476/878
12142 Verifying : erlang-megaco-R16B-03.10.el7.x86_64 477/878
12143 Verifying : maven-plugin-tools-3.1-17.el7.noarch 478/878
12144 Verifying : nekohtml-1.9.14-13.el7.noarch 479/878
12145 Verifying : 2:texlive-etex-pkg-svn15878.2.0-32.el7.noarch 480/878
12146 Verifying : svrcore-4.0.4-11.el7.x86_64 481/878
12147 Verifying : mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 482/878
12148 Verifying : roundcubemail-plugin-kolab_files-skin-larry-3.3-1.el7. 483/878
12149 Verifying : 2:texlive-luaotfload-bin-svn18579.0-32.20130427_r30134 484/878
12150 Verifying : centos-logos-70.0.6-2.el7.centos.noarch 485/878
12151 Verifying : python-jinja2-2.7.2-2.el7.noarch 486/878
12152 Verifying : roundcubemail-core-assets-1.2-3.el7.kolab_3.5.noarch 487/878
12153 Verifying : 2:texlive-latex-svn27907.0-32.el7.noarch 488/878
12154 Verifying : maven-doxia-module-fo-1.4-5.el7.noarch 489/878
12155 Verifying : libsepol-devel-2.1.9-3.el7.x86_64 490/878
12156 Verifying : php-JsonSchema-1.4.1-1.el7.kolab_3.5.noarch 491/878
12157 Verifying : 2:texlive-bibtex-svn26689.0.99d-32.el7.noarch 492/878
12158 Verifying : 2:texlive-enumitem-svn24146.3.5.2-32.el7.noarch 493/878
12159 Verifying : 2:texlive-fancyref-svn15878.0.9c-32.el7.noarch 494/878
12160 Verifying : 2:texlive-listings-svn15878.1.4-32.el7.noarch 495/878
12161 Verifying : erlang-hamcrest-0.1.0-9.el7.kolab_3.5.x86_64 496/878
12162 Verifying : erlang-pman-R16B-03.10.el7.x86_64 497/878
12163 Verifying : 2:texlive-cmap-svn26568.0-32.el7.noarch 498/878
12164 Verifying : 2:texlive-tetex-bin-svn27344.0-32.20130427_r30134.el7. 499/878
12165 Verifying : netpbm-progs-10.61.02-9.el7.x86_64 500/878
12166 Verifying : liblockfile-1.08-17.el7.x86_64 501/878
12167 Verifying : libotf-0.9.13-4.el7.x86_64 502/878
12168 Verifying : php-sabre-vobject-3.2.4-1.el7.kolab_3.5.noarch 503/878
12169 Verifying : lm_sensors-devel-3.3.4-11.el7.x86_64 504/878
12170 Verifying : 2:texlive-latex-fonts-svn28888.0-32.el7.noarch 505/878
12171 Verifying : erlang-ssl-R16B-03.10.el7.x86_64 506/878
12172 Verifying : 2:texlive-pgf-svn22614.2.10-32.el7.noarch 507/878
12173 Verifying : maven-settings-2.2.1-47.el7.noarch 508/878
12174 Verifying : maven-doxia-sitetools-1.4-3.el7.noarch 509/878
12175 Verifying : maven-plugin-testing-harness-2.1-11.el7.noarch 510/878
12176 Verifying : 2:texlive-texconfig-svn29349.0-32.el7.noarch 511/878
12177 Verifying : erlang-typer-R16B-03.10.el7.x86_64 512/878
12178 Verifying : roundcubemail-plugin-odfviewer-3.3-1.el7.kolab_3.5.noa 513/878
12179 Verifying : 2:texlive-marvosym-svn29349.2.2a-32.el7.noarch 514/878
12180 Verifying : 1:maven-repository-builder-1.0-0.5.alpha2.el7.noarch 515/878
12181 Verifying : erlang-tools-R16B-03.10.el7.x86_64 516/878
12182 Verifying : e2fsprogs-devel-1.42.9-7.el7.x86_64 517/878
12183 Verifying : 1:python-flask-0.10.1-7.el7.kolab_3.5.noarch 518/878
12184 Verifying : php-5.4.16-23.el7_0.3.x86_64 519/878
12185 Verifying : 2:texlive-jknapltx-svn19440.0-32.el7.noarch 520/878
12186 Verifying : ghostscript-fonts-5.50-32.el7.noarch 521/878
12187 Verifying : 2:texlive-koma-script-svn27255.3.11b-32.el7.noarch 522/878
12188 Verifying : 2:texlive-amsmath-svn29327.2.14-32.el7.noarch 523/878
12189 Verifying : 2:texlive-index-svn24099.4.1beta-32.el7.noarch 524/878
12190 Verifying : jboss-servlet-3.0-api-1.0.1-9.el7.noarch 525/878
12191 Verifying : 1:transfig-3.2.5d-13.el7.x86_64 526/878
12192 Verifying : php-symfony-filesystem-2.5.11-1.el7.noarch 527/878
12193 Verifying : php-symfony-yaml-2.5.11-1.el7.noarch 528/878
12194 Verifying : maven-filtering-1.1-3.el7.noarch 529/878
12195 Verifying : php-phpunit-PHP-Timer-1.0.5-5.el7.noarch 530/878
12196 Verifying : 2:texlive-mflogo-svn17487.0-32.el7.noarch 531/878
12197 Verifying : libXv-devel-1.0.9-2.1.el7.x86_64 532/878
12198 Verifying : stax2-api-3.1.1-10.el7.noarch 533/878
12199 Verifying : roundcubemail-plugin-kolab_tags-skin-larry-3.3-1.el7.k 534/878
12200 Verifying : php-phpunit-environment-1.2.2-1.el7.noarch 535/878
12201 Verifying : felix-shell-1.4.3-5.el7.noarch 536/878
12202 Verifying : plexus-cli-1.2-20.el7.noarch 537/878
12203 Verifying : erlang-cosEventDomain-R16B-03.10.el7.x86_64 538/878
12204 Verifying : jboss-jaxrpc-1.1-api-1.0.1-7.el7.noarch 539/878
12205 Verifying : roundcubemail-plugin-kolab_files-3.3-1.el7.kolab_3.5.n 540/878
12206 Verifying : 1:hsqldb-1.8.1.3-13.el7.noarch 541/878
12207 Verifying : roundcubemail-plugin-pdfviewer-3.3-1.el7.kolab_3.5.noa 542/878
12208 Verifying : modello-1.7-4.el7.noarch 543/878
12209 Verifying : 2:texlive-filehook-svn24280.0.5d-32.el7.noarch 544/878
12210 Verifying : easymock2-2.5.2-12.el7.noarch 545/878
12211 Verifying : gc-devel-7.2d-6.el7.x86_64 546/878
12212 Verifying : xerces-c-3.1.1-6.el7.x86_64 547/878
12213 Verifying : color-filesystem-1-13.el7.noarch 548/878
12214 Verifying : php-symfony-config-2.5.11-1.el7.noarch 549/878
12215 Verifying : 2:texlive-caption-svn29026.3.3__2013_02_03_-32.el7.noa 550/878
12216 Verifying : 2:texlive-carlisle-svn18258.0-32.el7.noarch 551/878
12217 Verifying : 2:texlive-mfnfss-svn19410.0-32.el7.noarch 552/878
12218 Verifying : php-symfony-http-kernel-2.5.11-1.el7.noarch 553/878
12219 Verifying : maven-common-artifact-filters-1.4-11.el7.noarch 554/878
12220 Verifying : apache-commons-lang-2.6-15.el7.noarch 555/878
12221 Verifying : 2:texlive-marginnote-svn25880.v1.1i-32.el7.noarch 556/878
12222 Verifying : 2:texlive-bookman-svn28614.0-32.el7.noarch 557/878
12223 Verifying : 2:texlive-eurosym-svn17265.1.4_subrfix-32.el7.noarch 558/878
12224 Verifying : php-Smarty-3.1.21-1.el7.noarch 559/878
12225 Verifying : 2:texlive-typehtml-svn17134.0-32.el7.noarch 560/878
12226 Verifying : 2:texlive-lualatex-math-svn29346.1.2-32.el7.noarch 561/878
12227 Verifying : php-symfony-console-2.5.11-1.el7.noarch 562/878
12228 Verifying : roundcubemail-plugin-kolab_addressbook-skin-larry-asse 563/878
12229 Verifying : php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch 564/878
12230 Verifying : jsch-0.1.50-5.el7.noarch 565/878
12231 Verifying : 2:texlive-luatex-bin-svn26912.0-32.20130427_r30134.el7 566/878
12232 Verifying : 2:texlive-fancybox-svn18304.1.4-32.el7.noarch 567/878
12233 Verifying : roundcubemail-plugin-kolab_addressbook-assets-3.3-1.el 568/878
12234 Verifying : xbean-3.13-6.el7.noarch 569/878
12235 Verifying : jboss-ejb-3.1-api-1.0.2-10.el7.noarch 570/878
12236 Verifying : 2:texlive-collection-latex-svn25030.0-32.20130427_r301 571/878
12237 Verifying : 2:texlive-fix2col-svn17133.0-32.el7.noarch 572/878
12238 Verifying : plexus-components-pom-1.2-7.el7.noarch 573/878
12239 Verifying : nss_compat_ossl-0.9.6-8.el7.x86_64 574/878
12240 Verifying : maven-doxia-module-apt-1.4-5.el7.noarch 575/878
12241 Verifying : mesa-libGLU-9.0.0-4.el7.x86_64 576/878
12242 Verifying : 2:texlive-beton-svn15878.0-32.el7.noarch 577/878
12243 Verifying : roundcubemail-plugin-managesieve-skin-larry-assets-1.2 578/878
12244 Verifying : 2:texlive-texlive.infra-bin-svn22566.0-32.20130427_r30 579/878
12245 Verifying : maven-plugin-tools-model-3.1-17.el7.noarch 580/878
12246 Verifying : 2:texlive-underscore-svn18261.0-32.el7.noarch 581/878
12247 Verifying : jboss-interceptors-1.1-api-1.0.2-0.9.20120319git49a904 582/878
12248 Verifying : roundcubemail-plugin-zipdownload-skin-larry-assets-1.2 583/878
12249 Verifying : php-mysqlnd-5.4.16-23.el7_0.3.x86_64 584/878
12250 Verifying : php-kolabformat-1.2-2.el7.kolab_3.5.x86_64 585/878
12251 Verifying : 2:texlive-graphics-svn25405.1.0o-32.el7.noarch 586/878
12252 Verifying : nss-tools-3.18.0-2.2.el7_1.x86_64 587/878
12253 Verifying : nodejs-async-0.2.10-1.el7.noarch 588/878
12254 Verifying : jansson-devel-2.4-6.el7.x86_64 589/878
12255 Verifying : roundcubemail-plugin-calendar-assets-3.3-1.el7.kolab_3 590/878
12256 Verifying : 2:texlive-pst-math-svn20176.0.61-32.el7.noarch 591/878
12257 Verifying : 2:texlive-tetex-svn29585.3.0-32.el7.noarch 592/878
12258 Verifying : buildnumber-maven-plugin-1.2-7.el7.noarch 593/878
12259 Verifying : libcalendaring-4.9.1-3.el7.kolab_3.5.x86_64 594/878
12260 Verifying : boost-signals-1.53.0-23.el7.x86_64 595/878
12261 Verifying : xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 596/878
12262 Verifying : roundcubemail-plugin-jqueryui-skin-larry-1.2-3.el7.kol 597/878
12263 Verifying : libXaw-1.0.11-6.1.el7.x86_64 598/878
12264 Verifying : plexus-containers-component-annotations-1.5.5-14.el7.n 599/878
12265 Verifying : woodstox-core-4.1.2-8.el7.noarch 600/878
12266 Verifying : 2:texlive-thumbpdf-bin-svn6898.0-32.20130427_r30134.el 601/878
12267 Verifying : php-symfony-event-dispatcher-2.5.11-1.el7.noarch 602/878
12268 Verifying : sac-1.3-17.el7.noarch 603/878
12269 Verifying : chwala-0.3.1-1.el7.kolab_3.5.noarch 604/878
12270 Verifying : maven-doxia-logging-api-1.4-5.el7.noarch 605/878
12271 Verifying : python-pillow-2.0.0-17.gitd1c6db8.el7.x86_64 606/878
12272 Verifying : tkinter-2.7.5-16.el7.x86_64 607/878
12273 Verifying : 1:maven-shared-io-1.1-7.el7.noarch 608/878
12274 Verifying : mesa-libGLU-devel-9.0.0-4.el7.x86_64 609/878
12275 Verifying : 2:texlive-mdwtools-svn15878.1.05.4-32.el7.noarch 610/878
12276 Verifying : 1:tcl-devel-8.5.13-4.el7.x86_64 611/878
12277 Verifying : 2:texlive-extsizes-svn17263.1.4a-32.el7.noarch 612/878
12278 Verifying : 2:texlive-palatino-svn28614.0-32.el7.noarch 613/878
12279 Verifying : php-pdo-5.4.16-23.el7_0.3.x86_64 614/878
12280 Verifying : 2:texlive-latex-bin-svn26689.0-32.el7.noarch 615/878
12281 Verifying : boost-chrono-1.53.0-23.el7.x86_64 616/878
12282 Verifying : python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_6 617/878
12283 Verifying : sonatype-oss-parent-7-6.el7.noarch 618/878
12284 Verifying : php-seld-cli-prompt-1.0.0-1.el7.kolab_3.5.noarch 619/878
12285 Verifying : 2:texlive-pst-node-svn27799.1.25-32.el7.noarch 620/878
12286 Verifying : 2:texlive-courier-svn28614.0-32.el7.noarch 621/878
12287 Verifying : systemtap-sdt-devel-2.6-10.el7_1.x86_64 622/878
12288 Verifying : 2:texlive-psnfss-svn23394.9.2a-32.el7.noarch 623/878
12289 Verifying : 2:texlive-avantgar-svn28614.0-32.el7.noarch 624/878
12290 Verifying : plexus-interactivity-1.0-0.14.alpha6.el7.noarch 625/878
12291 Verifying : httpcomponents-project-6-4.el7.noarch 626/878
12292 Verifying : roundcubemail-plugin-calendar-skin-larry-3.3-1.el7.kol 627/878
12293 Verifying : 2:texlive-breakurl-svn15878.1.30-32.el7.noarch 628/878
12294 Verifying : xerces-c-devel-3.1.1-6.el7.x86_64 629/878
12295 Verifying : perl-ExtUtils-Install-1.58-285.el7.noarch 630/878
12296 Verifying : cal10n-0.7.7-4.el7.noarch 631/878
12297 Verifying : 2:texlive-pstricks-svn29678.2.39-32.el7.noarch 632/878
12298 Verifying : 2:texlive-collection-documentation-base-svn17091.0-32. 633/878
12299 Verifying : roundcubemail-plugin-password-1.2-3.el7.kolab_3.5.noar 634/878
12300 Verifying : sisu-inject-plexus-2.3.0-11.el7.noarch 635/878
12301 Verifying : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-1. 636/878
12302 Verifying : 2:texlive-wasy-svn15878.0-32.el7.noarch 637/878
12303 Verifying : roundcubemail-core-1.2-3.el7.kolab_3.5.noarch 638/878
12304 Verifying : apache-commons-net-3.2-8.el7.centos.noarch 639/878
12305 Verifying : 2:texlive-tex-gyre-svn18651.2.004-32.el7.noarch 640/878
12306 Verifying : 2:texlive-pst-eps-svn15878.1.0-32.el7.noarch 641/878
12307 Verifying : python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch 642/878
12308 Verifying : libarchive-3.1.2-7.el7.x86_64 643/878
12309 Verifying : python-icalendar-3.8.2-8.el7.kolab_3.5.noarch 644/878
12310 Verifying : cyrus-sasl-devel-2.1.26-17.el7.x86_64 645/878
12311 Verifying : maven-reporting-exec-1.1-4.el7.noarch 646/878
12312 Verifying : libtidy-0.99.0-31.20091203.el7.x86_64 647/878
12313 Verifying : roundcubemail-plugin-pdfviewer-assets-3.3-1.el7.kolab_ 648/878
12314 Verifying : pytz-2012d-5.el7.noarch 649/878
12315 Verifying : erlang-cosTime-R16B-03.10.el7.x86_64 650/878
12316 Verifying : php-symfony-finder-2.5.11-1.el7.noarch 651/878
12317 Verifying : python-docutils-0.11-0.2.20130715svn7687.el7.noarch 652/878
12318 Verifying : python-py-1.4.14-4.el7.noarch 653/878
12319 Verifying : 2:texlive-pslatex-svn16416.0-32.el7.noarch 654/878
12320 Verifying : 2:texlive-misc-svn24955.0-32.el7.noarch 655/878
12321 Verifying : latex2html-2012-3.el7.noarch 656/878
12322 Verifying : apache-commons-codec-1.8-7.el7.noarch 657/878
12323 Verifying : plexus-pom-3.3.1-5.el7.noarch 658/878
12324 Verifying : php-common-5.4.16-23.el7_0.3.x86_64 659/878
12325 Verifying : perl-Test-Simple-0.98-243.el7.noarch 660/878
12326 Verifying : libverto-devel-0.2.5-4.el7.x86_64 661/878
12327 Verifying : tomcat-servlet-3.0-api-7.0.54-2.el7_1.noarch 662/878
12328 Verifying : libkolab-devel-0.6.git.1429288613-12.el7.kolab_3.5.x86 663/878
12329 Verifying : roundcubemail-plugin-acl-skin-larry-1.2-3.el7.kolab_3. 664/878
12330 Verifying : erlang-diameter-R16B-03.10.el7.x86_64 665/878
12331 Verifying : groff-1.22.2-8.el7.x86_64 666/878
12332 Verifying : 2:texlive-algorithms-svn15878.0.1-32.el7.noarch 667/878
12333 Verifying : erlang-erl_docgen-R16B-03.10.el7.x86_64 668/878
12334 Verifying : php-pear-Net-IDNA2-0.1.1-10.el7.noarch 669/878
12335 Verifying : erlang-riakc-2.0.1-8.el7.kolab_3.5.x86_64 670/878
12336 Verifying : php-xml-5.4.16-23.el7_0.3.x86_64 671/878
12337 Verifying : nspr-devel-4.10.8-1.el7_1.x86_64 672/878
12338 Verifying : m17n-lib-1.6.4-10.el7.x86_64 673/878
12339 Verifying : log4j-1.2.17-15.el7.noarch 674/878
12340 Verifying : erlang-protobuffs-0.8.0-8.el7.kolab_3.5.x86_64 675/878
12341 Verifying : httpd-tools-2.4.6-31.el7.centos.x86_64 676/878
12342 Verifying : 2:texlive-etoolbox-svn20922.2.1-32.el7.noarch 677/878
12343 Verifying : apache-commons-digester-1.8.1-19.el7.noarch 678/878
12344 Verifying : 2:texlive-pdftex-def-svn22653.0.06d-32.el7.noarch 679/878
12345 Verifying : aopalliance-1.0-8.el7.noarch 680/878
12346 Verifying : apache-commons-configuration-1.9-8.el7.noarch 681/878
12347 Verifying : plexus-interpolation-1.15-8.el7.noarch 682/878
12348 Verifying : 2:texlive-eso-pic-svn21515.2.0c-32.el7.noarch 683/878
12349 Verifying : erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64 684/878
12350 Verifying : maven-plugin-plugin-3.1-17.el7.noarch 685/878
12351 Verifying : erlang-common_test-R16B-03.10.el7.x86_64 686/878
12352 Verifying : lzo-2.06-6.el7_0.2.x86_64 687/878
12353 Verifying : roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch 688/878
12354 Verifying : libkolabxml-1.2-2.el7.kolab_3.5.x86_64 689/878
12355 Verifying : 2:texlive-wasysym-svn15878.2.0-32.el7.noarch 690/878
12356 Verifying : ws-jaxme-0.5.2-10.el7.noarch 691/878
12357 Verifying : codehaus-parent-4-5.el7.noarch 692/878
12358 Verifying : forge-parent-31-2.el7.noarch 693/878
12359 Verifying : libblkid-2.23.2-22.el7_1.x86_64 694/878
12360 Verifying : 2:texlive-latexconfig-svn28991.0-32.el7.noarch 695/878
12361 Verifying : roundcubemail-plugin-kolab_activesync-skin-larry-3.3-1 696/878
12362 Verifying : erlang-lager-2.1.0-9.el7.kolab_3.5.x86_64 697/878
12363 Verifying : 2:texlive-pst-blur-svn15878.2.0-32.el7.noarch 698/878
12364 Verifying : php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch 699/878
12365 Verifying : libdb-devel-5.3.21-17.el7_0.1.x86_64 700/878
12366 Verifying : roundcubemail-plugin-zipdownload-skin-larry-1.2-3.el7. 701/878
12367 Verifying : erlang-mnesia-R16B-03.10.el7.x86_64 702/878
12368 Verifying : ImageMagick-6.7.8.9-10.el7.x86_64 703/878
12369 Verifying : nss-softokn-freebl-devel-3.16.2.3-9.el7.x86_64 704/878
12370 Verifying : roundcubemail-plugin-odfviewer-assets-3.3-1.el7.kolab_ 705/878
12371 Verifying : roundcubemail-plugin-kolab_delegation-3.3-1.el7.kolab_ 706/878
12372 Verifying : velocity-1.7-10.el7.noarch 707/878
12373 Verifying : krb5-devel-1.12.2-14.el7.x86_64 708/878
12374 Verifying : 2:texlive-ucs-svn27549.2.1-32.el7.noarch 709/878
12375 Verifying : 2:texlive-utopia-svn15878.0-32.el7.noarch 710/878
12376 Verifying : 2:texlive-colortbl-svn25394.v1.0a-32.el7.noarch 711/878
12377 Verifying : maven-plugin-tools-java-3.1-17.el7.noarch 712/878
12378 Verifying : php-gd-5.4.16-23.el7_0.3.x86_64 713/878
12379 Verifying : 1:tix-8.4.3-12.el7.x86_64 714/878
12380 Verifying : 2:texlive-metafont-bin-svn26912.0-32.20130427_r30134.e 715/878
12381 Verifying : 2:texlive-helvetic-svn28614.0-32.el7.noarch 716/878
12382 Verifying : 2:texlive-soul-svn15878.2.4-32.el7.noarch 717/878
12383 Verifying : 2:texlive-rotating-svn16832.2.16b-32.el7.noarch 718/878
12384 Verifying : python-kolabformat-1.2-2.el7.kolab_3.5.x86_64 719/878
12385 Verifying : php-pear-Net-URL2-2.1.1-1.el7.noarch 720/878
12386 Verifying : 1:maven-reporting-api-3.0-5.el7.noarch 721/878
12387 Verifying : 2:texlive-ms-svn24467.0-32.el7.noarch 722/878
12388 Verifying : libmount-2.23.2-22.el7_1.x86_64 723/878
12389 Verifying : php-symfony-class-loader-2.5.11-1.el7.noarch 724/878
12390 Verifying : kxml-2.3.0-5.el7.noarch 725/878
12391 Verifying : maven-antrun-plugin-1.7-8.el7.noarch 726/878
12392 Verifying : erlang-riak_pb-2.0.0.16-9.el7.kolab_3.5.x86_64 727/878
12393 Verifying : aether-spi-1.13.1-13.el7.noarch 728/878
12394 Verifying : aqute-bndlib-1.50.0-8.el7.noarch 729/878
12395 Verifying : roundcubemail-plugin-kolab_folders-assets-3.3-1.el7.ko 730/878
12396 Verifying : php-symfony-debug-2.5.11-1.el7.noarch 731/878
12397 Verifying : maven-dependency-tree-2.0-6.el7.noarch 732/878
12398 Verifying : roundcubemail-plugin-kolab_config-3.3-1.el7.kolab_3.5. 733/878
12399 Verifying : geronimo-jms-1.1.1-19.el7.noarch 734/878
12400 Verifying : 2:texlive-pst-plot-svn28729.1.44-32.el7.noarch 735/878
12401 Verifying : erlang-ssh-R16B-03.10.el7.x86_64 736/878
12402 Verifying : roundcubemail-plugin-kolab_tags-assets-3.3-1.el7.kolab 737/878
12403 Verifying : maven-3.0.5-16.el7.noarch 738/878
12404 Verifying : erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64 739/878
12405 Verifying : php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch 740/878
12406 Verifying : roundcubemail-plugin-tasklist-skin-larry-3.3-1.el7.kol 741/878
12407 Verifying : CUnit-2.1.3-8.el7.x86_64 742/878
12408 Verifying : php-phpunit-exporter-1.2.0-1.el7.noarch 743/878
12409 Verifying : nss-util-3.18.0-1.el7_1.x86_64 744/878
12410 Verifying : 1:tcl-8.5.13-4.el7.x86_64 745/878
12411 Verifying : 1:maven-file-management-1.2.1-8.el7.noarch 746/878
12412 Verifying : 2:texlive-pst-coil-svn24020.1.06-32.el7.noarch 747/878
12413 Verifying : boost-timer-1.53.0-23.el7.x86_64 748/878
12414 Verifying : 2:texlive-plain-svn26647.0-32.el7.noarch 749/878
12415 Verifying : 2:texlive-amscls-svn29207.0-32.el7.noarch 750/878
12416 Verifying : m17n-db-1.6.4-3.el7.noarch 751/878
12417 Verifying : erlang-cosEvent-R16B-03.10.el7.x86_64 752/878
12418 Verifying : roundcubemail-plugin-libkolab-assets-3.3-1.el7.kolab_3 753/878
12419 Verifying : python-cssmin-0.2.0-12.el7.kolab_3.5.noarch 754/878
12420 Verifying : libwebp-0.3.0-3.el7.x86_64 755/878
12421 Verifying : erlang-erl_interface-R16B-03.10.el7.x86_64 756/878
12422 Verifying : maven-surefire-2.15-3.el7.noarch 757/878
12423 Verifying : plexus-velocity-1.1.8-16.el7.noarch 758/878
12424 Verifying : roundcubemail-plugin-kolab_notes-skin-larry-3.3-1.el7. 759/878
12425 Verifying : nss-3.18.0-2.2.el7_1.x86_64 760/878
12426 Verifying : 2:texlive-beamer-svn29349.3.26-32.el7.noarch 761/878
12427 Verifying : 1:qt-devel-4.8.5-8.el7.x86_64 762/878
12428 Verifying : maven-local-3.4.1-6.el7_0.noarch 763/878
12429 Verifying : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 764/878
12430 Verifying : 2:texlive-base-2012-32.20130427_r30134.el7.noarch 765/878
12431 Verifying : roundcubemail-plugin-libkolab-skin-larry-3.3-1.el7.kol 766/878
12432 Verifying : gdbm-devel-1.10-8.el7.x86_64 767/878
12433 Verifying : uglify-js-2.4.13-5.el7.noarch 768/878
12434 Verifying : xmvn-1.3.0-5.el7.noarch 769/878
12435 Verifying : maven-doxia-module-xhtml-1.4-5.el7.noarch 770/878
12436 Verifying : erlang-observer-R16B-03.10.el7.x86_64 771/878
12437 Verifying : erlang-crypto-R16B-03.10.el7.x86_64 772/878
12438 Verifying : python-dateutil-1.5-7.el7.noarch 773/878
12439 Verifying : apache-commons-compress-1.5-4.el7.noarch 774/878
12440 Verifying : php-symfony-css-selector-2.5.11-1.el7.noarch 775/878
12441 Verifying : icc-profiles-openicc-1.3.1-5.el7.noarch 776/878
12442 Verifying : 2:texlive-enctex-svn28602.0-32.el7.noarch 777/878
12443 Verifying : 2:texlive-charter-svn15878.0-32.el7.noarch 778/878
12444 Verifying : 2:texlive-pst-tree-svn24142.1.12-32.el7.noarch 779/878
12445 Verifying : roundcubemail-plugin-kolab_notes-3.3-1.el7.kolab_3.5.n 780/878
12446 Verifying : jline-1.0-8.el7.noarch 781/878
12447 Verifying : maven-plugin-bundle-2.3.7-12.el7.noarch 782/878
12448 Verifying : maven-assembly-plugin-2.4-8.el7.noarch 783/878
12449 Verifying : 2:texlive-l3experimental-svn29361.SVN_4467-32.el7.noar 784/878
12450 Verifying : maven-toolchain-2.2.1-47.el7.noarch 785/878
12451 Verifying : 2:texlive-seminar-svn18322.1.5-32.el7.noarch 786/878
12452 Verifying : roundcubemail-plugin-managesieve-1.2-3.el7.kolab_3.5.n 787/878
12453 Verifying : python-devel-2.7.5-16.el7.x86_64 788/878
12454 Verifying : wxGTK-2.8.12-13.el7.x86_64 789/878
12455 Verifying : rpm-devel-4.11.1-25.el7.x86_64 790/878
12456 Verifying : erlang-et-R16B-03.10.el7.x86_64 791/878
12457 Verifying : roundcubemail-plugin-kolab_activesync-assets-3.3-1.el7 792/878
12458 Verifying : 2:texlive-csquotes-svn24393.5.1d-32.el7.noarch 793/878
12459 Verifying : mojo-parent-32-4.el7.noarch 794/878
12460 Verifying : 2:texlive-natbib-svn20668.8.31b-32.el7.noarch 795/878
12461 Verifying : 2:texlive-pdftex-svn29585.1.40.11-32.el7.noarch 796/878
12462 Verifying : maven-doxia-module-fml-1.4-5.el7.noarch 797/878
12463 Verifying : roundcubemail-plugin-acl-assets-1.2-3.el7.kolab_3.5.no 798/878
12464 Verifying : erlang-wx-R16B-03.10.el7.x86_64 799/878
12465 Verifying : erlang-odbc-R16B-03.10.el7.x86_64 800/878
12466 Verifying : php-mcrypt-5.4.16-3.el7.x86_64 801/878
12467 Verifying : 2:texlive-qstest-svn15878.0-32.el7.noarch 802/878
12468 Verifying : gc-7.2d-6.el7.x86_64 803/878
12469 Verifying : felix-osgi-foundation-1.2.0-16.el7.noarch 804/878
12470 Verifying : 2:texlive-mptopdf-bin-svn18674.0-32.20130427_r30134.el 805/878
12471 Verifying : php-soap-5.4.16-23.el7_0.3.x86_64 806/878
12472 Verifying : python-twisted-core-12.2.0-4.el7.x86_64 807/878
12473 Verifying : felix-osgi-obr-1.0.2-12.el7.noarch 808/878
12474 Verifying : maven-plugins-pom-23-7.el7.noarch 809/878
12475 Verifying : boost-iostreams-1.53.0-23.el7.x86_64 810/878
12476 Verifying : libuuid-devel-2.23.2-22.el7_1.x86_64 811/878
12477 Verifying : 2:texlive-xdvi-svn26689.22.85-32.el7.noarch 812/878
12478 Verifying : 2:texlive-psfrag-svn15878.3.04-32.el7.noarch 813/878
12479 Verifying : apache-commons-jexl-2.1.1-9.el7.noarch 814/878
12480 Verifying : graphviz-2.30.1-19.el7.x86_64 815/878
12481 Verifying : jsr-305-0-0.18.20090319svn.el7.noarch 816/878
12482 Verifying : 2:texlive-parallel-svn15878.0-32.el7.noarch 817/878
12483 Verifying : sisu-inject-bean-2.3.0-11.el7.noarch 818/878
12484 Verifying : pcre-devel-8.32-14.el7.x86_64 819/878
12485 Verifying : erlang-orber-R16B-03.10.el7.x86_64 820/878
12486 Verifying : 2:texlive-mfware-bin-svn26509.0-32.20130427_r30134.el7 821/878
12487 Verifying : 2:texlive-textcase-svn15878.0-32.el7.noarch 822/878
12488 Verifying : roundcubemail-plugin-kolab_config-assets-3.3-1.el7.kol 823/878
12489 Verifying : php-phpunit-PHP-CodeCoverage-2.0.16-1.el7.noarch 824/878
12490 Verifying : erlang-cosTransactions-R16B-03.10.el7.x86_64 825/878
12491 Verifying : cdi-api-1.0-11.SP4.el7.noarch 826/878
12492 Verifying : 2:texlive-texconfig-bin-svn27344.0-32.20130427_r30134. 827/878
12493 Verifying : maven-release-2.2.1-12.el7.noarch 828/878
12494 Verifying : plexus-tools-pom-1.0.11-8.el7.noarch 829/878
12495 Verifying : felix-osgi-core-1.4.0-15.el7.noarch 830/878
12496 Verifying : php-ldap-5.4.16-23.el7_0.3.x86_64 831/878
12497 Verifying : 2:texlive-collection-latexrecommended-svn25795.0-32.20 832/878
12498 Verifying : erlang-compiler-R16B-03.10.el7.x86_64 833/878
12499 Verifying : 2:texlive-dvipdfm-bin-svn13663.0-32.20130427_r30134.el 834/878
12500 Verifying : relaxngDatatype-1.0-11.el7.noarch 835/878
12501 Verifying : geronimo-parent-poms-1.6-16.el7.noarch 836/878
12502 Verifying : erlang-xmerl-R16B-03.10.el7.x86_64 837/878
12503 Verifying : roundcubemail-plugin-libkolab-3.3-1.el7.kolab_3.5.noar 838/878
12504 Verifying : 2:texlive-fontspec-svn29412.v2.3a-32.el7.noarch 839/878
12505 Verifying : hamcrest-1.3-6.el7.noarch 840/878
12506 Verifying : python-itsdangerous-0.24-3.el7.kolab_3.5.noarch 841/878
12507 Verifying : aether-connector-wagon-1.13.1-13.el7.noarch 842/878
12508 Verifying : roundcubemail-plugin-libcalendaring-skin-larry-assets- 843/878
12509 Verifying : javassist-3.16.1-10.el7.noarch 844/878
12510 Verifying : openldap-devel-2.4.39-6.el7.x86_64 845/878
12511 Verifying : 2:texlive-zapfding-svn28614.0-32.el7.noarch 846/878
12512 Verifying : google-guice-3.1.3-9.el7.noarch 847/878
12513 Verifying : popt-devel-1.13-16.el7.x86_64 848/878
12514 Verifying : python-werkzeug-0.9.6-1.el7.kolab_3.5.noarch 849/878
12515 Verifying : boost-serialization-1.53.0-23.el7.x86_64 850/878
12516 Verifying : php-doctrine-instantiator-1.0.4-1.el7.noarch 851/878
12517 Verifying : php-sabre-http-2.0.4-1.el7.kolab_3.5.noarch 852/878
12518 Verifying : nodejs-optimist-0.4.0-1.el7.noarch 853/878
12519 Verifying : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 854/878
12520 Verifying : aether-impl-1.13.1-13.el7.noarch 855/878
12521 Verifying : php-phpunit-comparator-1.1.1-1.el7.noarch 856/878
12522 Verifying : 2:texlive-luaotfload-svn26718.1.26-32.el7.noarch 857/878
12523 Verifying : jansson-2.4-6.el7.x86_64 858/878
12524 Verifying : bea-stax-1.2.0-9.el7.noarch 859/878
12525 Verifying : php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch 860/878
12526 Verifying : php-process-5.4.16-23.el7_0.3.x86_64 861/878
12527 Verifying : 1:msv-msv-2013.5.1-6.el7.noarch 862/878
12528 Verifying : php-pear-Net-Sieve-1.3.4-1.el7.noarch 863/878
12529 Verifying : uuid-1.6.2-26.el7.x86_64 864/878
12530 Verifying : 2:texlive-pst-3d-svn17257.1.10-32.el7.noarch 865/878
12531 Verifying : bsf-2.4.0-19.el7.noarch 866/878
12532 Verifying : felix-utils-1.2.0-5.el7.noarch 867/878
12533 Verifying : httpd-2.4.6-31.el7.centos.x86_64 868/878
12534 Verifying : 1:php-pear-1.9.4-21.el7.noarch 869/878
12535 Verifying : nspr-4.10.6-3.el7.x86_64 870/878
12536 Verifying : nss-tools-3.16.2.3-5.el7.x86_64 871/878
12537 Verifying : nss-sysinit-3.16.2.3-5.el7.x86_64 872/878
12538 Verifying : nss-3.16.2.3-5.el7.x86_64 873/878
12539 Verifying : libuuid-2.23.2-21.el7.x86_64 874/878
12540 Verifying : libmount-2.23.2-21.el7.x86_64 875/878
12541 Verifying : nss-util-3.16.2.3-2.el7.x86_64 876/878
12542 Verifying : libblkid-2.23.2-21.el7.x86_64 877/878
12543 Verifying : util-linux-2.23.2-21.el7.x86_64 878/878
12544
12545Installed:
12546 CUnit-devel.x86_64 0:2.1.3-8.el7
12547 Cython.x86_64 0:0.19-3.el7
12548 boost-devel.x86_64 0:1.53.0-23.el7
12549 chwala.noarch 0:0.3.1-1.el7.kolab_3.5
12550 cmake.x86_64 0:2.8.11-4.el7
12551 composer.noarch 0:1.0.0-14.el7.kolab_3.5
12552 cyrus-sasl-devel.x86_64 0:2.1.26-17.el7
12553 cyrus-sasl-md5.x86_64 0:2.1.26-17.el7
12554 dos2unix.x86_64 0:6.0.3-4.el7
12555 e2fsprogs-devel.x86_64 0:1.42.9-7.el7
12556 elinks.x86_64 0:0.12-0.36.pre6.el7
12557 emacs.x86_64 1:24.3-11.el7
12558 emacs-el.noarch 1:24.3-11.el7
12559 erlang.x86_64 0:R16B-03.10.el7
12560 erlang-common_test.x86_64 0:R16B-03.10.el7
12561 erlang-eldap.x86_64 0:R16B-03.10.el7
12562 erlang-erts.x86_64 0:R16B-03.10.el7
12563 erlang-goldrush.x86_64 0:0.1.6-6.el7.kolab_3.5
12564 erlang-hamcrest.x86_64 0:0.1.0-9.el7.kolab_3.5
12565 erlang-inert.x86_64 0:0.6.1-4.el7.kolab_3.5
12566 erlang-iso8601.x86_64 0:1.2-4.el7.kolab_3.5
12567 erlang-jsx.x86_64 0:2.4.0-4.el7.kolab_3.5
12568 erlang-lager.x86_64 0:2.1.0-9.el7.kolab_3.5
12569 erlang-meck.x86_64 0:0.8.2-13.el7.kolab_3.5
12570 erlang-parsetools.x86_64 0:R16B-03.10.el7
12571 erlang-poolboy.x86_64 0:1.4.2-3.el7.kolab_3.5
12572 erlang-procket.x86_64 0:0.6.1-3.el7.kolab_3.5
12573 erlang-proper.x86_64 0:1.1-8.el7.kolab_3.5
12574 erlang-protobuffs.x86_64 0:0.8.0-8.el7.kolab_3.5
12575 erlang-rebar.x86_64 0:2.5.1-8.el7.kolab_3.5
12576 erlang-riak_pb.x86_64 0:2.0.0.16-9.el7.kolab_3.5
12577 erlang-riakc.x86_64 0:2.0.1-8.el7.kolab_3.5
12578 fdupes.x86_64 0:1.51-6.el7
12579 groff.x86_64 0:1.22.2-8.el7
12580 guile-devel.x86_64 5:2.0.9-5.el7
12581 jansson-devel.x86_64 0:2.4-6.el7
12582 krb5-devel.x86_64 0:1.12.2-14.el7
12583 latex2html.noarch 0:2012-3.el7
12584 libcalendaring-devel.x86_64 0:4.9.1-3.el7.kolab_3.5
12585 libcurl-devel.x86_64 0:7.29.0-19.el7
12586 libdb-devel.x86_64 0:5.3.21-17.el7_0.1
12587 libical-devel.x86_64 0:0.48-6.el7
12588 libkolab-devel.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5
12589 libkolabxml-devel.x86_64 0:1.2-2.el7.kolab_3.5
12590 libuuid-devel.x86_64 0:2.23.2-22.el7_1
12591 maven-antrun-plugin.noarch 0:1.7-8.el7
12592 maven-compiler-plugin.noarch 0:3.1-4.el7
12593 maven-install-plugin.noarch 0:2.4-7.el7
12594 maven-jar-plugin.noarch 0:2.4-8.el7
12595 maven-javadoc-plugin.noarch 0:2.9-8.el7
12596 maven-local.noarch 0:3.4.1-6.el7_0
12597 maven-resources-plugin.noarch 0:2.6-6.el7
12598 maven-surefire-plugin.noarch 0:2.15-3.el7
12599 net-snmp-devel.x86_64 1:5.7.2-20.el7
12600 nodejs-less.noarch 0:1.7.0-2.el7
12601 nspr-devel.x86_64 0:4.10.8-1.el7_1
12602 nss-devel.x86_64 0:3.18.0-2.2.el7_1
12603 openldap-devel.x86_64 0:2.4.39-6.el7
12604 openssl-devel.x86_64 1:1.0.1e-42.el7.4
12605 pcre-devel.x86_64 0:8.32-14.el7
12606 perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7
12607 perl-Test-Simple.noarch 0:0.98-243.el7
12608 perl-devel.x86_64 4:5.16.3-285.el7
12609 php.x86_64 0:5.4.16-23.el7_0.3
12610 php-JsonSchema.noarch 0:1.4.1-1.el7.kolab_3.5
12611 php-Net-LDAP3.noarch 0:1.0.3-1.el7.kolab_3.5
12612 php-common.x86_64 0:5.4.16-23.el7_0.3
12613 php-devel.x86_64 0:5.4.16-23.el7_0.3
12614 php-gd.x86_64 0:5.4.16-23.el7_0.3
12615 php-jsonlint.noarch 0:1.3.1-1.el7
12616 php-mbstring.x86_64 0:5.4.16-23.el7_0.3
12617 php-mcrypt.x86_64 0:5.4.16-3.el7
12618 php-pdo.x86_64 0:5.4.16-23.el7_0.3
12619 php-pear.noarch 1:1.9.4-21.el7
12620 php-pear-Auth-SASL.noarch 0:1.0.6-5.el7
12621 php-pear-DB.noarch 0:1.7.14-6.el7
12622 php-pear-HTTP-Request2.noarch 0:2.2.1-1.el7
12623 php-pear-MDB2.noarch 0:2.5.0-0.9.b5.el7
12624 php-pear-MDB2-Driver-mysqli.noarch 0:1.5.0-0.8.b4.el7
12625 php-pear-Mail-Mime.noarch 0:1.8.9-1.el7
12626 php-pear-Mail-mimeDecode.noarch 0:1.5.5-7.el7
12627 php-pear-Net-IDNA2.noarch 0:0.1.1-10.el7
12628 php-pear-Net-LDAP2.noarch 0:2.1.0-1.el7
12629 php-pear-Net-SMTP.noarch 0:1.6.2-1.el7
12630 php-pear-Net-Sieve.noarch 0:1.3.4-1.el7
12631 php-pear-Net-Socket.noarch 0:1.0.14-1.el7
12632 php-phpunit-PHPUnit.noarch 0:4.6.5-1.el7
12633 php-sabre-event.noarch 0:1.0.1-1.el7.kolab_3.5
12634 php-sabre-http.noarch 0:2.0.4-1.el7.kolab_3.5
12635 php-sabre-vobject.noarch 0:3.2.4-1.el7.kolab_3.5
12636 php-symfony-class-loader.noarch 0:2.5.11-1.el7
12637 php-symfony-console.noarch 0:2.5.11-1.el7
12638 php-symfony-finder.noarch 0:2.5.11-1.el7
12639 php-symfony-process.noarch 0:2.5.11-1.el7
12640 php-xml.x86_64 0:5.4.16-23.el7_0.3
12641 pytest.noarch 0:2.3.5-4.el7
12642 python-cffi.x86_64 0:0.8.6-1.el7.kolab_3.5
12643 python-cryptography-vectors.noarch 0:0.8-1.el7
12644 python-cssmin.noarch 0:0.2.0-12.el7.kolab_3.5
12645 python-dateutil.noarch 0:1.5-7.el7
12646 python-devel.x86_64 0:2.7.5-16.el7
12647 python-flask.noarch 1:0.10.1-7.el7.kolab_3.5
12648 python-gflags.noarch 0:2.0-6.el7.kolab_3.5
12649 python-google-apputils.noarch 0:0.4.1-1.el7.kolab_3.5
12650 python-icalendar.noarch 0:3.8.2-8.el7.kolab_3.5
12651 python-iso8601.noarch 0:0.1.10-1.el7
12652 python-itsdangerous.noarch 0:0.24-3.el7.kolab_3.5
12653 python-jinja2.noarch 0:2.7.2-2.el7
12654 python-kolab.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5
12655 python-kolabformat.x86_64 0:1.2-2.el7.kolab_3.5
12656 python-ldap.x86_64 0:2.4.15-2.el7
12657 python-nose.noarch 0:1.3.0-2.el7
12658 python-ply.noarch 0:3.4-4.el7
12659 python-pretend.noarch 0:1.0.8-2.el7
12660 python-pyasn1.noarch 0:0.1.6-2.el7
12661 python-pyasn1-modules.noarch 0:0.1.6-2.el7
12662 python-pycparser.noarch 0:2.10-1.el7.kolab_3.5
12663 python-six.noarch 0:1.9.0-2.el7.kolab_3.5
12664 python-sphinx.noarch 0:1.1.3-8.el7
12665 python-sqlalchemy.x86_64 0:0.9.7-3.el7
12666 python-twisted-core.x86_64 0:12.2.0-4.el7
12667 python-werkzeug.noarch 0:0.9.6-1.el7.kolab_3.5
12668 pytz.noarch 0:2012d-5.el7
12669 qt-devel.x86_64 1:4.8.5-8.el7
12670 roundcubemail.noarch 0:1.2-3.el7.kolab_3.5
12671 roundcubemail-core.noarch 0:1.2-3.el7.kolab_3.5
12672 roundcubemail-plugin-kolab_auth.noarch 0:3.3-1.el7.kolab_3.5
12673 roundcubemail-plugin-kolab_folders.noarch 0:3.3-1.el7.kolab_3.5
12674 roundcubemail-plugin-libkolab.noarch 0:3.3-1.el7.kolab_3.5
12675 roundcubemail-plugins-kolab.noarch 0:3.3-1.el7.kolab_3.5
12676 svrcore-devel.x86_64 0:4.0.4-11.el7
12677 tcl-devel.x86_64 1:8.5.13-4.el7
12678 tcp_wrappers.x86_64 0:7.6-77.el7
12679 texlive-dvips.noarch 2:svn29585.0-32.el7
12680 texlive-latex.noarch 2:svn27907.0-32.el7
12681 tkinter.x86_64 0:2.7.5-16.el7
12682 transfig.x86_64 1:3.2.5d-13.el7
12683 uglify-js.noarch 0:2.4.13-5.el7
12684 uuid-devel.x86_64 0:1.6.2-26.el7
12685 xerces-c-devel.x86_64 0:3.1.1-6.el7
12686 xsd.x86_64 0:3.3.0.1-27.el7.kolab_3.5
12687
12688Dependency Installed:
12689 CUnit.x86_64 0:2.1.3-8.el7
12690 ImageMagick.x86_64 0:6.7.8.9-10.el7
12691 SDL.x86_64 0:1.2.15-11.el7
12692 aether-api.noarch 0:1.13.1-13.el7
12693 aether-connector-wagon.noarch 0:1.13.1-13.el7
12694 aether-impl.noarch 0:1.13.1-13.el7
12695 aether-spi.noarch 0:1.13.1-13.el7
12696 aether-util.noarch 0:1.13.1-13.el7
12697 antlr-tool.noarch 0:2.7.7-30.el7
12698 aopalliance.noarch 0:1.0-8.el7
12699 apache-commons-beanutils.noarch 0:1.8.3-14.el7
12700 apache-commons-cli.noarch 0:1.2-13.el7
12701 apache-commons-codec.noarch 0:1.8-7.el7
12702 apache-commons-collections.noarch 0:3.2.1-21.el7
12703 apache-commons-compress.noarch 0:1.5-4.el7
12704 apache-commons-configuration.noarch 0:1.9-8.el7
12705 apache-commons-digester.noarch 0:1.8.1-19.el7
12706 apache-commons-io.noarch 1:2.4-12.el7
12707 apache-commons-jexl.noarch 0:2.1.1-9.el7
12708 apache-commons-jxpath.noarch 0:1.3-20.el7
12709 apache-commons-lang.noarch 0:2.6-15.el7
12710 apache-commons-lang3.noarch 0:3.1-9.el7
12711 apache-commons-logging.noarch 0:1.1.2-7.el7
12712 apache-commons-net.noarch 0:3.2-8.el7.centos
12713 apache-commons-parent.noarch 0:26-8.el7
12714 apache-commons-validator.noarch 0:1.4.0-8.el7
12715 apache-commons-vfs.noarch 0:2.0-11.el7
12716 apache-parent.noarch 0:10-14.el7
12717 apache-rat.noarch 0:0.8-13.el7
12718 apache-rat-core.noarch 0:0.8-13.el7
12719 apache-rat-plugin.noarch 0:0.8-13.el7
12720 apache-rat-tasks.noarch 0:0.8-13.el7
12721 apache-resource-bundles.noarch 0:2-11.el7
12722 aqute-bndlib.noarch 0:1.50.0-8.el7
12723 atinject.noarch 0:1-13.20100611svn86.el7
12724 avalon-framework.noarch 0:4.3-10.el7
12725 avalon-logkit.noarch 0:2.1-14.el7
12726 base64coder.noarch 0:20101219-10.el7
12727 batik.noarch 0:1.8-0.12.svn1230816.el7
12728 bc.x86_64 0:1.06.95-13.el7
12729 bcel.noarch 0:5.2-18.el7
12730 bea-stax.noarch 0:1.2.0-9.el7
12731 bea-stax-api.noarch 0:1.2.0-9.el7
12732 beust-jcommander.noarch 0:1.30-5.el7
12733 boost.x86_64 0:1.53.0-23.el7
12734 boost-atomic.x86_64 0:1.53.0-23.el7
12735 boost-chrono.x86_64 0:1.53.0-23.el7
12736 boost-context.x86_64 0:1.53.0-23.el7
12737 boost-date-time.x86_64 0:1.53.0-23.el7
12738 boost-filesystem.x86_64 0:1.53.0-23.el7
12739 boost-graph.x86_64 0:1.53.0-23.el7
12740 boost-iostreams.x86_64 0:1.53.0-23.el7
12741 boost-locale.x86_64 0:1.53.0-23.el7
12742 boost-math.x86_64 0:1.53.0-23.el7
12743 boost-program-options.x86_64 0:1.53.0-23.el7
12744 boost-python.x86_64 0:1.53.0-23.el7
12745 boost-random.x86_64 0:1.53.0-23.el7
12746 boost-regex.x86_64 0:1.53.0-23.el7
12747 boost-serialization.x86_64 0:1.53.0-23.el7
12748 boost-signals.x86_64 0:1.53.0-23.el7
12749 boost-test.x86_64 0:1.53.0-23.el7
12750 boost-timer.x86_64 0:1.53.0-23.el7
12751 boost-wave.x86_64 0:1.53.0-23.el7
12752 bsf.noarch 0:2.4.0-19.el7
12753 bsh.noarch 0:1.3.0-29.el7
12754 buildnumber-maven-plugin.noarch 0:1.2-7.el7
12755 c-ares.x86_64 0:1.10.0-3.el7
12756 cal10n.noarch 0:0.7.7-4.el7
12757 cdi-api.noarch 0:1.0-11.SP4.el7
12758 centos-logos.noarch 0:70.0.6-2.el7.centos
12759 cglib.noarch 0:2.2-18.el7
12760 codehaus-parent.noarch 0:4-5.el7
12761 color-filesystem.noarch 0:1-13.el7
12762 cyrus-sasl.x86_64 0:2.1.26-17.el7
12763 dejavu-fonts-common.noarch 0:2.33-6.el7
12764 dejavu-sans-mono-fonts.noarch 0:2.33-6.el7
12765 dom4j.noarch 0:1.6.1-20.el7
12766 easymock2.noarch 0:2.5.2-12.el7
12767 elfutils-devel.x86_64 0:0.160-1.el7
12768 elfutils-libelf-devel.x86_64 0:0.160-1.el7
12769 emacs-common.x86_64 1:24.3-11.el7
12770 erlang-appmon.x86_64 0:R16B-03.10.el7
12771 erlang-asn1.x86_64 0:R16B-03.10.el7
12772 erlang-compiler.x86_64 0:R16B-03.10.el7
12773 erlang-cosEvent.x86_64 0:R16B-03.10.el7
12774 erlang-cosEventDomain.x86_64 0:R16B-03.10.el7
12775 erlang-cosFileTransfer.x86_64 0:R16B-03.10.el7
12776 erlang-cosNotification.x86_64 0:R16B-03.10.el7
12777 erlang-cosProperty.x86_64 0:R16B-03.10.el7
12778 erlang-cosTime.x86_64 0:R16B-03.10.el7
12779 erlang-cosTransactions.x86_64 0:R16B-03.10.el7
12780 erlang-crypto.x86_64 0:R16B-03.10.el7
12781 erlang-debugger.x86_64 0:R16B-03.10.el7
12782 erlang-dialyzer.x86_64 0:R16B-03.10.el7
12783 erlang-diameter.x86_64 0:R16B-03.10.el7
12784 erlang-edoc.x86_64 0:R16B-03.10.el7
12785 erlang-erl_docgen.x86_64 0:R16B-03.10.el7
12786 erlang-erl_interface.x86_64 0:R16B-03.10.el7
12787 erlang-et.x86_64 0:R16B-03.10.el7
12788 erlang-eunit.x86_64 0:R16B-03.10.el7
12789 erlang-examples.x86_64 0:R16B-03.10.el7
12790 erlang-getopt.x86_64 0:0.7.0-1.el7
12791 erlang-gs.x86_64 0:R16B-03.10.el7
12792 erlang-hipe.x86_64 0:R16B-03.10.el7
12793 erlang-ic.x86_64 0:R16B-03.10.el7
12794 erlang-inets.x86_64 0:R16B-03.10.el7
12795 erlang-jinterface.x86_64 0:R16B-03.10.el7
12796 erlang-kernel.x86_64 0:R16B-03.10.el7
12797 erlang-megaco.x86_64 0:R16B-03.10.el7
12798 erlang-mnesia.x86_64 0:R16B-03.10.el7
12799 erlang-mustache.x86_64 0:0.1.0-8.el7.kolab_3.5
12800 erlang-observer.x86_64 0:R16B-03.10.el7
12801 erlang-odbc.x86_64 0:R16B-03.10.el7
12802 erlang-orber.x86_64 0:R16B-03.10.el7
12803 erlang-os_mon.x86_64 0:R16B-03.10.el7
12804 erlang-otp_mibs.x86_64 0:R16B-03.10.el7
12805 erlang-percept.x86_64 0:R16B-03.10.el7
12806 erlang-pman.x86_64 0:R16B-03.10.el7
12807 erlang-public_key.x86_64 0:R16B-03.10.el7
12808 erlang-reltool.x86_64 0:R16B-03.10.el7
12809 erlang-runtime_tools.x86_64 0:R16B-03.10.el7
12810 erlang-sasl.x86_64 0:R16B-03.10.el7
12811 erlang-snmp.x86_64 0:R16B-03.10.el7
12812 erlang-ssh.x86_64 0:R16B-03.10.el7
12813 erlang-ssl.x86_64 0:R16B-03.10.el7
12814 erlang-stdlib.x86_64 0:R16B-03.10.el7
12815 erlang-syntax_tools.x86_64 0:R16B-03.10.el7
12816 erlang-test_server.x86_64 0:R16B-03.10.el7
12817 erlang-toolbar.x86_64 0:R16B-03.10.el7
12818 erlang-tools.x86_64 0:R16B-03.10.el7
12819 erlang-tv.x86_64 0:R16B-03.10.el7
12820 erlang-typer.x86_64 0:R16B-03.10.el7
12821 erlang-webtool.x86_64 0:R16B-03.10.el7
12822 erlang-wx.x86_64 0:R16B-03.10.el7
12823 erlang-xmerl.x86_64 0:R16B-03.10.el7
12824 felix-bundlerepository.noarch 0:1.6.6-15.el7
12825 felix-framework.noarch 0:4.2.1-5.el7
12826 felix-osgi-compendium.noarch 0:1.4.0-19.el7
12827 felix-osgi-core.noarch 0:1.4.0-15.el7
12828 felix-osgi-foundation.noarch 0:1.2.0-16.el7
12829 felix-osgi-obr.noarch 0:1.0.2-12.el7
12830 felix-shell.noarch 0:1.4.3-5.el7
12831 felix-utils.noarch 0:1.2.0-5.el7
12832 fop.noarch 0:1.1-6.el7
12833 forge-parent.noarch 0:31-2.el7
12834 gc.x86_64 0:7.2d-6.el7
12835 gc-devel.x86_64 0:7.2d-6.el7
12836 gd.x86_64 0:2.0.35-26.el7
12837 gdbm-devel.x86_64 0:1.10-8.el7
12838 geronimo-annotation.noarch 0:1.0-15.el7
12839 geronimo-jms.noarch 0:1.1.1-19.el7
12840 geronimo-parent-poms.noarch 0:1.6-16.el7
12841 ghostscript.x86_64 0:9.07-18.el7
12842 ghostscript-fonts.noarch 0:5.50-32.el7
12843 gmp-devel.x86_64 1:6.0.0-11.el7
12844 google-guice.noarch 0:3.1.3-9.el7
12845 graphviz.x86_64 0:2.30.1-19.el7
12846 guava.noarch 0:13.0-6.el7
12847 guile.x86_64 5:2.0.9-5.el7
12848 hamcrest.noarch 0:1.3-6.el7
12849 hsqldb.noarch 1:1.8.1.3-13.el7
12850 http-parser.x86_64 0:2.0-4.20121128gitcd01361.el7
12851 httpcomponents-client.noarch 0:4.2.5-5.el7_0
12852 httpcomponents-core.noarch 0:4.2.4-6.el7
12853 httpcomponents-project.noarch 0:6-4.el7
12854 httpd.x86_64 0:2.4.6-31.el7.centos
12855 httpd-tools.x86_64 0:2.4.6-31.el7.centos
12856 icc-profiles-openicc.noarch 0:1.3.1-5.el7
12857 isorelax.noarch 1:0-0.15.release20050331.el7
12858 jai-imageio-core.noarch 0:1.2-0.14.20100217cvs.el7
12859 jakarta-commons-httpclient.noarch 1:3.1-16.el7_0
12860 jakarta-oro.noarch 0:2.0.8-16.el7
12861 jansson.x86_64 0:2.4-6.el7
12862 javamail.noarch 0:1.4.6-8.el7
12863 javassist.noarch 0:3.16.1-10.el7
12864 jaxen.noarch 0:1.1.3-11.el7
12865 jboss-ejb-3.1-api.noarch 0:1.0.2-10.el7
12866 jboss-el-2.2-api.noarch 0:1.0.1-0.7.20120212git2fabd8.el7
12867 jboss-interceptors-1.1-api.noarch 0:1.0.2-0.9.20120319git49a904.el7
12868 jboss-jaxrpc-1.1-api.noarch 0:1.0.1-7.el7
12869 jboss-parent.noarch 0:6-12.el7
12870 jboss-servlet-3.0-api.noarch 0:1.0.1-9.el7
12871 jboss-transaction-1.1-api.noarch 0:1.0.1-8.el7
12872 jdom.noarch 0:1.1.3-6.el7
12873 jline.noarch 0:1.0-8.el7
12874 jna.x86_64 0:3.5.2-8.el7
12875 js.x86_64 1:1.8.5-17.el7
12876 js-uglify.noarch 0:2.4.13-5.el7
12877 jsch.noarch 0:0.1.50-5.el7
12878 jsoup.noarch 0:1.6.1-10.el7
12879 jsr-305.noarch 0:0-0.18.20090319svn.el7
12880 jtidy.noarch 2:1.0-0.16.20100930svn1125.el7
12881 junit.noarch 0:4.11-8.el7
12882 jvnet-parent.noarch 0:4-2.el7
12883 jzlib.noarch 0:1.1.1-6.el7
12884 keyutils-libs-devel.x86_64 0:1.5.8-3.el7
12885 kxml.noarch 0:2.3.0-5.el7
12886 libICE-devel.x86_64 0:1.0.8-7.el7
12887 libSM-devel.x86_64 0:1.2.1-7.el7
12888 libXaw.x86_64 0:1.0.11-6.1.el7
12889 libXt-devel.x86_64 0:1.1.4-6.1.el7
12890 libXv-devel.x86_64 0:1.0.9-2.1.el7
12891 libarchive.x86_64 0:3.1.2-7.el7
12892 libcalendaring.x86_64 0:4.9.1-3.el7.kolab_3.5
12893 libcom_err-devel.x86_64 0:1.42.9-7.el7
12894 libkolab.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5
12895 libkolabxml.x86_64 0:1.2-2.el7.kolab_3.5
12896 liblockfile.x86_64 0:1.08-17.el7
12897 libmcrypt.x86_64 0:2.5.8-13.el7
12898 libotf.x86_64 0:0.9.13-4.el7
12899 libselinux-devel.x86_64 0:2.2.2-6.el7
12900 libsepol-devel.x86_64 0:2.1.9-3.el7
12901 libtidy.x86_64 0:0.99.0-31.20091203.el7
12902 libuv.x86_64 1:0.10.34-1.el7
12903 libverto-devel.x86_64 0:0.2.5-4.el7
12904 libwebp.x86_64 0:0.3.0-3.el7
12905 libwmf-lite.x86_64 0:0.2.8.4-39.el7
12906 libzip.x86_64 0:0.10.1-8.el7
12907 lighttpd.x86_64 0:1.4.35-1.el7
12908 lksctp-tools.x86_64 0:1.0.13-3.el7
12909 lm_sensors-devel.x86_64 0:3.3.4-11.el7
12910 lm_sensors-libs.x86_64 0:3.3.4-11.el7
12911 log4j.noarch 0:1.2.17-15.el7
12912 lzo.x86_64 0:2.06-6.el7_0.2
12913 m17n-db.noarch 0:1.6.4-3.el7
12914 m17n-lib.x86_64 0:1.6.4-10.el7
12915 maven.noarch 0:3.0.5-16.el7
12916 maven-archiver.noarch 0:2.5-9.el7
12917 maven-artifact.noarch 0:2.2.1-47.el7
12918 maven-artifact-manager.noarch 0:2.2.1-47.el7
12919 maven-artifact-resolver.noarch 1:1.0-10.el7
12920 maven-assembly-plugin.noarch 0:2.4-8.el7
12921 maven-common-artifact-filters.noarch 0:1.4-11.el7
12922 maven-dependency-tree.noarch 0:2.0-6.el7
12923 maven-doxia-core.noarch 0:1.4-5.el7
12924 maven-doxia-logging-api.noarch 0:1.4-5.el7
12925 maven-doxia-module-apt.noarch 0:1.4-5.el7
12926 maven-doxia-module-fml.noarch 0:1.4-5.el7
12927 maven-doxia-module-fo.noarch 0:1.4-5.el7
12928 maven-doxia-module-xdoc.noarch 0:1.4-5.el7
12929 maven-doxia-module-xhtml.noarch 0:1.4-5.el7
12930 maven-doxia-sink-api.noarch 0:1.4-5.el7
12931 maven-doxia-sitetools.noarch 0:1.4-3.el7
12932 maven-doxia-tools.noarch 0:1.4-14.el7
12933 maven-enforcer-api.noarch 0:1.2-8.el7
12934 maven-enforcer-plugin.noarch 0:1.2-8.el7
12935 maven-enforcer-rules.noarch 0:1.2-8.el7
12936 maven-file-management.noarch 1:1.2.1-8.el7
12937 maven-filtering.noarch 0:1.1-3.el7
12938 maven-invoker.noarch 0:2.1.1-9.el7
12939 maven-model.noarch 0:2.2.1-47.el7
12940 maven-monitor.noarch 0:2.2.1-47.el7
12941 maven-parent.noarch 0:20-5.el7
12942 maven-plugin-annotations.noarch 0:3.1-17.el7
12943 maven-plugin-bundle.noarch 0:2.3.7-12.el7
12944 maven-plugin-descriptor.noarch 0:2.2.1-47.el7
12945 maven-plugin-plugin.noarch 0:3.1-17.el7
12946 maven-plugin-registry.noarch 0:2.2.1-47.el7
12947 maven-plugin-testing-harness.noarch 0:2.1-11.el7
12948 maven-plugin-tools.noarch 0:3.1-17.el7
12949 maven-plugin-tools-annotations.noarch 0:3.1-17.el7
12950 maven-plugin-tools-api.noarch 0:3.1-17.el7
12951 maven-plugin-tools-beanshell.noarch 0:3.1-17.el7
12952 maven-plugin-tools-generators.noarch 0:3.1-17.el7
12953 maven-plugin-tools-java.noarch 0:3.1-17.el7
12954 maven-plugin-tools-model.noarch 0:3.1-17.el7
12955 maven-plugins-pom.noarch 0:23-7.el7
12956 maven-profile.noarch 0:2.2.1-47.el7
12957 maven-project.noarch 0:2.2.1-47.el7
12958 maven-release.noarch 0:2.2.1-12.el7
12959 maven-release-manager.noarch 0:2.2.1-12.el7
12960 maven-release-plugin.noarch 0:2.2.1-12.el7
12961 maven-remote-resources-plugin.noarch 0:1.4-7.el7
12962 maven-reporting-api.noarch 1:3.0-5.el7
12963 maven-reporting-exec.noarch 0:1.1-4.el7
12964 maven-reporting-impl.noarch 0:2.2-8.el7
12965 maven-repository-builder.noarch 1:1.0-0.5.alpha2.el7
12966 maven-scm.noarch 0:1.8.1-2.el7
12967 maven-settings.noarch 0:2.2.1-47.el7
12968 maven-shared.noarch 0:19-4.el7
12969 maven-shared-incremental.noarch 0:1.1-6.el7
12970 maven-shared-io.noarch 1:1.1-7.el7
12971 maven-shared-utils.noarch 0:0.4-3.el7
12972 maven-site-plugin.noarch 0:3.2-7.el7
12973 maven-source-plugin.noarch 0:2.2.1-7.el7
12974 maven-surefire.noarch 0:2.15-3.el7
12975 maven-surefire-provider-junit.noarch 0:2.15-3.el7
12976 maven-surefire-provider-testng.noarch 0:2.15-3.el7
12977 maven-toolchain.noarch 0:2.2.1-47.el7
12978 maven-wagon.noarch 0:2.4-3.el7
12979 mesa-libGLU.x86_64 0:9.0.0-4.el7
12980 mesa-libGLU-devel.x86_64 0:9.0.0-4.el7
12981 modello.noarch 0:1.7-4.el7
12982 mojo-parent.noarch 0:32-4.el7
12983 mozldap.x86_64 0:6.0.5-38.el7.kolab_3.5
12984 mozldap-tools.x86_64 0:6.0.5-38.el7.kolab_3.5
12985 msv-msv.noarch 1:2013.5.1-6.el7
12986 msv-xsdlib.noarch 1:2013.5.1-6.el7
12987 nekohtml.noarch 0:1.9.14-13.el7
12988 net-snmp-agent-libs.x86_64 1:5.7.2-20.el7
12989 net-snmp-libs.x86_64 1:5.7.2-20.el7
12990 netpbm.x86_64 0:10.61.02-9.el7
12991 netpbm-progs.x86_64 0:10.61.02-9.el7
12992 nodejs.x86_64 0:0.10.36-3.el7
12993 nodejs-amdefine.noarch 0:0.0.4-1.el7
12994 nodejs-async.noarch 0:0.2.10-1.el7
12995 nodejs-optimist.noarch 0:0.4.0-1.el7
12996 nodejs-source-map.noarch 0:0.1.33-1.el7
12997 nodejs-uglify-to-browserify.noarch 0:1.0.2-2.el7
12998 nodejs-wordwrap.noarch 0:0.0.2-4.el7
12999 nss-softokn-devel.x86_64 0:3.16.2.3-9.el7
13000 nss-softokn-freebl-devel.x86_64 0:3.16.2.3-9.el7
13001 nss-util-devel.x86_64 0:3.18.0-1.el7_1
13002 nss_compat_ossl.x86_64 0:0.9.6-8.el7
13003 objectweb-asm.noarch 0:3.3.1-9.el7
13004 perl-ExtUtils-Install.noarch 0:1.58-285.el7
13005 perl-ExtUtils-Manifest.noarch 0:1.61-244.el7
13006 perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7
13007 php-PsrLog.noarch 0:1.0.0-6.el7
13008 php-Smarty.noarch 0:3.1.21-1.el7
13009 php-cli.x86_64 0:5.4.16-23.el7_0.3
13010 php-doctrine-instantiator.noarch 0:1.0.4-1.el7
13011 php-intl.x86_64 0:5.4.16-23.el7_0.3
13012 php-kolab.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5
13013 php-kolabformat.x86_64 0:1.2-2.el7.kolab_3.5
13014 php-ldap.x86_64 0:5.4.16-23.el7_0.3
13015 php-mysqlnd.x86_64 0:5.4.16-23.el7_0.3
13016 php-pear-Net-URL2.noarch 0:2.1.1-1.el7
13017 php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7
13018 php-phpspec-prophecy.noarch 0:1.4.0-1.el7
13019 php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7
13020 php-phpunit-PHP-CodeCoverage.noarch 0:2.0.16-1.el7
13021 php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7
13022 php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7
13023 php-phpunit-PHP-TokenStream.noarch 0:1.4.1-1.el7
13024 php-phpunit-PHPUnit-MockObject.noarch 0:2.3.1-1.el7
13025 php-phpunit-Text-Template.noarch 0:1.2.0-5.el7
13026 php-phpunit-Version.noarch 0:1.0.5-1.el7
13027 php-phpunit-comparator.noarch 0:1.1.1-1.el7
13028 php-phpunit-diff.noarch 0:1.3.0-1.el7
13029 php-phpunit-environment.noarch 0:1.2.2-1.el7
13030 php-phpunit-exporter.noarch 0:1.2.0-1.el7
13031 php-process.x86_64 0:5.4.16-23.el7_0.3
13032 php-sebastian-global-state.noarch 0:1.0.0-1.el7
13033 php-sebastian-recursion-context.noarch 0:1.0.0-1.el7
13034 php-seld-cli-prompt.noarch 0:1.0.0-1.el7.kolab_3.5
13035 php-seld-phar-utils.noarch 0:1.0.0-1.el7.kolab_3.5
13036 php-soap.x86_64 0:5.4.16-23.el7_0.3
13037 php-symfony-browser-kit.noarch 0:2.5.11-1.el7
13038 php-symfony-common.noarch 0:2.5.11-1.el7
13039 php-symfony-config.noarch 0:2.5.11-1.el7
13040 php-symfony-css-selector.noarch 0:2.5.11-1.el7
13041 php-symfony-debug.noarch 0:2.5.11-1.el7
13042 php-symfony-dependency-injection.noarch 0:2.5.11-1.el7
13043 php-symfony-dom-crawler.noarch 0:2.5.11-1.el7
13044 php-symfony-event-dispatcher.noarch 0:2.5.11-1.el7
13045 php-symfony-filesystem.noarch 0:2.5.11-1.el7
13046 php-symfony-http-foundation.noarch 0:2.5.11-1.el7
13047 php-symfony-http-kernel.noarch 0:2.5.11-1.el7
13048 php-symfony-yaml.noarch 0:2.5.11-1.el7
13049 php-tidy.x86_64 0:5.4.16-3.el7
13050 plexus-archiver.noarch 0:2.4.2-4.el7
13051 plexus-build-api.noarch 0:0.0.7-11.el7
13052 plexus-cipher.noarch 0:1.7-5.el7
13053 plexus-classworlds.noarch 0:2.4.2-8.el7
13054 plexus-cli.noarch 0:1.2-20.el7
13055 plexus-compiler.noarch 0:2.2-7.el7
13056 plexus-component-api.noarch 0:1.0-0.16.alpha15.el7
13057 plexus-components-pom.noarch 0:1.2-7.el7
13058 plexus-containers-component-annotations.noarch 0:1.5.5-14.el7
13059 plexus-containers-component-metadata.noarch 0:1.5.5-14.el7
13060 plexus-containers-container-default.noarch 0:1.5.5-14.el7
13061 plexus-digest.noarch 0:1.1-15.el7
13062 plexus-i18n.noarch 0:1.0-0.6.b10.4.el7
13063 plexus-interactivity.noarch 0:1.0-0.14.alpha6.el7
13064 plexus-interpolation.noarch 0:1.15-8.el7
13065 plexus-io.noarch 0:2.0.5-9.el7
13066 plexus-pom.noarch 0:3.3.1-5.el7
13067 plexus-resources.noarch 0:1.0-0.15.a7.el7
13068 plexus-sec-dispatcher.noarch 0:1.4-13.el7
13069 plexus-tools-pom.noarch 0:1.0.11-8.el7
13070 plexus-utils.noarch 0:3.0.9-9.el7
13071 plexus-velocity.noarch 0:1.1.8-16.el7
13072 popt-devel.x86_64 0:1.13-16.el7
13073 pyparsing.noarch 0:1.5.6-9.el7
13074 pyserial.noarch 0:2.6-5.el7
13075 python-babel.noarch 0:0.9.6-8.el7
13076 python-docutils.noarch 0:0.11-0.2.20130715svn7687.el7
13077 python-pillow.x86_64 0:2.0.0-17.gitd1c6db8.el7
13078 python-py.noarch 0:1.4.14-4.el7
13079 python-pygments.noarch 0:1.4-9.el7
13080 python-zope-interface.x86_64 0:4.0.5-4.el7
13081 qdox.noarch 0:1.12.1-9.el7
13082 regexp.noarch 0:1.5-13.el7
13083 relaxngDatatype.noarch 0:1.0-11.el7
13084 rhino.noarch 0:1.7R4-5.el7
13085 roundcubemail-core-assets.noarch 0:1.2-3.el7.kolab_3.5
13086 roundcubemail-plugin-acl.noarch 0:1.2-3.el7.kolab_3.5
13087 roundcubemail-plugin-acl-assets.noarch 0:1.2-3.el7.kolab_3.5
13088 roundcubemail-plugin-acl-skin-larry.noarch 0:1.2-3.el7.kolab_3.5
13089 roundcubemail-plugin-acl-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5
13090 roundcubemail-plugin-archive.noarch 0:1.2-3.el7.kolab_3.5
13091 roundcubemail-plugin-archive-assets.noarch 0:1.2-3.el7.kolab_3.5
13092 roundcubemail-plugin-archive-skin-larry.noarch 0:1.2-3.el7.kolab_3.5
13093 roundcubemail-plugin-archive-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5
13094 roundcubemail-plugin-calendar.noarch 0:3.3-1.el7.kolab_3.5
13095 roundcubemail-plugin-calendar-assets.noarch 0:3.3-1.el7.kolab_3.5
13096 roundcubemail-plugin-calendar-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13097 roundcubemail-plugin-calendar-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13098 roundcubemail-plugin-filesystem_attachments.noarch 0:1.2-3.el7.kolab_3.5
13099 roundcubemail-plugin-filesystem_attachments-assets.noarch 0:1.2-3.el7.kolab_3.5
13100 roundcubemail-plugin-jqueryui.noarch 0:1.2-3.el7.kolab_3.5
13101 roundcubemail-plugin-jqueryui-assets.noarch 0:1.2-3.el7.kolab_3.5
13102 roundcubemail-plugin-jqueryui-skin-larry.noarch 0:1.2-3.el7.kolab_3.5
13103 roundcubemail-plugin-jqueryui-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5
13104 roundcubemail-plugin-kolab_activesync.noarch 0:3.3-1.el7.kolab_3.5
13105 roundcubemail-plugin-kolab_activesync-assets.noarch 0:3.3-1.el7.kolab_3.5
13106 roundcubemail-plugin-kolab_activesync-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13107 roundcubemail-plugin-kolab_activesync-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13108 roundcubemail-plugin-kolab_addressbook.noarch 0:3.3-1.el7.kolab_3.5
13109 roundcubemail-plugin-kolab_addressbook-assets.noarch 0:3.3-1.el7.kolab_3.5
13110 roundcubemail-plugin-kolab_addressbook-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13111 roundcubemail-plugin-kolab_addressbook-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13112 roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-1.el7.kolab_3.5
13113 roundcubemail-plugin-kolab_config.noarch 0:3.3-1.el7.kolab_3.5
13114 roundcubemail-plugin-kolab_config-assets.noarch 0:3.3-1.el7.kolab_3.5
13115 roundcubemail-plugin-kolab_delegation.noarch 0:3.3-1.el7.kolab_3.5
13116 roundcubemail-plugin-kolab_delegation-assets.noarch 0:3.3-1.el7.kolab_3.5
13117 roundcubemail-plugin-kolab_delegation-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13118 roundcubemail-plugin-kolab_delegation-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13119 roundcubemail-plugin-kolab_files.noarch 0:3.3-1.el7.kolab_3.5
13120 roundcubemail-plugin-kolab_files-assets.noarch 0:3.3-1.el7.kolab_3.5
13121 roundcubemail-plugin-kolab_files-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13122 roundcubemail-plugin-kolab_files-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13123 roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-1.el7.kolab_3.5
13124 roundcubemail-plugin-kolab_notes.noarch 0:3.3-1.el7.kolab_3.5
13125 roundcubemail-plugin-kolab_notes-assets.noarch 0:3.3-1.el7.kolab_3.5
13126 roundcubemail-plugin-kolab_notes-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13127 roundcubemail-plugin-kolab_notes-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13128 roundcubemail-plugin-kolab_tags.noarch 0:3.3-1.el7.kolab_3.5
13129 roundcubemail-plugin-kolab_tags-assets.noarch 0:3.3-1.el7.kolab_3.5
13130 roundcubemail-plugin-kolab_tags-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13131 roundcubemail-plugin-kolab_tags-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13132 roundcubemail-plugin-libcalendaring.noarch 0:3.3-1.el7.kolab_3.5
13133 roundcubemail-plugin-libcalendaring-assets.noarch 0:3.3-1.el7.kolab_3.5
13134 roundcubemail-plugin-libcalendaring-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13135 roundcubemail-plugin-libcalendaring-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13136 roundcubemail-plugin-libkolab-assets.noarch 0:3.3-1.el7.kolab_3.5
13137 roundcubemail-plugin-libkolab-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13138 roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13139 roundcubemail-plugin-managesieve.noarch 0:1.2-3.el7.kolab_3.5
13140 roundcubemail-plugin-managesieve-assets.noarch 0:1.2-3.el7.kolab_3.5
13141 roundcubemail-plugin-managesieve-skin-larry.noarch 0:1.2-3.el7.kolab_3.5
13142 roundcubemail-plugin-managesieve-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5
13143 roundcubemail-plugin-odfviewer.noarch 0:3.3-1.el7.kolab_3.5
13144 roundcubemail-plugin-odfviewer-assets.noarch 0:3.3-1.el7.kolab_3.5
13145 roundcubemail-plugin-password.noarch 0:1.2-3.el7.kolab_3.5
13146 roundcubemail-plugin-password-assets.noarch 0:1.2-3.el7.kolab_3.5
13147 roundcubemail-plugin-pdfviewer.noarch 0:3.3-1.el7.kolab_3.5
13148 roundcubemail-plugin-pdfviewer-assets.noarch 0:3.3-1.el7.kolab_3.5
13149 roundcubemail-plugin-tasklist.noarch 0:3.3-1.el7.kolab_3.5
13150 roundcubemail-plugin-tasklist-assets.noarch 0:3.3-1.el7.kolab_3.5
13151 roundcubemail-plugin-tasklist-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13152 roundcubemail-plugin-tasklist-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13153 roundcubemail-plugin-zipdownload.noarch 0:1.2-3.el7.kolab_3.5
13154 roundcubemail-plugin-zipdownload-assets.noarch 0:1.2-3.el7.kolab_3.5
13155 roundcubemail-plugin-zipdownload-skin-larry.noarch 0:1.2-3.el7.kolab_3.5
13156 roundcubemail-plugin-zipdownload-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5
13157 roundcubemail-skin-chameleon.noarch 0:0.3.6-1.el7.kolab_3.5
13158 roundcubemail-skin-chameleon-assets.noarch 0:0.3.6-1.el7.kolab_3.5
13159 roundcubemail-skin-chameleon-core.noarch 0:0.3.6-1.el7.kolab_3.5
13160 roundcubemail-skin-larry.noarch 0:1.2-3.el7.kolab_3.5
13161 roundcubemail-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5
13162 rpm-devel.x86_64 0:4.11.1-25.el7
13163 sac.noarch 0:1.3-17.el7
13164 sisu-inject-bean.noarch 0:2.3.0-11.el7
13165 sisu-inject-plexus.noarch 0:2.3.0-11.el7
13166 slf4j.noarch 0:1.7.4-3.el7
13167 snakeyaml.noarch 0:1.11-8.el7
13168 sonatype-oss-parent.noarch 0:7-6.el7
13169 spice-parent.noarch 0:15-11.el7
13170 stax2-api.noarch 0:3.1.1-10.el7
13171 svrcore.x86_64 0:4.0.4-11.el7
13172 systemtap-sdt-devel.x86_64 0:2.6-10.el7_1
13173 t1lib.x86_64 0:5.1.2-14.el7
13174 tcl.x86_64 1:8.5.13-4.el7
13175 tcp_wrappers-devel.x86_64 0:7.6-77.el7
13176 testng.noarch 0:6.8.7-3.el7
13177 texlive-ae.noarch 2:svn15878.1.4-32.el7
13178 texlive-algorithms.noarch 2:svn15878.0.1-32.el7
13179 texlive-amscls.noarch 2:svn29207.0-32.el7
13180 texlive-amsfonts.noarch 2:svn29208.3.04-32.el7
13181 texlive-amsmath.noarch 2:svn29327.2.14-32.el7
13182 texlive-anysize.noarch 2:svn15878.0-32.el7
13183 texlive-attachfile.noarch 2:svn21866.v1.5b-32.el7
13184 texlive-avantgar.noarch 2:svn28614.0-32.el7
13185 texlive-babel.noarch 2:svn24756.3.8m-32.el7
13186 texlive-babelbib.noarch 2:svn25245.1.31-32.el7
13187 texlive-base.noarch 2:2012-32.20130427_r30134.el7
13188 texlive-beamer.noarch 2:svn29349.3.26-32.el7
13189 texlive-bera.noarch 2:svn20031.0-32.el7
13190 texlive-beton.noarch 2:svn15878.0-32.el7
13191 texlive-bibtex.noarch 2:svn26689.0.99d-32.el7
13192 texlive-bibtex-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13193 texlive-bookman.noarch 2:svn28614.0-32.el7
13194 texlive-booktabs.noarch 2:svn15878.1.61803-32.el7
13195 texlive-breakurl.noarch 2:svn15878.1.30-32.el7
13196 texlive-caption.noarch 2:svn29026.3.3__2013_02_03_-32.el7
13197 texlive-carlisle.noarch 2:svn18258.0-32.el7
13198 texlive-charter.noarch 2:svn15878.0-32.el7
13199 texlive-chngcntr.noarch 2:svn17157.1.0a-32.el7
13200 texlive-cite.noarch 2:svn19955.5.3-32.el7
13201 texlive-cm.noarch 2:svn29581.0-32.el7
13202 texlive-cm-super.noarch 2:svn15878.0-32.el7
13203 texlive-cmap.noarch 2:svn26568.0-32.el7
13204 texlive-cmextra.noarch 2:svn14075.0-32.el7
13205 texlive-collection-basic.noarch 2:svn26314.0-32.20130427_r30134.el7
13206 texlive-collection-documentation-base.noarch 2:svn17091.0-32.20130427_r30134.el7
13207 texlive-collection-fontsrecommended.noarch 2:svn28082.0-32.20130427_r30134.el7
13208 texlive-collection-latex.noarch 2:svn25030.0-32.20130427_r30134.el7
13209 texlive-collection-latexrecommended.noarch 2:svn25795.0-32.20130427_r30134.el7
13210 texlive-colortbl.noarch 2:svn25394.v1.0a-32.el7
13211 texlive-courier.noarch 2:svn28614.0-32.el7
13212 texlive-crop.noarch 2:svn15878.1.5-32.el7
13213 texlive-csquotes.noarch 2:svn24393.5.1d-32.el7
13214 texlive-ctable.noarch 2:svn26694.1.23-32.el7
13215 texlive-currfile.noarch 2:svn29012.0.7b-32.el7
13216 texlive-dvipdfm.noarch 2:svn26689.0.13.2d-32.el7
13217 texlive-dvipdfm-bin.noarch 2:svn13663.0-32.20130427_r30134.el7
13218 texlive-dvipdfmx.noarch 2:svn26765.0-32.el7
13219 texlive-dvipdfmx-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13220 texlive-dvipdfmx-def.noarch 2:svn15878.0-32.el7
13221 texlive-dvips-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13222 texlive-ec.noarch 2:svn25033.1.0-32.el7
13223 texlive-enctex.noarch 2:svn28602.0-32.el7
13224 texlive-enumitem.noarch 2:svn24146.3.5.2-32.el7
13225 texlive-eso-pic.noarch 2:svn21515.2.0c-32.el7
13226 texlive-etex.noarch 2:svn22198.2.1-32.el7
13227 texlive-etex-pkg.noarch 2:svn15878.2.0-32.el7
13228 texlive-etoolbox.noarch 2:svn20922.2.1-32.el7
13229 texlive-euler.noarch 2:svn17261.2.5-32.el7
13230 texlive-euro.noarch 2:svn22191.1.1-32.el7
13231 texlive-eurosym.noarch 2:svn17265.1.4_subrfix-32.el7
13232 texlive-extsizes.noarch 2:svn17263.1.4a-32.el7
13233 texlive-fancybox.noarch 2:svn18304.1.4-32.el7
13234 texlive-fancyhdr.noarch 2:svn15878.3.1-32.el7
13235 texlive-fancyref.noarch 2:svn15878.0.9c-32.el7
13236 texlive-fancyvrb.noarch 2:svn18492.2.8-32.el7
13237 texlive-filecontents.noarch 2:svn24250.1.3-32.el7
13238 texlive-filehook.noarch 2:svn24280.0.5d-32.el7
13239 texlive-fix2col.noarch 2:svn17133.0-32.el7
13240 texlive-float.noarch 2:svn15878.1.3d-32.el7
13241 texlive-fontspec.noarch 2:svn29412.v2.3a-32.el7
13242 texlive-footmisc.noarch 2:svn23330.5.5b-32.el7
13243 texlive-fp.noarch 2:svn15878.0-32.el7
13244 texlive-fpl.noarch 2:svn15878.1.002-32.el7
13245 texlive-geometry.noarch 2:svn19716.5.6-32.el7
13246 texlive-glyphlist.noarch 2:svn28576.0-32.el7
13247 texlive-graphics.noarch 2:svn25405.1.0o-32.el7
13248 texlive-gsftopk.noarch 2:svn26689.1.19.2-32.el7
13249 texlive-gsftopk-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13250 texlive-helvetic.noarch 2:svn28614.0-32.el7
13251 texlive-hyperref.noarch 2:svn28213.6.83m-32.el7
13252 texlive-hyph-utf8.noarch 2:svn29641.0-32.el7
13253 texlive-hyphen-base.noarch 2:svn29197.0-32.el7
13254 texlive-ifetex.noarch 2:svn24853.1.2-32.el7
13255 texlive-ifluatex.noarch 2:svn26725.1.3-32.el7
13256 texlive-ifxetex.noarch 2:svn19685.0.5-32.el7
13257 texlive-index.noarch 2:svn24099.4.1beta-32.el7
13258 texlive-jknapltx.noarch 2:svn19440.0-32.el7
13259 texlive-kastrup.noarch 2:svn15878.0-32.el7
13260 texlive-koma-script.noarch 2:svn27255.3.11b-32.el7
13261 texlive-kpathsea.noarch 2:svn28792.0-32.el7
13262 texlive-kpathsea-bin.x86_64 2:svn27347.0-32.20130427_r30134.el7
13263 texlive-kpathsea-lib.x86_64 2:2012-32.20130427_r30134.el7
13264 texlive-l3experimental.noarch 2:svn29361.SVN_4467-32.el7
13265 texlive-l3kernel.noarch 2:svn29409.SVN_4469-32.el7
13266 texlive-l3packages.noarch 2:svn29361.SVN_4467-32.el7
13267 texlive-latex-bin.noarch 2:svn26689.0-32.el7
13268 texlive-latex-bin-bin.noarch 2:svn14050.0-32.20130427_r30134.el7
13269 texlive-latex-fonts.noarch 2:svn28888.0-32.el7
13270 texlive-latexconfig.noarch 2:svn28991.0-32.el7
13271 texlive-listings.noarch 2:svn15878.1.4-32.el7
13272 texlive-lm.noarch 2:svn28119.2.004-32.el7
13273 texlive-lm-math.noarch 2:svn29044.1.958-32.el7
13274 texlive-ltxmisc.noarch 2:svn21927.0-32.el7
13275 texlive-lua-alt-getopt.noarch 2:svn29349.0.7.0-32.el7
13276 texlive-lualatex-math.noarch 2:svn29346.1.2-32.el7
13277 texlive-luaotfload.noarch 2:svn26718.1.26-32.el7
13278 texlive-luaotfload-bin.noarch 2:svn18579.0-32.20130427_r30134.el7
13279 texlive-luatex.noarch 2:svn26689.0.70.1-32.el7
13280 texlive-luatex-bin.x86_64 2:svn26912.0-32.20130427_r30134.el7
13281 texlive-luatexbase.noarch 2:svn22560.0.31-32.el7
13282 texlive-makeindex.noarch 2:svn26689.2.12-32.el7
13283 texlive-makeindex-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13284 texlive-marginnote.noarch 2:svn25880.v1.1i-32.el7
13285 texlive-marvosym.noarch 2:svn29349.2.2a-32.el7
13286 texlive-mathpazo.noarch 2:svn15878.1.003-32.el7
13287 texlive-mdwtools.noarch 2:svn15878.1.05.4-32.el7
13288 texlive-memoir.noarch 2:svn21638.3.6j_patch_6.0g-32.el7
13289 texlive-metafont.noarch 2:svn26689.2.718281-32.el7
13290 texlive-metafont-bin.x86_64 2:svn26912.0-32.20130427_r30134.el7
13291 texlive-metalogo.noarch 2:svn18611.0.12-32.el7
13292 texlive-mflogo.noarch 2:svn17487.0-32.el7
13293 texlive-mfnfss.noarch 2:svn19410.0-32.el7
13294 texlive-mfware.noarch 2:svn26689.0-32.el7
13295 texlive-mfware-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13296 texlive-mh.noarch 2:svn29420.0-32.el7
13297 texlive-microtype.noarch 2:svn29392.2.5-32.el7
13298 texlive-misc.noarch 2:svn24955.0-32.el7
13299 texlive-mparhack.noarch 2:svn15878.1.4-32.el7
13300 texlive-mptopdf.noarch 2:svn26689.0-32.el7
13301 texlive-mptopdf-bin.noarch 2:svn18674.0-32.20130427_r30134.el7
13302 texlive-ms.noarch 2:svn24467.0-32.el7
13303 texlive-multido.noarch 2:svn18302.1.42-32.el7
13304 texlive-natbib.noarch 2:svn20668.8.31b-32.el7
13305 texlive-ncntrsbk.noarch 2:svn28614.0-32.el7
13306 texlive-ntgclass.noarch 2:svn15878.0-32.el7
13307 texlive-oberdiek.noarch 2:svn26725.0-32.el7
13308 texlive-palatino.noarch 2:svn28614.0-32.el7
13309 texlive-paralist.noarch 2:svn15878.2.3b-32.el7
13310 texlive-parallel.noarch 2:svn15878.0-32.el7
13311 texlive-parskip.noarch 2:svn19963.2.0-32.el7
13312 texlive-pdfpages.noarch 2:svn27574.0.4t-32.el7
13313 texlive-pdftex.noarch 2:svn29585.1.40.11-32.el7
13314 texlive-pdftex-bin.x86_64 2:svn27321.0-32.20130427_r30134.el7
13315 texlive-pdftex-def.noarch 2:svn22653.0.06d-32.el7
13316 texlive-pgf.noarch 2:svn22614.2.10-32.el7
13317 texlive-plain.noarch 2:svn26647.0-32.el7
13318 texlive-powerdot.noarch 2:svn25656.1.4i-32.el7
13319 texlive-psfrag.noarch 2:svn15878.3.04-32.el7
13320 texlive-pslatex.noarch 2:svn16416.0-32.el7
13321 texlive-psnfss.noarch 2:svn23394.9.2a-32.el7
13322 texlive-pspicture.noarch 2:svn15878.0-32.el7
13323 texlive-pst-3d.noarch 2:svn17257.1.10-32.el7
13324 texlive-pst-blur.noarch 2:svn15878.2.0-32.el7
13325 texlive-pst-coil.noarch 2:svn24020.1.06-32.el7
13326 texlive-pst-eps.noarch 2:svn15878.1.0-32.el7
13327 texlive-pst-fill.noarch 2:svn15878.1.01-32.el7
13328 texlive-pst-grad.noarch 2:svn15878.1.06-32.el7
13329 texlive-pst-math.noarch 2:svn20176.0.61-32.el7
13330 texlive-pst-node.noarch 2:svn27799.1.25-32.el7
13331 texlive-pst-plot.noarch 2:svn28729.1.44-32.el7
13332 texlive-pst-slpe.noarch 2:svn24391.1.31-32.el7
13333 texlive-pst-text.noarch 2:svn15878.1.00-32.el7
13334 texlive-pst-tree.noarch 2:svn24142.1.12-32.el7
13335 texlive-pstricks.noarch 2:svn29678.2.39-32.el7
13336 texlive-pstricks-add.noarch 2:svn28750.3.59-32.el7
13337 texlive-pxfonts.noarch 2:svn15878.0-32.el7
13338 texlive-qstest.noarch 2:svn15878.0-32.el7
13339 texlive-rcs.noarch 2:svn15878.0-32.el7
13340 texlive-rotating.noarch 2:svn16832.2.16b-32.el7
13341 texlive-rsfs.noarch 2:svn15878.0-32.el7
13342 texlive-sansmath.noarch 2:svn17997.1.1-32.el7
13343 texlive-sauerj.noarch 2:svn15878.0-32.el7
13344 texlive-section.noarch 2:svn20180.0-32.el7
13345 texlive-seminar.noarch 2:svn18322.1.5-32.el7
13346 texlive-sepnum.noarch 2:svn20186.2.0-32.el7
13347 texlive-setspace.noarch 2:svn24881.6.7a-32.el7
13348 texlive-showexpl.noarch 2:svn27790.v0.3j-32.el7
13349 texlive-soul.noarch 2:svn15878.2.4-32.el7
13350 texlive-subfig.noarch 2:svn15878.1.3-32.el7
13351 texlive-symbol.noarch 2:svn28614.0-32.el7
13352 texlive-tetex.noarch 2:svn29585.3.0-32.el7
13353 texlive-tetex-bin.noarch 2:svn27344.0-32.20130427_r30134.el7
13354 texlive-tex.noarch 2:svn26689.3.1415926-32.el7
13355 texlive-tex-bin.x86_64 2:svn26912.0-32.20130427_r30134.el7
13356 texlive-tex-gyre.noarch 2:svn18651.2.004-32.el7
13357 texlive-tex-gyre-math.noarch 2:svn29045.0-32.el7
13358 texlive-texconfig.noarch 2:svn29349.0-32.el7
13359 texlive-texconfig-bin.noarch 2:svn27344.0-32.20130427_r30134.el7
13360 texlive-texlive.infra.noarch 2:svn28217.0-32.el7
13361 texlive-texlive.infra-bin.x86_64 2:svn22566.0-32.20130427_r30134.el7
13362 texlive-textcase.noarch 2:svn15878.0-32.el7
13363 texlive-thumbpdf.noarch 2:svn26689.3.15-32.el7
13364 texlive-thumbpdf-bin.noarch 2:svn6898.0-32.20130427_r30134.el7
13365 texlive-times.noarch 2:svn28614.0-32.el7
13366 texlive-tipa.noarch 2:svn29349.1.3-32.el7
13367 texlive-tools.noarch 2:svn26263.0-32.el7
13368 texlive-txfonts.noarch 2:svn15878.0-32.el7
13369 texlive-type1cm.noarch 2:svn21820.0-32.el7
13370 texlive-typehtml.noarch 2:svn17134.0-32.el7
13371 texlive-ucs.noarch 2:svn27549.2.1-32.el7
13372 texlive-underscore.noarch 2:svn18261.0-32.el7
13373 texlive-unicode-math.noarch 2:svn29413.0.7d-32.el7
13374 texlive-url.noarch 2:svn16864.3.2-32.el7
13375 texlive-utopia.noarch 2:svn15878.0-32.el7
13376 texlive-varwidth.noarch 2:svn24104.0.92-32.el7
13377 texlive-wasy.noarch 2:svn15878.0-32.el7
13378 texlive-wasysym.noarch 2:svn15878.2.0-32.el7
13379 texlive-xcolor.noarch 2:svn15878.2.11-32.el7
13380 texlive-xdvi.noarch 2:svn26689.22.85-32.el7
13381 texlive-xdvi-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13382 texlive-xkeyval.noarch 2:svn27995.2.6a-32.el7
13383 texlive-xunicode.noarch 2:svn23897.0.981-32.el7
13384 texlive-zapfchan.noarch 2:svn28614.0-32.el7
13385 texlive-zapfding.noarch 2:svn28614.0-32.el7
13386 tix.x86_64 1:8.4.3-12.el7
13387 tk.x86_64 1:8.5.13-4.el7
13388 tomcat-servlet-3.0-api.noarch 0:7.0.54-2.el7_1
13389 unixODBC.x86_64 0:2.3.1-10.el7
13390 urw-fonts.noarch 0:2.4-16.el7
13391 uuid.x86_64 0:1.6.2-26.el7
13392 v8.x86_64 1:3.14.5.10-17.el7
13393 velocity.noarch 0:1.7-10.el7
13394 weld-parent.noarch 0:17-9.el7
13395 woodstox-core.noarch 0:4.1.2-8.el7
13396 ws-jaxme.noarch 0:0.5.2-10.el7
13397 wxBase.x86_64 0:2.8.12-13.el7
13398 wxGTK.x86_64 0:2.8.12-13.el7
13399 wxGTK-gl.x86_64 0:2.8.12-13.el7
13400 xbean.noarch 0:3.13-6.el7
13401 xerces-c.x86_64 0:3.1.1-6.el7
13402 xmlgraphics-commons.noarch 0:1.5-3.el7
13403 xmvn.noarch 0:1.3.0-5.el7
13404 xpp3.noarch 0:1.1.3.8-11.el7
13405 xz-java.noarch 0:1.3-3.el7
13406 ycssmin.noarch 0:1.0.1-6.el7
13407 zziplib.x86_64 0:0.13.62-5.el7
13408
13409Dependency Updated:
13410 libblkid.x86_64 0:2.23.2-22.el7_1 libmount.x86_64 0:2.23.2-22.el7_1
13411 libuuid.x86_64 0:2.23.2-22.el7_1 nspr.x86_64 0:4.10.8-1.el7_1
13412 nss.x86_64 0:3.18.0-2.2.el7_1 nss-sysinit.x86_64 0:3.18.0-2.2.el7_1
13413 nss-tools.x86_64 0:3.18.0-2.2.el7_1 nss-util.x86_64 0:3.18.0-1.el7_1
13414 util-linux.x86_64 0:2.23.2-22.el7_1
13415
13416Complete!
13417 ---> ec049527542d
13418Error removing intermediate container 78a65d812a7d: The given container is <nil>
13419Step 17 : WORKDIR /srv
13420 ---> Running in 50bb84296679
13421 ---> 5e13deb696b3
13422Error removing intermediate container 78a65d812a7d: The given container is <nil>
13423Removing intermediate container 50bb84296679
13424Step 18 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
13425 ---> Running in e1e815173346
13426Cloning into 'closure-compiler.git'...
13427 ---> 1933370cc399
13428Error removing intermediate container 78a65d812a7d: The given container is <nil>
13429Removing intermediate container e1e815173346
13430Step 19 : WORKDIR /srv/closure-compiler.git
13431 ---> Running in 9f34a45872b9
13432 ---> ca83e4542942
13433Error removing intermediate container 78a65d812a7d: The given container is <nil>
13434Removing intermediate container 9f34a45872b9
13435Step 20 : RUN ant jar
13436 ---> Running in 765857dbf7ff
13437Buildfile: /srv/closure-compiler.git/build.xml
13438
13439relversion:
13440
13441compile:
13442 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
13443 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
13444 [javac] Compiling 571 source files to /srv/closure-compiler.git/build/classes
13445 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1265: warning: [unchecked] unchecked cast
13446 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
13447 [javac] ^
13448 [javac] required: Set<TypedVar>
13449 [javac] found: Set<CAP#1>
13450 [javac] where CAP#1 is a fresh type-variable:
13451 [javac] CAP#1 extends Var from capture of ? extends Var
13452 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:927: warning: [unchecked] getType(String) in JSTypeRegistry implements <T>getType(String) in TypeIRegistry
13453 [javac] public JSType getType(String jsTypeName) {
13454 [javac] ^
13455 [javac] return type requires unchecked conversion from JSType to T
13456 [javac] where T is a type-variable:
13457 [javac] T extends TypeI declared in method <T>getType(String)
13458 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:938: warning: [unchecked] getNativeType(JSTypeNative) in JSTypeRegistry implements <T>getNativeType(JSTypeNative) in TypeIRegistry
13459 [javac] public JSType getNativeType(JSTypeNative typeId) {
13460 [javac] ^
13461 [javac] return type requires unchecked conversion from JSType to T
13462 [javac] where T is a type-variable:
13463 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
13464 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:943: warning: [unchecked] getNativeObjectType(JSTypeNative) in JSTypeRegistry implements <T>getNativeObjectType(JSTypeNative) in TypeIRegistry
13465 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
13466 [javac] ^
13467 [javac] return type requires unchecked conversion from ObjectType to T
13468 [javac] where T is a type-variable:
13469 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
13470 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:948: warning: [unchecked] getNativeFunctionType(JSTypeNative) in JSTypeRegistry implements <T>getNativeFunctionType(JSTypeNative) in TypeIRegistry
13471 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
13472 [javac] ^
13473 [javac] return type requires unchecked conversion from FunctionType to T
13474 [javac] where T is a type-variable:
13475 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
13476 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1494: warning: [unchecked] unchecked cast
13477 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
13478 [javac] ^
13479 [javac] required: StaticTypedScope<JSType>
13480 [javac] found: StaticTypedScope<CAP#1>
13481 [javac] where CAP#1 is a fresh type-variable:
13482 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
13483 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/MemoizedScopeCreator.java:82: warning: [unchecked] createScope(Node,Scope) in MemoizedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
13484 [javac] public TypedScope createScope(Node n, Scope parent) {
13485 [javac] ^
13486 [javac] return type requires unchecked conversion from TypedScope to T
13487 [javac] where T is a type-variable:
13488 [javac] T extends Scope declared in method <T>createScope(Node,T)
13489 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1759: warning: [unchecked] unchecked cast
13490 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
13491 [javac] ^
13492 [javac] required: StaticTypedSlot<JSType>
13493 [javac] found: StaticSlot
13494 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1766: warning: [unchecked] unchecked cast
13495 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
13496 [javac] ^
13497 [javac] required: StaticTypedScope<JSType>
13498 [javac] found: StaticScope
13499 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1773: warning: [unchecked] unchecked cast
13500 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
13501 [javac] ^
13502 [javac] required: StaticTypedSlot<JSType>
13503 [javac] found: StaticSlot
13504 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
13505 [javac] public Iterator<TypedVar> getVars() {
13506 [javac] ^
13507 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
13508 [javac] where T is a type-variable:
13509 [javac] T extends Var declared in method <T>getVars()
13510 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScopeCreator.java:205: warning: [unchecked] createScope(Node,Scope) in TypedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
13511 [javac] public TypedScope createScope(Node root, Scope parent) {
13512 [javac] ^
13513 [javac] return type requires unchecked conversion from TypedScope to T
13514 [javac] where T is a type-variable:
13515 [javac] T extends Scope declared in method <T>createScope(Node,T)
13516 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
13517 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
13518 [javac] ^
13519 [javac] required: Set<Var>
13520 [javac] found: Set<CAP#1>
13521 [javac] where CAP#1 is a fresh type-variable:
13522 [javac] CAP#1 extends Var from capture of ? extends Var
13523 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6SyntacticScopeCreator.java:55: warning: [unchecked] createScope(Node,Scope) in Es6SyntacticScopeCreator implements <T>createScope(Node,T) in ScopeCreator
13524 [javac] public Scope createScope(Node n, Scope parent) {
13525 [javac] ^
13526 [javac] return type requires unchecked conversion from Scope to T
13527 [javac] where T is a type-variable:
13528 [javac] T extends Scope declared in method <T>createScope(Node,T)
13529 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:113: warning: [unchecked] unchecked conversion
13530 [javac] this.defineParams = new LinkedList();
13531 [javac] ^
13532 [javac] required: List<Parameter>
13533 [javac] found: LinkedList
13534 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:114: warning: [unchecked] unchecked conversion
13535 [javac] this.entryPointParams = new LinkedList();
13536 [javac] ^
13537 [javac] required: List<Parameter>
13538 [javac] found: LinkedList
13539 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:115: warning: [unchecked] unchecked conversion
13540 [javac] this.externFileLists = new LinkedList();
13541 [javac] ^
13542 [javac] required: List<FileList>
13543 [javac] found: LinkedList
13544 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:116: warning: [unchecked] unchecked conversion
13545 [javac] this.sourceFileLists = new LinkedList();
13546 [javac] ^
13547 [javac] required: List<FileList>
13548 [javac] found: LinkedList
13549 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:117: warning: [unchecked] unchecked conversion
13550 [javac] this.sourcePaths = new LinkedList();
13551 [javac] ^
13552 [javac] required: List<Path>
13553 [javac] found: LinkedList
13554 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:118: warning: [unchecked] unchecked conversion
13555 [javac] this.warnings = new LinkedList();
13556 [javac] ^
13557 [javac] required: List<Warning>
13558 [javac] found: LinkedList
13559 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:497: warning: [unchecked] unchecked conversion
13560 [javac] List<String> entryPoints = new LinkedList();
13561 [javac] ^
13562 [javac] required: List<String>
13563 [javac] found: LinkedList
13564 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:582: warning: [unchecked] unchecked conversion
13565 [javac] List<SourceFile> files = new LinkedList();
13566 [javac] ^
13567 [javac] required: List<SourceFile>
13568 [javac] found: LinkedList
13569 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:595: warning: [unchecked] unchecked conversion
13570 [javac] List<SourceFile> files = new LinkedList();
13571 [javac] ^
13572 [javac] required: List<SourceFile>
13573 [javac] found: LinkedList
13574 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:613: warning: [unchecked] unchecked conversion
13575 [javac] List<SourceFile> files = new LinkedList();
13576 [javac] ^
13577 [javac] required: List<SourceFile>
13578 [javac] found: LinkedList
13579 [javac] 24 warnings
13580 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
13581 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
13582 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
13583[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
13584 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
13585 [copy] Copying 3 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
13586
13587jar:
13588 [zip] Building zip: /srv/closure-compiler.git/build/externs.zip
13589 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
13590
13591BUILD SUCCESSFUL
13592Total time: 14 seconds
13593 ---> 6044b6930778
13594Error removing intermediate container 78a65d812a7d: The given container is <nil>
13595Removing intermediate container 765857dbf7ff
13596Step 21 : WORKDIR /srv
13597 ---> Running in c9ce82997840
13598 ---> d956de25d899
13599Error removing intermediate container 78a65d812a7d: The given container is <nil>
13600Removing intermediate container c9ce82997840
13601Step 22 : RUN git clone https://github.com/SeleniumHQ/selenium.git selenium.git
13602 ---> Running in e20213b41b59
13603Cloning into 'selenium.git'...
13604 ---> a44e3c561a30
13605Removing intermediate container e20213b41b59
13606Error removing intermediate container 78a65d812a7d: The given container is <nil>
13607Step 23 : WORKDIR /srv/selenium.git
13608 ---> Running in d04f4ee62361
13609 ---> 8763226190c6
13610Error removing intermediate container 78a65d812a7d: The given container is <nil>
13611Removing intermediate container d04f4ee62361
13612Step 24 : RUN ./go --trace --verbose build
13613 ---> Running in c04b94b3cdf8
13614(in /srv/selenium.git)
13615Parsing javascript/build.desc
13616Parsing javascript/jsunit/build.desc
13617Parsing javascript/android-atoms/build.desc
13618Parsing javascript/safari-driver/build.desc
13619Parsing javascript/safari-driver/prebuilt/build.desc
13620Parsing javascript/safari-driver/inject/build.desc
13621Parsing javascript/safari-driver/inject/page/build.desc
13622Parsing javascript/safari-driver/message/build.desc
13623Parsing javascript/selenium-atoms/build.desc
13624Parsing javascript/remote/build.desc
13625Parsing javascript/node/build.desc
13626Parsing javascript/atoms/build.desc
13627Parsing javascript/atoms/fragments/build.desc
13628Parsing javascript/selenium-core/build.desc
13629Parsing javascript/watir-atoms/build.desc
13630Parsing javascript/chrome-driver/build.desc
13631Parsing javascript/ie-driver/build.desc
13632Parsing javascript/firefox-driver/build.desc
13633Parsing javascript/webdriver/build.desc
13634Parsing javascript/webdriver/atoms/build.desc
13635Parsing javascript/webdriver/atoms/fragments/build.desc
13636Parsing javascript/webdriver/atoms/fragments/inject/build.desc
13637Parsing javascript/webdriver/atoms/inject/build.desc
13638Parsing py/build.desc
13639Parsing ide/build.desc
13640Parsing ide/plugins/php-format/build.desc
13641Parsing ide/plugins/ruby-format/build.desc
13642Parsing ide/plugins/csharp-format/build.desc
13643Parsing ide/plugins/python-format/build.desc
13644Parsing ide/plugins/perl-format/build.desc
13645Parsing ide/plugins/java-format/build.desc
13646Parsing ide/plugins/groovy-format/build.desc
13647Parsing ide/main/build.desc
13648Parsing third_party/firebug/build.desc
13649Parsing third_party/js/sizzle/build.desc
13650Parsing third_party/js/wgxpath/build.desc
13651Parsing third_party/java/hamcrest/build.desc
13652Parsing third_party/java/testng/build.desc
13653Parsing third_party/java/jcommander/build.desc
13654Parsing third_party/java/jetty-websocket/build.desc
13655Parsing third_party/java/mockito/build.desc
13656Parsing third_party/java/junit/build.desc
13657Parsing third_party/java/phantomjs-driver/build.desc
13658Parsing third_party/java/ehcache/build.desc
13659Parsing third_party/java/commons-collections/build.desc
13660Parsing third_party/java/commons-exec/build.desc
13661Parsing third_party/java/jasper/build.desc
13662Parsing third_party/java/cglib/build.desc
13663Parsing third_party/java/commons-logging/build.desc
13664Parsing third_party/java/netty/build.desc
13665Parsing third_party/java/apache-httpclient/build.desc
13666Parsing third_party/java/gson/build.desc
13667Parsing third_party/java/slf4j/build.desc
13668Parsing third_party/java/cssparser/build.desc
13669Parsing third_party/java/commons-el/build.desc
13670Parsing third_party/java/little_proxy/build.desc
13671Parsing third_party/java/commons_cli/build.desc
13672Parsing third_party/java/mx4j/build.desc
13673Parsing third_party/java/ant/build.desc
13674Parsing third_party/java/commons-io/build.desc
13675Parsing third_party/java/nekohtml/build.desc
13676Parsing third_party/java/xml/build.desc
13677Parsing third_party/java/yaml/build.desc
13678Parsing third_party/java/guice/build.desc
13679Parsing third_party/java/jna/build.desc
13680Parsing third_party/java/guava-libraries/build.desc
13681Parsing third_party/java/jcip_annotations/build.desc
13682Parsing third_party/java/bouncycastle/build.desc
13683Parsing third_party/java/beanshell/build.desc
13684Parsing third_party/java/jsr_330/build.desc
13685Parsing third_party/java/sac/build.desc
13686Parsing third_party/java/jetty/build.desc
13687Parsing third_party/java/htmlunit/build.desc
13688Parsing third_party/java/webbit/build.desc
13689Parsing third_party/java/apache-mime4j/build.desc
13690Parsing third_party/java/serializer/build.desc
13691Parsing third_party/java/commons-codec/build.desc
13692Parsing third_party/java/dnsjava/build.desc
13693Parsing third_party/java/commons-fileupload/build.desc
13694Parsing third_party/java/servlet-api/build.desc
13695Parsing third_party/java/objenesis/build.desc
13696Parsing third_party/java/dnssec4j/build.desc
13697Parsing third_party/java/commons-lang/build.desc
13698Parsing third_party/closure/build.desc
13699Parsing iphone/build.desc
13700Parsing rb/build.desc
13701Parsing dotnet/build.desc
13702Parsing dotnet/test/ie/build.desc
13703Parsing dotnet/test/firefox/build.desc
13704Parsing dotnet/test/remote/build.desc
13705Parsing dotnet/test/chrome/build.desc
13706Parsing dotnet/test/support/build.desc
13707Parsing dotnet/test/common/build.desc
13708Parsing dotnet/test/safari/build.desc
13709Parsing dotnet/test/phantomjs/build.desc
13710Parsing dotnet/test/webdriverbackedselenium/build.desc
13711Parsing dotnet/test/core/build.desc
13712Parsing dotnet/docs/build.desc
13713Parsing dotnet/src/support/build.desc
13714Parsing dotnet/src/webdriver/build.desc
13715Parsing dotnet/src/webdriverbackedselenium/build.desc
13716Parsing dotnet/src/core/build.desc
13717Parsing java/server/test/org/openqa/selenium/build.desc
13718Parsing java/server/test/org/openqa/selenium/remote/server/build.desc
13719Parsing java/server/test/org/openqa/selenium/remote/server/auth/build.desc
13720Parsing java/server/test/org/openqa/selenium/remote/server/log/build.desc
13721Parsing java/server/test/org/openqa/selenium/server/build.desc
13722Parsing java/server/test/org/openqa/selenium/testworker/build.desc
13723Parsing java/server/test/org/openqa/grid/build.desc
13724Parsing java/server/test/org/openqa/grid/common/build.desc
13725Parsing java/server/test/org/openqa/grid/e2e/build.desc
13726Parsing java/server/src/org/openqa/selenium/remote/server/build.desc
13727Parsing java/server/src/org/openqa/selenium/remote/server/log/build.desc
13728Parsing java/server/src/org/openqa/selenium/server/build.desc
13729Parsing java/server/src/org/openqa/selenium/server/security/build.desc
13730Parsing java/server/src/org/openqa/grid/build.desc
13731Parsing java/server/src/org/openqa/grid/selenium/build.desc
13732Parsing java/server/src/org/openqa/grid/common/build.desc
13733Parsing java/server/src/cybervillains/build.desc
13734Parsing java/client/test/org/openqa/selenium/build.desc
13735Parsing java/client/test/org/openqa/selenium/javascript/build.desc
13736Parsing java/client/test/org/openqa/selenium/environment/build.desc
13737Parsing java/client/test/org/openqa/selenium/environment/webserver/build.desc
13738Parsing java/client/test/org/openqa/selenium/ie/build.desc
13739Parsing java/client/test/org/openqa/selenium/logging/build.desc
13740Parsing java/client/test/org/openqa/selenium/firefox/build.desc
13741Parsing java/client/test/org/openqa/selenium/opera/build.desc
13742Parsing java/client/test/org/openqa/selenium/lift/build.desc
13743Parsing java/client/test/org/openqa/selenium/remote/build.desc
13744Parsing java/client/test/org/openqa/selenium/chrome/build.desc
13745Parsing java/client/test/org/openqa/selenium/support/build.desc
13746Parsing java/client/test/org/openqa/selenium/support/pagefactory/build.desc
13747Parsing java/client/test/org/openqa/selenium/support/ui/build.desc
13748Parsing java/client/test/org/openqa/selenium/support/events/build.desc
13749Parsing java/client/test/org/openqa/selenium/atoms/build.desc
13750Parsing java/client/test/org/openqa/selenium/safari/build.desc
13751Parsing java/client/test/org/openqa/selenium/htmlunit/build.desc
13752Parsing java/client/test/org/openqa/selenium/net/build.desc
13753Parsing java/client/test/org/openqa/selenium/phantomjs/build.desc
13754Parsing java/client/test/org/openqa/selenium/testing/build.desc
13755Parsing java/client/test/org/openqa/selenium/testing/drivers/build.desc
13756Parsing java/client/test/com/thoughtworks/selenium/build.desc
13757Parsing java/client/test/com/thoughtworks/selenium/corebased/build.desc
13758Parsing java/client/test/com/thoughtworks/selenium/webdriven/build.desc
13759Parsing java/client/test/com/thoughtworks/selenium/condition/build.desc
13760Parsing java/client/test/com/thoughtworks/selenium/testing/build.desc
13761Parsing java/client/src/org/openqa/selenium/build.desc
13762Parsing java/client/src/org/openqa/selenium/browserlaunchers/locators/build.desc
13763Parsing java/client/src/org/openqa/selenium/ie/build.desc
13764Parsing java/client/src/org/openqa/selenium/logging/build.desc
13765Parsing java/client/src/org/openqa/selenium/firefox/build.desc
13766Parsing java/client/src/org/openqa/selenium/opera/build.desc
13767Parsing java/client/src/org/openqa/selenium/interactions/build.desc
13768Parsing java/client/src/org/openqa/selenium/lift/build.desc
13769Parsing java/client/src/org/openqa/selenium/remote/build.desc
13770Parsing java/client/src/org/openqa/selenium/remote/service/build.desc
13771Parsing java/client/src/org/openqa/selenium/chrome/build.desc
13772Parsing java/client/src/org/openqa/selenium/support/build.desc
13773Parsing java/client/src/org/openqa/selenium/support/ui/build.desc
13774Parsing java/client/src/org/openqa/selenium/support/events/build.desc
13775Parsing java/client/src/org/openqa/selenium/security/build.desc
13776Parsing java/client/src/org/openqa/selenium/io/build.desc
13777Parsing java/client/src/org/openqa/selenium/safari/build.desc
13778Parsing java/client/src/org/openqa/selenium/htmlunit/build.desc
13779Parsing java/client/src/org/openqa/selenium/os/build.desc
13780Parsing java/client/src/org/openqa/selenium/net/build.desc
13781Parsing java/client/src/com/thoughtworks/selenium/build.desc
13782Parsing java/client/src/com/thoughtworks/selenium/webdriven/build.desc
13783Parsing java/client/src/com/thoughtworks/selenium/webdriven/commands/build.desc
13784Parsing java/client/src/com/thoughtworks/selenium/condition/build.desc
13785Parsing cpp/build.desc
13786Parsing cpp/webdriver-firefox/build.desc
13787Parsing cpp/iedriverserver/build.desc
13788** Invoke build (first_time)
13789** Invoke all (first_time)
13790** Invoke selenium-java (first_time)
13791** Invoke //java/client/src/org/openqa/selenium:client-combined:project (first_time)
13792** Invoke build/java/client/src/org/openqa/selenium/client-combined-nodeps.jar (first_time)
13793** Invoke //java/client/src/com/thoughtworks/selenium:leg-rc (first_time)
13794** Invoke //java/client/src/com/thoughtworks/selenium:api (first_time)
13795** Invoke build/java/client/src/com/thoughtworks/selenium/api.jar (first_time)
13796** Invoke java/client/src/com/thoughtworks/selenium/CommandProcessor.java (first_time, not_needed)
13797** Invoke java/client/src/com/thoughtworks/selenium/Selenium.java (first_time, not_needed)
13798** Invoke java/client/src/com/thoughtworks/selenium/SeleniumException.java (first_time, not_needed)
13799** Invoke java/client/src/com/thoughtworks/selenium/Wait.java (first_time, not_needed)
13800** Execute build/java/client/src/com/thoughtworks/selenium/api.jar
13801rm -rf build/java/client/src/com/thoughtworks/selenium/api.jar_temp
13802Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/com/thoughtworks/selenium/api.jar_temp
13803Compiling: //java/client/src/com/thoughtworks/selenium:api as build/java/client/src/com/thoughtworks/selenium/api.jar
13804mkdir -p build/java/client/src/com/thoughtworks/selenium/api.jar_temp
13805Compiling 4 source files to /srv/selenium.git/build/java/client/src/com/thoughtworks/selenium/api.jar_temp
13806Building jar: /srv/selenium.git/build/java/client/src/com/thoughtworks/selenium/api.jar
13807rm -rf build/java/client/src/com/thoughtworks/selenium/api.jar_temp
13808** Execute //java/client/src/com/thoughtworks/selenium:api
13809** Invoke //java/client/src/com/thoughtworks/selenium:selenium (first_time)
13810** Invoke build/java/client/src/com/thoughtworks/selenium/selenium.jar (first_time)
13811** Invoke //java/client/src/com/thoughtworks/selenium:api
13812** Invoke //java/client/src/com/thoughtworks/selenium/condition (first_time)
13813** Invoke //java/client/src/com/thoughtworks/selenium/condition:condition (first_time)
13814** Invoke build/java/client/src/com/thoughtworks/selenium/condition/condition.jar (first_time)
13815** Invoke //java/client/src/com/thoughtworks/selenium:api
13816** Invoke //third_party/java/junit (first_time)
13817** Invoke //third_party/java/junit:junit (first_time)
13818** Invoke third_party/java/junit/junit-dep-4.11.jar (first_time, not_needed)
13819** Invoke //third_party/java/hamcrest (first_time)
13820** Invoke //third_party/java/hamcrest:hamcrest (first_time)
13821** Invoke third_party/java/hamcrest/hamcrest-core-1.3.jar (first_time, not_needed)
13822** Invoke third_party/java/hamcrest/hamcrest-library-1.3.jar (first_time, not_needed)
13823** Execute //third_party/java/hamcrest:hamcrest
13824** Execute //third_party/java/hamcrest
13825** Execute //third_party/java/junit:junit
13826** Execute //third_party/java/junit
13827** Invoke java/client/src/com/thoughtworks/selenium/condition/Text.java (first_time, not_needed)
13828** Invoke java/client/src/com/thoughtworks/selenium/condition/DefaultConditionRunner.java (first_time, not_needed)
13829** Invoke java/client/src/com/thoughtworks/selenium/condition/JUnitConditionRunner.java (first_time, not_needed)
13830** Invoke java/client/src/com/thoughtworks/selenium/condition/JUnit4AndTestNgConditionRunner.java (first_time, not_needed)
13831** Invoke java/client/src/com/thoughtworks/selenium/condition/Not.java (first_time, not_needed)
13832** Invoke java/client/src/com/thoughtworks/selenium/condition/Condition.java (first_time, not_needed)
13833** Invoke java/client/src/com/thoughtworks/selenium/condition/ConditionRunner.java (first_time, not_needed)
13834** Invoke java/client/src/com/thoughtworks/selenium/condition/Presence.java (first_time, not_needed)
13835** Execute build/java/client/src/com/thoughtworks/selenium/condition/condition.jar
13836rm -rf build/java/client/src/com/thoughtworks/selenium/condition/condition.jar_temp
13837Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/com/thoughtworks/selenium/condition/condition.jar_temp
13838Compiling: //java/client/src/com/thoughtworks/selenium/condition:condition as build/java/client/src/com/thoughtworks/selenium/condition/condition.jar
13839mkdir -p build/java/client/src/com/thoughtworks/selenium/condition/condition.jar_temp
13840Compiling 8 source files to /srv/selenium.git/build/java/client/src/com/thoughtworks/selenium/condition/condition.jar_temp
13841Building jar: /srv/selenium.git/build/java/client/src/com/thoughtworks/selenium/condition/condition.jar
13842rm -rf build/java/client/src/com/thoughtworks/selenium/condition/condition.jar_temp
13843** Execute //java/client/src/com/thoughtworks/selenium/condition:condition
13844** Execute //java/client/src/com/thoughtworks/selenium/condition
13845** Invoke //java/client/src/org/openqa/selenium/net (first_time)
13846** Invoke //java/client/src/org/openqa/selenium/net:net (first_time)
13847** Invoke build/java/client/src/org/openqa/selenium/net/net.jar (first_time)
13848** Invoke //java/client/src/org/openqa/selenium:webdriver-api (first_time)
13849** Invoke build/java/client/src/org/openqa/selenium/webdriver-api.jar (first_time)
13850** Invoke //java/client/src/org/openqa/selenium:base (first_time)
13851** Invoke build/java/client/src/org/openqa/selenium/base.jar (first_time)
13852** Invoke //java/client/src/org/openqa/selenium:beta (first_time)
13853** Invoke build/java/client/src/org/openqa/selenium/beta.jar (first_time)
13854** Invoke java/client/src/org/openqa/selenium/Beta.java (first_time, not_needed)
13855** Execute build/java/client/src/org/openqa/selenium/beta.jar
13856rm -rf build/java/client/src/org/openqa/selenium/beta.jar_temp
13857Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/beta.jar_temp
13858Compiling: //java/client/src/org/openqa/selenium:beta as build/java/client/src/org/openqa/selenium/beta.jar
13859mkdir -p build/java/client/src/org/openqa/selenium/beta.jar_temp
13860Compiling 1 source file to /srv/selenium.git/build/java/client/src/org/openqa/selenium/beta.jar_temp
13861Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/beta.jar
13862rm -rf build/java/client/src/org/openqa/selenium/beta.jar_temp
13863** Execute //java/client/src/org/openqa/selenium:beta
13864** Invoke java/client/src/org/openqa/selenium/Architecture.java (first_time, not_needed)
13865** Invoke java/client/src/org/openqa/selenium/Capabilities.java (first_time, not_needed)
13866** Invoke java/client/src/org/openqa/selenium/Point.java (first_time, not_needed)
13867** Invoke java/client/src/org/openqa/selenium/Platform.java (first_time, not_needed)
13868** Invoke java/client/src/org/openqa/selenium/WebDriverException.java (first_time, not_needed)
13869** Invoke java/client/src/org/openqa/selenium/internal/BuildInfo.java (first_time, not_needed)
13870** Execute build/java/client/src/org/openqa/selenium/base.jar
13871rm -rf build/java/client/src/org/openqa/selenium/base.jar_temp
13872Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/base.jar_temp
13873Compiling: //java/client/src/org/openqa/selenium:base as build/java/client/src/org/openqa/selenium/base.jar
13874mkdir -p build/java/client/src/org/openqa/selenium/base.jar_temp
13875Compiling 6 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/base.jar_temp
13876Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/base.jar
13877rm -rf build/java/client/src/org/openqa/selenium/base.jar_temp
13878** Execute //java/client/src/org/openqa/selenium:base
13879** Invoke //java/client/src/org/openqa/selenium:codecs (first_time)
13880** Invoke build/java/client/src/org/openqa/selenium/codecs.jar (first_time)
13881** Invoke java/client/src/org/openqa/selenium/internal/Base64Encoder.java (first_time, not_needed)
13882rm -rf build/java/client/src/org/openqa/selenium/codecs.jar_temp
13883** Execute build/java/client/src/org/openqa/selenium/codecs.jar
13884Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/codecs.jar_temp
13885Compiling: //java/client/src/org/openqa/selenium:codecs as build/java/client/src/org/openqa/selenium/codecs.jar
13886mkdir -p build/java/client/src/org/openqa/selenium/codecs.jar_temp
13887Compiling 1 source file to /srv/selenium.git/build/java/client/src/org/openqa/selenium/codecs.jar_temp
13888Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/codecs.jar
13889rm -rf build/java/client/src/org/openqa/selenium/codecs.jar_temp
13890** Execute //java/client/src/org/openqa/selenium:codecs
13891** Invoke //java/client/src/org/openqa/selenium/interactions:api (first_time)
13892** Invoke build/java/client/src/org/openqa/selenium/interactions/api.jar (first_time)
13893** Invoke //java/client/src/org/openqa/selenium:base
13894** Invoke java/client/src/org/openqa/selenium/interactions/Action.java (first_time, not_needed)
13895** Invoke java/client/src/org/openqa/selenium/interactions/HasInputDevices.java (first_time, not_needed)
13896** Invoke java/client/src/org/openqa/selenium/interactions/HasTouchScreen.java (first_time, not_needed)
13897** Invoke java/client/src/org/openqa/selenium/interactions/InvalidCoordinatesException.java (first_time, not_needed)
13898** Invoke java/client/src/org/openqa/selenium/interactions/Keyboard.java (first_time, not_needed)
13899** Invoke java/client/src/org/openqa/selenium/interactions/Mouse.java (first_time, not_needed)
13900** Invoke java/client/src/org/openqa/selenium/interactions/MoveTargetOutOfBoundsException.java (first_time, not_needed)
13901** Invoke java/client/src/org/openqa/selenium/interactions/TouchScreen.java (first_time, not_needed)
13902** Invoke java/client/src/org/openqa/selenium/interactions/internal/Coordinates.java (first_time, not_needed)
13903** Execute build/java/client/src/org/openqa/selenium/interactions/api.jar
13904rm -rf build/java/client/src/org/openqa/selenium/interactions/api.jar_temp
13905Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/interactions/api.jar_temp
13906Compiling: //java/client/src/org/openqa/selenium/interactions:api as build/java/client/src/org/openqa/selenium/interactions/api.jar
13907mkdir -p build/java/client/src/org/openqa/selenium/interactions/api.jar_temp
13908Compiling 9 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/interactions/api.jar_temp
13909Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/interactions/api.jar
13910rm -rf build/java/client/src/org/openqa/selenium/interactions/api.jar_temp
13911** Execute //java/client/src/org/openqa/selenium/interactions:api
13912** Invoke //java/client/src/org/openqa/selenium/logging:api (first_time)
13913** Invoke build/java/client/src/org/openqa/selenium/logging/api.jar (first_time)
13914** Invoke //java/client/src/org/openqa/selenium:beta
13915** Invoke java/client/src/org/openqa/selenium/logging/LogEntries.java (first_time, not_needed)
13916** Invoke java/client/src/org/openqa/selenium/logging/LogEntry.java (first_time, not_needed)
13917** Invoke java/client/src/org/openqa/selenium/logging/Logs.java (first_time, not_needed)
13918** Invoke java/client/src/org/openqa/selenium/logging/LoggingPreferences.java (first_time, not_needed)
13919** Execute build/java/client/src/org/openqa/selenium/logging/api.jar
13920rm -rf build/java/client/src/org/openqa/selenium/logging/api.jar_temp
13921Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/logging/api.jar_temp
13922Compiling: //java/client/src/org/openqa/selenium/logging:api as build/java/client/src/org/openqa/selenium/logging/api.jar
13923mkdir -p build/java/client/src/org/openqa/selenium/logging/api.jar_temp
13924Compiling 4 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/logging/api.jar_temp
13925Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/logging/api.jar
13926rm -rf build/java/client/src/org/openqa/selenium/logging/api.jar_temp
13927** Execute //java/client/src/org/openqa/selenium/logging:api
13928** Invoke //java/client/src/org/openqa/selenium/security (first_time)
13929** Invoke //java/client/src/org/openqa/selenium/security:security (first_time)
13930** Invoke build/java/client/src/org/openqa/selenium/security/security.jar (first_time)
13931** Invoke //java/client/src/org/openqa/selenium:beta
13932** Invoke java/client/src/org/openqa/selenium/security/Credentials.java (first_time, not_needed)
13933** Invoke java/client/src/org/openqa/selenium/security/UserAndPassword.java (first_time, not_needed)
13934** Execute build/java/client/src/org/openqa/selenium/security/security.jar
13935rm -rf build/java/client/src/org/openqa/selenium/security/security.jar_temp
13936Compiling: //java/client/src/org/openqa/selenium/security:security as build/java/client/src/org/openqa/selenium/security/security.jar
13937Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/security/security.jar_temp
13938mkdir -p build/java/client/src/org/openqa/selenium/security/security.jar_temp
13939Compiling 2 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/security/security.jar_temp
13940Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/security/security.jar
13941rm -rf build/java/client/src/org/openqa/selenium/security/security.jar_temp
13942** Execute //java/client/src/org/openqa/selenium/security:security
13943** Execute //java/client/src/org/openqa/selenium/security
13944** Invoke java/client/src/org/openqa/selenium/Alert.java (first_time, not_needed)
13945** Invoke java/client/src/org/openqa/selenium/By.java (first_time, not_needed)
13946** Invoke java/client/src/org/openqa/selenium/Cookie.java (first_time, not_needed)
13947** Invoke java/client/src/org/openqa/selenium/ContextAware.java (first_time, not_needed)
13948** Invoke java/client/src/org/openqa/selenium/Dimension.java (first_time, not_needed)
13949** Invoke java/client/src/org/openqa/selenium/ElementNotVisibleException.java (first_time, not_needed)
13950** Invoke java/client/src/org/openqa/selenium/HasCapabilities.java (first_time, not_needed)
13951** Invoke java/client/src/org/openqa/selenium/ImeActivationFailedException.java (first_time, not_needed)
13952** Invoke java/client/src/org/openqa/selenium/ImeNotAvailableException.java (first_time, not_needed)
13953** Invoke java/client/src/org/openqa/selenium/InvalidCookieDomainException.java (first_time, not_needed)
13954** Invoke java/client/src/org/openqa/selenium/InvalidElementStateException.java (first_time, not_needed)
13955** Invoke java/client/src/org/openqa/selenium/InvalidSelectorException.java (first_time, not_needed)
13956** Invoke java/client/src/org/openqa/selenium/JavascriptExecutor.java (first_time, not_needed)
13957** Invoke java/client/src/org/openqa/selenium/Keys.java (first_time, not_needed)
13958** Invoke java/client/src/org/openqa/selenium/NoAlertPresentException.java (first_time, not_needed)
13959** Invoke java/client/src/org/openqa/selenium/NoSuchElementException.java (first_time, not_needed)
13960** Invoke java/client/src/org/openqa/selenium/NoSuchFrameException.java (first_time, not_needed)
13961** Invoke java/client/src/org/openqa/selenium/NoSuchWindowException.java (first_time, not_needed)
13962** Invoke java/client/src/org/openqa/selenium/NotFoundException.java (first_time, not_needed)
13963** Invoke java/client/src/org/openqa/selenium/OutputType.java (first_time, not_needed)
13964** Invoke java/client/src/org/openqa/selenium/Proxy.java (first_time, not_needed)
13965** Invoke java/client/src/org/openqa/selenium/Rotatable.java (first_time, not_needed)
13966** Invoke java/client/src/org/openqa/selenium/ScreenOrientation.java (first_time, not_needed)
13967** Invoke java/client/src/org/openqa/selenium/SearchContext.java (first_time, not_needed)
13968** Invoke java/client/src/org/openqa/selenium/SessionNotCreatedException.java (first_time, not_needed)
13969** Invoke java/client/src/org/openqa/selenium/StaleElementReferenceException.java (first_time, not_needed)
13970** Invoke java/client/src/org/openqa/selenium/TakesScreenshot.java (first_time, not_needed)
13971** Invoke java/client/src/org/openqa/selenium/TimeoutException.java (first_time, not_needed)
13972** Invoke java/client/src/org/openqa/selenium/UnableToSetCookieException.java (first_time, not_needed)
13973** Invoke java/client/src/org/openqa/selenium/UnexpectedAlertBehaviour.java (first_time, not_needed)
13974** Invoke java/client/src/org/openqa/selenium/UnhandledAlertException.java (first_time, not_needed)
13975** Invoke java/client/src/org/openqa/selenium/UnsupportedCommandException.java (first_time, not_needed)
13976** Invoke java/client/src/org/openqa/selenium/WebDriver.java (first_time, not_needed)
13977** Invoke java/client/src/org/openqa/selenium/WebElement.java (first_time, not_needed)
13978** Invoke java/client/src/org/openqa/selenium/html5/ApplicationCache.java (first_time, not_needed)
13979** Invoke java/client/src/org/openqa/selenium/html5/Location.java (first_time, not_needed)
13980** Invoke java/client/src/org/openqa/selenium/html5/SessionStorage.java (first_time, not_needed)
13981** Invoke java/client/src/org/openqa/selenium/html5/AppCacheStatus.java (first_time, not_needed)
13982** Invoke java/client/src/org/openqa/selenium/html5/LocationContext.java (first_time, not_needed)
13983** Invoke java/client/src/org/openqa/selenium/html5/LocalStorage.java (first_time, not_needed)
13984** Invoke java/client/src/org/openqa/selenium/html5/WebStorage.java (first_time, not_needed)
13985** Invoke java/client/src/org/openqa/selenium/internal/ElementScrollBehavior.java (first_time, not_needed)
13986** Invoke java/client/src/org/openqa/selenium/internal/FindsByClassName.java (first_time, not_needed)
13987** Invoke java/client/src/org/openqa/selenium/internal/FindsByCssSelector.java (first_time, not_needed)
13988** Invoke java/client/src/org/openqa/selenium/internal/FindsById.java (first_time, not_needed)
13989** Invoke java/client/src/org/openqa/selenium/internal/FindsByLinkText.java (first_time, not_needed)
13990** Invoke java/client/src/org/openqa/selenium/internal/FindsByName.java (first_time, not_needed)
13991** Invoke java/client/src/org/openqa/selenium/internal/FindsByTagName.java (first_time, not_needed)
13992** Invoke java/client/src/org/openqa/selenium/internal/FindsByXPath.java (first_time, not_needed)
13993** Invoke java/client/src/org/openqa/selenium/internal/HasIdentity.java (first_time, not_needed)
13994** Invoke java/client/src/org/openqa/selenium/internal/Killable.java (first_time, not_needed)
13995** Invoke java/client/src/org/openqa/selenium/internal/Locatable.java (first_time, not_needed)
13996** Invoke java/client/src/org/openqa/selenium/internal/Lock.java (first_time, not_needed)
13997** Invoke java/client/src/org/openqa/selenium/internal/SocketLock.java (first_time, not_needed)
13998** Invoke java/client/src/org/openqa/selenium/internal/WrapsDriver.java (first_time, not_needed)
13999** Invoke java/client/src/org/openqa/selenium/internal/WrapsElement.java (first_time, not_needed)
14000rm -rf build/java/client/src/org/openqa/selenium/webdriver-api.jar_temp
14001** Invoke java/client/src/org/openqa/selenium/mobile/NetworkConnection.java (first_time, not_needed)
14002** Execute build/java/client/src/org/openqa/selenium/webdriver-api.jar
14003Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/webdriver-api.jar_temp
14004Compiling: //java/client/src/org/openqa/selenium:webdriver-api as build/java/client/src/org/openqa/selenium/webdriver-api.jar
14005mkdir -p build/java/client/src/org/openqa/selenium/webdriver-api.jar_temp
14006Compiling 57 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/webdriver-api.jar_temp
14007Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/webdriver-api.jar
14008rm -rf build/java/client/src/org/openqa/selenium/webdriver-api.jar_temp
14009** Execute //java/client/src/org/openqa/selenium:webdriver-api
14010** Invoke //third_party/java/guava-libraries (first_time)
14011** Invoke //third_party/java/guava-libraries:guava-libraries (first_time)
14012** Invoke third_party/java/guava-libraries/guava-18.0.jar (first_time, not_needed)
14013** Execute //third_party/java/guava-libraries:guava-libraries
14014** Execute //third_party/java/guava-libraries
14015** Invoke java/client/src/org/openqa/selenium/net/Urls.java (first_time, not_needed)
14016** Invoke java/client/src/org/openqa/selenium/net/UrlChecker.java (first_time, not_needed)
14017** Invoke java/client/src/org/openqa/selenium/net/NetworkInterfaceProvider.java (first_time, not_needed)
14018** Invoke java/client/src/org/openqa/selenium/net/OlderWindowsVersionEphemeralPortDetector.java (first_time, not_needed)
14019** Invoke java/client/src/org/openqa/selenium/net/LinuxEphemeralPortRangeDetector.java (first_time, not_needed)
14020** Invoke java/client/src/org/openqa/selenium/net/NetworkInterface.java (first_time, not_needed)
14021** Invoke java/client/src/org/openqa/selenium/net/PortProber.java (first_time, not_needed)
14022** Invoke java/client/src/org/openqa/selenium/net/EphemeralPortRangeDetector.java (first_time, not_needed)
14023** Invoke java/client/src/org/openqa/selenium/net/DefaultNetworkInterfaceProvider.java (first_time, not_needed)
14024** Invoke java/client/src/org/openqa/selenium/net/NetworkUtils.java (first_time, not_needed)
14025** Invoke java/client/src/org/openqa/selenium/net/FixedIANAPortRange.java (first_time, not_needed)
14026** Execute build/java/client/src/org/openqa/selenium/net/net.jar
14027rm -rf build/java/client/src/org/openqa/selenium/net/net.jar_temp
14028Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/net/net.jar_temp
14029Compiling: //java/client/src/org/openqa/selenium/net:net as build/java/client/src/org/openqa/selenium/net/net.jar
14030mkdir -p build/java/client/src/org/openqa/selenium/net/net.jar_temp
14031Compiling 11 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/net/net.jar_temp
14032Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/net/net.jar
14033rm -rf build/java/client/src/org/openqa/selenium/net/net.jar_temp
14034** Execute //java/client/src/org/openqa/selenium/net:net
14035** Execute //java/client/src/org/openqa/selenium/net
14036** Invoke //third_party/java/guava-libraries
14037** Invoke //third_party/java/junit
14038** Invoke //third_party/java/testng (first_time)
14039** Invoke //third_party/java/testng:testng (first_time)
14040** Invoke third_party/java/testng/testng-6.8.5.jar (first_time, not_needed)
14041** Invoke //third_party/java/beanshell (first_time)
14042** Invoke //third_party/java/beanshell:beanshell (first_time)
14043** Invoke third_party/java/beanshell/bsh-1.3.0.jar (first_time, not_needed)
14044** Execute //third_party/java/beanshell:beanshell
14045** Execute //third_party/java/beanshell
14046** Invoke //third_party/java/jcommander (first_time)
14047** Invoke //third_party/java/jcommander:jcommander (first_time)
14048** Invoke third_party/java/jcommander/jcommander-1.29.jar (first_time, not_needed)
14049** Execute //third_party/java/jcommander:jcommander
14050** Execute //third_party/java/jcommander
14051** Execute //third_party/java/testng:testng
14052** Execute //third_party/java/testng
14053** Invoke java/client/src/com/thoughtworks/selenium/BrowserConfigurationOptions.java (first_time, not_needed)
14054** Invoke java/client/src/com/thoughtworks/selenium/DefaultRemoteCommand.java (first_time, not_needed)
14055** Invoke java/client/src/com/thoughtworks/selenium/DefaultSelenium.java (first_time, not_needed)
14056** Invoke java/client/src/com/thoughtworks/selenium/HttpCommandProcessor.java (first_time, not_needed)
14057** Invoke java/client/src/com/thoughtworks/selenium/RemoteCommand.java (first_time, not_needed)
14058** Invoke java/client/src/com/thoughtworks/selenium/ScreenshotListener.java (first_time, not_needed)
14059** Invoke java/client/src/com/thoughtworks/selenium/SeleneseTestBase.java (first_time, not_needed)
14060** Invoke java/client/src/com/thoughtworks/selenium/SeleneseTestCase.java (first_time, not_needed)
14061** Invoke java/client/src/com/thoughtworks/selenium/SeleneseTestNgHelper.java (first_time, not_needed)
14062** Invoke java/client/src/com/thoughtworks/selenium/SeleniumLogLevels.java (first_time, not_needed)
14063** Execute build/java/client/src/com/thoughtworks/selenium/selenium.jar
14064rm -rf build/java/client/src/com/thoughtworks/selenium/selenium.jar_temp
14065Compiling: //java/client/src/com/thoughtworks/selenium:selenium as build/java/client/src/com/thoughtworks/selenium/selenium.jar
14066Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/com/thoughtworks/selenium/selenium.jar_temp
14067mkdir -p build/java/client/src/com/thoughtworks/selenium/selenium.jar_temp
14068Compiling 10 source files to /srv/selenium.git/build/java/client/src/com/thoughtworks/selenium/selenium.jar_temp
14069Building jar: /srv/selenium.git/build/java/client/src/com/thoughtworks/selenium/selenium.jar
14070rm -rf build/java/client/src/com/thoughtworks/selenium/selenium.jar_temp
14071** Execute //java/client/src/com/thoughtworks/selenium:selenium
14072** Execute //java/client/src/com/thoughtworks/selenium:leg-rc
14073** Invoke //java/client/src/com/thoughtworks/selenium/webdriven:webdriven (first_time)
14074** Invoke build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar (first_time)
14075** Invoke //java/client/src/com/thoughtworks/selenium/webdriven:emulation-api (first_time)
14076** Invoke build/java/client/src/com/thoughtworks/selenium/webdriven/emulation-api.jar (first_time)
14077** Invoke //java/client/src/com/thoughtworks/selenium:api
14078** Invoke //java/client/src/org/openqa/selenium:webdriver-api
14079** Invoke //third_party/java/guava-libraries
14080** Invoke java/client/src/com/thoughtworks/selenium/webdriven/CompoundMutator.java (first_time, not_needed)
14081** Invoke java/client/src/com/thoughtworks/selenium/webdriven/ElementFinder.java (first_time, not_needed)
14082** Invoke java/client/src/com/thoughtworks/selenium/webdriven/FunctionDeclaration.java (first_time, not_needed)
14083** Invoke java/client/src/com/thoughtworks/selenium/webdriven/JavascriptLibrary.java (first_time, not_needed)
14084** Invoke java/client/src/com/thoughtworks/selenium/webdriven/ScriptMutator.java (first_time, not_needed)
14085** Invoke java/client/src/com/thoughtworks/selenium/webdriven/SeleneseCommand.java (first_time, not_needed)
14086** Invoke java/client/src/com/thoughtworks/selenium/webdriven/SeleniumMutator.java (first_time, not_needed)
14087rm -rf build/java/client/src/com/thoughtworks/selenium/webdriven/emulation-api.jar_temp
14088** Invoke java/client/src/com/thoughtworks/selenium/webdriven/Timer.java (first_time, not_needed)
14089** Invoke java/client/src/com/thoughtworks/selenium/webdriven/VariableDeclaration.java (first_time, not_needed)
14090** Invoke java/client/src/com/thoughtworks/selenium/webdriven/Windows.java (first_time, not_needed)
14091** Execute build/java/client/src/com/thoughtworks/selenium/webdriven/emulation-api.jar
14092Compiling: //java/client/src/com/thoughtworks/selenium/webdriven:emulation-api as build/java/client/src/com/thoughtworks/selenium/webdriven/emulation-api.jar
14093Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/com/thoughtworks/selenium/webdriven/emulation-api.jar_temp
14094mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/emulation-api.jar_temp
14095Compiling 10 source files to /srv/selenium.git/build/java/client/src/com/thoughtworks/selenium/webdriven/emulation-api.jar_temp
14096Building jar: /srv/selenium.git/build/java/client/src/com/thoughtworks/selenium/webdriven/emulation-api.jar
14097rm -rf build/java/client/src/com/thoughtworks/selenium/webdriven/emulation-api.jar_temp
14098** Execute //java/client/src/com/thoughtworks/selenium/webdriven:emulation-api
14099** Invoke //java/client/src/com/thoughtworks/selenium (first_time)
14100** Invoke //java/client/src/com/thoughtworks/selenium:selenium
14101** Execute //java/client/src/com/thoughtworks/selenium
14102** Invoke //java/client/src/com/thoughtworks/selenium/webdriven/commands (first_time)
14103** Invoke //java/client/src/com/thoughtworks/selenium/webdriven/commands:commands (first_time)
14104** Invoke build/java/client/src/com/thoughtworks/selenium/webdriven/commands/commands.jar (first_time)
14105** Invoke //java/client/src/com/thoughtworks/selenium/webdriven:emulation-api
14106** Invoke //java/client/src/org/openqa/selenium:webdriver-api
14107** Invoke //java/client/src/org/openqa/selenium/interactions (first_time)
14108** Invoke //java/client/src/org/openqa/selenium/interactions:interactions (first_time)
14109** Invoke build/java/client/src/org/openqa/selenium/interactions/interactions.jar (first_time)
14110** Invoke //java/client/src/org/openqa/selenium:base
14111** Invoke //java/client/src/org/openqa/selenium:webdriver-api
14112** Invoke //third_party/java/guava-libraries
14113** Invoke java/client/src/org/openqa/selenium/interactions/MoveTargetOutOfBoundsException.java (not_needed)
14114** Invoke java/client/src/org/openqa/selenium/interactions/Keyboard.java (not_needed)
14115** Invoke java/client/src/org/openqa/selenium/interactions/ActionChainExecutor.java (first_time, not_needed)
14116** Invoke java/client/src/org/openqa/selenium/interactions/Actions.java (first_time, not_needed)
14117** Invoke java/client/src/org/openqa/selenium/interactions/HasInputDevices.java (not_needed)
14118** Invoke java/client/src/org/openqa/selenium/interactions/DoubleClickAction.java (first_time, not_needed)
14119** Invoke java/client/src/org/openqa/selenium/interactions/KeyUpAction.java (first_time, not_needed)
14120** Invoke java/client/src/org/openqa/selenium/interactions/ButtonReleaseAction.java (first_time, not_needed)
14121** Invoke java/client/src/org/openqa/selenium/interactions/MoveMouseAction.java (first_time, not_needed)
14122** Invoke java/client/src/org/openqa/selenium/interactions/Mouse.java (not_needed)
14123** Invoke java/client/src/org/openqa/selenium/interactions/MoveToOffsetAction.java (first_time, not_needed)
14124** Invoke java/client/src/org/openqa/selenium/interactions/SendKeysAction.java (first_time, not_needed)
14125** Invoke java/client/src/org/openqa/selenium/interactions/ClickAction.java (first_time, not_needed)
14126** Invoke java/client/src/org/openqa/selenium/interactions/KeyDownAction.java (first_time, not_needed)
14127** Invoke java/client/src/org/openqa/selenium/interactions/CanPerformActionChain.java (first_time, not_needed)
14128** Invoke java/client/src/org/openqa/selenium/interactions/ClickAndHoldAction.java (first_time, not_needed)
14129** Invoke java/client/src/org/openqa/selenium/interactions/CompositeAction.java (first_time, not_needed)
14130** Invoke java/client/src/org/openqa/selenium/interactions/ContextClickAction.java (first_time, not_needed)
14131** Invoke java/client/src/org/openqa/selenium/interactions/InvalidCoordinatesException.java (not_needed)
14132** Invoke java/client/src/org/openqa/selenium/interactions/PauseAction.java (first_time, not_needed)
14133** Invoke java/client/src/org/openqa/selenium/interactions/Action.java (not_needed)
14134** Invoke java/client/src/org/openqa/selenium/interactions/TouchScreen.java (not_needed)
14135** Invoke java/client/src/org/openqa/selenium/interactions/HasTouchScreen.java (not_needed)
14136** Invoke java/client/src/org/openqa/selenium/interactions/internal/KeysRelatedAction.java (first_time, not_needed)
14137** Invoke java/client/src/org/openqa/selenium/interactions/internal/SingleKeyAction.java (first_time, not_needed)
14138** Invoke java/client/src/org/openqa/selenium/interactions/internal/Coordinates.java (not_needed)
14139** Invoke java/client/src/org/openqa/selenium/interactions/internal/TouchAction.java (first_time, not_needed)
14140** Invoke java/client/src/org/openqa/selenium/interactions/internal/DisplayAction.java (first_time, not_needed)
14141** Invoke java/client/src/org/openqa/selenium/interactions/internal/MouseAction.java (first_time, not_needed)
14142** Invoke java/client/src/org/openqa/selenium/interactions/internal/BaseAction.java (first_time, not_needed)
14143** Invoke java/client/src/org/openqa/selenium/interactions/touch/LongPressAction.java (first_time, not_needed)
14144** Invoke java/client/src/org/openqa/selenium/interactions/touch/DownAction.java (first_time, not_needed)
14145** Invoke java/client/src/org/openqa/selenium/interactions/touch/MoveAction.java (first_time, not_needed)
14146** Invoke java/client/src/org/openqa/selenium/interactions/touch/FlickAction.java (first_time, not_needed)
14147** Invoke java/client/src/org/openqa/selenium/interactions/touch/SingleTapAction.java (first_time, not_needed)
14148** Invoke java/client/src/org/openqa/selenium/interactions/touch/TouchActions.java (first_time, not_needed)
14149** Invoke java/client/src/org/openqa/selenium/interactions/touch/ScrollAction.java (first_time, not_needed)
14150rm -rf build/java/client/src/org/openqa/selenium/interactions/interactions.jar_temp
14151** Invoke java/client/src/org/openqa/selenium/interactions/touch/DoubleTapAction.java (first_time, not_needed)
14152** Invoke java/client/src/org/openqa/selenium/interactions/touch/UpAction.java (first_time, not_needed)
14153** Execute build/java/client/src/org/openqa/selenium/interactions/interactions.jar
14154Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/interactions/interactions.jar_temp
14155Compiling: //java/client/src/org/openqa/selenium/interactions:interactions as build/java/client/src/org/openqa/selenium/interactions/interactions.jar
14156mkdir -p build/java/client/src/org/openqa/selenium/interactions/interactions.jar_temp
14157Compiling 39 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/interactions/interactions.jar_temp
14158Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/interactions/interactions.jar
14159rm -rf build/java/client/src/org/openqa/selenium/interactions/interactions.jar_temp
14160** Execute //java/client/src/org/openqa/selenium/interactions:interactions
14161** Execute //java/client/src/org/openqa/selenium/interactions
14162** Invoke //java/client/src/org/openqa/selenium/io (first_time)
14163** Invoke //java/client/src/org/openqa/selenium/io:io (first_time)
14164** Invoke build/java/client/src/org/openqa/selenium/io/io.jar (first_time)
14165** Invoke //java/client/src/org/openqa/selenium:base
14166** Invoke //java/client/src/org/openqa/selenium:codecs
14167** Invoke //third_party/java/guava-libraries
14168** Invoke java/client/src/org/openqa/selenium/io/IOUtils.java (first_time, not_needed)
14169** Invoke java/client/src/org/openqa/selenium/io/TemporaryFilesystem.java (first_time, not_needed)
14170** Invoke java/client/src/org/openqa/selenium/io/FileHandler.java (first_time, not_needed)
14171** Invoke java/client/src/org/openqa/selenium/io/Zip.java (first_time, not_needed)
14172** Execute build/java/client/src/org/openqa/selenium/io/io.jar
14173rm -rf build/java/client/src/org/openqa/selenium/io/io.jar_temp
14174Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/io/io.jar_temp
14175Compiling: //java/client/src/org/openqa/selenium/io:io as build/java/client/src/org/openqa/selenium/io/io.jar
14176mkdir -p build/java/client/src/org/openqa/selenium/io/io.jar_temp
14177Compiling 4 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/io/io.jar_temp
14178Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/io/io.jar
14179rm -rf build/java/client/src/org/openqa/selenium/io/io.jar_temp
14180** Execute //java/client/src/org/openqa/selenium/io:io
14181** Execute //java/client/src/org/openqa/selenium/io
14182** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/MouseEvent.java (first_time, not_needed)
14183** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/Uncheck.java (first_time, not_needed)
14184** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetConfirmation.java (first_time, not_needed)
14185** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetElementPositionTop.java (first_time, not_needed)
14186** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/Submit.java (first_time, not_needed)
14187** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/DragAndDropToObject.java (first_time, not_needed)
14188** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetCssCount.java (first_time, not_needed)
14189** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/KeyEvent.java (first_time, not_needed)
14190** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/IsTextPresent.java (first_time, not_needed)
14191** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/RemoveSelection.java (first_time, not_needed)
14192** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/KeyDownNative.java (first_time, not_needed)
14193** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/ClickAt.java (first_time, not_needed)
14194** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/KeyUpNative.java (first_time, not_needed)
14195** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetAllWindowTitles.java (first_time, not_needed)
14196** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/DeleteAllVisibleCookies.java (first_time, not_needed)
14197** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetElementPositionLeft.java (first_time, not_needed)
14198** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/SelectOption.java (first_time, not_needed)
14199** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/ControlKeyDown.java (first_time, not_needed)
14200** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/IsChecked.java (first_time, not_needed)
14201** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/IsElementPresent.java (first_time, not_needed)
14202** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/MetaKeyUp.java (first_time, not_needed)
14203** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/AddLocationStrategy.java (first_time, not_needed)
14204** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/WaitForCondition.java (first_time, not_needed)
14205** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/MetaKeyDown.java (first_time, not_needed)
14206** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/UseXPathLibrary.java (first_time, not_needed)
14207** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/IsCookiePresent.java (first_time, not_needed)
14208** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetBodyText.java (first_time, not_needed)
14209** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/Open.java (first_time, not_needed)
14210** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/AltKeyUp.java (first_time, not_needed)
14211** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/SetTimeout.java (first_time, not_needed)
14212** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetXpathCount.java (first_time, not_needed)
14213** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/SetNextConfirmationState.java (first_time, not_needed)
14214** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/IsEditable.java (first_time, not_needed)
14215** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/IsConfirmationPresent.java (first_time, not_needed)
14216** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/OpenWindow.java (first_time, not_needed)
14217** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetTitle.java (first_time, not_needed)
14218** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetElementWidth.java (first_time, not_needed)
14219** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/MouseEventAt.java (first_time, not_needed)
14220** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/WindowFocus.java (first_time, not_needed)
14221** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/SelectPopUp.java (first_time, not_needed)
14222** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/KeyState.java (first_time, not_needed)
14223** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/IsAlertPresent.java (first_time, not_needed)
14224** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/FireNamedEvent.java (first_time, not_needed)
14225** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/SeleniumSelect.java (first_time, not_needed)
14226** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetElementHeight.java (first_time, not_needed)
14227** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/FindSelectedOptionProperties.java (first_time, not_needed)
14228** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/Type.java (first_time, not_needed)
14229** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GoBack.java (first_time, not_needed)
14230** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/RunScript.java (first_time, not_needed)
14231** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/AddSelection.java (first_time, not_needed)
14232** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/WaitForPageToLoad.java (first_time, not_needed)
14233** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/NoOp.java (first_time, not_needed)
14234** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetHtmlSource.java (first_time, not_needed)
14235** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/CaptureScreenshotToString.java (first_time, not_needed)
14236** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/Click.java (first_time, not_needed)
14237** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetText.java (first_time, not_needed)
14238** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/AttachFile.java (first_time, not_needed)
14239** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetEval.java (first_time, not_needed)
14240** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetValue.java (first_time, not_needed)
14241** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/WindowMaximize.java (first_time, not_needed)
14242** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/ControlKeyUp.java (first_time, not_needed)
14243** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/AllowNativeXPath.java (first_time, not_needed)
14244** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/FindFirstSelectedOptionProperty.java (first_time, not_needed)
14245** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetTable.java (first_time, not_needed)
14246** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/TypeKeys.java (first_time, not_needed)
14247** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/SelectFrame.java (first_time, not_needed)
14248** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetAllWindowNames.java (first_time, not_needed)
14249** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/ShiftKeyUp.java (first_time, not_needed)
14250** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/DeselectPopUp.java (first_time, not_needed)
14251** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/CreateCookie.java (first_time, not_needed)
14252** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetAllFields.java (first_time, not_needed)
14253** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/IsVisible.java (first_time, not_needed)
14254** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/IsSomethingSelected.java (first_time, not_needed)
14255** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/MethodDeclaration.java (first_time, not_needed)
14256** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/DoubleClick.java (first_time, not_needed)
14257** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetExpression.java (first_time, not_needed)
14258** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetAllButtons.java (first_time, not_needed)
14259** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/Check.java (first_time, not_needed)
14260** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/IsOrdered.java (first_time, not_needed)
14261** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/WaitForPopup.java (first_time, not_needed)
14262** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/DragAndDrop.java (first_time, not_needed)
14263** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetCookieByName.java (first_time, not_needed)
14264** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/RemoveAllSelections.java (first_time, not_needed)
14265** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetAttributeFromAllWindows.java (first_time, not_needed)
14266** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/FireEvent.java (first_time, not_needed)
14267** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/AlertOverride.java (first_time, not_needed)
14268** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetCookie.java (first_time, not_needed)
14269** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetAttribute.java (first_time, not_needed)
14270** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetSelectOptions.java (first_time, not_needed)
14271** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetAllLinks.java (first_time, not_needed)
14272** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetLocation.java (first_time, not_needed)
14273** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/Refresh.java (first_time, not_needed)
14274** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/Close.java (first_time, not_needed)
14275** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/Highlight.java (first_time, not_needed)
14276** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/AssignId.java (first_time, not_needed)
14277** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetAlert.java (first_time, not_needed)
14278** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/AltKeyDown.java (first_time, not_needed)
14279** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/SelectWindow.java (first_time, not_needed)
14280** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/DeleteCookie.java (first_time, not_needed)
14281** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/ShiftKeyDown.java (first_time, not_needed)
14282** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/GetElementIndex.java (first_time, not_needed)
14283** Invoke java/client/src/com/thoughtworks/selenium/webdriven/commands/KeyPressNative.java (first_time, not_needed)
14284** Execute build/java/client/src/com/thoughtworks/selenium/webdriven/commands/commands.jar
14285rm -rf build/java/client/src/com/thoughtworks/selenium/webdriven/commands/commands.jar_temp
14286Compiling: //java/client/src/com/thoughtworks/selenium/webdriven/commands:commands as build/java/client/src/com/thoughtworks/selenium/webdriven/commands/commands.jar
14287Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/com/thoughtworks/selenium/webdriven/commands/commands.jar_temp
14288mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/commands/commands.jar_temp
14289Compiling 102 source files to /srv/selenium.git/build/java/client/src/com/thoughtworks/selenium/webdriven/commands/commands.jar_temp
14290Building jar: /srv/selenium.git/build/java/client/src/com/thoughtworks/selenium/webdriven/commands/commands.jar
14291rm -rf build/java/client/src/com/thoughtworks/selenium/webdriven/commands/commands.jar_temp
14292** Execute //java/client/src/com/thoughtworks/selenium/webdriven/commands:commands
14293** Execute //java/client/src/com/thoughtworks/selenium/webdriven/commands
14294** Invoke java/client/src/com/thoughtworks/selenium/webdriven/ExplodingSupplier.java (first_time, not_needed)
14295** Invoke java/client/src/com/thoughtworks/selenium/webdriven/WebDriverBackedSelenium.java (first_time, not_needed)
14296** Invoke java/client/src/com/thoughtworks/selenium/webdriven/WebDriverCommandProcessor.java (first_time, not_needed)
14297** Invoke java/client/src/com/thoughtworks/selenium/webdriven/htmlutils.js (first_time, not_needed)
14298** Invoke java/client/src/com/thoughtworks/selenium/webdriven/injectableSelenium.js (first_time, not_needed)
14299** Invoke //java/client/src/com/thoughtworks/selenium/webdriven:sizzle (first_time)
14300** Invoke //third_party/js/sizzle:js (first_time)
14301** Invoke build/third_party/js/sizzle/js.js (first_time)
14302mkdir -p build/third_party/js/sizzle
14303** Invoke third_party/js/sizzle/sizzle.js (first_time, not_needed)
14304** Execute build/third_party/js/sizzle/js.js
14305cp -r third_party/js/sizzle/sizzle.js build/third_party/js/sizzle/js.js
14306** Execute //third_party/js/sizzle:js
14307** Execute //java/client/src/com/thoughtworks/selenium/webdriven:sizzle
14308mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven
14309cp -r build/third_party/js/sizzle/js.js build/java/client/src/com/thoughtworks/selenium/webdriven/sizzle.js
14310** Invoke //javascript/selenium-atoms:findElement (first_time)
14311** Invoke build/javascript/selenium-atoms/findElement.js (first_time)
14312** Invoke build/javascript/selenium-atoms/findElement_exports.js (first_time)
14313** Execute build/javascript/selenium-atoms/findElement_exports.js
14314Generating export file for core.locators.findElement at build/javascript/selenium-atoms/findElement_exports.js
14315mkdir -p build/javascript/selenium-atoms
14316** Invoke //javascript/selenium-atoms:deps (first_time)
14317** Invoke build/javascript/selenium-atoms/deps.mf (first_time)
14318** Execute build/javascript/selenium-atoms/deps.mf
14319mkdir -p build/javascript/selenium-atoms
14320** Invoke //javascript/atoms:all_js (first_time)
14321** Invoke build/javascript/atoms/all_js.mf (first_time)
14322** Execute build/javascript/atoms/all_js.mf
14323mkdir -p build/javascript/atoms
14324** Invoke //third_party/js/wgxpath:wgxpath (first_time)
14325** Invoke build/third_party/js/wgxpath/wgxpath.mf (first_time)
14326** Execute build/third_party/js/wgxpath/wgxpath.mf
14327mkdir -p build/third_party/js/wgxpath
14328** Invoke //third_party/closure (first_time)
14329** Invoke //third_party/closure:closure (first_time)
14330** Invoke build/third_party/closure/closure.mf (first_time)
14331** Execute build/third_party/closure/closure.mf
14332mkdir -p build/third_party/closure
14333** Invoke third_party/closure/goog/base.js (first_time, not_needed)
14334** Execute //third_party/closure:closure
14335** Execute //third_party/closure
14336** Invoke third_party/js/wgxpath/dataType.js (first_time, not_needed)
14337** Invoke third_party/js/wgxpath/unaryExpr.js (first_time, not_needed)
14338** Invoke third_party/js/wgxpath/pathExpr.js (first_time, not_needed)
14339** Invoke third_party/js/wgxpath/lexer.js (first_time, not_needed)
14340** Invoke third_party/js/wgxpath/parser.js (first_time, not_needed)
14341** Invoke third_party/js/wgxpath/ieAttrWrapper.js (first_time, not_needed)
14342** Invoke third_party/js/wgxpath/functionCall.js (first_time, not_needed)
14343** Invoke third_party/js/wgxpath/literal.js (first_time, not_needed)
14344** Invoke third_party/js/wgxpath/wgxpath.js (first_time, not_needed)
14345** Invoke third_party/js/wgxpath/nsResolver.js (first_time, not_needed)
14346** Invoke third_party/js/wgxpath/nodeset.js (first_time, not_needed)
14347** Invoke third_party/js/wgxpath/test_js_deps.js (first_time, not_needed)
14348** Invoke third_party/js/wgxpath/unionExpr.js (first_time, not_needed)
14349** Invoke third_party/js/wgxpath/predicates.js (first_time, not_needed)
14350** Invoke third_party/js/wgxpath/binaryExpr.js (first_time, not_needed)
14351** Invoke third_party/js/wgxpath/number.js (first_time, not_needed)
14352** Invoke third_party/js/wgxpath/export.js (first_time, not_needed)
14353** Invoke third_party/js/wgxpath/filterExpr.js (first_time, not_needed)
14354** Invoke third_party/js/wgxpath/step.js (first_time, not_needed)
14355** Invoke third_party/js/wgxpath/expr.js (first_time, not_needed)
14356** Invoke third_party/js/wgxpath/nodeTest.js (first_time, not_needed)
14357** Invoke third_party/js/wgxpath/userAgent.js (first_time, not_needed)
14358** Invoke third_party/js/wgxpath/nameTest.js (first_time, not_needed)
14359** Invoke third_party/js/wgxpath/node.js (first_time, not_needed)
14360** Invoke third_party/js/wgxpath/context.js (first_time, not_needed)
14361** Invoke third_party/js/wgxpath/kindTest.js (first_time, not_needed)
14362** Execute //third_party/js/wgxpath:wgxpath
14363** Invoke javascript/atoms/dom.js (first_time, not_needed)
14364** Invoke javascript/atoms/mouse.js (first_time, not_needed)
14365** Invoke javascript/atoms/color.js (first_time, not_needed)
14366** Invoke javascript/atoms/action.js (first_time, not_needed)
14367** Invoke javascript/atoms/response.js (first_time, not_needed)
14368** Invoke javascript/atoms/events.js (first_time, not_needed)
14369** Invoke javascript/atoms/json.js (first_time, not_needed)
14370** Invoke javascript/atoms/frame.js (first_time, not_needed)
14371** Invoke javascript/atoms/inject.js (first_time, not_needed)
14372** Invoke javascript/atoms/error.js (first_time, not_needed)
14373** Invoke javascript/atoms/keyboard.js (first_time, not_needed)
14374** Invoke javascript/atoms/bot.js (first_time, not_needed)
14375** Invoke javascript/atoms/userAgent.js (first_time, not_needed)
14376** Invoke javascript/atoms/window.js (first_time, not_needed)
14377** Invoke javascript/atoms/device.js (first_time, not_needed)
14378** Invoke javascript/atoms/touchscreen.js (first_time, not_needed)
14379** Invoke javascript/atoms/locators/classname.js (first_time, not_needed)
14380** Invoke javascript/atoms/locators/locators.js (first_time, not_needed)
14381** Invoke javascript/atoms/locators/xpath.js (first_time, not_needed)
14382** Invoke javascript/atoms/locators/link_text.js (first_time, not_needed)
14383** Invoke javascript/atoms/locators/tag_name.js (first_time, not_needed)
14384** Invoke javascript/atoms/locators/id.js (first_time, not_needed)
14385** Invoke javascript/atoms/locators/name.js (first_time, not_needed)
14386** Invoke javascript/atoms/locators/css.js (first_time, not_needed)
14387** Invoke javascript/atoms/html5/database.js (first_time, not_needed)
14388** Invoke javascript/atoms/html5/storage.js (first_time, not_needed)
14389** Invoke javascript/atoms/html5/appcache.js (first_time, not_needed)
14390** Invoke javascript/atoms/html5/location.js (first_time, not_needed)
14391** Invoke javascript/atoms/html5/html5_browser.js (first_time, not_needed)
14392** Execute //javascript/atoms:all_js
14393** Invoke //javascript/webdriver/atoms:all_js (first_time)
14394** Invoke build/javascript/webdriver/atoms/all_js.mf (first_time)
14395** Execute build/javascript/webdriver/atoms/all_js.mf
14396mkdir -p build/javascript/webdriver/atoms
14397** Invoke //javascript/atoms:all_js
14398** Invoke //javascript/webdriver:key_lib (first_time)
14399** Invoke build/javascript/webdriver/key_lib.mf (first_time)
14400** Execute build/javascript/webdriver/key_lib.mf
14401mkdir -p build/javascript/webdriver
14402** Invoke javascript/webdriver/key.js (first_time, not_needed)
14403** Execute //javascript/webdriver:key_lib
14404** Invoke javascript/webdriver/atoms/inputs.js (first_time, not_needed)
14405** Invoke javascript/webdriver/atoms/element.js (first_time, not_needed)
14406** Invoke javascript/webdriver/atoms/storage/appcache.js (first_time, not_needed)
14407** Invoke javascript/webdriver/atoms/storage/session_storage.js (first_time, not_needed)
14408** Invoke javascript/webdriver/atoms/storage/local_storage.js (first_time, not_needed)
14409** Invoke javascript/webdriver/atoms/inject/dom.js (first_time, not_needed)
14410** Invoke javascript/webdriver/atoms/inject/sql_database.js (first_time, not_needed)
14411** Invoke javascript/webdriver/atoms/inject/action.js (first_time, not_needed)
14412** Invoke javascript/webdriver/atoms/inject/frame.js (first_time, not_needed)
14413** Invoke javascript/webdriver/atoms/inject/execute_script.js (first_time, not_needed)
14414** Invoke javascript/webdriver/atoms/inject/appcache.js (first_time, not_needed)
14415** Invoke javascript/webdriver/atoms/inject/find_element.js (first_time, not_needed)
14416** Invoke javascript/webdriver/atoms/inject/session_storage.js (first_time, not_needed)
14417** Invoke javascript/webdriver/atoms/inject/local_storage.js (first_time, not_needed)
14418** Invoke javascript/webdriver/atoms/exports/inputs.js (first_time, not_needed)
14419** Execute //javascript/webdriver/atoms:all_js
14420** Invoke javascript/selenium-atoms/gettext.js (first_time, not_needed)
14421** Invoke javascript/selenium-atoms/se_element.js (first_time, not_needed)
14422** Invoke javascript/selenium-atoms/filters.js (first_time, not_needed)
14423** Invoke javascript/selenium-atoms/locator_strategies.js (first_time, not_needed)
14424** Invoke javascript/selenium-atoms/select.js (first_time, not_needed)
14425** Invoke javascript/selenium-atoms/core.js (first_time, not_needed)
14426** Invoke javascript/selenium-atoms/events.js (first_time, not_needed)
14427** Invoke javascript/selenium-atoms/pattern_matcher.js (first_time, not_needed)
14428** Invoke javascript/selenium-atoms/browserbot.js (first_time, not_needed)
14429** Invoke javascript/selenium-atoms/inject.js (first_time, not_needed)
14430** Invoke javascript/selenium-atoms/se_locators.js (first_time, not_needed)
14431** Invoke javascript/selenium-atoms/atoms.js (first_time, not_needed)
14432** Invoke javascript/selenium-atoms/text.js (first_time, not_needed)
14433** Invoke javascript/selenium-atoms/firefox-chrome.js (first_time, not_needed)
14434** Execute //javascript/selenium-atoms:deps
14435** Execute build/javascript/selenium-atoms/findElement.js
14436Compiling //javascript/selenium-atoms:findElement as build/javascript/selenium-atoms/findElement.js
14437mkdir -p build/javascript/selenium-atoms
14438** Execute //javascript/selenium-atoms:findElement
14439** Invoke //javascript/selenium-atoms:findOption (first_time)
14440** Invoke build/javascript/selenium-atoms/findOption.js (first_time)
14441mkdir -p build/javascript/selenium-atoms
14442** Invoke build/javascript/selenium-atoms/findOption_exports.js (first_time)
14443** Execute build/javascript/selenium-atoms/findOption_exports.js
14444Generating export file for core.select.option.findOption at build/javascript/selenium-atoms/findOption_exports.js
14445** Invoke //javascript/selenium-atoms:deps
14446** Execute build/javascript/selenium-atoms/findOption.js
14447Compiling //javascript/selenium-atoms:findOption as build/javascript/selenium-atoms/findOption.js
14448mkdir -p build/javascript/selenium-atoms
14449** Execute //javascript/selenium-atoms:findOption
14450** Invoke //javascript/selenium-atoms:fireEvent (first_time)
14451** Invoke build/javascript/selenium-atoms/fireEvent.js (first_time)
14452** Invoke build/javascript/selenium-atoms/fireEvent_exports.js (first_time)
14453** Execute build/javascript/selenium-atoms/fireEvent_exports.js
14454Generating export file for core.events.fire at build/javascript/selenium-atoms/fireEvent_exports.js
14455mkdir -p build/javascript/selenium-atoms
14456** Invoke //javascript/selenium-atoms:deps
14457** Execute build/javascript/selenium-atoms/fireEvent.js
14458Compiling //javascript/selenium-atoms:fireEvent as build/javascript/selenium-atoms/fireEvent.js
14459mkdir -p build/javascript/selenium-atoms
14460** Execute //javascript/selenium-atoms:fireEvent
14461** Invoke //javascript/selenium-atoms:fireEventAt (first_time)
14462** Invoke build/javascript/selenium-atoms/fireEventAt.js (first_time)
14463** Invoke build/javascript/selenium-atoms/fireEventAt_exports.js (first_time)
14464mkdir -p build/javascript/selenium-atoms
14465** Execute build/javascript/selenium-atoms/fireEventAt_exports.js
14466Generating export file for core.events.fireAt at build/javascript/selenium-atoms/fireEventAt_exports.js
14467** Invoke //javascript/selenium-atoms:deps
14468** Execute build/javascript/selenium-atoms/fireEventAt.js
14469Compiling //javascript/selenium-atoms:fireEventAt as build/javascript/selenium-atoms/fireEventAt.js
14470mkdir -p build/javascript/selenium-atoms
14471** Execute //javascript/selenium-atoms:fireEventAt
14472** Invoke //javascript/selenium-atoms:getAttribute (first_time)
14473** Invoke build/javascript/selenium-atoms/getAttribute.js (first_time)
14474** Invoke build/javascript/selenium-atoms/getAttribute_exports.js (first_time)
14475** Execute build/javascript/selenium-atoms/getAttribute_exports.js
14476Generating export file for core.element.getAttribute at build/javascript/selenium-atoms/getAttribute_exports.js
14477mkdir -p build/javascript/selenium-atoms
14478** Invoke //javascript/selenium-atoms:deps
14479** Execute build/javascript/selenium-atoms/getAttribute.js
14480Compiling //javascript/selenium-atoms:getAttribute as build/javascript/selenium-atoms/getAttribute.js
14481mkdir -p build/javascript/selenium-atoms
14482mkdir -p build/javascript/selenium-atoms
14483** Execute //javascript/selenium-atoms:getAttribute
14484** Invoke //javascript/selenium-atoms:getText (first_time)
14485** Invoke build/javascript/selenium-atoms/getText.js (first_time)
14486** Invoke build/javascript/selenium-atoms/getText_exports.js (first_time)
14487** Execute build/javascript/selenium-atoms/getText_exports.js
14488Generating export file for core.text.getText at build/javascript/selenium-atoms/getText_exports.js
14489** Invoke //javascript/selenium-atoms:deps
14490** Execute build/javascript/selenium-atoms/getText.js
14491Compiling //javascript/selenium-atoms:getText as build/javascript/selenium-atoms/getText.js
14492mkdir -p build/javascript/selenium-atoms
14493** Execute //javascript/selenium-atoms:getText
14494** Invoke //javascript/selenium-atoms:linkLocator (first_time)
14495** Invoke build/javascript/selenium-atoms/linkLocator.js (first_time)
14496** Invoke build/javascript/selenium-atoms/linkLocator_exports.js (first_time)
14497** Execute build/javascript/selenium-atoms/linkLocator_exports.js
14498Generating export file for core.text.linkLocator at build/javascript/selenium-atoms/linkLocator_exports.js
14499mkdir -p build/javascript/selenium-atoms
14500** Invoke //javascript/selenium-atoms:deps
14501** Execute build/javascript/selenium-atoms/linkLocator.js
14502Compiling //javascript/selenium-atoms:linkLocator as build/javascript/selenium-atoms/linkLocator.js
14503mkdir -p build/javascript/selenium-atoms
14504** Execute //javascript/selenium-atoms:linkLocator
14505** Invoke //javascript/selenium-atoms:isElementPresent (first_time)
14506** Invoke build/javascript/selenium-atoms/isElementPresent.js (first_time)
14507** Invoke build/javascript/selenium-atoms/isElementPresent_exports.js (first_time)
14508** Execute build/javascript/selenium-atoms/isElementPresent_exports.js
14509Generating export file for core.locators.isElementPresent at build/javascript/selenium-atoms/isElementPresent_exports.js
14510mkdir -p build/javascript/selenium-atoms
14511** Invoke //javascript/selenium-atoms:deps
14512** Execute build/javascript/selenium-atoms/isElementPresent.js
14513Compiling //javascript/selenium-atoms:isElementPresent as build/javascript/selenium-atoms/isElementPresent.js
14514mkdir -p build/javascript/selenium-atoms
14515** Execute //javascript/selenium-atoms:isElementPresent
14516** Invoke //javascript/selenium-atoms:isSomethingSelected (first_time)
14517** Invoke build/javascript/selenium-atoms/isSomethingSelected.js (first_time)
14518** Invoke build/javascript/selenium-atoms/isSomethingSelected_exports.js (first_time)
14519** Execute build/javascript/selenium-atoms/isSomethingSelected_exports.js
14520Generating export file for core.select.isSomethingSelected at build/javascript/selenium-atoms/isSomethingSelected_exports.js
14521mkdir -p build/javascript/selenium-atoms
14522** Invoke //javascript/selenium-atoms:deps
14523** Execute build/javascript/selenium-atoms/isSomethingSelected.js
14524Compiling //javascript/selenium-atoms:isSomethingSelected as build/javascript/selenium-atoms/isSomethingSelected.js
14525mkdir -p build/javascript/selenium-atoms
14526mkdir -p build/javascript/selenium-atoms
14527** Execute //javascript/selenium-atoms:isSomethingSelected
14528** Invoke //javascript/selenium-atoms:isTextPresent (first_time)
14529** Invoke build/javascript/selenium-atoms/isTextPresent.js (first_time)
14530** Invoke build/javascript/selenium-atoms/isTextPresent_exports.js (first_time)
14531** Execute build/javascript/selenium-atoms/isTextPresent_exports.js
14532Generating export file for core.text.isTextPresent at build/javascript/selenium-atoms/isTextPresent_exports.js
14533** Invoke //javascript/selenium-atoms:deps
14534** Execute build/javascript/selenium-atoms/isTextPresent.js
14535Compiling //javascript/selenium-atoms:isTextPresent as build/javascript/selenium-atoms/isTextPresent.js
14536mkdir -p build/javascript/selenium-atoms
14537** Execute //javascript/selenium-atoms:isTextPresent
14538** Invoke //javascript/selenium-atoms:isVisible (first_time)
14539** Invoke build/javascript/selenium-atoms/isVisible.js (first_time)
14540** Invoke build/javascript/selenium-atoms/isVisible_exports.js (first_time)
14541** Execute build/javascript/selenium-atoms/isVisible_exports.js
14542Generating export file for core.browserbot.isVisible at build/javascript/selenium-atoms/isVisible_exports.js
14543mkdir -p build/javascript/selenium-atoms
14544** Invoke //javascript/selenium-atoms:deps
14545** Execute build/javascript/selenium-atoms/isVisible.js
14546Compiling //javascript/selenium-atoms:isVisible as build/javascript/selenium-atoms/isVisible.js
14547mkdir -p build/javascript/selenium-atoms
14548** Execute //javascript/selenium-atoms:isVisible
14549** Invoke //javascript/selenium-atoms:type (first_time)
14550** Invoke build/javascript/selenium-atoms/type.js (first_time)
14551** Invoke build/javascript/selenium-atoms/type_exports.js (first_time)
14552** Execute build/javascript/selenium-atoms/type_exports.js
14553Generating export file for core.events.setValue at build/javascript/selenium-atoms/type_exports.js
14554mkdir -p build/javascript/selenium-atoms
14555** Invoke //javascript/selenium-atoms:deps
14556** Execute build/javascript/selenium-atoms/type.js
14557Compiling //javascript/selenium-atoms:type as build/javascript/selenium-atoms/type.js
14558mkdir -p build/javascript/selenium-atoms
14559** Execute //javascript/selenium-atoms:type
14560** Execute build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar
14561rm -rf build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp
14562Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp
14563mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp
14564Compiling: //java/client/src/com/thoughtworks/selenium/webdriven:webdriven as build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar
14565Compiling 3 source files to /srv/selenium.git/build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp
14566mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14567cp -r java/client/src/com/thoughtworks/selenium/webdriven/htmlutils.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14568mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14569cp -r java/client/src/com/thoughtworks/selenium/webdriven/injectableSelenium.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14570mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14571cp -r build/java/client/src/com/thoughtworks/selenium/webdriven/sizzle.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14572mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14573cp -r build/javascript/selenium-atoms/findElement.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14574mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14575cp -r build/javascript/selenium-atoms/findOption.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14576mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14577cp -r build/javascript/selenium-atoms/fireEvent.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14578mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14579cp -r build/javascript/selenium-atoms/fireEventAt.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14580mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14581cp -r build/javascript/selenium-atoms/getAttribute.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14582mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14583cp -r build/javascript/selenium-atoms/getText.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14584mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14585cp -r build/javascript/selenium-atoms/linkLocator.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14586mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14587cp -r build/javascript/selenium-atoms/isElementPresent.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14588mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14589cp -r build/javascript/selenium-atoms/isSomethingSelected.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14590mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14591cp -r build/javascript/selenium-atoms/isTextPresent.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14592mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14593cp -r build/javascript/selenium-atoms/isVisible.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14594mkdir -p build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14595cp -r build/javascript/selenium-atoms/type.js build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp/com/thoughtworks/selenium/webdriven/.
14596Building jar: /srv/selenium.git/build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar
14597rm -rf build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar_temp
14598** Execute //java/client/src/com/thoughtworks/selenium/webdriven:webdriven
14599** Invoke //java/client/src/org/openqa/selenium/chrome (first_time)
14600** Invoke //java/client/src/org/openqa/selenium/chrome:chrome (first_time)
14601** Invoke build/java/client/src/org/openqa/selenium/chrome/chrome.jar (first_time)
14602** Invoke //java/client/src/org/openqa/selenium:base
14603** Invoke //java/client/src/org/openqa/selenium:webdriver-api
14604** Invoke //java/client/src/org/openqa/selenium/net
14605** Invoke //java/client/src/org/openqa/selenium/remote (first_time)
14606** Invoke //java/client/src/org/openqa/selenium/remote:remote (first_time)
14607** Invoke build/java/client/src/org/openqa/selenium/remote/remote.jar (first_time)
14608** Invoke //java/client/src/org/openqa/selenium/remote:api (first_time)
14609** Invoke build/java/client/src/org/openqa/selenium/remote/api.jar (first_time)
14610** Invoke java/client/src/org/openqa/selenium/remote/Augmentable.java (first_time, not_needed)
14611** Invoke java/client/src/org/openqa/selenium/remote/Command.java (first_time, not_needed)
14612** Invoke java/client/src/org/openqa/selenium/remote/CommandExecutor.java (first_time, not_needed)
14613rm -rf build/java/client/src/org/openqa/selenium/remote/api.jar_temp
14614** Invoke java/client/src/org/openqa/selenium/remote/Response.java (first_time, not_needed)
14615** Invoke java/client/src/org/openqa/selenium/remote/SessionId.java (first_time, not_needed)
14616** Execute build/java/client/src/org/openqa/selenium/remote/api.jar
14617Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/remote/api.jar_temp
14618mkdir -p build/java/client/src/org/openqa/selenium/remote/api.jar_temp
14619Compiling: //java/client/src/org/openqa/selenium/remote:api as build/java/client/src/org/openqa/selenium/remote/api.jar
14620Compiling 5 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/remote/api.jar_temp
14621Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/remote/api.jar
14622rm -rf build/java/client/src/org/openqa/selenium/remote/api.jar_temp
14623** Execute //java/client/src/org/openqa/selenium/remote:api
14624** Invoke //java/client/src/org/openqa/selenium/remote:common (first_time)
14625** Invoke build/java/client/src/org/openqa/selenium/remote/common.jar (first_time)
14626** Invoke //java/client/src/org/openqa/selenium/remote:api
14627** Invoke //java/client/src/org/openqa/selenium/remote:base (first_time)
14628** Invoke build/java/client/src/org/openqa/selenium/remote/base.jar (first_time)
14629** Invoke //java/client/src/org/openqa/selenium/logging:api
14630** Invoke //java/client/src/org/openqa/selenium/logging:logging (first_time)
14631** Invoke build/java/client/src/org/openqa/selenium/logging/logging.jar (first_time)
14632** Invoke //java/client/src/org/openqa/selenium/logging:api
14633** Invoke //java/client/src/org/openqa/selenium:base
14634** Invoke //third_party/java/guava-libraries
14635** Invoke //third_party/java/gson (first_time)
14636** Invoke //third_party/java/gson:gson (first_time)
14637** Invoke third_party/java/gson/gson-2.3.1.jar (first_time, not_needed)
14638** Execute //third_party/java/gson:gson
14639** Execute //third_party/java/gson
14640** Invoke java/client/src/org/openqa/selenium/logging/CompositeLocalLogs.java (first_time, not_needed)
14641** Invoke java/client/src/org/openqa/selenium/logging/HandlerBasedLocalLogs.java (first_time, not_needed)
14642** Invoke java/client/src/org/openqa/selenium/logging/LocalLogs.java (first_time, not_needed)
14643** Invoke java/client/src/org/openqa/selenium/logging/LogCombiner.java (first_time, not_needed)
14644** Invoke java/client/src/org/openqa/selenium/logging/LogLevelMapping.java (first_time, not_needed)
14645** Invoke java/client/src/org/openqa/selenium/logging/LogType.java (first_time, not_needed)
14646** Invoke java/client/src/org/openqa/selenium/logging/LoggingHandler.java (first_time, not_needed)
14647** Invoke java/client/src/org/openqa/selenium/logging/LoggingPreferences.java (not_needed)
14648** Invoke java/client/src/org/openqa/selenium/logging/NeedsLocalLogs.java (first_time, not_needed)
14649** Invoke java/client/src/org/openqa/selenium/logging/SessionLogHandler.java (first_time, not_needed)
14650** Invoke java/client/src/org/openqa/selenium/logging/SessionLogs.java (first_time, not_needed)
14651** Invoke java/client/src/org/openqa/selenium/logging/StoringLocalLogs.java (first_time, not_needed)
14652** Invoke java/client/src/org/openqa/selenium/logging/profiler/EventType.java (first_time, not_needed)
14653** Invoke java/client/src/org/openqa/selenium/logging/profiler/HttpProfilerLogEntry.java (first_time, not_needed)
14654** Invoke java/client/src/org/openqa/selenium/logging/profiler/ProfilerLogEntry.java (first_time, not_needed)
14655** Execute build/java/client/src/org/openqa/selenium/logging/logging.jar
14656rm -rf build/java/client/src/org/openqa/selenium/logging/logging.jar_temp
14657Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/logging/logging.jar_temp
14658Compiling: //java/client/src/org/openqa/selenium/logging:logging as build/java/client/src/org/openqa/selenium/logging/logging.jar
14659mkdir -p build/java/client/src/org/openqa/selenium/logging/logging.jar_temp
14660Compiling 15 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/logging/logging.jar_temp
14661Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/logging/logging.jar
14662rm -rf build/java/client/src/org/openqa/selenium/logging/logging.jar_temp
14663** Execute //java/client/src/org/openqa/selenium/logging:logging
14664** Invoke //java/client/src/org/openqa/selenium:webdriver-api
14665** Invoke java/client/src/org/openqa/selenium/remote/CapabilityType.java (first_time, not_needed)
14666** Invoke java/client/src/org/openqa/selenium/remote/DesiredCapabilities.java (first_time, not_needed)
14667** Invoke java/client/src/org/openqa/selenium/remote/BrowserType.java (first_time, not_needed)
14668** Invoke java/client/src/org/openqa/selenium/remote/UnreachableBrowserException.java (first_time, not_needed)
14669** Execute build/java/client/src/org/openqa/selenium/remote/base.jar
14670Compiling: //java/client/src/org/openqa/selenium/remote:base as build/java/client/src/org/openqa/selenium/remote/base.jar
14671Compiling 4 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/remote/base.jar_temp
14672rm -rf build/java/client/src/org/openqa/selenium/remote/base.jar_temp
14673Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/remote/base.jar_temp
14674mkdir -p build/java/client/src/org/openqa/selenium/remote/base.jar_temp
14675Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/remote/base.jar
14676rm -rf build/java/client/src/org/openqa/selenium/remote/base.jar_temp
14677** Execute //java/client/src/org/openqa/selenium/remote:base
14678** Invoke //java/client/src/org/openqa/selenium/interactions
14679** Invoke //third_party/java/guava-libraries
14680** Invoke //third_party/java/gson
14681** Invoke java/client/src/org/openqa/selenium/remote/BeanToJsonConverter.java (first_time, not_needed)
14682** Invoke java/client/src/org/openqa/selenium/remote/DriverCommand.java (first_time, not_needed)
14683** Invoke java/client/src/org/openqa/selenium/remote/ErrorCodes.java (first_time, not_needed)
14684** Invoke java/client/src/org/openqa/selenium/remote/ErrorHandler.java (first_time, not_needed)
14685** Invoke java/client/src/org/openqa/selenium/remote/JsonException.java (first_time, not_needed)
14686** Invoke java/client/src/org/openqa/selenium/remote/JsonToBeanConverter.java (first_time, not_needed)
14687** Invoke java/client/src/org/openqa/selenium/remote/ScreenshotException.java (first_time, not_needed)
14688** Invoke java/client/src/org/openqa/selenium/remote/SessionNotFoundException.java (first_time, not_needed)
14689** Invoke java/client/src/org/openqa/selenium/remote/SimplePropertyDescriptor.java (first_time, not_needed)
14690** Execute build/java/client/src/org/openqa/selenium/remote/common.jar
14691rm -rf build/java/client/src/org/openqa/selenium/remote/common.jar_temp
14692Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/remote/common.jar_temp
14693Compiling: //java/client/src/org/openqa/selenium/remote:common as build/java/client/src/org/openqa/selenium/remote/common.jar
14694mkdir -p build/java/client/src/org/openqa/selenium/remote/common.jar_temp
14695Compiling 9 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/remote/common.jar_temp
14696Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/remote/common.jar
14697rm -rf build/java/client/src/org/openqa/selenium/remote/common.jar_temp
14698** Execute //java/client/src/org/openqa/selenium/remote:common
14699** Invoke //java/client/src/org/openqa/selenium/remote:http-session-id (first_time)
14700** Invoke build/java/client/src/org/openqa/selenium/remote/http-session-id.jar (first_time)
14701** Invoke java/client/src/org/openqa/selenium/remote/HttpSessionId.java (first_time, not_needed)
14702** Execute build/java/client/src/org/openqa/selenium/remote/http-session-id.jar
14703rm -rf build/java/client/src/org/openqa/selenium/remote/http-session-id.jar_temp
14704Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/remote/http-session-id.jar_temp
14705Compiling: //java/client/src/org/openqa/selenium/remote:http-session-id as build/java/client/src/org/openqa/selenium/remote/http-session-id.jar
14706mkdir -p build/java/client/src/org/openqa/selenium/remote/http-session-id.jar_temp
14707Compiling 1 source file to /srv/selenium.git/build/java/client/src/org/openqa/selenium/remote/http-session-id.jar_temp
14708Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/remote/http-session-id.jar
14709rm -rf build/java/client/src/org/openqa/selenium/remote/http-session-id.jar_temp
14710** Execute //java/client/src/org/openqa/selenium/remote:http-session-id
14711** Invoke //java/client/src/org/openqa/selenium:webdriver-api
14712** Invoke //java/client/src/org/openqa/selenium/logging (first_time)
14713** Invoke //java/client/src/org/openqa/selenium/logging:logging
14714** Execute //java/client/src/org/openqa/selenium/logging
14715** Invoke //java/client/src/org/openqa/selenium/io
14716** Invoke //java/client/src/org/openqa/selenium/net
14717** Invoke //third_party/java/apache-httpclient (first_time)
14718** Invoke //third_party/java/apache-httpclient:apache-httpclient (first_time)
14719** Invoke third_party/java/apache-httpclient/httpclient-4.4.1.jar (first_time, not_needed)
14720** Invoke third_party/java/apache-httpclient/httpcore-4.4.1.jar (first_time, not_needed)
14721** Invoke third_party/java/apache-httpclient/httpmime-4.4.1.jar (first_time, not_needed)
14722** Invoke //third_party/java/apache-mime4j (first_time)
14723** Invoke //third_party/java/apache-mime4j:apache-mime4j (first_time)
14724** Invoke third_party/java/apache-mime4j/apache-mime4j-0.6.jar (first_time, not_needed)
14725** Invoke //third_party/java/commons-logging (first_time)
14726** Invoke //third_party/java/commons-logging:commons-logging (first_time)
14727** Invoke third_party/java/commons-logging/commons-logging-1.1.3.jar (first_time, not_needed)
14728** Execute //third_party/java/commons-logging:commons-logging
14729** Execute //third_party/java/commons-logging
14730** Execute //third_party/java/apache-mime4j:apache-mime4j
14731** Execute //third_party/java/apache-mime4j
14732** Invoke //third_party/java/commons-codec (first_time)
14733** Invoke //third_party/java/commons-codec:commons-codec (first_time)
14734** Invoke third_party/java/commons-codec/commons-codec-1.9.jar (first_time, not_needed)
14735** Execute //third_party/java/commons-codec:commons-codec
14736** Execute //third_party/java/commons-codec
14737** Invoke //third_party/java/commons-logging
14738** Execute //third_party/java/apache-httpclient:apache-httpclient
14739** Execute //third_party/java/apache-httpclient
14740** Invoke //third_party/java/guava-libraries
14741** Invoke java/client/src/org/openqa/selenium/remote/CommandCodec.java (first_time, not_needed)
14742** Invoke java/client/src/org/openqa/selenium/remote/CommandInfo.java (first_time, not_needed)
14743** Invoke java/client/src/org/openqa/selenium/remote/CoordinatesUtils.java (first_time, not_needed)
14744** Invoke java/client/src/org/openqa/selenium/remote/ExecuteMethod.java (first_time, not_needed)
14745** Invoke java/client/src/org/openqa/selenium/remote/FileDetector.java (first_time, not_needed)
14746** Invoke java/client/src/org/openqa/selenium/remote/HttpCommandExecutor.java (first_time, not_needed)
14747** Invoke java/client/src/org/openqa/selenium/remote/HttpVerb.java (first_time, not_needed)
14748** Invoke java/client/src/org/openqa/selenium/remote/LocalFileDetector.java (first_time, not_needed)
14749** Invoke java/client/src/org/openqa/selenium/remote/RemoteActionChainExecutor.java (first_time, not_needed)
14750** Invoke java/client/src/org/openqa/selenium/remote/RemoteExecuteMethod.java (first_time, not_needed)
14751** Invoke java/client/src/org/openqa/selenium/remote/RemoteKeyboard.java (first_time, not_needed)
14752** Invoke java/client/src/org/openqa/selenium/remote/RemoteLogs.java (first_time, not_needed)
14753** Invoke java/client/src/org/openqa/selenium/remote/RemoteMouse.java (first_time, not_needed)
14754** Invoke java/client/src/org/openqa/selenium/remote/RemoteStatus.java (first_time, not_needed)
14755** Invoke java/client/src/org/openqa/selenium/remote/RemoteWebDriver.java (first_time, not_needed)
14756** Invoke java/client/src/org/openqa/selenium/remote/RemoteWebElement.java (first_time, not_needed)
14757** Invoke java/client/src/org/openqa/selenium/remote/RemoteTouchScreen.java (first_time, not_needed)
14758** Invoke java/client/src/org/openqa/selenium/remote/ResponseCodec.java (first_time, not_needed)
14759** Invoke java/client/src/org/openqa/selenium/remote/UselessFileDetector.java (first_time, not_needed)
14760** Invoke java/client/src/org/openqa/selenium/remote/html5/RemoteApplicationCache.java (first_time, not_needed)
14761** Invoke java/client/src/org/openqa/selenium/remote/html5/RemoteLocalStorage.java (first_time, not_needed)
14762** Invoke java/client/src/org/openqa/selenium/remote/html5/RemoteLocationContext.java (first_time, not_needed)
14763** Invoke java/client/src/org/openqa/selenium/remote/html5/RemoteSessionStorage.java (first_time, not_needed)
14764** Invoke java/client/src/org/openqa/selenium/remote/html5/RemoteWebStorage.java (first_time, not_needed)
14765** Invoke java/client/src/org/openqa/selenium/remote/http/HttpClient.java (first_time, not_needed)
14766** Invoke java/client/src/org/openqa/selenium/remote/http/HttpMessage.java (first_time, not_needed)
14767** Invoke java/client/src/org/openqa/selenium/remote/http/HttpMethod.java (first_time, not_needed)
14768** Invoke java/client/src/org/openqa/selenium/remote/http/HttpRequest.java (first_time, not_needed)
14769** Invoke java/client/src/org/openqa/selenium/remote/http/HttpResponse.java (first_time, not_needed)
14770** Invoke java/client/src/org/openqa/selenium/remote/http/JsonHttpCommandCodec.java (first_time, not_needed)
14771** Invoke java/client/src/org/openqa/selenium/remote/http/JsonHttpResponseCodec.java (first_time, not_needed)
14772** Invoke java/client/src/org/openqa/selenium/remote/internal/ApacheHttpClient.java (first_time, not_needed)
14773rm -rf build/java/client/src/org/openqa/selenium/remote/remote.jar_temp
14774** Invoke java/client/src/org/openqa/selenium/remote/internal/CircularOutputStream.java (first_time, not_needed)
14775** Invoke java/client/src/org/openqa/selenium/remote/internal/JsonToWebElementConverter.java (first_time, not_needed)
14776** Invoke java/client/src/org/openqa/selenium/remote/internal/HttpClientFactory.java (first_time, not_needed)
14777** Invoke java/client/src/org/openqa/selenium/remote/internal/WebElementToJsonConverter.java (first_time, not_needed)
14778** Invoke java/client/src/org/openqa/selenium/remote/mobile/RemoteNetworkConnection.java (first_time, not_needed)
14779** Execute build/java/client/src/org/openqa/selenium/remote/remote.jar
14780Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/remote/remote.jar_temp
14781Compiling: //java/client/src/org/openqa/selenium/remote:remote as build/java/client/src/org/openqa/selenium/remote/remote.jar
14782mkdir -p build/java/client/src/org/openqa/selenium/remote/remote.jar_temp
14783Compiling 37 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/remote/remote.jar_temp
14784Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/remote/remote.jar
14785rm -rf build/java/client/src/org/openqa/selenium/remote/remote.jar_temp
14786** Execute //java/client/src/org/openqa/selenium/remote:remote
14787** Execute //java/client/src/org/openqa/selenium/remote
14788** Invoke //java/client/src/org/openqa/selenium/remote/service (first_time)
14789** Invoke //java/client/src/org/openqa/selenium/remote/service:service (first_time)
14790** Invoke build/java/client/src/org/openqa/selenium/remote/service/service.jar (first_time)
14791** Invoke //java/client/src/org/openqa/selenium:webdriver-api
14792** Invoke //java/client/src/org/openqa/selenium/io
14793** Invoke //java/client/src/org/openqa/selenium/net
14794** Invoke //java/client/src/org/openqa/selenium/os (first_time)
14795** Invoke //java/client/src/org/openqa/selenium/os:os (first_time)
14796** Invoke build/java/client/src/org/openqa/selenium/os/os.jar (first_time)
14797** Invoke //java/client/src/org/openqa/selenium:base
14798** Invoke //third_party/java/commons-exec (first_time)
14799** Invoke //third_party/java/commons-exec:commons-exec (first_time)
14800** Invoke third_party/java/commons-exec/commons-exec-1.3.jar (first_time, not_needed)
14801** Execute //third_party/java/commons-exec:commons-exec
14802** Execute //third_party/java/commons-exec
14803** Invoke //third_party/java/guava-libraries
14804** Invoke //third_party/java/jna (first_time)
14805** Invoke //third_party/java/jna:jna (first_time)
14806** Invoke third_party/java/jna/jna-3.4.0.jar (first_time, not_needed)
14807** Invoke third_party/java/jna/jna-platform-3.4.0.jar (first_time, not_needed)
14808** Execute //third_party/java/jna:jna
14809** Execute //third_party/java/jna
14810** Invoke java/client/src/org/openqa/selenium/os/WindowsUtils.java (first_time, not_needed)
14811** Invoke java/client/src/org/openqa/selenium/os/WindowsRegistryException.java (first_time, not_needed)
14812** Invoke java/client/src/org/openqa/selenium/os/ProcessUtils.java (first_time, not_needed)
14813** Invoke java/client/src/org/openqa/selenium/os/CommandLine.java (first_time, not_needed)
14814** Invoke java/client/src/org/openqa/selenium/os/OsProcess.java (first_time, not_needed)
14815** Invoke java/client/src/org/openqa/selenium/os/ExecutableFinder.java (first_time, not_needed)
14816** Invoke java/client/src/org/openqa/selenium/os/Kernel32.java (first_time, not_needed)
14817** Invoke java/client/src/org/openqa/selenium/os/WindowsProcessGroup.java (first_time, not_needed)
14818** Invoke java/client/src/org/openqa/selenium/os/UnixProcess.java (first_time, not_needed)
14819** Execute build/java/client/src/org/openqa/selenium/os/os.jar
14820rm -rf build/java/client/src/org/openqa/selenium/os/os.jar_temp
14821Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/os/os.jar_temp
14822Compiling: //java/client/src/org/openqa/selenium/os:os as build/java/client/src/org/openqa/selenium/os/os.jar
14823mkdir -p build/java/client/src/org/openqa/selenium/os/os.jar_temp
14824Compiling 9 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/os/os.jar_temp
14825Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/os/os.jar
14826rm -rf build/java/client/src/org/openqa/selenium/os/os.jar_temp
14827** Execute //java/client/src/org/openqa/selenium/os:os
14828** Execute //java/client/src/org/openqa/selenium/os
14829** Invoke //java/client/src/org/openqa/selenium/remote
14830** Invoke //third_party/java/guava-libraries
14831rm -rf build/java/client/src/org/openqa/selenium/remote/service/service.jar_temp
14832** Invoke java/client/src/org/openqa/selenium/remote/service/DriverCommandExecutor.java (first_time, not_needed)
14833** Invoke java/client/src/org/openqa/selenium/remote/service/DriverService.java (first_time, not_needed)
14834** Execute build/java/client/src/org/openqa/selenium/remote/service/service.jar
14835Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/remote/service/service.jar_temp
14836Compiling: //java/client/src/org/openqa/selenium/remote/service:service as build/java/client/src/org/openqa/selenium/remote/service/service.jar
14837mkdir -p build/java/client/src/org/openqa/selenium/remote/service/service.jar_temp
14838Compiling 2 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/remote/service/service.jar_temp
14839Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/remote/service/service.jar
14840rm -rf build/java/client/src/org/openqa/selenium/remote/service/service.jar_temp
14841** Execute //java/client/src/org/openqa/selenium/remote/service:service
14842** Execute //java/client/src/org/openqa/selenium/remote/service
14843** Invoke //third_party/java/guava-libraries
14844** Invoke java/client/src/org/openqa/selenium/chrome/ChromeDriver.java (first_time, not_needed)
14845** Invoke java/client/src/org/openqa/selenium/chrome/ChromeDriverService.java (first_time, not_needed)
14846rm -rf build/java/client/src/org/openqa/selenium/chrome/chrome.jar_temp
14847** Invoke java/client/src/org/openqa/selenium/chrome/ChromeOptions.java (first_time, not_needed)
14848** Execute build/java/client/src/org/openqa/selenium/chrome/chrome.jar
14849Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/chrome/chrome.jar_temp
14850Compiling: //java/client/src/org/openqa/selenium/chrome:chrome as build/java/client/src/org/openqa/selenium/chrome/chrome.jar
14851mkdir -p build/java/client/src/org/openqa/selenium/chrome/chrome.jar_temp
14852Compiling 3 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/chrome/chrome.jar_temp
14853Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/chrome/chrome.jar
14854rm -rf build/java/client/src/org/openqa/selenium/chrome/chrome.jar_temp
14855** Execute //java/client/src/org/openqa/selenium/chrome:chrome
14856** Execute //java/client/src/org/openqa/selenium/chrome
14857** Invoke //java/client/src/org/openqa/selenium/htmlunit (first_time)
14858** Invoke //java/client/src/org/openqa/selenium/htmlunit:htmlunit (first_time)
14859** Invoke build/java/client/src/org/openqa/selenium/htmlunit/htmlunit.jar (first_time)
14860** Invoke //java/client/src/org/openqa/selenium:webdriver-api
14861** Invoke //java/client/src/org/openqa/selenium/interactions
14862** Invoke //java/client/src/org/openqa/selenium/remote:common
14863** Invoke //third_party/java/htmlunit (first_time)
14864** Invoke //third_party/java/htmlunit:htmlunit (first_time)
14865** Invoke third_party/java/htmlunit/htmlunit-2.16.jar (first_time, not_needed)
14866** Invoke third_party/java/htmlunit/htmlunit-core-js-2.16.jar (first_time, not_needed)
14867** Invoke //third_party/java/apache-httpclient
14868** Invoke //third_party/java/commons-collections (first_time)
14869** Invoke //third_party/java/commons-collections:commons-collections (first_time)
14870** Invoke third_party/java/commons-collections/commons-collections-3.2.1.jar (first_time, not_needed)
14871** Execute //third_party/java/commons-collections:commons-collections
14872** Execute //third_party/java/commons-collections
14873** Invoke //third_party/java/commons-io (first_time)
14874** Invoke //third_party/java/commons-io:commons-io (first_time)
14875** Invoke third_party/java/commons-io/commons-io-2.4.jar (first_time, not_needed)
14876** Execute //third_party/java/commons-io:commons-io
14877** Execute //third_party/java/commons-io
14878** Invoke //third_party/java/commons-lang (first_time)
14879** Invoke //third_party/java/commons-lang:commons-lang (first_time)
14880** Invoke third_party/java/commons-lang/commons-lang3-3.4.jar (first_time, not_needed)
14881** Execute //third_party/java/commons-lang:commons-lang
14882** Execute //third_party/java/commons-lang
14883** Invoke //third_party/java/cssparser (first_time)
14884** Invoke //third_party/java/cssparser:cssparser (first_time)
14885** Invoke third_party/java/cssparser/cssparser-0.9.15.jar (first_time, not_needed)
14886** Invoke //third_party/java/sac (first_time)
14887** Invoke //third_party/java/sac:sac (first_time)
14888** Invoke third_party/java/sac/sac-1.3.jar (first_time, not_needed)
14889** Execute //third_party/java/sac:sac
14890** Execute //third_party/java/sac
14891** Execute //third_party/java/cssparser:cssparser
14892** Execute //third_party/java/cssparser
14893** Invoke //third_party/java/nekohtml (first_time)
14894** Invoke //third_party/java/nekohtml:nekohtml (first_time)
14895** Invoke third_party/java/nekohtml/nekohtml-1.9.22.jar (first_time, not_needed)
14896** Execute //third_party/java/nekohtml:nekohtml
14897** Execute //third_party/java/nekohtml
14898** Invoke //third_party/java/serializer (first_time)
14899** Invoke //third_party/java/serializer:serializer (first_time)
14900** Invoke third_party/java/serializer/serializer-2.7.1.jar (first_time, not_needed)
14901** Execute //third_party/java/serializer:serializer
14902** Execute //third_party/java/serializer
14903** Invoke //third_party/java/xml (first_time)
14904** Invoke //third_party/java/xml:xml (first_time)
14905** Invoke third_party/java/xml/xalan-2.7.1.jar (first_time, not_needed)
14906** Invoke third_party/java/xml/xercesImpl-2.11.0.jar (first_time, not_needed)
14907** Invoke third_party/java/xml/xml-apis-1.4.01.jar (first_time, not_needed)
14908** Execute //third_party/java/xml:xml
14909** Execute //third_party/java/xml
14910** Invoke //third_party/java/jetty-websocket (first_time)
14911** Invoke //third_party/java/jetty-websocket:jetty-websocket (first_time)
14912** Invoke third_party/java/jetty-websocket/websocket-api-9.2.10.v20150310.jar (first_time, not_needed)
14913** Invoke third_party/java/jetty-websocket/websocket-client-9.2.10.v20150310.jar (first_time, not_needed)
14914** Invoke third_party/java/jetty-websocket/websocket-common-9.2.10.v20150310.jar (first_time, not_needed)
14915** Invoke third_party/java/jetty-websocket/jetty-util-9.2.10.v20150310.jar (first_time, not_needed)
14916** Invoke third_party/java/jetty-websocket/jetty-io-9.2.10.v20150310.jar (first_time, not_needed)
14917** Execute //third_party/java/jetty-websocket:jetty-websocket
14918** Execute //third_party/java/jetty-websocket
14919** Execute //third_party/java/htmlunit:htmlunit
14920** Execute //third_party/java/htmlunit
14921** Invoke java/client/src/org/openqa/selenium/htmlunit/HtmlUnitKeyboard.java (first_time, not_needed)
14922** Invoke java/client/src/org/openqa/selenium/htmlunit/InputKeysContainer.java (first_time, not_needed)
14923** Invoke java/client/src/org/openqa/selenium/htmlunit/AsyncScriptExecutor.java (first_time, not_needed)
14924** Invoke java/client/src/org/openqa/selenium/htmlunit/HtmlUnitMouse.java (first_time, not_needed)
14925** Invoke java/client/src/org/openqa/selenium/htmlunit/KeyboardModifiersState.java (first_time, not_needed)
14926** Invoke java/client/src/org/openqa/selenium/htmlunit/HtmlUnitWebElement.java (first_time, not_needed)
14927** Invoke java/client/src/org/openqa/selenium/htmlunit/HtmlUnitDriver.java (first_time, not_needed)
14928** Execute build/java/client/src/org/openqa/selenium/htmlunit/htmlunit.jar
14929rm -rf build/java/client/src/org/openqa/selenium/htmlunit/htmlunit.jar_temp
14930Compiling: //java/client/src/org/openqa/selenium/htmlunit:htmlunit as build/java/client/src/org/openqa/selenium/htmlunit/htmlunit.jar
14931Exception `Errno::ENOENT' at org/jruby/RubyFile.java:1729 - No such file or directory - build/java/client/src/org/openqa/selenium/htmlunit/htmlunit.jar_temp
14932mkdir -p build/java/client/src/org/openqa/selenium/htmlunit/htmlunit.jar_temp
14933Compiling 7 source files to /srv/selenium.git/build/java/client/src/org/openqa/selenium/htmlunit/htmlunit.jar_temp
14934Building jar: /srv/selenium.git/build/java/client/src/org/openqa/selenium/htmlunit/htmlunit.jar
14935rm -rf build/java/client/src/org/openqa/selenium/htmlunit/htmlunit.jar_temp
14936** Execute //java/client/src/org/openqa/selenium/htmlunit:htmlunit
14937** Execute //java/client/src/org/openqa/selenium/htmlunit
14938** Invoke //java/client/src/org/openqa/selenium/firefox (first_time)
14939** Invoke //java/client/src/org/openqa/selenium/firefox:firefox (first_time)
14940** Invoke build/java/client/src/org/openqa/selenium/firefox/firefox.jar (first_time)
14941** Invoke //java/client/src/org/openqa/selenium/io
14942** Invoke //java/client/src/org/openqa/selenium/net
14943** Invoke //java/client/src/org/openqa/selenium/os
14944** Invoke //java/client/src/org/openqa/selenium/remote
14945** Invoke //third_party/java/commons-io
14946** Invoke //third_party/java/guava-libraries
14947** Invoke //third_party/java/commons-exec
14948** Invoke java/client/src/org/openqa/selenium/firefox/Preferences.java (first_time, not_needed)
14949** Invoke java/client/src/org/openqa/selenium/firefox/FirefoxProfile.java (first_time, not_needed)
14950** Invoke java/client/src/org/openqa/selenium/firefox/UnableToCreateProfileException.java (first_time, not_needed)
14951** Invoke java/client/src/org/openqa/selenium/firefox/FirefoxBinary.java (first_time, not_needed)
14952** Invoke java/client/src/org/openqa/selenium/firefox/MarionetteDriver.java (first_time, not_needed)
14953** Invoke java/client/src/org/openqa/selenium/firefox/ExtensionConnection.java (first_time, not_needed)
14954** Invoke java/client/src/org/openqa/selenium/firefox/NotConnectedException.java (first_time, not_needed)
14955** Invoke java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java (first_time, not_needed)
14956** Invoke java/client/src/org/openqa/selenium/firefox/internal/Executable.java (first_time, not_needed)
14957** Invoke java/client/src/org/openqa/selenium/firefox/internal/Streams.java (first_time, not_needed)
14958** Invoke java/client/src/org/openqa/selenium/firefox/internal/NewProfileExtensionConnection.java (first_time, not_needed)
14959** Invoke java/client/src/org/openqa/selenium/firefox/internal/MarionetteConnection.java (first_time, not_needed)
14960** Invoke java/client/src/org/openqa/selenium/firefox/internal/FileExtension.java (first_time, not_needed)
14961** Invoke java/client/src/org/openqa/selenium/firefox/internal/ProfilesIni.java (first_time, not_needed)
14962** Invoke java/client/src/org/openqa/selenium/firefox/internal/ClasspathExtension.java (first_time, not_needed)
14963** Invoke java/client/src/org/openqa/selenium/firefox/internal/Extension.java (first_time, not_needed)
14964** Invoke //java/client/src/org/openqa/selenium/firefox:amd64 (first_time)
14965** Invoke //java/client/src/org/openqa/selenium/firefox:noblur64 (first_time)
14966** Invoke //cpp:noblur64 (first_time)
14967** Invoke build/cpp/amd64/libnoblur64.so (first_time)
14968** Execute build/cpp/amd64/libnoblur64.so
14969Compiling: //cpp:noblur64 as build/cpp/amd64/libnoblur64.so
14970mkdir -p build/cpp/amd64/libnoblur64.so_temp/obj64
14971gcc cpp/linux-specific/x_ignore_nofocus.c -c -o build/cpp/amd64/libnoblur64.so_temp/obj64/x_ignore_nofocus.o -m64 -I/usr/include -fPIC -Wall
14972gcc -o build/cpp/amd64/libnoblur64.so build/cpp/amd64/libnoblur64.so_temp/obj64/*.o -shared -Os -m64 -fPIC -Wall
14973rm -rf build/cpp/amd64/libnoblur64.so_temp
14974cp build/cpp/amd64/libnoblur64.so cpp/prebuilt/amd64/libnoblur64.so
14975mkdir -p build/java/client/src/org/openqa/selenium/firefox/tmp_amd64
14976** Execute //cpp:noblur64
14977** Execute //java/client/src/org/openqa/selenium/firefox:noblur64
14978cp -r build/cpp/amd64/libnoblur64.so build/java/client/src/org/openqa/selenium/firefox/tmp_amd64/x_ignore_nofocus.so
14979** Invoke //java/client/src/org/openqa/selenium/firefox:imehandler64 (first_time)
14980** Invoke //cpp:imehandler64 (first_time)
14981** Invoke build/cpp/amd64/libimehandler64.so (first_time)
14982** Execute build/cpp/amd64/libimehandler64.so
14983Compiling: //cpp:imehandler64 as build/cpp/amd64/libimehandler64.so
14984mkdir -p build/cpp/amd64/libimehandler64.so_temp/obj64
14985g++ cpp/imehandler/linux/src/ibushandler.cpp -c -o build/cpp/amd64/libimehandler64.so_temp/obj64/ibushandler.o -m64 -rdynamic -I cpp/imehandler/common `pkg-config gtk+-2.0 ibus-1.0 --cflags` -fPIC -Wall
14986cpp/imehandler/linux/src/ibushandler.cpp: In member function 'virtual std::string IBusHandler::GetActiveEngine() const':
14987cpp/imehandler/linux/src/ibushandler.cpp:70:37: error: 'IBusEngineDesc' has no member named 'name'
14988 engine_name = std::string(desc->name);
14989 ^
14990cpp/imehandler/linux/src/ibushandler.cpp: In member function 'IBusInputContext* IBusHandler::GetCurrentInputContext() const':
14991cpp/imehandler/linux/src/ibushandler.cpp:88:3: error: 'IBusConnection' was not declared in this scope
14992 IBusConnection* conn = ibus_bus_get_connection(bus_);
14993 ^
14994cpp/imehandler/linux/src/ibushandler.cpp:88:19: error: 'conn' was not declared in this scope
14995 IBusConnection* conn = ibus_bus_get_connection(bus_);
14996 ^
14997cpp/imehandler/linux/src/ibushandler.cpp: In member function 'virtual bool IBusHandler::IsActivated() const':
14998cpp/imehandler/linux/src/ibushandler.cpp:110:47: error: 'ibus_input_context_is_enabled' was not declared in this scope
14999 return ibus_input_context_is_enabled(context);
15000 ^
15001cpp/imehandler/linux/src/ibushandler.cpp: In member function 'virtual void IBusHandler::Deactivate()':
15002cpp/imehandler/linux/src/ibushandler.cpp:127:37: error: 'ibus_input_context_disable' was not declared in this scope
15003 ibus_input_context_disable(context);
15004 ^
15005cpp/imehandler/linux/src/ibushandler.cpp: In member function 'virtual std::vector<std::basic_string<char> > IBusHandler::GetAvailableEngines() const':
15006cpp/imehandler/linux/src/ibushandler.cpp:149:36: error: 'IBusEngineDesc' has no member named 'name'
15007 loaded_engines.push_back(desc->name);
15008 ^
15009cpp/imehandler/linux/src/ibushandler.cpp: In member function 'virtual std::vector<std::basic_string<char> > IBusHandler::GetInstalledEngines() const':
15010cpp/imehandler/linux/src/ibushandler.cpp:167:20: warning: 'GList* ibus_bus_list_active_engines(IBusBus*)' is deprecated (declared at /usr/include/ibus-1.0/ibusbus.h:693) [-Wdeprecated-declarations]
15011 GList* engines = ibus_bus_list_active_engines(bus_);
15012 ^
15013cpp/imehandler/linux/src/ibushandler.cpp:167:53: warning: 'GList* ibus_bus_list_active_engines(IBusBus*)' is deprecated (declared at /usr/include/ibus-1.0/ibusbus.h:693) [-Wdeprecated-declarations]
15014 GList* engines = ibus_bus_list_active_engines(bus_);
15015 ^
15016cpp/imehandler/linux/src/ibushandler.cpp:176:39: error: 'IBusEngineDesc' has no member named 'name'
15017 installed_engines.push_back(desc->name);
15018 ^
15019In file included from /usr/include/glib-2.0/glib-object.h:35:0,
15020 from /usr/include/ibus-1.0/ibusobject.h:38,
15021 from /usr/include/ibus-1.0/ibus.h:30,
15022 from cpp/imehandler/linux/src/ibushandler.cpp:20:
15023cpp/imehandler/linux/src/ibushandler.cpp: In member function 'virtual int IBusHandler::LoadEngines(const std::vector<std::basic_string<char> >&)':
15024/usr/include/glib-2.0/gobject/gvaluearray.h:38:29: warning: 'GType g_value_array_get_type()' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:60): Use 'GArray' instead [-Wdeprecated-declarations]
15025 #define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
15026 ^
15027cpp/imehandler/linux/src/ibushandler.cpp:203:27: note: in expansion of macro 'G_TYPE_VALUE_ARRAY'
15028 g_value_init(&gvalue, G_TYPE_VALUE_ARRAY);
15029 ^
15030/usr/include/glib-2.0/gobject/gvaluearray.h:38:53: warning: 'GType g_value_array_get_type()' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:60): Use 'GArray' instead [-Wdeprecated-declarations]
15031 #define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
15032 ^
15033cpp/imehandler/linux/src/ibushandler.cpp:203:27: note: in expansion of macro 'G_TYPE_VALUE_ARRAY'
15034 g_value_init(&gvalue, G_TYPE_VALUE_ARRAY);
15035 ^
15036cpp/imehandler/linux/src/ibushandler.cpp:205:26: warning: 'GValueArray* g_value_array_new(guint)' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:67): Use 'GArray' instead [-Wdeprecated-declarations]
15037 GValueArray* array = g_value_array_new(engine_names.size());
15038 ^
15039cpp/imehandler/linux/src/ibushandler.cpp:205:63: warning: 'GValueArray* g_value_array_new(guint)' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:67): Use 'GArray' instead [-Wdeprecated-declarations]
15040 GValueArray* array = g_value_array_new(engine_names.size());
15041 ^
15042cpp/imehandler/linux/src/ibushandler.cpp:215:9: warning: 'GValueArray* g_value_array_append(GValueArray*, const GValue*)' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:80): Use 'GArray' instead [-Wdeprecated-declarations]
15043 g_value_array_append(array, &array_element);
15044 ^
15045cpp/imehandler/linux/src/ibushandler.cpp:215:51: warning: 'GValueArray* g_value_array_append(GValueArray*, const GValue*)' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:80): Use 'GArray' instead [-Wdeprecated-declarations]
15046 g_value_array_append(array, &array_element);
15047 ^
15048cpp/imehandler/linux/src/ibushandler.cpp:224:72: error: cannot convert 'GValue* {aka _GValue*}' to 'GVariant* {aka _GVariant*}' for argument '4' to 'gboolean ibus_config_set_value(IBusConfig*, const gchar*, const gchar*, GVariant*)'
15049 ibus_config_set_value(conf, "general", "preload_engines", &gvalue);
15050  ^
15051cpp/imehandler/linux/src/ibushandler.cpp: In member function 'virtual bool IBusHandler::ActivateEngine(const string&)':
15052cpp/imehandler/linux/src/ibushandler.cpp:251:38: error: 'ibus_input_context_enable' was not declared in this scope
15053 ibus_input_context_enable(context);
15054 ^
15055cpp/imehandler/linux/src/ibushandler.cpp: In member function 'virtual bool IBusHandler::IsActivated() const':
15056cpp/imehandler/linux/src/ibushandler.cpp:111:1: warning: control reaches end of non-void function [-Wreturn-type]
15057 };
15058 ^
15059Unable to build. Aborting compilation
15060mkdir -p build/cpp/amd64
15061cp cpp/prebuilt/amd64/libimehandler64.so build/cpp/amd64/libimehandler64.so
15062Falling back to cpp/prebuilt/amd64/libimehandler64.so
15063cp build/cpp/amd64/libimehandler64.so cpp/prebuilt/amd64/libimehandler64.so
15064** Execute //cpp:imehandler64
15065mkdir -p build/java/client/src/org/openqa/selenium/firefox/tmp_amd64
15066** Execute //java/client/src/org/openqa/selenium/firefox:imehandler64
15067cp -r build/cpp/amd64/libimehandler64.so build/java/client/src/org/openqa/selenium/firefox/tmp_amd64/libibushandler.so
15068** Execute //java/client/src/org/openqa/selenium/firefox:amd64
15069Preparing: //java/client/src/org/openqa/selenium/firefox:amd64 as build/java/client/src/org/openqa/selenium/firefox/amd64
15070mkdir -p build/java/client/src/org/openqa/selenium/firefox/amd64
15071cp -r build/java/client/src/org/openqa/selenium/firefox/tmp_amd64/x_ignore_nofocus.so build/java/client/src/org/openqa/selenium/firefox/amd64
15072cp -r build/java/client/src/org/openqa/selenium/firefox/tmp_amd64/libibushandler.so build/java/client/src/org/openqa/selenium/firefox/amd64
15073** Invoke //java/client/src/org/openqa/selenium/firefox:firefox_extension (first_time)
15074** Invoke //javascript/firefox-driver:webdriver (first_time)
15075** Invoke build/javascript/firefox-driver/webdriver.xpi (first_time)
15076** Invoke javascript/firefox-driver/extension/content/server.js (first_time, not_needed)
15077** Invoke javascript/firefox-driver/extension/content/dommessenger.js (first_time, not_needed)
15078** Invoke javascript/firefox-driver/extension/content/fxdriver.xul (first_time, not_needed)
15079** Invoke javascript/firefox-driver/extension/content/fx4driver.xul (first_time, not_needed)
15080** Invoke javascript/firefox-driver/extension/components/httpd.js (first_time, not_needed)
15081** Invoke //javascript/firefox-driver:bad-cert-listener (first_time)
15082** Invoke build/javascript/firefox-driver/bad-cert-listener.js (first_time)
15083** Invoke //javascript/firefox-driver:logging (first_time)
15084** Invoke build/javascript/firefox-driver/logging.mf (first_time)
15085** Execute build/javascript/firefox-driver/logging.mf
15086mkdir -p build/javascript/firefox-driver
15087** Invoke //javascript/firefox-driver:files (first_time)
15088** Invoke build/javascript/firefox-driver/files.mf (first_time)
15089** Execute build/javascript/firefox-driver/files.mf
15090mkdir -p build/javascript/firefox-driver
15091** Invoke javascript/firefox-driver/js/files.js (first_time, not_needed)
15092** Execute //javascript/firefox-driver:files
15093** Invoke //javascript/firefox-driver:moz (first_time)
15094** Invoke build/javascript/firefox-driver/moz.mf (first_time)
15095** Execute build/javascript/firefox-driver/moz.mf
15096mkdir -p build/javascript/firefox-driver
15097** Invoke //javascript/atoms:all_js
15098** Invoke javascript/firefox-driver/js/moz.js (first_time, not_needed)
15099** Execute //javascript/firefox-driver:moz
15100** Invoke //javascript/firefox-driver:prefs (first_time)
15101** Invoke build/javascript/firefox-driver/prefs.mf (first_time)
15102** Execute build/javascript/firefox-driver/prefs.mf
15103mkdir -p build/javascript/firefox-driver
15104** Invoke javascript/firefox-driver/js/prefs.js (first_time, not_needed)
15105** Execute //javascript/firefox-driver:prefs
15106** Invoke //javascript/webdriver:logging_lib (first_time)
15107** Invoke build/javascript/webdriver/logging_lib.mf (first_time)
15108** Execute build/javascript/webdriver/logging_lib.mf
15109mkdir -p build/javascript/webdriver
15110** Invoke javascript/webdriver/logging.js (first_time, not_needed)
15111** Execute //javascript/webdriver:logging_lib
15112** Invoke javascript/firefox-driver/js/logger.js (first_time, not_needed)
15113** Invoke javascript/firefox-driver/js/profiler.js (first_time, not_needed)
15114** Execute //javascript/firefox-driver:logging
15115** Invoke //javascript/firefox-driver:moz
15116** Invoke //javascript/webdriver/atoms:all_js
15117** Invoke javascript/firefox-driver/js/badCertListener.js (first_time, not_needed)
15118** Execute build/javascript/firefox-driver/bad-cert-listener.js
15119Compiling: //javascript/firefox-driver:bad-cert-listener as build/javascript/firefox-driver/bad-cert-listener.js
15120mkdir -p build/javascript/firefox-driver
15121** Execute //javascript/firefox-driver:bad-cert-listener
15122** Invoke //javascript/firefox-driver:command-processor (first_time)
15123** Invoke build/javascript/firefox-driver/command-processor.js (first_time)
15124** Invoke //javascript/firefox-driver:error (first_time)
15125** Invoke build/javascript/firefox-driver/error.mf (first_time)
15126** Execute build/javascript/firefox-driver/error.mf
15127mkdir -p build/javascript/firefox-driver
15128** Invoke javascript/firefox-driver/js/error.js (first_time, not_needed)
15129** Execute //javascript/firefox-driver:error
15130** Invoke //javascript/firefox-driver:events (first_time)
15131** Invoke build/javascript/firefox-driver/events.mf (first_time)
15132** Execute build/javascript/firefox-driver/events.mf
15133mkdir -p build/javascript/firefox-driver
15134** Invoke javascript/firefox-driver/js/events.js (first_time, not_needed)
15135** Execute //javascript/firefox-driver:events
15136** Invoke //javascript/firefox-driver:firefoxdriver (first_time)
15137** Invoke build/javascript/firefox-driver/firefoxdriver.mf (first_time)
15138** Execute build/javascript/firefox-driver/firefoxdriver.mf
15139mkdir -p build/javascript/firefox-driver
15140** Invoke //javascript/firefox-driver:modals (first_time)
15141** Invoke build/javascript/firefox-driver/modals.mf (first_time)
15142** Execute build/javascript/firefox-driver/modals.mf
15143mkdir -p build/javascript/firefox-driver
15144** Invoke //javascript/firefox-driver:firefox-utils (first_time)
15145** Invoke build/javascript/firefox-driver/firefox-utils.mf (first_time)
15146** Execute build/javascript/firefox-driver/firefox-utils.mf
15147mkdir -p build/javascript/firefox-driver
15148** Invoke //javascript/firefox-driver:logging
15149** Invoke //javascript/firefox-driver:moz
15150** Invoke //javascript/atoms:all_js
15151** Invoke javascript/firefox-driver/js/firefox-utils.js (first_time, not_needed)
15152** Execute //javascript/firefox-driver:firefox-utils
15153** Invoke //javascript/firefox-driver:logging
15154** Invoke //javascript/firefox-driver:moz
15155** Invoke //javascript/firefox-driver:timer (first_time)
15156** Invoke build/javascript/firefox-driver/timer.mf (first_time)
15157** Execute build/javascript/firefox-driver/timer.mf
15158mkdir -p build/javascript/firefox-driver
15159** Invoke javascript/firefox-driver/js/timer.js (first_time, not_needed)
15160** Execute //javascript/firefox-driver:timer
15161** Invoke //javascript/firefox-driver:utils (first_time)
15162** Invoke build/javascript/firefox-driver/utils.mf (first_time)
15163mkdir -p build/javascript/firefox-driver
15164** Execute build/javascript/firefox-driver/utils.mf
15165** Invoke //javascript/firefox-driver:error
15166** Invoke //javascript/firefox-driver:firefox-utils
15167** Invoke //javascript/firefox-driver:logging
15168** Invoke //javascript/firefox-driver:moz
15169** Invoke //javascript/firefox-driver:webloadinglistener (first_time)
15170** Invoke build/javascript/firefox-driver/webloadinglistener.mf (first_time)
15171** Execute build/javascript/firefox-driver/webloadinglistener.mf
15172mkdir -p build/javascript/firefox-driver
15173** Invoke //javascript/firefox-driver:timer
15174** Invoke javascript/firefox-driver/js/webLoadingListener.js (first_time, not_needed)
15175** Execute //javascript/firefox-driver:webloadinglistener
15176** Invoke //javascript/atoms:all_js
15177** Invoke javascript/firefox-driver/js/utils.js (first_time, not_needed)
15178** Execute //javascript/firefox-driver:utils
15179** Invoke //javascript/atoms:all_js
15180** Invoke javascript/firefox-driver/js/modals.js (first_time, not_needed)
15181** Execute //javascript/firefox-driver:modals
15182** Invoke //javascript/firefox-driver:preconditions (first_time)
15183** Invoke build/javascript/firefox-driver/preconditions.mf (first_time)
15184** Execute build/javascript/firefox-driver/preconditions.mf
15185mkdir -p build/javascript/firefox-driver
15186** Invoke //javascript/firefox-driver:utils
15187** Invoke //javascript/atoms:all_js
15188** Invoke javascript/firefox-driver/js/preconditions.js (first_time, not_needed)
15189** Execute //javascript/firefox-driver:preconditions
15190** Invoke //javascript/firefox-driver:screenshot (first_time)
15191** Invoke build/javascript/firefox-driver/screenshot.mf (first_time)
15192** Execute build/javascript/firefox-driver/screenshot.mf
15193mkdir -p build/javascript/firefox-driver
15194** Invoke //javascript/firefox-driver:moz
15195** Invoke javascript/firefox-driver/js/screenshooter.js (first_time, not_needed)
15196** Execute //javascript/firefox-driver:screenshot
15197** Invoke //javascript/firefox-driver:timer
15198** Invoke //javascript/firefox-driver:utils
15199** Invoke //javascript/firefox-driver:webelement (first_time)
15200** Invoke build/javascript/firefox-driver/webelement.mf (first_time)
15201** Execute build/javascript/firefox-driver/webelement.mf
15202mkdir -p build/javascript/firefox-driver
15203** Invoke //javascript/firefox-driver:logging
15204** Invoke //javascript/firefox-driver:moz
15205** Invoke //javascript/firefox-driver:preconditions
15206** Invoke //javascript/firefox-driver:utils
15207** Invoke //javascript/firefox-driver:webloadinglistener
15208** Invoke //javascript/atoms:all_js
15209** Invoke //javascript/webdriver:all_js (first_time)
15210** Invoke build/javascript/webdriver/all_js.mf (first_time)
15211** Execute build/javascript/webdriver/all_js.mf
15212mkdir -p build/javascript/webdriver
15213** Invoke //javascript/atoms:all_js
15214** Invoke javascript/webdriver/command.js (first_time, not_needed)
15215** Invoke javascript/webdriver/webdriver.js (first_time, not_needed)
15216** Invoke javascript/webdriver/promise.js (first_time, not_needed)
15217** Invoke javascript/webdriver/key.js (not_needed)
15218** Invoke javascript/webdriver/button.js (first_time, not_needed)
15219** Invoke javascript/webdriver/serializable.js (first_time, not_needed)
15220** Invoke javascript/webdriver/actionsequence.js (first_time, not_needed)
15221** Invoke javascript/webdriver/events.js (first_time, not_needed)
15222** Invoke javascript/webdriver/touchsequence.js (first_time, not_needed)
15223** Invoke javascript/webdriver/locators.js (first_time, not_needed)
15224** Invoke javascript/webdriver/logging.js (not_needed)
15225** Invoke javascript/webdriver/firefoxdomexecutor.js (first_time, not_needed)
15226** Invoke javascript/webdriver/until.js (first_time, not_needed)
15227** Invoke javascript/webdriver/session.js (first_time, not_needed)
15228** Invoke javascript/webdriver/builder.js (first_time, not_needed)
15229** Invoke javascript/webdriver/stacktrace.js (first_time, not_needed)
15230** Invoke javascript/webdriver/capabilities.js (first_time, not_needed)
15231** Invoke javascript/webdriver/atoms/storage/appcache.js (not_needed)
15232** Invoke javascript/webdriver/atoms/storage/session_storage.js (not_needed)
15233** Invoke javascript/webdriver/atoms/storage/local_storage.js (not_needed)
15234** Invoke javascript/webdriver/atoms/inject/dom.js (not_needed)
15235** Invoke javascript/webdriver/atoms/inject/sql_database.js (not_needed)
15236** Invoke javascript/webdriver/atoms/inject/action.js (not_needed)
15237** Invoke javascript/webdriver/atoms/inject/frame.js (not_needed)
15238** Invoke javascript/webdriver/atoms/inject/execute_script.js (not_needed)
15239** Invoke javascript/webdriver/atoms/inject/appcache.js (not_needed)
15240** Invoke javascript/webdriver/atoms/inject/find_element.js (not_needed)
15241** Invoke javascript/webdriver/atoms/inject/session_storage.js (not_needed)
15242** Invoke javascript/webdriver/atoms/inject/local_storage.js (not_needed)
15243** Invoke javascript/webdriver/atoms/exports/inputs.js (not_needed)
15244** Invoke javascript/webdriver/test/http/http_test.js (first_time, not_needed)
15245** Invoke javascript/webdriver/test/http/xhrclient_test.js (first_time, not_needed)
15246** Invoke javascript/webdriver/test/http/corsclient_test.js (first_time, not_needed)
15247** Invoke javascript/webdriver/test/e2e/setup.js (first_time, not_needed)
15248** Invoke javascript/webdriver/test/testing/asserts_test.js (first_time, not_needed)
15249** Invoke javascript/webdriver/test/testing/testcase_test.js (first_time, not_needed)
15250** Invoke javascript/webdriver/test/testing/client_test.js (first_time, not_needed)
15251** Execute //javascript/webdriver:all_js
15252** Invoke javascript/firefox-driver/js/wrappedElement.js (first_time, not_needed)
15253** Execute //javascript/firefox-driver:webelement
15254** Invoke //javascript/firefox-driver:webloadinglistener
15255** Invoke //javascript/atoms:all_js
15256** Invoke javascript/firefox-driver/js/firefoxDriver.js (first_time, not_needed)
15257** Execute //javascript/firefox-driver:firefoxdriver
15258** Invoke //javascript/firefox-driver:logging
15259** Invoke //javascript/firefox-driver:modals
15260** Invoke //javascript/firefox-driver:moz
15261** Invoke //javascript/firefox-driver:session-store (first_time)
15262** Invoke build/javascript/firefox-driver/session-store.js (first_time)
15263** Invoke //javascript/firefox-driver:logging
15264** Invoke //javascript/firefox-driver:modals
15265** Invoke //javascript/firefox-driver:moz
15266** Invoke //javascript/firefox-driver:proxy (first_time)
15267** Invoke build/javascript/firefox-driver/proxy.mf (first_time)
15268** Execute build/javascript/firefox-driver/proxy.mf
15269** Invoke //javascript/firefox-driver:logging
15270** Invoke //javascript/firefox-driver:moz
15271** Invoke javascript/firefox-driver/js/proxy.js (first_time, not_needed)
15272** Execute //javascript/firefox-driver:proxy
15273** Invoke //javascript/firefox-driver:session (first_time)
15274** Invoke build/javascript/firefox-driver/session.js (first_time)
15275** Invoke //javascript/firefox-driver:logging
15276** Invoke //javascript/firefox-driver:moz
15277** Invoke javascript/firefox-driver/js/wdsession.js (first_time, not_needed)
15278** Execute build/javascript/firefox-driver/session.js
15279Compiling: //javascript/firefox-driver:session as build/javascript/firefox-driver/session.js
15280mkdir -p build/javascript/firefox-driver
15281mkdir -p build/javascript/firefox-driver
15282** Execute //javascript/firefox-driver:session
15283** Invoke javascript/firefox-driver/js/sessionstore.js (first_time, not_needed)
15284** Execute build/javascript/firefox-driver/session-store.js
15285Compiling: //javascript/firefox-driver:session-store as build/javascript/firefox-driver/session-store.js
15286mkdir -p build/javascript/firefox-driver
15287** Execute //javascript/firefox-driver:session-store
15288** Invoke //javascript/firefox-driver:timer
15289** Invoke //javascript/firefox-driver:utils
15290** Invoke //javascript/firefox-driver:webelement
15291** Invoke //javascript/webdriver/atoms:all_js
15292** Invoke javascript/firefox-driver/js/nsCommandProcessor.js (first_time, not_needed)
15293** Execute build/javascript/firefox-driver/command-processor.js
15294Compiling: //javascript/firefox-driver:command-processor as build/javascript/firefox-driver/command-processor.js
15295mkdir -p build/javascript/firefox-driver
15296third_party/gecko-2/linux/bin/xpidl -w -m typelib -Ithird_party/gecko-2/linux/idl -Ijavascript/firefox-driver/extension/idl -e build/javascript/firefox-driver/nsICommandProcessor.xpt javascript/firefox-driver/extension/idl/nsICommandProcessor.idl
15297** Execute //javascript/firefox-driver:command-processor
15298** Invoke //javascript/firefox-driver:command-processor-xpt (first_time)
15299** Invoke build/javascript/firefox-driver/nsICommandProcessor.xpt (first_time)
15300** Invoke javascript/firefox-driver/extension/idl/nsICommandProcessor.idl (first_time, not_needed)
15301** Execute build/javascript/firefox-driver/nsICommandProcessor.xpt
15302Building: //javascript/firefox-driver:command-processor-xpt as build/javascript/firefox-driver/nsICommandProcessor.xpt
15303mkdir -p build/javascript/firefox-driver
15304cp javascript/firefox-driver/prebuilt/firefox-driver/nsICommandProcessor.xpt build/javascript/firefox-driver/nsICommandProcessor.xpt
15305Falling back to javascript/firefox-driver/prebuilt/firefox-driver/nsICommandProcessor.xpt
15306** Execute //javascript/firefox-driver:command-processor-xpt
15307** Invoke //javascript/firefox-driver:coordinates-xpt (first_time)
15308** Invoke build/javascript/firefox-driver/wdICoordinate.xpt (first_time)
15309** Invoke javascript/firefox-driver/extension/idl/wdICoordinate.idl (first_time, not_needed)
15310** Execute build/javascript/firefox-driver/wdICoordinate.xpt
15311Building: //javascript/firefox-driver:coordinates-xpt as build/javascript/firefox-driver/wdICoordinate.xpt
15312third_party/gecko-2/linux/bin/xpidl -w -m typelib -Ithird_party/gecko-2/linux/idl -Ijavascript/firefox-driver/extension/idl -e build/javascript/firefox-driver/wdICoordinate.xpt javascript/firefox-driver/extension/idl/wdICoordinate.idl
15313mkdir -p build/javascript/firefox-driver
15314Falling back to javascript/firefox-driver/prebuilt/firefox-driver/wdICoordinate.xpt
15315cp javascript/firefox-driver/prebuilt/firefox-driver/wdICoordinate.xpt build/javascript/firefox-driver/wdICoordinate.xpt
15316** Execute //javascript/firefox-driver:coordinates-xpt
15317** Invoke //javascript/firefox-driver:modifier-keys (first_time)
15318** Invoke build/javascript/firefox-driver/modifier-keys.js (first_time)
15319** Invoke //javascript/firefox-driver:moz
15320** Invoke //javascript/firefox-driver:utils
15321** Invoke //javascript/webdriver/atoms:all_js
15322** Invoke javascript/firefox-driver/js/modifierKeys.js (first_time, not_needed)
15323** Execute build/javascript/firefox-driver/modifier-keys.js
15324Compiling: //javascript/firefox-driver:modifier-keys as build/javascript/firefox-driver/modifier-keys.js
15325mkdir -p build/javascript/firefox-driver
15326** Execute //javascript/firefox-driver:modifier-keys
15327** Invoke //javascript/firefox-driver:modifier-keys-xpt (first_time)
15328** Invoke build/javascript/firefox-driver/wdIModifierKeys.xpt (first_time)
15329** Invoke javascript/firefox-driver/extension/idl/wdIModifierKeys.idl (first_time, not_needed)
15330** Execute build/javascript/firefox-driver/wdIModifierKeys.xpt
15331Building: //javascript/firefox-driver:modifier-keys-xpt as build/javascript/firefox-driver/wdIModifierKeys.xpt
15332third_party/gecko-2/linux/bin/xpidl -w -m typelib -Ithird_party/gecko-2/linux/idl -Ijavascript/firefox-driver/extension/idl -e build/javascript/firefox-driver/wdIModifierKeys.xpt javascript/firefox-driver/extension/idl/wdIModifierKeys.idl
15333mkdir -p build/javascript/firefox-driver
15334Falling back to javascript/firefox-driver/prebuilt/firefox-driver/wdIModifierKeys.xpt
15335cp javascript/firefox-driver/prebuilt/firefox-driver/wdIModifierKeys.xpt build/javascript/firefox-driver/wdIModifierKeys.xpt
15336** Execute //javascript/firefox-driver:modifier-keys-xpt
15337** Invoke //javascript/firefox-driver:driver-component (first_time)
15338** Invoke build/javascript/firefox-driver/driver-component.js (first_time)
15339** Invoke //javascript/firefox-driver:dispatcher (first_time)
15340** Invoke build/javascript/firefox-driver/dispatcher.mf (first_time)
15341** Execute build/javascript/firefox-driver/dispatcher.mf
15342mkdir -p build/javascript/firefox-driver
15343** Invoke //javascript/firefox-driver:error
15344mkdir -p build/javascript/firefox-driver
15345** Invoke //javascript/firefox-driver:request (first_time)
15346** Invoke build/javascript/firefox-driver/request.mf (first_time)
15347** Execute build/javascript/firefox-driver/request.mf
15348** Invoke //javascript/firefox-driver:utils
15349mkdir -p build/javascript/firefox-driver
15350** Invoke javascript/firefox-driver/js/request.js (first_time, not_needed)
15351** Execute //javascript/firefox-driver:request
15352** Invoke //javascript/firefox-driver:response (first_time)
15353** Invoke build/javascript/firefox-driver/response.mf (first_time)
15354** Execute build/javascript/firefox-driver/response.mf
15355** Invoke javascript/firefox-driver/js/response.js (first_time, not_needed)
15356** Execute //javascript/firefox-driver:response
15357mkdir -p build/javascript/firefox-driver
15358** Invoke //javascript/firefox-driver:utils
15359** Invoke //javascript/atoms:all_js
15360** Invoke javascript/firefox-driver/js/dispatcher.js (first_time, not_needed)
15361** Execute //javascript/firefox-driver:dispatcher
15362** Invoke //javascript/firefox-driver:events
15363** Invoke //javascript/firefox-driver:firefoxdriver
15364** Invoke //javascript/firefox-driver:webdriverserver (first_time)
15365** Invoke build/javascript/firefox-driver/webdriverserver.mf (first_time)
15366** Execute build/javascript/firefox-driver/webdriverserver.mf
15367** Invoke //javascript/firefox-driver:dispatcher
15368** Invoke //javascript/firefox-driver:firefoxdriver
15369** Invoke //javascript/firefox-driver:logging
15370** Invoke //javascript/firefox-driver:moz
15371** Invoke //javascript/firefox-driver:utils
15372** Invoke javascript/firefox-driver/js/webdriverserver.js (first_time, not_needed)
15373** Execute //javascript/firefox-driver:webdriverserver
15374** Invoke //javascript/firefox-driver:webelement
15375** Invoke //javascript/webdriver/atoms:all_js
15376** Invoke javascript/firefox-driver/js/driver-component.js (first_time, not_needed)
15377** Execute build/javascript/firefox-driver/driver-component.js
15378Compiling: //javascript/firefox-driver:driver-component as build/javascript/firefox-driver/driver-component.js
15379mkdir -p build/javascript/firefox-driver
15380** Execute //javascript/firefox-driver:driver-component
15381** Invoke //javascript/firefox-driver:httpd-xpt (first_time)
15382** Invoke build/javascript/firefox-driver/nsIHttpServer.xpt (first_time)
15383** Invoke javascript/firefox-driver/extension/idl/nsIHttpServer.idl (first_time, not_needed)
15384** Execute build/javascript/firefox-driver/nsIHttpServer.xpt
15385Building: //javascript/firefox-driver:httpd-xpt as build/javascript/firefox-driver/nsIHttpServer.xpt
15386third_party/gecko-2/linux/bin/xpidl -w -m typelib -Ithird_party/gecko-2/linux/idl -Ijavascript/firefox-driver/extension/idl -e build/javascript/firefox-driver/nsIHttpServer.xpt javascript/firefox-driver/extension/idl/nsIHttpServer.idl
15387mkdir -p build/javascript/firefox-driver
15388Falling back to javascript/firefox-driver/prebuilt/firefox-driver/nsIHttpServer.xpt
15389cp javascript/firefox-driver/prebuilt/firefox-driver/nsIHttpServer.xpt build/javascript/firefox-driver/nsIHttpServer.xpt
15390** Execute //javascript/firefox-driver:httpd-xpt
15391** Invoke //javascript/firefox-driver:mouse-xpt (first_time)
15392** Invoke build/javascript/firefox-driver/wdIMouse.xpt (first_time)
15393** Invoke javascript/firefox-driver/extension/idl/wdIMouse.idl (first_time, not_needed)
15394** Execute build/javascript/firefox-driver/wdIMouse.xpt
15395Building: //javascript/firefox-driver:mouse-xpt as build/javascript/firefox-driver/wdIMouse.xpt
15396third_party/gecko-2/linux/bin/xpidl -w -m typelib -Ithird_party/gecko-2/linux/idl -Ijavascript/firefox-driver/extension/idl -e build/javascript/firefox-driver/wdIMouse.xpt javascript/firefox-driver/extension/idl/wdIMouse.idl
15397mkdir -p build/javascript/firefox-driver
15398Falling back to javascript/firefox-driver/prebuilt/firefox-driver/wdIMouse.xpt
15399cp javascript/firefox-driver/prebuilt/firefox-driver/wdIMouse.xpt build/javascript/firefox-driver/wdIMouse.xpt
15400** Execute //javascript/firefox-driver:mouse-xpt
15401** Invoke //javascript/firefox-driver:prompt-service (first_time)
15402** Invoke build/javascript/firefox-driver/prompt-service.js (first_time)
15403** Invoke //javascript/firefox-driver:logging
15404** Invoke //javascript/firefox-driver:modals
15405** Invoke //javascript/firefox-driver:moz
15406** Invoke javascript/firefox-driver/js/promptService.js (first_time, not_needed)
15407** Execute build/javascript/firefox-driver/prompt-service.js
15408Compiling: //javascript/firefox-driver:prompt-service as build/javascript/firefox-driver/prompt-service.js
15409mkdir -p build/javascript/firefox-driver
15410** Execute //javascript/firefox-driver:prompt-service
15411** Invoke //javascript/firefox-driver:response-handler-xpt (first_time)
15412** Invoke build/javascript/firefox-driver/nsIResponseHandler.xpt (first_time)
15413** Invoke javascript/firefox-driver/extension/idl/nsIResponseHandler.idl (first_time, not_needed)
15414** Execute build/javascript/firefox-driver/nsIResponseHandler.xpt
15415Building: //javascript/firefox-driver:response-handler-xpt as build/javascript/firefox-driver/nsIResponseHandler.xpt
15416third_party/gecko-2/linux/bin/xpidl -w -m typelib -Ithird_party/gecko-2/linux/idl -Ijavascript/firefox-driver/extension/idl -e build/javascript/firefox-driver/nsIResponseHandler.xpt javascript/firefox-driver/extension/idl/nsIResponseHandler.idl
15417mkdir -p build/javascript/firefox-driver
15418cp javascript/firefox-driver/prebuilt/firefox-driver/nsIResponseHandler.xpt build/javascript/firefox-driver/nsIResponseHandler.xpt
15419Falling back to javascript/firefox-driver/prebuilt/firefox-driver/nsIResponseHandler.xpt
15420** Execute //javascript/firefox-driver:response-handler-xpt
15421** Invoke //javascript/firefox-driver:session
15422** Invoke //javascript/firefox-driver:session-store
15423** Invoke //javascript/firefox-driver:status-xpt (first_time)
15424** Invoke build/javascript/firefox-driver/wdIStatus.xpt (first_time)
15425** Invoke javascript/firefox-driver/extension/idl/wdIStatus.idl (first_time, not_needed)
15426** Execute build/javascript/firefox-driver/wdIStatus.xpt
15427Building: //javascript/firefox-driver:status-xpt as build/javascript/firefox-driver/wdIStatus.xpt
15428third_party/gecko-2/linux/bin/xpidl -w -m typelib -Ithird_party/gecko-2/linux/idl -Ijavascript/firefox-driver/extension/idl -e build/javascript/firefox-driver/wdIStatus.xpt javascript/firefox-driver/extension/idl/wdIStatus.idl
15429mkdir -p build/javascript/firefox-driver
15430Falling back to javascript/firefox-driver/prebuilt/firefox-driver/wdIStatus.xpt
15431cp javascript/firefox-driver/prebuilt/firefox-driver/wdIStatus.xpt build/javascript/firefox-driver/wdIStatus.xpt
15432** Execute //javascript/firefox-driver:status-xpt
15433** Invoke //javascript/firefox-driver:synthetic-mouse (first_time)
15434** Invoke build/javascript/firefox-driver/synthetic-mouse.js (first_time)
15435** Invoke //javascript/firefox-driver:firefox-utils
15436** Invoke //javascript/firefox-driver:logging
15437** Invoke //javascript/firefox-driver:moz
15438** Invoke //javascript/firefox-driver:utils
15439** Invoke //javascript/webdriver/atoms:all_js
15440** Invoke javascript/firefox-driver/js/syntheticMouse.js (first_time, not_needed)
15441** Execute build/javascript/firefox-driver/synthetic-mouse.js
15442Compiling: //javascript/firefox-driver:synthetic-mouse as build/javascript/firefox-driver/synthetic-mouse.js
15443mkdir -p build/javascript/firefox-driver
15444** Execute //javascript/firefox-driver:synthetic-mouse
15445** Invoke //cpp:native_events_xpt (first_time)
15446** Invoke build/cpp/nsINativeEvents.xpt (first_time)
15447** Invoke cpp/webdriver-firefox/nsINativeEvents.idl (first_time, not_needed)
15448** Execute build/cpp/nsINativeEvents.xpt
15449third_party/gecko-2/linux/bin/xpidl -w -m typelib -Ithird_party/gecko-2/linux/idl -Icpp/webdriver-firefox -e build/cpp/nsINativeEvents.xpt cpp/webdriver-firefox/nsINativeEvents.idl
15450Building: //cpp:native_events_xpt as build/cpp/nsINativeEvents.xpt
15451mkdir -p build/cpp
15452cp cpp/prebuilt/nsINativeEvents.xpt build/cpp/nsINativeEvents.xpt
15453Falling back to cpp/prebuilt/nsINativeEvents.xpt
15454** Execute //cpp:native_events_xpt
15455** Invoke //cpp:native_mouse_xpt (first_time)
15456** Invoke build/cpp/nsINativeMouse.xpt (first_time)
15457** Invoke cpp/webdriver-firefox/nsINativeMouse.idl (first_time, not_needed)
15458** Execute build/cpp/nsINativeMouse.xpt
15459Building: //cpp:native_mouse_xpt as build/cpp/nsINativeMouse.xpt
15460third_party/gecko-2/linux/bin/xpidl -w -m typelib -Ithird_party/gecko-2/linux/idl -Icpp/webdriver-firefox -e build/cpp/nsINativeMouse.xpt cpp/webdriver-firefox/nsINativeMouse.idl
15461mkdir -p build/cpp
15462Falling back to cpp/prebuilt/nsINativeMouse.xpt
15463cp cpp/prebuilt/nsINativeMouse.xpt build/cpp/nsINativeMouse.xpt
15464** Execute //cpp:native_mouse_xpt
15465** Invoke //cpp:native_keyboard_xpt (first_time)
15466** Invoke build/cpp/nsINativeKeyboard.xpt (first_time)
15467** Invoke cpp/webdriver-firefox/nsINativeKeyboard.idl (first_time, not_needed)
15468** Execute build/cpp/nsINativeKeyboard.xpt
15469Building: //cpp:native_keyboard_xpt as build/cpp/nsINativeKeyboard.xpt
15470third_party/gecko-2/linux/bin/xpidl -w -m typelib -Ithird_party/gecko-2/linux/idl -Icpp/webdriver-firefox -e build/cpp/nsINativeKeyboard.xpt cpp/webdriver-firefox/nsINativeKeyboard.idl
15471mkdir -p build/cpp
15472Falling back to cpp/prebuilt/nsINativeKeyboard.xpt
15473cp cpp/prebuilt/nsINativeKeyboard.xpt build/cpp/nsINativeKeyboard.xpt
15474** Execute //cpp:native_keyboard_xpt
15475** Invoke //cpp:native_ime_xpt (first_time)
15476** Invoke build/cpp/nsINativeIME.xpt (first_time)
15477** Invoke cpp/webdriver-firefox/nsINativeIME.idl (first_time, not_needed)
15478** Execute build/cpp/nsINativeIME.xpt
15479Building: //cpp:native_ime_xpt as build/cpp/nsINativeIME.xpt
15480third_party/gecko-2/linux/bin/xpidl -w -m typelib -Ithird_party/gecko-2/linux/idl -Icpp/webdriver-firefox -e build/cpp/nsINativeIME.xpt cpp/webdriver-firefox/nsINativeIME.idl
15481mkdir -p build/cpp
15482Falling back to cpp/prebuilt/nsINativeIME.xpt
15483cp cpp/prebuilt/nsINativeIME.xpt build/cpp/nsINativeIME.xpt
15484** Execute //cpp:native_ime_xpt
15485** Invoke //cpp/webdriver-firefox:previous_esr (first_time)
15486** Invoke build/cpp/Win32/Release/webdriver-firefox-esr-previous.dll (first_time)
15487** Execute build/cpp/Win32/Release/webdriver-firefox-esr-previous.dll
15488mkdir -p build/cpp/Win32/Release
15489Falling back to cpp/prebuilt/Win32/Release/webdriver-firefox-esr-previous.dll
15490cp cpp/prebuilt/Win32/Release/webdriver-firefox-esr-previous.dll build/cpp/Win32/Release/webdriver-firefox-esr-previous.dll
15491** Invoke third_party/gecko-24/win32 (first_time)
15492** Execute third_party/gecko-24/win32
15493mkdir -p third_party/gecko-24/win32
15494** Execute //cpp/webdriver-firefox:previous_esr
15495** Invoke //cpp/webdriver-firefox:latest_esr (first_time)
15496mkdir -p build/cpp/Win32/Release
15497** Invoke build/cpp/Win32/Release/webdriver-firefox-esr-latest.dll (first_time)
15498** Execute build/cpp/Win32/Release/webdriver-firefox-esr-latest.dll
15499Falling back to cpp/prebuilt/Win32/Release/webdriver-firefox-esr-latest.dll
15500cp cpp/prebuilt/Win32/Release/webdriver-firefox-esr-latest.dll build/cpp/Win32/Release/webdriver-firefox-esr-latest.dll
15501** Invoke third_party/gecko-31/win32 (first_time)
15502** Execute third_party/gecko-31/win32
15503mkdir -p third_party/gecko-31/win32
15504** Execute //cpp/webdriver-firefox:latest_esr
15505** Invoke //cpp/webdriver-firefox:previous (first_time)
15506** Invoke build/cpp/Win32/Release/webdriver-firefox-previous.dll (first_time)
15507** Execute build/cpp/Win32/Release/webdriver-firefox-previous.dll
15508mkdir -p build/cpp/Win32/Release
15509Falling back to cpp/prebuilt/Win32/Release/webdriver-firefox-previous.dll
15510cp cpp/prebuilt/Win32/Release/webdriver-firefox-previous.dll build/cpp/Win32/Release/webdriver-firefox-previous.dll
15511** Invoke third_party/gecko-33/win32 (first_time)
15512** Execute third_party/gecko-33/win32
15513mkdir -p third_party/gecko-33/win32
15514** Execute //cpp/webdriver-firefox:previous
15515** Invoke //cpp/webdriver-firefox:latest (first_time)
15516** Invoke build/cpp/Win32/Release/webdriver-firefox-latest.dll (first_time)
15517** Execute build/cpp/Win32/Release/webdriver-firefox-latest.dll
15518mkdir -p build/cpp/Win32/Release
15519Falling back to cpp/prebuilt/Win32/Release/webdriver-firefox-latest.dll
15520cp cpp/prebuilt/Win32/Release/webdriver-firefox-latest.dll build/cpp/Win32/Release/webdriver-firefox-latest.dll
15521** Invoke third_party/gecko-34/win32 (first_time)
15522** Execute third_party/gecko-34/win32
15523mkdir -p third_party/gecko-34/win32
15524** Execute //cpp/webdriver-firefox:latest
15525** Invoke //cpp:imehandler_dll (first_time)
15526** Invoke build/cpp/Win32/Release/imehandler.dll (first_time)
15527** Execute build/cpp/Win32/Release/imehandler.dll
15528mkdir -p build/cpp/Win32/Release
15529Falling back to cpp/prebuilt/Win32/Release/imehandler.dll
15530cp cpp/prebuilt/Win32/Release/imehandler.dll build/cpp/Win32/Release/imehandler.dll
15531** Execute //cpp:imehandler_dll
15532** Invoke //cpp:webdriver_firefox_esr_previous (first_time)
15533** Invoke build/cpp/i386/libwebdriver_firefox_esr_previous.so (first_time)
15534** Invoke third_party/gecko-24/linux (first_time)
15535** Execute third_party/gecko-24/linux
15536mkdir -p third_party/gecko-24/linux
15537
15538Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 0% (98055 / 66738155)
15539Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 0% (180591 / 66738155)
15540Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 0% (261679 / 66738155)
15541Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 0% (355799 / 66738155)
15542Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 0% (428199 / 66738155)
15543Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 0% (504943 / 66738155)
15544Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 0% (575895 / 66738155)
15545Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 1% (743247 / 66738155)
15546Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 1% (898799 / 66738155)
15547Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 1% (1077815 / 66738155)
15548Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 1% (1199983 / 66738155)
15549Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 1% (1282519 / 66738155)
15550Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 2% (1383879 / 66738155)
15551Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 2% (1485239 / 66738155)
15552Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 2% (1582255 / 66738155)
15553Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 2% (1693751 / 66738155)
15554Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 2% (1770495 / 66738155)
15555Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 2% (1858823 / 66738155)
15556Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 2% (1913847 / 66738155)
15557Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 3% (2026791 / 66738155)
15558Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 3% (2107879 / 66738155)
15559Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 3% (2178831 / 66738155)
15560Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 3% (2281639 / 66738155)
15561Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 3% (2346799 / 66738155)
15562Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 3% (2429335 / 66738155)
15563Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 3% (2475671 / 66738155)
15564Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 3% (2571239 / 66738155)
15565Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 3% (2656671 / 66738155)
15566Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 4% (2750791 / 66738155)
15567Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 4% (2836223 / 66738155)
15568Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 4% (2898487 / 66738155)
15569Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 4% (2944823 / 66738155)
15570Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 4% (3047631 / 66738155)
15571Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 4% (3109895 / 66738155)
15572Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 4% (3199671 / 66738155)
15573Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 4% (3277863 / 66738155)
15574Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 5% (3361847 / 66738155)
15575Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 5% (3458863 / 66738155)
15576Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 5% (3529815 / 66738155)
15577Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 5% (3573255 / 66738155)
15578Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 5% (3631175 / 66738155)
15579Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 5% (3681855 / 66738155)
15580Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 5% (3790455 / 66738155)
15581Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 5% (3859959 / 66738155)
15582Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 5% (3942495 / 66738155)
15583Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 6% (4010551 / 66738155)
15584Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 6% (4085847 / 66738155)
15585Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 6% (4127839 / 66738155)
15586Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 6% (4198791 / 66738155)
15587Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 6% (4246575 / 66738155)
15588Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 6% (4318975 / 66738155)
15589Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 6% (4388479 / 66738155)
15590Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 6% (4436263 / 66738155)
15591Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 6% (4528935 / 66738155)
15592Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 6% (4589751 / 66738155)
15593Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 7% (4673735 / 66738155)
15594Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 7% (4727311 / 66738155)
15595Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 7% (4806951 / 66738155)
15596Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 7% (4850391 / 66738155)
15597Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 7% (4931479 / 66738155)
15598Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 7% (4998087 / 66738155)
15599Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 7% (5082071 / 66738155)
15600Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 7% (5134199 / 66738155)
15601Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 7% (5212391 / 66738155)
15602Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 7% (5273207 / 66738155)
15603Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 8% (5355743 / 66738155)
15604Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 8% (5422351 / 66738155)
15605Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 8% (5477375 / 66738155)
15606Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 8% (5574391 / 66738155)
15607Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 8% (5646791 / 66738155)
15608Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 8% (5736567 / 66738155)
15609Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 8% (5823447 / 66738155)
15610Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 8% (5888607 / 66738155)
15611Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 8% (5961007 / 66738155)
15612Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 9% (6027615 / 66738155)
15613Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 9% (6069607 / 66738155)
15614Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 9% (6118839 / 66738155)
15615Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 9% (6170967 / 66738155)
15616Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 9% (6208615 / 66738155)
15617Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 9% (6286807 / 66738155)
15618Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 9% (6349071 / 66738155)
15619Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 9% (6396855 / 66738155)
15620Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 9% (6489527 / 66738155)
15621Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 9% (6532967 / 66738155)
15622Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 9% (6608263 / 66738155)
15623Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 9% (6664735 / 66738155)
15624Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 10% (6742927 / 66738155)
15625Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 10% (6813879 / 66738155)
15626Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 10% (6860215 / 66738155)
15627Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 10% (6929719 / 66738155)
15628Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 10% (6996327 / 66738155)
15629Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 10% (7045559 / 66738155)
15630Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 10% (7110719 / 66738155)
15631Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 10% (7177327 / 66738155)
15632Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 10% (7235247 / 66738155)
15633Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 10% (7316335 / 66738155)
15634Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 11% (7353983 / 66738155)
15635Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 11% (7426383 / 66738155)
15636Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 11% (7510367 / 66738155)
15637Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 11% (7559599 / 66738155)
15638Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 11% (7637791 / 66738155)
15639Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 11% (7700055 / 66738155)
15640Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 11% (7752183 / 66738155)
15641Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 11% (7804311 / 66738155)
15642Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 11% (7873815 / 66738155)
15643Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 11% (7927391 / 66738155)
15644Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 12% (8009927 / 66738155)
15645Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 12% (8076535 / 66738155)
15646Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 12% (8128663 / 66738155)
15647Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 12% (8235815 / 66738155)
15648Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 12% (8282151 / 66738155)
15649Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 12% (8332831 / 66738155)
15650Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 12% (8435639 / 66738155)
15651Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 12% (8477631 / 66738155)
15652Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 12% (8516727 / 66738155)
15653Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 12% (8584783 / 66738155)
15654Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 12% (8649943 / 66738155)
15655Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 13% (8702071 / 66738155)
15656Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 13% (8770127 / 66738155)
15657Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 13% (8857007 / 66738155)
15658Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 13% (8901895 / 66738155)
15659Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 13% (8951127 / 66738155)
15660Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 13% (9039455 / 66738155)
15661Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 13% (9101719 / 66738155)
15662Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 13% (9156743 / 66738155)
15663Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 13% (9207423 / 66738155)
15664Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 13% (9281271 / 66738155)
15665Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 13% (9342087 / 66738155)
15666Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 14% (9391319 / 66738155)
15667Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 14% (9482543 / 66738155)
15668Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 14% (9579559 / 66738155)
15669Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 14% (9630239 / 66738155)
15670Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 14% (9688159 / 66738155)
15671Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 14% (9762007 / 66738155)
15672Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 14% (9822823 / 66738155)
15673Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 14% (9872055 / 66738155)
15674Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 14% (9924183 / 66738155)
15675Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 14% (10000927 / 66738155)
15676Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 15% (10057399 / 66738155)
15677Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 15% (10137039 / 66738155)
15678Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 15% (10226815 / 66738155)
15679Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 15% (10299215 / 66738155)
15680Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 15% (10357135 / 66738155)
15681Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 15% (10410711 / 66738155)
15682Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 15% (10510623 / 66738155)
15683Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 15% (10600399 / 66738155)
15684Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 15% (10668455 / 66738155)
15685Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 16% (10726375 / 66738155)
15686Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 16% (10842215 / 66738155)
15687Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 16% (10908823 / 66738155)
15688Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 16% (10966743 / 66738155)
15689Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 16% (11026111 / 66738155)
15690Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 16% (11159327 / 66738155)
15691Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 16% (11207111 / 66738155)
15692Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 16% (11278063 / 66738155)
15693Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 17% (11350463 / 66738155)
15694Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 17% (11479335 / 66738155)
15695Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 17% (11540151 / 66738155)
15696Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 17% (11612551 / 66738155)
15697Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 17% (11689295 / 66738155)
15698Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 17% (11803687 / 66738155)
15699Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 17% (11854367 / 66738155)
15700Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 17% (11910839 / 66738155)
15701Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 17% (11962967 / 66738155)
15702Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 18% (12033919 / 66738155)
15703Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 18% (12132383 / 66738155)
15704Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 18% (12200439 / 66738155)
15705Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 18% (12272839 / 66738155)
15706Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 18% (12348135 / 66738155)
15707Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 18% (12437911 / 66738155)
15708Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 18% (12508863 / 66738155)
15709Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 18% (12587055 / 66738155)
15710Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 18% (12652215 / 66738155)
15711Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 19% (12727511 / 66738155)
15712Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 19% (12857831 / 66738155)
15713Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 19% (12912855 / 66738155)
15714Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 19% (12995391 / 66738155)
15715Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 19% (13060551 / 66738155)
15716Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 19% (13176391 / 66738155)
15717Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 19% (13244447 / 66738155)
15718Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 19% (13289335 / 66738155)
15719Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 19% (13332775 / 66738155)
15720Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 20% (13412415 / 66738155)
15721Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 20% (13516671 / 66738155)
15722Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 20% (13622375 / 66738155)
15723Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 20% (13691879 / 66738155)
15724Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 20% (13754143 / 66738155)
15725Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 20% (13829439 / 66738155)
15726Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 20% (13916319 / 66738155)
15727Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14036503 / 66738155)
15728Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14108903 / 66738155)
15729Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14178407 / 66738155)
15730Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14227639 / 66738155)
15731Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14266735 / 66738155)
15732Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14311623 / 66738155)
15733Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14353615 / 66738155)
15734Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14394159 / 66738155)
15735Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14441943 / 66738155)
15736Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14488279 / 66738155)
15737Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14549095 / 66738155)
15738Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14593983 / 66738155)
15739Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 21% (14653351 / 66738155)
15740Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 22% (14698239 / 66738155)
15741Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 22% (14779327 / 66738155)
15742Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 22% (14885031 / 66738155)
15743Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 22% (14983495 / 66738155)
15744Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 22% (15048655 / 66738155)
15745Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 22% (15122503 / 66738155)
15746Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 22% (15205039 / 66738155)
15747Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 22% (15291919 / 66738155)
15748Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 23% (15410655 / 66738155)
15749Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 23% (15484503 / 66738155)
15750Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 23% (15536631 / 66738155)
15751Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 23% (15582967 / 66738155)
15752Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 23% (15629303 / 66738155)
15753Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 23% (15668399 / 66738155)
15754Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 23% (15723423 / 66738155)
15755Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 23% (15763967 / 66738155)
15756Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 23% (15816095 / 66738155)
15757Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 23% (15868223 / 66738155)
15758Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 23% (15942071 / 66738155)
15759Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 23% (16010127 / 66738155)
15760Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 24% (16078183 / 66738155)
15761Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 24% (16156375 / 66738155)
15762Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 24% (16244703 / 66738155)
15763Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 24% (16344615 / 66738155)
15764Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 24% (16447423 / 66738155)
15765Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 24% (16506791 / 66738155)
15766Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 24% (16563263 / 66738155)
15767Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 24% (16629871 / 66738155)
15768Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 25% (16705167 / 66738155)
15769Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 25% (16802183 / 66738155)
15770Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 25% (16896303 / 66738155)
15771Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 25% (17006351 / 66738155)
15772Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 25% (17080199 / 66738155)
15773Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 25% (17146807 / 66738155)
15774Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 25% (17203279 / 66738155)
15775Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 25% (17290159 / 66738155)
15776Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 26% (17390071 / 66738155)
15777Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 26% (17485639 / 66738155)
15778Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 26% (17579759 / 66738155)
15779Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 26% (17642023 / 66738155)
15780Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 26% (17691255 / 66738155)
15781Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 26% (17778135 / 66738155)
15782Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 26% (17860671 / 66738155)
15783Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 26% (17973615 / 66738155)
15784Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 27% (18083663 / 66738155)
15785Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 27% (18169095 / 66738155)
15786Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 27% (18229911 / 66738155)
15787Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 27% (18280591 / 66738155)
15788Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 27% (18363127 / 66738155)
15789Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 27% (18438423 / 66738155)
15790Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 27% (18549919 / 66738155)
15791Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 27% (18609287 / 66738155)
15792Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 27% (18677343 / 66738155)
15793Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 28% (18780151 / 66738155)
15794Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 28% (18842415 / 66738155)
15795Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 28% (18884407 / 66738155)
15796Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 28% (18936535 / 66738155)
15797Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 28% (18994455 / 66738155)
15798Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 28% (19056719 / 66738155)
15799Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 28% (19188487 / 66738155)
15800Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 28% (19259439 / 66738155)
15801Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 28% (19337631 / 66738155)
15802Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 29% (19410031 / 66738155)
15803Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 29% (19470847 / 66738155)
15804Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 29% (19537455 / 66738155)
15805Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 29% (19627231 / 66738155)
15806Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 29% (19695287 / 66738155)
15807Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 29% (19835743 / 66738155)
15808Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 29% (19924071 / 66738155)
15809Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 29% (20012399 / 66738155)
15810Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 30% (20097831 / 66738155)
15811Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 30% (20170231 / 66738155)
15812Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 30% (20222359 / 66738155)
15813Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 30% (20425751 / 66738155)
15814Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 30% (20494583 / 66738155)
15815Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 30% (20546711 / 66738155)
15816Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 30% (20593047 / 66738155)
15817Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 31% (20805583 / 66738155)
15818Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 31% (21028895 / 66738155)
15819Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 31% (21169727 / 66738155)
15820Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 32% (21415487 / 66738155)
15821Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 32% (21661247 / 66738155)
15822Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 32% (21763031 / 66738155)
15823Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 32% (21852807 / 66738155)
15824Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 32% (21896247 / 66738155)
15825Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 32% (21939687 / 66738155)
15826Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 32% (21978783 / 66738155)
15827Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 33% (22052631 / 66738155)
15828Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 33% (22248863 / 66738155)
15829Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 33% (22494623 / 66738155)
15830Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 33% (22662239 / 66738155)
15831Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 34% (22705679 / 66738155)
15832Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 34% (22749119 / 66738155)
15833Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 34% (22791111 / 66738155)
15834Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 34% (22909847 / 66738155)
15835Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 34% (23028583 / 66738155)
15836Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 34% (23087951 / 66738155)
15837Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 34% (23148767 / 66738155)
15838Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 34% (23205239 / 66738155)
15839Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 34% (23266055 / 66738155)
15840Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 34% (23335559 / 66738155)
15841Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 35% (23420991 / 66738155)
15842Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 35% (23471671 / 66738155)
15843Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 35% (23549863 / 66738155)
15844Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 35% (23657015 / 66738155)
15845Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 35% (23774303 / 66738155)
15846Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 35% (23833671 / 66738155)
15847Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 35% (23895935 / 66738155)
15848Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 35% (24005983 / 66738155)
15849Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 36% (24116031 / 66738155)
15850Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 36% (24179743 / 66738155)
15851Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 36% (24249247 / 66738155)
15852Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 36% (24305719 / 66738155)
15853Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 36% (24427351 / 66738155)
15854Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 36% (24538847 / 66738155)
15855Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 36% (24632967 / 66738155)
15856Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 36% (24669167 / 66738155)
15857Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 37% (24721295 / 66738155)
15858Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 37% (24800935 / 66738155)
15859Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 37% (24850167 / 66738155)
15860Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 37% (24905191 / 66738155)
15861Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 37% (24966007 / 66738155)
15862Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 37% (25019583 / 66738155)
15863Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 37% (25058679 / 66738155)
15864Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 37% (25116599 / 66738155)
15865Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 37% (25174519 / 66738155)
15866Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 37% (25241127 / 66738155)
15867Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 37% (25301943 / 66738155)
15868Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 38% (25400407 / 66738155)
15869Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 38% (25458327 / 66738155)
15870Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 38% (25520591 / 66738155)
15871Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 38% (25614711 / 66738155)
15872Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 38% (25679871 / 66738155)
15873Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 38% (25756615 / 66738155)
15874Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 38% (25831911 / 66738155)
15875Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 38% (25884039 / 66738155)
15876Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 38% (25944855 / 66738155)
15877Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 39% (26046215 / 66738155)
15878Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 39% (26134543 / 66738155)
15879Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 39% (26205495 / 66738155)
15880Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 39% (26254727 / 66738155)
15881Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 39% (26306855 / 66738155)
15882Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 39% (26350295 / 66738155)
15883Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 39% (26424143 / 66738155)
15884Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 39% (26500887 / 66738155)
15885Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 39% (26603695 / 66738155)
15886Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 39% (26668855 / 66738155)
15887Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 40% (26715191 / 66738155)
15888Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 40% (26761527 / 66738155)
15889Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 40% (26835375 / 66738155)
15890Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 40% (26959903 / 66738155)
15891Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 40% (27045335 / 66738155)
15892Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 40% (27087327 / 66738155)
15893Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 40% (27132215 / 66738155)
15894Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 40% (27172759 / 66738155)
15895Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 40% (27245159 / 66738155)
15896Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 40% (27330591 / 66738155)
15897Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 41% (27431951 / 66738155)
15898Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 41% (27497111 / 66738155)
15899Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 41% (27546343 / 66738155)
15900Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 41% (27589783 / 66738155)
15901Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 41% (27630327 / 66738155)
15902Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 41% (27681007 / 66738155)
15903Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 41% (27738927 / 66738155)
15904Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 41% (27795399 / 66738155)
15905Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 41% (27850423 / 66738155)
15906Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 41% (27917031 / 66738155)
15907Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 41% (27966263 / 66738155)
15908Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 41% (28001015 / 66738155)
15909Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 42% (28041559 / 66738155)
15910Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 42% (28113959 / 66738155)
15911Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 42% (28229799 / 66738155)
15912Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 42% (28313783 / 66738155)
15913Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 42% (28374599 / 66738155)
15914Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 42% (28429623 / 66738155)
15915Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 42% (28470167 / 66738155)
15916Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 42% (28567183 / 66738155)
15917Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 42% (28664199 / 66738155)
15918Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 43% (28752527 / 66738155)
15919Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 43% (28804655 / 66738155)
15920Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 43% (28846647 / 66738155)
15921Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 43% (28890087 / 66738155)
15922Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 43% (28959591 / 66738155)
15923Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 43% (29056607 / 66738155)
15924Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 43% (29156519 / 66738155)
15925Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 43% (29228919 / 66738155)
15926Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 43% (29272359 / 66738155)
15927Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 43% (29317247 / 66738155)
15928Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 43% (29360687 / 66738155)
15929Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 44% (29449015 / 66738155)
15930Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 44% (29579335 / 66738155)
15931Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 44% (29656079 / 66738155)
15932Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 44% (29706759 / 66738155)
15933Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 44% (29754543 / 66738155)
15934Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 44% (29808119 / 66738155)
15935Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 44% (29864591 / 66738155)
15936Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 44% (29909479 / 66738155)
15937Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 44% (29957263 / 66738155)
15938Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 44% (30009391 / 66738155)
15939Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 45% (30057175 / 66738155)
15940Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 45% (30103511 / 66738155)
15941Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 45% (30146951 / 66738155)
15942Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 45% (30188943 / 66738155)
15943Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 45% (30242519 / 66738155)
15944Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 45% (30306231 / 66738155)
15945Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 45% (30381983 / 66738155)
15946Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 45% (30466959 / 66738155)
15947Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 45% (30523431 / 66738155)
15948Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 45% (30575559 / 66738155)
15949Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 45% (30616103 / 66738155)
15950Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 45% (30653751 / 66738155)
15951Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 46% (30713119 / 66738155)
15952Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 46% (30766695 / 66738155)
15953Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 46% (30823167 / 66738155)
15954Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 46% (31010175 / 66738155)
15955Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 46% (31255935 / 66738155)
15956Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 47% (31380647 / 66738155)
15957Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 47% (31426983 / 66738155)
15958Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 47% (31470423 / 66738155)
15959Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 47% (31532687 / 66738155)
15960Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 47% (31631151 / 66738155)
15961Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 47% (31690519 / 66738155)
15962Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 47% (31744095 / 66738155)
15963Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 47% (31799119 / 66738155)
15964Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 47% (31858487 / 66738155)
15965Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 47% (31920751 / 66738155)
15966Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 47% (31974327 / 66738155)
15967Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 47% (32014871 / 66738155)
15968Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 48% (32064103 / 66738155)
15969Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 48% (32133607 / 66738155)
15970Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 48% (32203111 / 66738155)
15971Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 48% (32279855 / 66738155)
15972Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 48% (32336327 / 66738155)
15973Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 48% (32394247 / 66738155)
15974Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 48% (32456511 / 66738155)
15975Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 48% (32533255 / 66738155)
15976Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 48% (32633167 / 66738155)
15977Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 48% (32675159 / 66738155)
15978Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 49% (32720047 / 66738155)
15979Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 49% (32792447 / 66738155)
15980Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 49% (32854711 / 66738155)
15981Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 49% (32906839 / 66738155)
15982Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 49% (32967655 / 66738155)
15983Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 49% (33016887 / 66738155)
15984Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 49% (33073359 / 66738155)
15985Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 49% (33121143 / 66738155)
15986Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 49% (33210919 / 66738155)
15987Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 49% (33271735 / 66738155)
15988Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 49% (33323863 / 66738155)
15989Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 50% (33373095 / 66738155)
15990Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 50% (33419431 / 66738155)
15991Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 50% (33484591 / 66738155)
15992Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 50% (33561335 / 66738155)
15993Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 50% (33661247 / 66738155)
15994Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 50% (33704687 / 66738155)
15995Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 50% (33751023 / 66738155)
15996Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 50% (33800255 / 66738155)
15997Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 50% (33879895 / 66738155)
15998Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 50% (33991391 / 66738155)
15999Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 51% (34037727 / 66738155)
16000Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 51% (34092751 / 66738155)
16001Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 51% (34128951 / 66738155)
16002Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 51% (34170943 / 66738155)
16003Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 51% (34230311 / 66738155)
16004Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 51% (34288231 / 66738155)
16005Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 51% (34360631 / 66738155)
16006Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 51% (34405519 / 66738155)
16007Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 51% (34451855 / 66738155)
16008Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 51% (34498191 / 66738155)
16009Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 51% (34586519 / 66738155)
16010Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 51% (34683535 / 66738155)
16011Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 52% (34929295 / 66738155)
16012Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 52% (35087527 / 66738155)
16013Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 52% (35125175 / 66738155)
16014Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 52% (35165719 / 66738155)
16015Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 52% (35227983 / 66738155)
16016Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 52% (35288799 / 66738155)
16017Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 52% (35351063 / 66738155)
16018Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35388711 / 66738155)
16019Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35435047 / 66738155)
16020Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35484279 / 66738155)
16021Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35534959 / 66738155)
16022Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35588535 / 66738155)
16023Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35629079 / 66738155)
16024Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35660935 / 66738155)
16025Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35717407 / 66738155)
16026Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35762295 / 66738155)
16027Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35817319 / 66738155)
16028Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35867999 / 66738155)
16029Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35907095 / 66738155)
16030Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (35960671 / 66738155)
16031Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 53% (36034519 / 66738155)
16032Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 54% (36114159 / 66738155)
16033Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 54% (36160495 / 66738155)
16034Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 54% (36212623 / 66738155)
16035Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 54% (36309639 / 66738155)
16036Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 54% (36395071 / 66738155)
16037Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 54% (36451543 / 66738155)
16038Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 54% (36497879 / 66738155)
16039Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 54% (36568831 / 66738155)
16040Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 54% (36636887 / 66738155)
16041Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 54% (36691911 / 66738155)
16042Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 55% (36736799 / 66738155)
16043Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 55% (36775895 / 66738155)
16044Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 55% (36839607 / 66738155)
16045Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 55% (36925039 / 66738155)
16046Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 55% (36990199 / 66738155)
16047Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 55% (37030743 / 66738155)
16048Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 55% (37091559 / 66738155)
16049Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 55% (37184231 / 66738155)
16050Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 55% (37253735 / 66738155)
16051Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 55% (37307311 / 66738155)
16052Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 55% (37356543 / 66738155)
16053Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37426047 / 66738155)
16054Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37486863 / 66738155)
16055Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37533199 / 66738155)
16056Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37569399 / 66738155)
16057Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37612839 / 66738155)
16058Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37656279 / 66738155)
16059Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37701167 / 66738155)
16060Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37741711 / 66738155)
16061Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37805423 / 66738155)
16062Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37843071 / 66738155)
16063Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37885063 / 66738155)
16064Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37931399 / 66738155)
16065Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (37976287 / 66738155)
16066Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 56% (38021175 / 66738155)
16067Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38071855 / 66738155)
16068Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38112399 / 66738155)
16069Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38151495 / 66738155)
16070Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38190591 / 66738155)
16071Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38229687 / 66738155)
16072Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38284711 / 66738155)
16073Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38335391 / 66738155)
16074Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38390415 / 66738155)
16075Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38430959 / 66738155)
16076Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38475847 / 66738155)
16077Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38535215 / 66738155)
16078Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38611959 / 66738155)
16079Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 57% (38695943 / 66738155)
16080Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 58% (38745175 / 66738155)
16081Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 58% (38785719 / 66738155)
16082Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 58% (38839295 / 66738155)
16083Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 58% (38918935 / 66738155)
16084Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 58% (38966719 / 66738155)
16085Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 58% (39015951 / 66738155)
16086Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 58% (39053599 / 66738155)
16087Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 58% (39089799 / 66738155)
16088Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 58% (39149167 / 66738155)
16089Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 58% (39218671 / 66738155)
16090Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 58% (39283831 / 66738155)
16091Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 58% (39344647 / 66738155)
16092Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 59% (39379399 / 66738155)
16093Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 59% (39422839 / 66738155)
16094Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 59% (39490895 / 66738155)
16095Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 59% (39540127 / 66738155)
16096Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 59% (39586463 / 66738155)
16097Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 59% (39634247 / 66738155)
16098Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 59% (39671895 / 66738155)
16099Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 59% (39737055 / 66738155)
16100Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 59% (39823935 / 66738155)
16101Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 59% (39893439 / 66738155)
16102Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 59% (39948463 / 66738155)
16103Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 59% (39989007 / 66738155)
16104Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 60% (40057063 / 66738155)
16105Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 60% (40138151 / 66738155)
16106Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 60% (40197519 / 66738155)
16107Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 60% (40265575 / 66738155)
16108Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 60% (40303223 / 66738155)
16109Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 60% (40362591 / 66738155)
16110Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 60% (40440783 / 66738155)
16111Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 60% (40500151 / 66738155)
16112Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 60% (40549383 / 66738155)
16113Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 60% (40589927 / 66738155)
16114Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 60% (40634815 / 66738155)
16115Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 61% (40714455 / 66738155)
16116Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 61% (40788303 / 66738155)
16117Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 61% (40836087 / 66738155)
16118Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 61% (40875183 / 66738155)
16119Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 61% (40912831 / 66738155)
16120Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 61% (40992471 / 66738155)
16121Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 61% (41079351 / 66738155)
16122Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 61% (41122791 / 66738155)
16123Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 61% (41174919 / 66738155)
16124Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 61% (41214015 / 66738155)
16125Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 61% (41273383 / 66738155)
16126Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 61% (41332751 / 66738155)
16127Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 62% (41380535 / 66738155)
16128Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 62% (41423975 / 66738155)
16129Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 62% (41477551 / 66738155)
16130Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 62% (41525335 / 66738155)
16131Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 62% (41578911 / 66738155)
16132Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 62% (41684615 / 66738155)
16133Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 62% (41725159 / 66738155)
16134Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 62% (41785975 / 66738155)
16135Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 62% (41829415 / 66738155)
16136Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 62% (41901815 / 66738155)
16137Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 62% (41982903 / 66738155)
16138Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 62% (42024895 / 66738155)
16139Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 63% (42069783 / 66738155)
16140Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 63% (42107431 / 66738155)
16141Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 63% (42166799 / 66738155)
16142Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 63% (42250783 / 66738155)
16143Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 63% (42311599 / 66738155)
16144Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 63% (42370967 / 66738155)
16145Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 63% (42411511 / 66738155)
16146Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 63% (42453503 / 66738155)
16147Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 63% (42533143 / 66738155)
16148Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 63% (42582375 / 66738155)
16149Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 63% (42628711 / 66738155)
16150Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 63% (42683735 / 66738155)
16151Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 64% (42722831 / 66738155)
16152Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 64% (42785095 / 66738155)
16153Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 64% (42860391 / 66738155)
16154Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 64% (42924103 / 66738155)
16155Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 64% (42982023 / 66738155)
16156Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 64% (43025463 / 66738155)
16157Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 64% (43086279 / 66738155)
16158Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 64% (43158679 / 66738155)
16159Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 64% (43228183 / 66738155)
16160Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 64% (43277415 / 66738155)
16161Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 64% (43315063 / 66738155)
16162Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 64% (43354159 / 66738155)
16163Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43396151 / 66738155)
16164Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43435247 / 66738155)
16165Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43475791 / 66738155)
16166Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43526471 / 66738155)
16167Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43572807 / 66738155)
16168Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43613351 / 66738155)
16169Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43652447 / 66738155)
16170Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43711815 / 66738155)
16171Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43788559 / 66738155)
16172Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43850823 / 66738155)
16173Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43879783 / 66738155)
16174Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43917431 / 66738155)
16175Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (43969559 / 66738155)
16176Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 65% (44024583 / 66738155)
16177Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44117255 / 66738155)
16178Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44183863 / 66738155)
16179Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44227303 / 66738155)
16180Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44259159 / 66738155)
16181Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44309839 / 66738155)
16182Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44363415 / 66738155)
16183Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44416991 / 66738155)
16184Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44460431 / 66738155)
16185Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44512559 / 66738155)
16186Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44551655 / 66738155)
16187Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44605231 / 66738155)
16188Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44658807 / 66738155)
16189Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 66% (44712383 / 66738155)
16190Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (44763063 / 66738155)
16191Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (44797815 / 66738155)
16192Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (44832567 / 66738155)
16193Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (44883247 / 66738155)
16194Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (44948407 / 66738155)
16195Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (45023703 / 66738155)
16196Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (45071487 / 66738155)
16197Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (45125063 / 66738155)
16198Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (45162711 / 66738155)
16199Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (45203255 / 66738155)
16200Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (45264071 / 66738155)
16201Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (45324887 / 66738155)
16202Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 67% (45362535 / 66738155)
16203Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45410319 / 66738155)
16204Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45449415 / 66738155)
16205Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45492855 / 66738155)
16206Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45537743 / 66738155)
16207Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45582631 / 66738155)
16208Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45626071 / 66738155)
16209Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45681095 / 66738155)
16210Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45718743 / 66738155)
16211Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45750599 / 66738155)
16212Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45789695 / 66738155)
16213Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45836031 / 66738155)
16214Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45883815 / 66738155)
16215Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45927255 / 66738155)
16216Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (45988071 / 66738155)
16217Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 68% (46034407 / 66738155)
16218Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46066263 / 66738155)
16219Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46106807 / 66738155)
16220Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46144455 / 66738155)
16221Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46189343 / 66738155)
16222Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46238575 / 66738155)
16223Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46282015 / 66738155)
16224Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46319663 / 66738155)
16225Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46350071 / 66738155)
16226Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46384823 / 66738155)
16227Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46429711 / 66738155)
16228Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46467359 / 66738155)
16229Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46516591 / 66738155)
16230Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46567271 / 66738155)
16231Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46623743 / 66738155)
16232Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46654151 / 66738155)
16233Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 69% (46686007 / 66738155)
16234Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (46730895 / 66738155)
16235Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (46777231 / 66738155)
16236Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (46819223 / 66738155)
16237Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (46861215 / 66738155)
16238Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (46900311 / 66738155)
16239Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (46940855 / 66738155)
16240Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (46972711 / 66738155)
16241Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (47000223 / 66738155)
16242Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (47039319 / 66738155)
16243Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (47071175 / 66738155)
16244Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (47116063 / 66738155)
16245Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (47153711 / 66738155)
16246Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (47204391 / 66738155)
16247Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (47243487 / 66738155)
16248Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (47284031 / 66738155)
16249Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (47314439 / 66738155)
16250Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 70% (47368015 / 66738155)
16251Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (47424487 / 66738155)
16252Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (47488199 / 66738155)
16253Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (47530191 / 66738155)
16254Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (47566391 / 66738155)
16255Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (47599695 / 66738155)
16256Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (47637343 / 66738155)
16257Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (47693815 / 66738155)
16258Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (47756079 / 66738155)
16259Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (47812551 / 66738155)
16260Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (47864679 / 66738155)
16261Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (47916807 / 66738155)
16262Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (47953007 / 66738155)
16263Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 71% (48005135 / 66738155)
16264Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48054367 / 66738155)
16265Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48097807 / 66738155)
16266Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48144143 / 66738155)
16267Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48194823 / 66738155)
16268Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48232471 / 66738155)
16269Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48268671 / 66738155)
16270Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48328039 / 66738155)
16271Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48383063 / 66738155)
16272Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48448223 / 66738155)
16273Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48496007 / 66738155)
16274Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48539447 / 66738155)
16275Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48574199 / 66738155)
16276Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48623431 / 66738155)
16277Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 72% (48688591 / 66738155)
16278Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (48747959 / 66738155)
16279Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (48800087 / 66738155)
16280Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (48840631 / 66738155)
16281Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (48892759 / 66738155)
16282Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (48928959 / 66738155)
16283Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (48986879 / 66738155)
16284Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (49046247 / 66738155)
16285Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (49108511 / 66738155)
16286Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (49157743 / 66738155)
16287Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (49202631 / 66738155)
16288Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (49237383 / 66738155)
16289Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (49302543 / 66738155)
16290Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 73% (49359015 / 66738155)
16291Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (49416935 / 66738155)
16292Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (49463271 / 66738155)
16293Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (49519743 / 66738155)
16294Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (49558839 / 66738155)
16295Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (49600831 / 66738155)
16296Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (49674679 / 66738155)
16297Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (49731151 / 66738155)
16298Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (49784727 / 66738155)
16299Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (49833959 / 66738155)
16300Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (49877399 / 66738155)
16301Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (49903463 / 66738155)
16302Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (49951247 / 66738155)
16303Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 74% (50004823 / 66738155)
16304Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50054055 / 66738155)
16305Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50117767 / 66738155)
16306Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50162655 / 66738155)
16307Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50213335 / 66738155)
16308Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50250983 / 66738155)
16309Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50298767 / 66738155)
16310Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50362479 / 66738155)
16311Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50418951 / 66738155)
16312Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50465287 / 66738155)
16313Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50514519 / 66738155)
16314Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50566647 / 66738155)
16315Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50604295 / 66738155)
16316Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 75% (50665111 / 66738155)
16317Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (50725927 / 66738155)
16318Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (50796879 / 66738155)
16319Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (50843215 / 66738155)
16320Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (50890999 / 66738155)
16321Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (50927199 / 66738155)
16322Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (50957607 / 66738155)
16323Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (51006839 / 66738155)
16324Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (51061863 / 66738155)
16325Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (51118335 / 66738155)
16326Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (51158879 / 66738155)
16327Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (51189287 / 66738155)
16328Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (51229831 / 66738155)
16329Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (51263135 / 66738155)
16330Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (51300783 / 66738155)
16331Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 76% (51351463 / 66738155)
16332Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 77% (51410831 / 66738155)
16333Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 77% (51471647 / 66738155)
16334Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 77% (51532463 / 66738155)
16335Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 77% (51583143 / 66738155)
16336Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 77% (51623687 / 66738155)
16337Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 77% (51675815 / 66738155)
16338Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 77% (51735183 / 66738155)
16339Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 77% (51811927 / 66738155)
16340Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 77% (51882879 / 66738155)
16341Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 77% (51952383 / 66738155)
16342Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 77% (51998719 / 66738155)
16343Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 77% (52052295 / 66738155)
16344Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52111663 / 66738155)
16345Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52188407 / 66738155)
16346Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52255015 / 66738155)
16347Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52305695 / 66738155)
16348Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52347687 / 66738155)
16349Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52399815 / 66738155)
16350Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52443255 / 66738155)
16351Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52489591 / 66738155)
16352Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52531583 / 66738155)
16353Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52579367 / 66738155)
16354Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52619911 / 66738155)
16355Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52663351 / 66738155)
16356Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 78% (52708239 / 66738155)
16357Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (52747335 / 66738155)
16358Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (52784983 / 66738155)
16359Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (52821183 / 66738155)
16360Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (52863175 / 66738155)
16361Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (52913855 / 66738155)
16362Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (52961639 / 66738155)
16363Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (53006527 / 66738155)
16364Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (53062999 / 66738155)
16365Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (53115127 / 66738155)
16366Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (53164359 / 66738155)
16367Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (53216487 / 66738155)
16368Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (53270063 / 66738155)
16369Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (53332327 / 66738155)
16370Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 79% (53381559 / 66738155)
16371Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (53436583 / 66738155)
16372Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (53490159 / 66738155)
16373Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (53540839 / 66738155)
16374Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (53585727 / 66738155)
16375Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (53624823 / 66738155)
16376Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (53695775 / 66738155)
16377Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (53758039 / 66738155)
16378Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (53815959 / 66738155)
16379Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (53872431 / 66738155)
16380Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (53920215 / 66738155)
16381Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (53967999 / 66738155)
16382Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (54005647 / 66738155)
16383Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 80% (54056327 / 66738155)
16384Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54108455 / 66738155)
16385Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54159135 / 66738155)
16386Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54204023 / 66738155)
16387Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54248911 / 66738155)
16388Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54289455 / 66738155)
16389Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54345927 / 66738155)
16390Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54387919 / 66738155)
16391Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54429911 / 66738155)
16392Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54470455 / 66738155)
16393Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54513895 / 66738155)
16394Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54550095 / 66738155)
16395Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54600775 / 66738155)
16396Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54638423 / 66738155)
16397Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54680415 / 66738155)
16398Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 81% (54718063 / 66738155)
16399Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 82% (54752815 / 66738155)
16400Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 82% (54794807 / 66738155)
16401Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 82% (54842591 / 66738155)
16402Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 82% (54867207 / 66738155)
16403Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 82% (54910647 / 66738155)
16404Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 82% (54971463 / 66738155)
16405Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 82% (55029383 / 66738155)
16406Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 82% (55100335 / 66738155)
16407Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 82% (55226311 / 66738155)
16408Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 82% (55278439 / 66738155)
16409Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 82% (55324775 / 66738155)
16410Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 82% (55376903 / 66738155)
16411Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 83% (55429031 / 66738155)
16412Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 83% (55488399 / 66738155)
16413Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 83% (55555007 / 66738155)
16414Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 83% (55608583 / 66738155)
16415Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 83% (55659263 / 66738155)
16416Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 83% (55707047 / 66738155)
16417Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 83% (55753383 / 66738155)
16418Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 83% (55802615 / 66738155)
16419Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 83% (55864879 / 66738155)
16420Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 83% (55917007 / 66738155)
16421Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 83% (55982167 / 66738155)
16422Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 83% (56040087 / 66738155)
16423Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 84% (56083527 / 66738155)
16424Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 84% (56142895 / 66738155)
16425Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 84% (56184887 / 66738155)
16426Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 84% (56219639 / 66738155)
16427Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 84% (56281903 / 66738155)
16428Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 84% (56344167 / 66738155)
16429Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 84% (56404983 / 66738155)
16430Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 84% (56475935 / 66738155)
16431Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 84% (56561367 / 66738155)
16432Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 84% (56616391 / 66738155)
16433Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 84% (56662727 / 66738155)
16434Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 84% (56711959 / 66738155)
16435Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 85% (56772775 / 66738155)
16436Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 85% (56820559 / 66738155)
16437Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 85% (56872687 / 66738155)
16438Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 85% (56939295 / 66738155)
16439Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 85% (57000111 / 66738155)
16440Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 85% (57056583 / 66738155)
16441Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 85% (57117399 / 66738155)
16442Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 85% (57155047 / 66738155)
16443Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 85% (57201383 / 66738155)
16444Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 85% (57262199 / 66738155)
16445Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 85% (57330255 / 66738155)
16446Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (57398311 / 66738155)
16447Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (57463471 / 66738155)
16448Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (57535871 / 66738155)
16449Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (57601031 / 66738155)
16450Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (57647367 / 66738155)
16451Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (57686463 / 66738155)
16452Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (57735695 / 66738155)
16453Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (57808095 / 66738155)
16454Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (57848639 / 66738155)
16455Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (57893527 / 66738155)
16456Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (57938415 / 66738155)
16457Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (57987647 / 66738155)
16458Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 86% (58028191 / 66738155)
16459Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58067287 / 66738155)
16460Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58132447 / 66738155)
16461Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58186023 / 66738155)
16462Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58229463 / 66738155)
16463Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58272903 / 66738155)
16464Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58319239 / 66738155)
16465Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58377159 / 66738155)
16466Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58417703 / 66738155)
16467Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58466935 / 66738155)
16468Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58511823 / 66738155)
16469Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58562503 / 66738155)
16470Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58613183 / 66738155)
16471Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 87% (58681239 / 66738155)
16472Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (58733367 / 66738155)
16473Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (58763775 / 66738155)
16474Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (58808663 / 66738155)
16475Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (58850655 / 66738155)
16476Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (58912919 / 66738155)
16477Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (58966495 / 66738155)
16478Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (59025863 / 66738155)
16479Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (59075095 / 66738155)
16480Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (59119983 / 66738155)
16481Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (59172111 / 66738155)
16482Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (59222791 / 66738155)
16483Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (59279263 / 66738155)
16484Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (59321255 / 66738155)
16485Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 88% (59369039 / 66738155)
16486Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 89% (59416823 / 66738155)
16487Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 89% (59476191 / 66738155)
16488Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 89% (59532663 / 66738155)
16489Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 89% (59592031 / 66738155)
16490Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 89% (59704975 / 66738155)
16491Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 89% (59759999 / 66738155)
16492Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 89% (59804887 / 66738155)
16493Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 89% (59859911 / 66738155)
16494Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 89% (59894663 / 66738155)
16495Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 89% (59935207 / 66738155)
16496Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 89% (59978647 / 66738155)
16497Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 89% (60042359 / 66738155)
16498Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 90% (60103175 / 66738155)
16499Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 90% (60152407 / 66738155)
16500Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 90% (60201639 / 66738155)
16501Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 90% (60249423 / 66738155)
16502Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 90% (60284175 / 66738155)
16503Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 90% (60475983 / 66738155)
16504Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 90% (60721743 / 66738155)
16505Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 91% (60895231 / 66738155)
16506Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 91% (60929983 / 66738155)
16507Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 91% (60958943 / 66738155)
16508Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 91% (60993695 / 66738155)
16509Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 91% (61034239 / 66738155)
16510Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 91% (61093607 / 66738155)
16511Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 91% (61158767 / 66738155)
16512Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 91% (61234063 / 66738155)
16513Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 91% (61276055 / 66738155)
16514Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 91% (61313703 / 66738155)
16515Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 91% (61367279 / 66738155)
16516Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (61416511 / 66738155)
16517Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (61457055 / 66738155)
16518Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (61507735 / 66738155)
16519Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (61554071 / 66738155)
16520Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (61617783 / 66738155)
16521Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (61656879 / 66738155)
16522Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (61703215 / 66738155)
16523Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (61742311 / 66738155)
16524Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (61782855 / 66738155)
16525Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (61849463 / 66738155)
16526Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (61897247 / 66738155)
16527Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (61953719 / 66738155)
16528Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 92% (62007295 / 66738155)
16529Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62068111 / 66738155)
16530Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62130375 / 66738155)
16531Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62196983 / 66738155)
16532Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62230287 / 66738155)
16533Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62295447 / 66738155)
16534Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62343231 / 66738155)
16535Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62404047 / 66738155)
16536Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62466311 / 66738155)
16537Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62530023 / 66738155)
16538Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62574911 / 66738155)
16539Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62615455 / 66738155)
16540Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62655999 / 66738155)
16541Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 93% (62709575 / 66738155)
16542Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 94% (62770391 / 66738155)
16543Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 94% (62822519 / 66738155)
16544Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 94% (62880439 / 66738155)
16545Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 94% (62945599 / 66738155)
16546Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 94% (63004967 / 66738155)
16547Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 94% (63067231 / 66738155)
16548Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 94% (63129495 / 66738155)
16549Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 94% (63162799 / 66738155)
16550Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 94% (63210583 / 66738155)
16551Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 94% (63251127 / 66738155)
16552Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 94% (63307599 / 66738155)
16553Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 94% (63355383 / 66738155)
16554Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63407511 / 66738155)
16555Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63453847 / 66738155)
16556Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63503079 / 66738155)
16557Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63558103 / 66738155)
16558Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63616023 / 66738155)
16559Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63660911 / 66738155)
16560Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63704351 / 66738155)
16561Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63741999 / 66738155)
16562Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63785439 / 66738155)
16563Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63820191 / 66738155)
16564Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63859287 / 66738155)
16565Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63904175 / 66738155)
16566Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63947615 / 66738155)
16567Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (63988159 / 66738155)
16568Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 95% (64034495 / 66738155)
16569Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64079383 / 66738155)
16570Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64124271 / 66738155)
16571Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64163367 / 66738155)
16572Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64212599 / 66738155)
16573Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64253143 / 66738155)
16574Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64295135 / 66738155)
16575Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64331335 / 66738155)
16576Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64376223 / 66738155)
16577Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64416767 / 66738155)
16578Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64458759 / 66738155)
16579Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64503647 / 66738155)
16580Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64551431 / 66738155)
16581Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64599215 / 66738155)
16582Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64636863 / 66738155)
16583Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 96% (64678855 / 66738155)
16584Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (64755599 / 66738155)
16585Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (64809175 / 66738155)
16586Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (64848271 / 66738155)
16587Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (64911983 / 66738155)
16588Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (64958319 / 66738155)
16589Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (65007551 / 66738155)
16590Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (65050991 / 66738155)
16591Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (65095879 / 66738155)
16592Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (65136423 / 66738155)
16593Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (65172623 / 66738155)
16594Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (65213167 / 66738155)
16595Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (65256607 / 66738155)
16596Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (65318871 / 66738155)
16597Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 97% (65369551 / 66738155)
16598Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (65427471 / 66738155)
16599Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (65460775 / 66738155)
16600Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (65504215 / 66738155)
16601Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (65547655 / 66738155)
16602Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (65605575 / 66738155)
16603Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (65647567 / 66738155)
16604Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (65705487 / 66738155)
16605Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (65760511 / 66738155)
16606Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (65814087 / 66738155)
16607Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (65861871 / 66738155)
16608Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (65925583 / 66738155)
16609Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (65982055 / 66738155)
16610Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 98% (66041423 / 66738155)
16611Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66103687 / 66738155)
16612Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66167399 / 66738155)
16613Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66219527 / 66738155)
16614Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66262967 / 66738155)
16615Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66302063 / 66738155)
16616Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66345503 / 66738155)
16617Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66384599 / 66738155)
16618Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66439623 / 66738155)
16619Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66490303 / 66738155)
16620Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66530847 / 66738155)
16621Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66572839 / 66738155)
16622Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66613383 / 66738155)
16623Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66656823 / 66738155)
16624Downloading xulrunner-24.0.en-US.linux-i686.sdk.tar.bz2: 99% (66704607 / 66738155)
16625
16626Unpacking: http___ftp.mozilla.org_pub_mozilla.org_xulrunner_releases_24.0_sdk_xulrunner_24.0.en_US.linux_i686.sdk.tar.bz2 to third_party/gecko-24
16627tar jxf /root/.crazyfun/http___ftp.mozilla.org_pub_mozilla.org_xulrunner_releases_24.0_sdk_xulrunner_24.0.en_US.linux_i686.sdk.tar.bz2 -C third_party/gecko-24
16628rm -rf third_party/gecko-24/linux
16629mv third_party/gecko-24/xulrunner-sdk third_party/gecko-24/linux
16630** Execute build/cpp/i386/libwebdriver_firefox_esr_previous.so
16631Compiling an xpcom component: //cpp:webdriver_firefox_esr_previous as build/cpp/i386/libwebdriver_firefox_esr_previous.so
16632mkdir -p build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32
16633g++ cpp/webdriver-interactions/interactions_linux_common.cpp -c -o build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32/interactions_linux_common.o -m32 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux/include -I third_party/gecko-24/linux/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
16634g++ cpp/webdriver-interactions/interactions_linux_mouse.cpp -c -o build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32/interactions_linux_mouse.o -m32 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux/include -I third_party/gecko-24/linux/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
16635g++ cpp/webdriver-interactions/interactions_linux.cpp -c -o build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32/interactions_linux.o -m32 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux/include -I third_party/gecko-24/linux/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
16636g++ cpp/webdriver-interactions/translate_keycode_linux.cpp -c -o build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32/translate_keycode_linux.o -m32 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux/include -I third_party/gecko-24/linux/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
16637g++ cpp/webdriver-interactions/interactions_common.cpp -c -o build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32/interactions_common.o -m32 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux/include -I third_party/gecko-24/linux/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
16638g++ cpp/webdriver-interactions/interactions_common.h -c -o build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32/interactions_common.h -m32 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux/include -I third_party/gecko-24/linux/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
16639g++ cpp/webdriver-firefox/native_keyboard.cpp -c -o build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32/native_keyboard.o -m32 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux/include -I third_party/gecko-24/linux/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
16640g++ cpp/webdriver-firefox/library_loading.cpp -c -o build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32/library_loading.o -m32 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux/include -I third_party/gecko-24/linux/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
16641g++ cpp/webdriver-firefox/native_mouse.cpp -c -o build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32/native_mouse.o -m32 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux/include -I third_party/gecko-24/linux/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
16642g++ cpp/webdriver-firefox/native_ime.cpp -c -o build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32/native_ime.o -m32 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux/include -I third_party/gecko-24/linux/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
16643g++ cpp/webdriver-firefox/native_events.cpp -c -o build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32/native_events.o -m32 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux/include -I third_party/gecko-24/linux/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
16644g++ -o build/cpp/i386/libwebdriver_firefox_esr_previous.so build/cpp/i386/libwebdriver_firefox_esr_previous.so_temp/obj32/*.o -shared -Os -m32 -Wall -fshort-wchar -fno-rtti -fno-exceptions -shared -fPIC -Lthird_party/gecko-24/linux/lib -Lthird_party/gecko-24/linux/bin -Wl,-rpath-link,third_party/gecko-24/linux/bin -lxpcomglue_s_nomozalloc -lnss3 -lrt `pkg-config gtk+-2.0 --libs`
16645/usr/bin/ld: skipping incompatible /usr/lib64/libgtk-x11-2.0.so when searching for -lgtk-x11-2.0
16646/usr/bin/ld: cannot find -lgtk-x11-2.0
16647/usr/bin/ld: skipping incompatible /usr/lib64/libgdk-x11-2.0.so when searching for -lgdk-x11-2.0
16648/usr/bin/ld: cannot find -lgdk-x11-2.0
16649/usr/bin/ld: skipping incompatible /usr/lib64/libatk-1.0.so when searching for -latk-1.0
16650/usr/bin/ld: cannot find -latk-1.0
16651/usr/bin/ld: skipping incompatible /usr/lib64/libgio-2.0.so when searching for -lgio-2.0
16652/usr/bin/ld: cannot find -lgio-2.0
16653/usr/bin/ld: skipping incompatible /usr/lib64/libpangoft2-1.0.so when searching for -lpangoft2-1.0
16654/usr/bin/ld: cannot find -lpangoft2-1.0
16655/usr/bin/ld: skipping incompatible /usr/lib64/libpangocairo-1.0.so when searching for -lpangocairo-1.0
16656/usr/bin/ld: cannot find -lpangocairo-1.0
16657/usr/bin/ld: skipping incompatible /usr/lib64/libgdk_pixbuf-2.0.so when searching for -lgdk_pixbuf-2.0
16658/usr/bin/ld: cannot find -lgdk_pixbuf-2.0
16659/usr/bin/ld: skipping incompatible /usr/lib64/libcairo.so when searching for -lcairo
16660/usr/bin/ld: cannot find -lcairo
16661/usr/bin/ld: skipping incompatible /usr/lib64/libpango-1.0.so when searching for -lpango-1.0
16662/usr/bin/ld: cannot find -lpango-1.0
16663/usr/bin/ld: skipping incompatible /usr/lib64/libfontconfig.so when searching for -lfontconfig
16664/usr/bin/ld: cannot find -lfontconfig
16665/usr/bin/ld: skipping incompatible /usr/lib64/libgobject-2.0.so when searching for -lgobject-2.0
16666/usr/bin/ld: cannot find -lgobject-2.0
16667/usr/bin/ld: skipping incompatible /usr/lib64/libglib-2.0.so when searching for -lglib-2.0
16668/usr/bin/ld: cannot find -lglib-2.0
16669/usr/bin/ld: skipping incompatible /usr/lib64/libfreetype.so when searching for -lfreetype
16670/usr/bin/ld: cannot find -lfreetype
16671/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.8.3/libstdc++.so when searching for -lstdc++
16672/usr/bin/ld: cannot find -lstdc++
16673/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.8.3/libgcc_s.so when searching for -lgcc_s
16674/usr/bin/ld: cannot find -lgcc_s
16675collect2: error: ld returned 1 exit status
16676mkdir -p build/cpp/i386
16677cp cpp/prebuilt/i386/libwebdriver_firefox_esr_previous.so build/cpp/i386/libwebdriver_firefox_esr_previous.so
16678Falling back to cpp/prebuilt/i386/libwebdriver_firefox_esr_previous.so
16679cp build/cpp/i386/libwebdriver_firefox_esr_previous.so cpp/prebuilt/i386/libwebdriver_firefox_esr_previous.so
16680** Execute //cpp:webdriver_firefox_esr_previous
16681** Invoke //cpp:webdriver_firefox_esr_previous_64 (first_time)
16682** Invoke build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so (first_time)
16683** Invoke third_party/gecko-24/linux64 (first_time)
16684** Execute third_party/gecko-24/linux64
16685mkdir -p third_party/gecko-24/linux64
16686
16687Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 0% (55024 / 66475796)
16688Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 0% (99912 / 66475796)
16689Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 0% (186792 / 66475796)
16690Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 0% (250504 / 66475796)
16691Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 0% (305528 / 66475796)
16692Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 0% (357656 / 66475796)
16693Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 0% (414128 / 66475796)
16694Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 0% (456120 / 66475796)
16695Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 0% (501008 / 66475796)
16696Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 0% (570512 / 66475796)
16697Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 1% (695872 / 66475796)
16698Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 1% (852872 / 66475796)
16699Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 1% (938304 / 66475796)
16700Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 1% (990432 / 66475796)
16701Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 1% (1042560 / 66475796)
16702Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 1% (1103376 / 66475796)
16703Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 1% (1172880 / 66475796)
16704Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 2% (1377960 / 66475796)
16705Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 2% (1500128 / 66475796)
16706Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 2% (1568184 / 66475796)
16707Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 2% (1614520 / 66475796)
16708Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 2% (1665200 / 66475796)
16709Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 2% (1720224 / 66475796)
16710Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 2% (1762216 / 66475796)
16711Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 2% (1834616 / 66475796)
16712Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 2% (1896880 / 66475796)
16713Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 2% (1951904 / 66475796)
16714Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (1999688 / 66475796)
16715Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2048920 / 66475796)
16716Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2095256 / 66475796)
16717Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2143040 / 66475796)
16718Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2196616 / 66475796)
16719Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2257432 / 66475796)
16720Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2312456 / 66475796)
16721Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2367480 / 66475796)
16722Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2408024 / 66475796)
16723Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2454360 / 66475796)
16724Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2512280 / 66475796)
16725Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2558616 / 66475796)
16726Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2606400 / 66475796)
16727Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 3% (2651288 / 66475796)
16728Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (2701968 / 66475796)
16729Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (2741064 / 66475796)
16730Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (2785952 / 66475796)
16731Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (2825048 / 66475796)
16732Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (2871384 / 66475796)
16733Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (2923512 / 66475796)
16734Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (2971296 / 66475796)
16735Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (3007496 / 66475796)
16736Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (3059624 / 66475796)
16737Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (3114648 / 66475796)
16738Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (3174016 / 66475796)
16739Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (3231936 / 66475796)
16740Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 4% (3292752 / 66475796)
16741Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 5% (3330400 / 66475796)
16742Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 5% (3538912 / 66475796)
16743Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 5% (3601176 / 66475796)
16744Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 5% (3653304 / 66475796)
16745Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 5% (3708328 / 66475796)
16746Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 5% (3744528 / 66475796)
16747Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 5% (3789416 / 66475796)
16748Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 5% (3835752 / 66475796)
16749Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 5% (3887880 / 66475796)
16750Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 5% (3937112 / 66475796)
16751Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (3996480 / 66475796)
16752Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (4058744 / 66475796)
16753Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (4096392 / 66475796)
16754Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (4147072 / 66475796)
16755Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (4200648 / 66475796)
16756Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (4244088 / 66475796)
16757Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (4288976 / 66475796)
16758Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (4329520 / 66475796)
16759Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (4367168 / 66475796)
16760Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (4441016 / 66475796)
16761Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (4501832 / 66475796)
16762Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (4549616 / 66475796)
16763Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 6% (4635048 / 66475796)
16764Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (4685728 / 66475796)
16765Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (4737856 / 66475796)
16766Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (4797224 / 66475796)
16767Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (4831976 / 66475796)
16768Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (4901936 / 66475796)
16769Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (4962296 / 66475796)
16770Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (5002840 / 66475796)
16771Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (5044832 / 66475796)
16772Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (5096960 / 66475796)
16773Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (5128816 / 66475796)
16774Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (5166464 / 66475796)
16775Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (5209904 / 66475796)
16776Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (5249000 / 66475796)
16777Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 7% (5298232 / 66475796)
16778Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 8% (5372080 / 66475796)
16779Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 8% (5419864 / 66475796)
16780Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 8% (5480680 / 66475796)
16781Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 8% (5561768 / 66475796)
16782Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 8% (5599416 / 66475796)
16783Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 8% (5651544 / 66475796)
16784Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 8% (5694984 / 66475796)
16785Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 8% (5735528 / 66475796)
16786Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 8% (5784760 / 66475796)
16787Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 8% (5844128 / 66475796)
16788Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 8% (5903496 / 66475796)
16789Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 8% (5962864 / 66475796)
16790Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6026576 / 66475796)
16791Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6085944 / 66475796)
16792Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6133728 / 66475796)
16793Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6188752 / 66475796)
16794Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6239432 / 66475796)
16795Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6300248 / 66475796)
16796Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6358168 / 66475796)
16797Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6407400 / 66475796)
16798Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6450840 / 66475796)
16799Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6498624 / 66475796)
16800Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6550752 / 66475796)
16801Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6586952 / 66475796)
16802Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 9% (6620256 / 66475796)
16803Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (6663696 / 66475796)
16804Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (6701344 / 66475796)
16805Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (6743336 / 66475796)
16806Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (6782432 / 66475796)
16807Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (6827320 / 66475796)
16808Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (6882344 / 66475796)
16809Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (6928680 / 66475796)
16810Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (6979360 / 66475796)
16811Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (7025696 / 66475796)
16812Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (7061896 / 66475796)
16813Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (7114024 / 66475796)
16814Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (7176288 / 66475796)
16815Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (7215384 / 66475796)
16816Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (7263168 / 66475796)
16817Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 10% (7303712 / 66475796)
16818Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7348600 / 66475796)
16819Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7396384 / 66475796)
16820Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7460096 / 66475796)
16821Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7503536 / 66475796)
16822Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7549872 / 66475796)
16823Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7594760 / 66475796)
16824Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7655576 / 66475796)
16825Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7693224 / 66475796)
16826Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7733768 / 66475796)
16827Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7764176 / 66475796)
16828Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7807616 / 66475796)
16829Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7852504 / 66475796)
16830Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7898840 / 66475796)
16831Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 11% (7939384 / 66475796)
16832Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (7987168 / 66475796)
16833Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8019024 / 66475796)
16834Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8062464 / 66475796)
16835Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8105904 / 66475796)
16836Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8160928 / 66475796)
16837Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8195680 / 66475796)
16838Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8236224 / 66475796)
16839Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8269528 / 66475796)
16840Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8308624 / 66475796)
16841Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8336136 / 66475796)
16842Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8373784 / 66475796)
16843Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8428808 / 66475796)
16844Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8472248 / 66475796)
16845Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8518584 / 66475796)
16846Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8563472 / 66475796)
16847Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 12% (8606912 / 66475796)
16848Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (8644560 / 66475796)
16849Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (8683656 / 66475796)
16850Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (8724200 / 66475796)
16851Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (8779224 / 66475796)
16852Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (8822664 / 66475796)
16853Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (8866104 / 66475796)
16854Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (8916784 / 66475796)
16855Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (8961672 / 66475796)
16856Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (9003664 / 66475796)
16857Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (9050000 / 66475796)
16858Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (9094888 / 66475796)
16859Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (9136880 / 66475796)
16860Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (9175976 / 66475796)
16861Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (9219416 / 66475796)
16862Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 13% (9278784 / 66475796)
16863Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9323672 / 66475796)
16864Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9361320 / 66475796)
16865Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9416344 / 66475796)
16866Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9469920 / 66475796)
16867Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9511912 / 66475796)
16868Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9559696 / 66475796)
16869Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9610376 / 66475796)
16870Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9658160 / 66475796)
16871Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9690016 / 66475796)
16872Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9737800 / 66475796)
16873Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9798616 / 66475796)
16874Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9849296 / 66475796)
16875Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9899976 / 66475796)
16876Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 14% (9946312 / 66475796)
16877Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 15% (10012920 / 66475796)
16878Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 15% (10060704 / 66475796)
16879Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 15% (10111384 / 66475796)
16880Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 15% (10177992 / 66475796)
16881Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 15% (10212744 / 66475796)
16882Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 15% (10269216 / 66475796)
16883Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 15% (10330032 / 66475796)
16884Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 15% (10363336 / 66475796)
16885Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 15% (10411120 / 66475796)
16886Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 15% (10486416 / 66475796)
16887Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 15% (10542888 / 66475796)
16888Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 15% (10586328 / 66475796)
16889Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (10651488 / 66475796)
16890Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (10715200 / 66475796)
16891Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (10760088 / 66475796)
16892Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (10813664 / 66475796)
16893Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (10881720 / 66475796)
16894Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (10932400 / 66475796)
16895Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (10977288 / 66475796)
16896Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (11045344 / 66475796)
16897Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (11101816 / 66475796)
16898Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (11151048 / 66475796)
16899Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (11201728 / 66475796)
16900Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (11252408 / 66475796)
16901Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 16% (11298744 / 66475796)
16902Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 17% (11340736 / 66475796)
16903Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 17% (11379832 / 66475796)
16904Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 17% (11431960 / 66475796)
16905Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 17% (11486984 / 66475796)
16906Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 17% (11526080 / 66475796)
16907Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 17% (11579656 / 66475796)
16908Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 17% (11636128 / 66475796)
16909Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 17% (11696944 / 66475796)
16910Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 17% (11746176 / 66475796)
16911Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 17% (11805544 / 66475796)
16912Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 17% (11867808 / 66475796)
16913Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 17% (11930072 / 66475796)
16914Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 18% (11973512 / 66475796)
16915Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 18% (12031432 / 66475796)
16916Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 18% (12096592 / 66475796)
16917Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 18% (12161752 / 66475796)
16918Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 18% (12216776 / 66475796)
16919Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 18% (12270352 / 66475796)
16920Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 18% (12325376 / 66475796)
16921Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 18% (12377504 / 66475796)
16922Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 18% (12416600 / 66475796)
16923Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 18% (12474520 / 66475796)
16924Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 18% (12545472 / 66475796)
16925Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 18% (12607736 / 66475796)
16926Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (12648280 / 66475796)
16927Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (12688824 / 66475796)
16928Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (12738056 / 66475796)
16929Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (12785840 / 66475796)
16930Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (12845208 / 66475796)
16931Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (12895888 / 66475796)
16932Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (12948016 / 66475796)
16933Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (12998696 / 66475796)
16934Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (13052272 / 66475796)
16935Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (13115984 / 66475796)
16936Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (13165216 / 66475796)
16937Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (13221688 / 66475796)
16938Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 19% (13283952 / 66475796)
16939Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 20% (13350560 / 66475796)
16940Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 20% (13407032 / 66475796)
16941Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 20% (13463504 / 66475796)
16942Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 20% (13517080 / 66475796)
16943Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 20% (13577896 / 66475796)
16944Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 20% (13641608 / 66475796)
16945Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 20% (13699528 / 66475796)
16946Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 20% (13760344 / 66475796)
16947Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 20% (13832744 / 66475796)
16948Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 20% (13895008 / 66475796)
16949Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 20% (13945688 / 66475796)
16950Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 21% (14009400 / 66475796)
16951Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 21% (14068768 / 66475796)
16952Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 21% (14128136 / 66475796)
16953Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 21% (14174472 / 66475796)
16954Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 21% (14226600 / 66475796)
16955Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 21% (14275832 / 66475796)
16956Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 21% (14352576 / 66475796)
16957Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 21% (14422080 / 66475796)
16958Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 21% (14474208 / 66475796)
16959Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 21% (14542264 / 66475796)
16960Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 21% (14585704 / 66475796)
16961Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (14630592 / 66475796)
16962Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (14676928 / 66475796)
16963Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (14720368 / 66475796)
16964Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (14765256 / 66475796)
16965Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (14813040 / 66475796)
16966Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (14860824 / 66475796)
16967Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (14912952 / 66475796)
16968Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (14960736 / 66475796)
16969Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (15014312 / 66475796)
16970Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (15078024 / 66475796)
16971Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (15138840 / 66475796)
16972Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (15208344 / 66475796)
16973Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 22% (15260472 / 66475796)
16974Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 23% (15318392 / 66475796)
16975Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 23% (15389344 / 66475796)
16976Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 23% (15440024 / 66475796)
16977Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 23% (15496496 / 66475796)
16978Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 23% (15554416 / 66475796)
16979Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 23% (15622472 / 66475796)
16980Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 23% (15694872 / 66475796)
16981Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 23% (15755688 / 66475796)
16982Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 23% (15809264 / 66475796)
16983Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 23% (15862840 / 66475796)
16984Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 23% (15919312 / 66475796)
16985Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 24% (15994608 / 66475796)
16986Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 24% (16048184 / 66475796)
16987Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 24% (16114792 / 66475796)
16988Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 24% (16172712 / 66475796)
16989Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 24% (16213256 / 66475796)
16990Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 24% (16268280 / 66475796)
16991Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 24% (16324752 / 66475796)
16992Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 24% (16381224 / 66475796)
16993Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 24% (16440592 / 66475796)
16994Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 24% (16499960 / 66475796)
16995Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 24% (16549192 / 66475796)
16996Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 24% (16612904 / 66475796)
16997Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 25% (16667928 / 66475796)
16998Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 25% (16728744 / 66475796)
16999Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 25% (16796800 / 66475796)
17000Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 25% (16853272 / 66475796)
17001Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 25% (16912640 / 66475796)
17002Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 25% (16967664 / 66475796)
17003Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 25% (17025584 / 66475796)
17004Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 25% (17086400 / 66475796)
17005Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 25% (17157352 / 66475796)
17006Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 25% (17213824 / 66475796)
17007Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 25% (17258712 / 66475796)
17008Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 26% (17319528 / 66475796)
17009Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 26% (17360072 / 66475796)
17010Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 26% (17426680 / 66475796)
17011Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 26% (17486048 / 66475796)
17012Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 26% (17548312 / 66475796)
17013Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 26% (17594648 / 66475796)
17014Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 26% (17658360 / 66475796)
17015Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 26% (17709040 / 66475796)
17016Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 26% (17756824 / 66475796)
17017Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 26% (17808952 / 66475796)
17018Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 26% (17879904 / 66475796)
17019Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (17950856 / 66475796)
17020Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (17998640 / 66475796)
17021Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18044976 / 66475796)
17022Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18086968 / 66475796)
17023Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18130408 / 66475796)
17024Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18175296 / 66475796)
17025Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18211496 / 66475796)
17026Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18262176 / 66475796)
17027Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18322992 / 66475796)
17028Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18376568 / 66475796)
17029Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18424352 / 66475796)
17030Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18472136 / 66475796)
17031Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18521368 / 66475796)
17032Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18560464 / 66475796)
17033Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 27% (18593768 / 66475796)
17034Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 28% (18651688 / 66475796)
17035Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 28% (18708160 / 66475796)
17036Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 28% (18764632 / 66475796)
17037Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 28% (18837032 / 66475796)
17038Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 28% (18905088 / 66475796)
17039Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 28% (18976040 / 66475796)
17040Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 28% (19036856 / 66475796)
17041Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 28% (19097672 / 66475796)
17042Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 28% (19155592 / 66475796)
17043Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 28% (19222200 / 66475796)
17044Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 29% (19287360 / 66475796)
17045Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 29% (19345280 / 66475796)
17046Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 29% (19423472 / 66475796)
17047Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 29% (19492976 / 66475796)
17048Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 29% (19558136 / 66475796)
17049Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 29% (19629088 / 66475796)
17050Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 29% (19672528 / 66475796)
17051Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 29% (19739136 / 66475796)
17052Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 29% (19812984 / 66475796)
17053Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 29% (19870904 / 66475796)
17054Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 30% (19960680 / 66475796)
17055Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 30% (20021496 / 66475796)
17056Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 30% (20072176 / 66475796)
17057Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 30% (20122856 / 66475796)
17058Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 30% (20166296 / 66475796)
17059Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 30% (20214080 / 66475796)
17060Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 30% (20292272 / 66475796)
17061Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 30% (20367568 / 66475796)
17062Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 30% (20442864 / 66475796)
17063Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 30% (20513816 / 66475796)
17064Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 30% (20581872 / 66475796)
17065Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 31% (20648480 / 66475796)
17066Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 31% (20713640 / 66475796)
17067Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 31% (20759976 / 66475796)
17068Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 31% (20809208 / 66475796)
17069Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 31% (20862784 / 66475796)
17070Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 31% (20917808 / 66475796)
17071Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 31% (20964144 / 66475796)
17072Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 31% (21029304 / 66475796)
17073Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 31% (21084328 / 66475796)
17074Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 31% (21140800 / 66475796)
17075Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 31% (21208856 / 66475796)
17076Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 31% (21258088 / 66475796)
17077Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 32% (21298632 / 66475796)
17078Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 32% (21355104 / 66475796)
17079Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 32% (21428952 / 66475796)
17080Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 32% (21507144 / 66475796)
17081Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 32% (21569408 / 66475796)
17082Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 32% (21646152 / 66475796)
17083Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 32% (21718552 / 66475796)
17084Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 32% (21788056 / 66475796)
17085Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 32% (21857560 / 66475796)
17086Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 32% (21914032 / 66475796)
17087Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 33% (21967608 / 66475796)
17088Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 33% (22031320 / 66475796)
17089Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 33% (22103720 / 66475796)
17090Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 33% (22154400 / 66475796)
17091Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 33% (22213768 / 66475796)
17092Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 33% (22265896 / 66475796)
17093Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 33% (22322368 / 66475796)
17094Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 33% (22383184 / 66475796)
17095Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 33% (22430968 / 66475796)
17096Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 33% (22485992 / 66475796)
17097Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 33% (22541016 / 66475796)
17098Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 34% (22607624 / 66475796)
17099Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 34% (22682920 / 66475796)
17100Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 34% (22740840 / 66475796)
17101Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 34% (22794416 / 66475796)
17102Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 34% (22847992 / 66475796)
17103Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 34% (22905912 / 66475796)
17104Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 34% (22968176 / 66475796)
17105Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 34% (23017408 / 66475796)
17106Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 34% (23068088 / 66475796)
17107Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 34% (23128904 / 66475796)
17108Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 34% (23176688 / 66475796)
17109Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 34% (23237504 / 66475796)
17110Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 35% (23301216 / 66475796)
17111Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 35% (23360584 / 66475796)
17112Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 35% (23422848 / 66475796)
17113Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 35% (23476424 / 66475796)
17114Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 35% (23531448 / 66475796)
17115Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 35% (23586472 / 66475796)
17116Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 35% (23650184 / 66475796)
17117Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 35% (23699416 / 66475796)
17118Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 35% (23755888 / 66475796)
17119Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 35% (23813808 / 66475796)
17120Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 35% (23877520 / 66475796)
17121Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 36% (23947024 / 66475796)
17122Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 36% (24015080 / 66475796)
17123Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 36% (24084584 / 66475796)
17124Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 36% (24149744 / 66475796)
17125Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 36% (24227936 / 66475796)
17126Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 36% (24295992 / 66475796)
17127Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 36% (24369840 / 66475796)
17128Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 36% (24429208 / 66475796)
17129Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 36% (24498712 / 66475796)
17130Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 36% (24547944 / 66475796)
17131Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (24608760 / 66475796)
17132Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (24678264 / 66475796)
17133Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (24739080 / 66475796)
17134Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (24810032 / 66475796)
17135Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (24856368 / 66475796)
17136Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (24899808 / 66475796)
17137Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (24941800 / 66475796)
17138Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (24991032 / 66475796)
17139Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (25037368 / 66475796)
17140Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (25089496 / 66475796)
17141Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (25132936 / 66475796)
17142Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (25195200 / 66475796)
17143Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 37% (25241536 / 66475796)
17144Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 38% (25286424 / 66475796)
17145Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 38% (25342896 / 66475796)
17146Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 38% (25409504 / 66475796)
17147Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 38% (25479008 / 66475796)
17148Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 38% (25531136 / 66475796)
17149Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 38% (25604984 / 66475796)
17150Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 38% (25673040 / 66475796)
17151Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 38% (25726616 / 66475796)
17152Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 38% (25774400 / 66475796)
17153Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 38% (25817840 / 66475796)
17154Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 38% (25861280 / 66475796)
17155Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 38% (25903272 / 66475796)
17156Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 39% (25945264 / 66475796)
17157Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 39% (25982912 / 66475796)
17158Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 39% (26039384 / 66475796)
17159Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 39% (26092960 / 66475796)
17160Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 39% (26153776 / 66475796)
17161Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 39% (26207352 / 66475796)
17162Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 39% (26265272 / 66475796)
17163Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 39% (26327536 / 66475796)
17164Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 39% (26385456 / 66475796)
17165Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 39% (26443376 / 66475796)
17166Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 39% (26499848 / 66475796)
17167Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 39% (26550528 / 66475796)
17168Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (26593968 / 66475796)
17169Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (26640304 / 66475796)
17170Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (26683744 / 66475796)
17171Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (26734424 / 66475796)
17172Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (26789448 / 66475796)
17173Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (26828544 / 66475796)
17174Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (26889360 / 66475796)
17175Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (26944384 / 66475796)
17176Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (26996512 / 66475796)
17177Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (27050088 / 66475796)
17178Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (27118144 / 66475796)
17179Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (27168824 / 66475796)
17180Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 40% (27212264 / 66475796)
17181Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27303488 / 66475796)
17182Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27358512 / 66475796)
17183Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27412088 / 66475796)
17184Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27464216 / 66475796)
17185Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27503312 / 66475796)
17186Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27542408 / 66475796)
17187Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27585848 / 66475796)
17188Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27626392 / 66475796)
17189Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27671280 / 66475796)
17190Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27711824 / 66475796)
17191Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27755264 / 66475796)
17192Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27800152 / 66475796)
17193Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27842144 / 66475796)
17194Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 41% (27884136 / 66475796)
17195Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (27921784 / 66475796)
17196Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (27965224 / 66475796)
17197Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28010112 / 66475796)
17198Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28059344 / 66475796)
17199Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28098440 / 66475796)
17200Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28140432 / 66475796)
17201Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28179528 / 66475796)
17202Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28228760 / 66475796)
17203Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28269304 / 66475796)
17204Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28317088 / 66475796)
17205Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28363424 / 66475796)
17206Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28408312 / 66475796)
17207Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28460440 / 66475796)
17208Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28515464 / 66475796)
17209Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 42% (28567592 / 66475796)
17210Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (28621168 / 66475796)
17211Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (28670400 / 66475796)
17212Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (28732664 / 66475796)
17213Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (28784792 / 66475796)
17214Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (28826784 / 66475796)
17215Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (28877464 / 66475796)
17216Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (28920904 / 66475796)
17217Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (28967240 / 66475796)
17218Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (29015024 / 66475796)
17219Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (29061360 / 66475796)
17220Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (29122176 / 66475796)
17221Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (29174304 / 66475796)
17222Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 43% (29220640 / 66475796)
17223Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 44% (29272768 / 66475796)
17224Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 44% (29329240 / 66475796)
17225Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 44% (29397296 / 66475796)
17226Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 44% (29468248 / 66475796)
17227Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 44% (29524720 / 66475796)
17228Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 44% (29589880 / 66475796)
17229Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 44% (29639112 / 66475796)
17230Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 44% (29679656 / 66475796)
17231Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 44% (29731784 / 66475796)
17232Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 44% (29776672 / 66475796)
17233Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 44% (29830248 / 66475796)
17234Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 44% (29886720 / 66475796)
17235Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (29941744 / 66475796)
17236Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (29995320 / 66475796)
17237Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (30040208 / 66475796)
17238Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (30096680 / 66475796)
17239Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (30157496 / 66475796)
17240Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (30203832 / 66475796)
17241Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (30245824 / 66475796)
17242Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (30289264 / 66475796)
17243Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (30337048 / 66475796)
17244Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (30383384 / 66475796)
17245Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (30431168 / 66475796)
17246Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (30478952 / 66475796)
17247Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 45% (30536872 / 66475796)
17248Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 46% (30689664 / 66475796)
17249Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 46% (30935424 / 66475796)
17250Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 46% (31034984 / 66475796)
17251Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 46% (31081320 / 66475796)
17252Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 46% (31124760 / 66475796)
17253Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 46% (31168200 / 66475796)
17254Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 46% (31224672 / 66475796)
17255Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 47% (31271008 / 66475796)
17256Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 47% (31330376 / 66475796)
17257Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 47% (31395536 / 66475796)
17258Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 47% (31446216 / 66475796)
17259Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 47% (31489656 / 66475796)
17260Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 47% (31531648 / 66475796)
17261Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 47% (31575088 / 66475796)
17262Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 47% (31628664 / 66475796)
17263Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 47% (31692376 / 66475796)
17264Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 47% (31744504 / 66475796)
17265Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 47% (31800976 / 66475796)
17266Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 47% (31861792 / 66475796)
17267Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 48% (31919712 / 66475796)
17268Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 48% (32152976 / 66475796)
17269Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 48% (32398736 / 66475796)
17270Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 49% (32644496 / 66475796)
17271Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 49% (32762448 / 66475796)
17272Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 49% (32813128 / 66475796)
17273Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 49% (32869600 / 66475796)
17274Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 49% (32918832 / 66475796)
17275Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 49% (32969512 / 66475796)
17276Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 49% (33017296 / 66475796)
17277Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 49% (33063632 / 66475796)
17278Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 49% (33108520 / 66475796)
17279Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 49% (33149064 / 66475796)
17280Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 49% (33193952 / 66475796)
17281Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33240288 / 66475796)
17282Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33279384 / 66475796)
17283Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33319928 / 66475796)
17284Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33357576 / 66475796)
17285Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33415496 / 66475796)
17286Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33469072 / 66475796)
17287Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33528448 / 66475796)
17288Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33574784 / 66475796)
17289Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33615328 / 66475796)
17290Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33689176 / 66475796)
17291Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33734064 / 66475796)
17292Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33774608 / 66475796)
17293Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33813704 / 66475796)
17294Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 50% (33861488 / 66475796)
17295Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (33904928 / 66475796)
17296Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (33957056 / 66475796)
17297Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (34064208 / 66475796)
17298Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (34098960 / 66475796)
17299Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (34140952 / 66475796)
17300Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (34177152 / 66475796)
17301Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (34214800 / 66475796)
17302Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (34248104 / 66475796)
17303Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (34301680 / 66475796)
17304Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (34350912 / 66475796)
17305Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (34404488 / 66475796)
17306Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (34452272 / 66475796)
17307Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 51% (34518880 / 66475796)
17308Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (34568112 / 66475796)
17309Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (34631824 / 66475796)
17310Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (34696984 / 66475796)
17311Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (34749112 / 66475796)
17312Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (34799792 / 66475796)
17313Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (34838888 / 66475796)
17314Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (34885224 / 66475796)
17315Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (34930112 / 66475796)
17316Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (34996720 / 66475796)
17317Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (35048848 / 66475796)
17318Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (35092288 / 66475796)
17319Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (35145864 / 66475796)
17320Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 52% (35189304 / 66475796)
17321Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 53% (35232744 / 66475796)
17322Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 53% (35286320 / 66475796)
17323Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 53% (35332656 / 66475796)
17324Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 53% (35389128 / 66475796)
17325Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 53% (35448496 / 66475796)
17326Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 53% (35512208 / 66475796)
17327Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 53% (35610672 / 66475796)
17328Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 53% (35672936 / 66475796)
17329Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 53% (35725064 / 66475796)
17330Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 53% (35774296 / 66475796)
17331Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 53% (35819184 / 66475796)
17332Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 53% (35872760 / 66475796)
17333Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 54% (35926336 / 66475796)
17334Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 54% (35977016 / 66475796)
17335Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 54% (36029144 / 66475796)
17336Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 54% (36085616 / 66475796)
17337Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 54% (36133400 / 66475796)
17338Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 54% (36186976 / 66475796)
17339Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 54% (36253584 / 66475796)
17340Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 54% (36307160 / 66475796)
17341Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 54% (36429168 / 66475796)
17342Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 55% (36674928 / 66475796)
17343Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 55% (36920688 / 66475796)
17344Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 55% (37166448 / 66475796)
17345Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 55% (37207816 / 66475796)
17346Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37257048 / 66475796)
17347Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37293248 / 66475796)
17348Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37330896 / 66475796)
17349Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37372888 / 66475796)
17350Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37422120 / 66475796)
17351Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37472800 / 66475796)
17352Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37519136 / 66475796)
17353Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37555336 / 66475796)
17354Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37590088 / 66475796)
17355Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37627736 / 66475796)
17356Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37666832 / 66475796)
17357Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37714616 / 66475796)
17358Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37769640 / 66475796)
17359Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37821768 / 66475796)
17360Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 56% (37868104 / 66475796)
17361Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (37914440 / 66475796)
17362Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (37954984 / 66475796)
17363Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (38010008 / 66475796)
17364Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (38073720 / 66475796)
17365Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (38122952 / 66475796)
17366Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (38179424 / 66475796)
17367Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (38231552 / 66475796)
17368Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (38298160 / 66475796)
17369Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (38360424 / 66475796)
17370Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (38422688 / 66475796)
17371Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (38461784 / 66475796)
17372Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (38502328 / 66475796)
17373Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 57% (38539976 / 66475796)
17374Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (38581968 / 66475796)
17375Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (38632648 / 66475796)
17376Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (38671744 / 66475796)
17377Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (38726768 / 66475796)
17378Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (38770208 / 66475796)
17379Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (38823784 / 66475796)
17380Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (38858536 / 66475796)
17381Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (38904872 / 66475796)
17382Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (38959896 / 66475796)
17383Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (39023608 / 66475796)
17384Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (39081528 / 66475796)
17385Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (39123520 / 66475796)
17386Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 58% (39193024 / 66475796)
17387Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 59% (39261080 / 66475796)
17388Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 59% (39320448 / 66475796)
17389Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 59% (39378368 / 66475796)
17390Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 59% (39430496 / 66475796)
17391Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 59% (39491312 / 66475796)
17392Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 59% (39552128 / 66475796)
17393Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 59% (39601360 / 66475796)
17394Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 59% (39646248 / 66475796)
17395Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 59% (39704168 / 66475796)
17396Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 59% (39769328 / 66475796)
17397Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 59% (39841728 / 66475796)
17398Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (39893856 / 66475796)
17399Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (39938744 / 66475796)
17400Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (39983632 / 66475796)
17401Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40024176 / 66475796)
17402Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40060376 / 66475796)
17403Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40108160 / 66475796)
17404Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40151600 / 66475796)
17405Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40189248 / 66475796)
17406Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40226896 / 66475796)
17407Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40267440 / 66475796)
17408Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40306536 / 66475796)
17409Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40344184 / 66475796)
17410Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40402104 / 66475796)
17411Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40439752 / 66475796)
17412Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40481744 / 66475796)
17413Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 60% (40529528 / 66475796)
17414Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (40565728 / 66475796)
17415Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (40603376 / 66475796)
17416Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (40642472 / 66475796)
17417Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (40680120 / 66475796)
17418Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (40725008 / 66475796)
17419Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (40759760 / 66475796)
17420Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (40800304 / 66475796)
17421Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (40840848 / 66475796)
17422Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (40874152 / 66475796)
17423Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (40921936 / 66475796)
17424Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (40955240 / 66475796)
17425Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (41000128 / 66475796)
17426Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (41040672 / 66475796)
17427Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (41082664 / 66475796)
17428Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (41117416 / 66475796)
17429Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (41155064 / 66475796)
17430Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 61% (41197056 / 66475796)
17431Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41231808 / 66475796)
17432Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41270904 / 66475796)
17433Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41304208 / 66475796)
17434Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41341856 / 66475796)
17435Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41372264 / 66475796)
17436Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41414256 / 66475796)
17437Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41469280 / 66475796)
17438Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41511272 / 66475796)
17439Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41556160 / 66475796)
17440Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41596704 / 66475796)
17441Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41641592 / 66475796)
17442Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41687928 / 66475796)
17443Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41731368 / 66475796)
17444Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41773360 / 66475796)
17445Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41819696 / 66475796)
17446Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 62% (41853000 / 66475796)
17447Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (41889200 / 66475796)
17448Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (41931192 / 66475796)
17449Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (41973184 / 66475796)
17450Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42012280 / 66475796)
17451Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42057168 / 66475796)
17452Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42096264 / 66475796)
17453Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42129568 / 66475796)
17454Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42174456 / 66475796)
17455Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42210656 / 66475796)
17456Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42256992 / 66475796)
17457Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42306224 / 66475796)
17458Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42352560 / 66475796)
17459Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42391656 / 66475796)
17460Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42436544 / 66475796)
17461Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42478536 / 66475796)
17462Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 63% (42526320 / 66475796)
17463Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (42565416 / 66475796)
17464Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (42616096 / 66475796)
17465Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (42658088 / 66475796)
17466Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (42698632 / 66475796)
17467Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (42740624 / 66475796)
17468Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (42779720 / 66475796)
17469Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (42820264 / 66475796)
17470Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (42850672 / 66475796)
17471Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (42885424 / 66475796)
17472Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (42931760 / 66475796)
17473Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (42972304 / 66475796)
17474Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (43018640 / 66475796)
17475Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (43064976 / 66475796)
17476Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (43111312 / 66475796)
17477Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 64% (43150408 / 66475796)
17478Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43219912 / 66475796)
17479Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43260456 / 66475796)
17480Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43293760 / 66475796)
17481Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43342992 / 66475796)
17482Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43386432 / 66475796)
17483Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43421184 / 66475796)
17484Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43463176 / 66475796)
17485Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43497928 / 66475796)
17486Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43539920 / 66475796)
17487Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43583360 / 66475796)
17488Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43623904 / 66475796)
17489Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43663000 / 66475796)
17490Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43693408 / 66475796)
17491Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43738296 / 66475796)
17492Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43784632 / 66475796)
17493Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 65% (43826624 / 66475796)
17494Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (43887440 / 66475796)
17495Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (43929432 / 66475796)
17496Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (43971424 / 66475796)
17497Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (44019208 / 66475796)
17498Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (44053960 / 66475796)
17499Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (44098848 / 66475796)
17500Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (44145184 / 66475796)
17501Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (44177040 / 66475796)
17502Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (44249440 / 66475796)
17503Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (44300120 / 66475796)
17504Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (44336320 / 66475796)
17505Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (44388448 / 66475796)
17506Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (44431888 / 66475796)
17507Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (44479672 / 66475796)
17508Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 66% (44523112 / 66475796)
17509Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (44560760 / 66475796)
17510Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (44602752 / 66475796)
17511Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (44638952 / 66475796)
17512Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (44678048 / 66475796)
17513Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (44718592 / 66475796)
17514Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (44754792 / 66475796)
17515Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (44798232 / 66475796)
17516Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (44838776 / 66475796)
17517Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (44882216 / 66475796)
17518Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (44922760 / 66475796)
17519Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (45115344 / 66475796)
17520Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (45151544 / 66475796)
17521Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 67% (45193536 / 66475796)
17522Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45231184 / 66475796)
17523Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45273176 / 66475796)
17524Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45312272 / 66475796)
17525Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45357160 / 66475796)
17526Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45387568 / 66475796)
17527Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45423768 / 66475796)
17528Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45461416 / 66475796)
17529Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45509200 / 66475796)
17530Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45554088 / 66475796)
17531Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45594632 / 66475796)
17532Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45645312 / 66475796)
17533Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45697440 / 66475796)
17534Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45739432 / 66475796)
17535Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 68% (45769840 / 66475796)
17536Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 69% (46000664 / 66475796)
17537Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 69% (46246424 / 66475796)
17538Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 69% (46356280 / 66475796)
17539Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 69% (46395376 / 66475796)
17540Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 69% (46425784 / 66475796)
17541Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 69% (46463432 / 66475796)
17542Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 69% (46503976 / 66475796)
17543Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (46557552 / 66475796)
17544Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (46603888 / 66475796)
17545Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (46644432 / 66475796)
17546Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (46687872 / 66475796)
17547Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (46724072 / 66475796)
17548Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (46761720 / 66475796)
17549Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (46797920 / 66475796)
17550Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (46835568 / 66475796)
17551Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (46865976 / 66475796)
17552Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (46896384 / 66475796)
17553Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (46935480 / 66475796)
17554Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (46965888 / 66475796)
17555Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (47020912 / 66475796)
17556Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (47057112 / 66475796)
17557Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (47107792 / 66475796)
17558Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (47149784 / 66475796)
17559Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 70% (47190328 / 66475796)
17560Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47225080 / 66475796)
17561Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47258384 / 66475796)
17562Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47288792 / 66475796)
17563Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47326440 / 66475796)
17564Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47361192 / 66475796)
17565Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47400288 / 66475796)
17566Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47440832 / 66475796)
17567Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47485720 / 66475796)
17568Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47526264 / 66475796)
17569Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47568256 / 66475796)
17570Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47611696 / 66475796)
17571Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47660928 / 66475796)
17572Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47698576 / 66475796)
17573Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47737672 / 66475796)
17574Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47769528 / 66475796)
17575Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47808624 / 66475796)
17576Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 71% (47837584 / 66475796)
17577Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (47875232 / 66475796)
17578Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (47914328 / 66475796)
17579Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (47950528 / 66475796)
17580Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (48011344 / 66475796)
17581Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (48072160 / 66475796)
17582Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (48128632 / 66475796)
17583Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (48179312 / 66475796)
17584Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (48228544 / 66475796)
17585Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (48274880 / 66475796)
17586Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (48322664 / 66475796)
17587Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (48373344 / 66475796)
17588Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (48419680 / 66475796)
17589Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 72% (48483392 / 66475796)
17590Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (48541312 / 66475796)
17591Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (48584752 / 66475796)
17592Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (48633984 / 66475796)
17593Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (48677424 / 66475796)
17594Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (48715072 / 66475796)
17595Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (48751272 / 66475796)
17596Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (48790368 / 66475796)
17597Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (48822224 / 66475796)
17598Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (48856976 / 66475796)
17599Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (48893176 / 66475796)
17600Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (48929376 / 66475796)
17601Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (48967024 / 66475796)
17602Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (49006120 / 66475796)
17603Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (49048112 / 66475796)
17604Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (49087208 / 66475796)
17605Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (49124856 / 66475796)
17606Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 73% (49169744 / 66475796)
17607Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49207392 / 66475796)
17608Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49236352 / 66475796)
17609Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49274000 / 66475796)
17610Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49321784 / 66475796)
17611Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49352192 / 66475796)
17612Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49392736 / 66475796)
17613Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49427488 / 66475796)
17614Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49466584 / 66475796)
17615Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49504232 / 66475796)
17616Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49547672 / 66475796)
17617Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49594008 / 66475796)
17618Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49633104 / 66475796)
17619Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49677992 / 66475796)
17620Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49722880 / 66475796)
17621Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49766320 / 66475796)
17622Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49806864 / 66475796)
17623Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 74% (49844512 / 66475796)
17624Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (49889400 / 66475796)
17625Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (49925600 / 66475796)
17626Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (49984968 / 66475796)
17627Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (50037096 / 66475796)
17628Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (50083432 / 66475796)
17629Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (50131216 / 66475796)
17630Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (50173208 / 66475796)
17631Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (50223888 / 66475796)
17632Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (50261536 / 66475796)
17633Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (50302080 / 66475796)
17634Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (50341176 / 66475796)
17635Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (50375928 / 66475796)
17636Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (50428056 / 66475796)
17637Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 75% (50470048 / 66475796)
17638Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (50523624 / 66475796)
17639Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (50577200 / 66475796)
17640Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (50626432 / 66475796)
17641Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (50675664 / 66475796)
17642Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (50727792 / 66475796)
17643Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (50777024 / 66475796)
17644Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (50819016 / 66475796)
17645Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (50866800 / 66475796)
17646Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (50907344 / 66475796)
17647Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (50949336 / 66475796)
17648Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (50994224 / 66475796)
17649Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (51031872 / 66475796)
17650Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (51085448 / 66475796)
17651Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (51139024 / 66475796)
17652Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 76% (51183912 / 66475796)
17653Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51228800 / 66475796)
17654Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51279480 / 66475796)
17655Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51315680 / 66475796)
17656Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51348984 / 66475796)
17657Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51390976 / 66475796)
17658Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51427176 / 66475796)
17659Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51464824 / 66475796)
17660Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51514056 / 66475796)
17661Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51570528 / 66475796)
17662Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51634240 / 66475796)
17663Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51690712 / 66475796)
17664Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51751528 / 66475796)
17665Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 77% (51812344 / 66475796)
17666Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (51861576 / 66475796)
17667Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (51903568 / 66475796)
17668Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (51944112 / 66475796)
17669Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (51984656 / 66475796)
17670Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (52022304 / 66475796)
17671Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (52065744 / 66475796)
17672Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (52110632 / 66475796)
17673Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (52156968 / 66475796)
17674Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (52198960 / 66475796)
17675Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (52239504 / 66475796)
17676Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (52287288 / 66475796)
17677Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (52324936 / 66475796)
17678Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (52359688 / 66475796)
17679Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (52403128 / 66475796)
17680Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (52437880 / 66475796)
17681Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 78% (52481320 / 66475796)
17682Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (52517520 / 66475796)
17683Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (52555168 / 66475796)
17684Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (52604400 / 66475796)
17685Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (52652184 / 66475796)
17686Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (52699968 / 66475796)
17687Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (52762232 / 66475796)
17688Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (52799880 / 66475796)
17689Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (52833184 / 66475796)
17690Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (52865040 / 66475796)
17691Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (52899792 / 66475796)
17692Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (52934544 / 66475796)
17693Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (52979432 / 66475796)
17694Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (53033008 / 66475796)
17695Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (53067760 / 66475796)
17696Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (53105408 / 66475796)
17697Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 79% (53150296 / 66475796)
17698Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53196632 / 66475796)
17699Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53242968 / 66475796)
17700Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53286408 / 66475796)
17701Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53322608 / 66475796)
17702Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53370392 / 66475796)
17703Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53409488 / 66475796)
17704Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53444240 / 66475796)
17705Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53477544 / 66475796)
17706Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53509400 / 66475796)
17707Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53545600 / 66475796)
17708Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53586144 / 66475796)
17709Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53626688 / 66475796)
17710Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53664336 / 66475796)
17711Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53706328 / 66475796)
17712Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53757008 / 66475796)
17713Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 80% (53817824 / 66475796)
17714Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (53875744 / 66475796)
17715Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (53924976 / 66475796)
17716Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (53966968 / 66475796)
17717Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (54011856 / 66475796)
17718Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (54058192 / 66475796)
17719Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (54098736 / 66475796)
17720Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (54149416 / 66475796)
17721Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (54200096 / 66475796)
17722Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (54237744 / 66475796)
17723Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (54289872 / 66475796)
17724Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (54340552 / 66475796)
17725Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (54391232 / 66475796)
17726Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (54440464 / 66475796)
17727Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 81% (54488248 / 66475796)
17728Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (54530240 / 66475796)
17729Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (54567888 / 66475796)
17730Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (54617120 / 66475796)
17731Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (54664904 / 66475796)
17732Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (54712688 / 66475796)
17733Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (54764816 / 66475796)
17734Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (54808256 / 66475796)
17735Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (54864728 / 66475796)
17736Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (54934232 / 66475796)
17737Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (54979120 / 66475796)
17738Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (55029800 / 66475796)
17739Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (55086272 / 66475796)
17740Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 82% (55135504 / 66475796)
17741Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 83% (55202112 / 66475796)
17742Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 83% (55261480 / 66475796)
17743Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 83% (55310712 / 66475796)
17744Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 83% (55346912 / 66475796)
17745Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 83% (55391800 / 66475796)
17746Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 83% (55465648 / 66475796)
17747Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 83% (55526464 / 66475796)
17748Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 83% (55595968 / 66475796)
17749Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 83% (55658232 / 66475796)
17750Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 83% (55697328 / 66475796)
17751Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 83% (55749456 / 66475796)
17752Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 83% (55790000 / 66475796)
17753Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (55847920 / 66475796)
17754Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (55894256 / 66475796)
17755Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (55934800 / 66475796)
17756Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (56002856 / 66475796)
17757Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (56062224 / 66475796)
17758Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (56128832 / 66475796)
17759Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (56178064 / 66475796)
17760Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (56222952 / 66475796)
17761Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (56280872 / 66475796)
17762Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (56334448 / 66475796)
17763Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (56379336 / 66475796)
17764Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (56418432 / 66475796)
17765Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (56448840 / 66475796)
17766Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 84% (56490832 / 66475796)
17767Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (56528480 / 66475796)
17768Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (56571920 / 66475796)
17769Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (56615360 / 66475796)
17770Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (56655904 / 66475796)
17771Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (56702240 / 66475796)
17772Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (56754368 / 66475796)
17773Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (56803600 / 66475796)
17774Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (56845592 / 66475796)
17775Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (56883240 / 66475796)
17776Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (56925232 / 66475796)
17777Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (56970120 / 66475796)
17778Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (57017904 / 66475796)
17779Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (57061344 / 66475796)
17780Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (57106232 / 66475796)
17781Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 85% (57155464 / 66475796)
17782Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 86% (57200352 / 66475796)
17783Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 86% (57240896 / 66475796)
17784Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 86% (57282888 / 66475796)
17785Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 86% (57363976 / 66475796)
17786Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 86% (57414656 / 66475796)
17787Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 86% (57466784 / 66475796)
17788Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 86% (57513120 / 66475796)
17789Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 86% (57563800 / 66475796)
17790Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 86% (57624616 / 66475796)
17791Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 86% (57689776 / 66475796)
17792Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 86% (57744800 / 66475796)
17793Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 86% (57791136 / 66475796)
17794Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (57843264 / 66475796)
17795Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (57886704 / 66475796)
17796Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (57940280 / 66475796)
17797Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (57980824 / 66475796)
17798Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (58024264 / 66475796)
17799Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (58064808 / 66475796)
17800Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (58112592 / 66475796)
17801Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (58157480 / 66475796)
17802Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (58213952 / 66475796)
17803Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (58280560 / 66475796)
17804Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (58331240 / 66475796)
17805Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (58394952 / 66475796)
17806Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 87% (58451424 / 66475796)
17807Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (58509344 / 66475796)
17808Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (58558576 / 66475796)
17809Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (58613600 / 66475796)
17810Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (58661384 / 66475796)
17811Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (58701928 / 66475796)
17812Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (58752608 / 66475796)
17813Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (58826456 / 66475796)
17814Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (58880032 / 66475796)
17815Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (58924920 / 66475796)
17816Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (58978496 / 66475796)
17817Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (59019040 / 66475796)
17818Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (59095784 / 66475796)
17819Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 88% (59136328 / 66475796)
17820Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 89% (59188456 / 66475796)
17821Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 89% (59227552 / 66475796)
17822Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 89% (59282576 / 66475796)
17823Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 89% (59337600 / 66475796)
17824Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 89% (59385384 / 66475796)
17825Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 89% (59425928 / 66475796)
17826Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 89% (59466472 / 66475796)
17827Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 89% (59530184 / 66475796)
17828Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 89% (59569280 / 66475796)
17829Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 89% (59614168 / 66475796)
17830Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 90% (59835848 / 66475796)
17831Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 90% (60081608 / 66475796)
17832Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 90% (60232464 / 66475796)
17833Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 90% (60277352 / 66475796)
17834Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 90% (60328032 / 66475796)
17835Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 90% (60375816 / 66475796)
17836Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 90% (60429392 / 66475796)
17837Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 90% (60478624 / 66475796)
17838Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (60533648 / 66475796)
17839Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (60582880 / 66475796)
17840Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (60635008 / 66475796)
17841Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (60684240 / 66475796)
17842Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (60732024 / 66475796)
17843Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (60785600 / 66475796)
17844Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (60858000 / 66475796)
17845Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (60908680 / 66475796)
17846Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (60956464 / 66475796)
17847Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (61020176 / 66475796)
17848Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (61066512 / 66475796)
17849Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (61101264 / 66475796)
17850Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 91% (61133120 / 66475796)
17851Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 92% (61173664 / 66475796)
17852Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 92% (61230136 / 66475796)
17853Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 92% (61285160 / 66475796)
17854Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 92% (61343080 / 66475796)
17855Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 92% (61383624 / 66475796)
17856Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 92% (61447336 / 66475796)
17857Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 92% (61505256 / 66475796)
17858Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 92% (61564624 / 66475796)
17859Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 92% (61613856 / 66475796)
17860Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 92% (61677568 / 66475796)
17861Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 92% (61739832 / 66475796)
17862Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 92% (61804992 / 66475796)
17863Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (61849880 / 66475796)
17864Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (61893320 / 66475796)
17865Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (61938208 / 66475796)
17866Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (61988888 / 66475796)
17867Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (62039568 / 66475796)
17868Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (62084456 / 66475796)
17869Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (62126448 / 66475796)
17870Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (62172784 / 66475796)
17871Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (62210432 / 66475796)
17872Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (62250976 / 66475796)
17873Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (62313240 / 66475796)
17874Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (62352336 / 66475796)
17875Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (62397224 / 66475796)
17876Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (62430528 / 66475796)
17877Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 93% (62462384 / 66475796)
17878Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (62500032 / 66475796)
17879Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (62533336 / 66475796)
17880Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (62569536 / 66475796)
17881Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (62614424 / 66475796)
17882Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (62689720 / 66475796)
17883Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (62730264 / 66475796)
17884Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (62778048 / 66475796)
17885Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (62821488 / 66475796)
17886Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (62876512 / 66475796)
17887Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (62911264 / 66475796)
17888Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (62954704 / 66475796)
17889Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (63002488 / 66475796)
17890Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (63057512 / 66475796)
17891Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (63099504 / 66475796)
17892Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 94% (63140048 / 66475796)
17893Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63167560 / 66475796)
17894Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63209552 / 66475796)
17895Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63252992 / 66475796)
17896Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63290640 / 66475796)
17897Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63329736 / 66475796)
17898Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63373176 / 66475796)
17899Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63412272 / 66475796)
17900Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63445576 / 66475796)
17901Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63486120 / 66475796)
17902Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63522320 / 66475796)
17903Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63699192 / 66475796)
17904Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63755448 / 66475796)
17905Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 95% (63794544 / 66475796)
17906Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 96% (63839432 / 66475796)
17907Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 96% (63891560 / 66475796)
17908Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 96% (63936448 / 66475796)
17909Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 96% (63988576 / 66475796)
17910Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 96% (64036360 / 66475796)
17911Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 96% (64084144 / 66475796)
17912Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 96% (64165232 / 66475796)
17913Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 96% (64197088 / 66475796)
17914Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 96% (64414424 / 66475796)
17915Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (64590944 / 66475796)
17916Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (64624248 / 66475796)
17917Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (64670584 / 66475796)
17918Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (64711128 / 66475796)
17919Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (64754568 / 66475796)
17920Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (64792216 / 66475796)
17921Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (64841448 / 66475796)
17922Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (64884888 / 66475796)
17923Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (64922536 / 66475796)
17924Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (64960184 / 66475796)
17925Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (65016656 / 66475796)
17926Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (65064440 / 66475796)
17927Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 97% (65110776 / 66475796)
17928Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65164352 / 66475796)
17929Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65209240 / 66475796)
17930Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65246888 / 66475796)
17931Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65291776 / 66475796)
17932Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65327976 / 66475796)
17933Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65375760 / 66475796)
17934Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65426440 / 66475796)
17935Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65477120 / 66475796)
17936Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65537936 / 66475796)
17937Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65587168 / 66475796)
17938Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65637848 / 66475796)
17939Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65688528 / 66475796)
17940Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65733416 / 66475796)
17941Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 98% (65775408 / 66475796)
17942Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (65824640 / 66475796)
17943Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (65881112 / 66475796)
17944Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (65912968 / 66475796)
17945Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (65966544 / 66475796)
17946Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (66007088 / 66475796)
17947Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (66053424 / 66475796)
17948Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (66114240 / 66475796)
17949Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (66172160 / 66475796)
17950Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (66215600 / 66475796)
17951Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (66270624 / 66475796)
17952Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (66315512 / 66475796)
17953Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (66356056 / 66475796)
17954Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (66406736 / 66475796)
17955Downloading xulrunner-24.0.en-US.linux-x86_64.sdk.tar.bz2: 99% (66445832 / 66475796)
17956
17957Unpacking: http___ftp.mozilla.org_pub_mozilla.org_xulrunner_releases_24.0_sdk_xulrunner_24.0.en_US.linux_x86_64.sdk.tar.bz2 to third_party/gecko-24
17958tar jxf /root/.crazyfun/http___ftp.mozilla.org_pub_mozilla.org_xulrunner_releases_24.0_sdk_xulrunner_24.0.en_US.linux_x86_64.sdk.tar.bz2 -C third_party/gecko-24
17959rm -rf third_party/gecko-24/linux64
17960mv third_party/gecko-24/xulrunner-sdk third_party/gecko-24/linux64
17961** Execute build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so
17962Compiling an xpcom component: //cpp:webdriver_firefox_esr_previous_64 as build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so
17963mkdir -p build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64
17964g++ cpp/webdriver-interactions/interactions_linux_common.cpp -c -o build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64/interactions_linux_common.o -m64 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux64/include -I third_party/gecko-24/linux64/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
17965g++ cpp/webdriver-interactions/interactions_linux_mouse.cpp -c -o build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64/interactions_linux_mouse.o -m64 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux64/include -I third_party/gecko-24/linux64/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
17966g++ cpp/webdriver-interactions/interactions_linux.cpp -c -o build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64/interactions_linux.o -m64 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux64/include -I third_party/gecko-24/linux64/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
17967g++ cpp/webdriver-interactions/translate_keycode_linux.cpp -c -o build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64/translate_keycode_linux.o -m64 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux64/include -I third_party/gecko-24/linux64/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
17968g++ cpp/webdriver-interactions/interactions_common.cpp -c -o build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64/interactions_common.o -m64 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux64/include -I third_party/gecko-24/linux64/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
17969g++ cpp/webdriver-interactions/interactions_common.h -c -o build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64/interactions_common.h -m64 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux64/include -I third_party/gecko-24/linux64/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
17970g++ cpp/webdriver-firefox/native_keyboard.cpp -c -o build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64/native_keyboard.o -m64 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux64/include -I third_party/gecko-24/linux64/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
17971g++ cpp/webdriver-firefox/library_loading.cpp -c -o build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64/library_loading.o -m64 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux64/include -I third_party/gecko-24/linux64/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
17972g++ cpp/webdriver-firefox/native_mouse.cpp -c -o build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64/native_mouse.o -m64 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux64/include -I third_party/gecko-24/linux64/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
17973g++ cpp/webdriver-firefox/native_ime.cpp -c -o build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64/native_ime.o -m64 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux64/include -I third_party/gecko-24/linux64/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
17974g++ cpp/webdriver-firefox/native_events.cpp -c -o build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64/native_events.o -m64 -Icpp/webdriver-server -Wall -fPIC -fshort-wchar -std=c++11 -Dunix -D__STDC_LIMIT_MACROS -I cpp/webdriver-interactions -I cpp/imehandler/common -I third_party/gecko-24/linux64/include -I third_party/gecko-24/linux64/include/nspr `pkg-config gtk+-2.0 --cflags` -DWEBDRIVER_LEGACY_GECKO -DWEBDRIVER_GECKO_USES_ISUPPORTS1
17975g++ -o build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp/obj64/*.o -shared -Os -m64 -Wall -fshort-wchar -fno-rtti -fno-exceptions -shared -fPIC -Lthird_party/gecko-24/linux64/lib -Lthird_party/gecko-24/linux64/bin -Wl,-rpath-link,third_party/gecko-24/linux64/bin -lxpcomglue_s_nomozalloc -lnss3 -lrt `pkg-config gtk+-2.0 --libs`
17976rm -rf build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so_temp
17977cp build/cpp/amd64/libwebdriver_firefox_esr_previous_64.so cpp/prebuilt/amd64/libwebdriver_firefox_esr_previous_64.so
17978** Execute //cpp:webdriver_firefox_esr_previous_64
17979** Invoke //cpp:webdriver_firefox_esr_latest (first_time)
17980** Invoke build/cpp/i386/libwebdriver_firefox_esr_latest.so (first_time)
17981** Invoke third_party/gecko-31/linux (first_time)
17982** Execute third_party/gecko-31/linux
17983mkdir -p third_party/gecko-31/linux
17984
17985Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 0% (69504 / 74539548)
17986Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 0% (120184 / 74539548)
17987Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 0% (169416 / 74539548)
17988Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 0% (217200 / 74539548)
17989Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 0% (278016 / 74539548)
17990Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 0% (333040 / 74539548)
17991Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 0% (427160 / 74539548)
17992Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 0% (582096 / 74539548)
17993Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 0% (667528 / 74539548)
17994Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 1% (819568 / 74539548)
17995Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 1% (883280 / 74539548)
17996Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 1% (936856 / 74539548)
17997Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 1% (997672 / 74539548)
17998Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 1% (1051248 / 74539548)
17999Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 1% (1116408 / 74539548)
18000Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 1% (1168536 / 74539548)
18001Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 1% (1223560 / 74539548)
18002Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 1% (1281480 / 74539548)
18003Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 1% (1345192 / 74539548)
18004Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 1% (1406008 / 74539548)
18005Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 1% (1459584 / 74539548)
18006Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 2% (1513160 / 74539548)
18007Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 2% (1572528 / 74539548)
18008Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 2% (1627552 / 74539548)
18009Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 2% (1688368 / 74539548)
18010Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 2% (1769456 / 74539548)
18011Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 2% (1823032 / 74539548)
18012Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 2% (1892536 / 74539548)
18013Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 2% (1947560 / 74539548)
18014Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 2% (1996792 / 74539548)
18015Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 2% (2035888 / 74539548)
18016Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 2% (2089920 / 74539548)
18017Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 2% (2185032 / 74539548)
18018Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2238608 / 74539548)
18019Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2366032 / 74539548)
18020Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2423952 / 74539548)
18021Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2480424 / 74539548)
18022Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2541240 / 74539548)
18023Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2584680 / 74539548)
18024Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2641152 / 74539548)
18025Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2680248 / 74539548)
18026Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2741064 / 74539548)
18027Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2785952 / 74539548)
18028Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2835184 / 74539548)
18029Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2869936 / 74539548)
18030Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 3% (2940888 / 74539548)
18031Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (2985776 / 74539548)
18032Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3043696 / 74539548)
18033Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3085688 / 74539548)
18034Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3152296 / 74539548)
18035Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3198632 / 74539548)
18036Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3258000 / 74539548)
18037Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3305784 / 74539548)
18038Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3381080 / 74539548)
18039Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3421624 / 74539548)
18040Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3486784 / 74539548)
18041Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3543256 / 74539548)
18042Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3585248 / 74539548)
18043Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3638824 / 74539548)
18044Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 4% (3686608 / 74539548)
18045Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (3766248 / 74539548)
18046Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (3803896 / 74539548)
18047Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (3854576 / 74539548)
18048Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (3902360 / 74539548)
18049Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (3951592 / 74539548)
18050Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (3997928 / 74539548)
18051Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (4038472 / 74539548)
18052Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (4081912 / 74539548)
18053Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (4136936 / 74539548)
18054Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (4176032 / 74539548)
18055Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (4219472 / 74539548)
18056Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (4261464 / 74539548)
18057Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (4313592 / 74539548)
18058Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (4354136 / 74539548)
18059Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (4385992 / 74539548)
18060Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (4422192 / 74539548)
18061Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 5% (4465632 / 74539548)
18062Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (4507624 / 74539548)
18063Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (4546720 / 74539548)
18064Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (4590160 / 74539548)
18065Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (4633600 / 74539548)
18066Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (4669800 / 74539548)
18067Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (4717584 / 74539548)
18068Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (4762472 / 74539548)
18069Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (4813152 / 74539548)
18070Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (4872520 / 74539548)
18071Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (4910168 / 74539548)
18072Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (4962296 / 74539548)
18073Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (5004288 / 74539548)
18074Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (5057864 / 74539548)
18075Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (5114336 / 74539548)
18076Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (5149088 / 74539548)
18077Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 6% (5204112 / 74539548)
18078Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5247552 / 74539548)
18079Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5295336 / 74539548)
18080Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5356152 / 74539548)
18081Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5401040 / 74539548)
18082Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5470544 / 74539548)
18083Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5522672 / 74539548)
18084Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5583488 / 74539548)
18085Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5631272 / 74539548)
18086Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5671816 / 74539548)
18087Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5723944 / 74539548)
18088Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5776072 / 74539548)
18089Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5828200 / 74539548)
18090Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5874536 / 74539548)
18091Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 7% (5938248 / 74539548)
18092Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (5981688 / 74539548)
18093Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6035264 / 74539548)
18094Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6090288 / 74539548)
18095Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6126488 / 74539548)
18096Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6185856 / 74539548)
18097Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6229296 / 74539548)
18098Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6272736 / 74539548)
18099Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6320520 / 74539548)
18100Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6359616 / 74539548)
18101Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6411744 / 74539548)
18102Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6459528 / 74539548)
18103Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6491384 / 74539548)
18104Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6539168 / 74539548)
18105Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6575368 / 74539548)
18106Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6615912 / 74539548)
18107Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 8% (6665144 / 74539548)
18108Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (6723064 / 74539548)
18109Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (6760712 / 74539548)
18110Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (6820080 / 74539548)
18111Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (6872208 / 74539548)
18112Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (6925784 / 74539548)
18113Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (6972120 / 74539548)
18114Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (7024248 / 74539548)
18115Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (7085064 / 74539548)
18116Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (7132848 / 74539548)
18117Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (7166152 / 74539548)
18118Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (7222624 / 74539548)
18119Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (7268960 / 74539548)
18120Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (7308056 / 74539548)
18121Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (7352944 / 74539548)
18122Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (7394936 / 74539548)
18123Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 9% (7439824 / 74539548)
18124Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (7478920 / 74539548)
18125Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (7536840 / 74539548)
18126Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (7574488 / 74539548)
18127Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (7615032 / 74539548)
18128Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (7665712 / 74539548)
18129Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (7712048 / 74539548)
18130Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (7751144 / 74539548)
18131Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (7806168 / 74539548)
18132Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (7858296 / 74539548)
18133Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (7900288 / 74539548)
18134Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (7955312 / 74539548)
18135Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (8005992 / 74539548)
18136Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (8050880 / 74539548)
18137Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (8105904 / 74539548)
18138Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 10% (8162376 / 74539548)
18139Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8208712 / 74539548)
18140Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8255048 / 74539548)
18141Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8297040 / 74539548)
18142Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8336136 / 74539548)
18143Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8369440 / 74539548)
18144Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8402744 / 74539548)
18145Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8446184 / 74539548)
18146Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8501208 / 74539548)
18147Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8538856 / 74539548)
18148Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8586640 / 74539548)
18149Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8651800 / 74539548)
18150Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8698136 / 74539548)
18151Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8744472 / 74539548)
18152Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8799496 / 74539548)
18153Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8841488 / 74539548)
18154Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8882032 / 74539548)
18155Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 11% (8929816 / 74539548)
18156Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (8974704 / 74539548)
18157Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9029728 / 74539548)
18158Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9070272 / 74539548)
18159Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9106472 / 74539548)
18160Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9173080 / 74539548)
18161Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9225208 / 74539548)
18162Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9262856 / 74539548)
18163Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9310640 / 74539548)
18164Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9384488 / 74539548)
18165Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9430824 / 74539548)
18166Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9480056 / 74539548)
18167Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9522048 / 74539548)
18168Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9575624 / 74539548)
18169Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9617616 / 74539548)
18170Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 12% (9658160 / 74539548)
18171Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 13% (9697256 / 74539548)
18172Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 13% (9742144 / 74539548)
18173Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 13% (9795720 / 74539548)
18174Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 13% (9836264 / 74539548)
18175Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 13% (9968032 / 74539548)
18176Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 13% (10014368 / 74539548)
18177Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 13% (10066496 / 74539548)
18178Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 13% (10131656 / 74539548)
18179Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 13% (10228592 / 74539548)
18180Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (10450216 / 74539548)
18181Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (10509584 / 74539548)
18182Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (10563160 / 74539548)
18183Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (10624608 / 74539548)
18184Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (10691216 / 74539548)
18185Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (10741896 / 74539548)
18186Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (10804160 / 74539548)
18187Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (10860632 / 74539548)
18188Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (10914208 / 74539548)
18189Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (10977920 / 74539548)
18190Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (11037288 / 74539548)
18191Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (11095208 / 74539548)
18192Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 14% (11157472 / 74539548)
18193Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11219736 / 74539548)
18194Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11266072 / 74539548)
18195Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11309512 / 74539548)
18196Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11370328 / 74539548)
18197Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11432592 / 74539548)
18198Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11483272 / 74539548)
18199Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11523816 / 74539548)
18200Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11577392 / 74539548)
18201Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11628072 / 74539548)
18202Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11674408 / 74539548)
18203Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11723640 / 74539548)
18204Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11787352 / 74539548)
18205Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11852512 / 74539548)
18206Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 15% (11901744 / 74539548)
18207Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (11940840 / 74539548)
18208Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12020480 / 74539548)
18209Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12082744 / 74539548)
18210Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12124736 / 74539548)
18211Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12165280 / 74539548)
18212Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12207272 / 74539548)
18213Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12263744 / 74539548)
18214Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12321664 / 74539548)
18215Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12373792 / 74539548)
18216Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12428816 / 74539548)
18217Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12483840 / 74539548)
18218Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12544656 / 74539548)
18219Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12595336 / 74539548)
18220Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 16% (12641672 / 74539548)
18221Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (12703936 / 74539548)
18222Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (12769096 / 74539548)
18223Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (12802400 / 74539548)
18224Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (12847288 / 74539548)
18225Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (12895072 / 74539548)
18226Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (12954440 / 74539548)
18227Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (13010912 / 74539548)
18228Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (13042768 / 74539548)
18229Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (13081864 / 74539548)
18230Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (13141232 / 74539548)
18231Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (13183224 / 74539548)
18232Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (13239696 / 74539548)
18233Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (13283136 / 74539548)
18234Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (13336712 / 74539548)
18235Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 17% (13406216 / 74539548)
18236Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (13458344 / 74539548)
18237Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (13506128 / 74539548)
18238Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (13549568 / 74539548)
18239Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (13610384 / 74539548)
18240Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (13674096 / 74539548)
18241Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (13714640 / 74539548)
18242Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (13756632 / 74539548)
18243Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (13808760 / 74539548)
18244Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (13856544 / 74539548)
18245Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (13911568 / 74539548)
18246Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (13956456 / 74539548)
18247Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (13991208 / 74539548)
18248Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (14040440 / 74539548)
18249Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (14091120 / 74539548)
18250Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 18% (14153384 / 74539548)
18251Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14202616 / 74539548)
18252Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14241712 / 74539548)
18253Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14289496 / 74539548)
18254Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14340176 / 74539548)
18255Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14389408 / 74539548)
18256Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14431400 / 74539548)
18257Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14476288 / 74539548)
18258Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14521176 / 74539548)
18259Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14579096 / 74539548)
18260Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14621088 / 74539548)
18261Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14667424 / 74539548)
18262Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14699280 / 74539548)
18263Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14744168 / 74539548)
18264Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14791952 / 74539548)
18265Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14842632 / 74539548)
18266Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 19% (14883176 / 74539548)
18267Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (14913584 / 74539548)
18268Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (14968608 / 74539548)
18269Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15014944 / 74539548)
18270Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15084448 / 74539548)
18271Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15142368 / 74539548)
18272Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15182912 / 74539548)
18273Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15227800 / 74539548)
18274Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15285720 / 74539548)
18275Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15340744 / 74539548)
18276Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15388528 / 74539548)
18277Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15434864 / 74539548)
18278Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15469616 / 74539548)
18279Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15518848 / 74539548)
18280Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15581112 / 74539548)
18281Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 20% (15634688 / 74539548)
18282Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (15679576 / 74539548)
18283Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (15712880 / 74539548)
18284Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (15750528 / 74539548)
18285Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (15807000 / 74539548)
18286Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (15864920 / 74539548)
18287Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (15901120 / 74539548)
18288Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (15950352 / 74539548)
18289Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (15985104 / 74539548)
18290Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (16040128 / 74539548)
18291Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (16099496 / 74539548)
18292Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (16150176 / 74539548)
18293Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (16189272 / 74539548)
18294Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (16222576 / 74539548)
18295Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (16261672 / 74539548)
18296Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (16312352 / 74539548)
18297Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 21% (16371720 / 74539548)
18298Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16416608 / 74539548)
18299Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16465840 / 74539548)
18300Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16510728 / 74539548)
18301Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16571544 / 74539548)
18302Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16620776 / 74539548)
18303Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16665664 / 74539548)
18304Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16701864 / 74539548)
18305Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16735168 / 74539548)
18306Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16790192 / 74539548)
18307Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16851008 / 74539548)
18308Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16881416 / 74539548)
18309Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16926304 / 74539548)
18310Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (16958160 / 74539548)
18311Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (17005944 / 74539548)
18312Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (17065312 / 74539548)
18313Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 22% (17129024 / 74539548)
18314Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17168120 / 74539548)
18315Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17207216 / 74539548)
18316Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17257896 / 74539548)
18317Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17318712 / 74539548)
18318Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17372288 / 74539548)
18319Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17415728 / 74539548)
18320Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17462064 / 74539548)
18321Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17508400 / 74539548)
18322Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17569216 / 74539548)
18323Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17621344 / 74539548)
18324Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17656096 / 74539548)
18325Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17696640 / 74539548)
18326Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17763248 / 74539548)
18327Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17819720 / 74539548)
18328Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 23% (17881984 / 74539548)
18329Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (17922528 / 74539548)
18330Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (17961624 / 74539548)
18331Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18005064 / 74539548)
18332Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18070224 / 74539548)
18333Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18115112 / 74539548)
18334Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18167240 / 74539548)
18335Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18203440 / 74539548)
18336Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18251224 / 74539548)
18337Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18307696 / 74539548)
18338Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18358376 / 74539548)
18339Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18393128 / 74539548)
18340Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18433672 / 74539548)
18341Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18495936 / 74539548)
18342Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18546616 / 74539548)
18343Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18592952 / 74539548)
18344Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 24% (18626256 / 74539548)
18345Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (18668248 / 74539548)
18346Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (18717480 / 74539548)
18347Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (18762368 / 74539548)
18348Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (18817392 / 74539548)
18349Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (18856488 / 74539548)
18350Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (18901376 / 74539548)
18351Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (18947712 / 74539548)
18352Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (19001288 / 74539548)
18353Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (19069344 / 74539548)
18354Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (19115680 / 74539548)
18355Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (19163464 / 74539548)
18356Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (19209800 / 74539548)
18357Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (19247448 / 74539548)
18358Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (19290888 / 74539548)
18359Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (19325640 / 74539548)
18360Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 25% (19358944 / 74539548)
18361Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19402384 / 74539548)
18362Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19454512 / 74539548)
18363Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19513880 / 74539548)
18364Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19566008 / 74539548)
18365Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19610896 / 74539548)
18366Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19642752 / 74539548)
18367Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19689088 / 74539548)
18368Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19741216 / 74539548)
18369Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19796240 / 74539548)
18370Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19842576 / 74539548)
18371Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19886016 / 74539548)
18372Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19929456 / 74539548)
18373Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (19977240 / 74539548)
18374Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (20032264 / 74539548)
18375Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (20074256 / 74539548)
18376Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 26% (20114800 / 74539548)
18377Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20153896 / 74539548)
18378Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20192992 / 74539548)
18379Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20242224 / 74539548)
18380Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20288560 / 74539548)
18381Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20324760 / 74539548)
18382Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20358064 / 74539548)
18383Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20388472 / 74539548)
18384Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20418880 / 74539548)
18385Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20457976 / 74539548)
18386Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20514448 / 74539548)
18387Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20556440 / 74539548)
18388Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20602776 / 74539548)
18389Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20644768 / 74539548)
18390Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20680968 / 74539548)
18391Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20730200 / 74539548)
18392Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20782328 / 74539548)
18393Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20824320 / 74539548)
18394Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 27% (20861968 / 74539548)
18395Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (20901064 / 74539548)
18396Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (20938712 / 74539548)
18397Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (20990840 / 74539548)
18398Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (21035728 / 74539548)
18399Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (21089304 / 74539548)
18400Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (21128400 / 74539548)
18401Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (21168944 / 74539548)
18402Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (21215280 / 74539548)
18403Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (21283336 / 74539548)
18404Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (21339808 / 74539548)
18405Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (21391936 / 74539548)
18406Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (21426688 / 74539548)
18407Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (21473024 / 74539548)
18408Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (21522256 / 74539548)
18409Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 28% (21585968 / 74539548)
18410Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (21623616 / 74539548)
18411Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (21662712 / 74539548)
18412Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (21697464 / 74539548)
18413Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (21749592 / 74539548)
18414Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (21804616 / 74539548)
18415Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (21856744 / 74539548)
18416Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (21894392 / 74539548)
18417Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (21924800 / 74539548)
18418Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (21955208 / 74539548)
18419Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (22007336 / 74539548)
18420Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (22044984 / 74539548)
18421Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (22088424 / 74539548)
18422Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (22133312 / 74539548)
18423Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (22179648 / 74539548)
18424Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (22214400 / 74539548)
18425Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (22246256 / 74539548)
18426Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 29% (22298384 / 74539548)
18427Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22364992 / 74539548)
18428Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22408432 / 74539548)
18429Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22448976 / 74539548)
18430Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22493864 / 74539548)
18431Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22550336 / 74539548)
18432Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22614048 / 74539548)
18433Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22673416 / 74539548)
18434Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22718304 / 74539548)
18435Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22761744 / 74539548)
18436Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22818216 / 74539548)
18437Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22870344 / 74539548)
18438Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22931160 / 74539548)
18439Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (22986184 / 74539548)
18440Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (23038312 / 74539548)
18441Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 30% (23097680 / 74539548)
18442Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23151256 / 74539548)
18443Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23200488 / 74539548)
18444Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23238136 / 74539548)
18445Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23291712 / 74539548)
18446Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23330808 / 74539548)
18447Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23398864 / 74539548)
18448Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23449544 / 74539548)
18449Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23501672 / 74539548)
18450Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23546560 / 74539548)
18451Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23594344 / 74539548)
18452Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23643576 / 74539548)
18453Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23694256 / 74539548)
18454Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23743488 / 74539548)
18455Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23798512 / 74539548)
18456Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 31% (23844848 / 74539548)
18457Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (23885392 / 74539548)
18458Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (23952000 / 74539548)
18459Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24007024 / 74539548)
18460Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24047568 / 74539548)
18461Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24091008 / 74539548)
18462Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24128656 / 74539548)
18463Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24177888 / 74539548)
18464Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24230016 / 74539548)
18465Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24287936 / 74539548)
18466Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24338616 / 74539548)
18467Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24393640 / 74539548)
18468Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24438528 / 74539548)
18469Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24487760 / 74539548)
18470Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24531200 / 74539548)
18471Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 32% (24580432 / 74539548)
18472Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (24634008 / 74539548)
18473Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (24681792 / 74539548)
18474Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (24726680 / 74539548)
18475Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (24780256 / 74539548)
18476Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (24817904 / 74539548)
18477Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (24877272 / 74539548)
18478Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (24919264 / 74539548)
18479Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (24969944 / 74539548)
18480Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (25024968 / 74539548)
18481Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (25061168 / 74539548)
18482Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (25120536 / 74539548)
18483Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (25168320 / 74539548)
18484Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (25217552 / 74539548)
18485Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (25271128 / 74539548)
18486Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 33% (25326152 / 74539548)
18487Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25378280 / 74539548)
18488Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25430408 / 74539548)
18489Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25486880 / 74539548)
18490Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25534664 / 74539548)
18491Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25589688 / 74539548)
18492Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25640368 / 74539548)
18493Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25695392 / 74539548)
18494Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25750416 / 74539548)
18495Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25790960 / 74539548)
18496Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25837296 / 74539548)
18497Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25887976 / 74539548)
18498Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25941552 / 74539548)
18499Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (25986440 / 74539548)
18500Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 34% (26041464 / 74539548)
18501Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26093592 / 74539548)
18502Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26137032 / 74539548)
18503Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26183368 / 74539548)
18504Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26239840 / 74539548)
18505Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26280384 / 74539548)
18506Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26329616 / 74539548)
18507Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26386088 / 74539548)
18508Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26438216 / 74539548)
18509Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26488896 / 74539548)
18510Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26529440 / 74539548)
18511Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26577224 / 74539548)
18512Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26640936 / 74539548)
18513Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26700304 / 74539548)
18514Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 35% (26816144 / 74539548)
18515Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 36% (26862480 / 74539548)
18516Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 36% (26911712 / 74539548)
18517Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 36% (26969632 / 74539548)
18518Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 36% (27013072 / 74539548)
18519Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 36% (27053616 / 74539548)
18520Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 36% (27102848 / 74539548)
18521Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 36% (27165112 / 74539548)
18522Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 36% (27410872 / 74539548)
18523Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 36% (27534352 / 74539548)
18524Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (27582136 / 74539548)
18525Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (27625576 / 74539548)
18526Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (27664672 / 74539548)
18527Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (27715352 / 74539548)
18528Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (27766032 / 74539548)
18529Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (27804184 / 74539548)
18530Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (27846176 / 74539548)
18531Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (27892512 / 74539548)
18532Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (27975048 / 74539548)
18533Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (28038760 / 74539548)
18534Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (28077856 / 74539548)
18535Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (28135776 / 74539548)
18536Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (28202384 / 74539548)
18537Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 37% (28268992 / 74539548)
18538Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28328360 / 74539548)
18539Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28371800 / 74539548)
18540Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28425376 / 74539548)
18541Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28478952 / 74539548)
18542Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28531080 / 74539548)
18543Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28587552 / 74539548)
18544Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28635336 / 74539548)
18545Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28677328 / 74539548)
18546Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28729456 / 74539548)
18547Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28790272 / 74539548)
18548Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28849640 / 74539548)
18549Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28922040 / 74539548)
18550Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (28964032 / 74539548)
18551Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (29008920 / 74539548)
18552Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 38% (29046568 / 74539548)
18553Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29074080 / 74539548)
18554Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29100144 / 74539548)
18555Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29136344 / 74539548)
18556Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29172544 / 74539548)
18557Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29201504 / 74539548)
18558Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29231912 / 74539548)
18559Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29263768 / 74539548)
18560Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29308656 / 74539548)
18561Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29372368 / 74539548)
18562Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29428840 / 74539548)
18563Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29482416 / 74539548)
18564Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29530200 / 74539548)
18565Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29592464 / 74539548)
18566Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29644592 / 74539548)
18567Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29698168 / 74539548)
18568Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29756088 / 74539548)
18569Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 39% (29809664 / 74539548)
18570Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (29871928 / 74539548)
18571Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (29915368 / 74539548)
18572Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (29964600 / 74539548)
18573Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (30026864 / 74539548)
18574Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (30097816 / 74539548)
18575Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (30149944 / 74539548)
18576Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (30204968 / 74539548)
18577Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (30251304 / 74539548)
18578Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (30299088 / 74539548)
18579Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (30364248 / 74539548)
18580Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (30417824 / 74539548)
18581Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (30465608 / 74539548)
18582Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 40% (30529320 / 74539548)
18583Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (30581448 / 74539548)
18584Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (30630680 / 74539548)
18585Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (30687152 / 74539548)
18586Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (30734936 / 74539548)
18587Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (30792856 / 74539548)
18588Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (30844984 / 74539548)
18589Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (30891320 / 74539548)
18590Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (30940552 / 74539548)
18591Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (30988336 / 74539548)
18592Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (31047704 / 74539548)
18593Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (31101280 / 74539548)
18594Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (31151960 / 74539548)
18595Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (31198296 / 74539548)
18596Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (31237392 / 74539548)
18597Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 41% (31275040 / 74539548)
18598Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31314136 / 74539548)
18599Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31366264 / 74539548)
18600Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31414048 / 74539548)
18601Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31477760 / 74539548)
18602Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31521200 / 74539548)
18603Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31561744 / 74539548)
18604Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31609528 / 74539548)
18605Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31660208 / 74539548)
18606Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31710888 / 74539548)
18607Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31770256 / 74539548)
18608Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31831072 / 74539548)
18609Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31890440 / 74539548)
18610Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (31946912 / 74539548)
18611Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (32007728 / 74539548)
18612Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 42% (32051168 / 74539548)
18613Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32103296 / 74539548)
18614Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32153976 / 74539548)
18615Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32214792 / 74539548)
18616Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32258232 / 74539548)
18617Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32307464 / 74539548)
18618Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32356696 / 74539548)
18619Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32403032 / 74539548)
18620Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32452264 / 74539548)
18621Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32504392 / 74539548)
18622Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32562312 / 74539548)
18623Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32615888 / 74539548)
18624Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32675256 / 74539548)
18625Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32718696 / 74539548)
18626Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 43% (32760688 / 74539548)
18627Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (32799784 / 74539548)
18628Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (32860600 / 74539548)
18629Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (32928656 / 74539548)
18630Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (32980784 / 74539548)
18631Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (33025672 / 74539548)
18632Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (33085040 / 74539548)
18633Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (33135720 / 74539548)
18634Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (33171920 / 74539548)
18635Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (33225496 / 74539548)
18636Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (33274728 / 74539548)
18637Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (33323960 / 74539548)
18638Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (33380432 / 74539548)
18639Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (33436904 / 74539548)
18640Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (33487584 / 74539548)
18641Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 44% (33523784 / 74539548)
18642Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (33575912 / 74539548)
18643Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (33629488 / 74539548)
18644Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (33687408 / 74539548)
18645Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (33733744 / 74539548)
18646Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (33791664 / 74539548)
18647Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (33842344 / 74539548)
18648Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (33885784 / 74539548)
18649Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (33940808 / 74539548)
18650Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (33991488 / 74539548)
18651Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (34047960 / 74539548)
18652Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (34107328 / 74539548)
18653Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (34144976 / 74539548)
18654Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (34202896 / 74539548)
18655Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 45% (34253576 / 74539548)
18656Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34295568 / 74539548)
18657Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34346248 / 74539548)
18658Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34398376 / 74539548)
18659Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34449056 / 74539548)
18660Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34492496 / 74539548)
18661Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34548968 / 74539548)
18662Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34608336 / 74539548)
18663Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34645984 / 74539548)
18664Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34693768 / 74539548)
18665Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34747344 / 74539548)
18666Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34809608 / 74539548)
18667Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34855944 / 74539548)
18668Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34913864 / 74539548)
18669Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (34967440 / 74539548)
18670Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 46% (35005088 / 74539548)
18671Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35052872 / 74539548)
18672Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35105000 / 74539548)
18673Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35160024 / 74539548)
18674Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35215048 / 74539548)
18675Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35272968 / 74539548)
18676Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35320752 / 74539548)
18677Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35359848 / 74539548)
18678Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35403288 / 74539548)
18679Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35440936 / 74539548)
18680Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35485824 / 74539548)
18681Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35529264 / 74539548)
18682Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35578496 / 74539548)
18683Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35619040 / 74539548)
18684Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35646552 / 74539548)
18685Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35692888 / 74539548)
18686Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35734880 / 74539548)
18687Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 47% (35778320 / 74539548)
18688Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (35820312 / 74539548)
18689Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (35870992 / 74539548)
18690Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (35905744 / 74539548)
18691Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (35953528 / 74539548)
18692Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (35998416 / 74539548)
18693Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (36044752 / 74539548)
18694Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (36086744 / 74539548)
18695Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (36130184 / 74539548)
18696Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (36175072 / 74539548)
18697Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (36212720 / 74539548)
18698Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (36264848 / 74539548)
18699Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (36315528 / 74539548)
18700Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (36366208 / 74539548)
18701Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (36402408 / 74539548)
18702Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (36448744 / 74539548)
18703Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 48% (36495080 / 74539548)
18704Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (36532728 / 74539548)
18705Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (36580512 / 74539548)
18706Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (36622504 / 74539548)
18707Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (36670288 / 74539548)
18708Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (36716624 / 74539548)
18709Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (36770200 / 74539548)
18710Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (36816536 / 74539548)
18711Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (36858528 / 74539548)
18712Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (36904864 / 74539548)
18713Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (36946856 / 74539548)
18714Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (36997536 / 74539548)
18715Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (37049664 / 74539548)
18716Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (37101792 / 74539548)
18717Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (37166952 / 74539548)
18718Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 49% (37211840 / 74539548)
18719Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37271208 / 74539548)
18720Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37314648 / 74539548)
18721Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37359536 / 74539548)
18722Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37411664 / 74539548)
18723Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37465240 / 74539548)
18724Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37520264 / 74539548)
18725Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37560808 / 74539548)
18726Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37601352 / 74539548)
18727Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37644792 / 74539548)
18728Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37685336 / 74539548)
18729Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37728776 / 74539548)
18730Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37780904 / 74539548)
18731Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37841720 / 74539548)
18732Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37906880 / 74539548)
18733Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (37957560 / 74539548)
18734Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 50% (38002448 / 74539548)
18735Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38060368 / 74539548)
18736Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38098016 / 74539548)
18737Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38134216 / 74539548)
18738Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38171864 / 74539548)
18739Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38228336 / 74539548)
18740Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38283360 / 74539548)
18741Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38325352 / 74539548)
18742Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38357208 / 74539548)
18743Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38413680 / 74539548)
18744Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38458568 / 74539548)
18745Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38507800 / 74539548)
18746Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38546896 / 74539548)
18747Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38606264 / 74539548)
18748Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38656944 / 74539548)
18749Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 51% (38717760 / 74539548)
18750Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (38768440 / 74539548)
18751Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (38811880 / 74539548)
18752Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (38862560 / 74539548)
18753Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (38949440 / 74539548)
18754Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (39023288 / 74539548)
18755Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (39088448 / 74539548)
18756Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (39137680 / 74539548)
18757Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (39178224 / 74539548)
18758Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (39227456 / 74539548)
18759Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (39278136 / 74539548)
18760Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (39318680 / 74539548)
18761Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (39363568 / 74539548)
18762Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (39409904 / 74539548)
18763Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 52% (39456240 / 74539548)
18764Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (39508368 / 74539548)
18765Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (39548912 / 74539548)
18766Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (39601040 / 74539548)
18767Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (39645928 / 74539548)
18768Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (39700952 / 74539548)
18769Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (39750184 / 74539548)
18770Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (39805208 / 74539548)
18771Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (39867472 / 74539548)
18772Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (39908016 / 74539548)
18773Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (39958696 / 74539548)
18774Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (40007928 / 74539548)
18775Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (40051368 / 74539548)
18776Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (40099152 / 74539548)
18777Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (40149832 / 74539548)
18778Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (40191824 / 74539548)
18779Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 53% (40236712 / 74539548)
18780Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40280152 / 74539548)
18781Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40323592 / 74539548)
18782Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40361240 / 74539548)
18783Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40403232 / 74539548)
18784Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40439432 / 74539548)
18785Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40479976 / 74539548)
18786Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40523416 / 74539548)
18787Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40563960 / 74539548)
18788Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40598712 / 74539548)
18789Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40643600 / 74539548)
18790Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40685592 / 74539548)
18791Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40737720 / 74539548)
18792Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40786952 / 74539548)
18793Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40834736 / 74539548)
18794Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40885416 / 74539548)
18795Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40928856 / 74539548)
18796Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 54% (40985328 / 74539548)
18797Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41034560 / 74539548)
18798Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41083792 / 74539548)
18799Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41137368 / 74539548)
18800Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41186600 / 74539548)
18801Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41235832 / 74539548)
18802Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41287960 / 74539548)
18803Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41351672 / 74539548)
18804Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41419728 / 74539548)
18805Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41457376 / 74539548)
18806Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41495024 / 74539548)
18807Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41548600 / 74539548)
18808Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41592040 / 74539548)
18809Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41641272 / 74539548)
18810Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 55% (41694848 / 74539548)
18811Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (41752768 / 74539548)
18812Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (41807792 / 74539548)
18813Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (41846888 / 74539548)
18814Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (41891776 / 74539548)
18815Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (41939560 / 74539548)
18816Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (41977208 / 74539548)
18817Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (42022096 / 74539548)
18818Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (42064088 / 74539548)
18819Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (42284320 / 74539548)
18820Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (42336312 / 74539548)
18821Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (42378304 / 74539548)
18822Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (42417400 / 74539548)
18823Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 56% (42460840 / 74539548)
18824Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 57% (42514416 / 74539548)
18825Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 57% (42570888 / 74539548)
18826Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 57% (42650528 / 74539548)
18827Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 57% (42892344 / 74539548)
18828Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 57% (42927096 / 74539548)
18829Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 57% (42971984 / 74539548)
18830Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 57% (43025560 / 74539548)
18831Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 57% (43089272 / 74539548)
18832Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 57% (43137056 / 74539548)
18833Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 57% (43179048 / 74539548)
18834Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 57% (43222488 / 74539548)
18835Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43273168 / 74539548)
18836Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43331088 / 74539548)
18837Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43374528 / 74539548)
18838Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43417968 / 74539548)
18839Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43471544 / 74539548)
18840Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43516432 / 74539548)
18841Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43565664 / 74539548)
18842Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43620688 / 74539548)
18843Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43665576 / 74539548)
18844Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43709016 / 74539548)
18845Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43764040 / 74539548)
18846Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43826304 / 74539548)
18847Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43882776 / 74539548)
18848Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 58% (43937800 / 74539548)
18849Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (43995720 / 74539548)
18850Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44027576 / 74539548)
18851Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44065224 / 74539548)
18852Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44105768 / 74539548)
18853Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44147760 / 74539548)
18854Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44196992 / 74539548)
18855Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44246224 / 74539548)
18856Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44299800 / 74539548)
18857Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44336000 / 74539548)
18858Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44392472 / 74539548)
18859Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44448944 / 74539548)
18860Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44517000 / 74539548)
18861Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44570576 / 74539548)
18862Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44621256 / 74539548)
18863Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44664696 / 74539548)
18864Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 59% (44713928 / 74539548)
18865Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (44771848 / 74539548)
18866Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (44816736 / 74539548)
18867Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (44857280 / 74539548)
18868Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (44903616 / 74539548)
18869Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (44949952 / 74539548)
18870Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (45004976 / 74539548)
18871Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (45055656 / 74539548)
18872Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (45109232 / 74539548)
18873Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (45177288 / 74539548)
18874Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (45226520 / 74539548)
18875Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (45268512 / 74539548)
18876Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (45307608 / 74539548)
18877Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (45359736 / 74539548)
18878Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (45395936 / 74539548)
18879Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 60% (45442272 / 74539548)
18880Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (45500192 / 74539548)
18881Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (45563904 / 74539548)
18882Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (45611688 / 74539548)
18883Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (45662368 / 74539548)
18884Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (45705808 / 74539548)
18885Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (45752144 / 74539548)
18886Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (45817304 / 74539548)
18887Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (45878120 / 74539548)
18888Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (45917216 / 74539548)
18889Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (45962104 / 74539548)
18890Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (46006992 / 74539548)
18891Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (46047536 / 74539548)
18892Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (46098216 / 74539548)
18893Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (46161928 / 74539548)
18894Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 61% (46212608 / 74539548)
18895Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46276320 / 74539548)
18896Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46315416 / 74539548)
18897Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46355960 / 74539548)
18898Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46402296 / 74539548)
18899Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46441392 / 74539548)
18900Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46493520 / 74539548)
18901Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46552888 / 74539548)
18902Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46594880 / 74539548)
18903Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46652800 / 74539548)
18904Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46700584 / 74539548)
18905Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46742576 / 74539548)
18906Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46794704 / 74539548)
18907Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46859864 / 74539548)
18908Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46904752 / 74539548)
18909Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 62% (46952536 / 74539548)
18910Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47001768 / 74539548)
18911Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47042312 / 74539548)
18912Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47091544 / 74539548)
18913Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47132088 / 74539548)
18914Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47182768 / 74539548)
18915Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47247928 / 74539548)
18916Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47294264 / 74539548)
18917Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47368112 / 74539548)
18918Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47407208 / 74539548)
18919Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47466576 / 74539548)
18920Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47508568 / 74539548)
18921Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47580968 / 74539548)
18922Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47635992 / 74539548)
18923Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 63% (47692464 / 74539548)
18924Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (47740248 / 74539548)
18925Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (47780792 / 74539548)
18926Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (47838712 / 74539548)
18927Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (47879256 / 74539548)
18928Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (47940072 / 74539548)
18929Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (47996544 / 74539548)
18930Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (48038536 / 74539548)
18931Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (48080528 / 74539548)
18932Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (48115280 / 74539548)
18933Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (48151480 / 74539548)
18934Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (48196368 / 74539548)
18935Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (48234016 / 74539548)
18936Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (48280352 / 74539548)
18937Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (48323792 / 74539548)
18938Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (48358544 / 74539548)
18939Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (48388952 / 74539548)
18940Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 64% (48425152 / 74539548)
18941Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48470040 / 74539548)
18942Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48504792 / 74539548)
18943Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48542440 / 74539548)
18944Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48578640 / 74539548)
18945Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48619184 / 74539548)
18946Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48662624 / 74539548)
18947Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48707512 / 74539548)
18948Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48753848 / 74539548)
18949Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48811768 / 74539548)
18950Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48863896 / 74539548)
18951Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48910232 / 74539548)
18952Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48949328 / 74539548)
18953Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (48991320 / 74539548)
18954Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (49033312 / 74539548)
18955Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (49079648 / 74539548)
18956Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (49131776 / 74539548)
18957Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 65% (49188248 / 74539548)
18958Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49236032 / 74539548)
18959Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49286712 / 74539548)
18960Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49330152 / 74539548)
18961Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49367800 / 74539548)
18962Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49424272 / 74539548)
18963Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49473504 / 74539548)
18964Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49528528 / 74539548)
18965Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49590792 / 74539548)
18966Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49645816 / 74539548)
18967Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49695048 / 74539548)
18968Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49741384 / 74539548)
18969Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49786272 / 74539548)
18970Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49835504 / 74539548)
18971Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 66% (49887632 / 74539548)
18972Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (49947000 / 74539548)
18973Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (49993336 / 74539548)
18974Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (50044016 / 74539548)
18975Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (50093248 / 74539548)
18976Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (50133792 / 74539548)
18977Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (50183024 / 74539548)
18978Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (50233704 / 74539548)
18979Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (50285832 / 74539548)
18980Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (50342304 / 74539548)
18981Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (50395880 / 74539548)
18982Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (50443664 / 74539548)
18983Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (50497240 / 74539548)
18984Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (50555160 / 74539548)
18985Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 67% (50607288 / 74539548)
18986Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 68% (50697064 / 74539548)
18987Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 68% (50750640 / 74539548)
18988Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 68% (50783944 / 74539548)
18989Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 68% (50827384 / 74539548)
18990Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 68% (50873720 / 74539548)
18991Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 68% (50925848 / 74539548)
18992Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 68% (50993904 / 74539548)
18993Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 68% (51051824 / 74539548)
18994Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 68% (51260016 / 74539548)
18995Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51476088 / 74539548)
18996Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51516632 / 74539548)
18997Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51549936 / 74539548)
18998Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51586136 / 74539548)
18999Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51629576 / 74539548)
19000Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51662880 / 74539548)
19001Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51707768 / 74539548)
19002Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51757136 / 74539548)
19003Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51794784 / 74539548)
19004Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51833880 / 74539548)
19005Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51880216 / 74539548)
19006Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51926552 / 74539548)
19007Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (51969992 / 74539548)
19008Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (52025016 / 74539548)
19009Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (52093072 / 74539548)
19010Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (52129272 / 74539548)
19011Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 69% (52169816 / 74539548)
19012Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52213256 / 74539548)
19013Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52272624 / 74539548)
19014Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52329096 / 74539548)
19015Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52363848 / 74539548)
19016Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52405840 / 74539548)
19017Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52447832 / 74539548)
19018Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52494168 / 74539548)
19019Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52526024 / 74539548)
19020Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52575256 / 74539548)
19021Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52621592 / 74539548)
19022Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52665032 / 74539548)
19023Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52702680 / 74539548)
19024Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52759152 / 74539548)
19025Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52802592 / 74539548)
19026Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52847480 / 74539548)
19027Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 70% (52902504 / 74539548)
19028Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (52969112 / 74539548)
19029Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53024136 / 74539548)
19030Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53076264 / 74539548)
19031Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53131288 / 74539548)
19032Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53181968 / 74539548)
19033Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53238440 / 74539548)
19034Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53283328 / 74539548)
19035Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53326768 / 74539548)
19036Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53370208 / 74539548)
19037Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53420888 / 74539548)
19038Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53474464 / 74539548)
19039Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53520800 / 74539548)
19040Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53565688 / 74539548)
19041Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53612024 / 74539548)
19042Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 71% (53661256 / 74539548)
19043Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (53704696 / 74539548)
19044Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (53749584 / 74539548)
19045Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (53803160 / 74539548)
19046Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (53852392 / 74539548)
19047Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (53907416 / 74539548)
19048Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (53946512 / 74539548)
19049Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (53995744 / 74539548)
19050Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (54040632 / 74539548)
19051Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (54081176 / 74539548)
19052Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (54136200 / 74539548)
19053Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (54185432 / 74539548)
19054Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (54237560 / 74539548)
19055Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (54278104 / 74539548)
19056Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (54318648 / 74539548)
19057Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 72% (54366432 / 74539548)
19058Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54415664 / 74539548)
19059Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54459104 / 74539548)
19060Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54505440 / 74539548)
19061Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54545984 / 74539548)
19062Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54598112 / 74539548)
19063Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54653136 / 74539548)
19064Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54692232 / 74539548)
19065Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54748704 / 74539548)
19066Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54805176 / 74539548)
19067Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54848616 / 74539548)
19068Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54897848 / 74539548)
19069Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54947080 / 74539548)
19070Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (54999208 / 74539548)
19071Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (55036856 / 74539548)
19072Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (55106360 / 74539548)
19073Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 73% (55145456 / 74539548)
19074Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55197584 / 74539548)
19075Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55245368 / 74539548)
19076Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55297496 / 74539548)
19077Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55338040 / 74539548)
19078Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55381480 / 74539548)
19079Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55424920 / 74539548)
19080Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55466912 / 74539548)
19081Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55527728 / 74539548)
19082Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55603024 / 74539548)
19083Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55642120 / 74539548)
19084Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55707280 / 74539548)
19085Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55750720 / 74539548)
19086Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55794160 / 74539548)
19087Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55844840 / 74539548)
19088Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 74% (55888280 / 74539548)
19089Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (55936064 / 74539548)
19090Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (55970816 / 74539548)
19091Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (56020048 / 74539548)
19092Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (56070728 / 74539548)
19093Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (56108376 / 74539548)
19094Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (56150368 / 74539548)
19095Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (56206840 / 74539548)
19096Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (56245936 / 74539548)
19097Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (56303856 / 74539548)
19098Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (56358880 / 74539548)
19099Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (56408112 / 74539548)
19100Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (56448656 / 74539548)
19101Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (56506576 / 74539548)
19102Downloading xulrunner-31.0.en-US.linux-i686.sdk.tar.bz2: 75% (56552912 / 74539548)/var/tmp/659
19103

Run Command on atomic02

When
Completed at May 21 2015, 8:31 AM · Built for 20 m, 19 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 1716 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1+ test_build=0
2+ test_functional=0
3+ test_integration=0
4+ test_performance=0
5+ test_unit=0
6+ vcs=git
7+ '[' 12 -gt 0 ']'
8+ case $1 in
9++ eval echo ''\''479'\'''
10+++ echo 479
11+ id=479
12+ shift
13+ shift
14+ '[' 10 -gt 0 ']'
15+ case $1 in
16++ eval echo master
17+++ echo master
18+ commit=master
19+ shift
20+ shift
21+ '[' 8 -gt 0 ']'
22+ case $1 in
23++ eval echo ''\'''\'''
24+++ echo ''
25+ differential=
26+ shift
27+ shift
28+ '[' 6 -gt 0 ']'
29+ case $1 in
30++ eval echo ''\''PHID-HMBT-hlw2664dp6o2k347jf72'\'''
31+++ echo PHID-HMBT-hlw2664dp6o2k347jf72
32+ phid=PHID-HMBT-hlw2664dp6o2k347jf72
33+ shift
34+ shift
35+ '[' 4 -gt 0 ']'
36+ case $1 in
37++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git
38+++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
39+ uri=ssh://git@git.kolab.org/diffusion/QA/stick.git
40+ shift
41+ shift
42+ '[' 2 -gt 0 ']'
43+ case $1 in
44++ eval echo git
45+++ echo git
46+ vcs=git
47+ shift
48+ shift
49+ '[' 0 -gt 0 ']'
50+ '[' -z master -a -z '' ']'
51+ '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']'
52+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
53+ test_build=1
54+ test_functional=1
55+ test_integration=1
56+ test_performance=1
57+ test_unit=1
58+ '[' -z git ']'
59+ case ${vcs} in
60++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git
61+ package=stick
62++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
63++ sed -e 's|ssh://git@|https://|g'
64+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
65+ case ${package} in
66+ case ${uri} in
67++ pwd
68+ export TMPDIR=/var/tmp/658
69+ TMPDIR=/var/tmp/658
70+ '[' '!' -d stick.git ']'
71+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
72+ pushd stick.git
73+ git checkout master
74Already on 'master'
75+ popd
76+ '[' stick '!=' stick ']'
77+ export commit
78+ export differential
79+ export id
80+ export package
81+ export phid
82+ export ro_uri
83+ export uri
84+ export vcs
85+ export test_build
86+ export test_functional
87+ export test_integration
88+ export test_performance
89+ export test_unit
90+ '[' -x stick.git/drydocker/stick/build.sh ']'
91+ pushd stick.git
92+ ../stick.git/drydocker/stick/build.sh
93Sending build context to Docker daemon 4.608 kB
94
95Sending build context to Docker daemon
962015/05/21 10:31:10 No such id: baf583eafab6235c46fa44249a549b1ed5c199e8bdc525f8954929588d7ed5a2
97make: *** [all] Error 1
98+ retval=2
99+ popd
100+ cd /var/tmp
101+ rm -rf /var/tmp/658
102+ exit 2
103

Build Log 1715 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Cloning into 'stick.git'...
2/var/tmp/658/stick.git /var/tmp/658
3/var/tmp/658
4/var/tmp/658/stick.git /var/tmp/658
5Cloning into '/var/tmp/658/docker.git'...
6/var/tmp/658/docker.git/ci /var/tmp/658/stick.git
7for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
8 docker build -t kolab/ci-$dist - < $dist ; \
9done
10Step 0 : FROM centos:centos7
11 ---> fd44297e2ddb
12Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
13 ---> Using cache
14 ---> ecaf0d1cda0d
15Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
16 ---> Using cache
17 ---> ce4063876885
18Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
19 ---> Using cache
20 ---> b488618b5be4
21Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
22 ---> Using cache
23 ---> 2b9d3c3969b2
24Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
25 ---> Using cache
26 ---> 02692e9e302f
27Step 6 : RUN sed -i -e '/tsflags=nodocs/d' /etc/yum.conf && sed -r -i -e 's/enabled\s*=\s*1/enabled=0/g' /etc/yum/pluginconf.d/fastestmirror.conf
28 ---> Using cache
29 ---> fd998e4d1510
30Step 7 : RUN yum -y reinstall \*
31 ---> Using cache
32 ---> 5e1839e59269
33Step 8 : ENV IMAGE maipo
34 ---> Using cache
35 ---> e4c51814b87a
36Step 9 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/dbus.service /etc/systemd/system/dbus.service
37 ---> Using cache
38 ---> 0c0c22c4cdf1
39Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
40 ---> Using cache
41 ---> c1fd2b5fbe57
42Step 11 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/httpd.service /etc/systemd/system/httpd.service
43 ---> Using cache
44 ---> 5f43b3fffe63
45Step 12 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl /usr/bin/systemctl
46 ---> Using cache
47 ---> 76170bde0c99
48Step 13 : ADD https://raw.githubusercontent.com/adelton/docker-freeipa/master/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
49 ---> Using cache
50 ---> ef0d1bb69f22
51Step 14 : RUN chmod -v +x /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
52 ---> Using cache
53 ---> af36aa4a2faa
54Step 15 : ADD https://cgit.cyrus.foundation/docker/tree/.vimrc /root/.vimrc
55 ---> adb4cbeb00d9
56Removing intermediate container 1ebc1c57cfa3
57Step 16 : RUN yum clean all && yum -y install epel-release yum -y install --skip-broken ant build git glibc-devel glibc-devel.i686 gtk2-devel ibus-devel java-devel osc passwd perl-Digest-MD5 perl-TimeDate python-selenium rpmdevtools sudo vim-enhanced yum-utils @development @fedora-packager && yum-builddep -y --skip-broken $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' )
58 ---> Running in 67038478c04c
59Cleaning repos: Kolab_Development base extras openSUSE_Tools systemdcontainer
60 : updates
61Cleaning up everything
62Package yum-3.4.3-125.el7.centos.noarch already installed and latest version
63No package install available.
64Warning: Package group fedora-packager does not exist.
65Resolving Dependencies
66--> Running transaction check
67---> Package ant.noarch 0:1.9.2-9.el7 will be installed
68--> Processing Dependency: jpackage-utils >= 1.7.5 for package: ant-1.9.2-9.el7.noarch
69--> Processing Dependency: xml-commons-apis for package: ant-1.9.2-9.el7.noarch
70--> Processing Dependency: xerces-j2 for package: ant-1.9.2-9.el7.noarch
71--> Processing Dependency: perl for package: ant-1.9.2-9.el7.noarch
72--> Processing Dependency: jpackage-utils for package: ant-1.9.2-9.el7.noarch
73---> Package autoconf.noarch 0:2.69-11.el7 will be installed
74--> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch
75--> Processing Dependency: perl(constant) for package: autoconf-2.69-11.el7.noarch
76--> Processing Dependency: perl(Text::ParseWords) for package: autoconf-2.69-11.el7.noarch
77--> Processing Dependency: perl(Getopt::Long) for package: autoconf-2.69-11.el7.noarch
78--> Processing Dependency: perl(File::Spec) for package: autoconf-2.69-11.el7.noarch
79--> Processing Dependency: perl(File::Path) for package: autoconf-2.69-11.el7.noarch
80--> Processing Dependency: perl(Exporter) for package: autoconf-2.69-11.el7.noarch
81--> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
82--> Processing Dependency: perl(Cwd) for package: autoconf-2.69-11.el7.noarch
83--> Processing Dependency: perl(Carp) for package: autoconf-2.69-11.el7.noarch
84---> Package automake.noarch 0:1.13.4-3.el7 will be installed
85--> Processing Dependency: perl(threads) for package: automake-1.13.4-3.el7.noarch
86--> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el7.noarch
87--> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
88---> Package bison.x86_64 0:2.7-4.el7 will be installed
89---> Package build.noarch 0:20150317-192.1 will be installed
90--> Processing Dependency: build-mkbaselibs for package: build-20150317-192.1.noarch
91--> Processing Dependency: tar for package: build-20150317-192.1.noarch
92---> Package byacc.x86_64 0:1.9.20130304-3.el7 will be installed
93---> Package cscope.x86_64 0:15.8-7.el7 will be installed
94--> Processing Dependency: emacs-filesystem for package: cscope-15.8-7.el7.x86_64
95---> Package ctags.x86_64 0:5.8-13.el7 will be installed
96---> Package diffstat.x86_64 0:1.57-4.el7 will be installed
97---> Package doxygen.x86_64 1:1.8.5-3.el7 will be installed
98---> Package elfutils.x86_64 0:0.160-1.el7 will be installed
99--> Processing Dependency: elfutils-libs(x86-64) = 0.160-1.el7 for package: elfutils-0.160-1.el7.x86_64
100--> Processing Dependency: libdw.so.1(ELFUTILS_0.158)(64bit) for package: elfutils-0.160-1.el7.x86_64
101--> Processing Dependency: libdw.so.1(ELFUTILS_0.149)(64bit) for package: elfutils-0.160-1.el7.x86_64
102--> Processing Dependency: libdw.so.1(ELFUTILS_0.148)(64bit) for package: elfutils-0.160-1.el7.x86_64
103--> Processing Dependency: libdw.so.1(ELFUTILS_0.138)(64bit) for package: elfutils-0.160-1.el7.x86_64
104--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils-0.160-1.el7.x86_64
105--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils-0.160-1.el7.x86_64
106--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils-0.160-1.el7.x86_64
107--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils-0.160-1.el7.x86_64
108--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils-0.160-1.el7.x86_64
109--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64
110--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64
111---> Package epel-release.noarch 0:7-5 will be installed
112---> Package flex.x86_64 0:2.5.37-3.el7 will be installed
113---> Package gcc.x86_64 0:4.8.3-9.el7 will be installed
114--> Processing Dependency: cpp = 4.8.3-9.el7 for package: gcc-4.8.3-9.el7.x86_64
115--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.3-9.el7.x86_64
116--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.3-9.el7.x86_64
117---> Package gcc-c++.x86_64 0:4.8.3-9.el7 will be installed
118--> Processing Dependency: libstdc++-devel = 4.8.3-9.el7 for package: gcc-c++-4.8.3-9.el7.x86_64
119---> Package gcc-gfortran.x86_64 0:4.8.3-9.el7 will be installed
120--> Processing Dependency: libquadmath-devel = 4.8.3-9.el7 for package: gcc-gfortran-4.8.3-9.el7.x86_64
121--> Processing Dependency: libquadmath = 4.8.3-9.el7 for package: gcc-gfortran-4.8.3-9.el7.x86_64
122--> Processing Dependency: libgfortran = 4.8.3-9.el7 for package: gcc-gfortran-4.8.3-9.el7.x86_64
123--> Processing Dependency: libgfortran.so.3()(64bit) for package: gcc-gfortran-4.8.3-9.el7.x86_64
124---> Package gettext.x86_64 0:0.18.2.1-4.el7 will be installed
125--> Processing Dependency: libgettextsrc-0.18.2.so()(64bit) for package: gettext-0.18.2.1-4.el7.x86_64
126--> Processing Dependency: libgettextlib-0.18.2.so()(64bit) for package: gettext-0.18.2.1-4.el7.x86_64
127---> Package git.x86_64 0:1.8.3.1-4.el7 will be installed
128--> Processing Dependency: perl-Git = 1.8.3.1-4.el7 for package: git-1.8.3.1-4.el7.x86_64
129--> Processing Dependency: rsync for package: git-1.8.3.1-4.el7.x86_64
130--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-4.el7.x86_64
131--> Processing Dependency: perl(Git) for package: git-1.8.3.1-4.el7.x86_64
132--> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-4.el7.x86_64
133--> Processing Dependency: perl(Error) for package: git-1.8.3.1-4.el7.x86_64
134--> Processing Dependency: openssh-clients for package: git-1.8.3.1-4.el7.x86_64
135--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-4.el7.x86_64
136---> Package glibc-devel.i686 0:2.17-78.el7 will be installed
137--> Processing Dependency: glibc-headers = 2.17-78.el7 for package: glibc-devel-2.17-78.el7.i686
138--> Processing Dependency: libutil.so.1 for package: glibc-devel-2.17-78.el7.i686
139--> Processing Dependency: libthread_db.so.1 for package: glibc-devel-2.17-78.el7.i686
140--> Processing Dependency: librt.so.1 for package: glibc-devel-2.17-78.el7.i686
141--> Processing Dependency: libresolv.so.2 for package: glibc-devel-2.17-78.el7.i686
142--> Processing Dependency: libnss_nisplus.so.2 for package: glibc-devel-2.17-78.el7.i686
143--> Processing Dependency: libnss_nis.so.2 for package: glibc-devel-2.17-78.el7.i686
144--> Processing Dependency: libnss_hesiod.so.2 for package: glibc-devel-2.17-78.el7.i686
145--> Processing Dependency: libnss_files.so.2 for package: glibc-devel-2.17-78.el7.i686
146--> Processing Dependency: libnss_dns.so.2 for package: glibc-devel-2.17-78.el7.i686
147--> Processing Dependency: libnss_db.so.2 for package: glibc-devel-2.17-78.el7.i686
148--> Processing Dependency: libnss_compat.so.2 for package: glibc-devel-2.17-78.el7.i686
149--> Processing Dependency: libnsl.so.1 for package: glibc-devel-2.17-78.el7.i686
150--> Processing Dependency: libm.so.6 for package: glibc-devel-2.17-78.el7.i686
151--> Processing Dependency: libdl.so.2 for package: glibc-devel-2.17-78.el7.i686
152--> Processing Dependency: libcrypt.so.1 for package: glibc-devel-2.17-78.el7.i686
153--> Processing Dependency: libcidn.so.1 for package: glibc-devel-2.17-78.el7.i686
154--> Processing Dependency: libanl.so.1 for package: glibc-devel-2.17-78.el7.i686
155--> Processing Dependency: libBrokenLocale.so.1 for package: glibc-devel-2.17-78.el7.i686
156--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-78.el7.i686
157---> Package glibc-devel.x86_64 0:2.17-78.el7 will be installed
158---> Package gtk2-devel.x86_64 0:2.24.22-5.el7_0.1 will be installed
159--> Processing Dependency: gtk2 = 2.24.22-5.el7_0.1 for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
160--> Processing Dependency: pango-devel >= 1.20.0-1 for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
161--> Processing Dependency: glib2-devel >= 2.28.0-1 for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
162--> Processing Dependency: cairo-devel >= 1.6.0-1 for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
163--> Processing Dependency: atk-devel >= 1.29.4-2 for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
164--> Processing Dependency: pkgconfig(pangoft2) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
165--> Processing Dependency: pkgconfig(pangocairo) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
166--> Processing Dependency: pkgconfig(pango) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
167--> Processing Dependency: pkgconfig(gio-2.0) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
168--> Processing Dependency: pkgconfig(gdk-pixbuf-2.0) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
169--> Processing Dependency: pkgconfig(cairo) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
170--> Processing Dependency: pkgconfig(atk) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
171--> Processing Dependency: libpng-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
172--> Processing Dependency: libXrandr-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
173--> Processing Dependency: libXinerama-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
174--> Processing Dependency: libXi-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
175--> Processing Dependency: libXfixes-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
176--> Processing Dependency: libXext-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
177--> Processing Dependency: libXcursor-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
178--> Processing Dependency: libXcomposite-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
179--> Processing Dependency: libX11-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
180--> Processing Dependency: gdk-pixbuf2-devel for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
181--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
182--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
183--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
184--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
185--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
186--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
187--> Processing Dependency: libgailutil.so.18()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
188--> Processing Dependency: libfreetype.so.6()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
189--> Processing Dependency: libfontconfig.so.1()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
190--> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
191--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
192--> Processing Dependency: libXrender.so.1()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
193--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
194--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
195--> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
196--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
197--> Processing Dependency: libXext.so.6()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
198--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
199--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
200--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
201--> Processing Dependency: libX11.so.6()(64bit) for package: gtk2-devel-2.24.22-5.el7_0.1.x86_64
202---> Package ibus-devel.x86_64 0:1.5.3-11.el7 will be installed
203--> Processing Dependency: ibus-libs = 1.5.3-11.el7 for package: ibus-devel-1.5.3-11.el7.x86_64
204--> Processing Dependency: ibus(x86-64) = 1.5.3-11.el7 for package: ibus-devel-1.5.3-11.el7.x86_64
205--> Processing Dependency: vala for package: ibus-devel-1.5.3-11.el7.x86_64
206--> Processing Dependency: gobject-introspection-devel for package: ibus-devel-1.5.3-11.el7.x86_64
207--> Processing Dependency: dbus-devel for package: ibus-devel-1.5.3-11.el7.x86_64
208--> Processing Dependency: libibus-1.0.so.5()(64bit) for package: ibus-devel-1.5.3-11.el7.x86_64
209---> Package indent.x86_64 0:2.2.11-13.el7 will be installed
210---> Package intltool.noarch 0:0.50.2-6.el7 will be installed
211--> Processing Dependency: perl(XML::Parser) for package: intltool-0.50.2-6.el7.noarch
212--> Processing Dependency: perl(Encode) for package: intltool-0.50.2-6.el7.noarch
213--> Processing Dependency: gettext-devel for package: intltool-0.50.2-6.el7.noarch
214---> Package java-1.7.0-openjdk-devel.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
215--> Processing Dependency: java-1.7.0-openjdk = 1:1.7.0.79-2.5.5.1.el7_1 for package: 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
216---> Package libtool.x86_64 0:2.4.2-20.el7 will be installed
217---> Package make.x86_64 1:3.82-21.el7 will be installed
218---> Package osc.x86_64 0:0.151.2-169.1 will be installed
219--> Processing Dependency: m2crypto > 0.19 for package: osc-0.151.2-169.1.x86_64
220---> Package passwd.x86_64 0:0.79-4.el7 will be installed
221---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
222---> Package patchutils.x86_64 0:0.3.3-4.el7 will be installed
223---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
224--> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64
225---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
226--> Processing Dependency: perl(Time::Local) for package: 1:perl-TimeDate-2.30-2.el7.noarch
227---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
228--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
229---> Package rcs.x86_64 0:5.9.0-5.el7 will be installed
230---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed
231--> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
232--> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
233--> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
234---> Package rpm-build.x86_64 0:4.11.1-25.el7 will be installed
235--> Processing Dependency: unzip for package: rpm-build-4.11.1-25.el7.x86_64
236--> Processing Dependency: bzip2 for package: rpm-build-4.11.1-25.el7.x86_64
237--> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.1-25.el7.x86_64
238---> Package rpm-sign.x86_64 0:4.11.1-25.el7 will be installed
239---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed
240--> Processing Dependency: /usr/bin/man for package: rpmdevtools-8.3-5.el7.noarch
241---> Package subversion.x86_64 0:1.7.14-7.el7_0 will be installed
242--> Processing Dependency: subversion-libs(x86-64) = 1.7.14-7.el7_0 for package: subversion-1.7.14-7.el7_0.x86_64
243--> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
244--> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
245--> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
246--> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
247--> Processing Dependency: libsvn_ra_neon-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
248--> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
249--> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
250--> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
251--> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
252--> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
253--> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
254--> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
255--> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
256--> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
257--> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
258--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
259--> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64
260---> Package sudo.x86_64 0:1.8.6p7-13.el7 will be installed
261---> Package swig.x86_64 0:2.0.11-11.el7.kolab_3.5 will be installed
262---> Package systemtap.x86_64 0:2.6-10.el7_1 will be installed
263--> Processing Dependency: systemtap-devel = 2.6-10.el7_1 for package: systemtap-2.6-10.el7_1.x86_64
264--> Processing Dependency: systemtap-client = 2.6-10.el7_1 for package: systemtap-2.6-10.el7_1.x86_64
265---> Package vim-enhanced.x86_64 2:7.4.160-1.el7 will be installed
266--> Processing Dependency: vim-common = 2:7.4.160-1.el7 for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
267--> Processing Dependency: libperl.so()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
268--> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
269---> Package yum-utils.noarch 0:1.1.31-29.el7 will be installed
270--> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-29.el7.noarch
271--> Running transaction check
272---> Package apr.x86_64 0:1.4.8-3.el7 will be installed
273---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
274---> Package atk.x86_64 0:2.8.0-4.el7 will be installed
275---> Package atk-devel.x86_64 0:2.8.0-4.el7 will be installed
276---> Package build-mkbaselibs.noarch 0:20150317-192.1 will be installed
277---> Package bzip2.x86_64 0:1.0.6-12.el7 will be installed
278---> Package cairo.x86_64 0:1.12.14-6.el7 will be installed
279--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: cairo-1.12.14-6.el7.x86_64
280--> Processing Dependency: libxcb.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
281--> Processing Dependency: libxcb-shm.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64
282--> Processing Dependency: libxcb-render.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64
283--> Processing Dependency: libpng15.so.15()(64bit) for package: cairo-1.12.14-6.el7.x86_64
284--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64
285--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
286--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
287---> Package cairo-devel.x86_64 0:1.12.14-6.el7 will be installed
288--> Processing Dependency: pkgconfig(xrender) >= 0.6 for package: cairo-devel-1.12.14-6.el7.x86_64
289--> Processing Dependency: pkgconfig(xcb-render) >= 1.6 for package: cairo-devel-1.12.14-6.el7.x86_64
290--> Processing Dependency: pkgconfig(xcb) >= 1.6 for package: cairo-devel-1.12.14-6.el7.x86_64
291--> Processing Dependency: pkgconfig(pixman-1) >= 0.22.0 for package: cairo-devel-1.12.14-6.el7.x86_64
292--> Processing Dependency: pkgconfig(freetype2) >= 9.7.3 for package: cairo-devel-1.12.14-6.el7.x86_64
293--> Processing Dependency: pkgconfig(fontconfig) >= 2.2.95 for package: cairo-devel-1.12.14-6.el7.x86_64
294--> Processing Dependency: pixman-devel >= 0.18.4 for package: cairo-devel-1.12.14-6.el7.x86_64
295--> Processing Dependency: freetype-devel >= 2.1.9 for package: cairo-devel-1.12.14-6.el7.x86_64
296--> Processing Dependency: fontconfig-devel >= 2.2.95 for package: cairo-devel-1.12.14-6.el7.x86_64
297--> Processing Dependency: pkgconfig(xcb-shm) for package: cairo-devel-1.12.14-6.el7.x86_64
298--> Processing Dependency: pkgconfig(gl) for package: cairo-devel-1.12.14-6.el7.x86_64
299--> Processing Dependency: pkgconfig(egl) for package: cairo-devel-1.12.14-6.el7.x86_64
300--> Processing Dependency: libXrender-devel for package: cairo-devel-1.12.14-6.el7.x86_64
301---> Package cpp.x86_64 0:4.8.3-9.el7 will be installed
302---> Package dbus-devel.x86_64 1:1.6.12-11.el7 will be installed
303--> Processing Dependency: dbus = 1:1.6.12-11.el7 for package: 1:dbus-devel-1.6.12-11.el7.x86_64
304---> Package dwz.x86_64 0:0.11-3.el7 will be installed
305---> Package elfutils-libs.x86_64 0:0.160-1.el7 will be installed
306---> Package emacs-filesystem.noarch 1:24.3-11.el7 will be installed
307---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
308--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
309---> Package freetype.x86_64 0:2.4.11-10.el7_1.1 will be installed
310---> Package gdb.x86_64 0:7.6.1-64.el7 will be installed
311---> Package gdk-pixbuf2.x86_64 0:2.28.2-4.el7 will be installed
312--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
313--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
314--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
315--> Processing Dependency: libjpeg.so.62()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
316--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64
317---> Package gdk-pixbuf2-devel.x86_64 0:2.28.2-4.el7 will be installed
318---> Package gettext-devel.x86_64 0:0.18.2.1-4.el7 will be installed
319--> Processing Dependency: gettext-common-devel = 0.18.2.1-4.el7 for package: gettext-devel-0.18.2.1-4.el7.x86_64
320---> Package gettext-libs.x86_64 0:0.18.2.1-4.el7 will be installed
321---> Package glib2-devel.x86_64 0:2.40.0-4.el7 will be installed
322---> Package glibc.i686 0:2.17-78.el7 will be installed
323--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.17-78.el7.i686
324--> Processing Dependency: libfreebl3.so for package: glibc-2.17-78.el7.i686
325---> Package glibc-headers.x86_64 0:2.17-78.el7 will be installed
326--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-78.el7.x86_64
327--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-78.el7.x86_64
328---> Package gobject-introspection-devel.x86_64 0:1.36.0-4.el7 will be installed
329--> Processing Dependency: gobject-introspection = 1.36.0-4.el7 for package: gobject-introspection-devel-1.36.0-4.el7.x86_64
330--> Processing Dependency: python-mako for package: gobject-introspection-devel-1.36.0-4.el7.x86_64
331--> Processing Dependency: pkgconfig(libffi) for package: gobject-introspection-devel-1.36.0-4.el7.x86_64
332--> Processing Dependency: libgirepository-1.0.so.1()(64bit) for package: gobject-introspection-devel-1.36.0-4.el7.x86_64
333---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed
334---> Package gtk2.x86_64 0:2.24.22-5.el7_0.1 will be installed
335--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.22-5.el7_0.1.x86_64
336--> Processing Dependency: libcups.so.2()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64
337---> Package ibus.x86_64 0:1.5.3-11.el7 will be installed
338--> Processing Dependency: ibus-setup = 1.5.3-11.el7 for package: ibus-1.5.3-11.el7.x86_64
339--> Processing Dependency: ibus-gtk3 = 1.5.3-11.el7 for package: ibus-1.5.3-11.el7.x86_64
340--> Processing Dependency: ibus-gtk2 = 1.5.3-11.el7 for package: ibus-1.5.3-11.el7.x86_64
341--> Processing Dependency: dbus-python >= 0.83.0 for package: ibus-1.5.3-11.el7.x86_64
342--> Processing Dependency: xorg-x11-xkb-utils for package: ibus-1.5.3-11.el7.x86_64
343--> Processing Dependency: xorg-x11-xinit for package: ibus-1.5.3-11.el7.x86_64
344--> Processing Dependency: pygobject3-base for package: ibus-1.5.3-11.el7.x86_64
345--> Processing Dependency: librsvg2 for package: ibus-1.5.3-11.el7.x86_64
346--> Processing Dependency: iso-codes for package: ibus-1.5.3-11.el7.x86_64
347--> Processing Dependency: desktop-file-utils for package: ibus-1.5.3-11.el7.x86_64
348--> Processing Dependency: desktop-file-utils for package: ibus-1.5.3-11.el7.x86_64
349--> Processing Dependency: dconf for package: ibus-1.5.3-11.el7.x86_64
350--> Processing Dependency: dbus-x11 for package: ibus-1.5.3-11.el7.x86_64
351--> Processing Dependency: libnotify.so.4()(64bit) for package: ibus-1.5.3-11.el7.x86_64
352--> Processing Dependency: libgtk-3.so.0()(64bit) for package: ibus-1.5.3-11.el7.x86_64
353--> Processing Dependency: libgdk-3.so.0()(64bit) for package: ibus-1.5.3-11.el7.x86_64
354--> Processing Dependency: libdconf.so.1()(64bit) for package: ibus-1.5.3-11.el7.x86_64
355--> Processing Dependency: libcairo-gobject.so.2()(64bit) for package: ibus-1.5.3-11.el7.x86_64
356---> Package ibus-libs.x86_64 0:1.5.3-11.el7 will be installed
357---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
358--> Processing Dependency: java-1.7.0-openjdk-headless = 1:1.7.0.79-2.5.5.1.el7_1 for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
359--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
360--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
361--> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
362--> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
363--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
364--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
365--> Processing Dependency: libpulse.so.0()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
366--> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
367--> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
368--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
369--> Processing Dependency: libawt.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
370--> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
371--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64
372---> Package javapackages-tools.noarch 0:3.4.1-6.el7_0 will be installed
373--> Processing Dependency: python-javapackages = 3.4.1-6.el7_0 for package: javapackages-tools-3.4.1-6.el7_0.noarch
374--> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-6.el7_0.noarch
375---> Package libX11.x86_64 0:1.6.0-2.1.el7 will be installed
376--> Processing Dependency: libX11-common = 1.6.0-2.1.el7 for package: libX11-1.6.0-2.1.el7.x86_64
377---> Package libX11-devel.x86_64 0:1.6.0-2.1.el7 will be installed
378--> Processing Dependency: pkgconfig(xproto) for package: libX11-devel-1.6.0-2.1.el7.x86_64
379--> Processing Dependency: pkgconfig(kbproto) for package: libX11-devel-1.6.0-2.1.el7.x86_64
380---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
381---> Package libXcomposite-devel.x86_64 0:0.4.4-4.1.el7 will be installed
382---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
383---> Package libXcursor-devel.x86_64 0:1.1.14-2.1.el7 will be installed
384---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
385---> Package libXext.x86_64 0:1.3.2-2.1.el7 will be installed
386---> Package libXext-devel.x86_64 0:1.3.2-2.1.el7 will be installed
387---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
388---> Package libXfixes-devel.x86_64 0:5.0.1-2.1.el7 will be installed
389---> Package libXi.x86_64 0:1.7.2-2.1.el7 will be installed
390---> Package libXi-devel.x86_64 0:1.7.2-2.1.el7 will be installed
391---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
392---> Package libXinerama-devel.x86_64 0:1.1.3-2.1.el7 will be installed
393---> Package libXrandr.x86_64 0:1.4.1-2.1.el7 will be installed
394---> Package libXrandr-devel.x86_64 0:1.4.1-2.1.el7 will be installed
395---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
396---> Package libgfortran.x86_64 0:4.8.3-9.el7 will be installed
397---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
398---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
399---> Package libpng-devel.x86_64 2:1.5.13-5.el7 will be installed
400--> Processing Dependency: zlib-devel(x86-64) for package: 2:libpng-devel-1.5.13-5.el7.x86_64
401---> Package libquadmath.x86_64 0:4.8.3-9.el7 will be installed
402---> Package libquadmath-devel.x86_64 0:4.8.3-9.el7 will be installed
403---> Package libstdc++-devel.x86_64 0:4.8.3-9.el7 will be installed
404---> Package m2crypto.x86_64 0:0.21.1-15.el7 will be installed
405---> Package m4.x86_64 0:1.4.16-9.el7 will be installed
406---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed
407--> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-9.el7.x86_64
408---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
409---> Package neon.x86_64 0:0.30.0-3.el7 will be installed
410--> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: neon-0.30.0-3.el7.x86_64
411--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: neon-0.30.0-3.el7.x86_64
412--> Processing Dependency: libproxy.so.1()(64bit) for package: neon-0.30.0-3.el7.x86_64
413--> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-3.el7.x86_64
414--> Processing Dependency: libgnutls.so.28()(64bit) for package: neon-0.30.0-3.el7.x86_64
415---> Package openssh-clients.x86_64 0:6.6.1p1-12.el7_1 will be installed
416--> Processing Dependency: openssh = 6.6.1p1-12.el7_1 for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
417--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
418--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
419--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-12.el7_1.x86_64
420---> Package pango.x86_64 0:1.34.1-5.el7 will be installed
421--> Processing Dependency: libthai >= 0.1.9 for package: pango-1.34.1-5.el7.x86_64
422--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.34.1-5.el7.x86_64
423--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64
424--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64
425--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.34.1-5.el7.x86_64
426---> Package pango-devel.x86_64 0:1.34.1-5.el7 will be installed
427--> Processing Dependency: pkgconfig(xft) for package: pango-devel-1.34.1-5.el7.x86_64
428--> Processing Dependency: pkgconfig(harfbuzz) for package: pango-devel-1.34.1-5.el7.x86_64
429---> Package perl.x86_64 4:5.16.3-285.el7 will be installed
430--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-285.el7.x86_64
431--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-285.el7.x86_64
432--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-285.el7.x86_64
433--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-285.el7.x86_64
434--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-285.el7.x86_64
435--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-285.el7.x86_64
436--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-285.el7.x86_64
437--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-285.el7.x86_64
438--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-285.el7.x86_64
439--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-285.el7.x86_64
440--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-285.el7.x86_64
441---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
442---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
443---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
444---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
445---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
446---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
447---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
448---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
449---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
450--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
451---> Package perl-Git.noarch 0:1.8.3.1-4.el7 will be installed
452---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
453---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
454---> Package perl-Test-Harness.noarch 0:3.28-2.el7 will be installed
455---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
456---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
457---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
458---> Package perl-XML-Parser.x86_64 0:2.41-10.el7 will be installed
459---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
460---> Package perl-libs.x86_64 4:5.16.3-285.el7 will be installed
461---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
462---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
463---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
464--> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch
465---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
466--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
467---> Package rsync.x86_64 0:3.0.9-15.el7 will be installed
468---> Package subversion-libs.x86_64 0:1.7.14-7.el7_0 will be installed
469---> Package systemtap-client.x86_64 0:2.6-10.el7_1 will be installed
470--> Processing Dependency: systemtap-runtime = 2.6-10.el7_1 for package: systemtap-client-2.6-10.el7_1.x86_64
471--> Processing Dependency: mokutil for package: systemtap-client-2.6-10.el7_1.x86_64
472--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap-client-2.6-10.el7_1.x86_64
473--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap-client-2.6-10.el7_1.x86_64
474---> Package systemtap-devel.x86_64 0:2.6-10.el7_1 will be installed
475--> Processing Dependency: kernel-devel for package: systemtap-devel-2.6-10.el7_1.x86_64
476---> Package tar.x86_64 2:1.26-29.el7 will be installed
477---> Package unzip.x86_64 0:6.0-15.el7 will be installed
478---> Package vala.x86_64 0:0.20.1-3.el7 will be installed
479---> Package vim-common.x86_64 2:7.4.160-1.el7 will be installed
480--> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.160-1.el7.x86_64
481---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed
482--> Processing Dependency: xml-commons-resolver >= 1.2 for package: xerces-j2-2.11.0-17.el7_0.noarch
483--> Processing Dependency: xalan-j2 >= 2.7.1 for package: xerces-j2-2.11.0-17.el7_0.noarch
484--> Processing Dependency: osgi(org.apache.xml.serializer) for package: xerces-j2-2.11.0-17.el7_0.noarch
485--> Processing Dependency: osgi(org.apache.xml.resolver) for package: xerces-j2-2.11.0-17.el7_0.noarch
486---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed
487---> Package zip.x86_64 0:3.0-10.el7 will be installed
488--> Running transaction check
489---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed
490---> Package avahi-libs.x86_64 0:0.6.31-14.el7 will be installed
491---> Package cairo-gobject.x86_64 0:1.12.14-6.el7 will be installed
492---> Package cups-libs.x86_64 1:1.6.3-17.el7 will be installed
493---> Package dbus.x86_64 1:1.6.12-11.el7 will be installed
494---> Package dbus-python.x86_64 0:1.1.1-9.el7 will be installed
495--> Processing Dependency: libdbus-glib-1.so.2()(64bit) for package: dbus-python-1.1.1-9.el7.x86_64
496---> Package dbus-x11.x86_64 1:1.6.12-11.el7 will be installed
497---> Package dconf.x86_64 0:0.16.0-6.el7 will be installed
498---> Package desktop-file-utils.x86_64 0:0.21-4.el7 will be installed
499---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed
500--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64
501---> Package fontconfig-devel.x86_64 0:2.10.95-7.el7 will be installed
502--> Processing Dependency: pkgconfig(expat) for package: fontconfig-devel-2.10.95-7.el7.x86_64
503---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
504---> Package freetype-devel.x86_64 0:2.4.11-10.el7_1.1 will be installed
505---> Package gettext-common-devel.noarch 0:0.18.2.1-4.el7 will be installed
506---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
507--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
508--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
509---> Package gnutls.x86_64 0:3.3.8-12.el7 will be installed
510--> Processing Dependency: libtspi.so.1()(64bit) for package: gnutls-3.3.8-12.el7.x86_64
511--> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.8-12.el7.x86_64
512--> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.8-12.el7.x86_64
513---> Package gobject-introspection.x86_64 0:1.36.0-4.el7 will be installed
514---> Package gtk3.x86_64 0:3.8.8-10.el7 will be installed
515--> Processing Dependency: libcolord.so.1()(64bit) for package: gtk3-3.8.8-10.el7.x86_64
516--> Processing Dependency: libatk-bridge-2.0.so.0()(64bit) for package: gtk3-3.8.8-10.el7.x86_64
517---> Package harfbuzz.x86_64 0:0.9.20-4.el7 will be installed
518--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.20-4.el7.x86_64
519---> Package harfbuzz-devel.x86_64 0:0.9.20-4.el7 will be installed
520--> Processing Dependency: harfbuzz-icu(x86-64) = 0.9.20-4.el7 for package: harfbuzz-devel-0.9.20-4.el7.x86_64
521--> Processing Dependency: pkgconfig(icu-uc) for package: harfbuzz-devel-0.9.20-4.el7.x86_64
522--> Processing Dependency: libharfbuzz-icu.so.0()(64bit) for package: harfbuzz-devel-0.9.20-4.el7.x86_64
523---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
524---> Package ibus-gtk2.x86_64 0:1.5.3-11.el7 will be installed
525---> Package ibus-gtk3.x86_64 0:1.5.3-11.el7 will be installed
526---> Package ibus-setup.noarch 0:1.5.3-11.el7 will be installed
527--> Processing Dependency: pygobject3 for package: ibus-setup-1.5.3-11.el7.noarch
528---> Package iso-codes.noarch 0:3.46-2.el7 will be installed
529--> Processing Dependency: xml-common for package: iso-codes-3.46-2.el7.noarch
530---> Package jasper-libs.x86_64 0:1.900.1-26.el7_0.3 will be installed
531---> Package java-1.7.0-openjdk-headless.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
532--> Processing Dependency: lcms2 >= 2.5 for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
533--> Processing Dependency: tzdata-java for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
534--> Processing Dependency: liblcms2.so.2()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x86_64
535---> Package kernel-devel.x86_64 0:3.10.0-229.4.2.el7 will be installed
536---> Package kernel-headers.x86_64 0:3.10.0-229.4.2.el7 will be installed
537---> Package libX11-common.noarch 0:1.6.0-2.1.el7 will be installed
538---> Package libXft.x86_64 0:2.3.1-5.1.el7 will be installed
539---> Package libXft-devel.x86_64 0:2.3.1-5.1.el7 will be installed
540---> Package libXrender-devel.x86_64 0:0.9.8-2.1.el7 will be installed
541---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed
542---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
543---> Package libffi-devel.x86_64 0:3.0.13-11.el7 will be installed
544---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
545---> Package libnotify.x86_64 0:0.7.5-7.el7 will be installed
546--> Processing Dependency: desktop-notification-daemon for package: libnotify-0.7.5-7.el7.x86_64
547---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed
548---> Package libpng.x86_64 2:1.5.13-5.el7 will be installed
549---> Package libproxy.x86_64 0:0.4.11-6.el7 will be installed
550--> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-6.el7.x86_64
551---> Package librsvg2.x86_64 0:2.39.0-1.el7 will be installed
552---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
553---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
554--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
555---> Package libxcb.x86_64 0:1.9-5.el7 will be installed
556--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.9-5.el7.x86_64
557---> Package libxcb-devel.x86_64 0:1.9-5.el7 will be installed
558--> Processing Dependency: pkgconfig(xau) >= 0.99.2 for package: libxcb-devel-1.9-5.el7.x86_64
559---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
560---> Package mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
561--> Processing Dependency: mesa-libgbm = 10.2.7-5.20140910.el7 for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
562--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
563--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
564--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64
565---> Package mesa-libEGL-devel.x86_64 0:10.2.7-5.20140910.el7 will be installed
566--> Processing Dependency: pkgconfig(libdrm) >= 2.4.38 for package: mesa-libEGL-devel-10.2.7-5.20140910.el7.x86_64
567--> Processing Dependency: pkgconfig(xxf86vm) for package: mesa-libEGL-devel-10.2.7-5.20140910.el7.x86_64
568--> Processing Dependency: pkgconfig(xdamage) for package: mesa-libEGL-devel-10.2.7-5.20140910.el7.x86_64
569---> Package mesa-libGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
570--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.2.7-5.20140910.el7.x86_64
571---> Package mesa-libGL-devel.x86_64 0:10.2.7-5.20140910.el7 will be installed
572--> Processing Dependency: gl-manpages for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64
573---> Package mokutil.x86_64 0:0.7-5.el7 will be installed
574---> Package nss-softokn-freebl.i686 0:3.16.2.3-9.el7 will be installed
575---> Package openssh.x86_64 0:6.6.1p1-12.el7_1 will be installed
576---> Package pakchois.x86_64 0:0.4-10.el7 will be installed
577---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
578---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
579--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
580---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
581--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
582--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
583---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
584---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
585---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
586---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
587---> Package perl-macros.x86_64 4:5.16.3-285.el7 will be installed
588---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
589---> Package pixman.x86_64 0:0.32.4-3.el7 will be installed
590---> Package pixman-devel.x86_64 0:0.32.4-3.el7 will be installed
591---> Package pulseaudio-libs.x86_64 0:3.0-30.el7 will be installed
592--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
593--> Processing Dependency: libwrap.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
594--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
595--> Processing Dependency: libjson-c.so.2()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
596--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64
597---> Package pygobject3-base.x86_64 0:3.8.2-6.el7 will be installed
598---> Package python-chardet.noarch 0:2.0.1-7.el7 will be installed
599---> Package python-javapackages.noarch 0:3.4.1-6.el7_0 will be installed
600--> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-6.el7_0.noarch
601---> Package python-mako.noarch 0:0.8.1-2.el7 will be installed
602--> Processing Dependency: python-markupsafe for package: python-mako-0.8.1-2.el7.noarch
603--> Processing Dependency: python-beaker for package: python-mako-0.8.1-2.el7.noarch
604---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
605--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
606---> Package systemtap-runtime.x86_64 0:2.6-10.el7_1 will be installed
607--> Processing Dependency: libsymtabAPI.so.8.2()(64bit) for package: systemtap-runtime-2.6-10.el7_1.x86_64
608--> Processing Dependency: libdyninstAPI.so.8.2()(64bit) for package: systemtap-runtime-2.6-10.el7_1.x86_64
609---> Package vim-filesystem.x86_64 2:7.4.160-1.el7 will be installed
610---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed
611---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed
612---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
613--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
614--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
615--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
616--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
617---> Package xorg-x11-proto-devel.noarch 0:7.7-8.el7.1 will be installed
618---> Package xorg-x11-xinit.x86_64 0:1.3.2-14.el7 will be installed
619--> Processing Dependency: xorg-x11-xauth for package: xorg-x11-xinit-1.3.2-14.el7.x86_64
620--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit-1.3.2-14.el7.x86_64
621---> Package xorg-x11-xkb-utils.x86_64 0:7.7-9.1.el7 will be installed
622--> Processing Dependency: libxkbfile.so.1()(64bit) for package: xorg-x11-xkb-utils-7.7-9.1.el7.x86_64
623---> Package zlib-devel.x86_64 0:1.2.7-13.el7 will be installed
624--> Running transaction check
625---> Package at-spi2-atk.x86_64 0:2.8.1-4.el7 will be installed
626--> Processing Dependency: at-spi2-core >= 2.7.5 for package: at-spi2-atk-2.8.1-4.el7.x86_64
627--> Processing Dependency: libatspi.so.0()(64bit) for package: at-spi2-atk-2.8.1-4.el7.x86_64
628---> Package colord-libs.x86_64 0:1.0.4-3.el7 will be installed
629--> Processing Dependency: libusb-1.0.so.0()(64bit) for package: colord-libs-1.0.4-3.el7.x86_64
630--> Processing Dependency: libgusb.so.2()(64bit) for package: colord-libs-1.0.4-3.el7.x86_64
631---> Package dbus-glib.x86_64 0:0.100-7.el7 will be installed
632---> Package dyninst.x86_64 0:8.2.0-2.el7 will be installed
633--> Processing Dependency: libdwarf.so.0()(64bit) for package: dyninst-8.2.0-2.el7.x86_64
634--> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: dyninst-8.2.0-2.el7.x86_64
635--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: dyninst-8.2.0-2.el7.x86_64
636---> Package expat-devel.x86_64 0:2.1.0-8.el7 will be installed
637---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed
638---> Package gl-manpages.noarch 0:1.1-7.20130122.el7 will be installed
639---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed
640---> Package harfbuzz-icu.x86_64 0:0.9.20-4.el7 will be installed
641--> Processing Dependency: libicuuc.so.50()(64bit) for package: harfbuzz-icu-0.9.20-4.el7.x86_64
642--> Processing Dependency: libicudata.so.50()(64bit) for package: harfbuzz-icu-0.9.20-4.el7.x86_64
643---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
644---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed
645---> Package kde-runtime.x86_64 0:4.10.5-8.el7 will be installed
646--> Processing Dependency: kde4-macros(api) = 2 for package: kde-runtime-4.10.5-8.el7.x86_64
647--> Processing Dependency: kde-runtime-libs(x86-64) = 4.10.5-8.el7 for package: kde-runtime-4.10.5-8.el7.x86_64
648--> Processing Dependency: kde-runtime-drkonqi = 4.10.5-8.el7 for package: kde-runtime-4.10.5-8.el7.x86_64
649--> Processing Dependency: oxygen-icon-theme >= 4.10.5 for package: kde-runtime-4.10.5-8.el7.x86_64
650--> Processing Dependency: nepomuk-core >= 4.10.5 for package: kde-runtime-4.10.5-8.el7.x86_64
651--> Processing Dependency: poppler-utils for package: kde-runtime-4.10.5-8.el7.x86_64
652--> Processing Dependency: libpulse-mainloop-glib.so.0(PULSE_0)(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
653--> Processing Dependency: icoutils for package: kde-runtime-4.10.5-8.el7.x86_64
654--> Processing Dependency: libsoprano.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
655--> Processing Dependency: libsolid.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
656--> Processing Dependency: libqgpgme.so.1()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
657--> Processing Dependency: libpulse-mainloop-glib.so.0()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
658--> Processing Dependency: libplasma.so.3()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
659--> Processing Dependency: libphonon.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
660--> Processing Dependency: libnepomukutils.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
661--> Processing Dependency: libnepomukcore.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
662--> Processing Dependency: libnepomuk.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
663--> Processing Dependency: libmolletnetwork.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
664--> Processing Dependency: libkwalletbackend.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
665--> Processing Dependency: libkparts.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
666--> Processing Dependency: libknotifyplugin.so()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
667--> Processing Dependency: libknotifyconfig.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
668--> Processing Dependency: libknewstuff3.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
669--> Processing Dependency: libkjs.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
670--> Processing Dependency: libkio.so.5()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
671--> Processing Dependency: libkhtml.so.5()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
672--> Processing Dependency: libkemoticons.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
673--> Processing Dependency: libkdnssd.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
674--> Processing Dependency: libkdeui.so.5()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
675--> Processing Dependency: libkdesu.so.5()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
676--> Processing Dependency: libkdecore.so.5()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
677--> Processing Dependency: libkdeclarative.so.5()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
678--> Processing Dependency: libkcmutils.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
679--> Processing Dependency: libgpgme++-pthread.so.2()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
680--> Processing Dependency: libcanberra.so.0()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
681--> Processing Dependency: libattica.so.0.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
682--> Processing Dependency: libXpm.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
683--> Processing Dependency: libQtXml.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
684--> Processing Dependency: libQtSvg.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
685--> Processing Dependency: libQtNetwork.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
686--> Processing Dependency: libQtGui.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
687--> Processing Dependency: libQtDeclarative.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
688--> Processing Dependency: libQtDBus.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
689--> Processing Dependency: libQtCore.so.4()(64bit) for package: kde-runtime-4.10.5-8.el7.x86_64
690---> Package lcms2.x86_64 0:2.5-4.el7 will be installed
691---> Package libICE.x86_64 0:1.0.8-7.el7 will be installed
692---> Package libSM.x86_64 0:1.2.1-7.el7 will be installed
693---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
694---> Package libXau-devel.x86_64 0:1.0.8-2.1.el7 will be installed
695---> Package libXdamage-devel.x86_64 0:1.1.4-4.1.el7 will be installed
696---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
697---> Package libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7 will be installed
698---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed
699---> Package libdrm.x86_64 0:2.4.56-2.el7 will be installed
700--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.56-2.el7.x86_64
701---> Package libdrm-devel.x86_64 0:2.4.56-2.el7 will be installed
702---> Package libicu-devel.x86_64 0:50.1.2-11.el7 will be installed
703---> Package libmodman.x86_64 0:2.0.1-8.el7 will be installed
704---> Package libsndfile.x86_64 0:1.0.25-9.el7 will be installed
705--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
706--> Processing Dependency: libvorbis.so.0()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
707--> Processing Dependency: libogg.so.0()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
708--> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
709--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64
710---> Package libxkbfile.x86_64 0:1.0.8-5.el7 will be installed
711---> Package mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7 will be installed
712---> Package mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7 will be installed
713---> Package nettle.x86_64 0:2.7.1-4.el7 will be installed
714---> Package perl-Pod-Escapes.noarch 1:1.04-285.el7 will be installed
715---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
716--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
717--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
718---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
719---> Package pygobject3.x86_64 0:3.8.2-6.el7 will be installed
720--> Processing Dependency: pycairo for package: pygobject3-3.8.2-6.el7.x86_64
721---> Package python-beaker.noarch 0:1.5.4-10.el7 will be installed
722--> Processing Dependency: python-paste for package: python-beaker-1.5.4-10.el7.noarch
723---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
724---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed
725---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
726--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
727---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed
728---> Package trousers.x86_64 0:0.3.11.2-3.el7 will be installed
729---> Package ttmkfdir.x86_64 0:3.0.9-41.el7 will be installed
730---> Package tzdata-java.noarch 0:2015d-1.el7 will be installed
731---> Package xml-common.noarch 0:0.6.3-39.el7 will be installed
732---> Package xorg-x11-font-utils.x86_64 1:7.5-18.1.el7 will be installed
733--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64
734--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64
735---> Package xorg-x11-server-utils.x86_64 0:7.7-4.el7 will be installed
736--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils-7.7-4.el7.x86_64
737--> Processing Dependency: libXt.so.6()(64bit) for package: xorg-x11-server-utils-7.7-4.el7.x86_64
738--> Processing Dependency: libXmuu.so.1()(64bit) for package: xorg-x11-server-utils-7.7-4.el7.x86_64
739--> Processing Dependency: libXmu.so.6()(64bit) for package: xorg-x11-server-utils-7.7-4.el7.x86_64
740---> Package xorg-x11-xauth.x86_64 1:1.0.7-6.1.el7 will be installed
741--> Running transaction check
742---> Package at-spi2-core.x86_64 0:2.8.0-6.el7 will be installed
743--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi2-core-2.8.0-6.el7.x86_64
744---> Package attica.x86_64 0:0.4.1-4.el7 will be installed
745---> Package boost-system.x86_64 0:1.53.0-23.el7 will be installed
746---> Package boost-thread.x86_64 0:1.53.0-23.el7 will be installed
747---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
748---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
749---> Package icoutils.x86_64 0:0.31.0-3.el7 will be installed
750--> Processing Dependency: perl(LWP::Simple) for package: icoutils-0.31.0-3.el7.x86_64
751--> Processing Dependency: perl(HTTP::Status) for package: icoutils-0.31.0-3.el7.x86_64
752---> Package kde-filesystem.x86_64 0:4-47.el7 will be installed
753---> Package kde-runtime-drkonqi.x86_64 0:4.10.5-8.el7 will be installed
754--> Processing Dependency: polkit for package: kde-runtime-drkonqi-4.10.5-8.el7.x86_64
755--> Processing Dependency: libkxmlrpcclient.so.4()(64bit) for package: kde-runtime-drkonqi-4.10.5-8.el7.x86_64
756---> Package kde-runtime-libs.x86_64 0:4.10.5-8.el7 will be installed
757--> Processing Dependency: libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
758--> Processing Dependency: libsmbclient.so.0()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
759--> Processing Dependency: libkactivities.so.6()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
760--> Processing Dependency: libexiv2.so.12()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
761--> Processing Dependency: libImath.so.6()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
762--> Processing Dependency: libIlmThread.so.6()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
763--> Processing Dependency: libIlmImf.so.7()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
764--> Processing Dependency: libIex.so.6()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
765--> Processing Dependency: libHalf.so.6()(64bit) for package: kde-runtime-libs-4.10.5-8.el7.x86_64
766---> Package kdelibs.x86_64 6:4.10.5-6.el7 will be installed
767--> Processing Dependency: kdelibs-common = 6:4.10.5-6.el7 for package: 6:kdelibs-4.10.5-6.el7.x86_64
768--> Processing Dependency: strigi-libs(x86-64) >= 0.7.7 for package: 6:kdelibs-4.10.5-6.el7.x86_64
769--> Processing Dependency: shared-desktop-ontologies >= 0.11.0 for package: 6:kdelibs-4.10.5-6.el7.x86_64
770--> Processing Dependency: dbusmenu-qt(x86-64) >= 0.9.2 for package: 6:kdelibs-4.10.5-6.el7.x86_64
771--> Processing Dependency: xdg-utils for package: 6:kdelibs-4.10.5-6.el7.x86_64
772--> Processing Dependency: upower for package: 6:kdelibs-4.10.5-6.el7.x86_64
773--> Processing Dependency: udisks2 for package: 6:kdelibs-4.10.5-6.el7.x86_64
774--> Processing Dependency: redhat-menus for package: 6:kdelibs-4.10.5-6.el7.x86_64
775--> Processing Dependency: media-player-info for package: 6:kdelibs-4.10.5-6.el7.x86_64
776--> Processing Dependency: kde-settings for package: 6:kdelibs-4.10.5-6.el7.x86_64
777--> Processing Dependency: hunspell for package: 6:kdelibs-4.10.5-6.el7.x86_64
778--> Processing Dependency: docbook-style-xsl for package: 6:kdelibs-4.10.5-6.el7.x86_64
779--> Processing Dependency: docbook-dtds for package: 6:kdelibs-4.10.5-6.el7.x86_64
780--> Processing Dependency: libstreams.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
781--> Processing Dependency: libstreamanalyzer.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
782--> Processing Dependency: libqca.so.2()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
783--> Processing Dependency: libpolkit-qt-core-1.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
784--> Processing Dependency: libfam.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
785--> Processing Dependency: libenchant.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
786--> Processing Dependency: libdbusmenu-qt.so.2()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
787--> Processing Dependency: libXss.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64
788---> Package kdepimlibs.x86_64 0:4.10.5-3.el7 will be installed
789--> Processing Dependency: cyrus-sasl-plain for package: kdepimlibs-4.10.5-3.el7.x86_64
790--> Processing Dependency: libicalss.so.0()(64bit) for package: kdepimlibs-4.10.5-3.el7.x86_64
791--> Processing Dependency: libical.so.0()(64bit) for package: kdepimlibs-4.10.5-3.el7.x86_64
792---> Package libXfont.x86_64 0:1.4.7-2.el7_0 will be installed
793---> Package libXmu.x86_64 0:1.1.1-5.1.el7 will be installed
794---> Package libXpm.x86_64 0:3.5.10-5.1.el7 will be installed
795---> Package libXt.x86_64 0:1.1.4-6.1.el7 will be installed
796---> Package libXxf86misc.x86_64 0:1.0.3-7.1.el7 will be installed
797---> Package libcanberra.x86_64 0:0.30-5.el7 will be installed
798--> Processing Dependency: sound-theme-freedesktop for package: libcanberra-0.30-5.el7.x86_64
799--> Processing Dependency: libtdb.so.1(TDB_1.2.1)(64bit) for package: libcanberra-0.30-5.el7.x86_64
800--> Processing Dependency: libtdb.so.1()(64bit) for package: libcanberra-0.30-5.el7.x86_64
801--> Processing Dependency: libltdl.so.7()(64bit) for package: libcanberra-0.30-5.el7.x86_64
802--> Processing Dependency: libgstreamer-1.0.so.0()(64bit) for package: libcanberra-0.30-5.el7.x86_64
803---> Package libdwarf.x86_64 0:20130207-4.el7 will be installed
804---> Package libfontenc.x86_64 0:1.1.1-5.el7 will be installed
805---> Package libgusb.x86_64 0:0.1.6-3.el7 will be installed
806---> Package libicu.x86_64 0:50.1.2-11.el7 will be installed
807---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
808---> Package libpciaccess.x86_64 0:0.13.1-4.1.el7 will be installed
809--> Processing Dependency: hwdata for package: libpciaccess-0.13.1-4.1.el7.x86_64
810---> Package libusbx.x86_64 0:1.0.15-4.el7 will be installed
811---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed
812---> Package nepomuk-core.x86_64 0:4.10.5-5.el7 will be installed
813--> Processing Dependency: virtuoso-opensource for package: nepomuk-core-4.10.5-5.el7.x86_64
814--> Processing Dependency: libtag.so.1()(64bit) for package: nepomuk-core-4.10.5-5.el7.x86_64
815--> Processing Dependency: libpoppler-qt4.so.4()(64bit) for package: nepomuk-core-4.10.5-5.el7.x86_64
816---> Package nepomuk-core-libs.x86_64 0:4.10.5-5.el7 will be installed
817---> Package oxygen-icon-theme.noarch 0:4.10.5-2.el7 will be installed
818---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
819---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
820---> Package phonon.x86_64 0:4.6.0-9.el7 will be installed
821--> Processing Dependency: phonon-backend(x86-64) >= 4.4 for package: phonon-4.6.0-9.el7.x86_64
822---> Package poppler-utils.x86_64 0:0.22.5-6.el7 will be installed
823--> Processing Dependency: poppler(x86-64) = 0.22.5-6.el7 for package: poppler-utils-0.22.5-6.el7.x86_64
824--> Processing Dependency: libpoppler.so.37()(64bit) for package: poppler-utils-0.22.5-6.el7.x86_64
825--> Processing Dependency: libopenjpeg.so.1()(64bit) for package: poppler-utils-0.22.5-6.el7.x86_64
826---> Package pulseaudio-libs-glib2.x86_64 0:3.0-30.el7 will be installed
827---> Package pycairo.x86_64 0:1.8.10-8.el7 will be installed
828---> Package python-paste.noarch 0:1.7.5.1-9.20111221hg1498.el7 will be installed
829--> Processing Dependency: python-tempita for package: python-paste-1.7.5.1-9.20111221hg1498.el7.noarch
830--> Processing Dependency: python-setuptools for package: python-paste-1.7.5.1-9.20111221hg1498.el7.noarch
831--> Processing Dependency: pyOpenSSL for package: python-paste-1.7.5.1-9.20111221hg1498.el7.noarch
832---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
833--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
834---> Package qt.x86_64 1:4.8.5-8.el7 will be installed
835--> Processing Dependency: qt-settings for package: 1:qt-4.8.5-8.el7.x86_64
836---> Package qt-x11.x86_64 1:4.8.5-8.el7 will be installed
837--> Processing Dependency: libmng.so.1()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
838---> Package soprano.x86_64 0:2.9.2-3.el7 will be installed
839--> Processing Dependency: redland-virtuoso for package: soprano-2.9.2-3.el7.x86_64
840--> Processing Dependency: librdf.so.0()(64bit) for package: soprano-2.9.2-3.el7.x86_64
841--> Processing Dependency: libraptor2.so.0()(64bit) for package: soprano-2.9.2-3.el7.x86_64
842--> Processing Dependency: libiodbc.so.2()(64bit) for package: soprano-2.9.2-3.el7.x86_64
843--> Processing Dependency: libclucene-core.so.1()(64bit) for package: soprano-2.9.2-3.el7.x86_64
844--> Running transaction check
845---> Package OpenEXR-libs.x86_64 0:1.7.1-7.el7 will be installed
846---> Package clucene-core.x86_64 0:2.3.3.4-11.el7 will be installed
847---> Package cyrus-sasl-plain.x86_64 0:2.1.26-17.el7 will be installed
848---> Package dbusmenu-qt.x86_64 0:0.9.2-7.el7 will be installed
849---> Package docbook-dtds.noarch 0:1.0-60.el7 will be installed
850--> Processing Dependency: sgml-common for package: docbook-dtds-1.0-60.el7.noarch
851---> Package docbook-style-xsl.noarch 0:1.78.1-3.el7 will be installed
852---> Package enchant.x86_64 1:1.6.0-8.el7 will be installed
853---> Package exiv2-libs.x86_64 0:0.23-6.el7 will be installed
854---> Package gamin.x86_64 0:0.1.10-16.el7 will be installed
855---> Package gstreamer1.x86_64 0:1.0.7-4.el7 will be installed
856---> Package hunspell.x86_64 0:1.3.2-13.el7 will be installed
857--> Processing Dependency: hunspell-en-US for package: hunspell-1.3.2-13.el7.x86_64
858---> Package hwdata.x86_64 0:0.252-7.8.el7_1 will be installed
859---> Package ilmbase.x86_64 0:1.0.3-7.el7 will be installed
860---> Package kactivities.x86_64 0:4.10.5-3.el7 will be installed
861---> Package kde-settings.noarch 0:19-23.5.el7 will be installed
862--> Processing Dependency: xdg-user-dirs for package: kde-settings-19-23.5.el7.noarch
863--> Processing Dependency: adwaita-cursor-theme for package: kde-settings-19-23.5.el7.noarch
864---> Package kdelibs-common.x86_64 6:4.10.5-6.el7 will be installed
865---> Package kdepimlibs-kxmlrpcclient.x86_64 0:4.10.5-3.el7 will be installed
866---> Package libXScrnSaver.x86_64 0:1.2.2-6.1.el7 will be installed
867---> Package libXevie.x86_64 0:1.0.3-7.1.el7 will be installed
868---> Package libical.x86_64 0:0.48-6.el7 will be installed
869---> Package libiodbc.x86_64 0:3.52.7-7.el7 will be installed
870---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed
871---> Package libsmbclient.x86_64 0:4.1.12-23.el7_1 will be installed
872--> Processing Dependency: samba-libs = 4.1.12-23.el7_1 for package: libsmbclient-4.1.12-23.el7_1.x86_64
873--> Processing Dependency: samba-common = 4.1.12-23.el7_1 for package: libsmbclient-4.1.12-23.el7_1.x86_64
874--> Processing Dependency: libutil_cmdline.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
875--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
876--> Processing Dependency: libsmbregistry.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
877--> Processing Dependency: libsmbconf.so.0(SMBCONF_0)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
878--> Processing Dependency: libsecrets3.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
879--> Processing Dependency: libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
880--> Processing Dependency: libsamba-security.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
881--> Processing Dependency: libreplace.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
882--> Processing Dependency: libndr.so.0(NDR_0.0.1)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
883--> Processing Dependency: libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
884--> Processing Dependency: libmsrpc3.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
885--> Processing Dependency: liblibsmb.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
886--> Processing Dependency: liblibcli_lsa3.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
887--> Processing Dependency: libgse.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
888--> Processing Dependency: liberrors.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
889--> Processing Dependency: libdcerpc-samba.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
890--> Processing Dependency: libcli_smb_common.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
891--> Processing Dependency: libccan.so(SAMBA_4.1.12)(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
892--> Processing Dependency: libutil_cmdline.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
893--> Processing Dependency: libtalloc.so.2()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
894--> Processing Dependency: libsmbregistry.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
895--> Processing Dependency: libsmbconf.so.0()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
896--> Processing Dependency: libsecrets3.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
897--> Processing Dependency: libsamba-util.so.0()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
898--> Processing Dependency: libsamba-security.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
899--> Processing Dependency: libreplace.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
900--> Processing Dependency: libndr.so.0()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
901--> Processing Dependency: libndr-standard.so.0()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
902--> Processing Dependency: libmsrpc3.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
903--> Processing Dependency: liblibsmb.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
904--> Processing Dependency: liblibcli_lsa3.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
905--> Processing Dependency: libgse.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
906--> Processing Dependency: liberrors.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
907--> Processing Dependency: libdcerpc-samba.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
908--> Processing Dependency: libcli_smb_common.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
909--> Processing Dependency: libccan.so()(64bit) for package: libsmbclient-4.1.12-23.el7_1.x86_64
910---> Package libtdb.x86_64 0:1.3.0-1.el7 will be installed
911---> Package libtool-ltdl.x86_64 0:2.4.2-20.el7 will be installed
912---> Package media-player-info.noarch 0:17-4.el7 will be installed
913---> Package openjpeg-libs.x86_64 0:1.5.1-10.el7 will be installed
914---> Package perl-HTTP-Message.noarch 0:6.06-6.el7 will be installed
915--> Processing Dependency: perl(URI) >= 1.10 for package: perl-HTTP-Message-6.06-6.el7.noarch
916--> Processing Dependency: perl(LWP::MediaTypes) >= 6 for package: perl-HTTP-Message-6.06-6.el7.noarch
917--> Processing Dependency: perl(IO::Uncompress::Bunzip2) >= 2.021 for package: perl-HTTP-Message-6.06-6.el7.noarch
918--> Processing Dependency: perl(IO::Compress::Bzip2) >= 2.021 for package: perl-HTTP-Message-6.06-6.el7.noarch
919--> Processing Dependency: perl(HTTP::Date) >= 6 for package: perl-HTTP-Message-6.06-6.el7.noarch
920--> Processing Dependency: perl(Encode::Locale) >= 1 for package: perl-HTTP-Message-6.06-6.el7.noarch
921--> Processing Dependency: perl(IO::Uncompress::RawInflate) for package: perl-HTTP-Message-6.06-6.el7.noarch
922--> Processing Dependency: perl(IO::Uncompress::Inflate) for package: perl-HTTP-Message-6.06-6.el7.noarch
923--> Processing Dependency: perl(IO::Uncompress::Gunzip) for package: perl-HTTP-Message-6.06-6.el7.noarch
924--> Processing Dependency: perl(IO::HTML) for package: perl-HTTP-Message-6.06-6.el7.noarch
925--> Processing Dependency: perl(IO::Compress::Gzip) for package: perl-HTTP-Message-6.06-6.el7.noarch
926--> Processing Dependency: perl(IO::Compress::Deflate) for package: perl-HTTP-Message-6.06-6.el7.noarch
927--> Processing Dependency: perl(Compress::Raw::Zlib) for package: perl-HTTP-Message-6.06-6.el7.noarch
928---> Package perl-libwww-perl.noarch 0:6.05-2.el7 will be installed
929--> Processing Dependency: perl(WWW::RobotRules) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
930--> Processing Dependency: perl(Net::HTTP) >= 6.04 for package: perl-libwww-perl-6.05-2.el7.noarch
931--> Processing Dependency: perl(HTTP::Negotiate) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
932--> Processing Dependency: perl(HTTP::Daemon) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
933--> Processing Dependency: perl(HTTP::Cookies) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
934--> Processing Dependency: perl(File::Listing) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
935--> Processing Dependency: perl(HTML::HeadParser) for package: perl-libwww-perl-6.05-2.el7.noarch
936--> Processing Dependency: perl(HTML::Entities) for package: perl-libwww-perl-6.05-2.el7.noarch
937---> Package phonon-backend-gstreamer.x86_64 2:4.6.3-3.el7 will be installed
938--> Processing Dependency: gstreamer-plugins-good for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
939--> Processing Dependency: libgstvideo-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
940--> Processing Dependency: libgstreamer-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
941--> Processing Dependency: libgstpbutils-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
942--> Processing Dependency: libgstinterfaces-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
943--> Processing Dependency: libgstbase-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
944--> Processing Dependency: libgstaudio-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
945--> Processing Dependency: libgstapp-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64
946---> Package polkit.x86_64 0:0.112-5.el7 will be installed
947--> Processing Dependency: polkit-pkla-compat for package: polkit-0.112-5.el7.x86_64
948--> Processing Dependency: libmozjs-17.0.so(mozjs_17.0)(64bit) for package: polkit-0.112-5.el7.x86_64
949--> Processing Dependency: libmozjs-17.0.so()(64bit) for package: polkit-0.112-5.el7.x86_64
950---> Package polkit-qt.x86_64 0:0.103.0-10.el7_0 will be installed
951---> Package poppler.x86_64 0:0.22.5-6.el7 will be installed
952--> Processing Dependency: poppler-data >= 0.4.0 for package: poppler-0.22.5-6.el7.x86_64
953---> Package poppler-qt.x86_64 0:0.22.5-6.el7 will be installed
954---> Package pyOpenSSL.noarch 0:0.14-1.el7.kolab_3.5 will be installed
955--> Processing Dependency: python-cryptography for package: pyOpenSSL-0.14-1.el7.kolab_3.5.noarch
956--> Processing Dependency: python-six for package: pyOpenSSL-0.14-1.el7.kolab_3.5.noarch
957---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
958--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
959---> Package python-setuptools.noarch 0:7.0-2.el7.kolab_3.5 will be installed
960--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-7.0-2.el7.kolab_3.5.noarch
961---> Package python-tempita.noarch 0:0.5.1-6.el7 will be installed
962---> Package qca2.x86_64 0:2.0.3-7.el7 will be installed
963---> Package qt-settings.noarch 0:19-23.5.el7 will be installed
964--> Processing Dependency: pciutils for package: qt-settings-19-23.5.el7.noarch
965---> Package raptor2.x86_64 0:2.0.9-3.el7 will be installed
966--> Processing Dependency: libyajl.so.2()(64bit) for package: raptor2-2.0.9-3.el7.x86_64
967---> Package redhat-menus.noarch 0:12.0.2-7.el7 will be installed
968---> Package redland.x86_64 0:1.0.16-6.el7 will be installed
969--> Processing Dependency: librasqal.so.3()(64bit) for package: redland-1.0.16-6.el7.x86_64
970---> Package redland-virtuoso.x86_64 0:1.0.16-6.el7 will be installed
971---> Package shared-desktop-ontologies.noarch 0:0.11.0-2.el7 will be installed
972---> Package sound-theme-freedesktop.noarch 0:0.8-3.el7 will be installed
973---> Package strigi-libs.x86_64 0:0.7.7-12.20120626.el7 will be installed
974---> Package taglib.x86_64 0:1.8-7.20130218git.el7 will be installed
975---> Package udisks2.x86_64 0:2.1.2-5.el7 will be installed
976--> Processing Dependency: libudisks2 = 2.1.2-5.el7 for package: udisks2-2.1.2-5.el7.x86_64
977--> Processing Dependency: libatasmart >= 0.12 for package: udisks2-2.1.2-5.el7.x86_64
978--> Processing Dependency: xfsprogs for package: udisks2-2.1.2-5.el7.x86_64
979--> Processing Dependency: parted for package: udisks2-2.1.2-5.el7.x86_64
980--> Processing Dependency: mdadm for package: udisks2-2.1.2-5.el7.x86_64
981--> Processing Dependency: gdisk for package: udisks2-2.1.2-5.el7.x86_64
982--> Processing Dependency: e2fsprogs for package: udisks2-2.1.2-5.el7.x86_64
983--> Processing Dependency: dosfstools for package: udisks2-2.1.2-5.el7.x86_64
984--> Processing Dependency: cryptsetup-luks for package: udisks2-2.1.2-5.el7.x86_64
985--> Processing Dependency: libudisks2.so.0()(64bit) for package: udisks2-2.1.2-5.el7.x86_64
986--> Processing Dependency: libatasmart.so.4()(64bit) for package: udisks2-2.1.2-5.el7.x86_64
987---> Package upower.x86_64 0:0.9.20-7.el7 will be installed
988--> Processing Dependency: pm-utils >= 1.2.2.1 for package: upower-0.9.20-7.el7.x86_64
989--> Processing Dependency: libplist.so.1()(64bit) for package: upower-0.9.20-7.el7.x86_64
990--> Processing Dependency: libimobiledevice.so.4()(64bit) for package: upower-0.9.20-7.el7.x86_64
991---> Package virtuoso-opensource.x86_64 1:6.1.6-6.el7 will be installed
992---> Package xdg-utils.noarch 0:1.1.0-0.16.20120809git.el7 will be installed
993--> Running transaction check
994---> Package adwaita-cursor-theme.noarch 0:3.8.4-3.el7 will be installed
995---> Package cryptsetup.x86_64 0:1.6.6-3.el7 will be installed
996--> Processing Dependency: cryptsetup-libs(x86-64) = 1.6.6-3.el7 for package: cryptsetup-1.6.6-3.el7.x86_64
997--> Processing Dependency: libcryptsetup.so.4(CRYPTSETUP_1.0)(64bit) for package: cryptsetup-1.6.6-3.el7.x86_64
998--> Processing Dependency: libcryptsetup.so.4()(64bit) for package: cryptsetup-1.6.6-3.el7.x86_64
999---> Package dosfstools.x86_64 0:3.0.20-9.el7 will be installed
1000---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be installed
1001--> Processing Dependency: libss = 1.42.9-7.el7 for package: e2fsprogs-1.42.9-7.el7.x86_64
1002--> Processing Dependency: e2fsprogs-libs(x86-64) = 1.42.9-7.el7 for package: e2fsprogs-1.42.9-7.el7.x86_64
1003--> Processing Dependency: libss.so.2()(64bit) for package: e2fsprogs-1.42.9-7.el7.x86_64
1004--> Processing Dependency: libext2fs.so.2()(64bit) for package: e2fsprogs-1.42.9-7.el7.x86_64
1005--> Processing Dependency: libe2p.so.2()(64bit) for package: e2fsprogs-1.42.9-7.el7.x86_64
1006---> Package gdisk.x86_64 0:0.8.6-5.el7 will be installed
1007---> Package gstreamer.x86_64 0:0.10.36-7.el7 will be installed
1008--> Processing Dependency: gstreamer-tools >= 0.10.36 for package: gstreamer-0.10.36-7.el7.x86_64
1009---> Package gstreamer-plugins-base.x86_64 0:0.10.36-10.el7 will be installed
1010--> Processing Dependency: libtheoraenc.so.1(libtheoraenc_1.0)(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1011--> Processing Dependency: libtheoradec.so.1(libtheoradec_1.0)(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1012--> Processing Dependency: libvisual-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1013--> Processing Dependency: libtheoraenc.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1014--> Processing Dependency: libtheoradec.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1015--> Processing Dependency: liborc-test-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1016--> Processing Dependency: liborc-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1017--> Processing Dependency: libcdda_paranoia.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1018--> Processing Dependency: libcdda_interface.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1019--> Processing Dependency: libXv.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
1020---> Package gstreamer-plugins-good.x86_64 0:0.10.31-11.el7 will be installed
1021--> Processing Dependency: GConf2 for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1022--> Processing Dependency: GConf2 for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1023--> Processing Dependency: libwavpack.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1024--> Processing Dependency: libv4l2.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1025--> Processing Dependency: libspeex.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1026--> Processing Dependency: libsoup-gnome-2.4.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1027--> Processing Dependency: libsoup-2.4.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1028--> Processing Dependency: libshout.so.3()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1029--> Processing Dependency: librom1394.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1030--> Processing Dependency: libraw1394.so.11()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1031--> Processing Dependency: libiec61883.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1032--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1033--> Processing Dependency: libdv.so.4()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1034--> Processing Dependency: libavc1394.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64
1035---> Package hunspell-en-US.noarch 0:0.20121024-5.el7 will be installed
1036---> Package libatasmart.x86_64 0:0.19-6.el7 will be installed
1037---> Package libimobiledevice.x86_64 0:1.1.5-6.el7 will be installed
1038--> Processing Dependency: libusbmuxd.so.2()(64bit) for package: libimobiledevice-1.1.5-6.el7.x86_64
1039---> Package libplist.x86_64 0:1.10-4.el7 will be installed
1040---> Package libtalloc.x86_64 0:2.1.1-1.el7 will be installed
1041---> Package libudisks2.x86_64 0:2.1.2-5.el7 will be installed
1042---> Package mdadm.x86_64 0:3.3.2-2.el7 will be installed
1043--> Processing Dependency: libreport-filesystem for package: mdadm-3.3.2-2.el7.x86_64
1044---> Package mozjs17.x86_64 0:17.0.0-10.el7 will be installed
1045---> Package parted.x86_64 0:3.1-20.el7 will be installed
1046---> Package pciutils.x86_64 0:3.2.1-4.el7 will be installed
1047--> Processing Dependency: pciutils-libs = 3.2.1-4.el7 for package: pciutils-3.2.1-4.el7.x86_64
1048--> Processing Dependency: libpci.so.3(LIBPCI_3.2)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
1049--> Processing Dependency: libpci.so.3(LIBPCI_3.1)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
1050--> Processing Dependency: libpci.so.3(LIBPCI_3.0)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
1051--> Processing Dependency: libpci.so.3()(64bit) for package: pciutils-3.2.1-4.el7.x86_64
1052---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
1053---> Package perl-Encode-Locale.noarch 0:1.03-5.el7 will be installed
1054---> Package perl-File-Listing.noarch 0:6.04-7.el7 will be installed
1055---> Package perl-HTML-Parser.x86_64 0:3.71-4.el7 will be installed
1056--> Processing Dependency: perl(HTML::Tagset) >= 3 for package: perl-HTML-Parser-3.71-4.el7.x86_64
1057---> Package perl-HTTP-Cookies.noarch 0:6.01-5.el7 will be installed
1058---> Package perl-HTTP-Daemon.noarch 0:6.01-5.el7 will be installed
1059---> Package perl-HTTP-Date.noarch 0:6.02-8.el7 will be installed
1060---> Package perl-HTTP-Negotiate.noarch 0:6.01-5.el7 will be installed
1061---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
1062--> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
1063---> Package perl-IO-HTML.noarch 0:1.00-2.el7 will be installed
1064---> Package perl-LWP-MediaTypes.noarch 0:6.02-2.el7 will be installed
1065--> Processing Dependency: mailcap for package: perl-LWP-MediaTypes-6.02-2.el7.noarch
1066---> Package perl-Net-HTTP.noarch 0:6.06-2.el7 will be installed
1067--> Processing Dependency: perl(IO::Socket::SSL) >= 1.38 for package: perl-Net-HTTP-6.06-2.el7.noarch
1068---> Package perl-URI.noarch 0:1.60-9.el7 will be installed
1069--> Processing Dependency: perl(Business::ISBN) for package: perl-URI-1.60-9.el7.noarch
1070---> Package perl-WWW-RobotRules.noarch 0:6.02-5.el7 will be installed
1071---> Package pm-utils.x86_64 0:1.4.1-27.el7 will be installed
1072--> Processing Dependency: kbd for package: pm-utils-1.4.1-27.el7.x86_64
1073---> Package polkit-pkla-compat.x86_64 0:0.1-4.el7 will be installed
1074---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed
1075---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
1076--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
1077---> Package python-cryptography.x86_64 0:0.6.1-3.el7.kolab_3.5 will be installed
1078--> Processing Dependency: python-cffi >= 0.8 for package: python-cryptography-0.6.1-3.el7.kolab_3.5.x86_64
1079--> Processing Dependency: openssl for package: python-cryptography-0.6.1-3.el7.kolab_3.5.x86_64
1080---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
1081--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
1082---> Package python-six.noarch 0:1.9.0-2.el7.kolab_3.5 will be installed
1083---> Package rasqal.x86_64 0:0.9.30-4.el7 will be installed
1084---> Package samba-common.x86_64 0:4.1.12-23.el7_1 will be installed
1085--> Processing Dependency: libwbclient = 4.1.12-23.el7_1 for package: samba-common-4.1.12-23.el7_1.x86_64
1086--> Processing Dependency: libwbclient.so.0(WBCLIENT_0.9)(64bit) for package: samba-common-4.1.12-23.el7_1.x86_64
1087--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: samba-common-4.1.12-23.el7_1.x86_64
1088--> Processing Dependency: libwbclient.so.0()(64bit) for package: samba-common-4.1.12-23.el7_1.x86_64
1089--> Processing Dependency: libtevent.so.0()(64bit) for package: samba-common-4.1.12-23.el7_1.x86_64
1090---> Package samba-libs.x86_64 0:4.1.12-23.el7_1 will be installed
1091--> Processing Dependency: libpytalloc-util.so.2(PYTALLOC_UTIL_2.0.6)(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1092--> Processing Dependency: libldb.so.1(LDB_1.1.1)(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1093--> Processing Dependency: libldb.so.1(LDB_0.9.23)(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1094--> Processing Dependency: libldb.so.1(LDB_0.9.15)(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1095--> Processing Dependency: libldb.so.1(LDB_0.9.10)(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1096--> Processing Dependency: libpytalloc-util.so.2()(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1097--> Processing Dependency: libldb.so.1()(64bit) for package: samba-libs-4.1.12-23.el7_1.x86_64
1098---> Package sgml-common.noarch 0:0.6.3-39.el7 will be installed
1099---> Package xdg-user-dirs.x86_64 0:0.15-4.el7 will be installed
1100---> Package xfsprogs.x86_64 0:3.2.1-6.el7 will be installed
1101---> Package yajl.x86_64 0:2.0.4-4.el7 will be installed
1102--> Running transaction check
1103---> Package GConf2.x86_64 0:3.2.6-8.el7 will be installed
1104--> Processing Dependency: /usr/bin/killall for package: GConf2-3.2.6-8.el7.x86_64
1105---> Package cdparanoia-libs.x86_64 0:10.2-17.el7 will be installed
1106---> Package cryptsetup-libs.x86_64 0:1.6.6-3.el7 will be installed
1107---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be installed
1108---> Package gstreamer-tools.x86_64 0:0.10.36-7.el7 will be installed
1109---> Package kbd.x86_64 0:1.15.5-11.el7 will be installed
1110--> Processing Dependency: kbd-misc = 1.15.5-11.el7 for package: kbd-1.15.5-11.el7.x86_64
1111--> Processing Dependency: kbd-legacy = 1.15.5-11.el7 for package: kbd-1.15.5-11.el7.x86_64
1112--> Processing Dependency: initscripts >= 5.86-1 for package: kbd-1.15.5-11.el7.x86_64
1113---> Package libXv.x86_64 0:1.0.9-2.1.el7 will be installed
1114---> Package libavc1394.x86_64 0:0.5.3-14.el7 will be installed
1115---> Package libdv.x86_64 0:1.0.0-17.el7 will be installed
1116---> Package libiec61883.x86_64 0:1.2.0-10.el7 will be installed
1117---> Package libldb.x86_64 0:1.1.17-2.el7 will be installed
1118---> Package libraw1394.x86_64 0:2.1.0-2.el7 will be installed
1119---> Package libreport-filesystem.x86_64 0:2.1.11-21.el7.centos.0.5 will be installed
1120---> Package libshout.x86_64 0:2.2.2-11.el7 will be installed
1121---> Package libsoup.x86_64 0:2.46.0-3.el7 will be installed
1122--> Processing Dependency: glib-networking >= 2.38.0 for package: libsoup-2.46.0-3.el7.x86_64
1123---> Package libss.x86_64 0:1.42.9-7.el7 will be installed
1124---> Package libtevent.x86_64 0:0.9.21-3.el7 will be installed
1125---> Package libtheora.x86_64 1:1.1.1-8.el7 will be installed
1126---> Package libv4l.x86_64 0:0.9.5-4.el7 will be installed
1127---> Package libvisual.x86_64 0:0.4.0-16.el7 will be installed
1128---> Package libwbclient.x86_64 0:4.1.12-23.el7_1 will be installed
1129---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
1130---> Package openssl.x86_64 1:1.0.1e-42.el7.4 will be installed
1131---> Package orc.x86_64 0:0.4.17-5.el7 will be installed
1132---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be installed
1133---> Package perl-Business-ISBN.noarch 0:2.06-2.el7 will be installed
1134--> Processing Dependency: perl(Business::ISBN::Data) >= 20120719.001 for package: perl-Business-ISBN-2.06-2.el7.noarch
1135---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
1136---> Package perl-HTML-Tagset.noarch 0:3.20-15.el7 will be installed
1137---> Package perl-IO-Socket-SSL.noarch 0:1.94-3.el7 will be installed
1138--> Processing Dependency: perl(Net::SSLeay) >= 1.21 for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
1139--> Processing Dependency: perl(IO::Socket::IP) >= 0.20 for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
1140--> Processing Dependency: perl(Net::SSLeay) for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
1141--> Processing Dependency: perl(Net::LibIDN) for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
1142---> Package pytalloc.x86_64 0:2.1.1-1.el7 will be installed
1143---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
1144---> Package python-cffi.x86_64 0:0.8.6-1.el7.kolab_3.5 will be installed
1145--> Processing Dependency: python-pycparser for package: python-cffi-0.8.6-1.el7.kolab_3.5.x86_64
1146---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
1147--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
1148---> Package speex.x86_64 0:1.2-0.19.rc1.el7 will be installed
1149---> Package usbmuxd.x86_64 0:1.0.8-11.el7 will be installed
1150---> Package wavpack.x86_64 0:4.60.1-9.el7 will be installed
1151--> Running transaction check
1152---> Package glib-networking.x86_64 0:2.40.0-1.el7 will be installed
1153--> Processing Dependency: gsettings-desktop-schemas for package: glib-networking-2.40.0-1.el7.x86_64
1154---> Package initscripts.x86_64 0:9.49.24-1.el7 will be installed
1155--> Processing Dependency: sysvinit-tools >= 2.87-5 for package: initscripts-9.49.24-1.el7.x86_64
1156--> Processing Dependency: module-init-tools for package: initscripts-9.49.24-1.el7.x86_64
1157--> Processing Dependency: hostname for package: initscripts-9.49.24-1.el7.x86_64
1158---> Package kbd-legacy.noarch 0:1.15.5-11.el7 will be installed
1159---> Package kbd-misc.noarch 0:1.15.5-11.el7 will be installed
1160---> Package perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7 will be installed
1161---> Package perl-IO-Socket-IP.noarch 0:0.21-4.el7 will be installed
1162---> Package perl-Net-LibIDN.x86_64 0:0.12-15.el7 will be installed
1163---> Package perl-Net-SSLeay.x86_64 0:1.55-3.el7 will be installed
1164---> Package psmisc.x86_64 0:22.20-8.el7 will be installed
1165---> Package python-pycparser.noarch 0:2.10-1.el7.kolab_3.5 will be installed
1166--> Processing Dependency: python-ply for package: python-pycparser-2.10-1.el7.kolab_3.5.noarch
1167---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
1168--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
1169--> Running transaction check
1170---> Package gsettings-desktop-schemas.x86_64 0:3.8.2-3.el7 will be installed
1171---> Package hostname.x86_64 0:3.13-3.el7 will be installed
1172---> Package kmod.x86_64 0:14-10.el7 will be installed
1173---> Package python-pycparser.noarch 0:2.10-1.el7.kolab_3.5 will be installed
1174--> Processing Dependency: python-ply for package: python-pycparser-2.10-1.el7.kolab_3.5.noarch
1175---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
1176--> Processing Dependency: python-rdflib for package: python-selenium-2.45.0-3.el7.kolab_3.5.noarch
1177---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed
1178--> Running transaction check
1179---> Package python-cffi.x86_64 0:0.8.6-1.el7.kolab_3.5 will be installed
1180--> Processing Dependency: python-cffi >= 0.8 for package: python-cryptography-0.6.1-3.el7.kolab_3.5.x86_64
1181---> Package python-pycparser.noarch 0:2.10-1.el7.kolab_3.5 will be installed
1182---> Package python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5 will be installed
1183--> Running transaction check
1184---> Package pyOpenSSL.noarch 0:0.14-1.el7.kolab_3.5 will be installed
1185--> Processing Dependency: pyOpenSSL for package: python-paste-1.7.5.1-9.20111221hg1498.el7.noarch
1186---> Package python-cffi.x86_64 0:0.8.6-1.el7.kolab_3.5 will be installed
1187---> Package python-cryptography.x86_64 0:0.6.1-3.el7.kolab_3.5 will be installed
1188---> Package python-six.noarch 0:1.9.0-2.el7.kolab_3.5 will be installed
1189--> Running transaction check
1190---> Package pyOpenSSL.x86_64 0:0.13.1-3.el7 will be installed
1191--> Running transaction check
1192---> Package GConf2.x86_64 0:3.2.6-8.el7 will be installed
1193---> Package OpenEXR-libs.x86_64 0:1.7.1-7.el7 will be installed
1194---> Package adwaita-cursor-theme.noarch 0:3.8.4-3.el7 will be installed
1195---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed
1196---> Package ant.noarch 0:1.9.2-9.el7 will be installed
1197---> Package apr.x86_64 0:1.4.8-3.el7 will be installed
1198---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
1199---> Package at-spi2-atk.x86_64 0:2.8.1-4.el7 will be installed
1200---> Package at-spi2-core.x86_64 0:2.8.0-6.el7 will be installed
1201---> Package atk.x86_64 0:2.8.0-4.el7 will be installed
1202---> Package atk-devel.x86_64 0:2.8.0-4.el7 will be installed
1203---> Package attica.x86_64 0:0.4.1-4.el7 will be installed
1204---> Package autoconf.noarch 0:2.69-11.el7 will be installed
1205---> Package automake.noarch 0:1.13.4-3.el7 will be installed
1206---> Package avahi-libs.x86_64 0:0.6.31-14.el7 will be installed
1207---> Package bison.x86_64 0:2.7-4.el7 will be installed
1208---> Package boost-system.x86_64 0:1.53.0-23.el7 will be installed
1209---> Package boost-thread.x86_64 0:1.53.0-23.el7 will be installed
1210---> Package build.noarch 0:20150317-192.1 will be installed
1211---> Package build-mkbaselibs.noarch 0:20150317-192.1 will be installed
1212---> Package byacc.x86_64 0:1.9.20130304-3.el7 will be installed
1213---> Package bzip2.x86_64 0:1.0.6-12.el7 will be installed
1214---> Package cairo.x86_64 0:1.12.14-6.el7 will be installed
1215---> Package cairo-devel.x86_64 0:1.12.14-6.el7 will be installed
1216---> Package cairo-gobject.x86_64 0:1.12.14-6.el7 will be installed
1217---> Package cdparanoia-libs.x86_64 0:10.2-17.el7 will be installed
1218---> Package clucene-core.x86_64 0:2.3.3.4-11.el7 will be installed
1219---> Package colord-libs.x86_64 0:1.0.4-3.el7 will be installed
1220---> Package cpp.x86_64 0:4.8.3-9.el7 will be installed
1221---> Package cryptsetup.x86_64 0:1.6.6-3.el7 will be installed
1222---> Package cryptsetup-libs.x86_64 0:1.6.6-3.el7 will be installed
1223---> Package cscope.x86_64 0:15.8-7.el7 will be installed
1224---> Package ctags.x86_64 0:5.8-13.el7 will be installed
1225---> Package cups-libs.x86_64 1:1.6.3-17.el7 will be installed
1226---> Package cyrus-sasl-plain.x86_64 0:2.1.26-17.el7 will be installed
1227---> Package dbus.x86_64 1:1.6.12-11.el7 will be installed
1228---> Package dbus-devel.x86_64 1:1.6.12-11.el7 will be installed
1229---> Package dbus-glib.x86_64 0:0.100-7.el7 will be installed
1230---> Package dbus-python.x86_64 0:1.1.1-9.el7 will be installed
1231---> Package dbus-x11.x86_64 1:1.6.12-11.el7 will be installed
1232---> Package dbusmenu-qt.x86_64 0:0.9.2-7.el7 will be installed
1233---> Package dconf.x86_64 0:0.16.0-6.el7 will be installed
1234---> Package desktop-file-utils.x86_64 0:0.21-4.el7 will be installed
1235---> Package diffstat.x86_64 0:1.57-4.el7 will be installed
1236---> Package docbook-dtds.noarch 0:1.0-60.el7 will be installed
1237---> Package docbook-style-xsl.noarch 0:1.78.1-3.el7 will be installed
1238---> Package dosfstools.x86_64 0:3.0.20-9.el7 will be installed
1239---> Package doxygen.x86_64 1:1.8.5-3.el7 will be installed
1240---> Package dwz.x86_64 0:0.11-3.el7 will be installed
1241---> Package dyninst.x86_64 0:8.2.0-2.el7 will be installed
1242---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be installed
1243---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be installed
1244---> Package elfutils.x86_64 0:0.160-1.el7 will be installed
1245---> Package elfutils-libs.x86_64 0:0.160-1.el7 will be installed
1246---> Package emacs-filesystem.noarch 1:24.3-11.el7 will be installed
1247---> Package enchant.x86_64 1:1.6.0-8.el7 will be installed
1248---> Package epel-release.noarch 0:7-5 will be installed
1249---> Package exiv2-libs.x86_64 0:0.23-6.el7 will be installed
1250---> Package expat-devel.x86_64 0:2.1.0-8.el7 will be installed
1251---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed
1252---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed
1253---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
1254---> Package flex.x86_64 0:2.5.37-3.el7 will be installed
1255---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
1256---> Package fontconfig-devel.x86_64 0:2.10.95-7.el7 will be installed
1257---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
1258---> Package freetype.x86_64 0:2.4.11-10.el7_1.1 will be installed
1259---> Package freetype-devel.x86_64 0:2.4.11-10.el7_1.1 will be installed
1260---> Package gamin.x86_64 0:0.1.10-16.el7 will be installed
1261---> Package gcc.x86_64 0:4.8.3-9.el7 will be installed
1262---> Package gcc-c++.x86_64 0:4.8.3-9.el7 will be installed
1263---> Package gcc-gfortran.x86_64 0:4.8.3-9.el7 will be installed
1264---> Package gdb.x86_64 0:7.6.1-64.el7 will be installed
1265---> Package gdisk.x86_64 0:0.8.6-5.el7 will be installed
1266---> Package gdk-pixbuf2.x86_64 0:2.28.2-4.el7 will be installed
1267---> Package gdk-pixbuf2-devel.x86_64 0:2.28.2-4.el7 will be installed
1268---> Package gettext.x86_64 0:0.18.2.1-4.el7 will be installed
1269---> Package gettext-common-devel.noarch 0:0.18.2.1-4.el7 will be installed
1270---> Package gettext-devel.x86_64 0:0.18.2.1-4.el7 will be installed
1271---> Package gettext-libs.x86_64 0:0.18.2.1-4.el7 will be installed
1272---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
1273---> Package git.x86_64 0:1.8.3.1-4.el7 will be installed
1274---> Package gl-manpages.noarch 0:1.1-7.20130122.el7 will be installed
1275---> Package glib-networking.x86_64 0:2.40.0-1.el7 will be installed
1276---> Package glib2-devel.x86_64 0:2.40.0-4.el7 will be installed
1277---> Package glibc.i686 0:2.17-78.el7 will be installed
1278---> Package glibc-devel.i686 0:2.17-78.el7 will be installed
1279---> Package glibc-devel.x86_64 0:2.17-78.el7 will be installed
1280---> Package glibc-headers.x86_64 0:2.17-78.el7 will be installed
1281---> Package gnutls.x86_64 0:3.3.8-12.el7 will be installed
1282---> Package gobject-introspection.x86_64 0:1.36.0-4.el7 will be installed
1283---> Package gobject-introspection-devel.x86_64 0:1.36.0-4.el7 will be installed
1284---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed
1285---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed
1286---> Package gsettings-desktop-schemas.x86_64 0:3.8.2-3.el7 will be installed
1287---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
1288---> Package gstreamer.x86_64 0:0.10.36-7.el7 will be installed
1289---> Package gstreamer-plugins-base.x86_64 0:0.10.36-10.el7 will be installed
1290---> Package gstreamer-plugins-good.x86_64 0:0.10.31-11.el7 will be installed
1291---> Package gstreamer-tools.x86_64 0:0.10.36-7.el7 will be installed
1292---> Package gstreamer1.x86_64 0:1.0.7-4.el7 will be installed
1293---> Package gtk2.x86_64 0:2.24.22-5.el7_0.1 will be installed
1294---> Package gtk2-devel.x86_64 0:2.24.22-5.el7_0.1 will be installed
1295---> Package gtk3.x86_64 0:3.8.8-10.el7 will be installed
1296---> Package harfbuzz.x86_64 0:0.9.20-4.el7 will be installed
1297---> Package harfbuzz-devel.x86_64 0:0.9.20-4.el7 will be installed
1298---> Package harfbuzz-icu.x86_64 0:0.9.20-4.el7 will be installed
1299---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
1300---> Package hostname.x86_64 0:3.13-3.el7 will be installed
1301---> Package hunspell.x86_64 0:1.3.2-13.el7 will be installed
1302---> Package hunspell-en-US.noarch 0:0.20121024-5.el7 will be installed
1303---> Package hwdata.x86_64 0:0.252-7.8.el7_1 will be installed
1304---> Package ibus.x86_64 0:1.5.3-11.el7 will be installed
1305---> Package ibus-devel.x86_64 0:1.5.3-11.el7 will be installed
1306---> Package ibus-gtk2.x86_64 0:1.5.3-11.el7 will be installed
1307---> Package ibus-gtk3.x86_64 0:1.5.3-11.el7 will be installed
1308---> Package ibus-libs.x86_64 0:1.5.3-11.el7 will be installed
1309---> Package ibus-setup.noarch 0:1.5.3-11.el7 will be installed
1310---> Package icoutils.x86_64 0:0.31.0-3.el7 will be installed
1311---> Package ilmbase.x86_64 0:1.0.3-7.el7 will be installed
1312---> Package indent.x86_64 0:2.2.11-13.el7 will be installed
1313---> Package initscripts.x86_64 0:9.49.24-1.el7 will be installed
1314---> Package intltool.noarch 0:0.50.2-6.el7 will be installed
1315---> Package iso-codes.noarch 0:3.46-2.el7 will be installed
1316---> Package jasper-libs.x86_64 0:1.900.1-26.el7_0.3 will be installed
1317---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
1318---> Package java-1.7.0-openjdk-devel.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
1319---> Package java-1.7.0-openjdk-headless.x86_64 1:1.7.0.79-2.5.5.1.el7_1 will be installed
1320---> Package javapackages-tools.noarch 0:3.4.1-6.el7_0 will be installed
1321---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
1322---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed
1323---> Package kactivities.x86_64 0:4.10.5-3.el7 will be installed
1324---> Package kbd.x86_64 0:1.15.5-11.el7 will be installed
1325---> Package kbd-legacy.noarch 0:1.15.5-11.el7 will be installed
1326---> Package kbd-misc.noarch 0:1.15.5-11.el7 will be installed
1327---> Package kde-filesystem.x86_64 0:4-47.el7 will be installed
1328---> Package kde-runtime.x86_64 0:4.10.5-8.el7 will be installed
1329---> Package kde-runtime-drkonqi.x86_64 0:4.10.5-8.el7 will be installed
1330---> Package kde-runtime-libs.x86_64 0:4.10.5-8.el7 will be installed
1331---> Package kde-settings.noarch 0:19-23.5.el7 will be installed
1332---> Package kdelibs.x86_64 6:4.10.5-6.el7 will be installed
1333---> Package kdelibs-common.x86_64 6:4.10.5-6.el7 will be installed
1334---> Package kdepimlibs.x86_64 0:4.10.5-3.el7 will be installed
1335---> Package kdepimlibs-kxmlrpcclient.x86_64 0:4.10.5-3.el7 will be installed
1336---> Package kernel-devel.x86_64 0:3.10.0-229.4.2.el7 will be installed
1337---> Package kernel-headers.x86_64 0:3.10.0-229.4.2.el7 will be installed
1338---> Package kmod.x86_64 0:14-10.el7 will be installed
1339---> Package lcms2.x86_64 0:2.5-4.el7 will be installed
1340---> Package libICE.x86_64 0:1.0.8-7.el7 will be installed
1341---> Package libSM.x86_64 0:1.2.1-7.el7 will be installed
1342---> Package libX11.x86_64 0:1.6.0-2.1.el7 will be installed
1343---> Package libX11-common.noarch 0:1.6.0-2.1.el7 will be installed
1344---> Package libX11-devel.x86_64 0:1.6.0-2.1.el7 will be installed
1345---> Package libXScrnSaver.x86_64 0:1.2.2-6.1.el7 will be installed
1346---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
1347---> Package libXau-devel.x86_64 0:1.0.8-2.1.el7 will be installed
1348---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
1349---> Package libXcomposite-devel.x86_64 0:0.4.4-4.1.el7 will be installed
1350---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
1351---> Package libXcursor-devel.x86_64 0:1.1.14-2.1.el7 will be installed
1352---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
1353---> Package libXdamage-devel.x86_64 0:1.1.4-4.1.el7 will be installed
1354---> Package libXevie.x86_64 0:1.0.3-7.1.el7 will be installed
1355---> Package libXext.x86_64 0:1.3.2-2.1.el7 will be installed
1356---> Package libXext-devel.x86_64 0:1.3.2-2.1.el7 will be installed
1357---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
1358---> Package libXfixes-devel.x86_64 0:5.0.1-2.1.el7 will be installed
1359---> Package libXfont.x86_64 0:1.4.7-2.el7_0 will be installed
1360---> Package libXft.x86_64 0:2.3.1-5.1.el7 will be installed
1361---> Package libXft-devel.x86_64 0:2.3.1-5.1.el7 will be installed
1362---> Package libXi.x86_64 0:1.7.2-2.1.el7 will be installed
1363---> Package libXi-devel.x86_64 0:1.7.2-2.1.el7 will be installed
1364---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
1365---> Package libXinerama-devel.x86_64 0:1.1.3-2.1.el7 will be installed
1366---> Package libXmu.x86_64 0:1.1.1-5.1.el7 will be installed
1367---> Package libXpm.x86_64 0:3.5.10-5.1.el7 will be installed
1368---> Package libXrandr.x86_64 0:1.4.1-2.1.el7 will be installed
1369---> Package libXrandr-devel.x86_64 0:1.4.1-2.1.el7 will be installed
1370---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
1371---> Package libXrender-devel.x86_64 0:0.9.8-2.1.el7 will be installed
1372---> Package libXt.x86_64 0:1.1.4-6.1.el7 will be installed
1373---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed
1374---> Package libXv.x86_64 0:1.0.9-2.1.el7 will be installed
1375---> Package libXxf86misc.x86_64 0:1.0.3-7.1.el7 will be installed
1376---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
1377---> Package libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7 will be installed
1378---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed
1379---> Package libatasmart.x86_64 0:0.19-6.el7 will be installed
1380---> Package libavc1394.x86_64 0:0.5.3-14.el7 will be installed
1381---> Package libcanberra.x86_64 0:0.30-5.el7 will be installed
1382---> Package libdrm.x86_64 0:2.4.56-2.el7 will be installed
1383---> Package libdrm-devel.x86_64 0:2.4.56-2.el7 will be installed
1384---> Package libdv.x86_64 0:1.0.0-17.el7 will be installed
1385---> Package libdwarf.x86_64 0:20130207-4.el7 will be installed
1386---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
1387---> Package libffi-devel.x86_64 0:3.0.13-11.el7 will be installed
1388---> Package libfontenc.x86_64 0:1.1.1-5.el7 will be installed
1389---> Package libgfortran.x86_64 0:4.8.3-9.el7 will be installed
1390---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
1391---> Package libgusb.x86_64 0:0.1.6-3.el7 will be installed
1392---> Package libical.x86_64 0:0.48-6.el7 will be installed
1393---> Package libicu.x86_64 0:50.1.2-11.el7 will be installed
1394---> Package libicu-devel.x86_64 0:50.1.2-11.el7 will be installed
1395---> Package libiec61883.x86_64 0:1.2.0-10.el7 will be installed
1396---> Package libimobiledevice.x86_64 0:1.1.5-6.el7 will be installed
1397---> Package libiodbc.x86_64 0:3.52.7-7.el7 will be installed
1398---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
1399---> Package libldb.x86_64 0:1.1.17-2.el7 will be installed
1400---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed
1401---> Package libmodman.x86_64 0:2.0.1-8.el7 will be installed
1402---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
1403---> Package libnotify.x86_64 0:0.7.5-7.el7 will be installed
1404---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
1405---> Package libpciaccess.x86_64 0:0.13.1-4.1.el7 will be installed
1406---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed
1407---> Package libplist.x86_64 0:1.10-4.el7 will be installed
1408---> Package libpng.x86_64 2:1.5.13-5.el7 will be installed
1409---> Package libpng-devel.x86_64 2:1.5.13-5.el7 will be installed
1410---> Package libproxy.x86_64 0:0.4.11-6.el7 will be installed
1411---> Package libquadmath.x86_64 0:4.8.3-9.el7 will be installed
1412---> Package libquadmath-devel.x86_64 0:4.8.3-9.el7 will be installed
1413---> Package libraw1394.x86_64 0:2.1.0-2.el7 will be installed
1414---> Package libreport-filesystem.x86_64 0:2.1.11-21.el7.centos.0.5 will be installed
1415---> Package librsvg2.x86_64 0:2.39.0-1.el7 will be installed
1416---> Package libshout.x86_64 0:2.2.2-11.el7 will be installed
1417---> Package libsmbclient.x86_64 0:4.1.12-23.el7_1 will be installed
1418---> Package libsndfile.x86_64 0:1.0.25-9.el7 will be installed
1419---> Package libsoup.x86_64 0:2.46.0-3.el7 will be installed
1420---> Package libss.x86_64 0:1.42.9-7.el7 will be installed
1421---> Package libstdc++-devel.x86_64 0:4.8.3-9.el7 will be installed
1422---> Package libtalloc.x86_64 0:2.1.1-1.el7 will be installed
1423---> Package libtdb.x86_64 0:1.3.0-1.el7 will be installed
1424---> Package libtevent.x86_64 0:0.9.21-3.el7 will be installed
1425---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
1426---> Package libtheora.x86_64 1:1.1.1-8.el7 will be installed
1427---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
1428---> Package libtool.x86_64 0:2.4.2-20.el7 will be installed
1429---> Package libtool-ltdl.x86_64 0:2.4.2-20.el7 will be installed
1430---> Package libudisks2.x86_64 0:2.1.2-5.el7 will be installed
1431---> Package libusbx.x86_64 0:1.0.15-4.el7 will be installed
1432---> Package libv4l.x86_64 0:0.9.5-4.el7 will be installed
1433---> Package libvisual.x86_64 0:0.4.0-16.el7 will be installed
1434---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed
1435---> Package libwbclient.x86_64 0:4.1.12-23.el7_1 will be installed
1436---> Package libxcb.x86_64 0:1.9-5.el7 will be installed
1437---> Package libxcb-devel.x86_64 0:1.9-5.el7 will be installed
1438---> Package libxkbfile.x86_64 0:1.0.8-5.el7 will be installed
1439---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
1440---> Package m2crypto.x86_64 0:0.21.1-15.el7 will be installed
1441---> Package m4.x86_64 0:1.4.16-9.el7 will be installed
1442---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
1443---> Package make.x86_64 1:3.82-21.el7 will be installed
1444---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed
1445---> Package mdadm.x86_64 0:3.3.2-2.el7 will be installed
1446---> Package media-player-info.noarch 0:17-4.el7 will be installed
1447---> Package mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
1448---> Package mesa-libEGL-devel.x86_64 0:10.2.7-5.20140910.el7 will be installed
1449---> Package mesa-libGL.x86_64 0:10.2.7-5.20140910.el7 will be installed
1450---> Package mesa-libGL-devel.x86_64 0:10.2.7-5.20140910.el7 will be installed
1451---> Package mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7 will be installed
1452---> Package mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7 will be installed
1453---> Package mokutil.x86_64 0:0.7-5.el7 will be installed
1454---> Package mozjs17.x86_64 0:17.0.0-10.el7 will be installed
1455---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
1456---> Package neon.x86_64 0:0.30.0-3.el7 will be installed
1457---> Package nepomuk-core.x86_64 0:4.10.5-5.el7 will be installed
1458---> Package nepomuk-core-libs.x86_64 0:4.10.5-5.el7 will be installed
1459---> Package nettle.x86_64 0:2.7.1-4.el7 will be installed
1460---> Package nss-softokn-freebl.i686 0:3.16.2.3-9.el7 will be installed
1461---> Package openjpeg-libs.x86_64 0:1.5.1-10.el7 will be installed
1462---> Package openssh.x86_64 0:6.6.1p1-12.el7_1 will be installed
1463---> Package openssh-clients.x86_64 0:6.6.1p1-12.el7_1 will be installed
1464---> Package openssl.x86_64 1:1.0.1e-42.el7.4 will be installed
1465---> Package orc.x86_64 0:0.4.17-5.el7 will be installed
1466---> Package osc.x86_64 0:0.151.2-169.1 will be installed
1467---> Package oxygen-icon-theme.noarch 0:4.10.5-2.el7 will be installed
1468---> Package pakchois.x86_64 0:0.4-10.el7 will be installed
1469---> Package pango.x86_64 0:1.34.1-5.el7 will be installed
1470---> Package pango-devel.x86_64 0:1.34.1-5.el7 will be installed
1471---> Package parted.x86_64 0:3.1-20.el7 will be installed
1472---> Package passwd.x86_64 0:0.79-4.el7 will be installed
1473---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
1474---> Package patchutils.x86_64 0:0.3.3-4.el7 will be installed
1475---> Package pciutils.x86_64 0:3.2.1-4.el7 will be installed
1476---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be installed
1477---> Package perl.x86_64 4:5.16.3-285.el7 will be installed
1478---> Package perl-Business-ISBN.noarch 0:2.06-2.el7 will be installed
1479---> Package perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7 will be installed
1480---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
1481---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
1482---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
1483---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
1484---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
1485---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
1486---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
1487---> Package perl-Encode-Locale.noarch 0:1.03-5.el7 will be installed
1488---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
1489---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
1490---> Package perl-File-Listing.noarch 0:6.04-7.el7 will be installed
1491---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
1492---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
1493---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
1494---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
1495---> Package perl-Git.noarch 0:1.8.3.1-4.el7 will be installed
1496---> Package perl-HTML-Parser.x86_64 0:3.71-4.el7 will be installed
1497---> Package perl-HTML-Tagset.noarch 0:3.20-15.el7 will be installed
1498---> Package perl-HTTP-Cookies.noarch 0:6.01-5.el7 will be installed
1499---> Package perl-HTTP-Daemon.noarch 0:6.01-5.el7 will be installed
1500---> Package perl-HTTP-Date.noarch 0:6.02-8.el7 will be installed
1501---> Package perl-HTTP-Message.noarch 0:6.06-6.el7 will be installed
1502---> Package perl-HTTP-Negotiate.noarch 0:6.01-5.el7 will be installed
1503---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
1504---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
1505---> Package perl-IO-HTML.noarch 0:1.00-2.el7 will be installed
1506---> Package perl-IO-Socket-IP.noarch 0:0.21-4.el7 will be installed
1507---> Package perl-IO-Socket-SSL.noarch 0:1.94-3.el7 will be installed
1508---> Package perl-LWP-MediaTypes.noarch 0:6.02-2.el7 will be installed
1509---> Package perl-Net-HTTP.noarch 0:6.06-2.el7 will be installed
1510---> Package perl-Net-LibIDN.x86_64 0:0.12-15.el7 will be installed
1511---> Package perl-Net-SSLeay.x86_64 0:1.55-3.el7 will be installed
1512---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
1513---> Package perl-Pod-Escapes.noarch 1:1.04-285.el7 will be installed
1514---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
1515---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
1516---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
1517---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
1518---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
1519---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
1520---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
1521---> Package perl-Test-Harness.noarch 0:3.28-2.el7 will be installed
1522---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
1523---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
1524---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
1525---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
1526---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
1527---> Package perl-URI.noarch 0:1.60-9.el7 will be installed
1528---> Package perl-WWW-RobotRules.noarch 0:6.02-5.el7 will be installed
1529---> Package perl-XML-Parser.x86_64 0:2.41-10.el7 will be installed
1530---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
1531---> Package perl-libs.x86_64 4:5.16.3-285.el7 will be installed
1532---> Package perl-libwww-perl.noarch 0:6.05-2.el7 will be installed
1533---> Package perl-macros.x86_64 4:5.16.3-285.el7 will be installed
1534---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
1535---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
1536---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
1537---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
1538---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
1539---> Package phonon.x86_64 0:4.6.0-9.el7 will be installed
1540---> Package phonon-backend-gstreamer.x86_64 2:4.6.3-3.el7 will be installed
1541---> Package pixman.x86_64 0:0.32.4-3.el7 will be installed
1542---> Package pixman-devel.x86_64 0:0.32.4-3.el7 will be installed
1543---> Package pm-utils.x86_64 0:1.4.1-27.el7 will be installed
1544---> Package polkit.x86_64 0:0.112-5.el7 will be installed
1545---> Package polkit-pkla-compat.x86_64 0:0.1-4.el7 will be installed
1546---> Package polkit-qt.x86_64 0:0.103.0-10.el7_0 will be installed
1547---> Package poppler.x86_64 0:0.22.5-6.el7 will be installed
1548---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed
1549---> Package poppler-qt.x86_64 0:0.22.5-6.el7 will be installed
1550---> Package poppler-utils.x86_64 0:0.22.5-6.el7 will be installed
1551---> Package psmisc.x86_64 0:22.20-8.el7 will be installed
1552---> Package pulseaudio-libs.x86_64 0:3.0-30.el7 will be installed
1553---> Package pulseaudio-libs-glib2.x86_64 0:3.0-30.el7 will be installed
1554---> Package pyOpenSSL.x86_64 0:0.13.1-3.el7 will be installed
1555---> Package pycairo.x86_64 0:1.8.10-8.el7 will be installed
1556---> Package pygobject3.x86_64 0:3.8.2-6.el7 will be installed
1557---> Package pygobject3-base.x86_64 0:3.8.2-6.el7 will be installed
1558---> Package pytalloc.x86_64 0:2.1.1-1.el7 will be installed
1559---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
1560---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
1561---> Package python-beaker.noarch 0:1.5.4-10.el7 will be installed
1562---> Package python-chardet.noarch 0:2.0.1-7.el7 will be installed
1563---> Package python-javapackages.noarch 0:3.4.1-6.el7_0 will be installed
1564---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
1565---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
1566---> Package python-mako.noarch 0:0.8.1-2.el7 will be installed
1567---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed
1568---> Package python-paste.noarch 0:1.7.5.1-9.20111221hg1498.el7 will be installed
1569---> Package python-setuptools.noarch 0:7.0-2.el7.kolab_3.5 will be installed
1570---> Package python-tempita.noarch 0:0.5.1-6.el7 will be installed
1571---> Package qca2.x86_64 0:2.0.3-7.el7 will be installed
1572---> Package qt.x86_64 1:4.8.5-8.el7 will be installed
1573---> Package qt-settings.noarch 0:19-23.5.el7 will be installed
1574---> Package qt-x11.x86_64 1:4.8.5-8.el7 will be installed
1575---> Package raptor2.x86_64 0:2.0.9-3.el7 will be installed
1576---> Package rasqal.x86_64 0:0.9.30-4.el7 will be installed
1577---> Package rcs.x86_64 0:5.9.0-5.el7 will be installed
1578---> Package redhat-menus.noarch 0:12.0.2-7.el7 will be installed
1579---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed
1580---> Package redland.x86_64 0:1.0.16-6.el7 will be installed
1581---> Package redland-virtuoso.x86_64 0:1.0.16-6.el7 will be installed
1582---> Package rpm-build.x86_64 0:4.11.1-25.el7 will be installed
1583---> Package rpm-sign.x86_64 0:4.11.1-25.el7 will be installed
1584---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed
1585---> Package rsync.x86_64 0:3.0.9-15.el7 will be installed
1586---> Package samba-common.x86_64 0:4.1.12-23.el7_1 will be installed
1587---> Package samba-libs.x86_64 0:4.1.12-23.el7_1 will be installed
1588---> Package sgml-common.noarch 0:0.6.3-39.el7 will be installed
1589---> Package shared-desktop-ontologies.noarch 0:0.11.0-2.el7 will be installed
1590---> Package soprano.x86_64 0:2.9.2-3.el7 will be installed
1591---> Package sound-theme-freedesktop.noarch 0:0.8-3.el7 will be installed
1592---> Package speex.x86_64 0:1.2-0.19.rc1.el7 will be installed
1593---> Package strigi-libs.x86_64 0:0.7.7-12.20120626.el7 will be installed
1594---> Package subversion.x86_64 0:1.7.14-7.el7_0 will be installed
1595---> Package subversion-libs.x86_64 0:1.7.14-7.el7_0 will be installed
1596---> Package sudo.x86_64 0:1.8.6p7-13.el7 will be installed
1597---> Package swig.x86_64 0:2.0.11-11.el7.kolab_3.5 will be installed
1598---> Package systemtap.x86_64 0:2.6-10.el7_1 will be installed
1599---> Package systemtap-client.x86_64 0:2.6-10.el7_1 will be installed
1600---> Package systemtap-devel.x86_64 0:2.6-10.el7_1 will be installed
1601---> Package systemtap-runtime.x86_64 0:2.6-10.el7_1 will be installed
1602---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed
1603---> Package taglib.x86_64 0:1.8-7.20130218git.el7 will be installed
1604---> Package tar.x86_64 2:1.26-29.el7 will be installed
1605---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed
1606---> Package trousers.x86_64 0:0.3.11.2-3.el7 will be installed
1607---> Package ttmkfdir.x86_64 0:3.0.9-41.el7 will be installed
1608---> Package tzdata-java.noarch 0:2015d-1.el7 will be installed
1609---> Package udisks2.x86_64 0:2.1.2-5.el7 will be installed
1610---> Package unzip.x86_64 0:6.0-15.el7 will be installed
1611---> Package upower.x86_64 0:0.9.20-7.el7 will be installed
1612---> Package usbmuxd.x86_64 0:1.0.8-11.el7 will be installed
1613---> Package vala.x86_64 0:0.20.1-3.el7 will be installed
1614---> Package vim-common.x86_64 2:7.4.160-1.el7 will be installed
1615---> Package vim-enhanced.x86_64 2:7.4.160-1.el7 will be installed
1616---> Package vim-filesystem.x86_64 2:7.4.160-1.el7 will be installed
1617---> Package virtuoso-opensource.x86_64 1:6.1.6-6.el7 will be installed
1618---> Package wavpack.x86_64 0:4.60.1-9.el7 will be installed
1619---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed
1620---> Package xdg-user-dirs.x86_64 0:0.15-4.el7 will be installed
1621---> Package xdg-utils.noarch 0:1.1.0-0.16.20120809git.el7 will be installed
1622---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed
1623---> Package xfsprogs.x86_64 0:3.2.1-6.el7 will be installed
1624---> Package xml-common.noarch 0:0.6.3-39.el7 will be installed
1625---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed
1626---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed
1627---> Package xorg-x11-font-utils.x86_64 1:7.5-18.1.el7 will be installed
1628---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
1629---> Package xorg-x11-proto-devel.noarch 0:7.7-8.el7.1 will be installed
1630---> Package xorg-x11-server-utils.x86_64 0:7.7-4.el7 will be installed
1631---> Package xorg-x11-xauth.x86_64 1:1.0.7-6.1.el7 will be installed
1632---> Package xorg-x11-xinit.x86_64 0:1.3.2-14.el7 will be installed
1633---> Package xorg-x11-xkb-utils.x86_64 0:7.7-9.1.el7 will be installed
1634---> Package yajl.x86_64 0:2.0.4-4.el7 will be installed
1635---> Package yum-utils.noarch 0:1.1.31-29.el7 will be installed
1636---> Package zip.x86_64 0:3.0-10.el7 will be installed
1637---> Package zlib-devel.x86_64 0:1.2.7-13.el7 will be installed
1638--> Finished Dependency Resolution
1639
1640Packages skipped because of dependency problems:
1641 pyOpenSSL-0.14-1.el7.kolab_3.5.noarch from Kolab_Development
1642 python-cffi-0.8.6-1.el7.kolab_3.5.x86_64 from Kolab_Development
1643 python-cryptography-0.6.1-3.el7.kolab_3.5.x86_64 from Kolab_Development
1644 python-pycparser-2.10-1.el7.kolab_3.5.noarch from Kolab_Development
1645 python-selenium-2.45.0-3.el7.kolab_3.5.noarch from Kolab_Development
1646 python-six-1.9.0-2.el7.kolab_3.5.noarch from Kolab_Development
1647
1648Dependencies Resolved
1649
1650================================================================================
1651 Package Arch Version Repository Size
1652================================================================================
1653Installing for group install "Development Tools":
1654 autoconf noarch 2.69-11.el7 base 701 k
1655 automake noarch 1.13.4-3.el7 base 679 k
1656 bison x86_64 2.7-4.el7 base 578 k
1657 byacc x86_64 1.9.20130304-3.el7 base 65 k
1658 cscope x86_64 15.8-7.el7 base 203 k
1659 ctags x86_64 5.8-13.el7 base 155 k
1660 diffstat x86_64 1.57-4.el7 base 35 k
1661 doxygen x86_64 1:1.8.5-3.el7 base 3.6 M
1662 elfutils x86_64 0.160-1.el7 base 262 k
1663 flex x86_64 2.5.37-3.el7 base 292 k
1664 gcc x86_64 4.8.3-9.el7 base 16 M
1665 gcc-c++ x86_64 4.8.3-9.el7 base 7.2 M
1666 gcc-gfortran x86_64 4.8.3-9.el7 base 6.6 M
1667 gettext x86_64 0.18.2.1-4.el7 base 959 k
1668 git x86_64 1.8.3.1-4.el7 base 4.3 M
1669 indent x86_64 2.2.11-13.el7 base 150 k
1670 intltool noarch 0.50.2-6.el7 base 59 k
1671 libtool x86_64 2.4.2-20.el7 base 588 k
1672 make x86_64 1:3.82-21.el7 base 420 k
1673 patch x86_64 2.7.1-8.el7 base 110 k
1674 patchutils x86_64 0.3.3-4.el7 base 104 k
1675 rcs x86_64 5.9.0-5.el7 base 230 k
1676 redhat-rpm-config noarch 9.1.0-68.el7.centos base 77 k
1677 rpm-build x86_64 4.11.1-25.el7 base 141 k
1678 rpm-sign x86_64 4.11.1-25.el7 base 42 k
1679 subversion x86_64 1.7.14-7.el7_0 updates 1.0 M
1680 swig x86_64 2.0.11-11.el7.kolab_3.5
1681 Kolab_Development 1.3 M
1682 systemtap x86_64 2.6-10.el7_1 updates 24 k
1683Installing:
1684 ant noarch 1.9.2-9.el7 base 1.9 M
1685 build noarch 20150317-192.1 openSUSE_Tools 157 k
1686 epel-release noarch 7-5 extras 14 k
1687 glibc-devel i686 2.17-78.el7 base 1.0 M
1688 glibc-devel x86_64 2.17-78.el7 base 1.0 M
1689 gtk2-devel x86_64 2.24.22-5.el7_0.1 base 2.9 M
1690 ibus-devel x86_64 1.5.3-11.el7 base 174 k
1691 java-1.7.0-openjdk-devel x86_64 1:1.7.0.79-2.5.5.1.el7_1
1692 updates 9.2 M
1693 osc x86_64 0.151.2-169.1 openSUSE_Tools 504 k
1694 passwd x86_64 0.79-4.el7 base 105 k
1695 perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k
1696 perl-TimeDate noarch 1:2.30-2.el7 base 52 k
1697 rpmdevtools noarch 8.3-5.el7 base 97 k
1698 sudo x86_64 1.8.6p7-13.el7 base 718 k
1699 vim-enhanced x86_64 2:7.4.160-1.el7 base 1.0 M
1700 yum-utils noarch 1.1.31-29.el7 base 112 k
1701Installing for dependencies:
1702 GConf2 x86_64 3.2.6-8.el7 base 1.0 M
1703 OpenEXR-libs x86_64 1.7.1-7.el7 base 217 k
1704 adwaita-cursor-theme noarch 3.8.4-3.el7 base 124 k
1705 alsa-lib x86_64 1.0.28-2.el7 base 391 k
1706 apr x86_64 1.4.8-3.el7 base 103 k
1707 apr-util x86_64 1.5.2-6.el7 base 92 k
1708 at-spi2-atk x86_64 2.8.1-4.el7 base 73 k
1709 at-spi2-core x86_64 2.8.0-6.el7 base 151 k
1710 atk x86_64 2.8.0-4.el7 base 233 k
1711 atk-devel x86_64 2.8.0-4.el7 base 152 k
1712 attica x86_64 0.4.1-4.el7 base 232 k
1713 avahi-libs x86_64 0.6.31-14.el7 base 60 k
1714 boost-system x86_64 1.53.0-23.el7 base 39 k
1715 boost-thread x86_64 1.53.0-23.el7 base 56 k
1716 build-mkbaselibs noarch 20150317-192.1 openSUSE_Tools 37 k
1717 bzip2 x86_64 1.0.6-12.el7 base 52 k
1718 cairo x86_64 1.12.14-6.el7 base 697 k
1719 cairo-devel x86_64 1.12.14-6.el7 base 515 k
1720 cairo-gobject x86_64 1.12.14-6.el7 base 25 k
1721 cdparanoia-libs x86_64 10.2-17.el7 base 56 k
1722 clucene-core x86_64 2.3.3.4-11.el7 base 528 k
1723 colord-libs x86_64 1.0.4-3.el7 base 148 k
1724 cpp x86_64 4.8.3-9.el7 base 5.9 M
1725 cryptsetup x86_64 1.6.6-3.el7 base 117 k
1726 cryptsetup-libs x86_64 1.6.6-3.el7 base 179 k
1727 cups-libs x86_64 1:1.6.3-17.el7 base 354 k
1728 cyrus-sasl-plain x86_64 2.1.26-17.el7 base 38 k
1729 dbus x86_64 1:1.6.12-11.el7 base 306 k
1730 dbus-devel x86_64 1:1.6.12-11.el7 base 52 k
1731 dbus-glib x86_64 0.100-7.el7 base 102 k
1732 dbus-python x86_64 1.1.1-9.el7 base 206 k
1733 dbus-x11 x86_64 1:1.6.12-11.el7 base 46 k
1734 dbusmenu-qt x86_64 0.9.2-7.el7 base 86 k
1735 dconf x86_64 0.16.0-6.el7 base 150 k
1736 desktop-file-utils x86_64 0.21-4.el7 base 67 k
1737 docbook-dtds noarch 1.0-60.el7 base 226 k
1738 docbook-style-xsl noarch 1.78.1-3.el7 base 2.0 M
1739 dosfstools x86_64 3.0.20-9.el7 base 101 k
1740 dwz x86_64 0.11-3.el7 base 99 k
1741 dyninst x86_64 8.2.0-2.el7 base 2.5 M
1742 e2fsprogs x86_64 1.42.9-7.el7 base 697 k
1743 e2fsprogs-libs x86_64 1.42.9-7.el7 base 165 k
1744 elfutils-libs x86_64 0.160-1.el7 base 249 k
1745 emacs-filesystem noarch 1:24.3-11.el7 base 57 k
1746 enchant x86_64 1:1.6.0-8.el7 base 55 k
1747 exiv2-libs x86_64 0.23-6.el7 base 876 k
1748 expat-devel x86_64 2.1.0-8.el7 base 56 k
1749 fipscheck x86_64 1.4.1-5.el7 base 21 k
1750 fipscheck-lib x86_64 1.4.1-5.el7 base 11 k
1751 flac-libs x86_64 1.3.0-5.el7_1 updates 169 k
1752 fontconfig x86_64 2.10.95-7.el7 base 228 k
1753 fontconfig-devel x86_64 2.10.95-7.el7 base 128 k
1754 fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
1755 freetype x86_64 2.4.11-10.el7_1.1 updates 391 k
1756 freetype-devel x86_64 2.4.11-10.el7_1.1 updates 356 k
1757 gamin x86_64 0.1.10-16.el7 base 128 k
1758 gdb x86_64 7.6.1-64.el7 base 2.4 M
1759 gdisk x86_64 0.8.6-5.el7 base 187 k
1760 gdk-pixbuf2 x86_64 2.28.2-4.el7 base 533 k
1761 gdk-pixbuf2-devel x86_64 2.28.2-4.el7 base 209 k
1762 gettext-common-devel noarch 0.18.2.1-4.el7 base 368 k
1763 gettext-devel x86_64 0.18.2.1-4.el7 base 315 k
1764 gettext-libs x86_64 0.18.2.1-4.el7 base 435 k
1765 giflib x86_64 4.1.6-9.el7 base 40 k
1766 gl-manpages noarch 1.1-7.20130122.el7 base 994 k
1767 glib-networking x86_64 2.40.0-1.el7 base 122 k
1768 glib2-devel x86_64 2.40.0-4.el7 base 445 k
1769 glibc i686 2.17-78.el7 base 4.2 M
1770 glibc-headers x86_64 2.17-78.el7 base 656 k
1771 gnutls x86_64 3.3.8-12.el7 base 662 k
1772 gobject-introspection x86_64 1.36.0-4.el7 base 223 k
1773 gobject-introspection-devel
1774 x86_64 1.36.0-4.el7 base 1.1 M
1775 gpm-libs x86_64 1.20.7-5.el7 base 32 k
1776 graphite2 x86_64 1.2.2-5.el7 base 81 k
1777 gsettings-desktop-schemas
1778 x86_64 3.8.2-3.el7 base 417 k
1779 gsm x86_64 1.0.13-11.el7 base 30 k
1780 gstreamer x86_64 0.10.36-7.el7 base 958 k
1781 gstreamer-plugins-base x86_64 0.10.36-10.el7 base 1.2 M
1782 gstreamer-plugins-good x86_64 0.10.31-11.el7 base 1.5 M
1783 gstreamer-tools x86_64 0.10.36-7.el7 base 27 k
1784 gstreamer1 x86_64 1.0.7-4.el7 base 909 k
1785 gtk2 x86_64 2.24.22-5.el7_0.1 base 3.4 M
1786 gtk3 x86_64 3.8.8-10.el7 base 3.2 M
1787 harfbuzz x86_64 0.9.20-4.el7 base 145 k
1788 harfbuzz-devel x86_64 0.9.20-4.el7 base 100 k
1789 harfbuzz-icu x86_64 0.9.20-4.el7 base 11 k
1790 hicolor-icon-theme noarch 0.12-7.el7 base 42 k
1791 hostname x86_64 3.13-3.el7 base 17 k
1792 hunspell x86_64 1.3.2-13.el7 base 223 k
1793 hunspell-en-US noarch 0.20121024-5.el7 base 189 k
1794 hwdata x86_64 0.252-7.8.el7_1 updates 2.0 M
1795 ibus x86_64 1.5.3-11.el7 base 328 k
1796 ibus-gtk2 x86_64 1.5.3-11.el7 base 43 k
1797 ibus-gtk3 x86_64 1.5.3-11.el7 base 42 k
1798 ibus-libs x86_64 1.5.3-11.el7 base 206 k
1799 ibus-setup noarch 1.5.3-11.el7 base 67 k
1800 icoutils x86_64 0.31.0-3.el7 base 82 k
1801 ilmbase x86_64 1.0.3-7.el7 base 100 k
1802 initscripts x86_64 9.49.24-1.el7 base 427 k
1803 iso-codes noarch 3.46-2.el7 base 2.7 M
1804 jasper-libs x86_64 1.900.1-26.el7_0.3 base 149 k
1805 java-1.7.0-openjdk x86_64 1:1.7.0.79-2.5.5.1.el7_1
1806 updates 202 k
1807 java-1.7.0-openjdk-headless
1808 x86_64 1:1.7.0.79-2.5.5.1.el7_1
1809 updates 25 M
1810 javapackages-tools noarch 3.4.1-6.el7_0 base 72 k
1811 jbigkit-libs x86_64 2.0-11.el7 base 46 k
1812 json-c x86_64 0.11-4.el7_0 base 31 k
1813 kactivities x86_64 4.10.5-3.el7 base 314 k
1814 kbd x86_64 1.15.5-11.el7 base 345 k
1815 kbd-legacy noarch 1.15.5-11.el7 base 465 k
1816 kbd-misc noarch 1.15.5-11.el7 base 1.3 M
1817 kde-filesystem x86_64 4-47.el7 base 48 k
1818 kde-runtime x86_64 4.10.5-8.el7 base 7.3 M
1819 kde-runtime-drkonqi x86_64 4.10.5-8.el7 base 193 k
1820 kde-runtime-libs x86_64 4.10.5-8.el7 base 1.2 M
1821 kde-settings noarch 19-23.5.el7 base 33 k
1822 kdelibs x86_64 6:4.10.5-6.el7 base 11 M
1823 kdelibs-common x86_64 6:4.10.5-6.el7 base 1.9 M
1824 kdepimlibs x86_64 4.10.5-3.el7 base 2.3 M
1825 kdepimlibs-kxmlrpcclient x86_64 4.10.5-3.el7 base 39 k
1826 kernel-devel x86_64 3.10.0-229.4.2.el7 updates 9.9 M
1827 kernel-headers x86_64 3.10.0-229.4.2.el7 updates 2.3 M
1828 kmod x86_64 14-10.el7 base 78 k
1829 lcms2 x86_64 2.5-4.el7 base 133 k
1830 libICE x86_64 1.0.8-7.el7 base 63 k
1831 libSM x86_64 1.2.1-7.el7 base 38 k
1832 libX11 x86_64 1.6.0-2.1.el7 base 605 k
1833 libX11-common noarch 1.6.0-2.1.el7 base 181 k
1834 libX11-devel x86_64 1.6.0-2.1.el7 base 979 k
1835 libXScrnSaver x86_64 1.2.2-6.1.el7 base 24 k
1836 libXau x86_64 1.0.8-2.1.el7 base 29 k
1837 libXau-devel x86_64 1.0.8-2.1.el7 base 14 k
1838 libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
1839 libXcomposite-devel x86_64 0.4.4-4.1.el7 base 16 k
1840 libXcursor x86_64 1.1.14-2.1.el7 base 30 k
1841 libXcursor-devel x86_64 1.1.14-2.1.el7 base 23 k
1842 libXdamage x86_64 1.1.4-4.1.el7 base 20 k
1843 libXdamage-devel x86_64 1.1.4-4.1.el7 base 9.7 k
1844 libXevie x86_64 1.0.3-7.1.el7 base 18 k
1845 libXext x86_64 1.3.2-2.1.el7 base 38 k
1846 libXext-devel x86_64 1.3.2-2.1.el7 base 74 k
1847 libXfixes x86_64 5.0.1-2.1.el7 base 18 k
1848 libXfixes-devel x86_64 5.0.1-2.1.el7 base 13 k
1849 libXfont x86_64 1.4.7-2.el7_0 base 144 k
1850 libXft x86_64 2.3.1-5.1.el7 base 57 k
1851 libXft-devel x86_64 2.3.1-5.1.el7 base 19 k
1852 libXi x86_64 1.7.2-2.1.el7 base 39 k
1853 libXi-devel x86_64 1.7.2-2.1.el7 base 104 k
1854 libXinerama x86_64 1.1.3-2.1.el7 base 14 k
1855 libXinerama-devel x86_64 1.1.3-2.1.el7 base 13 k
1856 libXmu x86_64 1.1.1-5.1.el7 base 70 k
1857 libXpm x86_64 3.5.10-5.1.el7 base 52 k
1858 libXrandr x86_64 1.4.1-2.1.el7 base 25 k
1859 libXrandr-devel x86_64 1.4.1-2.1.el7 base 20 k
1860 libXrender x86_64 0.9.8-2.1.el7 base 25 k
1861 libXrender-devel x86_64 0.9.8-2.1.el7 base 16 k
1862 libXt x86_64 1.1.4-6.1.el7 base 173 k
1863 libXtst x86_64 1.2.2-2.1.el7 base 20 k
1864 libXv x86_64 1.0.9-2.1.el7 base 18 k
1865 libXxf86misc x86_64 1.0.3-7.1.el7 base 19 k
1866 libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k
1867 libXxf86vm-devel x86_64 1.1.3-2.1.el7 base 18 k
1868 libasyncns x86_64 0.8-7.el7 base 26 k
1869 libatasmart x86_64 0.19-6.el7 base 43 k
1870 libavc1394 x86_64 0.5.3-14.el7 base 50 k
1871 libcanberra x86_64 0.30-5.el7 base 82 k
1872 libdrm x86_64 2.4.56-2.el7 base 122 k
1873 libdrm-devel x86_64 2.4.56-2.el7 base 90 k
1874 libdv x86_64 1.0.0-17.el7 base 78 k
1875 libdwarf x86_64 20130207-4.el7 base 109 k
1876 libedit x86_64 3.0-12.20121213cvs.el7 base 92 k
1877 libffi-devel x86_64 3.0.13-11.el7 base 22 k
1878 libfontenc x86_64 1.1.1-5.el7 base 29 k
1879 libgfortran x86_64 4.8.3-9.el7 base 290 k
1880 libgnome-keyring x86_64 3.8.0-3.el7 base 109 k
1881 libgusb x86_64 0.1.6-3.el7 base 33 k
1882 libical x86_64 0.48-6.el7 base 171 k
1883 libicu x86_64 50.1.2-11.el7 base 6.9 M
1884 libicu-devel x86_64 50.1.2-11.el7 base 702 k
1885 libiec61883 x86_64 1.2.0-10.el7 base 37 k
1886 libimobiledevice x86_64 1.1.5-6.el7 base 136 k
1887 libiodbc x86_64 3.52.7-7.el7 base 179 k
1888 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
1889 libldb x86_64 1.1.17-2.el7 base 122 k
1890 libmng x86_64 1.0.10-14.el7 base 171 k
1891 libmodman x86_64 2.0.1-8.el7 base 28 k
1892 libmpc x86_64 1.0.1-3.el7 base 51 k
1893 libnotify x86_64 0.7.5-7.el7 base 39 k
1894 libogg x86_64 2:1.3.0-7.el7 base 24 k
1895 libpciaccess x86_64 0.13.1-4.1.el7 base 25 k
1896 libpipeline x86_64 1.2.3-3.el7 base 53 k
1897 libplist x86_64 1.10-4.el7 base 57 k
1898 libpng x86_64 2:1.5.13-5.el7 base 212 k
1899 libpng-devel x86_64 2:1.5.13-5.el7 base 121 k
1900 libproxy x86_64 0.4.11-6.el7 base 65 k
1901 libquadmath x86_64 4.8.3-9.el7 base 179 k
1902 libquadmath-devel x86_64 4.8.3-9.el7 base 42 k
1903 libraw1394 x86_64 2.1.0-2.el7 base 63 k
1904 libreport-filesystem x86_64 2.1.11-21.el7.centos.0.5
1905 updates 36 k
1906 librsvg2 x86_64 2.39.0-1.el7 base 123 k
1907 libshout x86_64 2.2.2-11.el7 base 43 k
1908 libsmbclient x86_64 4.1.12-23.el7_1 updates 120 k
1909 libsndfile x86_64 1.0.25-9.el7 base 149 k
1910 libsoup x86_64 2.46.0-3.el7 base 339 k
1911 libss x86_64 1.42.9-7.el7 base 45 k
1912 libstdc++-devel x86_64 4.8.3-9.el7 base 1.5 M
1913 libtalloc x86_64 2.1.1-1.el7 base 30 k
1914 libtdb x86_64 1.3.0-1.el7 base 44 k
1915 libtevent x86_64 0.9.21-3.el7 base 31 k
1916 libthai x86_64 0.1.14-9.el7 base 187 k
1917 libtheora x86_64 1:1.1.1-8.el7 base 136 k
1918 libtiff x86_64 4.0.3-14.el7 base 167 k
1919 libtool-ltdl x86_64 2.4.2-20.el7 base 49 k
1920 libudisks2 x86_64 2.1.2-5.el7 base 115 k
1921 libusbx x86_64 1.0.15-4.el7 base 50 k
1922 libv4l x86_64 0.9.5-4.el7 base 194 k
1923 libvisual x86_64 0.4.0-16.el7 base 138 k
1924 libvorbis x86_64 1:1.3.3-8.el7 base 204 k
1925 libwbclient x86_64 4.1.12-23.el7_1 updates 90 k
1926 libxcb x86_64 1.9-5.el7 base 169 k
1927 libxcb-devel x86_64 1.9-5.el7 base 1.0 M
1928 libxkbfile x86_64 1.0.8-5.el7 base 81 k
1929 libxslt x86_64 1.1.28-5.el7 base 242 k
1930 m2crypto x86_64 0.21.1-15.el7 base 428 k
1931 m4 x86_64 1.4.16-9.el7 base 256 k
1932 mailcap noarch 2.1.41-2.el7 base 31 k
1933 man-db x86_64 2.6.3-9.el7 base 559 k
1934 mdadm x86_64 3.3.2-2.el7 base 391 k
1935 media-player-info noarch 17-4.el7 base 62 k
1936 mesa-libEGL x86_64 10.2.7-5.20140910.el7 base 70 k
1937 mesa-libEGL-devel x86_64 10.2.7-5.20140910.el7 base 26 k
1938 mesa-libGL x86_64 10.2.7-5.20140910.el7 base 149 k
1939 mesa-libGL-devel x86_64 10.2.7-5.20140910.el7 base 136 k
1940 mesa-libgbm x86_64 10.2.7-5.20140910.el7 base 31 k
1941 mesa-libglapi x86_64 10.2.7-5.20140910.el7 base 37 k
1942 mokutil x86_64 0.7-5.el7 base 23 k
1943 mozjs17 x86_64 17.0.0-10.el7 base 1.4 M
1944 mpfr x86_64 3.1.1-4.el7 base 203 k
1945 neon x86_64 0.30.0-3.el7 base 165 k
1946 nepomuk-core x86_64 4.10.5-5.el7 base 513 k
1947 nepomuk-core-libs x86_64 4.10.5-5.el7 base 286 k
1948 nettle x86_64 2.7.1-4.el7 base 327 k
1949 nss-softokn-freebl i686 3.16.2.3-9.el7 base 187 k
1950 openjpeg-libs x86_64 1.5.1-10.el7 base 85 k
1951 openssh x86_64 6.6.1p1-12.el7_1 updates 431 k
1952 openssh-clients x86_64 6.6.1p1-12.el7_1 updates 634 k
1953 openssl x86_64 1:1.0.1e-42.el7.4 updates 710 k
1954 orc x86_64 0.4.17-5.el7 base 164 k
1955 oxygen-icon-theme noarch 4.10.5-2.el7 base 29 M
1956 pakchois x86_64 0.4-10.el7 base 14 k
1957 pango x86_64 1.34.1-5.el7 base 283 k
1958 pango-devel x86_64 1.34.1-5.el7 base 303 k
1959 parted x86_64 3.1-20.el7 base 605 k
1960 pciutils x86_64 3.2.1-4.el7 base 90 k
1961 pciutils-libs x86_64 3.2.1-4.el7 base 45 k
1962 perl x86_64 4:5.16.3-285.el7 base 8.0 M
1963 perl-Business-ISBN noarch 2.06-2.el7 base 25 k
1964 perl-Business-ISBN-Data noarch 20120719.001-2.el7 base 24 k
1965 perl-Carp noarch 1.26-244.el7 base 19 k
1966 perl-Compress-Raw-Bzip2 x86_64 2.061-3.el7 base 32 k
1967 perl-Compress-Raw-Zlib x86_64 1:2.061-4.el7 base 57 k
1968 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
1969 perl-Digest noarch 1.17-245.el7 base 23 k
1970 perl-Encode x86_64 2.51-7.el7 base 1.5 M
1971 perl-Encode-Locale noarch 1.03-5.el7 base 16 k
1972 perl-Error noarch 1:0.17020-2.el7 base 32 k
1973 perl-Exporter noarch 5.68-3.el7 base 28 k
1974 perl-File-Listing noarch 6.04-7.el7 base 13 k
1975 perl-File-Path noarch 2.09-2.el7 base 26 k
1976 perl-File-Temp noarch 0.23.01-3.el7 base 56 k
1977 perl-Filter x86_64 1.49-3.el7 base 76 k
1978 perl-Getopt-Long noarch 2.40-2.el7 base 56 k
1979 perl-Git noarch 1.8.3.1-4.el7 base 52 k
1980 perl-HTML-Parser x86_64 3.71-4.el7 base 115 k
1981 perl-HTML-Tagset noarch 3.20-15.el7 base 18 k
1982 perl-HTTP-Cookies noarch 6.01-5.el7 base 26 k
1983 perl-HTTP-Daemon noarch 6.01-5.el7 base 20 k
1984 perl-HTTP-Date noarch 6.02-8.el7 base 14 k
1985 perl-HTTP-Message noarch 6.06-6.el7 base 82 k
1986 perl-HTTP-Negotiate noarch 6.01-5.el7 base 17 k
1987 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
1988 perl-IO-Compress noarch 2.061-2.el7 base 260 k
1989 perl-IO-HTML noarch 1.00-2.el7 base 23 k
1990 perl-IO-Socket-IP noarch 0.21-4.el7 base 35 k
1991 perl-IO-Socket-SSL noarch 1.94-3.el7 base 113 k
1992 perl-LWP-MediaTypes noarch 6.02-2.el7 base 24 k
1993 perl-Net-HTTP noarch 6.06-2.el7 base 29 k
1994 perl-Net-LibIDN x86_64 0.12-15.el7 base 28 k
1995 perl-Net-SSLeay x86_64 1.55-3.el7 base 285 k
1996 perl-PathTools x86_64 3.40-5.el7 base 82 k
1997 perl-Pod-Escapes noarch 1:1.04-285.el7 base 50 k
1998 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
1999 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
2000 perl-Pod-Usage noarch 1.63-3.el7 base 27 k
2001 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
2002 perl-Socket x86_64 2.010-3.el7 base 49 k
2003 perl-Storable x86_64 2.45-3.el7 base 77 k
2004 perl-TermReadKey x86_64 2.30-20.el7 base 31 k
2005 perl-Test-Harness noarch 3.28-2.el7 base 302 k
2006 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
2007 perl-Thread-Queue noarch 3.02-2.el7 base 17 k
2008 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
2009 perl-Time-Local noarch 1.2300-2.el7 base 24 k
2010 perl-URI noarch 1.60-9.el7 base 106 k
2011 perl-WWW-RobotRules noarch 6.02-5.el7 base 18 k
2012 perl-XML-Parser x86_64 2.41-10.el7 base 223 k
2013 perl-constant noarch 1.27-2.el7 base 19 k
2014 perl-libs x86_64 4:5.16.3-285.el7 base 687 k
2015 perl-libwww-perl noarch 6.05-2.el7 base 205 k
2016 perl-macros x86_64 4:5.16.3-285.el7 base 42 k
2017 perl-parent noarch 1:0.225-244.el7 base 12 k
2018 perl-podlators noarch 2.5.1-3.el7 base 112 k
2019 perl-srpm-macros noarch 1-8.el7 base 4.6 k
2020 perl-threads x86_64 1.87-4.el7 base 49 k
2021 perl-threads-shared x86_64 1.43-6.el7 base 39 k
2022 phonon x86_64 4.6.0-9.el7 base 205 k
2023 phonon-backend-gstreamer x86_64 2:4.6.3-3.el7 base 140 k
2024 pixman x86_64 0.32.4-3.el7 base 254 k
2025 pixman-devel x86_64 0.32.4-3.el7 base 20 k
2026 pm-utils x86_64 1.4.1-27.el7 base 140 k
2027 polkit x86_64 0.112-5.el7 base 165 k
2028 polkit-pkla-compat x86_64 0.1-4.el7 base 39 k
2029 polkit-qt x86_64 0.103.0-10.el7_0 base 72 k
2030 poppler x86_64 0.22.5-6.el7 base 737 k
2031 poppler-data noarch 0.4.6-3.el7 base 2.2 M
2032 poppler-qt x86_64 0.22.5-6.el7 base 164 k
2033 poppler-utils x86_64 0.22.5-6.el7 base 158 k
2034 psmisc x86_64 22.20-8.el7 base 140 k
2035 pulseaudio-libs x86_64 3.0-30.el7 base 556 k
2036 pulseaudio-libs-glib2 x86_64 3.0-30.el7 base 29 k
2037 pyOpenSSL x86_64 0.13.1-3.el7 base 133 k
2038 pycairo x86_64 1.8.10-8.el7 base 157 k
2039 pygobject3 x86_64 3.8.2-6.el7 base 12 k
2040 pygobject3-base x86_64 3.8.2-6.el7 base 295 k
2041 pytalloc x86_64 2.1.1-1.el7 base 13 k
2042 python-backports x86_64 1.0-8.el7 base 5.8 k
2043 python-backports-ssl_match_hostname
2044 noarch 3.4.0.2-4.el7 base 12 k
2045 python-beaker noarch 1.5.4-10.el7 base 80 k
2046 python-chardet noarch 2.0.1-7.el7 base 222 k
2047 python-javapackages noarch 3.4.1-6.el7_0 base 31 k
2048 python-kitchen noarch 1.1.1-5.el7 base 267 k
2049 python-lxml x86_64 3.2.1-4.el7 base 758 k
2050 python-mako noarch 0.8.1-2.el7 base 307 k
2051 python-markupsafe x86_64 0.11-10.el7 base 25 k
2052 python-paste noarch 1.7.5.1-9.20111221hg1498.el7
2053 base 866 k
2054 python-setuptools noarch 7.0-2.el7.kolab_3.5 Kolab_Development 407 k
2055 python-tempita noarch 0.5.1-6.el7 base 33 k
2056 qca2 x86_64 2.0.3-7.el7 base 431 k
2057 qt x86_64 1:4.8.5-8.el7 base 4.5 M
2058 qt-settings noarch 19-23.5.el7 base 17 k
2059 qt-x11 x86_64 1:4.8.5-8.el7 base 13 M
2060 raptor2 x86_64 2.0.9-3.el7 base 206 k
2061 rasqal x86_64 0.9.30-4.el7 base 262 k
2062 redhat-menus noarch 12.0.2-7.el7 base 143 k
2063 redland x86_64 1.0.16-6.el7 base 164 k
2064 redland-virtuoso x86_64 1.0.16-6.el7 base 29 k
2065 rsync x86_64 3.0.9-15.el7 base 359 k
2066 samba-common x86_64 4.1.12-23.el7_1 updates 709 k
2067 samba-libs x86_64 4.1.12-23.el7_1 updates 4.3 M
2068 sgml-common noarch 0.6.3-39.el7 base 55 k
2069 shared-desktop-ontologies
2070 noarch 0.11.0-2.el7 base 113 k
2071 soprano x86_64 2.9.2-3.el7 base 608 k
2072 sound-theme-freedesktop noarch 0.8-3.el7 base 377 k
2073 speex x86_64 1.2-0.19.rc1.el7 base 98 k
2074 strigi-libs x86_64 0.7.7-12.20120626.el7 base 458 k
2075 subversion-libs x86_64 1.7.14-7.el7_0 updates 921 k
2076 systemtap-client x86_64 2.6-10.el7_1 updates 3.6 M
2077 systemtap-devel x86_64 2.6-10.el7_1 updates 1.6 M
2078 systemtap-runtime x86_64 2.6-10.el7_1 updates 266 k
2079 sysvinit-tools x86_64 2.88-14.dsf.el7 base 63 k
2080 taglib x86_64 1.8-7.20130218git.el7 base 310 k
2081 tar x86_64 2:1.26-29.el7 base 843 k
2082 tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k
2083 trousers x86_64 0.3.11.2-3.el7 base 286 k
2084 ttmkfdir x86_64 3.0.9-41.el7 base 47 k
2085 tzdata-java noarch 2015d-1.el7 updates 144 k
2086 udisks2 x86_64 2.1.2-5.el7 base 311 k
2087 unzip x86_64 6.0-15.el7 updates 166 k
2088 upower x86_64 0.9.20-7.el7 base 127 k
2089 usbmuxd x86_64 1.0.8-11.el7 base 70 k
2090 vala x86_64 0.20.1-3.el7 base 1.6 M
2091 vim-common x86_64 2:7.4.160-1.el7 base 5.9 M
2092 vim-filesystem x86_64 2:7.4.160-1.el7 base 9.6 k
2093 virtuoso-opensource x86_64 1:6.1.6-6.el7 base 3.4 M
2094 wavpack x86_64 4.60.1-9.el7 base 131 k
2095 xalan-j2 noarch 2.7.1-23.el7 base 1.9 M
2096 xdg-user-dirs x86_64 0.15-4.el7 base 59 k
2097 xdg-utils noarch 1.1.0-0.16.20120809git.el7
2098 base 70 k
2099 xerces-j2 noarch 2.11.0-17.el7_0 base 1.1 M
2100 xfsprogs x86_64 3.2.1-6.el7 base 858 k
2101 xml-common noarch 0.6.3-39.el7 base 26 k
2102 xml-commons-apis noarch 1.4.01-16.el7 base 227 k
2103 xml-commons-resolver noarch 1.2-15.el7 base 108 k
2104 xorg-x11-font-utils x86_64 1:7.5-18.1.el7 base 87 k
2105 xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k
2106 xorg-x11-proto-devel noarch 7.7-8.el7.1 base 281 k
2107 xorg-x11-server-utils x86_64 7.7-4.el7 base 174 k
2108 xorg-x11-xauth x86_64 1:1.0.7-6.1.el7 base 29 k
2109 xorg-x11-xinit x86_64 1.3.2-14.el7 base 54 k
2110 xorg-x11-xkb-utils x86_64 7.7-9.1.el7 base 93 k
2111 yajl x86_64 2.0.4-4.el7 base 39 k
2112 zip x86_64 3.0-10.el7 base 260 k
2113 zlib-devel x86_64 1.2.7-13.el7 base 49 k
2114Skipped (dependency problems):
2115 pyOpenSSL noarch 0.14-1.el7.kolab_3.5 Kolab_Development 148 k
2116 python-cffi x86_64 0.8.6-1.el7.kolab_3.5 Kolab_Development 129 k
2117 python-cryptography x86_64 0.6.1-3.el7.kolab_3.5 Kolab_Development 343 k
2118 python-pycparser noarch 2.10-1.el7.kolab_3.5 Kolab_Development 99 k
2119 python-selenium noarch 2.45.0-3.el7.kolab_3.5 Kolab_Development 2.4 M
2120 python-six noarch 1.9.0-2.el7.kolab_3.5 Kolab_Development 29 k
2121
2122Transaction Summary
2123================================================================================
2124Install 44 Packages (+402 Dependent packages)
2125Skipped (dependency problems) 6 Packages
2126
2127Total download size: 311 M
2128Installed size: 972 M
2129Downloading packages:
2130Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
2131--------------------------------------------------------------------------------
2132Total 18 MB/s | 311 MB 00:16
2133Running transaction check
2134Running transaction test
2135Transaction test succeeded
2136Running transaction
2137 Installing : xorg-x11-proto-devel-7.7-8.el7.1.noarch 1/446
2138 Installing : kde-filesystem-4-47.el7.x86_64 2/446
2139 Installing : hicolor-icon-theme-0.12-7.el7.noarch 3/446
2140 Installing : 1:emacs-filesystem-24.3-11.el7.noarch 4/446
2141 Installing : xml-common-0.6.3-39.el7.noarch 5/446
2142 Installing : iso-codes-3.46-2.el7.noarch 6/446
2143 Installing : zlib-devel-1.2.7-13.el7.x86_64 7/446
2144 Installing : kernel-headers-3.10.0-229.4.2.el7.x86_64 8/446
2145 Installing : shared-desktop-ontologies-0.11.0-2.el7.noarch 9/446
2146 Installing : hwdata-0.252-7.8.el7_1.x86_64 10/446
2147 Installing : expat-devel-2.1.0-8.el7.x86_64 11/446
2148 Installing : media-player-info-17-4.el7.noarch 12/446
2149 Installing : poppler-data-0.4.6-3.el7.noarch 13/446
2150 Installing : gettext-common-devel-0.18.2.1-4.el7.noarch 14/446
2151 Installing : gsettings-desktop-schemas-3.8.2-3.el7.x86_64 15/446
2152 Installing : tzdata-java-2015d-1.el7.noarch 16/446
2153 Installing : redhat-menus-12.0.2-7.el7.noarch 17/446
2154 Installing : libffi-devel-3.0.13-11.el7.x86_64 18/446
2155 Installing : oxygen-icon-theme-4.10.5-2.el7.noarch 19/446
2156 Installing : gl-manpages-1.1-7.20130122.el7.noarch 20/446
2157 Installing : sound-theme-freedesktop-0.8-3.el7.noarch 21/446
2158 Installing : libstdc++-devel-4.8.3-9.el7.x86_64 22/446
2159 Installing : fontpackages-filesystem-1.44-8.el7.noarch 23/446
2160 Installing : mailcap-2.1.41-2.el7.noarch 24/446
2161 Installing : python-chardet-2.0.1-7.el7.noarch 25/446
2162 Installing : python-kitchen-1.1.1-5.el7.noarch 26/446
2163 Installing : python-backports-1.0-8.el7.x86_64 27/446
2164 Installing : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noar 28/446
2165 Installing : python-setuptools-7.0-2.el7.kolab_3.5.noarch 29/446
2166 Installing : kbd-misc-1.15.5-11.el7.noarch 30/446
2167 Installing : python-tempita-0.5.1-6.el7.noarch 31/446
2168 Installing : 2:vim-filesystem-7.4.160-1.el7.x86_64 32/446
2169 Installing : libreport-filesystem-2.1.11-21.el7.centos.0.5.x86_64 33/446
2170 Installing : perl-srpm-macros-1-8.el7.noarch 34/446
2171 Installing : libX11-common-1.6.0-2.1.el7.noarch 35/446
2172 Installing : sgml-common-0.6.3-39.el7.noarch 36/446
2173 Installing : docbook-dtds-1.0-60.el7.noarch 37/446
2174 Installing : docbook-style-xsl-1.78.1-3.el7.noarch 38/446
2175 Installing : adwaita-cursor-theme-3.8.4-3.el7.noarch 39/446
2176 Installing : kbd-legacy-1.15.5-11.el7.noarch 40/446
2177 Installing : yum-utils-1.1.31-29.el7.noarch 41/446
2178 Installing : epel-release-7-5.noarch 42/446
2179 Installing : glibc-2.17-78.el7.i686 43/446
2180 Installing : nss-softokn-freebl-3.16.2.3-9.el7.i686 44/446
2181 Installing : freetype-2.4.11-10.el7_1.1.x86_64 45/446
2182 Installing : fontconfig-2.10.95-7.el7.x86_64 46/446
2183 Installing : 2:libpng-1.5.13-5.el7.x86_64 47/446
2184 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 48/446
2185 Installing : libICE-1.0.8-7.el7.x86_64 49/446
2186 Installing : libSM-1.2.1-7.el7.x86_64 50/446
2187 Installing : atk-2.8.0-4.el7.x86_64 51/446
2188 Installing : 1:dbus-1.6.12-11.el7.x86_64 52/446
2189 Installing : 2:libogg-1.3.0-7.el7.x86_64 53/446
2190 Installing : libXau-1.0.8-2.1.el7.x86_64 54/446
2191 Installing : libxcb-1.9-5.el7.x86_64 55/446
2192 Installing : libX11-1.6.0-2.1.el7.x86_64 56/446
2193 Installing : libXext-1.3.2-2.1.el7.x86_64 57/446
2194 Installing : libXrender-0.9.8-2.1.el7.x86_64 58/446
2195 Installing : libXfixes-5.0.1-2.1.el7.x86_64 59/446
2196 Installing : libXi-1.7.2-2.1.el7.x86_64 60/446
2197 Installing : libXcursor-1.1.14-2.1.el7.x86_64 61/446
2198 Installing : libXdamage-1.1.4-4.1.el7.x86_64 62/446
2199 Installing : libXft-2.3.1-5.1.el7.x86_64 63/446
2200 Installing : libXrandr-1.4.1-2.1.el7.x86_64 64/446
2201 Installing : libXinerama-1.1.3-2.1.el7.x86_64 65/446
2202 Installing : libtalloc-2.1.1-1.el7.x86_64 66/446
2203 Installing : alsa-lib-1.0.28-2.el7.x86_64 67/446
2204 Installing : mpfr-3.1.1-4.el7.x86_64 68/446
2205 Installing : libXtst-1.2.2-2.1.el7.x86_64 69/446
2206 Installing : 1:libvorbis-1.3.3-8.el7.x86_64 70/446
2207 Installing : lcms2-2.5-4.el7.x86_64 71/446
2208 Installing : gobject-introspection-1.36.0-4.el7.x86_64 72/446
2209 Installing : libtdb-1.3.0-1.el7.x86_64 73/446
2210 Installing : ibus-libs-1.5.3-11.el7.x86_64 74/446
2211 Installing : libmpc-1.0.1-3.el7.x86_64 75/446
2212 Installing : libXpm-3.5.10-5.1.el7.x86_64 76/446
2213 Installing : libXcomposite-0.4.4-4.1.el7.x86_64 77/446
2214 Installing : freetype-devel-2.4.11-10.el7_1.1.x86_64 78/446
2215 Installing : 1:perl-parent-0.225-244.el7.noarch 79/446
2216 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 80/446
2217 Installing : perl-podlators-2.5.1-3.el7.noarch 81/446
2218 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 82/446
2219 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 83/446
2220 Installing : 1:perl-Pod-Escapes-1.04-285.el7.noarch 84/446
2221 Installing : perl-Encode-2.51-7.el7.x86_64 85/446
2222 Installing : perl-Pod-Usage-1.63-3.el7.noarch 86/446
2223 Installing : 4:perl-libs-5.16.3-285.el7.x86_64 87/446
2224 Installing : perl-threads-1.87-4.el7.x86_64 88/446
2225 Installing : perl-Storable-2.45-3.el7.x86_64 89/446
2226 Installing : perl-Filter-1.49-3.el7.x86_64 90/446
2227 Installing : perl-Exporter-5.68-3.el7.noarch 91/446
2228 Installing : perl-Carp-1.26-244.el7.noarch 92/446
2229 Installing : 4:perl-macros-5.16.3-285.el7.x86_64 93/446
2230 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 94/446
2231 Installing : perl-Time-Local-1.2300-2.el7.noarch 95/446
2232 Installing : perl-constant-1.27-2.el7.noarch 96/446
2233 Installing : perl-Socket-2.010-3.el7.x86_64 97/446
2234 Installing : perl-threads-shared-1.43-6.el7.x86_64 98/446
2235 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 99/446
2236 Installing : perl-File-Temp-0.23.01-3.el7.noarch 100/446
2237 Installing : perl-File-Path-2.09-2.el7.noarch 101/446
2238 Installing : perl-PathTools-3.40-5.el7.x86_64 102/446
2239 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 103/446
2240 Installing : perl-Getopt-Long-2.40-2.el7.noarch 104/446
2241 Installing : 4:perl-5.16.3-285.el7.x86_64 105/446
2242 Installing : glib2-devel-2.40.0-4.el7.x86_64 106/446
2243 Installing : mesa-libglapi-10.2.7-5.20140910.el7.x86_64 107/446
2244 Installing : libicu-50.1.2-11.el7.x86_64 108/446
2245 Installing : libxslt-1.1.28-5.el7.x86_64 109/446
2246 Installing : libusbx-1.0.15-4.el7.x86_64 110/446
2247 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 111/446
2248 Installing : perl-LWP-MediaTypes-6.02-2.el7.noarch 112/446
2249 Installing : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 113/446
2250 Installing : fontconfig-devel-2.10.95-7.el7.x86_64 114/446
2251 Installing : libtevent-0.9.21-3.el7.x86_64 115/446
2252 Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 116/446
2253 Installing : 1:libtheora-1.1.1-8.el7.x86_64 117/446
2254 Installing : 2:libpng-devel-1.5.13-5.el7.x86_64 118/446
2255 Installing : elfutils-libs-0.160-1.el7.x86_64 119/446
2256 Installing : libplist-1.10-4.el7.x86_64 120/446
2257 Installing : libraw1394-2.1.0-2.el7.x86_64 121/446
2258 Installing : pixman-0.32.4-3.el7.x86_64 122/446
2259 Installing : 2:tar-1.26-29.el7.x86_64 123/446
2260 Installing : openjpeg-libs-1.5.1-10.el7.x86_64 124/446
2261 Installing : hunspell-en-US-0.20121024-5.el7.noarch 125/446
2262 Installing : hunspell-1.3.2-13.el7.x86_64 126/446
2263 Installing : avahi-libs-0.6.31-14.el7.x86_64 127/446
2264 Installing : 1:cups-libs-1.6.3-17.el7.x86_64 128/446
2265 Installing : m4-1.4.16-9.el7.x86_64 129/446
2266 Installing : libquadmath-4.8.3-9.el7.x86_64 130/446
2267 Installing : ilmbase-1.0.3-7.el7.x86_64 131/446
2268 Installing : libiodbc-3.52.7-7.el7.x86_64 132/446
2269 Installing : exiv2-libs-0.23-6.el7.x86_64 133/446
2270 Installing : apr-1.4.8-3.el7.x86_64 134/446
2271 Installing : dbus-glib-0.100-7.el7.x86_64 135/446
2272 Installing : apr-util-1.5.2-6.el7.x86_64 136/446
2273 Installing : OpenEXR-libs-1.7.1-7.el7.x86_64 137/446
2274 Installing : autoconf-2.69-11.el7.noarch 138/446
2275 Installing : 1:perl-Error-0.17020-2.el7.noarch 139/446
2276 Installing : perl-Encode-Locale-1.03-5.el7.noarch 140/446
2277 Installing : perl-Thread-Queue-3.02-2.el7.noarch 141/446
2278 Installing : pygobject3-base-3.8.2-6.el7.x86_64 142/446
2279 Installing : libXt-1.1.4-6.1.el7.x86_64 143/446
2280 Installing : libXmu-1.1.1-5.1.el7.x86_64 144/446
2281 Installing : 1:dbus-x11-1.6.12-11.el7.x86_64 145/446
2282 Installing : giflib-4.1.6-9.el7.x86_64 146/446
2283 Installing : flac-libs-1.3.0-5.el7_1.x86_64 147/446
2284 Installing : jasper-libs-1.900.1-26.el7_0.3.x86_64 148/446
2285 Installing : glibc-headers-2.17-78.el7.x86_64 149/446
2286 Installing : orc-0.4.17-5.el7.x86_64 150/446
2287 Installing : unzip-6.0-15.el7.x86_64 151/446
2288 Installing : patch-2.7.1-8.el7.x86_64 152/446
2289 Installing : desktop-file-utils-0.21-4.el7.x86_64 153/446
2290 Installing : libfontenc-1.1.1-5.el7.x86_64 154/446
2291 Installing : taglib-1.8-7.20130218git.el7.x86_64 155/446
2292 Installing : 1:make-3.82-21.el7.x86_64 156/446
2293 Installing : libtool-ltdl-2.4.2-20.el7.x86_64 157/446
2294 Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 158/446
2295 Installing : json-c-0.11-4.el7_0.x86_64 159/446
2296 Installing : speex-1.2-0.19.rc1.el7.x86_64 160/446
2297 Installing : boost-system-1.53.0-23.el7.x86_64 161/446
2298 Installing : zip-3.0-10.el7.x86_64 162/446
2299 Installing : libasyncns-0.8-7.el7.x86_64 163/446
2300 Installing : gettext-libs-0.18.2.1-4.el7.x86_64 164/446
2301 Installing : gettext-0.18.2.1-4.el7.x86_64 165/446
2302 Installing : boost-thread-1.53.0-23.el7.x86_64 166/446
2303 Installing : libshout-2.2.2-11.el7.x86_64 167/446
2304 Installing : 1:openssl-1.0.1e-42.el7.4.x86_64 168/446
2305 Installing : libXfont-1.4.7-2.el7_0.x86_64 169/446
2306 Installing : 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 170/446
2307 Installing : xdg-utils-1.1.0-0.16.20120809git.el7.noarch 171/446
2308 Installing : glibc-devel-2.17-78.el7.x86_64 172/446
2309 Installing : 1:xorg-x11-xauth-1.0.7-6.1.el7.x86_64 173/446
2310 Installing : dbus-python-1.1.1-9.el7.x86_64 174/446
2311 Installing : 1:virtuoso-opensource-6.1.6-6.el7.x86_64 175/446
2312 Installing : libgfortran-4.8.3-9.el7.x86_64 176/446
2313 Installing : 1:enchant-1.6.0-8.el7.x86_64 177/446
2314 Installing : pixman-devel-0.32.4-3.el7.x86_64 178/446
2315 Installing : libavc1394-0.5.3-14.el7.x86_64 179/446
2316 Installing : libiec61883-1.2.0-10.el7.x86_64 180/446
2317 Installing : usbmuxd-1.0.8-11.el7.x86_64 181/446
2318 Installing : elfutils-0.160-1.el7.x86_64 182/446
2319 Installing : libldb-1.1.17-2.el7.x86_64 183/446
2320 Installing : libgusb-0.1.6-3.el7.x86_64 184/446
2321 Installing : colord-libs-1.0.4-3.el7.x86_64 185/446
2322 Installing : python-lxml-3.2.1-4.el7.x86_64 186/446
2323 Installing : python-javapackages-3.4.1-6.el7_0.noarch 187/446
2324 Installing : javapackages-tools-3.4.1-6.el7_0.noarch 188/446
2325 Installing : gdisk-0.8.6-5.el7.x86_64 189/446
2326 Installing : libicu-devel-50.1.2-11.el7.x86_64 190/446
2327 Installing : atk-devel-2.8.0-4.el7.x86_64 191/446
2328 Installing : perl-Digest-1.17-245.el7.noarch 192/446
2329 Installing : perl-Digest-MD5-2.52-3.el7.x86_64 193/446
2330 Installing : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 194/446
2331 Installing : perl-IO-Compress-2.061-2.el7.noarch 195/446
2332 Installing : 6:kdelibs-common-4.10.5-6.el7.x86_64 196/446
2333 Installing : perl-HTML-Tagset-3.20-15.el7.noarch 197/446
2334 Installing : perl-XML-Parser-2.41-10.el7.x86_64 198/446
2335 Installing : perl-Net-SSLeay-1.55-3.el7.x86_64 199/446
2336 Installing : build-mkbaselibs-20150317-192.1.noarch 200/446
2337 Installing : perl-Net-LibIDN-0.12-15.el7.x86_64 201/446
2338 Installing : kernel-devel-3.10.0-229.4.2.el7.x86_64 202/446
2339 Installing : perl-IO-Socket-IP-0.21-4.el7.noarch 203/446
2340 Installing : perl-IO-Socket-SSL-1.94-3.el7.noarch 204/446
2341 Installing : perl-Net-HTTP-6.06-2.el7.noarch 205/446
2342 Installing : 1:perl-TimeDate-2.30-2.el7.noarch 206/446
2343 Installing : perl-HTTP-Date-6.02-8.el7.noarch 207/446
2344 Installing : perl-File-Listing-6.04-7.el7.noarch 208/446
2345 Installing : perl-IO-HTML-1.00-2.el7.noarch 209/446
2346 Installing : perl-Test-Harness-3.28-2.el7.noarch 210/446
2347 Installing : automake-1.13.4-3.el7.noarch 211/446
2348 Installing : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 212/446
2349 Installing : perl-Business-ISBN-2.06-2.el7.noarch 213/446
2350 Installing : perl-URI-1.60-9.el7.noarch 214/446
2351 Installing : perl-HTTP-Message-6.06-6.el7.noarch 215/446
2352 Installing : perl-HTTP-Cookies-6.01-5.el7.noarch 216/446
2353 Installing : perl-HTML-Parser-3.71-4.el7.x86_64 217/446
2354 Installing : perl-HTTP-Negotiate-6.01-5.el7.noarch 218/446
2355 Installing : perl-HTTP-Daemon-6.01-5.el7.noarch 219/446
2356 Installing : perl-WWW-RobotRules-6.02-5.el7.noarch 220/446
2357 Installing : perl-libwww-perl-6.05-2.el7.noarch 221/446
2358 Installing : icoutils-0.31.0-3.el7.x86_64 222/446
2359 Installing : perl-TermReadKey-2.30-20.el7.x86_64 223/446
2360 Installing : cpp-4.8.3-9.el7.x86_64 224/446
2361 Installing : gcc-4.8.3-9.el7.x86_64 225/446
2362 Installing : systemtap-devel-2.6-10.el7_1.x86_64 226/446
2363 Installing : libtool-2.4.2-20.el7.x86_64 227/446
2364 Installing : libquadmath-devel-4.8.3-9.el7.x86_64 228/446
2365 Installing : pytalloc-2.1.1-1.el7.x86_64 229/446
2366 Installing : libwbclient-4.1.12-23.el7_1.x86_64 230/446
2367 Installing : samba-libs-4.1.12-23.el7_1.x86_64 231/446
2368 Installing : samba-common-4.1.12-23.el7_1.x86_64 232/446
2369 Installing : libsmbclient-4.1.12-23.el7_1.x86_64 233/446
2370 Installing : libXxf86misc-1.0.3-7.1.el7.x86_64 234/446
2371 Installing : xorg-x11-server-utils-7.7-4.el7.x86_64 235/446
2372 Installing : xorg-x11-xinit-1.3.2-14.el7.x86_64 236/446
2373 Installing : xdg-user-dirs-0.15-4.el7.x86_64 237/446
2374 Installing : libXScrnSaver-1.2.2-6.1.el7.x86_64 238/446
2375 Installing : libXevie-1.0.3-7.1.el7.x86_64 239/446
2376 Installing : at-spi2-core-2.8.0-6.el7.x86_64 240/446
2377 Installing : at-spi2-atk-2.8.1-4.el7.x86_64 241/446
2378 Installing : libXv-1.0.9-2.1.el7.x86_64 242/446
2379 Installing : libxkbfile-1.0.8-5.el7.x86_64 243/446
2380 Installing : xorg-x11-xkb-utils-7.7-9.1.el7.x86_64 244/446
2381 Installing : libXau-devel-1.0.8-2.1.el7.x86_64 245/446
2382 Installing : libxcb-devel-1.9-5.el7.x86_64 246/446
2383 Installing : libX11-devel-1.6.0-2.1.el7.x86_64 247/446
2384 Installing : libXext-devel-1.3.2-2.1.el7.x86_64 248/446
2385 Installing : libXfixes-devel-5.0.1-2.1.el7.x86_64 249/446
2386 Installing : libXrender-devel-0.9.8-2.1.el7.x86_64 250/446
2387 Installing : libXdamage-devel-1.1.4-4.1.el7.x86_64 251/446
2388 Installing : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 252/446
2389 Installing : libXrandr-devel-1.4.1-2.1.el7.x86_64 253/446
2390 Installing : libXcursor-devel-1.1.14-2.1.el7.x86_64 254/446
2391 Installing : libXft-devel-2.3.1-5.1.el7.x86_64 255/446
2392 Installing : libXi-devel-1.7.2-2.1.el7.x86_64 256/446
2393 Installing : libXcomposite-devel-0.4.4-4.1.el7.x86_64 257/446
2394 Installing : libXinerama-devel-1.1.3-2.1.el7.x86_64 258/446
2395 Installing : dconf-0.16.0-6.el7.x86_64 259/446
2396 Installing : 1:dbus-devel-1.6.12-11.el7.x86_64 260/446
2397 Installing : libmng-1.0.10-14.el7.x86_64 261/446
2398 Installing : libv4l-0.9.5-4.el7.x86_64 262/446
2399 Installing : ttmkfdir-3.0.9-41.el7.x86_64 263/446
2400 Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 264/446
2401 Installing : 2:vim-common-7.4.160-1.el7.x86_64 265/446
2402 Installing : xfsprogs-3.2.1-6.el7.x86_64 266/446
2403 Installing : vala-0.20.1-3.el7.x86_64 267/446
2404 Installing : parted-3.1-20.el7.x86_64 268/446
2405 Installing : python-markupsafe-0.11-10.el7.x86_64 269/446
2406 Installing : rsync-3.0.9-15.el7.x86_64 270/446
2407 Installing : dosfstools-3.0.20-9.el7.x86_64 271/446
2408 Installing : gsm-1.0.13-11.el7.x86_64 272/446
2409 Installing : libsndfile-1.0.25-9.el7.x86_64 273/446
2410 Installing : pulseaudio-libs-3.0-30.el7.x86_64 274/446
2411 Installing : pulseaudio-libs-glib2-3.0-30.el7.x86_64 275/446
2412 Installing : mdadm-3.3.2-2.el7.x86_64 276/446
2413 Installing : gstreamer1-1.0.7-4.el7.x86_64 277/446
2414 Installing : libcanberra-0.30-5.el7.x86_64 278/446
2415 Installing : gdb-7.6.1-64.el7.x86_64 279/446
2416 Installing : gamin-0.1.10-16.el7.x86_64 280/446
2417 Installing : cyrus-sasl-plain-2.1.26-17.el7.x86_64 281/446
2418 Installing : sysvinit-tools-2.88-14.dsf.el7.x86_64 282/446
2419 Installing : psmisc-22.20-8.el7.x86_64 283/446
2420 Installing : e2fsprogs-libs-1.42.9-7.el7.x86_64 284/446
2421 Installing : libmodman-2.0.1-8.el7.x86_64 285/446
2422 Installing : libproxy-0.4.11-6.el7.x86_64 286/446
2423 Installing : mokutil-0.7-5.el7.x86_64 287/446
2424 Installing : dwz-0.11-3.el7.x86_64 288/446
2425 Installing : redhat-rpm-config-9.1.0-68.el7.centos.noarch 289/446
2426 Installing : gstreamer-tools-0.10.36-7.el7.x86_64 290/446
2427 Installing : gstreamer-0.10.36-7.el7.x86_64 291/446
2428 Installing : m2crypto-0.21.1-15.el7.x86_64 292/446
2429 Installing : nettle-2.7.1-4.el7.x86_64 293/446
2430 Installing : kmod-14-10.el7.x86_64 294/446
2431 Installing : libdwarf-20130207-4.el7.x86_64 295/446
2432 Installing : dyninst-8.2.0-2.el7.x86_64 296/446
2433 Installing : systemtap-runtime-2.6-10.el7_1.x86_64 297/446
2434 Installing : trousers-0.3.11.2-3.el7.x86_64 298/446
2435 Installing : gnutls-3.3.8-12.el7.x86_64 299/446
2436 Installing : libimobiledevice-1.1.5-6.el7.x86_64 300/446
2437 Installing : glib-networking-2.40.0-1.el7.x86_64 301/446
2438 Installing : libsoup-2.46.0-3.el7.x86_64 302/446
2439 Installing : bzip2-1.0.6-12.el7.x86_64 303/446
2440 Installing : rpm-build-4.11.1-25.el7.x86_64 304/446
2441 Installing : yajl-2.0.4-4.el7.x86_64 305/446
2442 Installing : raptor2-2.0.9-3.el7.x86_64 306/446
2443 Installing : rasqal-0.9.30-4.el7.x86_64 307/446
2444 Installing : redland-1.0.16-6.el7.x86_64 308/446
2445 Installing : redland-virtuoso-1.0.16-6.el7.x86_64 309/446
2446 Installing : libdv-1.0.0-17.el7.x86_64 310/446
2447 Installing : clucene-core-2.3.3.4-11.el7.x86_64 311/446
2448 Installing : libpciaccess-0.13.1-4.1.el7.x86_64 312/446
2449 Installing : libdrm-2.4.56-2.el7.x86_64 313/446
2450 Installing : mesa-libGL-10.2.7-5.20140910.el7.x86_64 314/446
2451 Installing : libdrm-devel-2.4.56-2.el7.x86_64 315/446
2452 Installing : mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 316/446
2453 Installing : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 317/446
2454 Installing : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 318/446
2455 Installing : cairo-1.12.14-6.el7.x86_64 319/446
2456 Installing : cairo-gobject-1.12.14-6.el7.x86_64 320/446
2457 Installing : pycairo-1.8.10-8.el7.x86_64 321/446
2458 Installing : pygobject3-3.8.2-6.el7.x86_64 322/446
2459 Installing : mesa-libEGL-devel-10.2.7-5.20140910.el7.x86_64 323/446
2460 Installing : cairo-devel-1.12.14-6.el7.x86_64 324/446
2461 Installing : pciutils-libs-3.2.1-4.el7.x86_64 325/446
2462 Installing : pciutils-3.2.1-4.el7.x86_64 326/446
2463 Installing : qt-settings-19-23.5.el7.noarch 327/446
2464 Installing : 1:qt-4.8.5-8.el7.x86_64 328/446
2465 Installing : soprano-2.9.2-3.el7.x86_64 329/446
2466 Installing : attica-0.4.1-4.el7.x86_64 330/446
2467 Installing : strigi-libs-0.7.7-12.20120626.el7.x86_64 331/446
2468 Installing : qca2-2.0.3-7.el7.x86_64 332/446
2469 Installing : graphite2-1.2.2-5.el7.x86_64 333/446
2470 Installing : harfbuzz-0.9.20-4.el7.x86_64 334/446
2471 Installing : harfbuzz-icu-0.9.20-4.el7.x86_64 335/446
2472 Installing : harfbuzz-devel-0.9.20-4.el7.x86_64 336/446
2473 Installing : libpipeline-1.2.3-3.el7.x86_64 337/446
2474 Installing : man-db-2.6.3-9.el7.x86_64 338/446
2475 Installing : libgnome-keyring-3.8.0-3.el7.x86_64 339/446
2476 Installing : hostname-3.13-3.el7.x86_64 340/446
2477 Installing : initscripts-9.49.24-1.el7.x86_64 341/446
2478 Installing : kbd-1.15.5-11.el7.x86_64 342/446
2479 Installing : pm-utils-1.4.1-27.el7.x86_64 343/446
2480 Installing : pakchois-0.4-10.el7.x86_64 344/446
2481 Installing : neon-0.30.0-3.el7.x86_64 345/446
2482 Installing : subversion-libs-1.7.14-7.el7_0.x86_64 346/446
2483 Installing : fipscheck-1.4.1-5.el7.x86_64 347/446
2484 Installing : fipscheck-lib-1.4.1-5.el7.x86_64 348/446
2485 Installing : cryptsetup-libs-1.6.6-3.el7.x86_64 349/446
2486 Installing : cryptsetup-1.6.6-3.el7.x86_64 350/446
2487 Installing : openssh-6.6.1p1-12.el7_1.x86_64 351/446
2488 Installing : libatasmart-0.19-6.el7.x86_64 352/446
2489 Installing : wavpack-4.60.1-9.el7.x86_64 353/446
2490 Installing : libthai-0.1.14-9.el7.x86_64 354/446
2491 Installing : pango-1.34.1-5.el7.x86_64 355/446
2492 Installing : pango-devel-1.34.1-5.el7.x86_64 356/446
2493 Installing : gpm-libs-1.20.7-5.el7.x86_64 357/446
2494 Installing : libss-1.42.9-7.el7.x86_64 358/446
2495 Installing : e2fsprogs-1.42.9-7.el7.x86_64 359/446
2496 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 360/446
2497 Installing : openssh-clients-6.6.1p1-12.el7_1.x86_64 361/446
2498 Installing : perl-Git-1.8.3.1-4.el7.noarch 362/446
2499 Installing : git-1.8.3.1-4.el7.x86_64 363/446
2500 Installing : gettext-devel-0.18.2.1-4.el7.x86_64 364/446
2501 Installing : systemtap-client-2.6-10.el7_1.x86_64 365/446
2502 Installing : libudisks2-2.1.2-5.el7.x86_64 366/446
2503 Installing : pyOpenSSL-0.13.1-3.el7.x86_64 367/446
2504 Installing : python-paste-1.7.5.1-9.20111221hg1498.el7.noarch 368/446
2505 Installing : python-beaker-1.5.4-10.el7.noarch 369/446
2506 Installing : python-mako-0.8.1-2.el7.noarch 370/446
2507 Installing : gobject-introspection-devel-1.36.0-4.el7.x86_64 371/446
2508 Installing : cdparanoia-libs-10.2-17.el7.x86_64 372/446
2509 Installing : libvisual-0.4.0-16.el7.x86_64 373/446
2510 Installing : gstreamer-plugins-base-0.10.36-10.el7.x86_64 374/446
2511 Installing : mozjs17-17.0.0-10.el7.x86_64 375/446
2512 Installing : polkit-0.112-5.el7.x86_64 376/446
2513 Installing : polkit-pkla-compat-0.1-4.el7.x86_64 377/446
2514 Installing : upower-0.9.20-7.el7.x86_64 378/446
2515 Installing : GConf2-3.2.6-8.el7.x86_64 379/446
2516 Installing : kde-settings-19-23.5.el7.noarch 380/446
2517 Installing : udisks2-2.1.2-5.el7.x86_64 381/446
2518 Installing : libical-0.48-6.el7.x86_64 382/446
2519 Installing : jbigkit-libs-2.0-11.el7.x86_64 383/446
2520 Installing : libtiff-4.0.3-14.el7.x86_64 384/446
2521 Installing : 1:qt-x11-4.8.5-8.el7.x86_64 385/446
2522 Installing : gdk-pixbuf2-2.28.2-4.el7.x86_64 386/446
2523 Installing : gtk2-2.24.22-5.el7_0.1.x86_64 387/446
2524 Installing : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_ 388/446
2525 Installing : 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64 389/446
2526 Installing : 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x 390/446
2527 Installing : xml-commons-apis-1.4.01-16.el7.noarch 391/446
2528 Installing : gtk3-3.8.8-10.el7.x86_64 392/446
2529 Installing : poppler-0.22.5-6.el7.x86_64 393/446
2530 Installing : poppler-utils-0.22.5-6.el7.x86_64 394/446
2531 Installing : poppler-qt-0.22.5-6.el7.x86_64 395/446
2532 Installing : xml-commons-resolver-1.2-15.el7.noarch 396/446
2533 Installing : xalan-j2-2.7.1-23.el7.noarch 397/446
2534 Installing : xerces-j2-2.11.0-17.el7_0.noarch 398/446
2535 Installing : librsvg2-2.39.0-1.el7.x86_64 399/446
2536 Installing : gstreamer-plugins-good-0.10.31-11.el7.x86_64 400/446
2537 Installing : phonon-4.6.0-9.el7.x86_64 401/446
2538 Installing : 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 402/446
2539 Installing : gdk-pixbuf2-devel-2.28.2-4.el7.x86_64 403/446
2540 Installing : dbusmenu-qt-0.9.2-7.el7.x86_64 404/446
2541 Installing : polkit-qt-0.103.0-10.el7_0.x86_64 405/446
2542 Installing : 6:kdelibs-4.10.5-6.el7.x86_64 406/446
2543 Installing : nepomuk-core-4.10.5-5.el7.x86_64 407/446
2544 Installing : nepomuk-core-libs-4.10.5-5.el7.x86_64 408/446
2545 Installing : kdepimlibs-kxmlrpcclient-4.10.5-3.el7.x86_64 409/446
2546 Installing : kdepimlibs-4.10.5-3.el7.x86_64 410/446
2547 Installing : kactivities-4.10.5-3.el7.x86_64 411/446
2548 Installing : kde-runtime-libs-4.10.5-8.el7.x86_64 412/446
2549 Installing : kde-runtime-drkonqi-4.10.5-8.el7.x86_64 413/446
2550 Installing : kde-runtime-4.10.5-8.el7.x86_64 414/446
2551 Installing : libnotify-0.7.5-7.el7.x86_64 415/446
2552 Installing : ibus-gtk2-1.5.3-11.el7.x86_64 416/446
2553 Installing : ibus-gtk3-1.5.3-11.el7.x86_64 417/446
2554 Installing : ibus-setup-1.5.3-11.el7.noarch 418/446
2555 Installing : ibus-1.5.3-11.el7.x86_64 419/446
2556 Installing : ibus-devel-1.5.3-11.el7.x86_64 420/446
2557 Installing : gtk2-devel-2.24.22-5.el7_0.1.x86_64 421/446
2558 Installing : ant-1.9.2-9.el7.noarch 422/446
2559 Installing : systemtap-2.6-10.el7_1.x86_64 423/446
2560 Installing : intltool-0.50.2-6.el7.noarch 424/446
2561 Installing : 2:vim-enhanced-7.4.160-1.el7.x86_64 425/446
2562 Installing : subversion-1.7.14-7.el7_0.x86_64 426/446
2563 Installing : rpmdevtools-8.3-5.el7.noarch 427/446
2564 Installing : osc-0.151.2-169.1.x86_64 428/446
2565 Installing : gcc-gfortran-4.8.3-9.el7.x86_64 429/446
2566 Installing : gcc-c++-4.8.3-9.el7.x86_64 430/446
2567 Installing : build-20150317-192.1.noarch 431/446
2568 Installing : glibc-devel-2.17-78.el7.i686 432/446
2569 Installing : bison-2.7-4.el7.x86_64 433/446
2570 Installing : flex-2.5.37-3.el7.x86_64 434/446
2571 Installing : patchutils-0.3.3-4.el7.x86_64 435/446
2572 Installing : sudo-1.8.6p7-13.el7.x86_64 436/446
2573 Installing : byacc-1.9.20130304-3.el7.x86_64 437/446
2574 Installing : indent-2.2.11-13.el7.x86_64 438/446
2575 Installing : rpm-sign-4.11.1-25.el7.x86_64 439/446
2576 Installing : 1:doxygen-1.8.5-3.el7.x86_64 440/446
2577 Installing : diffstat-1.57-4.el7.x86_64 441/446
2578 Installing : cscope-15.8-7.el7.x86_64 442/446
2579 Installing : passwd-0.79-4.el7.x86_64 443/446
2580 Installing : ctags-5.8-13.el7.x86_64 444/446
2581 Installing : rcs-5.9.0-5.el7.x86_64 445/446
2582 Installing : swig-2.0.11-11.el7.kolab_3.5.x86_64 446/446
2583 Verifying : 2:vim-common-7.4.160-1.el7.x86_64 1/446
2584 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/446
2585 Verifying : xfsprogs-3.2.1-6.el7.x86_64 3/446
2586 Verifying : samba-libs-4.1.12-23.el7_1.x86_64 4/446
2587 Verifying : 1:cups-libs-1.6.3-17.el7.x86_64 5/446
2588 Verifying : elfutils-libs-0.160-1.el7.x86_64 6/446
2589 Verifying : vala-0.20.1-3.el7.x86_64 7/446
2590 Verifying : pycairo-1.8.10-8.el7.x86_64 8/446
2591 Verifying : 1:xorg-x11-xauth-1.0.7-6.1.el7.x86_64 9/446
2592 Verifying : parted-3.1-20.el7.x86_64 10/446
2593 Verifying : libxcb-devel-1.9-5.el7.x86_64 11/446
2594 Verifying : docbook-style-xsl-1.78.1-3.el7.noarch 12/446
2595 Verifying : e2fsprogs-1.42.9-7.el7.x86_64 13/446
2596 Verifying : python-markupsafe-0.11-10.el7.x86_64 14/446
2597 Verifying : redland-virtuoso-1.0.16-6.el7.x86_64 15/446
2598 Verifying : xdg-utils-1.1.0-0.16.20120809git.el7.noarch 16/446
2599 Verifying : systemtap-runtime-2.6-10.el7_1.x86_64 17/446
2600 Verifying : glibc-headers-2.17-78.el7.x86_64 18/446
2601 Verifying : patchutils-0.3.3-4.el7.x86_64 19/446
2602 Verifying : ibus-1.5.3-11.el7.x86_64 20/446
2603 Verifying : perl-Net-HTTP-6.06-2.el7.noarch 21/446
2604 Verifying : hwdata-0.252-7.8.el7_1.x86_64 22/446
2605 Verifying : libplist-1.10-4.el7.x86_64 23/446
2606 Verifying : kbd-legacy-1.15.5-11.el7.noarch 24/446
2607 Verifying : adwaita-cursor-theme-3.8.4-3.el7.noarch 25/446
2608 Verifying : docbook-dtds-1.0-60.el7.noarch 26/446
2609 Verifying : bison-2.7-4.el7.x86_64 27/446
2610 Verifying : perl-HTTP-Cookies-6.01-5.el7.noarch 28/446
2611 Verifying : rsync-3.0.9-15.el7.x86_64 29/446
2612 Verifying : sgml-common-0.6.3-39.el7.noarch 30/446
2613 Verifying : attica-0.4.1-4.el7.x86_64 31/446
2614 Verifying : libtiff-4.0.3-14.el7.x86_64 32/446
2615 Verifying : nepomuk-core-4.10.5-5.el7.x86_64 33/446
2616 Verifying : kde-filesystem-4-47.el7.x86_64 34/446
2617 Verifying : 1:dbus-1.6.12-11.el7.x86_64 35/446
2618 Verifying : libXft-2.3.1-5.1.el7.x86_64 36/446
2619 Verifying : dosfstools-3.0.20-9.el7.x86_64 37/446
2620 Verifying : redland-1.0.16-6.el7.x86_64 38/446
2621 Verifying : gsm-1.0.13-11.el7.x86_64 39/446
2622 Verifying : libmpc-1.0.1-3.el7.x86_64 40/446
2623 Verifying : sudo-1.8.6p7-13.el7.x86_64 41/446
2624 Verifying : libXt-1.1.4-6.1.el7.x86_64 42/446
2625 Verifying : perl-threads-1.87-4.el7.x86_64 43/446
2626 Verifying : kdepimlibs-4.10.5-3.el7.x86_64 44/446
2627 Verifying : python-kitchen-1.1.1-5.el7.noarch 45/446
2628 Verifying : libraw1394-2.1.0-2.el7.x86_64 46/446
2629 Verifying : perl-Digest-1.17-245.el7.noarch 47/446
2630 Verifying : upower-0.9.20-7.el7.x86_64 48/446
2631 Verifying : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noar 49/446
2632 Verifying : libdrm-2.4.56-2.el7.x86_64 50/446
2633 Verifying : libX11-common-1.6.0-2.1.el7.noarch 51/446
2634 Verifying : perl-threads-shared-1.43-6.el7.x86_64 52/446
2635 Verifying : byacc-1.9.20130304-3.el7.x86_64 53/446
2636 Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 54/446
2637 Verifying : ibus-gtk2-1.5.3-11.el7.x86_64 55/446
2638 Verifying : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 56/446
2639 Verifying : perl-HTML-Parser-3.71-4.el7.x86_64 57/446
2640 Verifying : perl-srpm-macros-1-8.el7.noarch 58/446
2641 Verifying : gobject-introspection-devel-1.36.0-4.el7.x86_64 59/446
2642 Verifying : libreport-filesystem-2.1.11-21.el7.centos.0.5.x86_64 60/446
2643 Verifying : 2:vim-filesystem-7.4.160-1.el7.x86_64 61/446
2644 Verifying : python-javapackages-3.4.1-6.el7_0.noarch 62/446
2645 Verifying : mdadm-3.3.2-2.el7.x86_64 63/446
2646 Verifying : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 64/446
2647 Verifying : poppler-utils-0.22.5-6.el7.x86_64 65/446
2648 Verifying : usbmuxd-1.0.8-11.el7.x86_64 66/446
2649 Verifying : dconf-0.16.0-6.el7.x86_64 67/446
2650 Verifying : 1:dbus-x11-1.6.12-11.el7.x86_64 68/446
2651 Verifying : freetype-2.4.11-10.el7_1.1.x86_64 69/446
2652 Verifying : 1:qt-4.8.5-8.el7.x86_64 70/446
2653 Verifying : dyninst-8.2.0-2.el7.x86_64 71/446
2654 Verifying : mesa-libGL-10.2.7-5.20140910.el7.x86_64 72/446
2655 Verifying : libavc1394-0.5.3-14.el7.x86_64 73/446
2656 Verifying : atk-2.8.0-4.el7.x86_64 74/446
2657 Verifying : pango-devel-1.34.1-5.el7.x86_64 75/446
2658 Verifying : orc-0.4.17-5.el7.x86_64 76/446
2659 Verifying : samba-common-4.1.12-23.el7_1.x86_64 77/446
2660 Verifying : libproxy-0.4.11-6.el7.x86_64 78/446
2661 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 79/446
2662 Verifying : harfbuzz-0.9.20-4.el7.x86_64 80/446
2663 Verifying : gstreamer-plugins-base-0.10.36-10.el7.x86_64 81/446
2664 Verifying : ibus-libs-1.5.3-11.el7.x86_64 82/446
2665 Verifying : cryptsetup-1.6.6-3.el7.x86_64 83/446
2666 Verifying : gtk2-devel-2.24.22-5.el7_0.1.x86_64 84/446
2667 Verifying : gstreamer1-1.0.7-4.el7.x86_64 85/446
2668 Verifying : xml-commons-apis-1.4.01-16.el7.noarch 86/446
2669 Verifying : OpenEXR-libs-1.7.1-7.el7.x86_64 87/446
2670 Verifying : gdb-7.6.1-64.el7.x86_64 88/446
2671 Verifying : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_ 89/446
2672 Verifying : cryptsetup-libs-1.6.6-3.el7.x86_64 90/446
2673 Verifying : kde-runtime-4.10.5-8.el7.x86_64 91/446
2674 Verifying : libshout-2.2.2-11.el7.x86_64 92/446
2675 Verifying : libXrender-devel-0.9.8-2.1.el7.x86_64 93/446
2676 Verifying : flac-libs-1.3.0-5.el7_1.x86_64 94/446
2677 Verifying : 2:vim-enhanced-7.4.160-1.el7.x86_64 95/446
2678 Verifying : indent-2.2.11-13.el7.x86_64 96/446
2679 Verifying : unzip-6.0-15.el7.x86_64 97/446
2680 Verifying : gettext-devel-0.18.2.1-4.el7.x86_64 98/446
2681 Verifying : GConf2-3.2.6-8.el7.x86_64 99/446
2682 Verifying : xml-common-0.6.3-39.el7.noarch 100/446
2683 Verifying : perl-podlators-2.5.1-3.el7.noarch 101/446
2684 Verifying : python-tempita-0.5.1-6.el7.noarch 102/446
2685 Verifying : libiec61883-1.2.0-10.el7.x86_64 103/446
2686 Verifying : rpm-sign-4.11.1-25.el7.x86_64 104/446
2687 Verifying : shared-desktop-ontologies-0.11.0-2.el7.noarch 105/446
2688 Verifying : kernel-headers-3.10.0-229.4.2.el7.x86_64 106/446
2689 Verifying : gamin-0.1.10-16.el7.x86_64 107/446
2690 Verifying : harfbuzz-icu-0.9.20-4.el7.x86_64 108/446
2691 Verifying : colord-libs-1.0.4-3.el7.x86_64 109/446
2692 Verifying : libXtst-1.2.2-2.1.el7.x86_64 110/446
2693 Verifying : librsvg2-2.39.0-1.el7.x86_64 111/446
2694 Verifying : cyrus-sasl-plain-2.1.26-17.el7.x86_64 112/446
2695 Verifying : python-lxml-3.2.1-4.el7.x86_64 113/446
2696 Verifying : pixman-0.32.4-3.el7.x86_64 114/446
2697 Verifying : 6:kdelibs-common-4.10.5-6.el7.x86_64 115/446
2698 Verifying : libXpm-3.5.10-5.1.el7.x86_64 116/446
2699 Verifying : sysvinit-tools-2.88-14.dsf.el7.x86_64 117/446
2700 Verifying : 1:doxygen-1.8.5-3.el7.x86_64 118/446
2701 Verifying : libxkbfile-1.0.8-5.el7.x86_64 119/446
2702 Verifying : psmisc-22.20-8.el7.x86_64 120/446
2703 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 121/446
2704 Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 122/446
2705 Verifying : patch-2.7.1-8.el7.x86_64 123/446
2706 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 124/446
2707 Verifying : python-setuptools-7.0-2.el7.kolab_3.5.noarch 125/446
2708 Verifying : gtk2-2.24.22-5.el7_0.1.x86_64 126/446
2709 Verifying : 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 127/446
2710 Verifying : python-beaker-1.5.4-10.el7.noarch 128/446
2711 Verifying : libXau-1.0.8-2.1.el7.x86_64 129/446
2712 Verifying : ibus-devel-1.5.3-11.el7.x86_64 130/446
2713 Verifying : cairo-1.12.14-6.el7.x86_64 131/446
2714 Verifying : diffstat-1.57-4.el7.x86_64 132/446
2715 Verifying : perl-HTML-Tagset-3.20-15.el7.noarch 133/446
2716 Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 134/446
2717 Verifying : gdk-pixbuf2-2.28.2-4.el7.x86_64 135/446
2718 Verifying : libXau-devel-1.0.8-2.1.el7.x86_64 136/446
2719 Verifying : libXxf86misc-1.0.3-7.1.el7.x86_64 137/446
2720 Verifying : desktop-file-utils-0.21-4.el7.x86_64 138/446
2721 Verifying : perl-XML-Parser-2.41-10.el7.x86_64 139/446
2722 Verifying : kde-settings-19-23.5.el7.noarch 140/446
2723 Verifying : ibus-gtk3-1.5.3-11.el7.x86_64 141/446
2724 Verifying : gettext-0.18.2.1-4.el7.x86_64 142/446
2725 Verifying : libtool-2.4.2-20.el7.x86_64 143/446
2726 Verifying : 1:perl-Error-0.17020-2.el7.noarch 144/446
2727 Verifying : 1:libtheora-1.1.1-8.el7.x86_64 145/446
2728 Verifying : libmodman-2.0.1-8.el7.x86_64 146/446
2729 Verifying : python-paste-1.7.5.1-9.20111221hg1498.el7.noarch 147/446
2730 Verifying : perl-Net-SSLeay-1.55-3.el7.x86_64 148/446
2731 Verifying : libtevent-0.9.21-3.el7.x86_64 149/446
2732 Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 150/446
2733 Verifying : libXinerama-devel-1.1.3-2.1.el7.x86_64 151/446
2734 Verifying : libfontenc-1.1.1-5.el7.x86_64 152/446
2735 Verifying : flex-2.5.37-3.el7.x86_64 153/446
2736 Verifying : libsmbclient-4.1.12-23.el7_1.x86_64 154/446
2737 Verifying : perl-IO-Socket-SSL-1.94-3.el7.noarch 155/446
2738 Verifying : 4:perl-libs-5.16.3-285.el7.x86_64 156/446
2739 Verifying : boost-thread-1.53.0-23.el7.x86_64 157/446
2740 Verifying : perl-File-Listing-6.04-7.el7.noarch 158/446
2741 Verifying : pygobject3-base-3.8.2-6.el7.x86_64 159/446
2742 Verifying : perl-Git-1.8.3.1-4.el7.noarch 160/446
2743 Verifying : systemtap-2.6-10.el7_1.x86_64 161/446
2744 Verifying : perl-Storable-2.45-3.el7.x86_64 162/446
2745 Verifying : harfbuzz-devel-0.9.20-4.el7.x86_64 163/446
2746 Verifying : xorg-x11-xkb-utils-7.7-9.1.el7.x86_64 164/446
2747 Verifying : 1:dbus-devel-1.6.12-11.el7.x86_64 165/446
2748 Verifying : gdisk-0.8.6-5.el7.x86_64 166/446
2749 Verifying : libicu-devel-50.1.2-11.el7.x86_64 167/446
2750 Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 168/446
2751 Verifying : mokutil-0.7-5.el7.x86_64 169/446
2752 Verifying : perl-HTTP-Message-6.06-6.el7.noarch 170/446
2753 Verifying : subversion-libs-1.7.14-7.el7_0.x86_64 171/446
2754 Verifying : poppler-0.22.5-6.el7.x86_64 172/446
2755 Verifying : mesa-libglapi-10.2.7-5.20140910.el7.x86_64 173/446
2756 Verifying : gstreamer-plugins-good-0.10.31-11.el7.x86_64 174/446
2757 Verifying : libnotify-0.7.5-7.el7.x86_64 175/446
2758 Verifying : libldb-1.1.17-2.el7.x86_64 176/446
2759 Verifying : xorg-x11-xinit-1.3.2-14.el7.x86_64 177/446
2760 Verifying : perl-HTTP-Negotiate-6.01-5.el7.noarch 178/446
2761 Verifying : libimobiledevice-1.1.5-6.el7.x86_64 179/446
2762 Verifying : zlib-devel-1.2.7-13.el7.x86_64 180/446
2763 Verifying : gtk3-3.8.8-10.el7.x86_64 181/446
2764 Verifying : perl-Filter-1.49-3.el7.x86_64 182/446
2765 Verifying : dwz-0.11-3.el7.x86_64 183/446
2766 Verifying : lcms2-2.5-4.el7.x86_64 184/446
2767 Verifying : 1:emacs-filesystem-24.3-11.el7.noarch 185/446
2768 Verifying : build-mkbaselibs-20150317-192.1.noarch 186/446
2769 Verifying : libtalloc-2.1.1-1.el7.x86_64 187/446
2770 Verifying : jasper-libs-1.900.1-26.el7_0.3.x86_64 188/446
2771 Verifying : kactivities-4.10.5-3.el7.x86_64 189/446
2772 Verifying : perl-Exporter-5.68-3.el7.noarch 190/446
2773 Verifying : perl-Carp-1.26-244.el7.noarch 191/446
2774 Verifying : mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 192/446
2775 Verifying : pciutils-3.2.1-4.el7.x86_64 193/446
2776 Verifying : pytalloc-2.1.1-1.el7.x86_64 194/446
2777 Verifying : kbd-misc-1.15.5-11.el7.noarch 195/446
2778 Verifying : raptor2-2.0.9-3.el7.x86_64 196/446
2779 Verifying : udisks2-2.1.2-5.el7.x86_64 197/446
2780 Verifying : perl-Time-Local-1.2300-2.el7.noarch 198/446
2781 Verifying : libmng-1.0.10-14.el7.x86_64 199/446
2782 Verifying : xorg-x11-server-utils-7.7-4.el7.x86_64 200/446
2783 Verifying : gcc-c++-4.8.3-9.el7.x86_64 201/446
2784 Verifying : xml-commons-resolver-1.2-15.el7.noarch 202/446
2785 Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 203/446
2786 Verifying : libXi-devel-1.7.2-2.1.el7.x86_64 204/446
2787 Verifying : gstreamer-tools-0.10.36-7.el7.x86_64 205/446
2788 Verifying : freetype-devel-2.4.11-10.el7_1.1.x86_64 206/446
2789 Verifying : gcc-4.8.3-9.el7.x86_64 207/446
2790 Verifying : m2crypto-0.21.1-15.el7.x86_64 208/446
2791 Verifying : nettle-2.7.1-4.el7.x86_64 209/446
2792 Verifying : perl-Net-LibIDN-0.12-15.el7.x86_64 210/446
2793 Verifying : kdepimlibs-kxmlrpcclient-4.10.5-3.el7.x86_64 211/446
2794 Verifying : 2:tar-1.26-29.el7.x86_64 212/446
2795 Verifying : libXfont-1.4.7-2.el7_0.x86_64 213/446
2796 Verifying : kernel-devel-3.10.0-229.4.2.el7.x86_64 214/446
2797 Verifying : gdk-pixbuf2-devel-2.28.2-4.el7.x86_64 215/446
2798 Verifying : ant-1.9.2-9.el7.noarch 216/446
2799 Verifying : perl-IO-Socket-IP-0.21-4.el7.noarch 217/446
2800 Verifying : kmod-14-10.el7.x86_64 218/446
2801 Verifying : 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 219/446
2802 Verifying : libdwarf-20130207-4.el7.x86_64 220/446
2803 Verifying : libsoup-2.46.0-3.el7.x86_64 221/446
2804 Verifying : trousers-0.3.11.2-3.el7.x86_64 222/446
2805 Verifying : libwbclient-4.1.12-23.el7_1.x86_64 223/446
2806 Verifying : taglib-1.8-7.20130218git.el7.x86_64 224/446
2807 Verifying : pulseaudio-libs-3.0-30.el7.x86_64 225/446
2808 Verifying : bzip2-1.0.6-12.el7.x86_64 226/446
2809 Verifying : cscope-15.8-7.el7.x86_64 227/446
2810 Verifying : build-20150317-192.1.noarch 228/446
2811 Verifying : glibc-devel-2.17-78.el7.x86_64 229/446
2812 Verifying : soprano-2.9.2-3.el7.x86_64 230/446
2813 Verifying : python-backports-1.0-8.el7.x86_64 231/446
2814 Verifying : 4:perl-macros-5.16.3-285.el7.x86_64 232/446
2815 Verifying : yajl-2.0.4-4.el7.x86_64 233/446
2816 Verifying : libicu-50.1.2-11.el7.x86_64 234/446
2817 Verifying : at-spi2-atk-2.8.1-4.el7.x86_64 235/446
2818 Verifying : neon-0.30.0-3.el7.x86_64 236/446
2819 Verifying : 4:perl-5.16.3-285.el7.x86_64 237/446
2820 Verifying : libXcomposite-devel-0.4.4-4.1.el7.x86_64 238/446
2821 Verifying : intltool-0.50.2-6.el7.noarch 239/446
2822 Verifying : perl-File-Path-2.09-2.el7.noarch 240/446
2823 Verifying : openjpeg-libs-1.5.1-10.el7.x86_64 241/446
2824 Verifying : 1:make-3.82-21.el7.x86_64 242/446
2825 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 243/446
2826 Verifying : iso-codes-3.46-2.el7.noarch 244/446
2827 Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 245/446
2828 Verifying : libdv-1.0.0-17.el7.x86_64 246/446
2829 Verifying : hunspell-1.3.2-13.el7.x86_64 247/446
2830 Verifying : clucene-core-2.3.3.4-11.el7.x86_64 248/446
2831 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 249/446
2832 Verifying : libtool-ltdl-2.4.2-20.el7.x86_64 250/446
2833 Verifying : automake-1.13.4-3.el7.noarch 251/446
2834 Verifying : libXdamage-devel-1.1.4-4.1.el7.x86_64 252/446
2835 Verifying : dbusmenu-qt-0.9.2-7.el7.x86_64 253/446
2836 Verifying : libXrandr-1.4.1-2.1.el7.x86_64 254/446
2837 Verifying : 2:libpng-1.5.13-5.el7.x86_64 255/446
2838 Verifying : hunspell-en-US-0.20121024-5.el7.noarch 256/446
2839 Verifying : glib2-devel-2.40.0-4.el7.x86_64 257/446
2840 Verifying : avahi-libs-0.6.31-14.el7.x86_64 258/446
2841 Verifying : libgusb-0.1.6-3.el7.x86_64 259/446
2842 Verifying : python-chardet-2.0.1-7.el7.noarch 260/446
2843 Verifying : perl-LWP-MediaTypes-6.02-2.el7.noarch 261/446
2844 Verifying : gstreamer-0.10.36-7.el7.x86_64 262/446
2845 Verifying : perl-Encode-2.51-7.el7.x86_64 263/446
2846 Verifying : libXScrnSaver-1.2.2-6.1.el7.x86_64 264/446
2847 Verifying : fontconfig-2.10.95-7.el7.x86_64 265/446
2848 Verifying : strigi-libs-0.7.7-12.20120626.el7.x86_64 266/446
2849 Verifying : fontconfig-devel-2.10.95-7.el7.x86_64 267/446
2850 Verifying : libpciaccess-0.13.1-4.1.el7.x86_64 268/446
2851 Verifying : atk-devel-2.8.0-4.el7.x86_64 269/446
2852 Verifying : gobject-introspection-1.36.0-4.el7.x86_64 270/446
2853 Verifying : mailcap-2.1.41-2.el7.noarch 271/446
2854 Verifying : m4-1.4.16-9.el7.x86_64 272/446
2855 Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 273/446
2856 Verifying : 1:perl-Pod-Escapes-1.04-285.el7.noarch 274/446
2857 Verifying : pciutils-libs-3.2.1-4.el7.x86_64 275/446
2858 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 276/446
2859 Verifying : passwd-0.79-4.el7.x86_64 277/446
2860 Verifying : libXcursor-1.1.14-2.1.el7.x86_64 278/446
2861 Verifying : systemtap-devel-2.6-10.el7_1.x86_64 279/446
2862 Verifying : libXevie-1.0.3-7.1.el7.x86_64 280/446
2863 Verifying : perl-WWW-RobotRules-6.02-5.el7.noarch 281/446
2864 Verifying : libXrender-0.9.8-2.1.el7.x86_64 282/446
2865 Verifying : graphite2-1.2.2-5.el7.x86_64 283/446
2866 Verifying : libpipeline-1.2.3-3.el7.x86_64 284/446
2867 Verifying : libxslt-1.1.28-5.el7.x86_64 285/446
2868 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 286/446
2869 Verifying : 1:qt-x11-4.8.5-8.el7.x86_64 287/446
2870 Verifying : libXrandr-devel-1.4.1-2.1.el7.x86_64 288/446
2871 Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 289/446
2872 Verifying : polkit-0.112-5.el7.x86_64 290/446
2873 Verifying : hostname-3.13-3.el7.x86_64 291/446
2874 Verifying : libXfixes-5.0.1-2.1.el7.x86_64 292/446
2875 Verifying : nss-softokn-freebl-3.16.2.3-9.el7.i686 293/446
2876 Verifying : pakchois-0.4-10.el7.x86_64 294/446
2877 Verifying : glibc-2.17-78.el7.i686 295/446
2878 Verifying : fipscheck-1.4.1-5.el7.x86_64 296/446
2879 Verifying : libquadmath-4.8.3-9.el7.x86_64 297/446
2880 Verifying : libsndfile-1.0.25-9.el7.x86_64 298/446
2881 Verifying : ctags-5.8-13.el7.x86_64 299/446
2882 Verifying : libatasmart-0.19-6.el7.x86_64 300/446
2883 Verifying : perl-IO-HTML-1.00-2.el7.noarch 301/446
2884 Verifying : perl-constant-1.27-2.el7.noarch 302/446
2885 Verifying : 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64 303/446
2886 Verifying : gcc-gfortran-4.8.3-9.el7.x86_64 304/446
2887 Verifying : libquadmath-devel-4.8.3-9.el7.x86_64 305/446
2888 Verifying : yum-utils-1.1.31-29.el7.noarch 306/446
2889 Verifying : libXmu-1.1.1-5.1.el7.x86_64 307/446
2890 Verifying : perl-Test-Harness-3.28-2.el7.noarch 308/446
2891 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 309/446
2892 Verifying : perl-Encode-Locale-1.03-5.el7.noarch 310/446
2893 Verifying : javapackages-tools-3.4.1-6.el7_0.noarch 311/446
2894 Verifying : perl-Socket-2.010-3.el7.x86_64 312/446
2895 Verifying : json-c-0.11-4.el7_0.x86_64 313/446
2896 Verifying : libXcursor-devel-1.1.14-2.1.el7.x86_64 314/446
2897 Verifying : ttmkfdir-3.0.9-41.el7.x86_64 315/446
2898 Verifying : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 316/446
2899 Verifying : libICE-1.0.8-7.el7.x86_64 317/446
2900 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 318/446
2901 Verifying : perl-libwww-perl-6.05-2.el7.noarch 319/446
2902 Verifying : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 320/446
2903 Verifying : rpmdevtools-8.3-5.el7.noarch 321/446
2904 Verifying : libX11-1.6.0-2.1.el7.x86_64 322/446
2905 Verifying : openssh-6.6.1p1-12.el7_1.x86_64 323/446
2906 Verifying : kde-runtime-libs-4.10.5-8.el7.x86_64 324/446
2907 Verifying : nepomuk-core-libs-4.10.5-5.el7.x86_64 325/446
2908 Verifying : wavpack-4.60.1-9.el7.x86_64 326/446
2909 Verifying : epel-release-7-5.noarch 327/446
2910 Verifying : cairo-devel-1.12.14-6.el7.x86_64 328/446
2911 Verifying : libusbx-1.0.15-4.el7.x86_64 329/446
2912 Verifying : libdrm-devel-2.4.56-2.el7.x86_64 330/446
2913 Verifying : xdg-user-dirs-0.15-4.el7.x86_64 331/446
2914 Verifying : ilmbase-1.0.3-7.el7.x86_64 332/446
2915 Verifying : perl-HTTP-Date-6.02-8.el7.noarch 333/446
2916 Verifying : libstdc++-devel-4.8.3-9.el7.x86_64 334/446
2917 Verifying : mesa-libEGL-devel-10.2.7-5.20140910.el7.x86_64 335/446
2918 Verifying : 1:openssl-1.0.1e-42.el7.4.x86_64 336/446
2919 Verifying : python-mako-0.8.1-2.el7.noarch 337/446
2920 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 338/446
2921 Verifying : perl-Business-ISBN-2.06-2.el7.noarch 339/446
2922 Verifying : sound-theme-freedesktop-0.8-3.el7.noarch 340/446
2923 Verifying : libthai-0.1.14-9.el7.x86_64 341/446
2924 Verifying : gl-manpages-1.1-7.20130122.el7.noarch 342/446
2925 Verifying : gpm-libs-1.20.7-5.el7.x86_64 343/446
2926 Verifying : xerces-j2-2.11.0-17.el7_0.noarch 344/446
2927 Verifying : qt-settings-19-23.5.el7.noarch 345/446
2928 Verifying : gnutls-3.3.8-12.el7.x86_64 346/446
2929 Verifying : libXv-1.0.9-2.1.el7.x86_64 347/446
2930 Verifying : oxygen-icon-theme-4.10.5-2.el7.noarch 348/446
2931 Verifying : apr-util-1.5.2-6.el7.x86_64 349/446
2932 Verifying : libSM-1.2.1-7.el7.x86_64 350/446
2933 Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 351/446
2934 Verifying : kbd-1.15.5-11.el7.x86_64 352/446
2935 Verifying : 1:virtuoso-opensource-6.1.6-6.el7.x86_64 353/446
2936 Verifying : autoconf-2.69-11.el7.noarch 354/446
2937 Verifying : libss-1.42.9-7.el7.x86_64 355/446
2938 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 356/446
2939 Verifying : libiodbc-3.52.7-7.el7.x86_64 357/446
2940 Verifying : libffi-devel-3.0.13-11.el7.x86_64 358/446
2941 Verifying : ibus-setup-1.5.3-11.el7.noarch 359/446
2942 Verifying : pixman-devel-0.32.4-3.el7.x86_64 360/446
2943 Verifying : exiv2-libs-0.23-6.el7.x86_64 361/446
2944 Verifying : 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x 362/446
2945 Verifying : speex-1.2-0.19.rc1.el7.x86_64 363/446
2946 Verifying : redhat-menus-12.0.2-7.el7.noarch 364/446
2947 Verifying : tzdata-java-2015d-1.el7.noarch 365/446
2948 Verifying : dbus-python-1.1.1-9.el7.x86_64 366/446
2949 Verifying : gsettings-desktop-schemas-3.8.2-3.el7.x86_64 367/446
2950 Verifying : elfutils-0.160-1.el7.x86_64 368/446
2951 Verifying : 6:kdelibs-4.10.5-6.el7.x86_64 369/446
2952 Verifying : rcs-5.9.0-5.el7.x86_64 370/446
2953 Verifying : phonon-4.6.0-9.el7.x86_64 371/446
2954 Verifying : qca2-2.0.3-7.el7.x86_64 372/446
2955 Verifying : initscripts-9.49.24-1.el7.x86_64 373/446
2956 Verifying : pango-1.34.1-5.el7.x86_64 374/446
2957 Verifying : 2:libogg-1.3.0-7.el7.x86_64 375/446
2958 Verifying : libv4l-0.9.5-4.el7.x86_64 376/446
2959 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 377/446
2960 Verifying : libtdb-1.3.0-1.el7.x86_64 378/446
2961 Verifying : polkit-pkla-compat-0.1-4.el7.x86_64 379/446
2962 Verifying : libudisks2-2.1.2-5.el7.x86_64 380/446
2963 Verifying : perl-URI-1.60-9.el7.noarch 381/446
2964 Verifying : libgfortran-4.8.3-9.el7.x86_64 382/446
2965 Verifying : poppler-qt-0.22.5-6.el7.x86_64 383/446
2966 Verifying : glib-networking-2.40.0-1.el7.x86_64 384/446
2967 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 385/446
2968 Verifying : 1:perl-parent-0.225-244.el7.noarch 386/446
2969 Verifying : pyOpenSSL-0.13.1-3.el7.x86_64 387/446
2970 Verifying : giflib-4.1.6-9.el7.x86_64 388/446
2971 Verifying : libXi-1.7.2-2.1.el7.x86_64 389/446
2972 Verifying : libX11-devel-1.6.0-2.1.el7.x86_64 390/446
2973 Verifying : cdparanoia-libs-10.2-17.el7.x86_64 391/446
2974 Verifying : libXext-devel-1.3.2-2.1.el7.x86_64 392/446
2975 Verifying : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 393/446
2976 Verifying : boost-system-1.53.0-23.el7.x86_64 394/446
2977 Verifying : gettext-common-devel-0.18.2.1-4.el7.noarch 395/446
2978 Verifying : libvisual-0.4.0-16.el7.x86_64 396/446
2979 Verifying : poppler-data-0.4.6-3.el7.noarch 397/446
2980 Verifying : xalan-j2-2.7.1-23.el7.noarch 398/446
2981 Verifying : swig-2.0.11-11.el7.kolab_3.5.x86_64 399/446
2982 Verifying : osc-0.151.2-169.1.x86_64 400/446
2983 Verifying : pm-utils-1.4.1-27.el7.x86_64 401/446
2984 Verifying : alsa-lib-1.0.28-2.el7.x86_64 402/446
2985 Verifying : perl-Getopt-Long-2.40-2.el7.noarch 403/446
2986 Verifying : zip-3.0-10.el7.x86_64 404/446
2987 Verifying : 2:libpng-devel-1.5.13-5.el7.x86_64 405/446
2988 Verifying : mpfr-3.1.1-4.el7.x86_64 406/446
2989 Verifying : mozjs17-17.0.0-10.el7.x86_64 407/446
2990 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 408/446
2991 Verifying : media-player-info-17-4.el7.noarch 409/446
2992 Verifying : libxcb-1.9-5.el7.x86_64 410/446
2993 Verifying : perl-IO-Compress-2.061-2.el7.noarch 411/446
2994 Verifying : polkit-qt-0.103.0-10.el7_0.x86_64 412/446
2995 Verifying : perl-PathTools-3.40-5.el7.x86_64 413/446
2996 Verifying : glibc-devel-2.17-78.el7.i686 414/446
2997 Verifying : rasqal-0.9.30-4.el7.x86_64 415/446
2998 Verifying : libical-0.48-6.el7.x86_64 416/446
2999 Verifying : libasyncns-0.8-7.el7.x86_64 417/446
3000 Verifying : gettext-libs-0.18.2.1-4.el7.x86_64 418/446
3001 Verifying : apr-1.4.8-3.el7.x86_64 419/446
3002 Verifying : cairo-gobject-1.12.14-6.el7.x86_64 420/446
3003 Verifying : kde-runtime-drkonqi-4.10.5-8.el7.x86_64 421/446
3004 Verifying : pygobject3-3.8.2-6.el7.x86_64 422/446
3005 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 423/446
3006 Verifying : cpp-4.8.3-9.el7.x86_64 424/446
3007 Verifying : libXft-devel-2.3.1-5.1.el7.x86_64 425/446
3008 Verifying : git-1.8.3.1-4.el7.x86_64 426/446
3009 Verifying : man-db-2.6.3-9.el7.x86_64 427/446
3010 Verifying : systemtap-client-2.6-10.el7_1.x86_64 428/446
3011 Verifying : libcanberra-0.30-5.el7.x86_64 429/446
3012 Verifying : rpm-build-4.11.1-25.el7.x86_64 430/446
3013 Verifying : pulseaudio-libs-glib2-3.0-30.el7.x86_64 431/446
3014 Verifying : perl-HTTP-Daemon-6.01-5.el7.noarch 432/446
3015 Verifying : 1:enchant-1.6.0-8.el7.x86_64 433/446
3016 Verifying : openssh-clients-6.6.1p1-12.el7_1.x86_64 434/446
3017 Verifying : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 435/446
3018 Verifying : dbus-glib-0.100-7.el7.x86_64 436/446
3019 Verifying : jbigkit-libs-2.0-11.el7.x86_64 437/446
3020 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 438/446
3021 Verifying : at-spi2-core-2.8.0-6.el7.x86_64 439/446
3022 Verifying : redhat-rpm-config-9.1.0-68.el7.centos.noarch 440/446
3023 Verifying : libXext-1.3.2-2.1.el7.x86_64 441/446
3024 Verifying : expat-devel-2.1.0-8.el7.x86_64 442/446
3025 Verifying : subversion-1.7.14-7.el7_0.x86_64 443/446
3026 Verifying : xorg-x11-proto-devel-7.7-8.el7.1.noarch 444/446
3027 Verifying : icoutils-0.31.0-3.el7.x86_64 445/446
3028 Verifying : libXfixes-devel-5.0.1-2.1.el7.x86_64 446/446
3029
3030Installed:
3031 ant.noarch 0:1.9.2-9.el7
3032 autoconf.noarch 0:2.69-11.el7
3033 automake.noarch 0:1.13.4-3.el7
3034 bison.x86_64 0:2.7-4.el7
3035 build.noarch 0:20150317-192.1
3036 byacc.x86_64 0:1.9.20130304-3.el7
3037 cscope.x86_64 0:15.8-7.el7
3038 ctags.x86_64 0:5.8-13.el7
3039 diffstat.x86_64 0:1.57-4.el7
3040 doxygen.x86_64 1:1.8.5-3.el7
3041 elfutils.x86_64 0:0.160-1.el7
3042 epel-release.noarch 0:7-5
3043 flex.x86_64 0:2.5.37-3.el7
3044 gcc.x86_64 0:4.8.3-9.el7
3045 gcc-c++.x86_64 0:4.8.3-9.el7
3046 gcc-gfortran.x86_64 0:4.8.3-9.el7
3047 gettext.x86_64 0:0.18.2.1-4.el7
3048 git.x86_64 0:1.8.3.1-4.el7
3049 glibc-devel.i686 0:2.17-78.el7
3050 glibc-devel.x86_64 0:2.17-78.el7
3051 gtk2-devel.x86_64 0:2.24.22-5.el7_0.1
3052 ibus-devel.x86_64 0:1.5.3-11.el7
3053 indent.x86_64 0:2.2.11-13.el7
3054 intltool.noarch 0:0.50.2-6.el7
3055 java-1.7.0-openjdk-devel.x86_64 1:1.7.0.79-2.5.5.1.el7_1
3056 libtool.x86_64 0:2.4.2-20.el7
3057 make.x86_64 1:3.82-21.el7
3058 osc.x86_64 0:0.151.2-169.1
3059 passwd.x86_64 0:0.79-4.el7
3060 patch.x86_64 0:2.7.1-8.el7
3061 patchutils.x86_64 0:0.3.3-4.el7
3062 perl-Digest-MD5.x86_64 0:2.52-3.el7
3063 perl-TimeDate.noarch 1:2.30-2.el7
3064 rcs.x86_64 0:5.9.0-5.el7
3065 redhat-rpm-config.noarch 0:9.1.0-68.el7.centos
3066 rpm-build.x86_64 0:4.11.1-25.el7
3067 rpm-sign.x86_64 0:4.11.1-25.el7
3068 rpmdevtools.noarch 0:8.3-5.el7
3069 subversion.x86_64 0:1.7.14-7.el7_0
3070 sudo.x86_64 0:1.8.6p7-13.el7
3071 swig.x86_64 0:2.0.11-11.el7.kolab_3.5
3072 systemtap.x86_64 0:2.6-10.el7_1
3073 vim-enhanced.x86_64 2:7.4.160-1.el7
3074 yum-utils.noarch 0:1.1.31-29.el7
3075
3076Dependency Installed:
3077 GConf2.x86_64 0:3.2.6-8.el7
3078 OpenEXR-libs.x86_64 0:1.7.1-7.el7
3079 adwaita-cursor-theme.noarch 0:3.8.4-3.el7
3080 alsa-lib.x86_64 0:1.0.28-2.el7
3081 apr.x86_64 0:1.4.8-3.el7
3082 apr-util.x86_64 0:1.5.2-6.el7
3083 at-spi2-atk.x86_64 0:2.8.1-4.el7
3084 at-spi2-core.x86_64 0:2.8.0-6.el7
3085 atk.x86_64 0:2.8.0-4.el7
3086 atk-devel.x86_64 0:2.8.0-4.el7
3087 attica.x86_64 0:0.4.1-4.el7
3088 avahi-libs.x86_64 0:0.6.31-14.el7
3089 boost-system.x86_64 0:1.53.0-23.el7
3090 boost-thread.x86_64 0:1.53.0-23.el7
3091 build-mkbaselibs.noarch 0:20150317-192.1
3092 bzip2.x86_64 0:1.0.6-12.el7
3093 cairo.x86_64 0:1.12.14-6.el7
3094 cairo-devel.x86_64 0:1.12.14-6.el7
3095 cairo-gobject.x86_64 0:1.12.14-6.el7
3096 cdparanoia-libs.x86_64 0:10.2-17.el7
3097 clucene-core.x86_64 0:2.3.3.4-11.el7
3098 colord-libs.x86_64 0:1.0.4-3.el7
3099 cpp.x86_64 0:4.8.3-9.el7
3100 cryptsetup.x86_64 0:1.6.6-3.el7
3101 cryptsetup-libs.x86_64 0:1.6.6-3.el7
3102 cups-libs.x86_64 1:1.6.3-17.el7
3103 cyrus-sasl-plain.x86_64 0:2.1.26-17.el7
3104 dbus.x86_64 1:1.6.12-11.el7
3105 dbus-devel.x86_64 1:1.6.12-11.el7
3106 dbus-glib.x86_64 0:0.100-7.el7
3107 dbus-python.x86_64 0:1.1.1-9.el7
3108 dbus-x11.x86_64 1:1.6.12-11.el7
3109 dbusmenu-qt.x86_64 0:0.9.2-7.el7
3110 dconf.x86_64 0:0.16.0-6.el7
3111 desktop-file-utils.x86_64 0:0.21-4.el7
3112 docbook-dtds.noarch 0:1.0-60.el7
3113 docbook-style-xsl.noarch 0:1.78.1-3.el7
3114 dosfstools.x86_64 0:3.0.20-9.el7
3115 dwz.x86_64 0:0.11-3.el7
3116 dyninst.x86_64 0:8.2.0-2.el7
3117 e2fsprogs.x86_64 0:1.42.9-7.el7
3118 e2fsprogs-libs.x86_64 0:1.42.9-7.el7
3119 elfutils-libs.x86_64 0:0.160-1.el7
3120 emacs-filesystem.noarch 1:24.3-11.el7
3121 enchant.x86_64 1:1.6.0-8.el7
3122 exiv2-libs.x86_64 0:0.23-6.el7
3123 expat-devel.x86_64 0:2.1.0-8.el7
3124 fipscheck.x86_64 0:1.4.1-5.el7
3125 fipscheck-lib.x86_64 0:1.4.1-5.el7
3126 flac-libs.x86_64 0:1.3.0-5.el7_1
3127 fontconfig.x86_64 0:2.10.95-7.el7
3128 fontconfig-devel.x86_64 0:2.10.95-7.el7
3129 fontpackages-filesystem.noarch 0:1.44-8.el7
3130 freetype.x86_64 0:2.4.11-10.el7_1.1
3131 freetype-devel.x86_64 0:2.4.11-10.el7_1.1
3132 gamin.x86_64 0:0.1.10-16.el7
3133 gdb.x86_64 0:7.6.1-64.el7
3134 gdisk.x86_64 0:0.8.6-5.el7
3135 gdk-pixbuf2.x86_64 0:2.28.2-4.el7
3136 gdk-pixbuf2-devel.x86_64 0:2.28.2-4.el7
3137 gettext-common-devel.noarch 0:0.18.2.1-4.el7
3138 gettext-devel.x86_64 0:0.18.2.1-4.el7
3139 gettext-libs.x86_64 0:0.18.2.1-4.el7
3140 giflib.x86_64 0:4.1.6-9.el7
3141 gl-manpages.noarch 0:1.1-7.20130122.el7
3142 glib-networking.x86_64 0:2.40.0-1.el7
3143 glib2-devel.x86_64 0:2.40.0-4.el7
3144 glibc.i686 0:2.17-78.el7
3145 glibc-headers.x86_64 0:2.17-78.el7
3146 gnutls.x86_64 0:3.3.8-12.el7
3147 gobject-introspection.x86_64 0:1.36.0-4.el7
3148 gobject-introspection-devel.x86_64 0:1.36.0-4.el7
3149 gpm-libs.x86_64 0:1.20.7-5.el7
3150 graphite2.x86_64 0:1.2.2-5.el7
3151 gsettings-desktop-schemas.x86_64 0:3.8.2-3.el7
3152 gsm.x86_64 0:1.0.13-11.el7
3153 gstreamer.x86_64 0:0.10.36-7.el7
3154 gstreamer-plugins-base.x86_64 0:0.10.36-10.el7
3155 gstreamer-plugins-good.x86_64 0:0.10.31-11.el7
3156 gstreamer-tools.x86_64 0:0.10.36-7.el7
3157 gstreamer1.x86_64 0:1.0.7-4.el7
3158 gtk2.x86_64 0:2.24.22-5.el7_0.1
3159 gtk3.x86_64 0:3.8.8-10.el7
3160 harfbuzz.x86_64 0:0.9.20-4.el7
3161 harfbuzz-devel.x86_64 0:0.9.20-4.el7
3162 harfbuzz-icu.x86_64 0:0.9.20-4.el7
3163 hicolor-icon-theme.noarch 0:0.12-7.el7
3164 hostname.x86_64 0:3.13-3.el7
3165 hunspell.x86_64 0:1.3.2-13.el7
3166 hunspell-en-US.noarch 0:0.20121024-5.el7
3167 hwdata.x86_64 0:0.252-7.8.el7_1
3168 ibus.x86_64 0:1.5.3-11.el7
3169 ibus-gtk2.x86_64 0:1.5.3-11.el7
3170 ibus-gtk3.x86_64 0:1.5.3-11.el7
3171 ibus-libs.x86_64 0:1.5.3-11.el7
3172 ibus-setup.noarch 0:1.5.3-11.el7
3173 icoutils.x86_64 0:0.31.0-3.el7
3174 ilmbase.x86_64 0:1.0.3-7.el7
3175 initscripts.x86_64 0:9.49.24-1.el7
3176 iso-codes.noarch 0:3.46-2.el7
3177 jasper-libs.x86_64 0:1.900.1-26.el7_0.3
3178 java-1.7.0-openjdk.x86_64 1:1.7.0.79-2.5.5.1.el7_1
3179 java-1.7.0-openjdk-headless.x86_64 1:1.7.0.79-2.5.5.1.el7_1
3180 javapackages-tools.noarch 0:3.4.1-6.el7_0
3181 jbigkit-libs.x86_64 0:2.0-11.el7
3182 json-c.x86_64 0:0.11-4.el7_0
3183 kactivities.x86_64 0:4.10.5-3.el7
3184 kbd.x86_64 0:1.15.5-11.el7
3185 kbd-legacy.noarch 0:1.15.5-11.el7
3186 kbd-misc.noarch 0:1.15.5-11.el7
3187 kde-filesystem.x86_64 0:4-47.el7
3188 kde-runtime.x86_64 0:4.10.5-8.el7
3189 kde-runtime-drkonqi.x86_64 0:4.10.5-8.el7
3190 kde-runtime-libs.x86_64 0:4.10.5-8.el7
3191 kde-settings.noarch 0:19-23.5.el7
3192 kdelibs.x86_64 6:4.10.5-6.el7
3193 kdelibs-common.x86_64 6:4.10.5-6.el7
3194 kdepimlibs.x86_64 0:4.10.5-3.el7
3195 kdepimlibs-kxmlrpcclient.x86_64 0:4.10.5-3.el7
3196 kernel-devel.x86_64 0:3.10.0-229.4.2.el7
3197 kernel-headers.x86_64 0:3.10.0-229.4.2.el7
3198 kmod.x86_64 0:14-10.el7
3199 lcms2.x86_64 0:2.5-4.el7
3200 libICE.x86_64 0:1.0.8-7.el7
3201 libSM.x86_64 0:1.2.1-7.el7
3202 libX11.x86_64 0:1.6.0-2.1.el7
3203 libX11-common.noarch 0:1.6.0-2.1.el7
3204 libX11-devel.x86_64 0:1.6.0-2.1.el7
3205 libXScrnSaver.x86_64 0:1.2.2-6.1.el7
3206 libXau.x86_64 0:1.0.8-2.1.el7
3207 libXau-devel.x86_64 0:1.0.8-2.1.el7
3208 libXcomposite.x86_64 0:0.4.4-4.1.el7
3209 libXcomposite-devel.x86_64 0:0.4.4-4.1.el7
3210 libXcursor.x86_64 0:1.1.14-2.1.el7
3211 libXcursor-devel.x86_64 0:1.1.14-2.1.el7
3212 libXdamage.x86_64 0:1.1.4-4.1.el7
3213 libXdamage-devel.x86_64 0:1.1.4-4.1.el7
3214 libXevie.x86_64 0:1.0.3-7.1.el7
3215 libXext.x86_64 0:1.3.2-2.1.el7
3216 libXext-devel.x86_64 0:1.3.2-2.1.el7
3217 libXfixes.x86_64 0:5.0.1-2.1.el7
3218 libXfixes-devel.x86_64 0:5.0.1-2.1.el7
3219 libXfont.x86_64 0:1.4.7-2.el7_0
3220 libXft.x86_64 0:2.3.1-5.1.el7
3221 libXft-devel.x86_64 0:2.3.1-5.1.el7
3222 libXi.x86_64 0:1.7.2-2.1.el7
3223 libXi-devel.x86_64 0:1.7.2-2.1.el7
3224 libXinerama.x86_64 0:1.1.3-2.1.el7
3225 libXinerama-devel.x86_64 0:1.1.3-2.1.el7
3226 libXmu.x86_64 0:1.1.1-5.1.el7
3227 libXpm.x86_64 0:3.5.10-5.1.el7
3228 libXrandr.x86_64 0:1.4.1-2.1.el7
3229 libXrandr-devel.x86_64 0:1.4.1-2.1.el7
3230 libXrender.x86_64 0:0.9.8-2.1.el7
3231 libXrender-devel.x86_64 0:0.9.8-2.1.el7
3232 libXt.x86_64 0:1.1.4-6.1.el7
3233 libXtst.x86_64 0:1.2.2-2.1.el7
3234 libXv.x86_64 0:1.0.9-2.1.el7
3235 libXxf86misc.x86_64 0:1.0.3-7.1.el7
3236 libXxf86vm.x86_64 0:1.1.3-2.1.el7
3237 libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7
3238 libasyncns.x86_64 0:0.8-7.el7
3239 libatasmart.x86_64 0:0.19-6.el7
3240 libavc1394.x86_64 0:0.5.3-14.el7
3241 libcanberra.x86_64 0:0.30-5.el7
3242 libdrm.x86_64 0:2.4.56-2.el7
3243 libdrm-devel.x86_64 0:2.4.56-2.el7
3244 libdv.x86_64 0:1.0.0-17.el7
3245 libdwarf.x86_64 0:20130207-4.el7
3246 libedit.x86_64 0:3.0-12.20121213cvs.el7
3247 libffi-devel.x86_64 0:3.0.13-11.el7
3248 libfontenc.x86_64 0:1.1.1-5.el7
3249 libgfortran.x86_64 0:4.8.3-9.el7
3250 libgnome-keyring.x86_64 0:3.8.0-3.el7
3251 libgusb.x86_64 0:0.1.6-3.el7
3252 libical.x86_64 0:0.48-6.el7
3253 libicu.x86_64 0:50.1.2-11.el7
3254 libicu-devel.x86_64 0:50.1.2-11.el7
3255 libiec61883.x86_64 0:1.2.0-10.el7
3256 libimobiledevice.x86_64 0:1.1.5-6.el7
3257 libiodbc.x86_64 0:3.52.7-7.el7
3258 libjpeg-turbo.x86_64 0:1.2.90-5.el7
3259 libldb.x86_64 0:1.1.17-2.el7
3260 libmng.x86_64 0:1.0.10-14.el7
3261 libmodman.x86_64 0:2.0.1-8.el7
3262 libmpc.x86_64 0:1.0.1-3.el7
3263 libnotify.x86_64 0:0.7.5-7.el7
3264 libogg.x86_64 2:1.3.0-7.el7
3265 libpciaccess.x86_64 0:0.13.1-4.1.el7
3266 libpipeline.x86_64 0:1.2.3-3.el7
3267 libplist.x86_64 0:1.10-4.el7
3268 libpng.x86_64 2:1.5.13-5.el7
3269 libpng-devel.x86_64 2:1.5.13-5.el7
3270 libproxy.x86_64 0:0.4.11-6.el7
3271 libquadmath.x86_64 0:4.8.3-9.el7
3272 libquadmath-devel.x86_64 0:4.8.3-9.el7
3273 libraw1394.x86_64 0:2.1.0-2.el7
3274 libreport-filesystem.x86_64 0:2.1.11-21.el7.centos.0.5
3275 librsvg2.x86_64 0:2.39.0-1.el7
3276 libshout.x86_64 0:2.2.2-11.el7
3277 libsmbclient.x86_64 0:4.1.12-23.el7_1
3278 libsndfile.x86_64 0:1.0.25-9.el7
3279 libsoup.x86_64 0:2.46.0-3.el7
3280 libss.x86_64 0:1.42.9-7.el7
3281 libstdc++-devel.x86_64 0:4.8.3-9.el7
3282 libtalloc.x86_64 0:2.1.1-1.el7
3283 libtdb.x86_64 0:1.3.0-1.el7
3284 libtevent.x86_64 0:0.9.21-3.el7
3285 libthai.x86_64 0:0.1.14-9.el7
3286 libtheora.x86_64 1:1.1.1-8.el7
3287 libtiff.x86_64 0:4.0.3-14.el7
3288 libtool-ltdl.x86_64 0:2.4.2-20.el7
3289 libudisks2.x86_64 0:2.1.2-5.el7
3290 libusbx.x86_64 0:1.0.15-4.el7
3291 libv4l.x86_64 0:0.9.5-4.el7
3292 libvisual.x86_64 0:0.4.0-16.el7
3293 libvorbis.x86_64 1:1.3.3-8.el7
3294 libwbclient.x86_64 0:4.1.12-23.el7_1
3295 libxcb.x86_64 0:1.9-5.el7
3296 libxcb-devel.x86_64 0:1.9-5.el7
3297 libxkbfile.x86_64 0:1.0.8-5.el7
3298 libxslt.x86_64 0:1.1.28-5.el7
3299 m2crypto.x86_64 0:0.21.1-15.el7
3300 m4.x86_64 0:1.4.16-9.el7
3301 mailcap.noarch 0:2.1.41-2.el7
3302 man-db.x86_64 0:2.6.3-9.el7
3303 mdadm.x86_64 0:3.3.2-2.el7
3304 media-player-info.noarch 0:17-4.el7
3305 mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7
3306 mesa-libEGL-devel.x86_64 0:10.2.7-5.20140910.el7
3307 mesa-libGL.x86_64 0:10.2.7-5.20140910.el7
3308 mesa-libGL-devel.x86_64 0:10.2.7-5.20140910.el7
3309 mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7
3310 mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7
3311 mokutil.x86_64 0:0.7-5.el7
3312 mozjs17.x86_64 0:17.0.0-10.el7
3313 mpfr.x86_64 0:3.1.1-4.el7
3314 neon.x86_64 0:0.30.0-3.el7
3315 nepomuk-core.x86_64 0:4.10.5-5.el7
3316 nepomuk-core-libs.x86_64 0:4.10.5-5.el7
3317 nettle.x86_64 0:2.7.1-4.el7
3318 nss-softokn-freebl.i686 0:3.16.2.3-9.el7
3319 openjpeg-libs.x86_64 0:1.5.1-10.el7
3320 openssh.x86_64 0:6.6.1p1-12.el7_1
3321 openssh-clients.x86_64 0:6.6.1p1-12.el7_1
3322 openssl.x86_64 1:1.0.1e-42.el7.4
3323 orc.x86_64 0:0.4.17-5.el7
3324 oxygen-icon-theme.noarch 0:4.10.5-2.el7
3325 pakchois.x86_64 0:0.4-10.el7
3326 pango.x86_64 0:1.34.1-5.el7
3327 pango-devel.x86_64 0:1.34.1-5.el7
3328 parted.x86_64 0:3.1-20.el7
3329 pciutils.x86_64 0:3.2.1-4.el7
3330 pciutils-libs.x86_64 0:3.2.1-4.el7
3331 perl.x86_64 4:5.16.3-285.el7
3332 perl-Business-ISBN.noarch 0:2.06-2.el7
3333 perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7
3334 perl-Carp.noarch 0:1.26-244.el7
3335 perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7
3336 perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7
3337 perl-Data-Dumper.x86_64 0:2.145-3.el7
3338 perl-Digest.noarch 0:1.17-245.el7
3339 perl-Encode.x86_64 0:2.51-7.el7
3340 perl-Encode-Locale.noarch 0:1.03-5.el7
3341 perl-Error.noarch 1:0.17020-2.el7
3342 perl-Exporter.noarch 0:5.68-3.el7
3343 perl-File-Listing.noarch 0:6.04-7.el7
3344 perl-File-Path.noarch 0:2.09-2.el7
3345 perl-File-Temp.noarch 0:0.23.01-3.el7
3346 perl-Filter.x86_64 0:1.49-3.el7
3347 perl-Getopt-Long.noarch 0:2.40-2.el7
3348 perl-Git.noarch 0:1.8.3.1-4.el7
3349 perl-HTML-Parser.x86_64 0:3.71-4.el7
3350 perl-HTML-Tagset.noarch 0:3.20-15.el7
3351 perl-HTTP-Cookies.noarch 0:6.01-5.el7
3352 perl-HTTP-Daemon.noarch 0:6.01-5.el7
3353 perl-HTTP-Date.noarch 0:6.02-8.el7
3354 perl-HTTP-Message.noarch 0:6.06-6.el7
3355 perl-HTTP-Negotiate.noarch 0:6.01-5.el7
3356 perl-HTTP-Tiny.noarch 0:0.033-3.el7
3357 perl-IO-Compress.noarch 0:2.061-2.el7
3358 perl-IO-HTML.noarch 0:1.00-2.el7
3359 perl-IO-Socket-IP.noarch 0:0.21-4.el7
3360 perl-IO-Socket-SSL.noarch 0:1.94-3.el7
3361 perl-LWP-MediaTypes.noarch 0:6.02-2.el7
3362 perl-Net-HTTP.noarch 0:6.06-2.el7
3363 perl-Net-LibIDN.x86_64 0:0.12-15.el7
3364 perl-Net-SSLeay.x86_64 0:1.55-3.el7
3365 perl-PathTools.x86_64 0:3.40-5.el7
3366 perl-Pod-Escapes.noarch 1:1.04-285.el7
3367 perl-Pod-Perldoc.noarch 0:3.20-4.el7
3368 perl-Pod-Simple.noarch 1:3.28-4.el7
3369 perl-Pod-Usage.noarch 0:1.63-3.el7
3370 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
3371 perl-Socket.x86_64 0:2.010-3.el7
3372 perl-Storable.x86_64 0:2.45-3.el7
3373 perl-TermReadKey.x86_64 0:2.30-20.el7
3374 perl-Test-Harness.noarch 0:3.28-2.el7
3375 perl-Text-ParseWords.noarch 0:3.29-4.el7
3376 perl-Thread-Queue.noarch 0:3.02-2.el7
3377 perl-Time-HiRes.x86_64 4:1.9725-3.el7
3378 perl-Time-Local.noarch 0:1.2300-2.el7
3379 perl-URI.noarch 0:1.60-9.el7
3380 perl-WWW-RobotRules.noarch 0:6.02-5.el7
3381 perl-XML-Parser.x86_64 0:2.41-10.el7
3382 perl-constant.noarch 0:1.27-2.el7
3383 perl-libs.x86_64 4:5.16.3-285.el7
3384 perl-libwww-perl.noarch 0:6.05-2.el7
3385 perl-macros.x86_64 4:5.16.3-285.el7
3386 perl-parent.noarch 1:0.225-244.el7
3387 perl-podlators.noarch 0:2.5.1-3.el7
3388 perl-srpm-macros.noarch 0:1-8.el7
3389 perl-threads.x86_64 0:1.87-4.el7
3390 perl-threads-shared.x86_64 0:1.43-6.el7
3391 phonon.x86_64 0:4.6.0-9.el7
3392 phonon-backend-gstreamer.x86_64 2:4.6.3-3.el7
3393 pixman.x86_64 0:0.32.4-3.el7
3394 pixman-devel.x86_64 0:0.32.4-3.el7
3395 pm-utils.x86_64 0:1.4.1-27.el7
3396 polkit.x86_64 0:0.112-5.el7
3397 polkit-pkla-compat.x86_64 0:0.1-4.el7
3398 polkit-qt.x86_64 0:0.103.0-10.el7_0
3399 poppler.x86_64 0:0.22.5-6.el7
3400 poppler-data.noarch 0:0.4.6-3.el7
3401 poppler-qt.x86_64 0:0.22.5-6.el7
3402 poppler-utils.x86_64 0:0.22.5-6.el7
3403 psmisc.x86_64 0:22.20-8.el7
3404 pulseaudio-libs.x86_64 0:3.0-30.el7
3405 pulseaudio-libs-glib2.x86_64 0:3.0-30.el7
3406 pyOpenSSL.x86_64 0:0.13.1-3.el7
3407 pycairo.x86_64 0:1.8.10-8.el7
3408 pygobject3.x86_64 0:3.8.2-6.el7
3409 pygobject3-base.x86_64 0:3.8.2-6.el7
3410 pytalloc.x86_64 0:2.1.1-1.el7
3411 python-backports.x86_64 0:1.0-8.el7
3412 python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7
3413 python-beaker.noarch 0:1.5.4-10.el7
3414 python-chardet.noarch 0:2.0.1-7.el7
3415 python-javapackages.noarch 0:3.4.1-6.el7_0
3416 python-kitchen.noarch 0:1.1.1-5.el7
3417 python-lxml.x86_64 0:3.2.1-4.el7
3418 python-mako.noarch 0:0.8.1-2.el7
3419 python-markupsafe.x86_64 0:0.11-10.el7
3420 python-paste.noarch 0:1.7.5.1-9.20111221hg1498.el7
3421 python-setuptools.noarch 0:7.0-2.el7.kolab_3.5
3422 python-tempita.noarch 0:0.5.1-6.el7
3423 qca2.x86_64 0:2.0.3-7.el7
3424 qt.x86_64 1:4.8.5-8.el7
3425 qt-settings.noarch 0:19-23.5.el7
3426 qt-x11.x86_64 1:4.8.5-8.el7
3427 raptor2.x86_64 0:2.0.9-3.el7
3428 rasqal.x86_64 0:0.9.30-4.el7
3429 redhat-menus.noarch 0:12.0.2-7.el7
3430 redland.x86_64 0:1.0.16-6.el7
3431 redland-virtuoso.x86_64 0:1.0.16-6.el7
3432 rsync.x86_64 0:3.0.9-15.el7
3433 samba-common.x86_64 0:4.1.12-23.el7_1
3434 samba-libs.x86_64 0:4.1.12-23.el7_1
3435 sgml-common.noarch 0:0.6.3-39.el7
3436 shared-desktop-ontologies.noarch 0:0.11.0-2.el7
3437 soprano.x86_64 0:2.9.2-3.el7
3438 sound-theme-freedesktop.noarch 0:0.8-3.el7
3439 speex.x86_64 0:1.2-0.19.rc1.el7
3440 strigi-libs.x86_64 0:0.7.7-12.20120626.el7
3441 subversion-libs.x86_64 0:1.7.14-7.el7_0
3442 systemtap-client.x86_64 0:2.6-10.el7_1
3443 systemtap-devel.x86_64 0:2.6-10.el7_1
3444 systemtap-runtime.x86_64 0:2.6-10.el7_1
3445 sysvinit-tools.x86_64 0:2.88-14.dsf.el7
3446 taglib.x86_64 0:1.8-7.20130218git.el7
3447 tar.x86_64 2:1.26-29.el7
3448 tcp_wrappers-libs.x86_64 0:7.6-77.el7
3449 trousers.x86_64 0:0.3.11.2-3.el7
3450 ttmkfdir.x86_64 0:3.0.9-41.el7
3451 tzdata-java.noarch 0:2015d-1.el7
3452 udisks2.x86_64 0:2.1.2-5.el7
3453 unzip.x86_64 0:6.0-15.el7
3454 upower.x86_64 0:0.9.20-7.el7
3455 usbmuxd.x86_64 0:1.0.8-11.el7
3456 vala.x86_64 0:0.20.1-3.el7
3457 vim-common.x86_64 2:7.4.160-1.el7
3458 vim-filesystem.x86_64 2:7.4.160-1.el7
3459 virtuoso-opensource.x86_64 1:6.1.6-6.el7
3460 wavpack.x86_64 0:4.60.1-9.el7
3461 xalan-j2.noarch 0:2.7.1-23.el7
3462 xdg-user-dirs.x86_64 0:0.15-4.el7
3463 xdg-utils.noarch 0:1.1.0-0.16.20120809git.el7
3464 xerces-j2.noarch 0:2.11.0-17.el7_0
3465 xfsprogs.x86_64 0:3.2.1-6.el7
3466 xml-common.noarch 0:0.6.3-39.el7
3467 xml-commons-apis.noarch 0:1.4.01-16.el7
3468 xml-commons-resolver.noarch 0:1.2-15.el7
3469 xorg-x11-font-utils.x86_64 1:7.5-18.1.el7
3470 xorg-x11-fonts-Type1.noarch 0:7.5-9.el7
3471 xorg-x11-proto-devel.noarch 0:7.7-8.el7.1
3472 xorg-x11-server-utils.x86_64 0:7.7-4.el7
3473 xorg-x11-xauth.x86_64 1:1.0.7-6.1.el7
3474 xorg-x11-xinit.x86_64 0:1.3.2-14.el7
3475 xorg-x11-xkb-utils.x86_64 0:7.7-9.1.el7
3476 yajl.x86_64 0:2.0.4-4.el7
3477 zip.x86_64 0:3.0-10.el7
3478 zlib-devel.x86_64 0:1.2.7-13.el7
3479
3480Skipped (dependency problems):
3481 pyOpenSSL.noarch 0:0.14-1.el7.kolab_3.5
3482 python-cffi.x86_64 0:0.8.6-1.el7.kolab_3.5
3483 python-cryptography.x86_64 0:0.6.1-3.el7.kolab_3.5
3484 python-pycparser.noarch 0:2.10-1.el7.kolab_3.5
3485 python-selenium.noarch 0:2.45.0-3.el7.kolab_3.5
3486 python-six.noarch 0:1.9.0-2.el7.kolab_3.5
3487
3488Complete!
3489Enabling base-source repository
3490Enabling epel-source repository
3491Enabling extras-source repository
3492Enabling updates-source repository
3493http://ftp-stud.hs-esslingen.de/pub/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
3494Trying other mirror.
3495http://fedora.ip-connect.vn.ua/fedora-epel/7/SRPMS/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel-source
3496Trying other mirror.
3497No source RPM found for python-werkzeug-doc-0.9.1-2.el7.noarch
3498No source RPM found for python-itsdangerous-0.23-2.el7.noarch
3499No source RPM found for 1:python-flask-0.10.1-4.el7.noarch
3500No source RPM found for python-werkzeug-0.9.1-2.el7.noarch
3501No source RPM found for 1:python-flask-doc-0.10.1-4.el7.noarch
3502Getting requirements for kolab-freebusy-1.1-2.el7.kolab_3.5.src
3503 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3504Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3505 --> php-pear-DB-1.7.14-6.el7.noarch
3506 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3507 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3508 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3509 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3510 --> php-gd-5.4.16-23.el7_0.3.x86_64
3511 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3512 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3513 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3514 --> php-mcrypt-5.4.16-3.el7.x86_64
3515 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3516 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3517 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3518 --> Already installed : python-2.7.5-16.el7.x86_64
3519 --> uglify-js-2.4.13-5.el7.noarch
3520 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3521 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3522 --> php-xml-5.4.16-23.el7_0.3.x86_64
3523 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3524 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3525 --> 1:php-pear-1.9.4-21.el7.noarch
3526 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3527 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3528Getting requirements for python-cffi-0.8.6-1.el7.kolab_3.5.src
3529 --> Cython-0.19-3.el7.x86_64
3530 --> Already installed : libffi-devel-3.0.13-11.el7.x86_64
3531 --> python-pycparser-2.10-1.el7.kolab_3.5.noarch
3532 --> python-sphinx-1.1.3-8.el7.noarch
3533 --> python-devel-2.7.5-16.el7.x86_64
3534 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3535Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3536 --> Already installed : python-2.7.5-16.el7.x86_64
3537 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3538 --> uglify-js-2.4.13-5.el7.noarch
3539Getting requirements for php-ZendFramework-1.12.11-1.el7.src
3540Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3541 --> Already installed : python-2.7.5-16.el7.x86_64
3542 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3543 --> uglify-js-2.4.13-5.el7.noarch
3544Getting requirements for cyrus-imapd-2.4.17-7.el7.src
3545 --> 1:transfig-3.2.5d-13.el7.x86_64
3546 --> tcp_wrappers-7.6-77.el7.x86_64
3547 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
3548 --> 4:perl-devel-5.16.3-285.el7.x86_64
3549 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
3550 --> openldap-devel-2.4.39-6.el7.x86_64
3551 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
3552 --> libdb-devel-5.3.21-17.el7_0.1.x86_64
3553 --> krb5-devel-1.12.2-14.el7.x86_64
3554 --> groff-1.22.2-8.el7.x86_64
3555 --> Already installed : flex-2.5.37-3.el7.x86_64
3556 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
3557 --> Already installed : bison-2.7-4.el7.x86_64
3558 --> Already installed : automake-1.13.4-3.el7.noarch
3559 --> Already installed : autoconf-2.69-11.el7.noarch
3560Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3561 --> Already installed : python-2.7.5-16.el7.x86_64
3562 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3563 --> uglify-js-2.4.13-5.el7.noarch
3564Getting requirements for erlang-meck-0.7.2-5.el7.src
3565 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
3566Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
3567Getting requirements for libkolab-0.6.git.1429288613-12.el7.kolab_3.5.src
3568 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
3569 --> libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
3570 --> 1:qt-devel-4.8.5-8.el7.x86_64
3571 --> libcurl-devel-7.29.0-19.el7.x86_64
3572 --> php-5.4.16-23.el7_0.3.x86_64
3573 --> php-devel-5.4.16-23.el7_0.3.x86_64
3574 --> python-devel-2.7.5-16.el7.x86_64
3575 --> cmake-2.8.11-4.el7.x86_64
3576Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3577 --> php-pear-DB-1.7.14-6.el7.noarch
3578 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3579 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3580 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3581 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3582 --> php-gd-5.4.16-23.el7_0.3.x86_64
3583 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3584 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3585 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3586 --> php-mcrypt-5.4.16-3.el7.x86_64
3587 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3588 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3589 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3590 --> Already installed : python-2.7.5-16.el7.x86_64
3591 --> uglify-js-2.4.13-5.el7.noarch
3592 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3593 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3594 --> php-xml-5.4.16-23.el7_0.3.x86_64
3595 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3596 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3597 --> 1:php-pear-1.9.4-21.el7.noarch
3598 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3599 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3600Getting requirements for python-cffi-0.8.6-1.el7.src
3601 --> python-devel-2.7.5-16.el7.x86_64
3602 --> python-sphinx-1.1.3-8.el7.noarch
3603 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3604 --> python-pycparser-2.10-1.el7.kolab_3.5.noarch
3605 --> Already installed : libffi-devel-3.0.13-11.el7.x86_64
3606 --> Cython-0.19-3.el7.x86_64
3607Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3608 --> php-pear-DB-1.7.14-6.el7.noarch
3609 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3610 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3611 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3612 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3613 --> php-gd-5.4.16-23.el7_0.3.x86_64
3614 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3615 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3616 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3617 --> php-mcrypt-5.4.16-3.el7.x86_64
3618 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3619 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3620 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3621 --> Already installed : python-2.7.5-16.el7.x86_64
3622 --> uglify-js-2.4.13-5.el7.noarch
3623 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3624 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3625 --> php-xml-5.4.16-23.el7_0.3.x86_64
3626 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3627 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3628 --> 1:php-pear-1.9.4-21.el7.noarch
3629 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3630 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3631Getting requirements for php-seld-phar-utils-1.0.0-1.el7.kolab_3.5.src
3632 --> php-common-5.4.16-23.el7_0.3.x86_64
3633Getting requirements for php-ZendFramework-1.12.11-1.el7.src
3634Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3635 --> Already installed : python-2.7.5-16.el7.x86_64
3636 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3637 --> uglify-js-2.4.13-5.el7.noarch
3638Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3639 --> php-pear-DB-1.7.14-6.el7.noarch
3640 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3641 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3642 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3643 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3644 --> php-gd-5.4.16-23.el7_0.3.x86_64
3645 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3646 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3647 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3648 --> php-mcrypt-5.4.16-3.el7.x86_64
3649 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3650 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3651 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3652 --> Already installed : python-2.7.5-16.el7.x86_64
3653 --> uglify-js-2.4.13-5.el7.noarch
3654 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3655 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3656 --> php-xml-5.4.16-23.el7_0.3.x86_64
3657 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3658 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3659 --> 1:php-pear-1.9.4-21.el7.noarch
3660 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3661 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3662Getting requirements for php-sabre-vobject-3.2.4-1.el7.src
3663 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3664 --> php-common-5.4.16-23.el7_0.3.x86_64
3665Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3666 --> Already installed : python-2.7.5-16.el7.x86_64
3667 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3668 --> uglify-js-2.4.13-5.el7.noarch
3669Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3670 --> php-pear-DB-1.7.14-6.el7.noarch
3671 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3672 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3673 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3674 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3675 --> php-gd-5.4.16-23.el7_0.3.x86_64
3676 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3677 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3678 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3679 --> php-mcrypt-5.4.16-3.el7.x86_64
3680 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3681 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3682 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3683 --> Already installed : python-2.7.5-16.el7.x86_64
3684 --> uglify-js-2.4.13-5.el7.noarch
3685 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3686 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3687 --> php-xml-5.4.16-23.el7_0.3.x86_64
3688 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3689 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3690 --> 1:php-pear-1.9.4-21.el7.noarch
3691 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3692 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3693Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
3694 --> 1:emacs-el-24.3-11.el7.noarch
3695 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
3696 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
3697 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
3698 --> Already installed : automake-1.13.4-3.el7.noarch
3699 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
3700 --> Already installed : autoconf-2.69-11.el7.noarch
3701 --> Already installed : libtool-2.4.2-20.el7.x86_64
3702 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
3703 --> pytz-2012d-5.el7.noarch
3704 --> python-devel-2.7.5-16.el7.x86_64
3705 --> python-dateutil-1.5-7.el7.noarch
3706 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3707 --> 1:emacs-24.3-11.el7.x86_64
3708Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3709 --> php-pear-DB-1.7.14-6.el7.noarch
3710 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3711 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3712 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3713 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3714 --> php-gd-5.4.16-23.el7_0.3.x86_64
3715 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3716 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3717 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3718 --> php-mcrypt-5.4.16-3.el7.x86_64
3719 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3720 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3721 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3722 --> Already installed : python-2.7.5-16.el7.x86_64
3723 --> uglify-js-2.4.13-5.el7.noarch
3724 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3725 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3726 --> php-xml-5.4.16-23.el7_0.3.x86_64
3727 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3728 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3729 --> 1:php-pear-1.9.4-21.el7.noarch
3730 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3731 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3732Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3733 --> Already installed : python-2.7.5-16.el7.x86_64
3734 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3735 --> uglify-js-2.4.13-5.el7.noarch
3736Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
3737 --> python-nose-1.3.0-2.el7.noarch
3738 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
3739 --> python-pyasn1-modules-0.1.6-2.el7.noarch
3740 --> Already installed : intltool-0.50.2-6.el7.noarch
3741 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
3742 --> pytz-2012d-5.el7.noarch
3743 --> Already installed : python-2.7.5-16.el7.x86_64
3744 --> python-twisted-core-12.2.0-4.el7.x86_64
3745 --> python-pyasn1-0.1.6-2.el7.noarch
3746 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
3747 --> python-sqlalchemy-0.9.7-3.el7.x86_64
3748 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
3749 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
3750 --> python-ldap-2.4.15-2.el7.x86_64
3751 --> Already installed : gcc-4.8.3-9.el7.x86_64
3752Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3753 --> Already installed : python-2.7.5-16.el7.x86_64
3754 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3755 --> uglify-js-2.4.13-5.el7.noarch
3756Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3757 --> Already installed : python-2.7.5-16.el7.x86_64
3758 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3759 --> uglify-js-2.4.13-5.el7.noarch
3760Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src
3761 --> libuuid-devel-2.23.2-22.el7_1.x86_64
3762 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
3763 --> Already installed : automake-1.13.4-3.el7.noarch
3764 --> Already installed : autoconf-2.69-11.el7.noarch
3765 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
3766Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3767 --> php-pear-DB-1.7.14-6.el7.noarch
3768 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3769 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3770 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3771 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3772 --> php-gd-5.4.16-23.el7_0.3.x86_64
3773 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3774 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3775 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3776 --> php-mcrypt-5.4.16-3.el7.x86_64
3777 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3778 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3779 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3780 --> Already installed : python-2.7.5-16.el7.x86_64
3781 --> uglify-js-2.4.13-5.el7.noarch
3782 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3783 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3784 --> php-xml-5.4.16-23.el7_0.3.x86_64
3785 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3786 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3787 --> 1:php-pear-1.9.4-21.el7.noarch
3788 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3789 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3790Getting requirements for 1:python-flask-0.10.1-7.el7.kolab_3.5.src
3791 --> python-itsdangerous-0.24-3.el7.kolab_3.5.noarch
3792 --> python-werkzeug-0.9.6-1.el7.kolab_3.5.noarch
3793 --> python-sphinx-1.1.3-8.el7.noarch
3794 --> python-devel-2.7.5-16.el7.x86_64
3795 --> python-jinja2-2.7.2-2.el7.noarch
3796 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3797Getting requirements for php-ZendFramework-1.12.11-1.el7.src
3798Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3799 --> php-pear-DB-1.7.14-6.el7.noarch
3800 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3801 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3802 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3803 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3804 --> php-gd-5.4.16-23.el7_0.3.x86_64
3805 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3806 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3807 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3808 --> php-mcrypt-5.4.16-3.el7.x86_64
3809 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3810 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3811 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3812 --> Already installed : python-2.7.5-16.el7.x86_64
3813 --> uglify-js-2.4.13-5.el7.noarch
3814 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3815 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3816 --> php-xml-5.4.16-23.el7_0.3.x86_64
3817 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3818 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3819 --> 1:php-pear-1.9.4-21.el7.noarch
3820 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3821 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3822Getting requirements for python-sievelib-0.5.2-14.el7.kolab_3.5.src
3823 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3824 --> python-devel-2.7.5-16.el7.x86_64
3825Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3826 --> php-pear-DB-1.7.14-6.el7.noarch
3827 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3828 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3829 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3830 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3831 --> php-gd-5.4.16-23.el7_0.3.x86_64
3832 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3833 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3834 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3835 --> php-mcrypt-5.4.16-3.el7.x86_64
3836 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3837 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3838 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3839 --> Already installed : python-2.7.5-16.el7.x86_64
3840 --> uglify-js-2.4.13-5.el7.noarch
3841 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3842 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3843 --> php-xml-5.4.16-23.el7_0.3.x86_64
3844 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3845 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3846 --> 1:php-pear-1.9.4-21.el7.noarch
3847 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3848 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3849Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
3850 --> 1:emacs-el-24.3-11.el7.noarch
3851 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
3852 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
3853 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
3854 --> Already installed : automake-1.13.4-3.el7.noarch
3855 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
3856 --> Already installed : autoconf-2.69-11.el7.noarch
3857 --> Already installed : libtool-2.4.2-20.el7.x86_64
3858 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
3859 --> pytz-2012d-5.el7.noarch
3860 --> python-devel-2.7.5-16.el7.x86_64
3861 --> python-dateutil-1.5-7.el7.noarch
3862 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3863 --> 1:emacs-24.3-11.el7.x86_64
3864Getting requirements for libkolabxml-1.2-2.el7.kolab_3.5.src
3865 --> uuid-devel-1.6.2-26.el7.x86_64
3866 --> boost-devel-1.53.0-23.el7.x86_64
3867 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
3868 --> e2fsprogs-devel-1.42.9-7.el7.x86_64
3869 --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64
3870 --> 1:qt-devel-4.8.5-8.el7.x86_64
3871 --> xerces-c-devel-3.1.1-6.el7.x86_64
3872 --> cmake-2.8.11-4.el7.x86_64
3873 --> libcurl-devel-7.29.0-19.el7.x86_64
3874 --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64
3875 --> php-5.4.16-23.el7_0.3.x86_64
3876 --> php-devel-5.4.16-23.el7_0.3.x86_64
3877 --> python-devel-2.7.5-16.el7.x86_64
3878Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src
3879 --> libuuid-devel-2.23.2-22.el7_1.x86_64
3880 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
3881 --> Already installed : automake-1.13.4-3.el7.noarch
3882 --> Already installed : autoconf-2.69-11.el7.noarch
3883 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
3884Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3885 --> php-pear-DB-1.7.14-6.el7.noarch
3886 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3887 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3888 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3889 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3890 --> php-gd-5.4.16-23.el7_0.3.x86_64
3891 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3892 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3893 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3894 --> php-mcrypt-5.4.16-3.el7.x86_64
3895 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3896 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3897 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3898 --> Already installed : python-2.7.5-16.el7.x86_64
3899 --> uglify-js-2.4.13-5.el7.noarch
3900 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3901 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3902 --> php-xml-5.4.16-23.el7_0.3.x86_64
3903 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3904 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3905 --> 1:php-pear-1.9.4-21.el7.noarch
3906 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3907 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3908Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
3909Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3910 --> Already installed : python-2.7.5-16.el7.x86_64
3911 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3912 --> uglify-js-2.4.13-5.el7.noarch
3913Getting requirements for riak_pb-2.0.0.16-9.el7.kolab_3.5.src
3914 --> erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64
3915 --> erlang-protobuffs-0.8.0-8.el7.kolab_3.5.x86_64
3916 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
3917 --> python-devel-2.7.5-16.el7.x86_64
3918 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3919Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
3920 --> 1:emacs-el-24.3-11.el7.noarch
3921 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
3922 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
3923 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
3924 --> Already installed : automake-1.13.4-3.el7.noarch
3925 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
3926 --> Already installed : autoconf-2.69-11.el7.noarch
3927 --> Already installed : libtool-2.4.2-20.el7.x86_64
3928 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
3929 --> pytz-2012d-5.el7.noarch
3930 --> python-devel-2.7.5-16.el7.x86_64
3931 --> python-dateutil-1.5-7.el7.noarch
3932 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3933 --> 1:emacs-24.3-11.el7.x86_64
3934Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
3935Getting requirements for python-pycparser-2.10-1.el7.kolab_3.5.src
3936 --> dos2unix-6.0.3-4.el7.x86_64
3937 --> python-ply-3.4-4.el7.noarch
3938 --> python-devel-2.7.5-16.el7.x86_64
3939 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
3940Getting requirements for copenhagen-0.0.1-4.el7.kolab_3.5.src
3941 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3942 --> php-pear-HTTP-Request2-2.2.1-1.el7.noarch
3943 --> roundcubemail-core-1.2-3.el7.kolab_3.5.noarch
3944Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
3945 --> Already installed : python-2.7.5-16.el7.x86_64
3946 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3947 --> uglify-js-2.4.13-5.el7.noarch
3948Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3949 --> php-pear-DB-1.7.14-6.el7.noarch
3950 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3951 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3952 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3953 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3954 --> php-gd-5.4.16-23.el7_0.3.x86_64
3955 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3956 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3957 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3958 --> php-mcrypt-5.4.16-3.el7.x86_64
3959 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3960 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3961 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3962 --> Already installed : python-2.7.5-16.el7.x86_64
3963 --> uglify-js-2.4.13-5.el7.noarch
3964 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3965 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3966 --> php-xml-5.4.16-23.el7_0.3.x86_64
3967 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3968 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3969 --> 1:php-pear-1.9.4-21.el7.noarch
3970 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3971 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3972Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3973 --> php-pear-DB-1.7.14-6.el7.noarch
3974 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3975 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
3976 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
3977 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
3978 --> php-gd-5.4.16-23.el7_0.3.x86_64
3979 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
3980 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
3981 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
3982 --> php-mcrypt-5.4.16-3.el7.x86_64
3983 --> php-pdo-5.4.16-23.el7_0.3.x86_64
3984 --> composer-1.0.0-14.el7.kolab_3.5.noarch
3985 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
3986 --> Already installed : python-2.7.5-16.el7.x86_64
3987 --> uglify-js-2.4.13-5.el7.noarch
3988 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
3989 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
3990 --> php-xml-5.4.16-23.el7_0.3.x86_64
3991 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
3992 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
3993 --> 1:php-pear-1.9.4-21.el7.noarch
3994 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
3995 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
3996Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
3997 --> php-pear-DB-1.7.14-6.el7.noarch
3998 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
3999 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4000 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4001 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4002 --> php-gd-5.4.16-23.el7_0.3.x86_64
4003 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4004 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4005 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4006 --> php-mcrypt-5.4.16-3.el7.x86_64
4007 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4008 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4009 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4010 --> Already installed : python-2.7.5-16.el7.x86_64
4011 --> uglify-js-2.4.13-5.el7.noarch
4012 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4013 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4014 --> php-xml-5.4.16-23.el7_0.3.x86_64
4015 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4016 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4017 --> 1:php-pear-1.9.4-21.el7.noarch
4018 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4019 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4020Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4021Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4022 --> php-pear-DB-1.7.14-6.el7.noarch
4023 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4024 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4025 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4026 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4027 --> php-gd-5.4.16-23.el7_0.3.x86_64
4028 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4029 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4030 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4031 --> php-mcrypt-5.4.16-3.el7.x86_64
4032 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4033 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4034 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4035 --> Already installed : python-2.7.5-16.el7.x86_64
4036 --> uglify-js-2.4.13-5.el7.noarch
4037 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4038 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4039 --> php-xml-5.4.16-23.el7_0.3.x86_64
4040 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4041 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4042 --> 1:php-pear-1.9.4-21.el7.noarch
4043 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4044 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4045Getting requirements for kolab-utils-3.1-18.el7.kolab_3.5.src
4046 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
4047 --> libcurl-devel-7.29.0-19.el7.x86_64
4048 --> 1:qt-devel-4.8.5-8.el7.x86_64
4049 --> libkolab-devel-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
4050 --> cmake-2.8.11-4.el7.x86_64
4051Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4052Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4053Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src
4054 --> nspr-devel-4.10.8-1.el7_1.x86_64
4055 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
4056 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4057 --> nss-devel-3.18.0-2.2.el7_1.x86_64
4058 --> svrcore-devel-4.0.4-11.el7.x86_64
4059Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4060 --> php-pear-DB-1.7.14-6.el7.noarch
4061 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4062 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4063 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4064 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4065 --> php-gd-5.4.16-23.el7_0.3.x86_64
4066 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4067 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4068 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4069 --> php-mcrypt-5.4.16-3.el7.x86_64
4070 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4071 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4072 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4073 --> Already installed : python-2.7.5-16.el7.x86_64
4074 --> uglify-js-2.4.13-5.el7.noarch
4075 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4076 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4077 --> php-xml-5.4.16-23.el7_0.3.x86_64
4078 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4079 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4080 --> 1:php-pear-1.9.4-21.el7.noarch
4081 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4082 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4083Getting requirements for xsd-3.3.0.1-27.el7.kolab_3.5.src
4084 --> boost-devel-1.53.0-23.el7.x86_64
4085 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4086 --> fdupes-1.51-6.el7.x86_64
4087 --> xerces-c-devel-3.1.1-6.el7.x86_64
4088 --> Already installed : m4-1.4.16-9.el7.x86_64
4089Getting requirements for libkolabxml-1.2-2.el7.kolab_3.5.src
4090 --> uuid-devel-1.6.2-26.el7.x86_64
4091 --> boost-devel-1.53.0-23.el7.x86_64
4092 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4093 --> e2fsprogs-devel-1.42.9-7.el7.x86_64
4094 --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64
4095 --> 1:qt-devel-4.8.5-8.el7.x86_64
4096 --> xerces-c-devel-3.1.1-6.el7.x86_64
4097 --> cmake-2.8.11-4.el7.x86_64
4098 --> libcurl-devel-7.29.0-19.el7.x86_64
4099 --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64
4100 --> php-5.4.16-23.el7_0.3.x86_64
4101 --> php-devel-5.4.16-23.el7_0.3.x86_64
4102 --> python-devel-2.7.5-16.el7.x86_64
4103Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4104 --> php-pear-DB-1.7.14-6.el7.noarch
4105 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4106 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4107 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4108 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4109 --> php-gd-5.4.16-23.el7_0.3.x86_64
4110 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4111 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4112 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4113 --> php-mcrypt-5.4.16-3.el7.x86_64
4114 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4115 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4116 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4117 --> Already installed : python-2.7.5-16.el7.x86_64
4118 --> uglify-js-2.4.13-5.el7.noarch
4119 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4120 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4121 --> php-xml-5.4.16-23.el7_0.3.x86_64
4122 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4123 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4124 --> 1:php-pear-1.9.4-21.el7.noarch
4125 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4126 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4127Getting requirements for chwala-0.3.1-1.el7.kolab_3.5.src
4128Getting requirements for python-google-apputils-0.4.1-1.el7.kolab_3.5.src
4129 --> python-devel-2.7.5-16.el7.x86_64
4130 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4131Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4132 --> php-pear-DB-1.7.14-6.el7.noarch
4133 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4134 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4135 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4136 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4137 --> php-gd-5.4.16-23.el7_0.3.x86_64
4138 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4139 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4140 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4141 --> php-mcrypt-5.4.16-3.el7.x86_64
4142 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4143 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4144 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4145 --> Already installed : python-2.7.5-16.el7.x86_64
4146 --> uglify-js-2.4.13-5.el7.noarch
4147 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4148 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4149 --> php-xml-5.4.16-23.el7_0.3.x86_64
4150 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4151 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4152 --> 1:php-pear-1.9.4-21.el7.noarch
4153 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4154 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4155Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4156 --> Already installed : python-2.7.5-16.el7.x86_64
4157 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4158 --> uglify-js-2.4.13-5.el7.noarch
4159Getting requirements for php-sabre-event-1.0.1-1.el7.src
4160 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4161 --> php-common-5.4.16-23.el7_0.3.x86_64
4162Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4163 --> Already installed : python-2.7.5-16.el7.x86_64
4164 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4165 --> uglify-js-2.4.13-5.el7.noarch
4166Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4167 --> php-pear-DB-1.7.14-6.el7.noarch
4168 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4169 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4170 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4171 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4172 --> php-gd-5.4.16-23.el7_0.3.x86_64
4173 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4174 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4175 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4176 --> php-mcrypt-5.4.16-3.el7.x86_64
4177 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4178 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4179 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4180 --> Already installed : python-2.7.5-16.el7.x86_64
4181 --> uglify-js-2.4.13-5.el7.noarch
4182 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4183 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4184 --> php-xml-5.4.16-23.el7_0.3.x86_64
4185 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4186 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4187 --> 1:php-pear-1.9.4-21.el7.noarch
4188 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4189 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4190Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src
4191 --> nspr-devel-4.10.8-1.el7_1.x86_64
4192 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
4193 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4194 --> nss-devel-3.18.0-2.2.el7_1.x86_64
4195 --> svrcore-devel-4.0.4-11.el7.x86_64
4196Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4197 --> php-pear-DB-1.7.14-6.el7.noarch
4198 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4199 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4200 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4201 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4202 --> php-gd-5.4.16-23.el7_0.3.x86_64
4203 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4204 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4205 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4206 --> php-mcrypt-5.4.16-3.el7.x86_64
4207 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4208 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4209 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4210 --> Already installed : python-2.7.5-16.el7.x86_64
4211 --> uglify-js-2.4.13-5.el7.noarch
4212 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4213 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4214 --> php-xml-5.4.16-23.el7_0.3.x86_64
4215 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4216 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4217 --> 1:php-pear-1.9.4-21.el7.noarch
4218 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4219 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4220Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4221 --> Already installed : python-2.7.5-16.el7.x86_64
4222 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4223 --> uglify-js-2.4.13-5.el7.noarch
4224Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4225 --> php-pear-DB-1.7.14-6.el7.noarch
4226 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4227 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4228 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4229 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4230 --> php-gd-5.4.16-23.el7_0.3.x86_64
4231 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4232 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4233 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4234 --> php-mcrypt-5.4.16-3.el7.x86_64
4235 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4236 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4237 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4238 --> Already installed : python-2.7.5-16.el7.x86_64
4239 --> uglify-js-2.4.13-5.el7.noarch
4240 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4241 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4242 --> php-xml-5.4.16-23.el7_0.3.x86_64
4243 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4244 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4245 --> 1:php-pear-1.9.4-21.el7.noarch
4246 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4247 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4248Getting requirements for protobuf-2.5.0-7.el7.src
4249 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
4250 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4251 --> python-devel-2.7.5-16.el7.x86_64
4252 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4253 --> maven-surefire-plugin-2.15-3.el7.noarch
4254 --> maven-resources-plugin-2.6-6.el7.noarch
4255 --> maven-local-3.4.1-6.el7_0.noarch
4256 --> maven-javadoc-plugin-2.9-8.el7.noarch
4257 --> maven-jar-plugin-2.4-8.el7.noarch
4258 --> maven-install-plugin-2.4-7.el7.noarch
4259 --> maven-compiler-plugin-3.1-4.el7.noarch
4260 --> maven-antrun-plugin-1.7-8.el7.noarch
4261 --> Already installed : libtool-2.4.2-20.el7.x86_64
4262 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
4263 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
4264 --> 1:emacs-el-24.3-11.el7.noarch
4265 --> 1:emacs-24.3-11.el7.x86_64
4266 --> Already installed : automake-1.13.4-3.el7.noarch
4267 --> Already installed : autoconf-2.69-11.el7.noarch
4268Getting requirements for erlang-rebar-2.5.1-8.el7.kolab_3.5.src
4269 --> erlang-R16B-03.10.el7.x86_64
4270Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
4271 --> python-nose-1.3.0-2.el7.noarch
4272 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
4273 --> python-pyasn1-modules-0.1.6-2.el7.noarch
4274 --> Already installed : intltool-0.50.2-6.el7.noarch
4275 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
4276 --> pytz-2012d-5.el7.noarch
4277 --> Already installed : python-2.7.5-16.el7.x86_64
4278 --> python-twisted-core-12.2.0-4.el7.x86_64
4279 --> python-pyasn1-0.1.6-2.el7.noarch
4280 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
4281 --> python-sqlalchemy-0.9.7-3.el7.x86_64
4282 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
4283 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
4284 --> python-ldap-2.4.15-2.el7.x86_64
4285 --> Already installed : gcc-4.8.3-9.el7.x86_64
4286Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4287 --> Already installed : python-2.7.5-16.el7.x86_64
4288 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4289 --> uglify-js-2.4.13-5.el7.noarch
4290Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4291 --> php-pear-DB-1.7.14-6.el7.noarch
4292 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4293 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4294 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4295 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4296 --> php-gd-5.4.16-23.el7_0.3.x86_64
4297 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4298 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4299 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4300 --> php-mcrypt-5.4.16-3.el7.x86_64
4301 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4302 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4303 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4304 --> Already installed : python-2.7.5-16.el7.x86_64
4305 --> uglify-js-2.4.13-5.el7.noarch
4306 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4307 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4308 --> php-xml-5.4.16-23.el7_0.3.x86_64
4309 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4310 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4311 --> 1:php-pear-1.9.4-21.el7.noarch
4312 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4313 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4314Getting requirements for erlang-poolboy-1.4.2-3.el7.kolab_3.5.src
4315 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
4316Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4317 --> php-pear-DB-1.7.14-6.el7.noarch
4318 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4319 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4320 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4321 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4322 --> php-gd-5.4.16-23.el7_0.3.x86_64
4323 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4324 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4325 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4326 --> php-mcrypt-5.4.16-3.el7.x86_64
4327 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4328 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4329 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4330 --> Already installed : python-2.7.5-16.el7.x86_64
4331 --> uglify-js-2.4.13-5.el7.noarch
4332 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4333 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4334 --> php-xml-5.4.16-23.el7_0.3.x86_64
4335 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4336 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4337 --> 1:php-pear-1.9.4-21.el7.noarch
4338 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4339 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4340Getting requirements for php-ZendFramework-1.12.11-1.el7.src
4341Getting requirements for libkolab-0.6.git.1429288613-12.el7.kolab_3.5.src
4342 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
4343 --> libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
4344 --> 1:qt-devel-4.8.5-8.el7.x86_64
4345 --> libcurl-devel-7.29.0-19.el7.x86_64
4346 --> php-5.4.16-23.el7_0.3.x86_64
4347 --> php-devel-5.4.16-23.el7_0.3.x86_64
4348 --> python-devel-2.7.5-16.el7.x86_64
4349 --> cmake-2.8.11-4.el7.x86_64
4350Getting requirements for python-pycparser-2.10-1.el7.src
4351 --> python-devel-2.7.5-16.el7.x86_64
4352 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4353 --> python-ply-3.4-4.el7.noarch
4354 --> dos2unix-6.0.3-4.el7.x86_64
4355Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4356 --> php-pear-DB-1.7.14-6.el7.noarch
4357 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4358 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4359 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4360 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4361 --> php-gd-5.4.16-23.el7_0.3.x86_64
4362 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4363 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4364 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4365 --> php-mcrypt-5.4.16-3.el7.x86_64
4366 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4367 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4368 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4369 --> Already installed : python-2.7.5-16.el7.x86_64
4370 --> uglify-js-2.4.13-5.el7.noarch
4371 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4372 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4373 --> php-xml-5.4.16-23.el7_0.3.x86_64
4374 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4375 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4376 --> 1:php-pear-1.9.4-21.el7.noarch
4377 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4378 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4379Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4380 --> php-pear-DB-1.7.14-6.el7.noarch
4381 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4382 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4383 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4384 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4385 --> php-gd-5.4.16-23.el7_0.3.x86_64
4386 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4387 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4388 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4389 --> php-mcrypt-5.4.16-3.el7.x86_64
4390 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4391 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4392 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4393 --> Already installed : python-2.7.5-16.el7.x86_64
4394 --> uglify-js-2.4.13-5.el7.noarch
4395 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4396 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4397 --> php-xml-5.4.16-23.el7_0.3.x86_64
4398 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4399 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4400 --> 1:php-pear-1.9.4-21.el7.noarch
4401 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4402 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4403Getting requirements for protobuf-2.5.0-7.el7.src
4404 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
4405 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4406 --> python-devel-2.7.5-16.el7.x86_64
4407 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4408 --> maven-surefire-plugin-2.15-3.el7.noarch
4409 --> maven-resources-plugin-2.6-6.el7.noarch
4410 --> maven-local-3.4.1-6.el7_0.noarch
4411 --> maven-javadoc-plugin-2.9-8.el7.noarch
4412 --> maven-jar-plugin-2.4-8.el7.noarch
4413 --> maven-install-plugin-2.4-7.el7.noarch
4414 --> maven-compiler-plugin-3.1-4.el7.noarch
4415 --> maven-antrun-plugin-1.7-8.el7.noarch
4416 --> Already installed : libtool-2.4.2-20.el7.x86_64
4417 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
4418 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
4419 --> 1:emacs-el-24.3-11.el7.noarch
4420 --> 1:emacs-24.3-11.el7.x86_64
4421 --> Already installed : automake-1.13.4-3.el7.noarch
4422 --> Already installed : autoconf-2.69-11.el7.noarch
4423Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4424 --> Already installed : python-2.7.5-16.el7.x86_64
4425 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4426 --> uglify-js-2.4.13-5.el7.noarch
4427Getting requirements for libcalendaring-4.9.1-3.el7.kolab_3.5.src
4428 --> libical-devel-0.48-6.el7.x86_64
4429 --> boost-devel-1.53.0-23.el7.x86_64
4430 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4431 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
4432 --> 1:qt-devel-4.8.5-8.el7.x86_64
4433 --> cmake-2.8.11-4.el7.x86_64
4434Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4435 --> Already installed : python-2.7.5-16.el7.x86_64
4436 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4437 --> uglify-js-2.4.13-5.el7.noarch
4438Getting requirements for python-selenium-2.45.0-3.el7.kolab_3.5.src
4439 --> python-devel-2.7.5-16.el7.x86_64
4440 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4441Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src
4442 --> nspr-devel-4.10.8-1.el7_1.x86_64
4443 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
4444 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4445 --> nss-devel-3.18.0-2.2.el7_1.x86_64
4446 --> svrcore-devel-4.0.4-11.el7.x86_64
4447Getting requirements for roundcubemail-plugin-converse-0.0-14.el7.kolab_3.5.src
4448Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4449 --> php-pear-DB-1.7.14-6.el7.noarch
4450 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4451 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4452 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4453 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4454 --> php-gd-5.4.16-23.el7_0.3.x86_64
4455 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4456 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4457 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4458 --> php-mcrypt-5.4.16-3.el7.x86_64
4459 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4460 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4461 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4462 --> Already installed : python-2.7.5-16.el7.x86_64
4463 --> uglify-js-2.4.13-5.el7.noarch
4464 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4465 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4466 --> php-xml-5.4.16-23.el7_0.3.x86_64
4467 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4468 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4469 --> 1:php-pear-1.9.4-21.el7.noarch
4470 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4471 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4472Getting requirements for erlang-procket-0.6.1-3.el7.kolab_3.5.src
4473 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
4474Getting requirements for python-cryptography-0.6.1-3.el7.kolab_3.5.src
4475 --> python-six-1.9.0-2.el7.kolab_3.5.noarch
4476 --> python-pyasn1-0.1.6-2.el7.noarch
4477 --> python-cryptography-vectors-0.8-1.el7.noarch
4478 --> python-iso8601-0.1.10-1.el7.noarch
4479 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
4480 --> python-devel-2.7.5-16.el7.x86_64
4481 --> python-cffi-0.8.6-1.el7.kolab_3.5.x86_64
4482 --> pytest-2.3.5-4.el7.noarch
4483 --> python-pretend-1.0.8-2.el7.noarch
4484 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4485Getting requirements for cyrus-imapd-2.4.17-8.el7_1.src
4486 --> 1:transfig-3.2.5d-13.el7.x86_64
4487 --> tcp_wrappers-7.6-77.el7.x86_64
4488 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4489 --> 4:perl-devel-5.16.3-285.el7.x86_64
4490 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
4491 --> openldap-devel-2.4.39-6.el7.x86_64
4492 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
4493 --> libdb-devel-5.3.21-17.el7_0.1.x86_64
4494 --> krb5-devel-1.12.2-14.el7.x86_64
4495 --> groff-1.22.2-8.el7.x86_64
4496 --> Already installed : flex-2.5.37-3.el7.x86_64
4497 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
4498 --> Already installed : bison-2.7-4.el7.x86_64
4499 --> Already installed : automake-1.13.4-3.el7.noarch
4500 --> Already installed : autoconf-2.69-11.el7.noarch
4501Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4502Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4503 --> php-pear-DB-1.7.14-6.el7.noarch
4504 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4505 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4506 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4507 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4508 --> php-gd-5.4.16-23.el7_0.3.x86_64
4509 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4510 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4511 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4512 --> php-mcrypt-5.4.16-3.el7.x86_64
4513 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4514 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4515 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4516 --> Already installed : python-2.7.5-16.el7.x86_64
4517 --> uglify-js-2.4.13-5.el7.noarch
4518 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4519 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4520 --> php-xml-5.4.16-23.el7_0.3.x86_64
4521 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4522 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4523 --> 1:php-pear-1.9.4-21.el7.noarch
4524 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4525 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4526Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4527Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4528 --> Already installed : python-2.7.5-16.el7.x86_64
4529 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4530 --> uglify-js-2.4.13-5.el7.noarch
4531Getting requirements for php-ZendFramework-1.12.11-1.el7.src
4532Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4533Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4534 --> php-pear-DB-1.7.14-6.el7.noarch
4535 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4536 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4537 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4538 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4539 --> php-gd-5.4.16-23.el7_0.3.x86_64
4540 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4541 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4542 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4543 --> php-mcrypt-5.4.16-3.el7.x86_64
4544 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4545 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4546 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4547 --> Already installed : python-2.7.5-16.el7.x86_64
4548 --> uglify-js-2.4.13-5.el7.noarch
4549 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4550 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4551 --> php-xml-5.4.16-23.el7_0.3.x86_64
4552 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4553 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4554 --> 1:php-pear-1.9.4-21.el7.noarch
4555 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4556 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4557Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4558 --> Already installed : python-2.7.5-16.el7.x86_64
4559 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4560 --> uglify-js-2.4.13-5.el7.noarch
4561Getting requirements for libkolabxml-1.2-2.el7.kolab_3.5.src
4562 --> uuid-devel-1.6.2-26.el7.x86_64
4563 --> boost-devel-1.53.0-23.el7.x86_64
4564 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4565 --> e2fsprogs-devel-1.42.9-7.el7.x86_64
4566 --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64
4567 --> 1:qt-devel-4.8.5-8.el7.x86_64
4568 --> xerces-c-devel-3.1.1-6.el7.x86_64
4569 --> cmake-2.8.11-4.el7.x86_64
4570 --> libcurl-devel-7.29.0-19.el7.x86_64
4571 --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64
4572 --> php-5.4.16-23.el7_0.3.x86_64
4573 --> php-devel-5.4.16-23.el7_0.3.x86_64
4574 --> python-devel-2.7.5-16.el7.x86_64
4575Getting requirements for roundcubemail-plugin-contextmenu-2.1.1-1.el7.kolab_3.5.src
4576 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4577 --> uglify-js-2.4.13-5.el7.noarch
4578Getting requirements for composer-1.0.0-14.el7.kolab_3.5.src
4579 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4580 --> php-symfony-finder-2.5.11-1.el7.noarch
4581 --> php-jsonlint-1.3.1-1.el7.noarch
4582 --> php-symfony-process-2.5.11-1.el7.noarch
4583 --> php-symfony-console-2.5.11-1.el7.noarch
4584 --> php-symfony-class-loader-2.5.11-1.el7.noarch
4585 --> php-JsonSchema-1.4.1-1.el7.kolab_3.5.noarch
4586Getting requirements for libcalendaring-4.9.1-3.el7.kolab_3.5.src
4587 --> libical-devel-0.48-6.el7.x86_64
4588 --> boost-devel-1.53.0-23.el7.x86_64
4589 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4590 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
4591 --> 1:qt-devel-4.8.5-8.el7.x86_64
4592 --> cmake-2.8.11-4.el7.x86_64
4593Getting requirements for php-pear-Net-LDAP2-2.0.12-21.el7.kolab_3.5.src
4594 --> 1:php-pear-1.9.4-21.el7.noarch
4595Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4596 --> php-pear-DB-1.7.14-6.el7.noarch
4597 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4598 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4599 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4600 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4601 --> php-gd-5.4.16-23.el7_0.3.x86_64
4602 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4603 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4604 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4605 --> php-mcrypt-5.4.16-3.el7.x86_64
4606 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4607 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4608 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4609 --> Already installed : python-2.7.5-16.el7.x86_64
4610 --> uglify-js-2.4.13-5.el7.noarch
4611 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4612 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4613 --> php-xml-5.4.16-23.el7_0.3.x86_64
4614 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4615 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4616 --> 1:php-pear-1.9.4-21.el7.noarch
4617 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4618 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4619Getting requirements for arcanist-20150415.giteb03646-1.el7.kolab_3.5.src
4620Getting requirements for roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.src
4621 --> Already installed : python-2.7.5-16.el7.x86_64
4622 --> nodejs-less-1.7.0-2.el7.noarch
4623 --> uglify-js-2.4.13-5.el7.noarch
4624Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4625 --> php-pear-DB-1.7.14-6.el7.noarch
4626 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4627 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4628 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4629 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4630 --> php-gd-5.4.16-23.el7_0.3.x86_64
4631 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4632 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4633 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4634 --> php-mcrypt-5.4.16-3.el7.x86_64
4635 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4636 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4637 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4638 --> Already installed : python-2.7.5-16.el7.x86_64
4639 --> uglify-js-2.4.13-5.el7.noarch
4640 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4641 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4642 --> php-xml-5.4.16-23.el7_0.3.x86_64
4643 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4644 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4645 --> 1:php-pear-1.9.4-21.el7.noarch
4646 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4647 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4648Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4649 --> php-pear-DB-1.7.14-6.el7.noarch
4650 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4651 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4652 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4653 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4654 --> php-gd-5.4.16-23.el7_0.3.x86_64
4655 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4656 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4657 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4658 --> php-mcrypt-5.4.16-3.el7.x86_64
4659 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4660 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4661 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4662 --> Already installed : python-2.7.5-16.el7.x86_64
4663 --> uglify-js-2.4.13-5.el7.noarch
4664 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4665 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4666 --> php-xml-5.4.16-23.el7_0.3.x86_64
4667 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4668 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4669 --> 1:php-pear-1.9.4-21.el7.noarch
4670 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4671 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4672Getting requirements for pyOpenSSL-0.14-1.el7.kolab_3.5.src
4673 --> elinks-0.12-0.36.pre6.el7.x86_64
4674 --> 2:texlive-latex-svn27907.0-32.el7.noarch
4675 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
4676 --> latex2html-2012-3.el7.noarch
4677 --> python-devel-2.7.5-16.el7.x86_64
4678 --> python-sphinx-1.1.3-8.el7.noarch
4679 --> 2:texlive-dvips-svn29585.0-32.el7.noarch
4680 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4681Getting requirements for php-ZendFramework-1.12.11-1.el7.src
4682Getting requirements for php-ZendFramework-1.12.11-1.el7.src
4683Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4684 --> php-pear-DB-1.7.14-6.el7.noarch
4685 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4686 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4687 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4688 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4689 --> php-gd-5.4.16-23.el7_0.3.x86_64
4690 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4691 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4692 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4693 --> php-mcrypt-5.4.16-3.el7.x86_64
4694 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4695 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4696 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4697 --> Already installed : python-2.7.5-16.el7.x86_64
4698 --> uglify-js-2.4.13-5.el7.noarch
4699 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4700 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4701 --> php-xml-5.4.16-23.el7_0.3.x86_64
4702 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4703 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4704 --> 1:php-pear-1.9.4-21.el7.noarch
4705 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4706 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4707Getting requirements for php-ZendFramework-1.12.11-1.el7.src
4708Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4709Getting requirements for erlang-lfe-0.9.2-2.el7.kolab_3.5.src
4710 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4711 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
4712 --> 1:emacs-el-24.3-11.el7.noarch
4713 --> 1:emacs-24.3-11.el7.x86_64
4714Getting requirements for erlang-lager-2.1.0-9.el7.kolab_3.5.src
4715 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
4716 --> erlang-goldrush-0.1.6-6.el7.kolab_3.5.x86_64
4717Getting requirements for libkolabxml-1.2-2.el7.kolab_3.5.src
4718 --> uuid-devel-1.6.2-26.el7.x86_64
4719 --> boost-devel-1.53.0-23.el7.x86_64
4720 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4721 --> e2fsprogs-devel-1.42.9-7.el7.x86_64
4722 --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64
4723 --> 1:qt-devel-4.8.5-8.el7.x86_64
4724 --> xerces-c-devel-3.1.1-6.el7.x86_64
4725 --> cmake-2.8.11-4.el7.x86_64
4726 --> libcurl-devel-7.29.0-19.el7.x86_64
4727 --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64
4728 --> php-5.4.16-23.el7_0.3.x86_64
4729 --> php-devel-5.4.16-23.el7_0.3.x86_64
4730 --> python-devel-2.7.5-16.el7.x86_64
4731Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4732 --> php-pear-DB-1.7.14-6.el7.noarch
4733 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4734 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4735 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4736 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4737 --> php-gd-5.4.16-23.el7_0.3.x86_64
4738 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4739 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4740 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4741 --> php-mcrypt-5.4.16-3.el7.x86_64
4742 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4743 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4744 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4745 --> Already installed : python-2.7.5-16.el7.x86_64
4746 --> uglify-js-2.4.13-5.el7.noarch
4747 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4748 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4749 --> php-xml-5.4.16-23.el7_0.3.x86_64
4750 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4751 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4752 --> 1:php-pear-1.9.4-21.el7.noarch
4753 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4754 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4755Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4756 --> php-pear-DB-1.7.14-6.el7.noarch
4757 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4758 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4759 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4760 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4761 --> php-gd-5.4.16-23.el7_0.3.x86_64
4762 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4763 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4764 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4765 --> php-mcrypt-5.4.16-3.el7.x86_64
4766 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4767 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4768 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4769 --> Already installed : python-2.7.5-16.el7.x86_64
4770 --> uglify-js-2.4.13-5.el7.noarch
4771 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4772 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4773 --> php-xml-5.4.16-23.el7_0.3.x86_64
4774 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4775 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4776 --> 1:php-pear-1.9.4-21.el7.noarch
4777 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4778 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4779Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4780 --> Already installed : python-2.7.5-16.el7.x86_64
4781 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4782 --> uglify-js-2.4.13-5.el7.noarch
4783Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
4784Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4785 --> Already installed : python-2.7.5-16.el7.x86_64
4786 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4787 --> uglify-js-2.4.13-5.el7.noarch
4788Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4789 --> Already installed : python-2.7.5-16.el7.x86_64
4790 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4791 --> uglify-js-2.4.13-5.el7.noarch
4792Getting requirements for pyOpenSSL-0.13.1-3.el7.src
4793 --> 2:texlive-latex-svn27907.0-32.el7.noarch
4794 --> 2:texlive-dvips-svn29585.0-32.el7.noarch
4795 --> python-devel-2.7.5-16.el7.x86_64
4796 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
4797 --> latex2html-2012-3.el7.noarch
4798 --> elinks-0.12-0.36.pre6.el7.x86_64
4799Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
4800 --> 1:emacs-el-24.3-11.el7.noarch
4801 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4802 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4803 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
4804 --> Already installed : automake-1.13.4-3.el7.noarch
4805 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
4806 --> Already installed : autoconf-2.69-11.el7.noarch
4807 --> Already installed : libtool-2.4.2-20.el7.x86_64
4808 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
4809 --> pytz-2012d-5.el7.noarch
4810 --> python-devel-2.7.5-16.el7.x86_64
4811 --> python-dateutil-1.5-7.el7.noarch
4812 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4813 --> 1:emacs-24.3-11.el7.x86_64
4814Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4815 --> php-pear-DB-1.7.14-6.el7.noarch
4816 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4817 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4818 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4819 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4820 --> php-gd-5.4.16-23.el7_0.3.x86_64
4821 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4822 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4823 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4824 --> php-mcrypt-5.4.16-3.el7.x86_64
4825 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4826 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4827 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4828 --> Already installed : python-2.7.5-16.el7.x86_64
4829 --> uglify-js-2.4.13-5.el7.noarch
4830 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4831 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4832 --> php-xml-5.4.16-23.el7_0.3.x86_64
4833 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4834 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4835 --> 1:php-pear-1.9.4-21.el7.noarch
4836 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4837 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4838Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4839 --> Already installed : python-2.7.5-16.el7.x86_64
4840 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4841 --> uglify-js-2.4.13-5.el7.noarch
4842Getting requirements for python-flask-bootstrap-3.2.0.2-5.el7.kolab_3.5.src
4843 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4844 --> python-devel-2.7.5-16.el7.x86_64
4845 --> 1:python-flask-0.10.1-7.el7.kolab_3.5.noarch
4846Getting requirements for kolab-3.1.9-5.el7.kolab_3.5.src
4847Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4848 --> php-pear-DB-1.7.14-6.el7.noarch
4849 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4850 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4851 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4852 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4853 --> php-gd-5.4.16-23.el7_0.3.x86_64
4854 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4855 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4856 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4857 --> php-mcrypt-5.4.16-3.el7.x86_64
4858 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4859 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4860 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4861 --> Already installed : python-2.7.5-16.el7.x86_64
4862 --> uglify-js-2.4.13-5.el7.noarch
4863 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4864 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4865 --> php-xml-5.4.16-23.el7_0.3.x86_64
4866 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4867 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4868 --> 1:php-pear-1.9.4-21.el7.noarch
4869 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4870 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4871Getting requirements for php-ZendFramework-1.12.11-1.el7.src
4872Getting requirements for protobuf-2.5.0-7.el7.src
4873 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
4874 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4875 --> python-devel-2.7.5-16.el7.x86_64
4876 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4877 --> maven-surefire-plugin-2.15-3.el7.noarch
4878 --> maven-resources-plugin-2.6-6.el7.noarch
4879 --> maven-local-3.4.1-6.el7_0.noarch
4880 --> maven-javadoc-plugin-2.9-8.el7.noarch
4881 --> maven-jar-plugin-2.4-8.el7.noarch
4882 --> maven-install-plugin-2.4-7.el7.noarch
4883 --> maven-compiler-plugin-3.1-4.el7.noarch
4884 --> maven-antrun-plugin-1.7-8.el7.noarch
4885 --> Already installed : libtool-2.4.2-20.el7.x86_64
4886 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
4887 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
4888 --> 1:emacs-el-24.3-11.el7.noarch
4889 --> 1:emacs-24.3-11.el7.x86_64
4890 --> Already installed : automake-1.13.4-3.el7.noarch
4891 --> Already installed : autoconf-2.69-11.el7.noarch
4892Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4893 --> Already installed : python-2.7.5-16.el7.x86_64
4894 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4895 --> uglify-js-2.4.13-5.el7.noarch
4896Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4897 --> php-pear-DB-1.7.14-6.el7.noarch
4898 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4899 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4900 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4901 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4902 --> php-gd-5.4.16-23.el7_0.3.x86_64
4903 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4904 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4905 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4906 --> php-mcrypt-5.4.16-3.el7.x86_64
4907 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4908 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4909 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4910 --> Already installed : python-2.7.5-16.el7.x86_64
4911 --> uglify-js-2.4.13-5.el7.noarch
4912 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4913 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4914 --> php-xml-5.4.16-23.el7_0.3.x86_64
4915 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4916 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4917 --> 1:php-pear-1.9.4-21.el7.noarch
4918 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4919 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4920Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4921 --> php-pear-DB-1.7.14-6.el7.noarch
4922 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4923 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4924 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4925 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4926 --> php-gd-5.4.16-23.el7_0.3.x86_64
4927 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4928 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4929 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4930 --> php-mcrypt-5.4.16-3.el7.x86_64
4931 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4932 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4933 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4934 --> Already installed : python-2.7.5-16.el7.x86_64
4935 --> uglify-js-2.4.13-5.el7.noarch
4936 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4937 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4938 --> php-xml-5.4.16-23.el7_0.3.x86_64
4939 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4940 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4941 --> 1:php-pear-1.9.4-21.el7.noarch
4942 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4943 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4944Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
4945 --> php-pear-DB-1.7.14-6.el7.noarch
4946 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
4947 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
4948 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
4949 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
4950 --> php-gd-5.4.16-23.el7_0.3.x86_64
4951 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
4952 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
4953 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
4954 --> php-mcrypt-5.4.16-3.el7.x86_64
4955 --> php-pdo-5.4.16-23.el7_0.3.x86_64
4956 --> composer-1.0.0-14.el7.kolab_3.5.noarch
4957 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
4958 --> Already installed : python-2.7.5-16.el7.x86_64
4959 --> uglify-js-2.4.13-5.el7.noarch
4960 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
4961 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
4962 --> php-xml-5.4.16-23.el7_0.3.x86_64
4963 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
4964 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
4965 --> 1:php-pear-1.9.4-21.el7.noarch
4966 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
4967 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4968Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
4969 --> 1:emacs-el-24.3-11.el7.noarch
4970 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
4971 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4972 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
4973 --> Already installed : automake-1.13.4-3.el7.noarch
4974 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
4975 --> Already installed : autoconf-2.69-11.el7.noarch
4976 --> Already installed : libtool-2.4.2-20.el7.x86_64
4977 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
4978 --> pytz-2012d-5.el7.noarch
4979 --> python-devel-2.7.5-16.el7.x86_64
4980 --> python-dateutil-1.5-7.el7.noarch
4981 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4982 --> 1:emacs-24.3-11.el7.x86_64
4983Getting requirements for erlang-rebar-2.1.0-0.2.el7.src
4984 --> erlang-R16B-03.10.el7.x86_64
4985Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
4986 --> Already installed : python-2.7.5-16.el7.x86_64
4987 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
4988 --> uglify-js-2.4.13-5.el7.noarch
4989Getting requirements for protobuf-2.5.0-7.el7.src
4990 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
4991 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
4992 --> python-devel-2.7.5-16.el7.x86_64
4993 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
4994 --> maven-surefire-plugin-2.15-3.el7.noarch
4995 --> maven-resources-plugin-2.6-6.el7.noarch
4996 --> maven-local-3.4.1-6.el7_0.noarch
4997 --> maven-javadoc-plugin-2.9-8.el7.noarch
4998 --> maven-jar-plugin-2.4-8.el7.noarch
4999 --> maven-install-plugin-2.4-7.el7.noarch
5000 --> maven-compiler-plugin-3.1-4.el7.noarch
5001 --> maven-antrun-plugin-1.7-8.el7.noarch
5002 --> Already installed : libtool-2.4.2-20.el7.x86_64
5003 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
5004 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
5005 --> 1:emacs-el-24.3-11.el7.noarch
5006 --> 1:emacs-24.3-11.el7.x86_64
5007 --> Already installed : automake-1.13.4-3.el7.noarch
5008 --> Already installed : autoconf-2.69-11.el7.noarch
5009Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5010 --> Already installed : python-2.7.5-16.el7.x86_64
5011 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5012 --> uglify-js-2.4.13-5.el7.noarch
5013Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5014 --> php-pear-DB-1.7.14-6.el7.noarch
5015 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5016 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5017 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5018 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5019 --> php-gd-5.4.16-23.el7_0.3.x86_64
5020 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5021 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5022 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5023 --> php-mcrypt-5.4.16-3.el7.x86_64
5024 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5025 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5026 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5027 --> Already installed : python-2.7.5-16.el7.x86_64
5028 --> uglify-js-2.4.13-5.el7.noarch
5029 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5030 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5031 --> php-xml-5.4.16-23.el7_0.3.x86_64
5032 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5033 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5034 --> 1:php-pear-1.9.4-21.el7.noarch
5035 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5036 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5037Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5038 --> Already installed : python-2.7.5-16.el7.x86_64
5039 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5040 --> uglify-js-2.4.13-5.el7.noarch
5041Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5042 --> php-pear-DB-1.7.14-6.el7.noarch
5043 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5044 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5045 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5046 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5047 --> php-gd-5.4.16-23.el7_0.3.x86_64
5048 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5049 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5050 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5051 --> php-mcrypt-5.4.16-3.el7.x86_64
5052 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5053 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5054 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5055 --> Already installed : python-2.7.5-16.el7.x86_64
5056 --> uglify-js-2.4.13-5.el7.noarch
5057 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5058 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5059 --> php-xml-5.4.16-23.el7_0.3.x86_64
5060 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5061 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5062 --> 1:php-pear-1.9.4-21.el7.noarch
5063 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5064 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5065Getting requirements for kolab-schema-3.2-3.el7.kolab_3.5.src
5066Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5067Getting requirements for python-elasticsearch-1.0.0-9.el7.kolab_3.5.src
5068 --> python-devel-2.7.5-16.el7.x86_64
5069 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5070Getting requirements for kolab-3.1.9-5.el7.kolab_3.5.src
5071Getting requirements for erlang-proper-1.1-8.el7.kolab_3.5.src
5072 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5073Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
5074 --> 1:emacs-el-24.3-11.el7.noarch
5075 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5076 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5077 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
5078 --> Already installed : automake-1.13.4-3.el7.noarch
5079 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
5080 --> Already installed : autoconf-2.69-11.el7.noarch
5081 --> Already installed : libtool-2.4.2-20.el7.x86_64
5082 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5083 --> pytz-2012d-5.el7.noarch
5084 --> python-devel-2.7.5-16.el7.x86_64
5085 --> python-dateutil-1.5-7.el7.noarch
5086 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5087 --> 1:emacs-24.3-11.el7.x86_64
5088Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5089 --> Already installed : python-2.7.5-16.el7.x86_64
5090 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5091 --> uglify-js-2.4.13-5.el7.noarch
5092Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
5093Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5094Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5095 --> Already installed : python-2.7.5-16.el7.x86_64
5096 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5097 --> uglify-js-2.4.13-5.el7.noarch
5098Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
5099 --> python-nose-1.3.0-2.el7.noarch
5100 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
5101 --> python-pyasn1-modules-0.1.6-2.el7.noarch
5102 --> Already installed : intltool-0.50.2-6.el7.noarch
5103 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
5104 --> pytz-2012d-5.el7.noarch
5105 --> Already installed : python-2.7.5-16.el7.x86_64
5106 --> python-twisted-core-12.2.0-4.el7.x86_64
5107 --> python-pyasn1-0.1.6-2.el7.noarch
5108 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
5109 --> python-sqlalchemy-0.9.7-3.el7.x86_64
5110 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
5111 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
5112 --> python-ldap-2.4.15-2.el7.x86_64
5113 --> Already installed : gcc-4.8.3-9.el7.x86_64
5114Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5115 --> php-pear-DB-1.7.14-6.el7.noarch
5116 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5117 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5118 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5119 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5120 --> php-gd-5.4.16-23.el7_0.3.x86_64
5121 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5122 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5123 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5124 --> php-mcrypt-5.4.16-3.el7.x86_64
5125 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5126 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5127 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5128 --> Already installed : python-2.7.5-16.el7.x86_64
5129 --> uglify-js-2.4.13-5.el7.noarch
5130 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5131 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5132 --> php-xml-5.4.16-23.el7_0.3.x86_64
5133 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5134 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5135 --> 1:php-pear-1.9.4-21.el7.noarch
5136 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5137 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5138Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5139Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5140 --> php-pear-DB-1.7.14-6.el7.noarch
5141 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5142 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5143 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5144 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5145 --> php-gd-5.4.16-23.el7_0.3.x86_64
5146 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5147 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5148 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5149 --> php-mcrypt-5.4.16-3.el7.x86_64
5150 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5151 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5152 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5153 --> Already installed : python-2.7.5-16.el7.x86_64
5154 --> uglify-js-2.4.13-5.el7.noarch
5155 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5156 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5157 --> php-xml-5.4.16-23.el7_0.3.x86_64
5158 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5159 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5160 --> 1:php-pear-1.9.4-21.el7.noarch
5161 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5162 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5163Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5164 --> Already installed : python-2.7.5-16.el7.x86_64
5165 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5166 --> uglify-js-2.4.13-5.el7.noarch
5167Getting requirements for protobuf-2.5.0-7.el7.src
5168 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5169 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5170 --> python-devel-2.7.5-16.el7.x86_64
5171 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5172 --> maven-surefire-plugin-2.15-3.el7.noarch
5173 --> maven-resources-plugin-2.6-6.el7.noarch
5174 --> maven-local-3.4.1-6.el7_0.noarch
5175 --> maven-javadoc-plugin-2.9-8.el7.noarch
5176 --> maven-jar-plugin-2.4-8.el7.noarch
5177 --> maven-install-plugin-2.4-7.el7.noarch
5178 --> maven-compiler-plugin-3.1-4.el7.noarch
5179 --> maven-antrun-plugin-1.7-8.el7.noarch
5180 --> Already installed : libtool-2.4.2-20.el7.x86_64
5181 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
5182 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
5183 --> 1:emacs-el-24.3-11.el7.noarch
5184 --> 1:emacs-24.3-11.el7.x86_64
5185 --> Already installed : automake-1.13.4-3.el7.noarch
5186 --> Already installed : autoconf-2.69-11.el7.noarch
5187Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5188 --> php-pear-DB-1.7.14-6.el7.noarch
5189 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5190 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5191 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5192 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5193 --> php-gd-5.4.16-23.el7_0.3.x86_64
5194 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5195 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5196 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5197 --> php-mcrypt-5.4.16-3.el7.x86_64
5198 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5199 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5200 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5201 --> Already installed : python-2.7.5-16.el7.x86_64
5202 --> uglify-js-2.4.13-5.el7.noarch
5203 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5204 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5205 --> php-xml-5.4.16-23.el7_0.3.x86_64
5206 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5207 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5208 --> 1:php-pear-1.9.4-21.el7.noarch
5209 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5210 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5211Getting requirements for xsd-3.3.0.1-27.el7.kolab_3.5.src
5212 --> boost-devel-1.53.0-23.el7.x86_64
5213 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5214 --> fdupes-1.51-6.el7.x86_64
5215 --> xerces-c-devel-3.1.1-6.el7.x86_64
5216 --> Already installed : m4-1.4.16-9.el7.x86_64
5217Getting requirements for riak_pb-2.0.0.16-9.el7.kolab_3.5.src
5218 --> erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64
5219 --> erlang-protobuffs-0.8.0-8.el7.kolab_3.5.x86_64
5220 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5221 --> python-devel-2.7.5-16.el7.x86_64
5222 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5223Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
5224Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5225 --> php-pear-DB-1.7.14-6.el7.noarch
5226 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5227 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5228 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5229 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5230 --> php-gd-5.4.16-23.el7_0.3.x86_64
5231 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5232 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5233 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5234 --> php-mcrypt-5.4.16-3.el7.x86_64
5235 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5236 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5237 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5238 --> Already installed : python-2.7.5-16.el7.x86_64
5239 --> uglify-js-2.4.13-5.el7.noarch
5240 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5241 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5242 --> php-xml-5.4.16-23.el7_0.3.x86_64
5243 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5244 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5245 --> 1:php-pear-1.9.4-21.el7.noarch
5246 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5247 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5248Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5249 --> Already installed : python-2.7.5-16.el7.x86_64
5250 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5251 --> uglify-js-2.4.13-5.el7.noarch
5252Getting requirements for libkolabxml-1.2-2.el7.kolab_3.5.src
5253 --> uuid-devel-1.6.2-26.el7.x86_64
5254 --> boost-devel-1.53.0-23.el7.x86_64
5255 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5256 --> e2fsprogs-devel-1.42.9-7.el7.x86_64
5257 --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64
5258 --> 1:qt-devel-4.8.5-8.el7.x86_64
5259 --> xerces-c-devel-3.1.1-6.el7.x86_64
5260 --> cmake-2.8.11-4.el7.x86_64
5261 --> libcurl-devel-7.29.0-19.el7.x86_64
5262 --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64
5263 --> php-5.4.16-23.el7_0.3.x86_64
5264 --> php-devel-5.4.16-23.el7_0.3.x86_64
5265 --> python-devel-2.7.5-16.el7.x86_64
5266Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5267 --> Already installed : python-2.7.5-16.el7.x86_64
5268 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5269 --> uglify-js-2.4.13-5.el7.noarch
5270Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5271 --> Already installed : python-2.7.5-16.el7.x86_64
5272 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5273 --> uglify-js-2.4.13-5.el7.noarch
5274Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
5275 --> python-nose-1.3.0-2.el7.noarch
5276 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
5277 --> python-pyasn1-modules-0.1.6-2.el7.noarch
5278 --> Already installed : intltool-0.50.2-6.el7.noarch
5279 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
5280 --> pytz-2012d-5.el7.noarch
5281 --> Already installed : python-2.7.5-16.el7.x86_64
5282 --> python-twisted-core-12.2.0-4.el7.x86_64
5283 --> python-pyasn1-0.1.6-2.el7.noarch
5284 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
5285 --> python-sqlalchemy-0.9.7-3.el7.x86_64
5286 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
5287 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
5288 --> python-ldap-2.4.15-2.el7.x86_64
5289 --> Already installed : gcc-4.8.3-9.el7.x86_64
5290Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5291Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5292 --> php-pear-DB-1.7.14-6.el7.noarch
5293 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5294 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5295 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5296 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5297 --> php-gd-5.4.16-23.el7_0.3.x86_64
5298 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5299 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5300 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5301 --> php-mcrypt-5.4.16-3.el7.x86_64
5302 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5303 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5304 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5305 --> Already installed : python-2.7.5-16.el7.x86_64
5306 --> uglify-js-2.4.13-5.el7.noarch
5307 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5308 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5309 --> php-xml-5.4.16-23.el7_0.3.x86_64
5310 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5311 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5312 --> 1:php-pear-1.9.4-21.el7.noarch
5313 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5314 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5315Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5316 --> Already installed : python-2.7.5-16.el7.x86_64
5317 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5318 --> uglify-js-2.4.13-5.el7.noarch
5319Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5320 --> php-pear-DB-1.7.14-6.el7.noarch
5321 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5322 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5323 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5324 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5325 --> php-gd-5.4.16-23.el7_0.3.x86_64
5326 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5327 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5328 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5329 --> php-mcrypt-5.4.16-3.el7.x86_64
5330 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5331 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5332 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5333 --> Already installed : python-2.7.5-16.el7.x86_64
5334 --> uglify-js-2.4.13-5.el7.noarch
5335 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5336 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5337 --> php-xml-5.4.16-23.el7_0.3.x86_64
5338 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5339 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5340 --> 1:php-pear-1.9.4-21.el7.noarch
5341 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5342 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5343Getting requirements for kolab-3.1.9-5.el7.kolab_3.5.src
5344Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5345 --> Already installed : python-2.7.5-16.el7.x86_64
5346 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5347 --> uglify-js-2.4.13-5.el7.noarch
5348Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5349 --> Already installed : python-2.7.5-16.el7.x86_64
5350 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5351 --> uglify-js-2.4.13-5.el7.noarch
5352Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5353 --> php-pear-DB-1.7.14-6.el7.noarch
5354 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5355 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5356 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5357 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5358 --> php-gd-5.4.16-23.el7_0.3.x86_64
5359 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5360 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5361 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5362 --> php-mcrypt-5.4.16-3.el7.x86_64
5363 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5364 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5365 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5366 --> Already installed : python-2.7.5-16.el7.x86_64
5367 --> uglify-js-2.4.13-5.el7.noarch
5368 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5369 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5370 --> php-xml-5.4.16-23.el7_0.3.x86_64
5371 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5372 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5373 --> 1:php-pear-1.9.4-21.el7.noarch
5374 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5375 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5376Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5377 --> php-pear-DB-1.7.14-6.el7.noarch
5378 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5379 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5380 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5381 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5382 --> php-gd-5.4.16-23.el7_0.3.x86_64
5383 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5384 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5385 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5386 --> php-mcrypt-5.4.16-3.el7.x86_64
5387 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5388 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5389 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5390 --> Already installed : python-2.7.5-16.el7.x86_64
5391 --> uglify-js-2.4.13-5.el7.noarch
5392 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5393 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5394 --> php-xml-5.4.16-23.el7_0.3.x86_64
5395 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5396 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5397 --> 1:php-pear-1.9.4-21.el7.noarch
5398 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5399 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5400Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5401 --> Already installed : python-2.7.5-16.el7.x86_64
5402 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5403 --> uglify-js-2.4.13-5.el7.noarch
5404Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5405Getting requirements for python-itsdangerous-0.24-3.el7.kolab_3.5.src
5406 --> python-devel-2.7.5-16.el7.x86_64
5407 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5408Getting requirements for protobuf-2.5.0-7.el7.src
5409 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5410 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5411 --> python-devel-2.7.5-16.el7.x86_64
5412 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5413 --> maven-surefire-plugin-2.15-3.el7.noarch
5414 --> maven-resources-plugin-2.6-6.el7.noarch
5415 --> maven-local-3.4.1-6.el7_0.noarch
5416 --> maven-javadoc-plugin-2.9-8.el7.noarch
5417 --> maven-jar-plugin-2.4-8.el7.noarch
5418 --> maven-install-plugin-2.4-7.el7.noarch
5419 --> maven-compiler-plugin-3.1-4.el7.noarch
5420 --> maven-antrun-plugin-1.7-8.el7.noarch
5421 --> Already installed : libtool-2.4.2-20.el7.x86_64
5422 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
5423 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
5424 --> 1:emacs-el-24.3-11.el7.noarch
5425 --> 1:emacs-24.3-11.el7.x86_64
5426 --> Already installed : automake-1.13.4-3.el7.noarch
5427 --> Already installed : autoconf-2.69-11.el7.noarch
5428Getting requirements for roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.src
5429 --> Already installed : python-2.7.5-16.el7.x86_64
5430 --> nodejs-less-1.7.0-2.el7.noarch
5431 --> uglify-js-2.4.13-5.el7.noarch
5432Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src
5433 --> nspr-devel-4.10.8-1.el7_1.x86_64
5434 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
5435 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5436 --> nss-devel-3.18.0-2.2.el7_1.x86_64
5437 --> svrcore-devel-4.0.4-11.el7.x86_64
5438Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5439 --> php-pear-DB-1.7.14-6.el7.noarch
5440 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5441 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5442 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5443 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5444 --> php-gd-5.4.16-23.el7_0.3.x86_64
5445 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5446 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5447 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5448 --> php-mcrypt-5.4.16-3.el7.x86_64
5449 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5450 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5451 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5452 --> Already installed : python-2.7.5-16.el7.x86_64
5453 --> uglify-js-2.4.13-5.el7.noarch
5454 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5455 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5456 --> php-xml-5.4.16-23.el7_0.3.x86_64
5457 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5458 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5459 --> 1:php-pear-1.9.4-21.el7.noarch
5460 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5461 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5462Getting requirements for roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.src
5463 --> Already installed : python-2.7.5-16.el7.x86_64
5464 --> nodejs-less-1.7.0-2.el7.noarch
5465 --> uglify-js-2.4.13-5.el7.noarch
5466Getting requirements for roundcubemail-plugin-dblog-2.0-22.el7.kolab_3.5.src
5467Getting requirements for protobuf-2.5.0-7.el7.src
5468 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5469 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5470 --> python-devel-2.7.5-16.el7.x86_64
5471 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5472 --> maven-surefire-plugin-2.15-3.el7.noarch
5473 --> maven-resources-plugin-2.6-6.el7.noarch
5474 --> maven-local-3.4.1-6.el7_0.noarch
5475 --> maven-javadoc-plugin-2.9-8.el7.noarch
5476 --> maven-jar-plugin-2.4-8.el7.noarch
5477 --> maven-install-plugin-2.4-7.el7.noarch
5478 --> maven-compiler-plugin-3.1-4.el7.noarch
5479 --> maven-antrun-plugin-1.7-8.el7.noarch
5480 --> Already installed : libtool-2.4.2-20.el7.x86_64
5481 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
5482 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
5483 --> 1:emacs-el-24.3-11.el7.noarch
5484 --> 1:emacs-24.3-11.el7.x86_64
5485 --> Already installed : automake-1.13.4-3.el7.noarch
5486 --> Already installed : autoconf-2.69-11.el7.noarch
5487Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5488 --> php-pear-DB-1.7.14-6.el7.noarch
5489 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5490 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5491 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5492 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5493 --> php-gd-5.4.16-23.el7_0.3.x86_64
5494 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5495 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5496 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5497 --> php-mcrypt-5.4.16-3.el7.x86_64
5498 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5499 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5500 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5501 --> Already installed : python-2.7.5-16.el7.x86_64
5502 --> uglify-js-2.4.13-5.el7.noarch
5503 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5504 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5505 --> php-xml-5.4.16-23.el7_0.3.x86_64
5506 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5507 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5508 --> 1:php-pear-1.9.4-21.el7.noarch
5509 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5510 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5511Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5512 --> php-pear-DB-1.7.14-6.el7.noarch
5513 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5514 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5515 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5516 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5517 --> php-gd-5.4.16-23.el7_0.3.x86_64
5518 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5519 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5520 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5521 --> php-mcrypt-5.4.16-3.el7.x86_64
5522 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5523 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5524 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5525 --> Already installed : python-2.7.5-16.el7.x86_64
5526 --> uglify-js-2.4.13-5.el7.noarch
5527 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5528 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5529 --> php-xml-5.4.16-23.el7_0.3.x86_64
5530 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5531 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5532 --> 1:php-pear-1.9.4-21.el7.noarch
5533 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5534 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5535Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5536 --> php-pear-DB-1.7.14-6.el7.noarch
5537 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5538 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5539 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5540 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5541 --> php-gd-5.4.16-23.el7_0.3.x86_64
5542 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5543 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5544 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5545 --> php-mcrypt-5.4.16-3.el7.x86_64
5546 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5547 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5548 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5549 --> Already installed : python-2.7.5-16.el7.x86_64
5550 --> uglify-js-2.4.13-5.el7.noarch
5551 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5552 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5553 --> php-xml-5.4.16-23.el7_0.3.x86_64
5554 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5555 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5556 --> 1:php-pear-1.9.4-21.el7.noarch
5557 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5558 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5559Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5560 --> php-pear-DB-1.7.14-6.el7.noarch
5561 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5562 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5563 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5564 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5565 --> php-gd-5.4.16-23.el7_0.3.x86_64
5566 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5567 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5568 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5569 --> php-mcrypt-5.4.16-3.el7.x86_64
5570 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5571 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5572 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5573 --> Already installed : python-2.7.5-16.el7.x86_64
5574 --> uglify-js-2.4.13-5.el7.noarch
5575 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5576 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5577 --> php-xml-5.4.16-23.el7_0.3.x86_64
5578 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5579 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5580 --> 1:php-pear-1.9.4-21.el7.noarch
5581 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5582 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5583Getting requirements for erlang-neotoma-1.7.2-1.el7.kolab_3.5.src
5584 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5585Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5586 --> Already installed : python-2.7.5-16.el7.x86_64
5587 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5588 --> uglify-js-2.4.13-5.el7.noarch
5589Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5590 --> Already installed : python-2.7.5-16.el7.x86_64
5591 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5592 --> uglify-js-2.4.13-5.el7.noarch
5593Getting requirements for kolab-3.1.9-5.el7.kolab_3.5.src
5594Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5595 --> php-pear-DB-1.7.14-6.el7.noarch
5596 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5597 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5598 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5599 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5600 --> php-gd-5.4.16-23.el7_0.3.x86_64
5601 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5602 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5603 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5604 --> php-mcrypt-5.4.16-3.el7.x86_64
5605 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5606 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5607 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5608 --> Already installed : python-2.7.5-16.el7.x86_64
5609 --> uglify-js-2.4.13-5.el7.noarch
5610 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5611 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5612 --> php-xml-5.4.16-23.el7_0.3.x86_64
5613 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5614 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5615 --> 1:php-pear-1.9.4-21.el7.noarch
5616 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5617 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5618Getting requirements for swig-2.0.10-4.el7.src
5619 --> 1:tcl-devel-8.5.13-4.el7.x86_64
5620 --> python-devel-2.7.5-16.el7.x86_64
5621 --> 4:perl-devel-5.16.3-285.el7.x86_64
5622 --> perl-Test-Simple-0.98-243.el7.noarch
5623 --> Already installed : 4:perl-5.16.3-285.el7.x86_64
5624 --> pcre-devel-8.32-14.el7.x86_64
5625 --> 5:guile-devel-2.0.9-5.el7.x86_64
5626 --> Already installed : gawk-4.0.2-4.el7.x86_64
5627 --> dos2unix-6.0.3-4.el7.x86_64
5628 --> boost-devel-1.53.0-23.el7.x86_64
5629 --> Already installed : automake-1.13.4-3.el7.noarch
5630 --> Already installed : autoconf-2.69-11.el7.noarch
5631Getting requirements for python-cffi-0.8.6-1.el7.src
5632 --> python-devel-2.7.5-16.el7.x86_64
5633 --> python-sphinx-1.1.3-8.el7.noarch
5634 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5635 --> python-pycparser-2.10-1.el7.kolab_3.5.noarch
5636 --> Already installed : libffi-devel-3.0.13-11.el7.x86_64
5637 --> Cython-0.19-3.el7.x86_64
5638Getting requirements for libkolabxml-1.2-2.el7.kolab_3.5.src
5639 --> uuid-devel-1.6.2-26.el7.x86_64
5640 --> boost-devel-1.53.0-23.el7.x86_64
5641 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5642 --> e2fsprogs-devel-1.42.9-7.el7.x86_64
5643 --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64
5644 --> 1:qt-devel-4.8.5-8.el7.x86_64
5645 --> xerces-c-devel-3.1.1-6.el7.x86_64
5646 --> cmake-2.8.11-4.el7.x86_64
5647 --> libcurl-devel-7.29.0-19.el7.x86_64
5648 --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64
5649 --> php-5.4.16-23.el7_0.3.x86_64
5650 --> php-devel-5.4.16-23.el7_0.3.x86_64
5651 --> python-devel-2.7.5-16.el7.x86_64
5652Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
5653 --> 1:emacs-el-24.3-11.el7.noarch
5654 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5655 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5656 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
5657 --> Already installed : automake-1.13.4-3.el7.noarch
5658 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
5659 --> Already installed : autoconf-2.69-11.el7.noarch
5660 --> Already installed : libtool-2.4.2-20.el7.x86_64
5661 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5662 --> pytz-2012d-5.el7.noarch
5663 --> python-devel-2.7.5-16.el7.x86_64
5664 --> python-dateutil-1.5-7.el7.noarch
5665 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5666 --> 1:emacs-24.3-11.el7.x86_64
5667Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5668Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5669 --> php-pear-DB-1.7.14-6.el7.noarch
5670 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5671 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5672 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5673 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5674 --> php-gd-5.4.16-23.el7_0.3.x86_64
5675 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5676 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5677 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5678 --> php-mcrypt-5.4.16-3.el7.x86_64
5679 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5680 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5681 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5682 --> Already installed : python-2.7.5-16.el7.x86_64
5683 --> uglify-js-2.4.13-5.el7.noarch
5684 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5685 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5686 --> php-xml-5.4.16-23.el7_0.3.x86_64
5687 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5688 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5689 --> 1:php-pear-1.9.4-21.el7.noarch
5690 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5691 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5692Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5693 --> php-pear-DB-1.7.14-6.el7.noarch
5694 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5695 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5696 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5697 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5698 --> php-gd-5.4.16-23.el7_0.3.x86_64
5699 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5700 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5701 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5702 --> php-mcrypt-5.4.16-3.el7.x86_64
5703 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5704 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5705 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5706 --> Already installed : python-2.7.5-16.el7.x86_64
5707 --> uglify-js-2.4.13-5.el7.noarch
5708 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5709 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5710 --> php-xml-5.4.16-23.el7_0.3.x86_64
5711 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5712 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5713 --> 1:php-pear-1.9.4-21.el7.noarch
5714 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5715 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5716Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
5717 --> python-nose-1.3.0-2.el7.noarch
5718 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
5719 --> python-pyasn1-modules-0.1.6-2.el7.noarch
5720 --> Already installed : intltool-0.50.2-6.el7.noarch
5721 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
5722 --> pytz-2012d-5.el7.noarch
5723 --> Already installed : python-2.7.5-16.el7.x86_64
5724 --> python-twisted-core-12.2.0-4.el7.x86_64
5725 --> python-pyasn1-0.1.6-2.el7.noarch
5726 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
5727 --> python-sqlalchemy-0.9.7-3.el7.x86_64
5728 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
5729 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
5730 --> python-ldap-2.4.15-2.el7.x86_64
5731 --> Already installed : gcc-4.8.3-9.el7.x86_64
5732Getting requirements for xsd-3.3.0.1-27.el7.kolab_3.5.src
5733 --> boost-devel-1.53.0-23.el7.x86_64
5734 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5735 --> fdupes-1.51-6.el7.x86_64
5736 --> xerces-c-devel-3.1.1-6.el7.x86_64
5737 --> Already installed : m4-1.4.16-9.el7.x86_64
5738Getting requirements for roundcubemail-1.1.1-2.el7.src
5739Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5740 --> php-pear-DB-1.7.14-6.el7.noarch
5741 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5742 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5743 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5744 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5745 --> php-gd-5.4.16-23.el7_0.3.x86_64
5746 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5747 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5748 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5749 --> php-mcrypt-5.4.16-3.el7.x86_64
5750 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5751 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5752 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5753 --> Already installed : python-2.7.5-16.el7.x86_64
5754 --> uglify-js-2.4.13-5.el7.noarch
5755 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5756 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5757 --> php-xml-5.4.16-23.el7_0.3.x86_64
5758 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5759 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5760 --> 1:php-pear-1.9.4-21.el7.noarch
5761 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5762 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5763Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5764 --> Already installed : python-2.7.5-16.el7.x86_64
5765 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5766 --> uglify-js-2.4.13-5.el7.noarch
5767Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5768 --> php-pear-DB-1.7.14-6.el7.noarch
5769 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5770 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5771 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5772 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5773 --> php-gd-5.4.16-23.el7_0.3.x86_64
5774 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5775 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5776 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5777 --> php-mcrypt-5.4.16-3.el7.x86_64
5778 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5779 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5780 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5781 --> Already installed : python-2.7.5-16.el7.x86_64
5782 --> uglify-js-2.4.13-5.el7.noarch
5783 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5784 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5785 --> php-xml-5.4.16-23.el7_0.3.x86_64
5786 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5787 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5788 --> 1:php-pear-1.9.4-21.el7.noarch
5789 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5790 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5791Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5792 --> Already installed : python-2.7.5-16.el7.x86_64
5793 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5794 --> uglify-js-2.4.13-5.el7.noarch
5795Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5796 --> php-pear-DB-1.7.14-6.el7.noarch
5797 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5798 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5799 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5800 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5801 --> php-gd-5.4.16-23.el7_0.3.x86_64
5802 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5803 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5804 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5805 --> php-mcrypt-5.4.16-3.el7.x86_64
5806 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5807 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5808 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5809 --> Already installed : python-2.7.5-16.el7.x86_64
5810 --> uglify-js-2.4.13-5.el7.noarch
5811 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5812 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5813 --> php-xml-5.4.16-23.el7_0.3.x86_64
5814 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5815 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5816 --> 1:php-pear-1.9.4-21.el7.noarch
5817 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5818 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5819Getting requirements for python-werkzeug-0.9.6-1.el7.kolab_3.5.src
5820 --> python-sphinx-1.1.3-8.el7.noarch
5821 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5822 --> python-devel-2.7.5-16.el7.x86_64
5823Getting requirements for php-seld-cli-prompt-1.0.0-1.el7.kolab_3.5.src
5824 --> php-common-5.4.16-23.el7_0.3.x86_64
5825Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5826 --> php-pear-DB-1.7.14-6.el7.noarch
5827 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5828 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5829 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5830 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5831 --> php-gd-5.4.16-23.el7_0.3.x86_64
5832 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5833 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5834 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5835 --> php-mcrypt-5.4.16-3.el7.x86_64
5836 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5837 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5838 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5839 --> Already installed : python-2.7.5-16.el7.x86_64
5840 --> uglify-js-2.4.13-5.el7.noarch
5841 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5842 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5843 --> php-xml-5.4.16-23.el7_0.3.x86_64
5844 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5845 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5846 --> 1:php-pear-1.9.4-21.el7.noarch
5847 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5848 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5849Getting requirements for egara-0.1-7.el7.kolab_3.5.src
5850 --> erlang-procket-0.6.1-3.el7.kolab_3.5.x86_64
5851 --> erlang-iso8601-1.2-4.el7.kolab_3.5.x86_64
5852 --> erlang-jsx-2.4.0-4.el7.kolab_3.5.x86_64
5853 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5854 --> erlang-inert-0.6.1-4.el7.kolab_3.5.x86_64
5855 --> erlang-R16B-03.10.el7.x86_64
5856 --> erlang-riakc-2.0.1-8.el7.kolab_3.5.x86_64
5857 --> erlang-poolboy-1.4.2-3.el7.kolab_3.5.x86_64
5858 --> erlang-lager-2.1.0-9.el7.kolab_3.5.x86_64
5859 --> erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64
5860 --> erlang-goldrush-0.1.6-6.el7.kolab_3.5.x86_64
5861 --> erlang-eldap-R16B-03.10.el7.x86_64
5862Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5863 --> php-pear-DB-1.7.14-6.el7.noarch
5864 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5865 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5866 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5867 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5868 --> php-gd-5.4.16-23.el7_0.3.x86_64
5869 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5870 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5871 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5872 --> php-mcrypt-5.4.16-3.el7.x86_64
5873 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5874 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5875 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5876 --> Already installed : python-2.7.5-16.el7.x86_64
5877 --> uglify-js-2.4.13-5.el7.noarch
5878 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5879 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5880 --> php-xml-5.4.16-23.el7_0.3.x86_64
5881 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5882 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5883 --> 1:php-pear-1.9.4-21.el7.noarch
5884 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5885 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5886Getting requirements for python-gflags-2.0-6.el7.kolab_3.5.src
5887 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5888 --> python-devel-2.7.5-16.el7.x86_64
5889Getting requirements for kolab-webadmin-3.2.7-4.el7.kolab_3.5.src
5890Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5891 --> Already installed : python-2.7.5-16.el7.x86_64
5892 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5893 --> uglify-js-2.4.13-5.el7.noarch
5894Getting requirements for erlang-meck-0.8.2-13.el7.kolab_3.5.src
5895 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5896 --> erlang-hamcrest-0.1.0-9.el7.kolab_3.5.x86_64
5897Getting requirements for protobuf-2.5.0-7.el7.src
5898 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5899 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5900 --> python-devel-2.7.5-16.el7.x86_64
5901 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5902 --> maven-surefire-plugin-2.15-3.el7.noarch
5903 --> maven-resources-plugin-2.6-6.el7.noarch
5904 --> maven-local-3.4.1-6.el7_0.noarch
5905 --> maven-javadoc-plugin-2.9-8.el7.noarch
5906 --> maven-jar-plugin-2.4-8.el7.noarch
5907 --> maven-install-plugin-2.4-7.el7.noarch
5908 --> maven-compiler-plugin-3.1-4.el7.noarch
5909 --> maven-antrun-plugin-1.7-8.el7.noarch
5910 --> Already installed : libtool-2.4.2-20.el7.x86_64
5911 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
5912 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
5913 --> 1:emacs-el-24.3-11.el7.noarch
5914 --> 1:emacs-24.3-11.el7.x86_64
5915 --> Already installed : automake-1.13.4-3.el7.noarch
5916 --> Already installed : autoconf-2.69-11.el7.noarch
5917Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
5918Getting requirements for erlang-goldrush-0.1.6-6.el7.kolab_3.5.src
5919 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5920Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
5921 --> php-pear-DB-1.7.14-6.el7.noarch
5922 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
5923 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
5924 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
5925 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
5926 --> php-gd-5.4.16-23.el7_0.3.x86_64
5927 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
5928 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
5929 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
5930 --> php-mcrypt-5.4.16-3.el7.x86_64
5931 --> php-pdo-5.4.16-23.el7_0.3.x86_64
5932 --> composer-1.0.0-14.el7.kolab_3.5.noarch
5933 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
5934 --> Already installed : python-2.7.5-16.el7.x86_64
5935 --> uglify-js-2.4.13-5.el7.noarch
5936 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
5937 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
5938 --> php-xml-5.4.16-23.el7_0.3.x86_64
5939 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
5940 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
5941 --> 1:php-pear-1.9.4-21.el7.noarch
5942 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
5943 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5944Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5945Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
5946 --> 1:emacs-el-24.3-11.el7.noarch
5947 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
5948 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
5949 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
5950 --> Already installed : automake-1.13.4-3.el7.noarch
5951 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
5952 --> Already installed : autoconf-2.69-11.el7.noarch
5953 --> Already installed : libtool-2.4.2-20.el7.x86_64
5954 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
5955 --> pytz-2012d-5.el7.noarch
5956 --> python-devel-2.7.5-16.el7.x86_64
5957 --> python-dateutil-1.5-7.el7.noarch
5958 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5959 --> 1:emacs-24.3-11.el7.x86_64
5960Getting requirements for php-ZendFramework-1.12.11-1.el7.src
5961Getting requirements for egara-0.1-7.el7.kolab_3.5.src
5962 --> erlang-procket-0.6.1-3.el7.kolab_3.5.x86_64
5963 --> erlang-iso8601-1.2-4.el7.kolab_3.5.x86_64
5964 --> erlang-jsx-2.4.0-4.el7.kolab_3.5.x86_64
5965 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
5966 --> erlang-inert-0.6.1-4.el7.kolab_3.5.x86_64
5967 --> erlang-R16B-03.10.el7.x86_64
5968 --> erlang-riakc-2.0.1-8.el7.kolab_3.5.x86_64
5969 --> erlang-poolboy-1.4.2-3.el7.kolab_3.5.x86_64
5970 --> erlang-lager-2.1.0-9.el7.kolab_3.5.x86_64
5971 --> erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64
5972 --> erlang-goldrush-0.1.6-6.el7.kolab_3.5.x86_64
5973 --> erlang-eldap-R16B-03.10.el7.x86_64
5974Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5975 --> Already installed : python-2.7.5-16.el7.x86_64
5976 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5977 --> uglify-js-2.4.13-5.el7.noarch
5978Getting requirements for libphutil-20150415.gitaaee400-2.el7.kolab_3.5.src
5979Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
5980 --> Already installed : python-2.7.5-16.el7.x86_64
5981 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
5982 --> uglify-js-2.4.13-5.el7.noarch
5983Getting requirements for python-cffi-0.8.6-1.el7.kolab_3.5.src
5984 --> Cython-0.19-3.el7.x86_64
5985 --> Already installed : libffi-devel-3.0.13-11.el7.x86_64
5986 --> python-pycparser-2.10-1.el7.kolab_3.5.noarch
5987 --> python-sphinx-1.1.3-8.el7.noarch
5988 --> python-devel-2.7.5-16.el7.x86_64
5989 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5990Getting requirements for roundcubemail-plugin-composeaddressbook-5.0-25.el7.kolab_3.5.src
5991Getting requirements for bonnie-flask-0.3-2.el7.kolab_3.5.src
5992 --> 1:python-flask-0.10.1-7.el7.kolab_3.5.noarch
5993 --> python-twisted-core-12.2.0-4.el7.x86_64
5994 --> python-sqlalchemy-0.9.7-3.el7.x86_64
5995 --> python-devel-2.7.5-16.el7.x86_64
5996 --> pytz-2012d-5.el7.noarch
5997 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
5998Getting requirements for php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.src
5999Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6000 --> Already installed : python-2.7.5-16.el7.x86_64
6001 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6002 --> uglify-js-2.4.13-5.el7.noarch
6003Getting requirements for kolab-3.1.9-5.el7.kolab_3.5.src
6004Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6005 --> php-pear-DB-1.7.14-6.el7.noarch
6006 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6007 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6008 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6009 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6010 --> php-gd-5.4.16-23.el7_0.3.x86_64
6011 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6012 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6013 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6014 --> php-mcrypt-5.4.16-3.el7.x86_64
6015 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6016 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6017 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6018 --> Already installed : python-2.7.5-16.el7.x86_64
6019 --> uglify-js-2.4.13-5.el7.noarch
6020 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6021 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6022 --> php-xml-5.4.16-23.el7_0.3.x86_64
6023 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6024 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6025 --> 1:php-pear-1.9.4-21.el7.noarch
6026 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6027 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6028Getting requirements for php-ZendFramework-1.12.11-1.el7.src
6029Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6030 --> php-pear-DB-1.7.14-6.el7.noarch
6031 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6032 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6033 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6034 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6035 --> php-gd-5.4.16-23.el7_0.3.x86_64
6036 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6037 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6038 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6039 --> php-mcrypt-5.4.16-3.el7.x86_64
6040 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6041 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6042 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6043 --> Already installed : python-2.7.5-16.el7.x86_64
6044 --> uglify-js-2.4.13-5.el7.noarch
6045 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6046 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6047 --> php-xml-5.4.16-23.el7_0.3.x86_64
6048 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6049 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6050 --> 1:php-pear-1.9.4-21.el7.noarch
6051 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6052 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6053Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6054 --> php-pear-DB-1.7.14-6.el7.noarch
6055 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6056 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6057 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6058 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6059 --> php-gd-5.4.16-23.el7_0.3.x86_64
6060 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6061 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6062 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6063 --> php-mcrypt-5.4.16-3.el7.x86_64
6064 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6065 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6066 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6067 --> Already installed : python-2.7.5-16.el7.x86_64
6068 --> uglify-js-2.4.13-5.el7.noarch
6069 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6070 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6071 --> php-xml-5.4.16-23.el7_0.3.x86_64
6072 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6073 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6074 --> 1:php-pear-1.9.4-21.el7.noarch
6075 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6076 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6077Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6078 --> Already installed : python-2.7.5-16.el7.x86_64
6079 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6080 --> uglify-js-2.4.13-5.el7.noarch
6081Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
6082Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6083 --> Already installed : python-2.7.5-16.el7.x86_64
6084 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6085 --> uglify-js-2.4.13-5.el7.noarch
6086Getting requirements for iRony-0.4-3.el7.kolab_3.5.src
6087 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6088 --> roundcubemail-1.2-3.el7.kolab_3.5.noarch
6089 --> roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
6090 --> chwala-0.3.1-1.el7.kolab_3.5.noarch
6091Getting requirements for php-ZendFramework-1.12.11-1.el7.src
6092Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6093 --> Already installed : python-2.7.5-16.el7.x86_64
6094 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6095 --> uglify-js-2.4.13-5.el7.noarch
6096Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6097 --> php-pear-DB-1.7.14-6.el7.noarch
6098 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6099 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6100 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6101 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6102 --> php-gd-5.4.16-23.el7_0.3.x86_64
6103 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6104 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6105 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6106 --> php-mcrypt-5.4.16-3.el7.x86_64
6107 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6108 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6109 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6110 --> Already installed : python-2.7.5-16.el7.x86_64
6111 --> uglify-js-2.4.13-5.el7.noarch
6112 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6113 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6114 --> php-xml-5.4.16-23.el7_0.3.x86_64
6115 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6116 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6117 --> 1:php-pear-1.9.4-21.el7.noarch
6118 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6119 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6120Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
6121 --> python-nose-1.3.0-2.el7.noarch
6122 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
6123 --> python-pyasn1-modules-0.1.6-2.el7.noarch
6124 --> Already installed : intltool-0.50.2-6.el7.noarch
6125 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
6126 --> pytz-2012d-5.el7.noarch
6127 --> Already installed : python-2.7.5-16.el7.x86_64
6128 --> python-twisted-core-12.2.0-4.el7.x86_64
6129 --> python-pyasn1-0.1.6-2.el7.noarch
6130 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
6131 --> python-sqlalchemy-0.9.7-3.el7.x86_64
6132 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
6133 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
6134 --> python-ldap-2.4.15-2.el7.x86_64
6135 --> Already installed : gcc-4.8.3-9.el7.x86_64
6136Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6137 --> Already installed : python-2.7.5-16.el7.x86_64
6138 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6139 --> uglify-js-2.4.13-5.el7.noarch
6140Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6141 --> php-pear-DB-1.7.14-6.el7.noarch
6142 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6143 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6144 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6145 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6146 --> php-gd-5.4.16-23.el7_0.3.x86_64
6147 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6148 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6149 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6150 --> php-mcrypt-5.4.16-3.el7.x86_64
6151 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6152 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6153 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6154 --> Already installed : python-2.7.5-16.el7.x86_64
6155 --> uglify-js-2.4.13-5.el7.noarch
6156 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6157 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6158 --> php-xml-5.4.16-23.el7_0.3.x86_64
6159 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6160 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6161 --> 1:php-pear-1.9.4-21.el7.noarch
6162 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6163 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6164Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6165 --> php-pear-DB-1.7.14-6.el7.noarch
6166 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6167 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6168 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6169 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6170 --> php-gd-5.4.16-23.el7_0.3.x86_64
6171 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6172 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6173 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6174 --> php-mcrypt-5.4.16-3.el7.x86_64
6175 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6176 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6177 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6178 --> Already installed : python-2.7.5-16.el7.x86_64
6179 --> uglify-js-2.4.13-5.el7.noarch
6180 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6181 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6182 --> php-xml-5.4.16-23.el7_0.3.x86_64
6183 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6184 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6185 --> 1:php-pear-1.9.4-21.el7.noarch
6186 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6187 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6188Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6189 --> php-pear-DB-1.7.14-6.el7.noarch
6190 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6191 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6192 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6193 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6194 --> php-gd-5.4.16-23.el7_0.3.x86_64
6195 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6196 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6197 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6198 --> php-mcrypt-5.4.16-3.el7.x86_64
6199 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6200 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6201 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6202 --> Already installed : python-2.7.5-16.el7.x86_64
6203 --> uglify-js-2.4.13-5.el7.noarch
6204 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6205 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6206 --> php-xml-5.4.16-23.el7_0.3.x86_64
6207 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6208 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6209 --> 1:php-pear-1.9.4-21.el7.noarch
6210 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6211 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6212Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
6213Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6214 --> php-pear-DB-1.7.14-6.el7.noarch
6215 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6216 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6217 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6218 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6219 --> php-gd-5.4.16-23.el7_0.3.x86_64
6220 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6221 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6222 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6223 --> php-mcrypt-5.4.16-3.el7.x86_64
6224 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6225 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6226 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6227 --> Already installed : python-2.7.5-16.el7.x86_64
6228 --> uglify-js-2.4.13-5.el7.noarch
6229 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6230 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6231 --> php-xml-5.4.16-23.el7_0.3.x86_64
6232 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6233 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6234 --> 1:php-pear-1.9.4-21.el7.noarch
6235 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6236 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6237Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6238 --> Already installed : python-2.7.5-16.el7.x86_64
6239 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6240 --> uglify-js-2.4.13-5.el7.noarch
6241Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6242 --> Already installed : python-2.7.5-16.el7.x86_64
6243 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6244 --> uglify-js-2.4.13-5.el7.noarch
6245Getting requirements for php-sabre-dav-2.1.3-1.el7.kolab_3.5.src
6246 --> php-sabre-http-2.0.4-1.el7.kolab_3.5.noarch
6247 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6248 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6249 --> php-common-5.4.16-23.el7_0.3.x86_64
6250 --> php-sabre-vobject-3.2.4-1.el7.kolab_3.5.noarch
6251Getting requirements for kolab-utils-3.1-18.el7.kolab_3.5.src
6252 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
6253 --> libcurl-devel-7.29.0-19.el7.x86_64
6254 --> 1:qt-devel-4.8.5-8.el7.x86_64
6255 --> libkolab-devel-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
6256 --> cmake-2.8.11-4.el7.x86_64
6257Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6258 --> php-pear-DB-1.7.14-6.el7.noarch
6259 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6260 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6261 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6262 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6263 --> php-gd-5.4.16-23.el7_0.3.x86_64
6264 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6265 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6266 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6267 --> php-mcrypt-5.4.16-3.el7.x86_64
6268 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6269 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6270 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6271 --> Already installed : python-2.7.5-16.el7.x86_64
6272 --> uglify-js-2.4.13-5.el7.noarch
6273 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6274 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6275 --> php-xml-5.4.16-23.el7_0.3.x86_64
6276 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6277 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6278 --> 1:php-pear-1.9.4-21.el7.noarch
6279 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6280 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6281Getting requirements for erlang-lfe-0.9.2-2.el7.kolab_3.5.src
6282 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6283 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
6284 --> 1:emacs-el-24.3-11.el7.noarch
6285 --> 1:emacs-24.3-11.el7.x86_64
6286Getting requirements for php-ZendFramework-1.12.11-1.el7.src
6287Getting requirements for erlang-inert-0.6.1-4.el7.kolab_3.5.src
6288 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
6289Getting requirements for cyrus-imapd-2.5.2-4.el7.kolab_3.5.src
6290 --> 1:transfig-3.2.5d-13.el7.x86_64
6291 --> libuuid-devel-2.23.2-22.el7_1.x86_64
6292 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
6293 --> Already installed : libtool-2.4.2-20.el7.x86_64
6294 --> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
6295 --> openldap-devel-2.4.39-6.el7.x86_64
6296 --> Already installed : gcc-4.8.3-9.el7.x86_64
6297 --> krb5-devel-1.12.2-14.el7.x86_64
6298 --> Already installed : automake-1.13.4-3.el7.noarch
6299 --> CUnit-devel-2.1.3-8.el7.x86_64
6300 --> Already installed : bison-2.7-4.el7.x86_64
6301 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
6302 --> cyrus-sasl-md5-2.1.26-17.el7.x86_64
6303 --> 4:perl-devel-5.16.3-285.el7.x86_64
6304 --> Already installed : flex-2.5.37-3.el7.x86_64
6305 --> groff-1.22.2-8.el7.x86_64
6306 --> Already installed : cyrus-sasl-plain-2.1.26-17.el7.x86_64
6307 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
6308 --> jansson-devel-2.4-6.el7.x86_64
6309 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6310 --> Already installed : autoconf-2.69-11.el7.noarch
6311Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6312 --> Already installed : python-2.7.5-16.el7.x86_64
6313 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6314 --> uglify-js-2.4.13-5.el7.noarch
6315Getting requirements for libkolab-0.6.git.1429288613-12.el7.kolab_3.5.src
6316 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
6317 --> libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
6318 --> 1:qt-devel-4.8.5-8.el7.x86_64
6319 --> libcurl-devel-7.29.0-19.el7.x86_64
6320 --> php-5.4.16-23.el7_0.3.x86_64
6321 --> php-devel-5.4.16-23.el7_0.3.x86_64
6322 --> python-devel-2.7.5-16.el7.x86_64
6323 --> cmake-2.8.11-4.el7.x86_64
6324Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6325 --> php-pear-DB-1.7.14-6.el7.noarch
6326 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6327 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6328 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6329 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6330 --> php-gd-5.4.16-23.el7_0.3.x86_64
6331 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6332 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6333 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6334 --> php-mcrypt-5.4.16-3.el7.x86_64
6335 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6336 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6337 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6338 --> Already installed : python-2.7.5-16.el7.x86_64
6339 --> uglify-js-2.4.13-5.el7.noarch
6340 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6341 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6342 --> php-xml-5.4.16-23.el7_0.3.x86_64
6343 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6344 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6345 --> 1:php-pear-1.9.4-21.el7.noarch
6346 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6347 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6348Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6349 --> php-pear-DB-1.7.14-6.el7.noarch
6350 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6351 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6352 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6353 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6354 --> php-gd-5.4.16-23.el7_0.3.x86_64
6355 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6356 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6357 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6358 --> php-mcrypt-5.4.16-3.el7.x86_64
6359 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6360 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6361 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6362 --> Already installed : python-2.7.5-16.el7.x86_64
6363 --> uglify-js-2.4.13-5.el7.noarch
6364 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6365 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6366 --> php-xml-5.4.16-23.el7_0.3.x86_64
6367 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6368 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6369 --> 1:php-pear-1.9.4-21.el7.noarch
6370 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6371 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6372Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6373 --> php-pear-DB-1.7.14-6.el7.noarch
6374 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6375 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6376 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6377 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6378 --> php-gd-5.4.16-23.el7_0.3.x86_64
6379 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6380 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6381 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6382 --> php-mcrypt-5.4.16-3.el7.x86_64
6383 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6384 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6385 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6386 --> Already installed : python-2.7.5-16.el7.x86_64
6387 --> uglify-js-2.4.13-5.el7.noarch
6388 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6389 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6390 --> php-xml-5.4.16-23.el7_0.3.x86_64
6391 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6392 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6393 --> 1:php-pear-1.9.4-21.el7.noarch
6394 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6395 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6396Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6397 --> php-pear-DB-1.7.14-6.el7.noarch
6398 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6399 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6400 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6401 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6402 --> php-gd-5.4.16-23.el7_0.3.x86_64
6403 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6404 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6405 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6406 --> php-mcrypt-5.4.16-3.el7.x86_64
6407 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6408 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6409 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6410 --> Already installed : python-2.7.5-16.el7.x86_64
6411 --> uglify-js-2.4.13-5.el7.noarch
6412 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6413 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6414 --> php-xml-5.4.16-23.el7_0.3.x86_64
6415 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6416 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6417 --> 1:php-pear-1.9.4-21.el7.noarch
6418 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6419 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6420Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6421 --> php-pear-DB-1.7.14-6.el7.noarch
6422 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6423 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6424 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6425 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6426 --> php-gd-5.4.16-23.el7_0.3.x86_64
6427 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6428 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6429 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6430 --> php-mcrypt-5.4.16-3.el7.x86_64
6431 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6432 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6433 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6434 --> Already installed : python-2.7.5-16.el7.x86_64
6435 --> uglify-js-2.4.13-5.el7.noarch
6436 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6437 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6438 --> php-xml-5.4.16-23.el7_0.3.x86_64
6439 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6440 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6441 --> 1:php-pear-1.9.4-21.el7.noarch
6442 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6443 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6444Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6445 --> Already installed : python-2.7.5-16.el7.x86_64
6446 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6447 --> uglify-js-2.4.13-5.el7.noarch
6448Getting requirements for erlang-hamcrest-0.1.0-9.el7.kolab_3.5.src
6449 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
6450 --> erlang-proper-1.1-8.el7.kolab_3.5.x86_64
6451Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
6452Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6453 --> php-pear-DB-1.7.14-6.el7.noarch
6454 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6455 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6456 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6457 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6458 --> php-gd-5.4.16-23.el7_0.3.x86_64
6459 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6460 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6461 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6462 --> php-mcrypt-5.4.16-3.el7.x86_64
6463 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6464 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6465 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6466 --> Already installed : python-2.7.5-16.el7.x86_64
6467 --> uglify-js-2.4.13-5.el7.noarch
6468 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6469 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6470 --> php-xml-5.4.16-23.el7_0.3.x86_64
6471 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6472 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6473 --> 1:php-pear-1.9.4-21.el7.noarch
6474 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6475 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6476Getting requirements for php-ZendFramework-1.12.11-1.el7.src
6477Getting requirements for libkolab-0.6.git.1429288613-12.el7.kolab_3.5.src
6478 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
6479 --> libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
6480 --> 1:qt-devel-4.8.5-8.el7.x86_64
6481 --> libcurl-devel-7.29.0-19.el7.x86_64
6482 --> php-5.4.16-23.el7_0.3.x86_64
6483 --> php-devel-5.4.16-23.el7_0.3.x86_64
6484 --> python-devel-2.7.5-16.el7.x86_64
6485 --> cmake-2.8.11-4.el7.x86_64
6486Getting requirements for python-flask-httpauth-2.3.0-4.el7.kolab_3.5.src
6487 --> python-sphinx-1.1.3-8.el7.noarch
6488 --> 1:python-flask-0.10.1-7.el7.kolab_3.5.noarch
6489 --> python-devel-2.7.5-16.el7.x86_64
6490 --> pytest-2.3.5-4.el7.noarch
6491 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6492Getting requirements for erlang-lfe-0.9.2-2.el7.kolab_3.5.src
6493 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6494 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
6495 --> 1:emacs-el-24.3-11.el7.noarch
6496 --> 1:emacs-24.3-11.el7.x86_64
6497Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6498 --> php-pear-DB-1.7.14-6.el7.noarch
6499 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6500 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6501 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6502 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6503 --> php-gd-5.4.16-23.el7_0.3.x86_64
6504 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6505 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6506 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6507 --> php-mcrypt-5.4.16-3.el7.x86_64
6508 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6509 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6510 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6511 --> Already installed : python-2.7.5-16.el7.x86_64
6512 --> uglify-js-2.4.13-5.el7.noarch
6513 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6514 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6515 --> php-xml-5.4.16-23.el7_0.3.x86_64
6516 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6517 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6518 --> 1:php-pear-1.9.4-21.el7.noarch
6519 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6520 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6521Getting requirements for pyOpenSSL-0.14-1.el7.kolab_3.5.src
6522 --> elinks-0.12-0.36.pre6.el7.x86_64
6523 --> 2:texlive-latex-svn27907.0-32.el7.noarch
6524 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
6525 --> latex2html-2012-3.el7.noarch
6526 --> python-devel-2.7.5-16.el7.x86_64
6527 --> python-sphinx-1.1.3-8.el7.noarch
6528 --> 2:texlive-dvips-svn29585.0-32.el7.noarch
6529 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6530Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
6531 --> 1:emacs-el-24.3-11.el7.noarch
6532 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
6533 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6534 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
6535 --> Already installed : automake-1.13.4-3.el7.noarch
6536 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
6537 --> Already installed : autoconf-2.69-11.el7.noarch
6538 --> Already installed : libtool-2.4.2-20.el7.x86_64
6539 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
6540 --> pytz-2012d-5.el7.noarch
6541 --> python-devel-2.7.5-16.el7.x86_64
6542 --> python-dateutil-1.5-7.el7.noarch
6543 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6544 --> 1:emacs-24.3-11.el7.x86_64
6545Getting requirements for python-cssmin-0.2.0-12.el7.kolab_3.5.src
6546 --> python-devel-2.7.5-16.el7.x86_64
6547 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6548Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6549 --> php-pear-DB-1.7.14-6.el7.noarch
6550 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6551 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6552 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6553 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6554 --> php-gd-5.4.16-23.el7_0.3.x86_64
6555 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6556 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6557 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6558 --> php-mcrypt-5.4.16-3.el7.x86_64
6559 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6560 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6561 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6562 --> Already installed : python-2.7.5-16.el7.x86_64
6563 --> uglify-js-2.4.13-5.el7.noarch
6564 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6565 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6566 --> php-xml-5.4.16-23.el7_0.3.x86_64
6567 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6568 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6569 --> 1:php-pear-1.9.4-21.el7.noarch
6570 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6571 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6572Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6573 --> Already installed : python-2.7.5-16.el7.x86_64
6574 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6575 --> uglify-js-2.4.13-5.el7.noarch
6576Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6577 --> php-pear-DB-1.7.14-6.el7.noarch
6578 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6579 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6580 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6581 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6582 --> php-gd-5.4.16-23.el7_0.3.x86_64
6583 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6584 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6585 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6586 --> php-mcrypt-5.4.16-3.el7.x86_64
6587 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6588 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6589 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6590 --> Already installed : python-2.7.5-16.el7.x86_64
6591 --> uglify-js-2.4.13-5.el7.noarch
6592 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6593 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6594 --> php-xml-5.4.16-23.el7_0.3.x86_64
6595 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6596 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6597 --> 1:php-pear-1.9.4-21.el7.noarch
6598 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6599 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6600Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6601 --> Already installed : python-2.7.5-16.el7.x86_64
6602 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6603 --> uglify-js-2.4.13-5.el7.noarch
6604Getting requirements for protobuf-2.5.0-7.el7.src
6605 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
6606 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6607 --> python-devel-2.7.5-16.el7.x86_64
6608 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6609 --> maven-surefire-plugin-2.15-3.el7.noarch
6610 --> maven-resources-plugin-2.6-6.el7.noarch
6611 --> maven-local-3.4.1-6.el7_0.noarch
6612 --> maven-javadoc-plugin-2.9-8.el7.noarch
6613 --> maven-jar-plugin-2.4-8.el7.noarch
6614 --> maven-install-plugin-2.4-7.el7.noarch
6615 --> maven-compiler-plugin-3.1-4.el7.noarch
6616 --> maven-antrun-plugin-1.7-8.el7.noarch
6617 --> Already installed : libtool-2.4.2-20.el7.x86_64
6618 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
6619 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
6620 --> 1:emacs-el-24.3-11.el7.noarch
6621 --> 1:emacs-24.3-11.el7.x86_64
6622 --> Already installed : automake-1.13.4-3.el7.noarch
6623 --> Already installed : autoconf-2.69-11.el7.noarch
6624Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6625 --> php-pear-DB-1.7.14-6.el7.noarch
6626 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6627 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6628 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6629 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6630 --> php-gd-5.4.16-23.el7_0.3.x86_64
6631 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6632 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6633 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6634 --> php-mcrypt-5.4.16-3.el7.x86_64
6635 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6636 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6637 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6638 --> Already installed : python-2.7.5-16.el7.x86_64
6639 --> uglify-js-2.4.13-5.el7.noarch
6640 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6641 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6642 --> php-xml-5.4.16-23.el7_0.3.x86_64
6643 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6644 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6645 --> 1:php-pear-1.9.4-21.el7.noarch
6646 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6647 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6648Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
6649Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6650 --> php-pear-DB-1.7.14-6.el7.noarch
6651 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6652 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6653 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6654 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6655 --> php-gd-5.4.16-23.el7_0.3.x86_64
6656 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6657 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6658 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6659 --> php-mcrypt-5.4.16-3.el7.x86_64
6660 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6661 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6662 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6663 --> Already installed : python-2.7.5-16.el7.x86_64
6664 --> uglify-js-2.4.13-5.el7.noarch
6665 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6666 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6667 --> php-xml-5.4.16-23.el7_0.3.x86_64
6668 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6669 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6670 --> 1:php-pear-1.9.4-21.el7.noarch
6671 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6672 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6673Getting requirements for protobuf-2.5.0-7.el7.src
6674 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
6675 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6676 --> python-devel-2.7.5-16.el7.x86_64
6677 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6678 --> maven-surefire-plugin-2.15-3.el7.noarch
6679 --> maven-resources-plugin-2.6-6.el7.noarch
6680 --> maven-local-3.4.1-6.el7_0.noarch
6681 --> maven-javadoc-plugin-2.9-8.el7.noarch
6682 --> maven-jar-plugin-2.4-8.el7.noarch
6683 --> maven-install-plugin-2.4-7.el7.noarch
6684 --> maven-compiler-plugin-3.1-4.el7.noarch
6685 --> maven-antrun-plugin-1.7-8.el7.noarch
6686 --> Already installed : libtool-2.4.2-20.el7.x86_64
6687 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
6688 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
6689 --> 1:emacs-el-24.3-11.el7.noarch
6690 --> 1:emacs-24.3-11.el7.x86_64
6691 --> Already installed : automake-1.13.4-3.el7.noarch
6692 --> Already installed : autoconf-2.69-11.el7.noarch
6693Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6694 --> Already installed : python-2.7.5-16.el7.x86_64
6695 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6696 --> uglify-js-2.4.13-5.el7.noarch
6697Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6698 --> php-pear-DB-1.7.14-6.el7.noarch
6699 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6700 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6701 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6702 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6703 --> php-gd-5.4.16-23.el7_0.3.x86_64
6704 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6705 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6706 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6707 --> php-mcrypt-5.4.16-3.el7.x86_64
6708 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6709 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6710 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6711 --> Already installed : python-2.7.5-16.el7.x86_64
6712 --> uglify-js-2.4.13-5.el7.noarch
6713 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6714 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6715 --> php-xml-5.4.16-23.el7_0.3.x86_64
6716 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6717 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6718 --> 1:php-pear-1.9.4-21.el7.noarch
6719 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6720 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6721Getting requirements for kolab-3.1.9-5.el7.kolab_3.5.src
6722Getting requirements for cyrus-imapd-2.5.2-4.el7.kolab_3.5.src
6723 --> 1:transfig-3.2.5d-13.el7.x86_64
6724 --> libuuid-devel-2.23.2-22.el7_1.x86_64
6725 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
6726 --> Already installed : libtool-2.4.2-20.el7.x86_64
6727 --> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
6728 --> openldap-devel-2.4.39-6.el7.x86_64
6729 --> Already installed : gcc-4.8.3-9.el7.x86_64
6730 --> krb5-devel-1.12.2-14.el7.x86_64
6731 --> Already installed : automake-1.13.4-3.el7.noarch
6732 --> CUnit-devel-2.1.3-8.el7.x86_64
6733 --> Already installed : bison-2.7-4.el7.x86_64
6734 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
6735 --> cyrus-sasl-md5-2.1.26-17.el7.x86_64
6736 --> 4:perl-devel-5.16.3-285.el7.x86_64
6737 --> Already installed : flex-2.5.37-3.el7.x86_64
6738 --> groff-1.22.2-8.el7.x86_64
6739 --> Already installed : cyrus-sasl-plain-2.1.26-17.el7.x86_64
6740 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
6741 --> jansson-devel-2.4-6.el7.x86_64
6742 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6743 --> Already installed : autoconf-2.69-11.el7.noarch
6744Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6745 --> Already installed : python-2.7.5-16.el7.x86_64
6746 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6747 --> uglify-js-2.4.13-5.el7.noarch
6748Getting requirements for cyrus-imapd-2.4.17-7.el7.src
6749 --> 1:transfig-3.2.5d-13.el7.x86_64
6750 --> tcp_wrappers-7.6-77.el7.x86_64
6751 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6752 --> 4:perl-devel-5.16.3-285.el7.x86_64
6753 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
6754 --> openldap-devel-2.4.39-6.el7.x86_64
6755 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
6756 --> libdb-devel-5.3.21-17.el7_0.1.x86_64
6757 --> krb5-devel-1.12.2-14.el7.x86_64
6758 --> groff-1.22.2-8.el7.x86_64
6759 --> Already installed : flex-2.5.37-3.el7.x86_64
6760 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
6761 --> Already installed : bison-2.7-4.el7.x86_64
6762 --> Already installed : automake-1.13.4-3.el7.noarch
6763 --> Already installed : autoconf-2.69-11.el7.noarch
6764Getting requirements for protobuf-2.5.0-7.el7.src
6765 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
6766 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6767 --> python-devel-2.7.5-16.el7.x86_64
6768 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6769 --> maven-surefire-plugin-2.15-3.el7.noarch
6770 --> maven-resources-plugin-2.6-6.el7.noarch
6771 --> maven-local-3.4.1-6.el7_0.noarch
6772 --> maven-javadoc-plugin-2.9-8.el7.noarch
6773 --> maven-jar-plugin-2.4-8.el7.noarch
6774 --> maven-install-plugin-2.4-7.el7.noarch
6775 --> maven-compiler-plugin-3.1-4.el7.noarch
6776 --> maven-antrun-plugin-1.7-8.el7.noarch
6777 --> Already installed : libtool-2.4.2-20.el7.x86_64
6778 --> Already installed : javapackages-tools-3.4.1-6.el7_0.noarch
6779 --> Already installed : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_64
6780 --> 1:emacs-el-24.3-11.el7.noarch
6781 --> 1:emacs-24.3-11.el7.x86_64
6782 --> Already installed : automake-1.13.4-3.el7.noarch
6783 --> Already installed : autoconf-2.69-11.el7.noarch
6784Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6785 --> Already installed : python-2.7.5-16.el7.x86_64
6786 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6787 --> uglify-js-2.4.13-5.el7.noarch
6788Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6789 --> php-pear-DB-1.7.14-6.el7.noarch
6790 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6791 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6792 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6793 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6794 --> php-gd-5.4.16-23.el7_0.3.x86_64
6795 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6796 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6797 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6798 --> php-mcrypt-5.4.16-3.el7.x86_64
6799 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6800 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6801 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6802 --> Already installed : python-2.7.5-16.el7.x86_64
6803 --> uglify-js-2.4.13-5.el7.noarch
6804 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6805 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6806 --> php-xml-5.4.16-23.el7_0.3.x86_64
6807 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6808 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6809 --> 1:php-pear-1.9.4-21.el7.noarch
6810 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6811 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6812Getting requirements for cyrus-imapd-2.4.17-8.el7_1.src
6813 --> 1:transfig-3.2.5d-13.el7.x86_64
6814 --> tcp_wrappers-7.6-77.el7.x86_64
6815 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
6816 --> 4:perl-devel-5.16.3-285.el7.x86_64
6817 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
6818 --> openldap-devel-2.4.39-6.el7.x86_64
6819 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
6820 --> libdb-devel-5.3.21-17.el7_0.1.x86_64
6821 --> krb5-devel-1.12.2-14.el7.x86_64
6822 --> groff-1.22.2-8.el7.x86_64
6823 --> Already installed : flex-2.5.37-3.el7.x86_64
6824 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
6825 --> Already installed : bison-2.7-4.el7.x86_64
6826 --> Already installed : automake-1.13.4-3.el7.noarch
6827 --> Already installed : autoconf-2.69-11.el7.noarch
6828Getting requirements for python-cryptography-0.6.1-3.el7.kolab_3.5.src
6829 --> python-six-1.9.0-2.el7.kolab_3.5.noarch
6830 --> python-pyasn1-0.1.6-2.el7.noarch
6831 --> python-cryptography-vectors-0.8-1.el7.noarch
6832 --> python-iso8601-0.1.10-1.el7.noarch
6833 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
6834 --> python-devel-2.7.5-16.el7.x86_64
6835 --> python-cffi-0.8.6-1.el7.kolab_3.5.x86_64
6836 --> pytest-2.3.5-4.el7.noarch
6837 --> python-pretend-1.0.8-2.el7.noarch
6838 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6839Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6840 --> php-pear-DB-1.7.14-6.el7.noarch
6841 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6842 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6843 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6844 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6845 --> php-gd-5.4.16-23.el7_0.3.x86_64
6846 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6847 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6848 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6849 --> php-mcrypt-5.4.16-3.el7.x86_64
6850 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6851 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6852 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6853 --> Already installed : python-2.7.5-16.el7.x86_64
6854 --> uglify-js-2.4.13-5.el7.noarch
6855 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6856 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6857 --> php-xml-5.4.16-23.el7_0.3.x86_64
6858 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6859 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6860 --> 1:php-pear-1.9.4-21.el7.noarch
6861 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6862 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6863Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6864 --> php-pear-DB-1.7.14-6.el7.noarch
6865 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6866 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6867 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6868 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6869 --> php-gd-5.4.16-23.el7_0.3.x86_64
6870 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6871 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6872 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6873 --> php-mcrypt-5.4.16-3.el7.x86_64
6874 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6875 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6876 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6877 --> Already installed : python-2.7.5-16.el7.x86_64
6878 --> uglify-js-2.4.13-5.el7.noarch
6879 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6880 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6881 --> php-xml-5.4.16-23.el7_0.3.x86_64
6882 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6883 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6884 --> 1:php-pear-1.9.4-21.el7.noarch
6885 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6886 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6887Getting requirements for python-riak-2.1.0-1.el7.kolab_3.5.src
6888 --> python-devel-2.7.5-16.el7.x86_64
6889 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
6890Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6891 --> php-pear-DB-1.7.14-6.el7.noarch
6892 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6893 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6894 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6895 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6896 --> php-gd-5.4.16-23.el7_0.3.x86_64
6897 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6898 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6899 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6900 --> php-mcrypt-5.4.16-3.el7.x86_64
6901 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6902 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6903 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6904 --> Already installed : python-2.7.5-16.el7.x86_64
6905 --> uglify-js-2.4.13-5.el7.noarch
6906 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6907 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6908 --> php-xml-5.4.16-23.el7_0.3.x86_64
6909 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6910 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6911 --> 1:php-pear-1.9.4-21.el7.noarch
6912 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6913 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6914Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6915 --> php-pear-DB-1.7.14-6.el7.noarch
6916 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6917 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6918 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6919 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6920 --> php-gd-5.4.16-23.el7_0.3.x86_64
6921 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6922 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6923 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6924 --> php-mcrypt-5.4.16-3.el7.x86_64
6925 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6926 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6927 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6928 --> Already installed : python-2.7.5-16.el7.x86_64
6929 --> uglify-js-2.4.13-5.el7.noarch
6930 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6931 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6932 --> php-xml-5.4.16-23.el7_0.3.x86_64
6933 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6934 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6935 --> 1:php-pear-1.9.4-21.el7.noarch
6936 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6937 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6938Getting requirements for libkolab-0.6.git.1429288613-12.el7.kolab_3.5.src
6939 --> libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
6940 --> libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
6941 --> 1:qt-devel-4.8.5-8.el7.x86_64
6942 --> libcurl-devel-7.29.0-19.el7.x86_64
6943 --> php-5.4.16-23.el7_0.3.x86_64
6944 --> php-devel-5.4.16-23.el7_0.3.x86_64
6945 --> python-devel-2.7.5-16.el7.x86_64
6946 --> cmake-2.8.11-4.el7.x86_64
6947Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6948 --> Already installed : python-2.7.5-16.el7.x86_64
6949 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6950 --> uglify-js-2.4.13-5.el7.noarch
6951Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6952 --> php-pear-DB-1.7.14-6.el7.noarch
6953 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6954 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6955 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6956 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6957 --> php-gd-5.4.16-23.el7_0.3.x86_64
6958 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6959 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6960 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6961 --> php-mcrypt-5.4.16-3.el7.x86_64
6962 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6963 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6964 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6965 --> Already installed : python-2.7.5-16.el7.x86_64
6966 --> uglify-js-2.4.13-5.el7.noarch
6967 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
6968 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
6969 --> php-xml-5.4.16-23.el7_0.3.x86_64
6970 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
6971 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
6972 --> 1:php-pear-1.9.4-21.el7.noarch
6973 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
6974 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6975Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
6976 --> Already installed : python-2.7.5-16.el7.x86_64
6977 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
6978 --> uglify-js-2.4.13-5.el7.noarch
6979Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src
6980 --> libuuid-devel-2.23.2-22.el7_1.x86_64
6981 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
6982 --> Already installed : automake-1.13.4-3.el7.noarch
6983 --> Already installed : autoconf-2.69-11.el7.noarch
6984 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
6985Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
6986 --> php-pear-DB-1.7.14-6.el7.noarch
6987 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
6988 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
6989 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
6990 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
6991 --> php-gd-5.4.16-23.el7_0.3.x86_64
6992 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
6993 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
6994 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
6995 --> php-mcrypt-5.4.16-3.el7.x86_64
6996 --> php-pdo-5.4.16-23.el7_0.3.x86_64
6997 --> composer-1.0.0-14.el7.kolab_3.5.noarch
6998 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
6999 --> Already installed : python-2.7.5-16.el7.x86_64
7000 --> uglify-js-2.4.13-5.el7.noarch
7001 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7002 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7003 --> php-xml-5.4.16-23.el7_0.3.x86_64
7004 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7005 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7006 --> 1:php-pear-1.9.4-21.el7.noarch
7007 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7008 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7009Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
7010Getting requirements for libcalendaring-4.9.1-3.el7.kolab_3.5.src
7011 --> libical-devel-0.48-6.el7.x86_64
7012 --> boost-devel-1.53.0-23.el7.x86_64
7013 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7014 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
7015 --> 1:qt-devel-4.8.5-8.el7.x86_64
7016 --> cmake-2.8.11-4.el7.x86_64
7017Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7018 --> Already installed : python-2.7.5-16.el7.x86_64
7019 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7020 --> uglify-js-2.4.13-5.el7.noarch
7021Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7022 --> Already installed : python-2.7.5-16.el7.x86_64
7023 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7024 --> uglify-js-2.4.13-5.el7.noarch
7025Getting requirements for python-werkzeug-0.9.6-1.el7.kolab_3.5.src
7026 --> python-sphinx-1.1.3-8.el7.noarch
7027 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7028 --> python-devel-2.7.5-16.el7.x86_64
7029Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7030 --> php-pear-DB-1.7.14-6.el7.noarch
7031 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7032 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7033 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7034 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7035 --> php-gd-5.4.16-23.el7_0.3.x86_64
7036 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7037 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7038 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7039 --> php-mcrypt-5.4.16-3.el7.x86_64
7040 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7041 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7042 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7043 --> Already installed : python-2.7.5-16.el7.x86_64
7044 --> uglify-js-2.4.13-5.el7.noarch
7045 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7046 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7047 --> php-xml-5.4.16-23.el7_0.3.x86_64
7048 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7049 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7050 --> 1:php-pear-1.9.4-21.el7.noarch
7051 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7052 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7053Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7054 --> php-pear-DB-1.7.14-6.el7.noarch
7055 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7056 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7057 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7058 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7059 --> php-gd-5.4.16-23.el7_0.3.x86_64
7060 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7061 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7062 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7063 --> php-mcrypt-5.4.16-3.el7.x86_64
7064 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7065 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7066 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7067 --> Already installed : python-2.7.5-16.el7.x86_64
7068 --> uglify-js-2.4.13-5.el7.noarch
7069 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7070 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7071 --> php-xml-5.4.16-23.el7_0.3.x86_64
7072 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7073 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7074 --> 1:php-pear-1.9.4-21.el7.noarch
7075 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7076 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7077Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
7078Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7079 --> Already installed : python-2.7.5-16.el7.x86_64
7080 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7081 --> uglify-js-2.4.13-5.el7.noarch
7082Getting requirements for python-cffi-0.8.6-1.el7.kolab_3.5.src
7083 --> Cython-0.19-3.el7.x86_64
7084 --> Already installed : libffi-devel-3.0.13-11.el7.x86_64
7085 --> python-pycparser-2.10-1.el7.kolab_3.5.noarch
7086 --> python-sphinx-1.1.3-8.el7.noarch
7087 --> python-devel-2.7.5-16.el7.x86_64
7088 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7089Getting requirements for erlang-mustache-0.1.0-8.el7.kolab_3.5.src
7090 --> erlang-erts-R16B-03.10.el7.x86_64
7091Getting requirements for php-JsonSchema-1.4.1-1.el7.kolab_3.5.src
7092 --> php-common-5.4.16-23.el7_0.3.x86_64
7093 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7094 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7095 --> php-common-5.4.16-23.el7_0.3.x86_64
7096 --> php-common-5.4.16-23.el7_0.3.x86_64
7097 --> php-common-5.4.16-23.el7_0.3.x86_64
7098 --> php-common-5.4.16-23.el7_0.3.x86_64
7099 --> php-common-5.4.16-23.el7_0.3.x86_64
7100 --> php-common-5.4.16-23.el7_0.3.x86_64
7101Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7102 --> php-pear-DB-1.7.14-6.el7.noarch
7103 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7104 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7105 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7106 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7107 --> php-gd-5.4.16-23.el7_0.3.x86_64
7108 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7109 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7110 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7111 --> php-mcrypt-5.4.16-3.el7.x86_64
7112 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7113 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7114 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7115 --> Already installed : python-2.7.5-16.el7.x86_64
7116 --> uglify-js-2.4.13-5.el7.noarch
7117 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7118 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7119 --> php-xml-5.4.16-23.el7_0.3.x86_64
7120 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7121 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7122 --> 1:php-pear-1.9.4-21.el7.noarch
7123 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7124 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7125Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7126 --> Already installed : python-2.7.5-16.el7.x86_64
7127 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7128 --> uglify-js-2.4.13-5.el7.noarch
7129Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7130 --> Already installed : python-2.7.5-16.el7.x86_64
7131 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7132 --> uglify-js-2.4.13-5.el7.noarch
7133Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7134 --> php-pear-DB-1.7.14-6.el7.noarch
7135 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7136 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7137 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7138 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7139 --> php-gd-5.4.16-23.el7_0.3.x86_64
7140 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7141 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7142 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7143 --> php-mcrypt-5.4.16-3.el7.x86_64
7144 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7145 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7146 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7147 --> Already installed : python-2.7.5-16.el7.x86_64
7148 --> uglify-js-2.4.13-5.el7.noarch
7149 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7150 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7151 --> php-xml-5.4.16-23.el7_0.3.x86_64
7152 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7153 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7154 --> 1:php-pear-1.9.4-21.el7.noarch
7155 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7156 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7157Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7158 --> Already installed : python-2.7.5-16.el7.x86_64
7159 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7160 --> uglify-js-2.4.13-5.el7.noarch
7161Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7162 --> Already installed : python-2.7.5-16.el7.x86_64
7163 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7164 --> uglify-js-2.4.13-5.el7.noarch
7165Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7166 --> Already installed : python-2.7.5-16.el7.x86_64
7167 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7168 --> uglify-js-2.4.13-5.el7.noarch
7169Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7170 --> php-pear-DB-1.7.14-6.el7.noarch
7171 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7172 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7173 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7174 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7175 --> php-gd-5.4.16-23.el7_0.3.x86_64
7176 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7177 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7178 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7179 --> php-mcrypt-5.4.16-3.el7.x86_64
7180 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7181 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7182 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7183 --> Already installed : python-2.7.5-16.el7.x86_64
7184 --> uglify-js-2.4.13-5.el7.noarch
7185 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7186 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7187 --> php-xml-5.4.16-23.el7_0.3.x86_64
7188 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7189 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7190 --> 1:php-pear-1.9.4-21.el7.noarch
7191 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7192 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7193Getting requirements for php-ZendFramework-1.12.11-1.el7.src
7194Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7195 --> php-pear-DB-1.7.14-6.el7.noarch
7196 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7197 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7198 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7199 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7200 --> php-gd-5.4.16-23.el7_0.3.x86_64
7201 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7202 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7203 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7204 --> php-mcrypt-5.4.16-3.el7.x86_64
7205 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7206 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7207 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7208 --> Already installed : python-2.7.5-16.el7.x86_64
7209 --> uglify-js-2.4.13-5.el7.noarch
7210 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7211 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7212 --> php-xml-5.4.16-23.el7_0.3.x86_64
7213 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7214 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7215 --> 1:php-pear-1.9.4-21.el7.noarch
7216 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7217 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7218Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
7219 --> 1:emacs-el-24.3-11.el7.noarch
7220 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7221 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
7222 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
7223 --> Already installed : automake-1.13.4-3.el7.noarch
7224 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
7225 --> Already installed : autoconf-2.69-11.el7.noarch
7226 --> Already installed : libtool-2.4.2-20.el7.x86_64
7227 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
7228 --> pytz-2012d-5.el7.noarch
7229 --> python-devel-2.7.5-16.el7.x86_64
7230 --> python-dateutil-1.5-7.el7.noarch
7231 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7232 --> 1:emacs-24.3-11.el7.x86_64
7233Getting requirements for python-flask-script-2.0.5-6.el7.kolab_3.5.src
7234 --> python-sphinx-1.1.3-8.el7.noarch
7235 --> 1:python-flask-0.10.1-7.el7.kolab_3.5.noarch
7236 --> python-devel-2.7.5-16.el7.x86_64
7237 --> Already installed : python-2.7.5-16.el7.x86_64
7238 --> pytest-2.3.5-4.el7.noarch
7239 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7240Getting requirements for erlang-iso8601-1.2-4.el7.kolab_3.5.src
7241 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
7242Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
7243 --> 1:emacs-el-24.3-11.el7.noarch
7244 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7245 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
7246 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
7247 --> Already installed : automake-1.13.4-3.el7.noarch
7248 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
7249 --> Already installed : autoconf-2.69-11.el7.noarch
7250 --> Already installed : libtool-2.4.2-20.el7.x86_64
7251 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
7252 --> pytz-2012d-5.el7.noarch
7253 --> python-devel-2.7.5-16.el7.x86_64
7254 --> python-dateutil-1.5-7.el7.noarch
7255 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7256 --> 1:emacs-24.3-11.el7.x86_64
7257Getting requirements for php-sabre-vobject-3.2.4-1.el7.kolab_3.5.src
7258 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7259 --> php-common-5.4.16-23.el7_0.3.x86_64
7260Getting requirements for python-cssmin-0.2.0-3.el7.src
7261 --> python-devel-2.7.5-16.el7.x86_64
7262 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7263Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7264 --> Already installed : python-2.7.5-16.el7.x86_64
7265 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7266 --> uglify-js-2.4.13-5.el7.noarch
7267Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7268 --> php-pear-DB-1.7.14-6.el7.noarch
7269 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7270 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7271 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7272 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7273 --> php-gd-5.4.16-23.el7_0.3.x86_64
7274 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7275 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7276 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7277 --> php-mcrypt-5.4.16-3.el7.x86_64
7278 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7279 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7280 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7281 --> Already installed : python-2.7.5-16.el7.x86_64
7282 --> uglify-js-2.4.13-5.el7.noarch
7283 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7284 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7285 --> php-xml-5.4.16-23.el7_0.3.x86_64
7286 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7287 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7288 --> 1:php-pear-1.9.4-21.el7.noarch
7289 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7290 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7291Getting requirements for python-cryptography-vectors-0.8-1.el7.src
7292 --> python-devel-2.7.5-16.el7.x86_64
7293 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7294Getting requirements for erlang-protobuffs-0.8.0-8.el7.kolab_3.5.src
7295 --> erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64
7296 --> erlang-common_test-R16B-03.10.el7.x86_64
7297 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
7298 --> erlang-parsetools-R16B-03.10.el7.x86_64
7299Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7300 --> Already installed : python-2.7.5-16.el7.x86_64
7301 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7302 --> uglify-js-2.4.13-5.el7.noarch
7303Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7304 --> php-pear-DB-1.7.14-6.el7.noarch
7305 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7306 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7307 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7308 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7309 --> php-gd-5.4.16-23.el7_0.3.x86_64
7310 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7311 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7312 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7313 --> php-mcrypt-5.4.16-3.el7.x86_64
7314 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7315 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7316 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7317 --> Already installed : python-2.7.5-16.el7.x86_64
7318 --> uglify-js-2.4.13-5.el7.noarch
7319 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7320 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7321 --> php-xml-5.4.16-23.el7_0.3.x86_64
7322 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7323 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7324 --> 1:php-pear-1.9.4-21.el7.noarch
7325 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7326 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7327Getting requirements for copenhagen-0.0.1-4.el7.kolab_3.5.src
7328 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7329 --> php-pear-HTTP-Request2-2.2.1-1.el7.noarch
7330 --> roundcubemail-core-1.2-3.el7.kolab_3.5.noarch
7331Getting requirements for python-icalendar-3.8.2-8.el7.kolab_3.5.src
7332 --> python-devel-2.7.5-16.el7.x86_64
7333 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7334Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7335 --> Already installed : python-2.7.5-16.el7.x86_64
7336 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7337 --> uglify-js-2.4.13-5.el7.noarch
7338Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7339 --> php-pear-DB-1.7.14-6.el7.noarch
7340 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7341 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7342 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7343 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7344 --> php-gd-5.4.16-23.el7_0.3.x86_64
7345 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7346 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7347 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7348 --> php-mcrypt-5.4.16-3.el7.x86_64
7349 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7350 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7351 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7352 --> Already installed : python-2.7.5-16.el7.x86_64
7353 --> uglify-js-2.4.13-5.el7.noarch
7354 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7355 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7356 --> php-xml-5.4.16-23.el7_0.3.x86_64
7357 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7358 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7359 --> 1:php-pear-1.9.4-21.el7.noarch
7360 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7361 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7362Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7363 --> php-pear-DB-1.7.14-6.el7.noarch
7364 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7365 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7366 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7367 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7368 --> php-gd-5.4.16-23.el7_0.3.x86_64
7369 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7370 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7371 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7372 --> php-mcrypt-5.4.16-3.el7.x86_64
7373 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7374 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7375 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7376 --> Already installed : python-2.7.5-16.el7.x86_64
7377 --> uglify-js-2.4.13-5.el7.noarch
7378 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7379 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7380 --> php-xml-5.4.16-23.el7_0.3.x86_64
7381 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7382 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7383 --> 1:php-pear-1.9.4-21.el7.noarch
7384 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7385 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7386Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7387 --> php-pear-DB-1.7.14-6.el7.noarch
7388 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7389 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7390 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7391 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7392 --> php-gd-5.4.16-23.el7_0.3.x86_64
7393 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7394 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7395 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7396 --> php-mcrypt-5.4.16-3.el7.x86_64
7397 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7398 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7399 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7400 --> Already installed : python-2.7.5-16.el7.x86_64
7401 --> uglify-js-2.4.13-5.el7.noarch
7402 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7403 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7404 --> php-xml-5.4.16-23.el7_0.3.x86_64
7405 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7406 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7407 --> 1:php-pear-1.9.4-21.el7.noarch
7408 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7409 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7410Getting requirements for protobuf-2.6.1-2.el7.kolab_3.5.src
7411 --> 1:emacs-el-24.3-11.el7.noarch
7412 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7413 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
7414 --> python-gflags-2.0-6.el7.kolab_3.5.noarch
7415 --> Already installed : automake-1.13.4-3.el7.noarch
7416 --> python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch
7417 --> Already installed : autoconf-2.69-11.el7.noarch
7418 --> Already installed : libtool-2.4.2-20.el7.x86_64
7419 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
7420 --> pytz-2012d-5.el7.noarch
7421 --> python-devel-2.7.5-16.el7.x86_64
7422 --> python-dateutil-1.5-7.el7.noarch
7423 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7424 --> 1:emacs-24.3-11.el7.x86_64
7425Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7426 --> php-pear-DB-1.7.14-6.el7.noarch
7427 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7428 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7429 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7430 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7431 --> php-gd-5.4.16-23.el7_0.3.x86_64
7432 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7433 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7434 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7435 --> php-mcrypt-5.4.16-3.el7.x86_64
7436 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7437 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7438 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7439 --> Already installed : python-2.7.5-16.el7.x86_64
7440 --> uglify-js-2.4.13-5.el7.noarch
7441 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7442 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7443 --> php-xml-5.4.16-23.el7_0.3.x86_64
7444 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7445 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7446 --> 1:php-pear-1.9.4-21.el7.noarch
7447 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7448 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7449Getting requirements for kolab-syncroton-2.3.2-1.el7.kolab_3.5.src
7450 --> roundcubemail-plugin-kolab_auth-3.3-1.el7.kolab_3.5.noarch
7451 --> roundcubemail-plugin-kolab_folders-3.3-1.el7.kolab_3.5.noarch
7452 --> roundcubemail-plugin-libkolab-3.3-1.el7.kolab_3.5.noarch
7453Getting requirements for python-cryptography-vectors-0.6.1-1.el7.kolab_3.5.src
7454 --> python-devel-2.7.5-16.el7.x86_64
7455 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7456Getting requirements for python-flask-login-0.2.11-3.el7.kolab_3.5.src
7457 --> python-devel-2.7.5-16.el7.x86_64
7458 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7459Getting requirements for python-six-1.9.0-2.el7.kolab_3.5.src
7460 --> python-devel-2.7.5-16.el7.x86_64
7461 --> pytest-2.3.5-4.el7.noarch
7462 --> tkinter-2.7.5-16.el7.x86_64
7463Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7464 --> Already installed : python-2.7.5-16.el7.x86_64
7465 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7466 --> uglify-js-2.4.13-5.el7.noarch
7467Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
7468 --> python-nose-1.3.0-2.el7.noarch
7469 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
7470 --> python-pyasn1-modules-0.1.6-2.el7.noarch
7471 --> Already installed : intltool-0.50.2-6.el7.noarch
7472 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
7473 --> pytz-2012d-5.el7.noarch
7474 --> Already installed : python-2.7.5-16.el7.x86_64
7475 --> python-twisted-core-12.2.0-4.el7.x86_64
7476 --> python-pyasn1-0.1.6-2.el7.noarch
7477 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
7478 --> python-sqlalchemy-0.9.7-3.el7.x86_64
7479 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
7480 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
7481 --> python-ldap-2.4.15-2.el7.x86_64
7482 --> Already installed : gcc-4.8.3-9.el7.x86_64
7483Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7484 --> Already installed : python-2.7.5-16.el7.x86_64
7485 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7486 --> uglify-js-2.4.13-5.el7.noarch
7487Getting requirements for cyrus-imapd-2.5.2-4.el7.kolab_3.5.src
7488 --> 1:transfig-3.2.5d-13.el7.x86_64
7489 --> libuuid-devel-2.23.2-22.el7_1.x86_64
7490 --> cyrus-sasl-devel-2.1.26-17.el7.x86_64
7491 --> Already installed : libtool-2.4.2-20.el7.x86_64
7492 --> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
7493 --> openldap-devel-2.4.39-6.el7.x86_64
7494 --> Already installed : gcc-4.8.3-9.el7.x86_64
7495 --> krb5-devel-1.12.2-14.el7.x86_64
7496 --> Already installed : automake-1.13.4-3.el7.noarch
7497 --> CUnit-devel-2.1.3-8.el7.x86_64
7498 --> Already installed : bison-2.7-4.el7.x86_64
7499 --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64
7500 --> cyrus-sasl-md5-2.1.26-17.el7.x86_64
7501 --> 4:perl-devel-5.16.3-285.el7.x86_64
7502 --> Already installed : flex-2.5.37-3.el7.x86_64
7503 --> groff-1.22.2-8.el7.x86_64
7504 --> Already installed : cyrus-sasl-plain-2.1.26-17.el7.x86_64
7505 --> 1:net-snmp-devel-5.7.2-20.el7.x86_64
7506 --> jansson-devel-2.4-6.el7.x86_64
7507 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
7508 --> Already installed : autoconf-2.69-11.el7.noarch
7509Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7510 --> php-pear-DB-1.7.14-6.el7.noarch
7511 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7512 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7513 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7514 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7515 --> php-gd-5.4.16-23.el7_0.3.x86_64
7516 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7517 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7518 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7519 --> php-mcrypt-5.4.16-3.el7.x86_64
7520 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7521 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7522 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7523 --> Already installed : python-2.7.5-16.el7.x86_64
7524 --> uglify-js-2.4.13-5.el7.noarch
7525 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7526 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7527 --> php-xml-5.4.16-23.el7_0.3.x86_64
7528 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7529 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7530 --> 1:php-pear-1.9.4-21.el7.noarch
7531 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7532 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7533Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7534 --> php-pear-DB-1.7.14-6.el7.noarch
7535 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7536 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7537 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7538 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7539 --> php-gd-5.4.16-23.el7_0.3.x86_64
7540 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7541 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7542 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7543 --> php-mcrypt-5.4.16-3.el7.x86_64
7544 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7545 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7546 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7547 --> Already installed : python-2.7.5-16.el7.x86_64
7548 --> uglify-js-2.4.13-5.el7.noarch
7549 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7550 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7551 --> php-xml-5.4.16-23.el7_0.3.x86_64
7552 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7553 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7554 --> 1:php-pear-1.9.4-21.el7.noarch
7555 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7556 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7557Getting requirements for erlang-jsx-2.4.0-4.el7.kolab_3.5.src
7558 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
7559Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7560 --> Already installed : python-2.7.5-16.el7.x86_64
7561 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7562 --> uglify-js-2.4.13-5.el7.noarch
7563Getting requirements for php-pear-Net-LDAP2-2.1.0-1.el7.src
7564 --> 1:php-pear-1.9.4-21.el7.noarch
7565Getting requirements for php-JsonSchema-1.4.1-1.el7.src
7566 --> php-common-5.4.16-23.el7_0.3.x86_64
7567 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7568 --> php-common-5.4.16-23.el7_0.3.x86_64
7569 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7570 --> php-common-5.4.16-23.el7_0.3.x86_64
7571 --> php-common-5.4.16-23.el7_0.3.x86_64
7572 --> php-common-5.4.16-23.el7_0.3.x86_64
7573 --> php-common-5.4.16-23.el7_0.3.x86_64
7574 --> php-common-5.4.16-23.el7_0.3.x86_64
7575Getting requirements for kolab-autodiscover-0.1-5.el7.kolab_3.5.src
7576Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7577 --> Already installed : python-2.7.5-16.el7.x86_64
7578 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7579 --> uglify-js-2.4.13-5.el7.noarch
7580Getting requirements for swig-2.0.11-11.el7.kolab_3.5.src
7581 --> Already installed : automake-1.13.4-3.el7.noarch
7582 --> 5:guile-devel-2.0.9-5.el7.x86_64
7583 --> dos2unix-6.0.3-4.el7.x86_64
7584 --> pcre-devel-8.32-14.el7.x86_64
7585 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7586 --> boost-devel-1.53.0-23.el7.x86_64
7587 --> Already installed : 4:perl-5.16.3-285.el7.x86_64
7588 --> Already installed : autoconf-2.69-11.el7.noarch
7589 --> Already installed : gawk-4.0.2-4.el7.x86_64
7590 --> perl-Test-Simple-0.98-243.el7.noarch
7591 --> 4:perl-devel-5.16.3-285.el7.x86_64
7592 --> 1:tcl-devel-8.5.13-4.el7.x86_64
7593 --> python-devel-2.7.5-16.el7.x86_64
7594Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7595 --> Already installed : python-2.7.5-16.el7.x86_64
7596 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7597 --> uglify-js-2.4.13-5.el7.noarch
7598Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7599 --> php-pear-DB-1.7.14-6.el7.noarch
7600 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7601 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7602 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7603 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7604 --> php-gd-5.4.16-23.el7_0.3.x86_64
7605 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7606 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7607 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7608 --> php-mcrypt-5.4.16-3.el7.x86_64
7609 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7610 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7611 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7612 --> Already installed : python-2.7.5-16.el7.x86_64
7613 --> uglify-js-2.4.13-5.el7.noarch
7614 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7615 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7616 --> php-xml-5.4.16-23.el7_0.3.x86_64
7617 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7618 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7619 --> 1:php-pear-1.9.4-21.el7.noarch
7620 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7621 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7622Getting requirements for pykolab-0.7.13-1.el7.kolab_3.5.src
7623 --> python-nose-1.3.0-2.el7.noarch
7624 --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch
7625 --> python-pyasn1-modules-0.1.6-2.el7.noarch
7626 --> Already installed : intltool-0.50.2-6.el7.noarch
7627 --> Already installed : glib2-devel-2.40.0-4.el7.x86_64
7628 --> pytz-2012d-5.el7.noarch
7629 --> Already installed : python-2.7.5-16.el7.x86_64
7630 --> python-twisted-core-12.2.0-4.el7.x86_64
7631 --> python-pyasn1-0.1.6-2.el7.noarch
7632 --> Already installed : gettext-0.18.2.1-4.el7.x86_64
7633 --> python-sqlalchemy-0.9.7-3.el7.x86_64
7634 --> python-kolabformat-1.2-2.el7.kolab_3.5.x86_64
7635 --> python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
7636 --> python-ldap-2.4.15-2.el7.x86_64
7637 --> Already installed : gcc-4.8.3-9.el7.x86_64
7638Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7639 --> php-pear-DB-1.7.14-6.el7.noarch
7640 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7641 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7642 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7643 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7644 --> php-gd-5.4.16-23.el7_0.3.x86_64
7645 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7646 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7647 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7648 --> php-mcrypt-5.4.16-3.el7.x86_64
7649 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7650 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7651 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7652 --> Already installed : python-2.7.5-16.el7.x86_64
7653 --> uglify-js-2.4.13-5.el7.noarch
7654 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7655 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7656 --> php-xml-5.4.16-23.el7_0.3.x86_64
7657 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7658 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7659 --> 1:php-pear-1.9.4-21.el7.noarch
7660 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7661 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7662Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7663 --> php-pear-DB-1.7.14-6.el7.noarch
7664 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7665 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7666 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7667 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7668 --> php-gd-5.4.16-23.el7_0.3.x86_64
7669 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7670 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7671 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7672 --> php-mcrypt-5.4.16-3.el7.x86_64
7673 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7674 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7675 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7676 --> Already installed : python-2.7.5-16.el7.x86_64
7677 --> uglify-js-2.4.13-5.el7.noarch
7678 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7679 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7680 --> php-xml-5.4.16-23.el7_0.3.x86_64
7681 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7682 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7683 --> 1:php-pear-1.9.4-21.el7.noarch
7684 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7685 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7686Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7687 --> php-pear-DB-1.7.14-6.el7.noarch
7688 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7689 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7690 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7691 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7692 --> php-gd-5.4.16-23.el7_0.3.x86_64
7693 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7694 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7695 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7696 --> php-mcrypt-5.4.16-3.el7.x86_64
7697 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7698 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7699 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7700 --> Already installed : python-2.7.5-16.el7.x86_64
7701 --> uglify-js-2.4.13-5.el7.noarch
7702 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7703 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7704 --> php-xml-5.4.16-23.el7_0.3.x86_64
7705 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7706 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7707 --> 1:php-pear-1.9.4-21.el7.noarch
7708 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7709 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7710Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7711 --> Already installed : python-2.7.5-16.el7.x86_64
7712 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7713 --> uglify-js-2.4.13-5.el7.noarch
7714Getting requirements for erlang-erlydtl-0.7.0-5.el7.kolab_3.5.src
7715 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
7716Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src
7717 --> libuuid-devel-2.23.2-22.el7_1.x86_64
7718 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7719 --> Already installed : automake-1.13.4-3.el7.noarch
7720 --> Already installed : autoconf-2.69-11.el7.noarch
7721 --> Already installed : zlib-devel-1.2.7-13.el7.x86_64
7722Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7723 --> Already installed : python-2.7.5-16.el7.x86_64
7724 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7725 --> uglify-js-2.4.13-5.el7.noarch
7726Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7727 --> Already installed : python-2.7.5-16.el7.x86_64
7728 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7729 --> uglify-js-2.4.13-5.el7.noarch
7730Getting requirements for erlang-riakc-2.0.1-8.el7.kolab_3.5.src
7731 --> erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64
7732 --> erlang-protobuffs-0.8.0-8.el7.kolab_3.5.x86_64
7733 --> erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
7734 --> erlang-riak_pb-2.0.0.16-9.el7.kolab_3.5.x86_64
7735Getting requirements for php-sabre-event-1.0.1-1.el7.kolab_3.5.src
7736 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7737 --> php-common-5.4.16-23.el7_0.3.x86_64
7738Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7739 --> Already installed : python-2.7.5-16.el7.x86_64
7740 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7741 --> uglify-js-2.4.13-5.el7.noarch
7742Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7743 --> Already installed : python-2.7.5-16.el7.x86_64
7744 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7745 --> uglify-js-2.4.13-5.el7.noarch
7746Getting requirements for php-sabre-http-2.0.4-1.el7.kolab_3.5.src
7747 --> php-sabre-event-1.0.1-1.el7.kolab_3.5.noarch
7748 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7749 --> php-common-5.4.16-23.el7_0.3.x86_64
7750 --> php-sabre-event-1.0.1-1.el7.kolab_3.5.noarch
7751Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7752 --> php-pear-DB-1.7.14-6.el7.noarch
7753 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7754 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7755 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7756 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7757 --> php-gd-5.4.16-23.el7_0.3.x86_64
7758 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7759 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7760 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7761 --> php-mcrypt-5.4.16-3.el7.x86_64
7762 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7763 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7764 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7765 --> Already installed : python-2.7.5-16.el7.x86_64
7766 --> uglify-js-2.4.13-5.el7.noarch
7767 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7768 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7769 --> php-xml-5.4.16-23.el7_0.3.x86_64
7770 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7771 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7772 --> 1:php-pear-1.9.4-21.el7.noarch
7773 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7774 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7775Getting requirements for python-six-1.3.0-4.el7.src
7776 --> tkinter-2.7.5-16.el7.x86_64
7777 --> python-devel-2.7.5-16.el7.x86_64
7778 --> pytest-2.3.5-4.el7.noarch
7779Getting requirements for php-sabre-dav-1.8.10-1.el7.src
7780 --> php-sabre-vobject-3.2.4-1.el7.kolab_3.5.noarch
7781 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7782 --> php-common-5.4.16-23.el7_0.3.x86_64
7783 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7784Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7785 --> php-pear-DB-1.7.14-6.el7.noarch
7786 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7787 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7788 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7789 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7790 --> php-gd-5.4.16-23.el7_0.3.x86_64
7791 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7792 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7793 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7794 --> php-mcrypt-5.4.16-3.el7.x86_64
7795 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7796 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7797 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7798 --> Already installed : python-2.7.5-16.el7.x86_64
7799 --> uglify-js-2.4.13-5.el7.noarch
7800 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7801 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7802 --> php-xml-5.4.16-23.el7_0.3.x86_64
7803 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7804 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7805 --> 1:php-pear-1.9.4-21.el7.noarch
7806 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7807 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7808Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7809 --> php-pear-DB-1.7.14-6.el7.noarch
7810 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7811 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7812 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7813 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7814 --> php-gd-5.4.16-23.el7_0.3.x86_64
7815 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7816 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7817 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7818 --> php-mcrypt-5.4.16-3.el7.x86_64
7819 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7820 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7821 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7822 --> Already installed : python-2.7.5-16.el7.x86_64
7823 --> uglify-js-2.4.13-5.el7.noarch
7824 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7825 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7826 --> php-xml-5.4.16-23.el7_0.3.x86_64
7827 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7828 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7829 --> 1:php-pear-1.9.4-21.el7.noarch
7830 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7831 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7832Getting requirements for php-ZendFramework-1.12.11-1.el7.src
7833Getting requirements for 1:python-flask-0.10.1-7.el7.kolab_3.5.src
7834 --> python-itsdangerous-0.24-3.el7.kolab_3.5.noarch
7835 --> python-werkzeug-0.9.6-1.el7.kolab_3.5.noarch
7836 --> python-sphinx-1.1.3-8.el7.noarch
7837 --> python-devel-2.7.5-16.el7.x86_64
7838 --> python-jinja2-2.7.2-2.el7.noarch
7839 --> Already installed : python-setuptools-7.0-2.el7.kolab_3.5.noarch
7840Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7841 --> php-pear-DB-1.7.14-6.el7.noarch
7842 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7843 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7844 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7845 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7846 --> php-gd-5.4.16-23.el7_0.3.x86_64
7847 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7848 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7849 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7850 --> php-mcrypt-5.4.16-3.el7.x86_64
7851 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7852 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7853 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7854 --> Already installed : python-2.7.5-16.el7.x86_64
7855 --> uglify-js-2.4.13-5.el7.noarch
7856 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7857 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7858 --> php-xml-5.4.16-23.el7_0.3.x86_64
7859 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7860 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7861 --> 1:php-pear-1.9.4-21.el7.noarch
7862 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7863 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7864Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
7865Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
7866Getting requirements for roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.src
7867 --> Already installed : python-2.7.5-16.el7.x86_64
7868 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7869 --> uglify-js-2.4.13-5.el7.noarch
7870Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src
7871Getting requirements for swig-2.0.11-11.el7.kolab_3.5.src
7872 --> Already installed : automake-1.13.4-3.el7.noarch
7873 --> 5:guile-devel-2.0.9-5.el7.x86_64
7874 --> dos2unix-6.0.3-4.el7.x86_64
7875 --> pcre-devel-8.32-14.el7.x86_64
7876 --> Already installed : gcc-c++-4.8.3-9.el7.x86_64
7877 --> boost-devel-1.53.0-23.el7.x86_64
7878 --> Already installed : 4:perl-5.16.3-285.el7.x86_64
7879 --> Already installed : autoconf-2.69-11.el7.noarch
7880 --> Already installed : gawk-4.0.2-4.el7.x86_64
7881 --> perl-Test-Simple-0.98-243.el7.noarch
7882 --> 4:perl-devel-5.16.3-285.el7.x86_64
7883 --> 1:tcl-devel-8.5.13-4.el7.x86_64
7884 --> python-devel-2.7.5-16.el7.x86_64
7885Getting requirements for roundcubemail-1.2-3.el7.kolab_3.5.src
7886 --> php-pear-DB-1.7.14-6.el7.noarch
7887 --> php-pear-Net-LDAP2-2.1.0-1.el7.noarch
7888 --> php-pear-Auth-SASL-1.0.6-5.el7.noarch
7889 --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
7890 --> php-pear-MDB2-2.5.0-0.9.b5.el7.noarch
7891 --> php-gd-5.4.16-23.el7_0.3.x86_64
7892 --> php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch
7893 --> php-mbstring-5.4.16-23.el7_0.3.x86_64
7894 --> php-pear-Net-Socket-1.0.14-1.el7.noarch
7895 --> php-mcrypt-5.4.16-3.el7.x86_64
7896 --> php-pdo-5.4.16-23.el7_0.3.x86_64
7897 --> composer-1.0.0-14.el7.kolab_3.5.noarch
7898 --> php-pear-Net-IDNA2-0.1.1-10.el7.noarch
7899 --> Already installed : python-2.7.5-16.el7.x86_64
7900 --> uglify-js-2.4.13-5.el7.noarch
7901 --> php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
7902 --> php-phpunit-PHPUnit-4.6.5-1.el7.noarch
7903 --> php-xml-5.4.16-23.el7_0.3.x86_64
7904 --> php-pear-Mail-Mime-1.8.9-1.el7.noarch
7905 --> php-pear-Net-Sieve-1.3.4-1.el7.noarch
7906 --> 1:php-pear-1.9.4-21.el7.noarch
7907 --> php-pear-Net-SMTP-1.6.2-1.el7.noarch
7908 --> python-cssmin-0.2.0-12.el7.kolab_3.5.noarch
7909--> Running transaction check
7910---> Package CUnit-devel.x86_64 0:2.1.3-8.el7 will be installed
7911--> Processing Dependency: CUnit(x86-64) = 2.1.3-8.el7 for package: CUnit-devel-2.1.3-8.el7.x86_64
7912--> Processing Dependency: libcunit.so.1()(64bit) for package: CUnit-devel-2.1.3-8.el7.x86_64
7913---> Package Cython.x86_64 0:0.19-3.el7 will be installed
7914---> Package boost-devel.x86_64 0:1.53.0-23.el7 will be installed
7915--> Processing Dependency: boost = 1.53.0-23.el7 for package: boost-devel-1.53.0-23.el7.x86_64
7916--> Processing Dependency: libboost_wserialization.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7917--> Processing Dependency: libboost_wserialization-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7918--> Processing Dependency: libboost_wave.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7919--> Processing Dependency: libboost_wave-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7920--> Processing Dependency: libboost_unit_test_framework.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7921--> Processing Dependency: libboost_unit_test_framework-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7922--> Processing Dependency: libboost_timer.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7923--> Processing Dependency: libboost_timer-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7924--> Processing Dependency: libboost_signals.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7925--> Processing Dependency: libboost_signals-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7926--> Processing Dependency: libboost_serialization.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7927--> Processing Dependency: libboost_serialization-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7928--> Processing Dependency: libboost_regex.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7929--> Processing Dependency: libboost_regex-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7930--> Processing Dependency: libboost_random.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7931--> Processing Dependency: libboost_random-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7932--> Processing Dependency: libboost_python.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7933--> Processing Dependency: libboost_python-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7934--> Processing Dependency: libboost_program_options.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7935--> Processing Dependency: libboost_program_options-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7936--> Processing Dependency: libboost_prg_exec_monitor.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7937--> Processing Dependency: libboost_prg_exec_monitor-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7938--> Processing Dependency: libboost_math_tr1l.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7939--> Processing Dependency: libboost_math_tr1l-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7940--> Processing Dependency: libboost_math_tr1f.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7941--> Processing Dependency: libboost_math_tr1f-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7942--> Processing Dependency: libboost_math_tr1.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7943--> Processing Dependency: libboost_math_tr1-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7944--> Processing Dependency: libboost_math_c99l.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7945--> Processing Dependency: libboost_math_c99l-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7946--> Processing Dependency: libboost_math_c99f.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7947--> Processing Dependency: libboost_math_c99f-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7948--> Processing Dependency: libboost_math_c99.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7949--> Processing Dependency: libboost_math_c99-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7950--> Processing Dependency: libboost_locale-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7951--> Processing Dependency: libboost_iostreams.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7952--> Processing Dependency: libboost_iostreams-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7953--> Processing Dependency: libboost_graph.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7954--> Processing Dependency: libboost_graph-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7955--> Processing Dependency: libboost_filesystem.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7956--> Processing Dependency: libboost_filesystem-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7957--> Processing Dependency: libboost_date_time.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7958--> Processing Dependency: libboost_date_time-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7959--> Processing Dependency: libboost_context.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7960--> Processing Dependency: libboost_context-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7961--> Processing Dependency: libboost_chrono.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7962--> Processing Dependency: libboost_chrono-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7963--> Processing Dependency: libboost_atomic-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64
7964---> Package chwala.noarch 0:0.3.1-1.el7.kolab_3.5 will be installed
7965--> Processing Dependency: php-Smarty >= 3.1.7 for package: chwala-0.3.1-1.el7.kolab_3.5.noarch
7966--> Processing Dependency: webserver for package: chwala-0.3.1-1.el7.kolab_3.5.noarch
7967---> Package cmake.x86_64 0:2.8.11-4.el7 will be installed
7968--> Processing Dependency: libarchive.so.13()(64bit) for package: cmake-2.8.11-4.el7.x86_64
7969---> Package composer.noarch 0:1.0.0-14.el7.kolab_3.5 will be installed
7970--> Processing Dependency: php-composer(seld/phar-utils) < 2 for package: composer-1.0.0-14.el7.kolab_3.5.noarch
7971--> Processing Dependency: php-composer(seld/cli-prompt) < 2 for package: composer-1.0.0-14.el7.kolab_3.5.noarch
7972--> Processing Dependency: php-composer(seld/cli-prompt) >= 1.0 for package: composer-1.0.0-14.el7.kolab_3.5.noarch
7973--> Processing Dependency: php-composer(seld/phar-utils) >= 1.0 for package: composer-1.0.0-14.el7.kolab_3.5.noarch
7974--> Processing Dependency: php-cli for package: composer-1.0.0-14.el7.kolab_3.5.noarch
7975--> Processing Dependency: php-intl for package: composer-1.0.0-14.el7.kolab_3.5.noarch
7976---> Package cyrus-sasl-devel.x86_64 0:2.1.26-17.el7 will be installed
7977--> Processing Dependency: cyrus-sasl(x86-64) = 2.1.26-17.el7 for package: cyrus-sasl-devel-2.1.26-17.el7.x86_64
7978---> Package cyrus-sasl-md5.x86_64 0:2.1.26-17.el7 will be installed
7979---> Package dos2unix.x86_64 0:6.0.3-4.el7 will be installed
7980---> Package e2fsprogs-devel.x86_64 0:1.42.9-7.el7 will be installed
7981--> Processing Dependency: libcom_err-devel(x86-64) = 1.42.9-7.el7 for package: e2fsprogs-devel-1.42.9-7.el7.x86_64
7982--> Processing Dependency: pkgconfig(com_err) for package: e2fsprogs-devel-1.42.9-7.el7.x86_64
7983---> Package elinks.x86_64 0:0.12-0.36.pre6.el7 will be installed
7984--> Processing Dependency: libnss_compat_ossl.so.0()(64bit) for package: elinks-0.12-0.36.pre6.el7.x86_64
7985--> Processing Dependency: libmozjs185.so.1.0()(64bit) for package: elinks-0.12-0.36.pre6.el7.x86_64
7986---> Package emacs.x86_64 1:24.3-11.el7 will be installed
7987--> Processing Dependency: emacs-common = 1:24.3-11.el7 for package: 1:emacs-24.3-11.el7.x86_64
7988--> Processing Dependency: dejavu-sans-mono-fonts for package: 1:emacs-24.3-11.el7.x86_64
7989--> Processing Dependency: libotf.so.0()(64bit) for package: 1:emacs-24.3-11.el7.x86_64
7990--> Processing Dependency: libm17n-flt.so.0()(64bit) for package: 1:emacs-24.3-11.el7.x86_64
7991--> Processing Dependency: libm17n-core.so.0()(64bit) for package: 1:emacs-24.3-11.el7.x86_64
7992--> Processing Dependency: libMagickWand.so.5()(64bit) for package: 1:emacs-24.3-11.el7.x86_64
7993--> Processing Dependency: libMagickCore.so.5()(64bit) for package: 1:emacs-24.3-11.el7.x86_64
7994---> Package emacs-el.noarch 1:24.3-11.el7 will be installed
7995---> Package erlang.x86_64 0:R16B-03.10.el7 will be installed
7996--> Processing Dependency: erlang-xmerl(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
7997--> Processing Dependency: erlang-wx(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
7998--> Processing Dependency: erlang-webtool(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
7999--> Processing Dependency: erlang-typer(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8000--> Processing Dependency: erlang-tv(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8001--> Processing Dependency: erlang-tools(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8002--> Processing Dependency: erlang-toolbar(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8003--> Processing Dependency: erlang-test_server(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8004--> Processing Dependency: erlang-syntax_tools(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8005--> Processing Dependency: erlang-stdlib(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8006--> Processing Dependency: erlang-ssl(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8007--> Processing Dependency: erlang-ssh(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8008--> Processing Dependency: erlang-snmp(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8009--> Processing Dependency: erlang-sasl(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8010--> Processing Dependency: erlang-runtime_tools(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8011--> Processing Dependency: erlang-reltool(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8012--> Processing Dependency: erlang-public_key(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8013--> Processing Dependency: erlang-pman(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8014--> Processing Dependency: erlang-percept(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8015--> Processing Dependency: erlang-otp_mibs(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8016--> Processing Dependency: erlang-os_mon(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8017--> Processing Dependency: erlang-orber(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8018--> Processing Dependency: erlang-odbc(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8019--> Processing Dependency: erlang-observer(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8020--> Processing Dependency: erlang-mnesia(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8021--> Processing Dependency: erlang-megaco(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8022--> Processing Dependency: erlang-kernel(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8023--> Processing Dependency: erlang-jinterface(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8024--> Processing Dependency: erlang-inets(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8025--> Processing Dependency: erlang-ic(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8026--> Processing Dependency: erlang-hipe(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8027--> Processing Dependency: erlang-gs(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8028--> Processing Dependency: erlang-examples(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8029--> Processing Dependency: erlang-eunit(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8030--> Processing Dependency: erlang-et(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8031--> Processing Dependency: erlang-erl_interface(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8032--> Processing Dependency: erlang-erl_docgen(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8033--> Processing Dependency: erlang-edoc(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8034--> Processing Dependency: erlang-diameter(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8035--> Processing Dependency: erlang-dialyzer(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8036--> Processing Dependency: erlang-debugger(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8037--> Processing Dependency: erlang-crypto(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8038--> Processing Dependency: erlang-cosTransactions(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8039--> Processing Dependency: erlang-cosTime(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8040--> Processing Dependency: erlang-cosProperty(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8041--> Processing Dependency: erlang-cosNotification(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8042--> Processing Dependency: erlang-cosFileTransfer(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8043--> Processing Dependency: erlang-cosEventDomain(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8044--> Processing Dependency: erlang-cosEvent(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8045--> Processing Dependency: erlang-compiler(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8046--> Processing Dependency: erlang-asn1(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8047--> Processing Dependency: erlang-appmon(x86-64) = R16B-03.10.el7 for package: erlang-R16B-03.10.el7.x86_64
8048---> Package erlang-common_test.x86_64 0:R16B-03.10.el7 will be installed
8049---> Package erlang-eldap.x86_64 0:R16B-03.10.el7 will be installed
8050---> Package erlang-erts.x86_64 0:R16B-03.10.el7 will be installed
8051--> Processing Dependency: lksctp-tools for package: erlang-erts-R16B-03.10.el7.x86_64
8052---> Package erlang-goldrush.x86_64 0:0.1.6-6.el7.kolab_3.5 will be installed
8053---> Package erlang-hamcrest.x86_64 0:0.1.0-9.el7.kolab_3.5 will be installed
8054---> Package erlang-inert.x86_64 0:0.6.1-4.el7.kolab_3.5 will be installed
8055---> Package erlang-iso8601.x86_64 0:1.2-4.el7.kolab_3.5 will be installed
8056---> Package erlang-jsx.x86_64 0:2.4.0-4.el7.kolab_3.5 will be installed
8057---> Package erlang-lager.x86_64 0:2.1.0-9.el7.kolab_3.5 will be installed
8058---> Package erlang-meck.x86_64 0:0.8.2-13.el7.kolab_3.5 will be installed
8059---> Package erlang-parsetools.x86_64 0:R16B-03.10.el7 will be installed
8060---> Package erlang-poolboy.x86_64 0:1.4.2-3.el7.kolab_3.5 will be installed
8061---> Package erlang-procket.x86_64 0:0.6.1-3.el7.kolab_3.5 will be installed
8062---> Package erlang-proper.x86_64 0:1.1-8.el7.kolab_3.5 will be installed
8063---> Package erlang-protobuffs.x86_64 0:0.8.0-8.el7.kolab_3.5 will be installed
8064---> Package erlang-rebar.x86_64 0:2.5.1-8.el7.kolab_3.5 will be installed
8065--> Processing Dependency: erlang-getopt(x86-64) for package: erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
8066--> Processing Dependency: erlang-mustache(x86-64) for package: erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64
8067---> Package erlang-riak_pb.x86_64 0:2.0.0.16-9.el7.kolab_3.5 will be installed
8068---> Package erlang-riakc.x86_64 0:2.0.1-8.el7.kolab_3.5 will be installed
8069---> Package fdupes.x86_64 0:1.51-6.el7 will be installed
8070---> Package groff.x86_64 0:1.22.2-8.el7 will be installed
8071---> Package guile-devel.x86_64 5:2.0.9-5.el7 will be installed
8072--> Processing Dependency: guile(x86-64) = 5:2.0.9-5.el7 for package: 5:guile-devel-2.0.9-5.el7.x86_64
8073--> Processing Dependency: gmp-devel for package: 5:guile-devel-2.0.9-5.el7.x86_64
8074--> Processing Dependency: gc-devel for package: 5:guile-devel-2.0.9-5.el7.x86_64
8075--> Processing Dependency: libguile-2.0.so.22()(64bit) for package: 5:guile-devel-2.0.9-5.el7.x86_64
8076---> Package jansson-devel.x86_64 0:2.4-6.el7 will be installed
8077--> Processing Dependency: jansson = 2.4-6.el7 for package: jansson-devel-2.4-6.el7.x86_64
8078--> Processing Dependency: libjansson.so.4()(64bit) for package: jansson-devel-2.4-6.el7.x86_64
8079---> Package krb5-devel.x86_64 0:1.12.2-14.el7 will be installed
8080--> Processing Dependency: libverto-devel for package: krb5-devel-1.12.2-14.el7.x86_64
8081--> Processing Dependency: libselinux-devel for package: krb5-devel-1.12.2-14.el7.x86_64
8082--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.12.2-14.el7.x86_64
8083---> Package latex2html.noarch 0:2012-3.el7 will be installed
8084--> Processing Dependency: tex(url.sty) for package: latex2html-2012-3.el7.noarch
8085--> Processing Dependency: tex(latex) for package: latex2html-2012-3.el7.noarch
8086--> Processing Dependency: netpbm-progs for package: latex2html-2012-3.el7.noarch
8087---> Package libcalendaring-devel.x86_64 0:4.9.1-3.el7.kolab_3.5 will be installed
8088--> Processing Dependency: libcalendaring = 4.9.1-3.el7.kolab_3.5 for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8089--> Processing Dependency: libcalendaring-kcalutils.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8090--> Processing Dependency: libcalendaring-kimap.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8091--> Processing Dependency: libcalendaring-kpimutils.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8092--> Processing Dependency: libcalendaring-kabc.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8093--> Processing Dependency: libcalendaring-akonadi-notes.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8094--> Processing Dependency: libcalendaring-kmime.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8095--> Processing Dependency: libcalendaring-kcalcore.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8096--> Processing Dependency: libcalendaring-kdecore.so.0()(64bit) for package: libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64
8097---> Package libcurl-devel.x86_64 0:7.29.0-19.el7 will be installed
8098---> Package libdb-devel.x86_64 0:5.3.21-17.el7_0.1 will be installed
8099---> Package libical-devel.x86_64 0:0.48-6.el7 will be installed
8100---> Package libkolab-devel.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5 will be installed
8101--> Processing Dependency: libkolab(x86-64) = 0.6.git.1429288613 for package: libkolab-devel-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
8102--> Processing Dependency: libkolab.so.0()(64bit) for package: libkolab-devel-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
8103---> Package libkolabxml-devel.x86_64 0:1.2-2.el7.kolab_3.5 will be installed
8104--> Processing Dependency: libkolabxml(x86-64) = 1.2 for package: libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
8105--> Processing Dependency: libkolabxml.so.1()(64bit) for package: libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64
8106---> Package libuuid-devel.x86_64 0:2.23.2-22.el7_1 will be installed
8107--> Processing Dependency: libuuid = 2.23.2-22.el7_1 for package: libuuid-devel-2.23.2-22.el7_1.x86_64
8108---> Package maven-antrun-plugin.noarch 0:1.7-8.el7 will be installed
8109--> Processing Dependency: mvn(org.codehaus.plexus:plexus-utils) for package: maven-antrun-plugin-1.7-8.el7.noarch
8110--> Processing Dependency: mvn(org.apache.maven:maven-project) for package: maven-antrun-plugin-1.7-8.el7.noarch
8111--> Processing Dependency: mvn(org.apache.maven:maven-plugin-api) for package: maven-antrun-plugin-1.7-8.el7.noarch
8112--> Processing Dependency: mvn(org.apache.maven:maven-compat) for package: maven-antrun-plugin-1.7-8.el7.noarch
8113--> Processing Dependency: mvn(org.apache.maven:maven-artifact) for package: maven-antrun-plugin-1.7-8.el7.noarch
8114---> Package maven-compiler-plugin.noarch 0:3.1-4.el7 will be installed
8115--> Processing Dependency: mvn(org.codehaus.plexus:plexus-container-default) for package: maven-compiler-plugin-3.1-4.el7.noarch
8116--> Processing Dependency: mvn(org.codehaus.plexus:plexus-compiler-manager) for package: maven-compiler-plugin-3.1-4.el7.noarch
8117--> Processing Dependency: mvn(org.codehaus.plexus:plexus-compiler-javac) for package: maven-compiler-plugin-3.1-4.el7.noarch
8118--> Processing Dependency: mvn(org.codehaus.plexus:plexus-compiler-api) for package: maven-compiler-plugin-3.1-4.el7.noarch
8119--> Processing Dependency: mvn(org.apache.maven:maven-toolchain) for package: maven-compiler-plugin-3.1-4.el7.noarch
8120--> Processing Dependency: mvn(org.apache.maven.shared:maven-shared-utils) for package: maven-compiler-plugin-3.1-4.el7.noarch
8121--> Processing Dependency: mvn(org.apache.maven.shared:maven-shared-incremental) for package: maven-compiler-plugin-3.1-4.el7.noarch
8122---> Package maven-install-plugin.noarch 0:2.4-7.el7 will be installed
8123--> Processing Dependency: mvn(org.codehaus.plexus:plexus-digest) for package: maven-install-plugin-2.4-7.el7.noarch
8124--> Processing Dependency: mvn(org.apache.maven:maven-model:2.0.6) for package: maven-install-plugin-2.4-7.el7.noarch
8125--> Processing Dependency: mvn(org.apache.maven:maven-artifact:2.0.6) for package: maven-install-plugin-2.4-7.el7.noarch
8126--> Processing Dependency: mvn(org.apache.maven:maven-artifact-manager) for package: maven-install-plugin-2.4-7.el7.noarch
8127---> Package maven-jar-plugin.noarch 0:2.4-8.el7 will be installed
8128--> Processing Dependency: mvn(org.codehaus.plexus:plexus-archiver) for package: maven-jar-plugin-2.4-8.el7.noarch
8129--> Processing Dependency: mvn(org.apache.maven:maven-archiver) for package: maven-jar-plugin-2.4-8.el7.noarch
8130--> Processing Dependency: mvn(commons-lang:commons-lang) for package: maven-jar-plugin-2.4-8.el7.noarch
8131---> Package maven-javadoc-plugin.noarch 0:2.9-8.el7 will be installed
8132--> Processing Dependency: mvn(org.codehaus.plexus:plexus-interactivity-api) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8133--> Processing Dependency: mvn(org.apache.maven:maven-settings:2.2.1) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8134--> Processing Dependency: mvn(org.apache.maven.wagon:wagon-provider-api) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8135--> Processing Dependency: mvn(org.apache.maven.shared:maven-invoker) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8136--> Processing Dependency: mvn(org.apache.maven.shared:maven-common-artifact-filters) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8137--> Processing Dependency: mvn(org.apache.maven.reporting:maven-reporting-api) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8138--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-site-renderer) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8139--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-sink-api) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8140--> Processing Dependency: mvn(log4j:log4j) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8141--> Processing Dependency: mvn(commons-logging:commons-logging) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8142--> Processing Dependency: mvn(commons-io:commons-io) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8143--> Processing Dependency: mvn(commons-httpclient:commons-httpclient) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8144--> Processing Dependency: mvn(com.thoughtworks.qdox:qdox) for package: maven-javadoc-plugin-2.9-8.el7.noarch
8145---> Package maven-local.noarch 0:3.4.1-6.el7_0 will be installed
8146--> Processing Dependency: xmvn >= 1.0.0-0.1 for package: maven-local-3.4.1-6.el7_0.noarch
8147--> Processing Dependency: weld-parent for package: maven-local-3.4.1-6.el7_0.noarch
8148--> Processing Dependency: sonatype-oss-parent for package: maven-local-3.4.1-6.el7_0.noarch
8149--> Processing Dependency: plexus-tools-pom for package: maven-local-3.4.1-6.el7_0.noarch
8150--> Processing Dependency: plexus-pom for package: maven-local-3.4.1-6.el7_0.noarch
8151--> Processing Dependency: plexus-components-pom for package: maven-local-3.4.1-6.el7_0.noarch
8152--> Processing Dependency: mojo-parent for package: maven-local-3.4.1-6.el7_0.noarch
8153--> Processing Dependency: maven-surefire-provider-testng for package: maven-local-3.4.1-6.el7_0.noarch
8154--> Processing Dependency: maven-surefire-provider-junit for package: maven-local-3.4.1-6.el7_0.noarch
8155--> Processing Dependency: maven-plugins-pom for package: maven-local-3.4.1-6.el7_0.noarch
8156--> Processing Dependency: maven-parent for package: maven-local-3.4.1-6.el7_0.noarch
8157--> Processing Dependency: maven-enforcer-plugin for package: maven-local-3.4.1-6.el7_0.noarch
8158--> Processing Dependency: maven-assembly-plugin for package: maven-local-3.4.1-6.el7_0.noarch
8159--> Processing Dependency: jvnet-parent for package: maven-local-3.4.1-6.el7_0.noarch
8160--> Processing Dependency: jboss-parent for package: maven-local-3.4.1-6.el7_0.noarch
8161--> Processing Dependency: httpcomponents-project for package: maven-local-3.4.1-6.el7_0.noarch
8162--> Processing Dependency: geronimo-parent-poms for package: maven-local-3.4.1-6.el7_0.noarch
8163--> Processing Dependency: apache-parent for package: maven-local-3.4.1-6.el7_0.noarch
8164--> Processing Dependency: apache-commons-parent for package: maven-local-3.4.1-6.el7_0.noarch
8165---> Package maven-resources-plugin.noarch 0:2.6-6.el7 will be installed
8166--> Processing Dependency: mvn(org.codehaus.plexus:plexus-interpolation) for package: maven-resources-plugin-2.6-6.el7.noarch
8167--> Processing Dependency: mvn(org.apache.maven:maven-monitor) for package: maven-resources-plugin-2.6-6.el7.noarch
8168--> Processing Dependency: mvn(org.apache.maven.shared:maven-filtering) for package: maven-resources-plugin-2.6-6.el7.noarch
8169---> Package maven-surefire-plugin.noarch 0:2.15-3.el7 will be installed
8170--> Processing Dependency: mvn(org.apache.maven.surefire:surefire-api) = 2.15 for package: maven-surefire-plugin-2.15-3.el7.noarch
8171--> Processing Dependency: mvn(org.apache.maven.surefire:maven-surefire-common) = 2.15 for package: maven-surefire-plugin-2.15-3.el7.noarch
8172--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) for package: maven-surefire-plugin-2.15-3.el7.noarch
8173---> Package net-snmp-devel.x86_64 1:5.7.2-20.el7 will be installed
8174--> Processing Dependency: net-snmp-libs = 1:5.7.2-20.el7 for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8175--> Processing Dependency: net-snmp-agent-libs = 1:5.7.2-20.el7 for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8176--> Processing Dependency: tcp_wrappers-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8177--> Processing Dependency: rpm-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8178--> Processing Dependency: lm_sensors-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8179--> Processing Dependency: elfutils-libelf-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8180--> Processing Dependency: elfutils-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8181--> Processing Dependency: libnetsnmptrapd.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8182--> Processing Dependency: libnetsnmpmibs.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8183--> Processing Dependency: libnetsnmphelpers.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8184--> Processing Dependency: libnetsnmpagent.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8185--> Processing Dependency: libnetsnmp.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64
8186---> Package nodejs-less.noarch 0:1.7.0-2.el7 will be installed
8187--> Processing Dependency: npm(ycssmin) < 1.1 for package: nodejs-less-1.7.0-2.el7.noarch
8188--> Processing Dependency: npm(ycssmin) >= 1.0.1 for package: nodejs-less-1.7.0-2.el7.noarch
8189--> Processing Dependency: nodejs(engine) >= 0.8.0 for package: nodejs-less-1.7.0-2.el7.noarch
8190--> Processing Dependency: nodejs for package: nodejs-less-1.7.0-2.el7.noarch
8191---> Package nspr-devel.x86_64 0:4.10.8-1.el7_1 will be installed
8192--> Processing Dependency: nspr = 4.10.8-1.el7_1 for package: nspr-devel-4.10.8-1.el7_1.x86_64
8193Package: nspr-4.10.8-1.el7_1.src - can't co-install with nspr-4.10.8-1.el7_1.x86_64
8194Package: nspr-4.10.8-1.el7_1.src - can't co-install with nspr-4.10.8-1.el7_1.x86_64
8195---> Package nss-devel.x86_64 0:3.18.0-2.2.el7_1 will be installed
8196--> Processing Dependency: nss = 3.18.0-2.2.el7_1 for package: nss-devel-3.18.0-2.2.el7_1.x86_64
8197Package: nss-3.18.0-2.2.el7_1.src - can't co-install with nss-3.18.0-2.2.el7_1.x86_64
8198Package: nss-3.18.0-2.2.el7_1.src - can't co-install with nss-3.18.0-2.2.el7_1.x86_64
8199--> Processing Dependency: pkgconfig(nss-util) >= 3.18.0 for package: nss-devel-3.18.0-2.2.el7_1.x86_64
8200--> Processing Dependency: nss-util-devel for package: nss-devel-3.18.0-2.2.el7_1.x86_64
8201--> Processing Dependency: nss-softokn-devel for package: nss-devel-3.18.0-2.2.el7_1.x86_64
8202---> Package openldap-devel.x86_64 0:2.4.39-6.el7 will be installed
8203---> Package openssl-devel.x86_64 1:1.0.1e-42.el7.4 will be installed
8204---> Package pcre-devel.x86_64 0:8.32-14.el7 will be installed
8205---> Package perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 will be installed
8206--> Processing Dependency: perl(ExtUtils::Packlist) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
8207--> Processing Dependency: perl(ExtUtils::Manifest) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
8208--> Processing Dependency: perl(ExtUtils::Installed) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
8209--> Processing Dependency: perl(ExtUtils::Install) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
8210---> Package perl-Test-Simple.noarch 0:0.98-243.el7 will be installed
8211---> Package perl-devel.x86_64 4:5.16.3-285.el7 will be installed
8212--> Processing Dependency: systemtap-sdt-devel for package: 4:perl-devel-5.16.3-285.el7.x86_64
8213--> Processing Dependency: perl(ExtUtils::ParseXS) for package: 4:perl-devel-5.16.3-285.el7.x86_64
8214--> Processing Dependency: gdbm-devel for package: 4:perl-devel-5.16.3-285.el7.x86_64
8215---> Package php.x86_64 0:5.4.16-23.el7_0.3 will be installed
8216--> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-5.4.16-23.el7_0.3.x86_64
8217--> Processing Dependency: httpd for package: php-5.4.16-23.el7_0.3.x86_64
8218---> Package php-JsonSchema.noarch 0:1.4.1-1.el7.kolab_3.5 will be installed
8219---> Package php-Net-LDAP3.noarch 0:1.0.3-1.el7.kolab_3.5 will be installed
8220--> Processing Dependency: mozldap-tools >= 6.0.5 for package: php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
8221--> Processing Dependency: php-ldap for package: php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch
8222---> Package php-common.x86_64 0:5.4.16-23.el7_0.3 will be installed
8223--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-23.el7_0.3.x86_64
8224---> Package php-devel.x86_64 0:5.4.16-23.el7_0.3 will be installed
8225---> Package php-gd.x86_64 0:5.4.16-23.el7_0.3 will be installed
8226--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.4.16-23.el7_0.3.x86_64
8227---> Package php-jsonlint.noarch 0:1.3.1-1.el7 will be installed
8228---> Package php-mbstring.x86_64 0:5.4.16-23.el7_0.3 will be installed
8229---> Package php-mcrypt.x86_64 0:5.4.16-3.el7 will be installed
8230--> Processing Dependency: libmcrypt.so.4()(64bit) for package: php-mcrypt-5.4.16-3.el7.x86_64
8231---> Package php-pdo.x86_64 0:5.4.16-23.el7_0.3 will be installed
8232---> Package php-pear.noarch 1:1.9.4-21.el7 will be installed
8233--> Processing Dependency: php-posix for package: 1:php-pear-1.9.4-21.el7.noarch
8234---> Package php-pear-Auth-SASL.noarch 0:1.0.6-5.el7 will be installed
8235---> Package php-pear-DB.noarch 0:1.7.14-6.el7 will be installed
8236---> Package php-pear-HTTP-Request2.noarch 0:2.2.1-1.el7 will be installed
8237--> Processing Dependency: php-pear(Net_URL2) >= 2.0.0 for package: php-pear-HTTP-Request2-2.2.1-1.el7.noarch
8238---> Package php-pear-MDB2.noarch 0:2.5.0-0.9.b5.el7 will be installed
8239---> Package php-pear-MDB2-Driver-mysqli.noarch 0:1.5.0-0.8.b4.el7 will be installed
8240--> Processing Dependency: php-mysqli for package: php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
8241---> Package php-pear-Mail-Mime.noarch 0:1.8.9-1.el7 will be installed
8242---> Package php-pear-Mail-mimeDecode.noarch 0:1.5.5-7.el7 will be installed
8243---> Package php-pear-Net-IDNA2.noarch 0:0.1.1-10.el7 will be installed
8244---> Package php-pear-Net-LDAP2.noarch 0:2.1.0-1.el7 will be installed
8245---> Package php-pear-Net-SMTP.noarch 0:1.6.2-1.el7 will be installed
8246---> Package php-pear-Net-Sieve.noarch 0:1.3.4-1.el7 will be installed
8247---> Package php-pear-Net-Socket.noarch 0:1.0.14-1.el7 will be installed
8248---> Package php-phpunit-PHPUnit.noarch 0:4.6.5-1.el7 will be installed
8249--> Processing Dependency: php-composer(symfony/yaml) < 4 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8250--> Processing Dependency: php-composer(sebastian/version) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8251--> Processing Dependency: php-composer(sebastian/global-state) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8252--> Processing Dependency: php-composer(sebastian/exporter) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8253--> Processing Dependency: php-composer(sebastian/environment) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8254--> Processing Dependency: php-composer(sebastian/diff) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8255--> Processing Dependency: php-composer(sebastian/comparator) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8256--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) < 3 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8257--> Processing Dependency: php-composer(phpunit/php-timer) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8258--> Processing Dependency: php-composer(phpunit/php-text-template) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8259--> Processing Dependency: php-composer(phpunit/php-invoker) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8260--> Processing Dependency: php-composer(phpunit/php-file-iterator) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8261--> Processing Dependency: php-composer(phpunit/php-code-coverage) < 3 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8262--> Processing Dependency: php-composer(phpspec/prophecy) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8263--> Processing Dependency: php-composer(doctrine/instantiator) < 2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8264--> Processing Dependency: php-composer(symfony/yaml) >= 2.1 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8265--> Processing Dependency: php-composer(sebastian/version) >= 1.0 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8266--> Processing Dependency: php-composer(sebastian/recursion-context) >= 1.0 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8267--> Processing Dependency: php-composer(sebastian/global-state) >= 1.0 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8268--> Processing Dependency: php-composer(sebastian/exporter) >= 1.2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8269--> Processing Dependency: php-composer(sebastian/environment) >= 1.2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8270--> Processing Dependency: php-composer(sebastian/diff) >= 1.2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8271--> Processing Dependency: php-composer(sebastian/comparator) >= 1.1 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8272--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) >= 2.3 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8273--> Processing Dependency: php-composer(phpunit/php-timer) >= 1.0 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8274--> Processing Dependency: php-composer(phpunit/php-text-template) >= 1.2 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8275--> Processing Dependency: php-composer(phpunit/php-invoker) >= 1.1 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8276--> Processing Dependency: php-composer(phpunit/php-file-iterator) >= 1.4 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8277--> Processing Dependency: php-composer(phpunit/php-code-coverage) >= 2.0.11 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8278--> Processing Dependency: php-composer(phpspec/prophecy) >= 1.3.1 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8279--> Processing Dependency: php-composer(doctrine/instantiator) >= 1.0.4 for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8280--> Processing Dependency: php-tidy for package: php-phpunit-PHPUnit-4.6.5-1.el7.noarch
8281---> Package php-sabre-event.noarch 0:1.0.1-1.el7.kolab_3.5 will be installed
8282---> Package php-sabre-http.noarch 0:2.0.4-1.el7.kolab_3.5 will be installed
8283---> Package php-sabre-vobject.noarch 0:3.2.4-1.el7.kolab_3.5 will be installed
8284---> Package php-symfony-class-loader.noarch 0:2.5.11-1.el7 will be installed
8285--> Processing Dependency: php-symfony-common = 2.5.11-1.el7 for package: php-symfony-class-loader-2.5.11-1.el7.noarch
8286---> Package php-symfony-console.noarch 0:2.5.11-1.el7 will be installed
8287--> Processing Dependency: php-composer(symfony/event-dispatcher) = 2.5.11 for package: php-symfony-console-2.5.11-1.el7.noarch
8288--> Processing Dependency: php-composer(psr/log) < 2.0 for package: php-symfony-console-2.5.11-1.el7.noarch
8289--> Processing Dependency: php-composer(psr/log) >= 1.0 for package: php-symfony-console-2.5.11-1.el7.noarch
8290---> Package php-symfony-finder.noarch 0:2.5.11-1.el7 will be installed
8291---> Package php-symfony-process.noarch 0:2.5.11-1.el7 will be installed
8292---> Package php-xml.x86_64 0:5.4.16-23.el7_0.3 will be installed
8293---> Package pytest.noarch 0:2.3.5-4.el7 will be installed
8294--> Processing Dependency: python-py >= 1.4.12 for package: pytest-2.3.5-4.el7.noarch
8295---> Package python-cffi.x86_64 0:0.8.6-1.el7.kolab_3.5 will be installed
8296---> Package python-cryptography-vectors.noarch 0:0.8-1.el7 will be installed
8297---> Package python-cssmin.noarch 0:0.2.0-12.el7.kolab_3.5 will be installed
8298---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed
8299---> Package python-devel.x86_64 0:2.7.5-16.el7 will be installed
8300---> Package python-flask.noarch 1:0.10.1-7.el7.kolab_3.5 will be installed
8301---> Package python-gflags.noarch 0:2.0-6.el7.kolab_3.5 will be installed
8302---> Package python-google-apputils.noarch 0:0.4.1-1.el7.kolab_3.5 will be installed
8303---> Package python-icalendar.noarch 0:3.8.2-8.el7.kolab_3.5 will be installed
8304---> Package python-iso8601.noarch 0:0.1.10-1.el7 will be installed
8305---> Package python-itsdangerous.noarch 0:0.24-3.el7.kolab_3.5 will be installed
8306---> Package python-jinja2.noarch 0:2.7.2-2.el7 will be installed
8307--> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.2-2.el7.noarch
8308---> Package python-kolab.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5 will be installed
8309--> Processing Dependency: libxerces-c-3.1.so()(64bit) for package: python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64
8310---> Package python-kolabformat.x86_64 0:1.2-2.el7.kolab_3.5 will be installed
8311---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed
8312---> Package python-nose.noarch 0:1.3.0-2.el7 will be installed
8313---> Package python-ply.noarch 0:3.4-4.el7 will be installed
8314---> Package python-pretend.noarch 0:1.0.8-2.el7 will be installed
8315---> Package python-pyasn1.noarch 0:0.1.6-2.el7 will be installed
8316---> Package python-pyasn1-modules.noarch 0:0.1.6-2.el7 will be installed
8317---> Package python-pycparser.noarch 0:2.10-1.el7.kolab_3.5 will be installed
8318---> Package python-six.noarch 0:1.9.0-2.el7.kolab_3.5 will be installed
8319---> Package python-sphinx.noarch 0:1.1.3-8.el7 will be installed
8320--> Processing Dependency: python-pygments for package: python-sphinx-1.1.3-8.el7.noarch
8321--> Processing Dependency: python-docutils for package: python-sphinx-1.1.3-8.el7.noarch
8322---> Package python-sqlalchemy.x86_64 0:0.9.7-3.el7 will be installed
8323---> Package python-twisted-core.x86_64 0:12.2.0-4.el7 will be installed
8324--> Processing Dependency: python-zope-interface for package: python-twisted-core-12.2.0-4.el7.x86_64
8325--> Processing Dependency: pyserial for package: python-twisted-core-12.2.0-4.el7.x86_64
8326---> Package python-werkzeug.noarch 0:0.9.6-1.el7.kolab_3.5 will be installed
8327---> Package pytz.noarch 0:2012d-5.el7 will be installed
8328---> Package qt-devel.x86_64 1:4.8.5-8.el7 will be installed
8329--> Processing Dependency: pkgconfig(xv) for package: 1:qt-devel-4.8.5-8.el7.x86_64
8330--> Processing Dependency: pkgconfig(xt) for package: 1:qt-devel-4.8.5-8.el7.x86_64
8331--> Processing Dependency: pkgconfig(sm) for package: 1:qt-devel-4.8.5-8.el7.x86_64
8332--> Processing Dependency: pkgconfig(ice) for package: 1:qt-devel-4.8.5-8.el7.x86_64
8333--> Processing Dependency: pkgconfig(glu) for package: 1:qt-devel-4.8.5-8.el7.x86_64
8334---> Package roundcubemail.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8335--> Processing Dependency: roundcubemail(plugin-zipdownload) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-1.2-3.el7.kolab_3.5.noarch
8336--> Processing Dependency: roundcubemail(plugin-password) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-1.2-3.el7.kolab_3.5.noarch
8337--> Processing Dependency: roundcubemail(plugin-managesieve) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-1.2-3.el7.kolab_3.5.noarch
8338--> Processing Dependency: roundcubemail(plugin-acl) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-1.2-3.el7.kolab_3.5.noarch
8339--> Processing Dependency: roundcubemail(plugin-archive) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-1.2-3.el7.kolab_3.5.noarch
8340--> Processing Dependency: roundcubemail-skin-chameleon for package: roundcubemail-1.2-3.el7.kolab_3.5.noarch
8341---> Package roundcubemail-core.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8342--> Processing Dependency: roundcubemail(core-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-core-1.2-3.el7.kolab_3.5.noarch
8343--> Processing Dependency: roundcubemail(plugin-jqueryui) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-core-1.2-3.el7.kolab_3.5.noarch
8344--> Processing Dependency: roundcubemail(plugin-filesystem_attachments) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-core-1.2-3.el7.kolab_3.5.noarch
8345--> Processing Dependency: roundcubemail(skin) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-core-1.2-3.el7.kolab_3.5.noarch
8346---> Package roundcubemail-plugin-kolab_auth.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8347--> Processing Dependency: roundcubemail(plugin-kolab_auth-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_auth-3.3-1.el7.kolab_3.5.noarch
8348---> Package roundcubemail-plugin-kolab_folders.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8349--> Processing Dependency: roundcubemail(plugin-kolab_folders-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_folders-3.3-1.el7.kolab_3.5.noarch
8350---> Package roundcubemail-plugin-libkolab.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8351--> Processing Dependency: roundcubemail(plugin-libkolab-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-1.el7.kolab_3.5.noarch
8352--> Processing Dependency: roundcubemail(plugin-libkolab-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-1.el7.kolab_3.5.noarch
8353---> Package roundcubemail-plugins-kolab.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8354--> Processing Dependency: roundcubemail(plugin-calendar) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8355--> Processing Dependency: roundcubemail(plugin-odfviewer) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8356--> Processing Dependency: roundcubemail(plugin-pdfviewer) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8357--> Processing Dependency: roundcubemail(plugin-tasklist) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8358--> Processing Dependency: roundcubemail(plugin-kolab_addressbook) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8359--> Processing Dependency: roundcubemail(plugin-kolab_delegation) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8360--> Processing Dependency: roundcubemail(plugin-kolab_config) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8361--> Processing Dependency: roundcubemail(plugin-kolab_activesync) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8362--> Processing Dependency: roundcubemail(plugin-kolab_files) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8363--> Processing Dependency: roundcubemail(plugin-kolab_notes) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8364--> Processing Dependency: roundcubemail(plugin-kolab_tags) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8365--> Processing Dependency: php-kolab >= 0.5 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8366--> Processing Dependency: php-kolabformat >= 1.0 for package: roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch
8367---> Package svrcore-devel.x86_64 0:4.0.4-11.el7 will be installed
8368--> Processing Dependency: svrcore = 4.0.4-11.el7 for package: svrcore-devel-4.0.4-11.el7.x86_64
8369--> Processing Dependency: libsvrcore.so.0()(64bit) for package: svrcore-devel-4.0.4-11.el7.x86_64
8370---> Package tcl-devel.x86_64 1:8.5.13-4.el7 will be installed
8371--> Processing Dependency: tcl = 1:8.5.13-4.el7 for package: 1:tcl-devel-8.5.13-4.el7.x86_64
8372---> Package tcp_wrappers.x86_64 0:7.6-77.el7 will be installed
8373---> Package texlive-dvips.noarch 2:svn29585.0-32.el7 will be installed
8374--> Processing Dependency: texlive-latex-fonts for package: 2:texlive-dvips-svn29585.0-32.el7.noarch
8375--> Processing Dependency: texlive-kpathsea-bin for package: 2:texlive-dvips-svn29585.0-32.el7.noarch
8376--> Processing Dependency: texlive-dvips-bin for package: 2:texlive-dvips-svn29585.0-32.el7.noarch
8377--> Processing Dependency: texlive-base for package: 2:texlive-dvips-svn29585.0-32.el7.noarch
8378--> Processing Dependency: tex-kpathsea for package: 2:texlive-dvips-svn29585.0-32.el7.noarch
8379---> Package texlive-latex.noarch 2:svn27907.0-32.el7 will be installed
8380--> Processing Dependency: tex-pdftex for package: 2:texlive-latex-svn27907.0-32.el7.noarch
8381--> Processing Dependency: tex-luatex for package: 2:texlive-latex-svn27907.0-32.el7.noarch
8382--> Processing Dependency: tex-latexconfig for package: 2:texlive-latex-svn27907.0-32.el7.noarch
8383--> Processing Dependency: tex(multicol.sty) for package: 2:texlive-latex-svn27907.0-32.el7.noarch
8384--> Processing Dependency: tex(hyperref.sty) for package: 2:texlive-latex-svn27907.0-32.el7.noarch
8385---> Package tkinter.x86_64 0:2.7.5-16.el7 will be installed
8386--> Processing Dependency: libtk8.5.so()(64bit) for package: tkinter-2.7.5-16.el7.x86_64
8387--> Processing Dependency: libTix.so()(64bit) for package: tkinter-2.7.5-16.el7.x86_64
8388---> Package transfig.x86_64 1:3.2.5d-13.el7 will be installed
8389--> Processing Dependency: ghostscript for package: 1:transfig-3.2.5d-13.el7.x86_64
8390--> Processing Dependency: bc for package: 1:transfig-3.2.5d-13.el7.x86_64
8391---> Package uglify-js.noarch 0:2.4.13-5.el7 will be installed
8392--> Processing Dependency: js-uglify = 2.4.13-5.el7 for package: uglify-js-2.4.13-5.el7.noarch
8393--> Processing Dependency: npm(uglify-to-browserify) < 1.1 for package: uglify-js-2.4.13-5.el7.noarch
8394--> Processing Dependency: npm(source-map) < 0.2 for package: uglify-js-2.4.13-5.el7.noarch
8395--> Processing Dependency: npm(optimist) < 0.5 for package: uglify-js-2.4.13-5.el7.noarch
8396--> Processing Dependency: npm(async) < 0.3 for package: uglify-js-2.4.13-5.el7.noarch
8397--> Processing Dependency: npm(uglify-to-browserify) >= 1.0.0 for package: uglify-js-2.4.13-5.el7.noarch
8398--> Processing Dependency: npm(source-map) >= 0.1.33 for package: uglify-js-2.4.13-5.el7.noarch
8399--> Processing Dependency: npm(optimist) >= 0.4 for package: uglify-js-2.4.13-5.el7.noarch
8400--> Processing Dependency: npm(async) >= 0.2.6 for package: uglify-js-2.4.13-5.el7.noarch
8401---> Package uuid-devel.x86_64 0:1.6.2-26.el7 will be installed
8402--> Processing Dependency: uuid = 1.6.2-26.el7 for package: uuid-devel-1.6.2-26.el7.x86_64
8403--> Processing Dependency: libossp-uuid.so.16()(64bit) for package: uuid-devel-1.6.2-26.el7.x86_64
8404---> Package xerces-c-devel.x86_64 0:3.1.1-6.el7 will be installed
8405---> Package xsd.x86_64 0:3.3.0.1-27.el7.kolab_3.5 will be installed
8406--> Running transaction check
8407---> Package CUnit.x86_64 0:2.1.3-8.el7 will be installed
8408---> Package ImageMagick.x86_64 0:6.7.8.9-10.el7 will be installed
8409--> Processing Dependency: libwmflite-0.2.so.7()(64bit) for package: ImageMagick-6.7.8.9-10.el7.x86_64
8410---> Package apache-commons-io.noarch 1:2.4-12.el7 will be installed
8411---> Package apache-commons-lang.noarch 0:2.6-15.el7 will be installed
8412---> Package apache-commons-logging.noarch 0:1.1.2-7.el7 will be installed
8413--> Processing Dependency: mvn(logkit:logkit) for package: apache-commons-logging-1.1.2-7.el7.noarch
8414--> Processing Dependency: mvn(avalon-framework:avalon-framework-api) for package: apache-commons-logging-1.1.2-7.el7.noarch
8415---> Package apache-commons-parent.noarch 0:26-8.el7 will be installed
8416--> Processing Dependency: mvn(org.codehaus.mojo:buildnumber-maven-plugin) for package: apache-commons-parent-26-8.el7.noarch
8417--> Processing Dependency: mvn(org.apache.rat:apache-rat-plugin) for package: apache-commons-parent-26-8.el7.noarch
8418--> Processing Dependency: mvn(org.apache.felix:maven-bundle-plugin) for package: apache-commons-parent-26-8.el7.noarch
8419---> Package apache-parent.noarch 0:10-14.el7 will be installed
8420--> Processing Dependency: mvn(org.apache.maven.plugins:maven-remote-resources-plugin) for package: apache-parent-10-14.el7.noarch
8421--> Processing Dependency: apache-resource-bundles for package: apache-parent-10-14.el7.noarch
8422---> Package bc.x86_64 0:1.06.95-13.el7 will be installed
8423---> Package boost.x86_64 0:1.53.0-23.el7 will be installed
8424---> Package boost-atomic.x86_64 0:1.53.0-23.el7 will be installed
8425---> Package boost-chrono.x86_64 0:1.53.0-23.el7 will be installed
8426---> Package boost-context.x86_64 0:1.53.0-23.el7 will be installed
8427---> Package boost-date-time.x86_64 0:1.53.0-23.el7 will be installed
8428---> Package boost-filesystem.x86_64 0:1.53.0-23.el7 will be installed
8429---> Package boost-graph.x86_64 0:1.53.0-23.el7 will be installed
8430---> Package boost-iostreams.x86_64 0:1.53.0-23.el7 will be installed
8431---> Package boost-locale.x86_64 0:1.53.0-23.el7 will be installed
8432---> Package boost-math.x86_64 0:1.53.0-23.el7 will be installed
8433---> Package boost-program-options.x86_64 0:1.53.0-23.el7 will be installed
8434---> Package boost-python.x86_64 0:1.53.0-23.el7 will be installed
8435---> Package boost-random.x86_64 0:1.53.0-23.el7 will be installed
8436---> Package boost-regex.x86_64 0:1.53.0-23.el7 will be installed
8437---> Package boost-serialization.x86_64 0:1.53.0-23.el7 will be installed
8438---> Package boost-signals.x86_64 0:1.53.0-23.el7 will be installed
8439---> Package boost-test.x86_64 0:1.53.0-23.el7 will be installed
8440---> Package boost-timer.x86_64 0:1.53.0-23.el7 will be installed
8441---> Package boost-wave.x86_64 0:1.53.0-23.el7 will be installed
8442---> Package cyrus-sasl.x86_64 0:2.1.26-17.el7 will be installed
8443---> Package dejavu-sans-mono-fonts.noarch 0:2.33-6.el7 will be installed
8444--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-mono-fonts-2.33-6.el7.noarch
8445---> Package elfutils-devel.x86_64 0:0.160-1.el7 will be installed
8446---> Package elfutils-libelf-devel.x86_64 0:0.160-1.el7 will be installed
8447---> Package emacs-common.x86_64 1:24.3-11.el7 will be installed
8448--> Processing Dependency: liblockfile.so.1()(64bit) for package: 1:emacs-common-24.3-11.el7.x86_64
8449---> Package erlang-appmon.x86_64 0:R16B-03.10.el7 will be installed
8450---> Package erlang-asn1.x86_64 0:R16B-03.10.el7 will be installed
8451---> Package erlang-compiler.x86_64 0:R16B-03.10.el7 will be installed
8452---> Package erlang-cosEvent.x86_64 0:R16B-03.10.el7 will be installed
8453---> Package erlang-cosEventDomain.x86_64 0:R16B-03.10.el7 will be installed
8454---> Package erlang-cosFileTransfer.x86_64 0:R16B-03.10.el7 will be installed
8455---> Package erlang-cosNotification.x86_64 0:R16B-03.10.el7 will be installed
8456---> Package erlang-cosProperty.x86_64 0:R16B-03.10.el7 will be installed
8457---> Package erlang-cosTime.x86_64 0:R16B-03.10.el7 will be installed
8458---> Package erlang-cosTransactions.x86_64 0:R16B-03.10.el7 will be installed
8459---> Package erlang-crypto.x86_64 0:R16B-03.10.el7 will be installed
8460---> Package erlang-debugger.x86_64 0:R16B-03.10.el7 will be installed
8461---> Package erlang-dialyzer.x86_64 0:R16B-03.10.el7 will be installed
8462--> Processing Dependency: graphviz for package: erlang-dialyzer-R16B-03.10.el7.x86_64
8463---> Package erlang-diameter.x86_64 0:R16B-03.10.el7 will be installed
8464---> Package erlang-edoc.x86_64 0:R16B-03.10.el7 will be installed
8465---> Package erlang-erl_docgen.x86_64 0:R16B-03.10.el7 will be installed
8466---> Package erlang-erl_interface.x86_64 0:R16B-03.10.el7 will be installed
8467---> Package erlang-et.x86_64 0:R16B-03.10.el7 will be installed
8468---> Package erlang-eunit.x86_64 0:R16B-03.10.el7 will be installed
8469---> Package erlang-examples.x86_64 0:R16B-03.10.el7 will be installed
8470---> Package erlang-getopt.x86_64 0:0.7.0-1.el7 will be installed
8471---> Package erlang-gs.x86_64 0:R16B-03.10.el7 will be installed
8472---> Package erlang-hipe.x86_64 0:R16B-03.10.el7 will be installed
8473---> Package erlang-ic.x86_64 0:R16B-03.10.el7 will be installed
8474---> Package erlang-inets.x86_64 0:R16B-03.10.el7 will be installed
8475---> Package erlang-jinterface.x86_64 0:R16B-03.10.el7 will be installed
8476---> Package erlang-kernel.x86_64 0:R16B-03.10.el7 will be installed
8477---> Package erlang-megaco.x86_64 0:R16B-03.10.el7 will be installed
8478---> Package erlang-mnesia.x86_64 0:R16B-03.10.el7 will be installed
8479---> Package erlang-mustache.x86_64 0:0.1.0-8.el7.kolab_3.5 will be installed
8480---> Package erlang-observer.x86_64 0:R16B-03.10.el7 will be installed
8481---> Package erlang-odbc.x86_64 0:R16B-03.10.el7 will be installed
8482--> Processing Dependency: libodbc.so.2()(64bit) for package: erlang-odbc-R16B-03.10.el7.x86_64
8483---> Package erlang-orber.x86_64 0:R16B-03.10.el7 will be installed
8484---> Package erlang-os_mon.x86_64 0:R16B-03.10.el7 will be installed
8485---> Package erlang-otp_mibs.x86_64 0:R16B-03.10.el7 will be installed
8486---> Package erlang-percept.x86_64 0:R16B-03.10.el7 will be installed
8487---> Package erlang-pman.x86_64 0:R16B-03.10.el7 will be installed
8488---> Package erlang-public_key.x86_64 0:R16B-03.10.el7 will be installed
8489---> Package erlang-reltool.x86_64 0:R16B-03.10.el7 will be installed
8490---> Package erlang-runtime_tools.x86_64 0:R16B-03.10.el7 will be installed
8491---> Package erlang-sasl.x86_64 0:R16B-03.10.el7 will be installed
8492---> Package erlang-snmp.x86_64 0:R16B-03.10.el7 will be installed
8493---> Package erlang-ssh.x86_64 0:R16B-03.10.el7 will be installed
8494---> Package erlang-ssl.x86_64 0:R16B-03.10.el7 will be installed
8495---> Package erlang-stdlib.x86_64 0:R16B-03.10.el7 will be installed
8496---> Package erlang-syntax_tools.x86_64 0:R16B-03.10.el7 will be installed
8497---> Package erlang-test_server.x86_64 0:R16B-03.10.el7 will be installed
8498---> Package erlang-toolbar.x86_64 0:R16B-03.10.el7 will be installed
8499---> Package erlang-tools.x86_64 0:R16B-03.10.el7 will be installed
8500---> Package erlang-tv.x86_64 0:R16B-03.10.el7 will be installed
8501---> Package erlang-typer.x86_64 0:R16B-03.10.el7 will be installed
8502---> Package erlang-webtool.x86_64 0:R16B-03.10.el7 will be installed
8503---> Package erlang-wx.x86_64 0:R16B-03.10.el7 will be installed
8504--> Processing Dependency: mesa-libGLU for package: erlang-wx-R16B-03.10.el7.x86_64
8505--> Processing Dependency: libwx_gtk2u_xrc-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8506--> Processing Dependency: libwx_gtk2u_stc-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8507--> Processing Dependency: libwx_gtk2u_html-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8508--> Processing Dependency: libwx_gtk2u_gl-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8509--> Processing Dependency: libwx_gtk2u_core-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8510--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0(WXU_2.8.5)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8511--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8512--> Processing Dependency: libwx_gtk2u_adv-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8513--> Processing Dependency: libwx_baseu-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8514--> Processing Dependency: libwx_gtk2u_xrc-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8515--> Processing Dependency: libwx_gtk2u_stc-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8516--> Processing Dependency: libwx_gtk2u_html-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8517--> Processing Dependency: libwx_gtk2u_gl-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8518--> Processing Dependency: libwx_gtk2u_core-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8519--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8520--> Processing Dependency: libwx_gtk2u_adv-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8521--> Processing Dependency: libwx_baseu_xml-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8522--> Processing Dependency: libwx_baseu-2.8.so.0()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8523--> Processing Dependency: libGLU.so.1()(64bit) for package: erlang-wx-R16B-03.10.el7.x86_64
8524---> Package erlang-xmerl.x86_64 0:R16B-03.10.el7 will be installed
8525---> Package gc-devel.x86_64 0:7.2d-6.el7 will be installed
8526--> Processing Dependency: gc(x86-64) = 7.2d-6.el7 for package: gc-devel-7.2d-6.el7.x86_64
8527--> Processing Dependency: libgccpp.so.1()(64bit) for package: gc-devel-7.2d-6.el7.x86_64
8528--> Processing Dependency: libgc.so.1()(64bit) for package: gc-devel-7.2d-6.el7.x86_64
8529--> Processing Dependency: libcord.so.1()(64bit) for package: gc-devel-7.2d-6.el7.x86_64
8530---> Package gdbm-devel.x86_64 0:1.10-8.el7 will be installed
8531---> Package geronimo-parent-poms.noarch 0:1.6-16.el7 will be installed
8532---> Package ghostscript.x86_64 0:9.07-18.el7 will be installed
8533--> Processing Dependency: urw-fonts >= 1.1 for package: ghostscript-9.07-18.el7.x86_64
8534--> Processing Dependency: ghostscript-fonts for package: ghostscript-9.07-18.el7.x86_64
8535---> Package gmp-devel.x86_64 1:6.0.0-11.el7 will be installed
8536---> Package guile.x86_64 5:2.0.9-5.el7 will be installed
8537---> Package httpcomponents-project.noarch 0:6-4.el7 will be installed
8538--> Processing Dependency: mvn(org.apache.maven.plugins:maven-site-plugin) for package: httpcomponents-project-6-4.el7.noarch
8539---> Package httpd.x86_64 0:2.4.6-31.el7.centos will be installed
8540--> Processing Dependency: httpd-tools = 2.4.6-31.el7.centos for package: httpd-2.4.6-31.el7.centos.x86_64
8541--> Processing Dependency: system-logos >= 7.92.1-1 for package: httpd-2.4.6-31.el7.centos.x86_64
8542---> Package jakarta-commons-httpclient.noarch 1:3.1-16.el7_0 will be installed
8543--> Processing Dependency: apache-commons-codec for package: 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch
8544---> Package jansson.x86_64 0:2.4-6.el7 will be installed
8545---> Package jboss-parent.noarch 0:6-12.el7 will be installed
8546---> Package js.x86_64 1:1.8.5-17.el7 will be installed
8547---> Package js-uglify.noarch 0:2.4.13-5.el7 will be installed
8548---> Package jvnet-parent.noarch 0:4-2.el7 will be installed
8549---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed
8550---> Package libICE-devel.x86_64 0:1.0.8-7.el7 will be installed
8551---> Package libSM-devel.x86_64 0:1.2.1-7.el7 will be installed
8552---> Package libXt-devel.x86_64 0:1.1.4-6.1.el7 will be installed
8553---> Package libXv-devel.x86_64 0:1.0.9-2.1.el7 will be installed
8554---> Package libarchive.x86_64 0:3.1.2-7.el7 will be installed
8555--> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-7.el7.x86_64
8556---> Package libcalendaring.x86_64 0:4.9.1-3.el7.kolab_3.5 will be installed
8557---> Package libcom_err-devel.x86_64 0:1.42.9-7.el7 will be installed
8558---> Package libkolab.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5 will be installed
8559---> Package libkolabxml.x86_64 0:1.2-2.el7.kolab_3.5 will be installed
8560---> Package libmcrypt.x86_64 0:2.5.8-13.el7 will be installed
8561---> Package libotf.x86_64 0:0.9.13-4.el7 will be installed
8562--> Processing Dependency: libXaw.so.7()(64bit) for package: libotf-0.9.13-4.el7.x86_64
8563---> Package libselinux-devel.x86_64 0:2.2.2-6.el7 will be installed
8564--> Processing Dependency: libsepol-devel >= 2.1.9-1 for package: libselinux-devel-2.2.2-6.el7.x86_64
8565--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.2.2-6.el7.x86_64
8566---> Package libuuid.x86_64 0:2.23.2-21.el7 will be updated
8567--> Processing Dependency: libuuid = 2.23.2-21.el7 for package: libmount-2.23.2-21.el7.x86_64
8568--> Processing Dependency: libuuid = 2.23.2-21.el7 for package: util-linux-2.23.2-21.el7.x86_64
8569--> Processing Dependency: libuuid = 2.23.2-21.el7 for package: libblkid-2.23.2-21.el7.x86_64
8570---> Package libuuid.x86_64 0:2.23.2-22.el7_1 will be an update
8571---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed
8572---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
8573---> Package lighttpd.x86_64 0:1.4.35-1.el7 will be installed
8574---> Package lksctp-tools.x86_64 0:1.0.13-3.el7 will be installed
8575---> Package lm_sensors-devel.x86_64 0:3.3.4-11.el7 will be installed
8576--> Processing Dependency: lm_sensors-libs = 3.3.4-11.el7 for package: lm_sensors-devel-3.3.4-11.el7.x86_64
8577--> Processing Dependency: libsensors.so.4()(64bit) for package: lm_sensors-devel-3.3.4-11.el7.x86_64
8578---> Package log4j.noarch 0:1.2.17-15.el7 will be installed
8579--> Processing Dependency: mvn(org.apache.geronimo.specs:geronimo-jms_1.1_spec) for package: log4j-1.2.17-15.el7.noarch
8580--> Processing Dependency: mvn(javax.mail:mail) for package: log4j-1.2.17-15.el7.noarch
8581---> Package m17n-lib.x86_64 0:1.6.4-10.el7 will be installed
8582--> Processing Dependency: m17n-db for package: m17n-lib-1.6.4-10.el7.x86_64
8583---> Package maven.noarch 0:3.0.5-16.el7 will be installed
8584--> Processing Dependency: sisu-inject-plexus for package: maven-3.0.5-16.el7.noarch
8585--> Processing Dependency: sisu-inject-bean for package: maven-3.0.5-16.el7.noarch
8586--> Processing Dependency: plexus-sec-dispatcher for package: maven-3.0.5-16.el7.noarch
8587--> Processing Dependency: plexus-containers-component-annotations for package: maven-3.0.5-16.el7.noarch
8588--> Processing Dependency: plexus-cipher for package: maven-3.0.5-16.el7.noarch
8589--> Processing Dependency: objectweb-asm for package: maven-3.0.5-16.el7.noarch
8590--> Processing Dependency: mvn(org.sonatype.sisu:sisu-inject-plexus) for package: maven-3.0.5-16.el7.noarch
8591--> Processing Dependency: mvn(org.sonatype.plexus:plexus-sec-dispatcher) for package: maven-3.0.5-16.el7.noarch
8592--> Processing Dependency: mvn(org.sonatype.plexus:plexus-cipher) for package: maven-3.0.5-16.el7.noarch
8593--> Processing Dependency: mvn(org.sonatype.aether:aether-util) for package: maven-3.0.5-16.el7.noarch
8594--> Processing Dependency: mvn(org.sonatype.aether:aether-spi) for package: maven-3.0.5-16.el7.noarch
8595--> Processing Dependency: mvn(org.sonatype.aether:aether-impl) for package: maven-3.0.5-16.el7.noarch
8596--> Processing Dependency: mvn(org.sonatype.aether:aether-api) for package: maven-3.0.5-16.el7.noarch
8597--> Processing Dependency: mvn(org.codehaus.plexus:plexus-component-annotations) for package: maven-3.0.5-16.el7.noarch
8598--> Processing Dependency: mvn(org.codehaus.plexus:plexus-classworlds) for package: maven-3.0.5-16.el7.noarch
8599--> Processing Dependency: mvn(commons-cli:commons-cli) for package: maven-3.0.5-16.el7.noarch
8600--> Processing Dependency: httpcomponents-core for package: maven-3.0.5-16.el7.noarch
8601--> Processing Dependency: httpcomponents-client for package: maven-3.0.5-16.el7.noarch
8602--> Processing Dependency: guava for package: maven-3.0.5-16.el7.noarch
8603--> Processing Dependency: google-guice for package: maven-3.0.5-16.el7.noarch
8604--> Processing Dependency: cglib for package: maven-3.0.5-16.el7.noarch
8605--> Processing Dependency: atinject for package: maven-3.0.5-16.el7.noarch
8606--> Processing Dependency: apache-commons-cli for package: maven-3.0.5-16.el7.noarch
8607--> Processing Dependency: aopalliance for package: maven-3.0.5-16.el7.noarch
8608--> Processing Dependency: aether-util for package: maven-3.0.5-16.el7.noarch
8609--> Processing Dependency: aether-spi for package: maven-3.0.5-16.el7.noarch
8610--> Processing Dependency: aether-impl for package: maven-3.0.5-16.el7.noarch
8611--> Processing Dependency: aether-connector-wagon for package: maven-3.0.5-16.el7.noarch
8612--> Processing Dependency: aether-api for package: maven-3.0.5-16.el7.noarch
8613---> Package maven-archiver.noarch 0:2.5-9.el7 will be installed
8614---> Package maven-artifact.noarch 0:2.2.1-47.el7 will be installed
8615---> Package maven-artifact-manager.noarch 0:2.2.1-47.el7 will be installed
8616---> Package maven-assembly-plugin.noarch 0:2.4-8.el7 will be installed
8617--> Processing Dependency: mvn(org.codehaus.plexus:plexus-io) for package: maven-assembly-plugin-2.4-8.el7.noarch
8618--> Processing Dependency: mvn(org.apache.maven.shared:maven-shared-io) for package: maven-assembly-plugin-2.4-8.el7.noarch
8619--> Processing Dependency: mvn(org.apache.maven.shared:maven-repository-builder) for package: maven-assembly-plugin-2.4-8.el7.noarch
8620--> Processing Dependency: mvn(org.apache.maven.shared:file-management) for package: maven-assembly-plugin-2.4-8.el7.noarch
8621---> Package maven-common-artifact-filters.noarch 0:1.4-11.el7 will be installed
8622---> Package maven-doxia-sink-api.noarch 0:1.4-5.el7 will be installed
8623--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-logging-api) = 1.4 for package: maven-doxia-sink-api-1.4-5.el7.noarch
8624---> Package maven-doxia-sitetools.noarch 0:1.4-3.el7 will be installed
8625--> Processing Dependency: mvn(org.codehaus.plexus:plexus-velocity) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8626--> Processing Dependency: mvn(org.codehaus.plexus:plexus-i18n) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8627--> Processing Dependency: mvn(org.apache.velocity:velocity) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8628--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-module-xhtml) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8629--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-module-xdoc) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8630--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-module-fo) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8631--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-module-fml) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8632--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-module-apt) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8633--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-core) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8634--> Processing Dependency: mvn(commons-collections:commons-collections) for package: maven-doxia-sitetools-1.4-3.el7.noarch
8635---> Package maven-enforcer-plugin.noarch 0:1.2-8.el7 will be installed
8636--> Processing Dependency: mvn(org.apache.maven.enforcer:enforcer-rules) = 1.2 for package: maven-enforcer-plugin-1.2-8.el7.noarch
8637--> Processing Dependency: mvn(org.apache.maven.enforcer:enforcer-api) = 1.2 for package: maven-enforcer-plugin-1.2-8.el7.noarch
8638---> Package maven-filtering.noarch 0:1.1-3.el7 will be installed
8639--> Processing Dependency: mvn(org.sonatype.plexus:plexus-build-api) for package: maven-filtering-1.1-3.el7.noarch
8640---> Package maven-invoker.noarch 0:2.1.1-9.el7 will be installed
8641---> Package maven-model.noarch 0:2.2.1-47.el7 will be installed
8642---> Package maven-monitor.noarch 0:2.2.1-47.el7 will be installed
8643---> Package maven-parent.noarch 0:20-5.el7 will be installed
8644---> Package maven-plugin-annotations.noarch 0:3.1-17.el7 will be installed
8645--> Processing Dependency: maven-plugin-tools = 3.1-17.el7 for package: maven-plugin-annotations-3.1-17.el7.noarch
8646---> Package maven-plugins-pom.noarch 0:23-7.el7 will be installed
8647--> Processing Dependency: mvn(org.apache.maven.plugins:maven-plugin-plugin) for package: maven-plugins-pom-23-7.el7.noarch
8648---> Package maven-project.noarch 0:2.2.1-47.el7 will be installed
8649--> Processing Dependency: mvn(org.apache.maven:maven-profile) = 2.2.1 for package: maven-project-2.2.1-47.el7.noarch
8650--> Processing Dependency: mvn(org.apache.maven:maven-plugin-registry) = 2.2.1 for package: maven-project-2.2.1-47.el7.noarch
8651---> Package maven-reporting-api.noarch 1:3.0-5.el7 will be installed
8652---> Package maven-settings.noarch 0:2.2.1-47.el7 will be installed
8653---> Package maven-shared-incremental.noarch 0:1.1-6.el7 will be installed
8654---> Package maven-shared-utils.noarch 0:0.4-3.el7 will be installed
8655--> Processing Dependency: mvn(com.google.code.findbugs:jsr305) for package: maven-shared-utils-0.4-3.el7.noarch
8656---> Package maven-surefire.noarch 0:2.15-3.el7 will be installed
8657--> Processing Dependency: mvn(org.apache.maven:maven-plugin-descriptor) for package: maven-surefire-2.15-3.el7.noarch
8658--> Processing Dependency: mvn(org.apache.commons:commons-lang3) for package: maven-surefire-2.15-3.el7.noarch
8659---> Package maven-surefire-provider-junit.noarch 0:2.15-3.el7 will be installed
8660---> Package maven-surefire-provider-testng.noarch 0:2.15-3.el7 will be installed
8661--> Processing Dependency: mvn(org.testng:testng::jdk15:) for package: maven-surefire-provider-testng-2.15-3.el7.noarch
8662---> Package maven-toolchain.noarch 0:2.2.1-47.el7 will be installed
8663---> Package maven-wagon.noarch 0:2.4-3.el7 will be installed
8664--> Processing Dependency: mvn(org.slf4j:slf4j-api) for package: maven-wagon-2.4-3.el7.noarch
8665--> Processing Dependency: mvn(org.jsoup:jsoup) for package: maven-wagon-2.4-3.el7.noarch
8666--> Processing Dependency: mvn(nekohtml:nekohtml) for package: maven-wagon-2.4-3.el7.noarch
8667--> Processing Dependency: mvn(commons-net:commons-net) for package: maven-wagon-2.4-3.el7.noarch
8668--> Processing Dependency: mvn(com.jcraft:jsch) for package: maven-wagon-2.4-3.el7.noarch
8669---> Package mesa-libGLU-devel.x86_64 0:9.0.0-4.el7 will be installed
8670---> Package mojo-parent.noarch 0:32-4.el7 will be installed
8671--> Processing Dependency: mvn(org.codehaus:codehaus-parent) for package: mojo-parent-32-4.el7.noarch
8672---> Package mozldap-tools.x86_64 0:6.0.5-38.el7.kolab_3.5 will be installed
8673--> Processing Dependency: mozldap = 6.0.5-38.el7.kolab_3.5 for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64
8674--> Processing Dependency: libldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64
8675--> Processing Dependency: libssldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64
8676--> Processing Dependency: libprldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64
8677--> Processing Dependency: libldif60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64
8678---> Package net-snmp-agent-libs.x86_64 1:5.7.2-20.el7 will be installed
8679---> Package net-snmp-libs.x86_64 1:5.7.2-20.el7 will be installed
8680---> Package netpbm-progs.x86_64 0:10.61.02-9.el7 will be installed
8681--> Processing Dependency: netpbm = 10.61.02-9.el7 for package: netpbm-progs-10.61.02-9.el7.x86_64
8682--> Processing Dependency: libnetpbm.so.11()(64bit) for package: netpbm-progs-10.61.02-9.el7.x86_64
8683---> Package nodejs.x86_64 0:0.10.36-3.el7 will be installed
8684--> Processing Dependency: v8(x86-64) < 1:3.15 for package: nodejs-0.10.36-3.el7.x86_64
8685--> Processing Dependency: v8(x86-64) >= 1:3.14.5.10-17 for package: nodejs-0.10.36-3.el7.x86_64
8686--> Processing Dependency: libv8.so.3()(64bit) for package: nodejs-0.10.36-3.el7.x86_64
8687--> Processing Dependency: libuv.so.0.10()(64bit) for package: nodejs-0.10.36-3.el7.x86_64
8688--> Processing Dependency: libhttp_parser.so.2()(64bit) for package: nodejs-0.10.36-3.el7.x86_64
8689--> Processing Dependency: libcares.so.2()(64bit) for package: nodejs-0.10.36-3.el7.x86_64
8690---> Package nodejs-async.noarch 0:0.2.10-1.el7 will be installed
8691---> Package nodejs-optimist.noarch 0:0.4.0-1.el7 will be installed
8692--> Processing Dependency: npm(wordwrap) < 0.1 for package: nodejs-optimist-0.4.0-1.el7.noarch
8693--> Processing Dependency: npm(wordwrap) >= 0.0.2 for package: nodejs-optimist-0.4.0-1.el7.noarch
8694---> Package nodejs-source-map.noarch 0:0.1.33-1.el7 will be installed
8695--> Processing Dependency: npm(amdefine) >= 0.0.4 for package: nodejs-source-map-0.1.33-1.el7.noarch
8696---> Package nodejs-uglify-to-browserify.noarch 0:1.0.2-2.el7 will be installed
8697---> Package nspr.x86_64 0:4.10.6-3.el7 will be updated
8698---> Package nspr.x86_64 0:4.10.8-1.el7_1 will be an update
8699---> Package nss.x86_64 0:3.16.2.3-5.el7 will be updated
8700--> Processing Dependency: nss = 3.16.2.3-5.el7 for package: nss-sysinit-3.16.2.3-5.el7.x86_64
8701--> Processing Dependency: nss(x86-64) = 3.16.2.3-5.el7 for package: nss-tools-3.16.2.3-5.el7.x86_64
8702---> Package nss.x86_64 0:3.18.0-2.2.el7_1 will be an update
8703--> Processing Dependency: nss-util >= 3.18.0 for package: nss-3.18.0-2.2.el7_1.x86_64
8704Package: nss-util-3.18.0-1.el7_1.src - can't co-install with nss-util-3.18.0-1.el7_1.x86_64
8705Package: nss-util-3.18.0-1.el7_1.src - can't co-install with nss-util-3.18.0-1.el7_1.x86_64
8706---> Package nss-softokn-devel.x86_64 0:3.16.2.3-9.el7 will be installed
8707--> Processing Dependency: nss-softokn-freebl-devel(x86-64) = 3.16.2.3-9.el7 for package: nss-softokn-devel-3.16.2.3-9.el7.x86_64
8708---> Package nss-util-devel.x86_64 0:3.18.0-1.el7_1 will be installed
8709---> Package nss_compat_ossl.x86_64 0:0.9.6-8.el7 will be installed
8710---> Package perl-ExtUtils-Install.noarch 0:1.58-285.el7 will be installed
8711---> Package perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 will be installed
8712---> Package perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7 will be installed
8713---> Package php-PsrLog.noarch 0:1.0.0-6.el7 will be installed
8714---> Package php-Smarty.noarch 0:3.1.21-1.el7 will be installed
8715---> Package php-cli.x86_64 0:5.4.16-23.el7_0.3 will be installed
8716---> Package php-doctrine-instantiator.noarch 0:1.0.4-1.el7 will be installed
8717---> Package php-intl.x86_64 0:5.4.16-23.el7_0.3 will be installed
8718---> Package php-kolab.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5 will be installed
8719---> Package php-kolabformat.x86_64 0:1.2-2.el7.kolab_3.5 will be installed
8720---> Package php-ldap.x86_64 0:5.4.16-23.el7_0.3 will be installed
8721---> Package php-mysqlnd.x86_64 0:5.4.16-23.el7_0.3 will be installed
8722---> Package php-pear-Net-URL2.noarch 0:2.1.1-1.el7 will be installed
8723---> Package php-phpspec-prophecy.noarch 0:1.4.0-1.el7 will be installed
8724--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) < 3 for package: php-phpspec-prophecy-1.4.0-1.el7.noarch
8725--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) >= 2.0 for package: php-phpspec-prophecy-1.4.0-1.el7.noarch
8726---> Package php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7 will be installed
8727---> Package php-phpunit-PHP-CodeCoverage.noarch 0:2.0.16-1.el7 will be installed
8728--> Processing Dependency: php-composer(phpunit/php-token-stream) < 2 for package: php-phpunit-PHP-CodeCoverage-2.0.16-1.el7.noarch
8729--> Processing Dependency: php-composer(phpunit/php-token-stream) >= 1.3 for package: php-phpunit-PHP-CodeCoverage-2.0.16-1.el7.noarch
8730---> Package php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7 will be installed
8731---> Package php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7 will be installed
8732---> Package php-phpunit-PHPUnit-MockObject.noarch 0:2.3.1-1.el7 will be installed
8733--> Processing Dependency: php-soap for package: php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch
8734---> Package php-phpunit-Text-Template.noarch 0:1.2.0-5.el7 will be installed
8735---> Package php-phpunit-Version.noarch 0:1.0.5-1.el7 will be installed
8736---> Package php-phpunit-comparator.noarch 0:1.1.1-1.el7 will be installed
8737---> Package php-phpunit-diff.noarch 0:1.3.0-1.el7 will be installed
8738---> Package php-phpunit-environment.noarch 0:1.2.2-1.el7 will be installed
8739---> Package php-phpunit-exporter.noarch 0:1.2.0-1.el7 will be installed
8740---> Package php-process.x86_64 0:5.4.16-23.el7_0.3 will be installed
8741---> Package php-sebastian-global-state.noarch 0:1.0.0-1.el7 will be installed
8742---> Package php-sebastian-recursion-context.noarch 0:1.0.0-1.el7 will be installed
8743---> Package php-seld-cli-prompt.noarch 0:1.0.0-1.el7.kolab_3.5 will be installed
8744---> Package php-seld-phar-utils.noarch 0:1.0.0-1.el7.kolab_3.5 will be installed
8745---> Package php-symfony-common.noarch 0:2.5.11-1.el7 will be installed
8746---> Package php-symfony-event-dispatcher.noarch 0:2.5.11-1.el7 will be installed
8747--> Processing Dependency: php-composer(symfony/http-kernel) = 2.5.11 for package: php-symfony-event-dispatcher-2.5.11-1.el7.noarch
8748--> Processing Dependency: php-composer(symfony/dependency-injection) = 2.5.11 for package: php-symfony-event-dispatcher-2.5.11-1.el7.noarch
8749---> Package php-symfony-yaml.noarch 0:2.5.11-1.el7 will be installed
8750---> Package php-tidy.x86_64 0:5.4.16-3.el7 will be installed
8751--> Processing Dependency: libtidy-0.99.so.0()(64bit) for package: php-tidy-5.4.16-3.el7.x86_64
8752---> Package plexus-archiver.noarch 0:2.4.2-4.el7 will be installed
8753--> Processing Dependency: mvn(org.apache.commons:commons-compress) for package: plexus-archiver-2.4.2-4.el7.noarch
8754---> Package plexus-compiler.noarch 0:2.2-7.el7 will be installed
8755---> Package plexus-components-pom.noarch 0:1.2-7.el7 will be installed
8756--> Processing Dependency: mvn(org.codehaus.plexus:plexus-component-metadata) for package: plexus-components-pom-1.2-7.el7.noarch
8757---> Package plexus-containers-container-default.noarch 0:1.5.5-14.el7 will be installed
8758--> Processing Dependency: mvn(org.apache.xbean:xbean-reflect) for package: plexus-containers-container-default-1.5.5-14.el7.noarch
8759--> Processing Dependency: mvn(junit:junit) for package: plexus-containers-container-default-1.5.5-14.el7.noarch
8760---> Package plexus-digest.noarch 0:1.1-15.el7 will be installed
8761---> Package plexus-interactivity.noarch 0:1.0-0.14.alpha6.el7 will be installed
8762--> Processing Dependency: mvn(org.codehaus.plexus:plexus-component-api) for package: plexus-interactivity-1.0-0.14.alpha6.el7.noarch
8763--> Processing Dependency: mvn(jline:jline) for package: plexus-interactivity-1.0-0.14.alpha6.el7.noarch
8764---> Package plexus-interpolation.noarch 0:1.15-8.el7 will be installed
8765---> Package plexus-pom.noarch 0:3.3.1-5.el7 will be installed
8766--> Processing Dependency: mvn(org.sonatype.spice:spice-parent) for package: plexus-pom-3.3.1-5.el7.noarch
8767---> Package plexus-tools-pom.noarch 0:1.0.11-8.el7 will be installed
8768--> Processing Dependency: mvn(org.apache.maven.plugins:maven-release-plugin) for package: plexus-tools-pom-1.0.11-8.el7.noarch
8769---> Package plexus-utils.noarch 0:3.0.9-9.el7 will be installed
8770---> Package pyserial.noarch 0:2.6-5.el7 will be installed
8771---> Package python-babel.noarch 0:0.9.6-8.el7 will be installed
8772---> Package python-docutils.noarch 0:0.11-0.2.20130715svn7687.el7 will be installed
8773--> Processing Dependency: python-imaging for package: python-docutils-0.11-0.2.20130715svn7687.el7.noarch
8774---> Package python-py.noarch 0:1.4.14-4.el7 will be installed
8775---> Package python-pygments.noarch 0:1.4-9.el7 will be installed
8776---> Package python-zope-interface.x86_64 0:4.0.5-4.el7 will be installed
8777---> Package qdox.noarch 0:1.12.1-9.el7 will be installed
8778---> Package roundcubemail-core-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8779---> Package roundcubemail-plugin-acl.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8780--> Processing Dependency: roundcubemail(plugin-acl-skin) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-acl-1.2-3.el7.kolab_3.5.noarch
8781--> Processing Dependency: roundcubemail(plugin-acl-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-acl-1.2-3.el7.kolab_3.5.noarch
8782---> Package roundcubemail-plugin-archive.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8783--> Processing Dependency: roundcubemail(plugin-archive-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-archive-1.2-3.el7.kolab_3.5.noarch
8784--> Processing Dependency: roundcubemail(plugin-archive-skin) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-archive-1.2-3.el7.kolab_3.5.noarch
8785---> Package roundcubemail-plugin-calendar.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8786--> Processing Dependency: roundcubemail(plugin-calendar-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-1.el7.kolab_3.5.noarch
8787--> Processing Dependency: roundcubemail(plugin-calendar-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-1.el7.kolab_3.5.noarch
8788--> Processing Dependency: roundcubemail(plugin-libcalendaring) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-1.el7.kolab_3.5.noarch
8789---> Package roundcubemail-plugin-filesystem_attachments.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8790--> Processing Dependency: roundcubemail(plugin-filesystem_attachments-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-filesystem_attachments-1.2-3.el7.kolab_3.5.noarch
8791---> Package roundcubemail-plugin-jqueryui.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8792--> Processing Dependency: roundcubemail(plugin-jqueryui-skin) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-1.2-3.el7.kolab_3.5.noarch
8793--> Processing Dependency: roundcubemail(plugin-jqueryui-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-1.2-3.el7.kolab_3.5.noarch
8794---> Package roundcubemail-plugin-kolab_activesync.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8795--> Processing Dependency: roundcubemail(plugin-kolab_activesync-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-3.3-1.el7.kolab_3.5.noarch
8796--> Processing Dependency: roundcubemail(plugin-kolab_activesync-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-3.3-1.el7.kolab_3.5.noarch
8797---> Package roundcubemail-plugin-kolab_addressbook.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8798--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-3.3-1.el7.kolab_3.5.noarch
8799--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-3.3-1.el7.kolab_3.5.noarch
8800---> Package roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8801---> Package roundcubemail-plugin-kolab_config.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8802--> Processing Dependency: roundcubemail(plugin-kolab_config-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_config-3.3-1.el7.kolab_3.5.noarch
8803---> Package roundcubemail-plugin-kolab_delegation.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8804--> Processing Dependency: roundcubemail(plugin-kolab_delegation-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-3.3-1.el7.kolab_3.5.noarch
8805--> Processing Dependency: roundcubemail(plugin-kolab_delegation-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-3.3-1.el7.kolab_3.5.noarch
8806---> Package roundcubemail-plugin-kolab_files.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8807--> Processing Dependency: roundcubemail(plugin-kolab_files-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-3.3-1.el7.kolab_3.5.noarch
8808--> Processing Dependency: roundcubemail(plugin-kolab_files-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-3.3-1.el7.kolab_3.5.noarch
8809---> Package roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8810---> Package roundcubemail-plugin-kolab_notes.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8811--> Processing Dependency: roundcubemail(plugin-kolab_notes-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-3.3-1.el7.kolab_3.5.noarch
8812--> Processing Dependency: roundcubemail(plugin-kolab_notes-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-3.3-1.el7.kolab_3.5.noarch
8813---> Package roundcubemail-plugin-kolab_tags.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8814--> Processing Dependency: roundcubemail(plugin-kolab_tags-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-3.3-1.el7.kolab_3.5.noarch
8815--> Processing Dependency: roundcubemail(plugin-kolab_tags-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-3.3-1.el7.kolab_3.5.noarch
8816---> Package roundcubemail-plugin-libkolab-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8817---> Package roundcubemail-plugin-libkolab-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8818--> Processing Dependency: roundcubemail(plugin-libkolab-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-skin-larry-3.3-1.el7.kolab_3.5.noarch
8819---> Package roundcubemail-plugin-managesieve.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8820--> Processing Dependency: roundcubemail(plugin-managesieve-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-managesieve-1.2-3.el7.kolab_3.5.noarch
8821--> Processing Dependency: roundcubemail(plugin-managesieve-skin) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-managesieve-1.2-3.el7.kolab_3.5.noarch
8822---> Package roundcubemail-plugin-odfviewer.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8823--> Processing Dependency: roundcubemail(plugin-odfviewer-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-odfviewer-3.3-1.el7.kolab_3.5.noarch
8824---> Package roundcubemail-plugin-password.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8825--> Processing Dependency: roundcubemail(plugin-password-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-password-1.2-3.el7.kolab_3.5.noarch
8826---> Package roundcubemail-plugin-pdfviewer.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8827--> Processing Dependency: roundcubemail(plugin-pdfviewer-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-pdfviewer-3.3-1.el7.kolab_3.5.noarch
8828---> Package roundcubemail-plugin-tasklist.noarch 0:3.3-1.el7.kolab_3.5 will be installed
8829--> Processing Dependency: roundcubemail(plugin-tasklist-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-3.3-1.el7.kolab_3.5.noarch
8830--> Processing Dependency: roundcubemail(plugin-tasklist-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-3.3-1.el7.kolab_3.5.noarch
8831---> Package roundcubemail-plugin-zipdownload.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8832--> Processing Dependency: roundcubemail(plugin-zipdownload-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-zipdownload-1.2-3.el7.kolab_3.5.noarch
8833--> Processing Dependency: roundcubemail(plugin-zipdownload-skin) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-zipdownload-1.2-3.el7.kolab_3.5.noarch
8834---> Package roundcubemail-skin-chameleon.noarch 0:0.3.6-1.el7.kolab_3.5 will be installed
8835--> Processing Dependency: roundcubemail(skin-chameleon) = 0.3.6-1.el7.kolab_3.5 for package: roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.noarch
8836--> Processing Dependency: roundcubemail(skin-chameleon-assets) = 0.3.6-1.el7.kolab_3.5 for package: roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.noarch
8837---> Package roundcubemail-skin-larry.noarch 0:1.2-3.el7.kolab_3.5 will be installed
8838--> Processing Dependency: roundcubemail(skin-larry-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-skin-larry-1.2-3.el7.kolab_3.5.noarch
8839---> Package rpm-devel.x86_64 0:4.11.1-25.el7 will be installed
8840--> Processing Dependency: popt-devel(x86-64) for package: rpm-devel-4.11.1-25.el7.x86_64
8841---> Package sonatype-oss-parent.noarch 0:7-6.el7 will be installed
8842---> Package svrcore.x86_64 0:4.0.4-11.el7 will be installed
8843---> Package systemtap-sdt-devel.x86_64 0:2.6-10.el7_1 will be installed
8844--> Processing Dependency: pyparsing for package: systemtap-sdt-devel-2.6-10.el7_1.x86_64
8845---> Package t1lib.x86_64 0:5.1.2-14.el7 will be installed
8846---> Package tcl.x86_64 1:8.5.13-4.el7 will be installed
8847---> Package tcp_wrappers-devel.x86_64 0:7.6-77.el7 will be installed
8848---> Package texlive-base.noarch 2:2012-32.20130427_r30134.el7 will be installed
8849---> Package texlive-collection-latexrecommended.noarch 2:svn25795.0-32.20130427_r30134.el7 will be installed
8850--> Processing Dependency: texlive-collection-latex for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8851--> Processing Dependency: texlive-collection-fontsrecommended for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8852--> Processing Dependency: tex-xkeyval for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8853--> Processing Dependency: tex-xcolor for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8854--> Processing Dependency: tex-underscore for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8855--> Processing Dependency: tex-typehtml for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8856--> Processing Dependency: tex-thumbpdf for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8857--> Processing Dependency: tex-textcase for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8858--> Processing Dependency: tex-subfig for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8859--> Processing Dependency: tex-setspace for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8860--> Processing Dependency: tex-sepnum for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8861--> Processing Dependency: tex-seminar for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8862--> Processing Dependency: tex-section for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8863--> Processing Dependency: tex-sansmath for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8864--> Processing Dependency: tex-rotating for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8865--> Processing Dependency: tex-rcs for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8866--> Processing Dependency: tex-psfrag for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8867--> Processing Dependency: tex-powerdot for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8868--> Processing Dependency: tex-pdfpages for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8869--> Processing Dependency: tex-parskip for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8870--> Processing Dependency: tex-ntgclass for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8871--> Processing Dependency: tex-ms for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8872--> Processing Dependency: tex-microtype for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8873--> Processing Dependency: tex-mh for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8874--> Processing Dependency: tex-metalogo for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8875--> Processing Dependency: tex-memoir for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8876--> Processing Dependency: tex-mdwtools for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8877--> Processing Dependency: tex-listings for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8878--> Processing Dependency: tex-l3packages for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8879--> Processing Dependency: tex-l3kernel for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8880--> Processing Dependency: tex-l3experimental for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8881--> Processing Dependency: tex-koma-script for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8882--> Processing Dependency: tex-jknapltx for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8883--> Processing Dependency: tex-index for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8884--> Processing Dependency: tex-fp for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8885--> Processing Dependency: tex-fontspec for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8886--> Processing Dependency: tex-float for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8887--> Processing Dependency: tex-fancyvrb for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8888--> Processing Dependency: tex-fancyref for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8889--> Processing Dependency: tex-fancybox for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8890--> Processing Dependency: tex-extsizes for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8891--> Processing Dependency: tex-euler for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8892--> Processing Dependency: tex-eso-pic for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8893--> Processing Dependency: tex-ec for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8894--> Processing Dependency: tex-ctable for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8895--> Processing Dependency: tex-crop for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8896--> Processing Dependency: tex-cmap for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8897--> Processing Dependency: tex-cite for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8898--> Processing Dependency: tex-caption for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8899--> Processing Dependency: tex-booktabs for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8900--> Processing Dependency: tex-beamer for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8901--> Processing Dependency: tex-anysize for package: 2:texlive-collection-latexrecommended-svn25795.0-32.20130427_r30134.el7.noarch
8902---> Package texlive-dvips-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
8903--> Processing Dependency: texlive-kpathsea-lib = 2:2012-32.20130427_r30134.el7 for package: 2:texlive-dvips-bin-svn26509.0-32.20130427_r30134.el7.x86_64
8904--> Processing Dependency: libkpathsea.so.6()(64bit) for package: 2:texlive-dvips-bin-svn26509.0-32.20130427_r30134.el7.x86_64
8905---> Package texlive-hyperref.noarch 2:svn28213.6.83m-32.el7 will be installed
8906--> Processing Dependency: tex(stringenc.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8907--> Processing Dependency: tex(rerunfilecheck.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8908--> Processing Dependency: tex(refcount.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8909--> Processing Dependency: tex(pdftexcmds.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8910--> Processing Dependency: tex(pdfescape.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8911--> Processing Dependency: tex(ltxcmds.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8912--> Processing Dependency: tex(letltxmacro.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8913--> Processing Dependency: tex(kvsetkeys.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8914--> Processing Dependency: tex(kvoptions.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8915--> Processing Dependency: tex(kvdefinekeys.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8916--> Processing Dependency: tex(keyval.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8917--> Processing Dependency: tex(intcalc.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8918--> Processing Dependency: tex(infwarerr.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8919--> Processing Dependency: tex(ifxetex.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8920--> Processing Dependency: tex(ifvtex.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8921--> Processing Dependency: tex(ifpdf.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8922--> Processing Dependency: tex(hycolor.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8923--> Processing Dependency: tex(hobsub-hyperref.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8924--> Processing Dependency: tex(gettitlestring.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8925--> Processing Dependency: tex(etexcmds.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8926--> Processing Dependency: tex(color.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8927--> Processing Dependency: tex(bitset.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8928--> Processing Dependency: tex(auxhook.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8929--> Processing Dependency: tex(atbegshi.sty) for package: 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch
8930---> Package texlive-kpathsea.noarch 2:svn28792.0-32.el7 will be installed
8931---> Package texlive-kpathsea-bin.x86_64 2:svn27347.0-32.20130427_r30134.el7 will be installed
8932---> Package texlive-latex-fonts.noarch 2:svn28888.0-32.el7 will be installed
8933---> Package texlive-latexconfig.noarch 2:svn28991.0-32.el7 will be installed
8934---> Package texlive-luatex.noarch 2:svn26689.0.70.1-32.el7 will be installed
8935--> Processing Dependency: texlive-tetex-bin for package: 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch
8936--> Processing Dependency: texlive-tetex-bin for package: 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch
8937--> Processing Dependency: texlive-luatex-bin for package: 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch
8938--> Processing Dependency: tex-tetex for package: 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch
8939--> Processing Dependency: tex-tetex for package: 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch
8940--> Processing Dependency: tex-hyphen-base for package: 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch
8941---> Package texlive-pdftex.noarch 2:svn29585.1.40.11-32.el7 will be installed
8942--> Processing Dependency: texlive-pdftex-bin for package: 2:texlive-pdftex-svn29585.1.40.11-32.el7.noarch
8943---> Package texlive-tools.noarch 2:svn26263.0-32.el7 will be installed
8944---> Package texlive-url.noarch 2:svn16864.3.2-32.el7 will be installed
8945---> Package tix.x86_64 1:8.4.3-12.el7 will be installed
8946---> Package tk.x86_64 1:8.5.13-4.el7 will be installed
8947---> Package uuid.x86_64 0:1.6.2-26.el7 will be installed
8948---> Package weld-parent.noarch 0:17-9.el7 will be installed
8949---> Package xerces-c.x86_64 0:3.1.1-6.el7 will be installed
8950---> Package xmvn.noarch 0:1.3.0-5.el7 will be installed
8951--> Processing Dependency: mvn(com.beust:jcommander) for package: xmvn-1.3.0-5.el7.noarch
8952---> Package ycssmin.noarch 0:1.0.1-6.el7 will be installed
8953--> Running transaction check
8954---> Package aether-api.noarch 0:1.13.1-13.el7 will be installed
8955---> Package aether-connector-wagon.noarch 0:1.13.1-13.el7 will be installed
8956---> Package aether-impl.noarch 0:1.13.1-13.el7 will be installed
8957---> Package aether-spi.noarch 0:1.13.1-13.el7 will be installed
8958---> Package aether-util.noarch 0:1.13.1-13.el7 will be installed
8959---> Package aopalliance.noarch 0:1.0-8.el7 will be installed
8960---> Package apache-commons-cli.noarch 0:1.2-13.el7 will be installed
8961---> Package apache-commons-codec.noarch 0:1.8-7.el7 will be installed
8962---> Package apache-commons-collections.noarch 0:3.2.1-21.el7 will be installed
8963---> Package apache-commons-compress.noarch 0:1.5-4.el7 will be installed
8964--> Processing Dependency: mvn(org.tukaani:xz) for package: apache-commons-compress-1.5-4.el7.noarch
8965---> Package apache-commons-lang3.noarch 0:3.1-9.el7 will be installed
8966---> Package apache-commons-net.noarch 0:3.2-8.el7.centos will be installed
8967---> Package apache-rat-plugin.noarch 0:0.8-13.el7 will be installed
8968--> Processing Dependency: mvn(org.apache.rat:apache-rat-core) = 0.8 for package: apache-rat-plugin-0.8-13.el7.noarch
8969--> Processing Dependency: apache-rat-core = 0.8-13.el7 for package: apache-rat-plugin-0.8-13.el7.noarch
8970--> Processing Dependency: mvn(org.apache.maven.shared:maven-plugin-testing-harness) for package: apache-rat-plugin-0.8-13.el7.noarch
8971--> Processing Dependency: mvn(org.apache.maven.reporting:maven-reporting-impl) for package: apache-rat-plugin-0.8-13.el7.noarch
8972---> Package apache-resource-bundles.noarch 0:2-11.el7 will be installed
8973---> Package atinject.noarch 0:1-13.20100611svn86.el7 will be installed
8974---> Package avalon-framework.noarch 0:4.3-10.el7 will be installed
8975---> Package avalon-logkit.noarch 0:2.1-14.el7 will be installed
8976--> Processing Dependency: tomcat-servlet-3.0-api for package: avalon-logkit-2.1-14.el7.noarch
8977---> Package beust-jcommander.noarch 0:1.30-5.el7 will be installed
8978---> Package buildnumber-maven-plugin.noarch 0:1.2-7.el7 will be installed
8979--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-svnexe) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8980--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-svn-commons) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8981--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-starteam) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8982--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-perforce) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8983--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-hg) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8984--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-gitexe) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8985--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-cvsexe) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8986--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-clearcase) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8987--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-provider-bazaar) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8988--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-manager-plexus) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8989--> Processing Dependency: mvn(org.apache.maven.scm:maven-scm-api) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8990--> Processing Dependency: mvn(net.java.dev.jna:jna) for package: buildnumber-maven-plugin-1.2-7.el7.noarch
8991---> Package c-ares.x86_64 0:1.10.0-3.el7 will be installed
8992---> Package centos-logos.noarch 0:70.0.6-2.el7.centos will be installed
8993---> Package cglib.noarch 0:2.2-18.el7 will be installed
8994---> Package codehaus-parent.noarch 0:4-5.el7 will be installed
8995---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed
8996---> Package gc.x86_64 0:7.2d-6.el7 will be installed
8997---> Package geronimo-jms.noarch 0:1.1.1-19.el7 will be installed
8998---> Package ghostscript-fonts.noarch 0:5.50-32.el7 will be installed
8999---> Package google-guice.noarch 0:3.1.3-9.el7 will be installed
9000---> Package graphviz.x86_64 0:2.30.1-19.el7 will be installed
9001--> Processing Dependency: libgd.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
9002---> Package guava.noarch 0:13.0-6.el7 will be installed
9003---> Package http-parser.x86_64 0:2.0-4.20121128gitcd01361.el7 will be installed
9004---> Package httpcomponents-client.noarch 0:4.2.5-5.el7_0 will be installed
9005---> Package httpcomponents-core.noarch 0:4.2.4-6.el7 will be installed
9006---> Package httpd-tools.x86_64 0:2.4.6-31.el7.centos will be installed
9007---> Package javamail.noarch 0:1.4.6-8.el7 will be installed
9008---> Package jline.noarch 0:1.0-8.el7 will be installed
9009---> Package jsch.noarch 0:0.1.50-5.el7 will be installed
9010--> Processing Dependency: jzlib >= 1.0.5 for package: jsch-0.1.50-5.el7.noarch
9011---> Package jsoup.noarch 0:1.6.1-10.el7 will be installed
9012---> Package jsr-305.noarch 0:0-0.18.20090319svn.el7 will be installed
9013---> Package junit.noarch 0:4.11-8.el7 will be installed
9014--> Processing Dependency: osgi(org.hamcrest.core) for package: junit-4.11-8.el7.noarch
9015--> Processing Dependency: hamcrest for package: junit-4.11-8.el7.noarch
9016---> Package libXaw.x86_64 0:1.0.11-6.1.el7 will be installed
9017---> Package libblkid.x86_64 0:2.23.2-21.el7 will be updated
9018---> Package libblkid.x86_64 0:2.23.2-22.el7_1 will be an update
9019---> Package liblockfile.x86_64 0:1.08-17.el7 will be installed
9020---> Package libmount.x86_64 0:2.23.2-21.el7 will be updated
9021---> Package libmount.x86_64 0:2.23.2-22.el7_1 will be an update
9022---> Package libsepol-devel.x86_64 0:2.1.9-3.el7 will be installed
9023---> Package libtidy.x86_64 0:0.99.0-31.20091203.el7 will be installed
9024---> Package libuv.x86_64 1:0.10.34-1.el7 will be installed
9025---> Package libwmf-lite.x86_64 0:0.2.8.4-39.el7 will be installed
9026---> Package lm_sensors-libs.x86_64 0:3.3.4-11.el7 will be installed
9027---> Package lzo.x86_64 0:2.06-6.el7_0.2 will be installed
9028---> Package m17n-db.noarch 0:1.6.4-3.el7 will be installed
9029---> Package maven-doxia-core.noarch 0:1.4-5.el7 will be installed
9030---> Package maven-doxia-logging-api.noarch 0:1.4-5.el7 will be installed
9031---> Package maven-doxia-module-apt.noarch 0:1.4-5.el7 will be installed
9032---> Package maven-doxia-module-fml.noarch 0:1.4-5.el7 will be installed
9033---> Package maven-doxia-module-fo.noarch 0:1.4-5.el7 will be installed
9034--> Processing Dependency: mvn(org.apache.xmlgraphics:fop) for package: maven-doxia-module-fo-1.4-5.el7.noarch
9035--> Processing Dependency: mvn(commons-configuration:commons-configuration) for package: maven-doxia-module-fo-1.4-5.el7.noarch
9036---> Package maven-doxia-module-xdoc.noarch 0:1.4-5.el7 will be installed
9037---> Package maven-doxia-module-xhtml.noarch 0:1.4-5.el7 will be installed
9038---> Package maven-enforcer-api.noarch 0:1.2-8.el7 will be installed
9039---> Package maven-enforcer-rules.noarch 0:1.2-8.el7 will be installed
9040--> Processing Dependency: mvn(org.beanshell:bsh) for package: maven-enforcer-rules-1.2-8.el7.noarch
9041--> Processing Dependency: mvn(org.apache.maven.shared:maven-dependency-tree) for package: maven-enforcer-rules-1.2-8.el7.noarch
9042---> Package maven-file-management.noarch 1:1.2.1-8.el7 will be installed
9043---> Package maven-plugin-bundle.noarch 0:2.3.7-12.el7 will be installed
9044--> Processing Dependency: mvn(org.apache.felix:org.apache.felix.bundlerepository) for package: maven-plugin-bundle-2.3.7-12.el7.noarch
9045--> Processing Dependency: mvn(net.sf.kxml:kxml2) for package: maven-plugin-bundle-2.3.7-12.el7.noarch
9046--> Processing Dependency: mvn(biz.aQute:bndlib) for package: maven-plugin-bundle-2.3.7-12.el7.noarch
9047---> Package maven-plugin-descriptor.noarch 0:2.2.1-47.el7 will be installed
9048---> Package maven-plugin-plugin.noarch 0:3.1-17.el7 will be installed
9049--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-model) = 3.1 for package: maven-plugin-plugin-3.1-17.el7.noarch
9050--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-java) = 3.1 for package: maven-plugin-plugin-3.1-17.el7.noarch
9051--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-generators) = 3.1 for package: maven-plugin-plugin-3.1-17.el7.noarch
9052--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-beanshell) = 3.1 for package: maven-plugin-plugin-3.1-17.el7.noarch
9053--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-api) = 3.1 for package: maven-plugin-plugin-3.1-17.el7.noarch
9054--> Processing Dependency: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-annotations) = 3.1 for package: maven-plugin-plugin-3.1-17.el7.noarch
9055---> Package maven-plugin-registry.noarch 0:2.2.1-47.el7 will be installed
9056---> Package maven-plugin-tools.noarch 0:3.1-17.el7 will be installed
9057---> Package maven-profile.noarch 0:2.2.1-47.el7 will be installed
9058---> Package maven-release-plugin.noarch 0:2.2.1-12.el7 will be installed
9059--> Processing Dependency: mvn(org.apache.maven.release:maven-release-manager) = 2.2.1 for package: maven-release-plugin-2.2.1-12.el7.noarch
9060--> Processing Dependency: maven-release-manager = 2.2.1-12.el7 for package: maven-release-plugin-2.2.1-12.el7.noarch
9061--> Processing Dependency: mvn(org.jdom:jdom) for package: maven-release-plugin-2.2.1-12.el7.noarch
9062---> Package maven-remote-resources-plugin.noarch 0:1.4-7.el7 will be installed
9063--> Processing Dependency: mvn(org.codehaus.plexus:plexus-resources) for package: maven-remote-resources-plugin-1.4-7.el7.noarch
9064--> Processing Dependency: mvn(org.apache.maven.shared:maven-artifact-resolver) for package: maven-remote-resources-plugin-1.4-7.el7.noarch
9065---> Package maven-repository-builder.noarch 1:1.0-0.5.alpha2.el7 will be installed
9066---> Package maven-shared-io.noarch 1:1.1-7.el7 will be installed
9067---> Package maven-site-plugin.noarch 0:3.2-7.el7 will be installed
9068--> Processing Dependency: mvn(org.apache.maven.reporting:maven-reporting-exec) for package: maven-site-plugin-3.2-7.el7.noarch
9069--> Processing Dependency: mvn(org.apache.maven.doxia:doxia-integration-tools) for package: maven-site-plugin-3.2-7.el7.noarch
9070---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed
9071---> Package mozldap.x86_64 0:6.0.5-38.el7.kolab_3.5 will be installed
9072---> Package nekohtml.noarch 0:1.9.14-13.el7 will be installed
9073--> Processing Dependency: bcel for package: nekohtml-1.9.14-13.el7.noarch
9074---> Package netpbm.x86_64 0:10.61.02-9.el7 will be installed
9075---> Package nodejs-amdefine.noarch 0:0.0.4-1.el7 will be installed
9076---> Package nodejs-wordwrap.noarch 0:0.0.2-4.el7 will be installed
9077---> Package nss-softokn-freebl-devel.x86_64 0:3.16.2.3-9.el7 will be installed
9078---> Package nss-sysinit.x86_64 0:3.16.2.3-5.el7 will be updated
9079---> Package nss-sysinit.x86_64 0:3.18.0-2.2.el7_1 will be an update
9080---> Package nss-tools.x86_64 0:3.16.2.3-5.el7 will be updated
9081---> Package nss-tools.x86_64 0:3.18.0-2.2.el7_1 will be an update
9082---> Package nss-util.x86_64 0:3.16.2.3-2.el7 will be updated
9083---> Package nss-util.x86_64 0:3.18.0-1.el7_1 will be an update
9084---> Package objectweb-asm.noarch 0:3.3.1-9.el7 will be installed
9085---> Package php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7 will be installed
9086---> Package php-phpunit-PHP-TokenStream.noarch 0:1.4.1-1.el7 will be installed
9087---> Package php-soap.x86_64 0:5.4.16-23.el7_0.3 will be installed
9088---> Package php-symfony-dependency-injection.noarch 0:2.5.11-1.el7 will be installed
9089--> Processing Dependency: php-composer(symfony/config) = 2.5.11 for package: php-symfony-dependency-injection-2.5.11-1.el7.noarch
9090---> Package php-symfony-http-kernel.noarch 0:2.5.11-1.el7 will be installed
9091--> Processing Dependency: php-composer(symfony/http-foundation) = 2.5.11 for package: php-symfony-http-kernel-2.5.11-1.el7.noarch
9092--> Processing Dependency: php-composer(symfony/debug) = 2.5.11 for package: php-symfony-http-kernel-2.5.11-1.el7.noarch
9093--> Processing Dependency: php-composer(symfony/browser-kit) = 2.5.11 for package: php-symfony-http-kernel-2.5.11-1.el7.noarch
9094---> Package plexus-build-api.noarch 0:0.0.7-11.el7 will be installed
9095---> Package plexus-cipher.noarch 0:1.7-5.el7 will be installed
9096---> Package plexus-classworlds.noarch 0:2.4.2-8.el7 will be installed
9097---> Package plexus-component-api.noarch 0:1.0-0.16.alpha15.el7 will be installed
9098---> Package plexus-containers-component-annotations.noarch 0:1.5.5-14.el7 will be installed
9099---> Package plexus-containers-component-metadata.noarch 0:1.5.5-14.el7 will be installed
9100--> Processing Dependency: mvn(org.codehaus.plexus:plexus-cli) for package: plexus-containers-component-metadata-1.5.5-14.el7.noarch
9101---> Package plexus-i18n.noarch 0:1.0-0.6.b10.4.el7 will be installed
9102---> Package plexus-io.noarch 0:2.0.5-9.el7 will be installed
9103---> Package plexus-sec-dispatcher.noarch 0:1.4-13.el7 will be installed
9104---> Package plexus-velocity.noarch 0:1.1.8-16.el7 will be installed
9105---> Package popt-devel.x86_64 0:1.13-16.el7 will be installed
9106---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed
9107---> Package python-pillow.x86_64 0:2.0.0-17.gitd1c6db8.el7 will be installed
9108--> Processing Dependency: libwebp.so.4()(64bit) for package: python-pillow-2.0.0-17.gitd1c6db8.el7.x86_64
9109---> Package roundcubemail-plugin-acl-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9110---> Package roundcubemail-plugin-acl-skin-larry.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9111--> Processing Dependency: roundcubemail(plugin-acl-skin-larry-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-acl-skin-larry-1.2-3.el7.kolab_3.5.noarch
9112---> Package roundcubemail-plugin-archive-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9113---> Package roundcubemail-plugin-archive-skin-larry.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9114--> Processing Dependency: roundcubemail(plugin-archive-skin-larry-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-archive-skin-larry-1.2-3.el7.kolab_3.5.noarch
9115---> Package roundcubemail-plugin-calendar-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9116---> Package roundcubemail-plugin-calendar-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9117--> Processing Dependency: roundcubemail(plugin-calendar-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-skin-larry-3.3-1.el7.kolab_3.5.noarch
9118---> Package roundcubemail-plugin-filesystem_attachments-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9119---> Package roundcubemail-plugin-jqueryui-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9120---> Package roundcubemail-plugin-jqueryui-skin-larry.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9121--> Processing Dependency: roundcubemail(plugin-jqueryui-skin-larry-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-skin-larry-1.2-3.el7.kolab_3.5.noarch
9122---> Package roundcubemail-plugin-kolab_activesync-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9123---> Package roundcubemail-plugin-kolab_activesync-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9124--> Processing Dependency: roundcubemail(plugin-kolab_activesync-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-skin-larry-3.3-1.el7.kolab_3.5.noarch
9125---> Package roundcubemail-plugin-kolab_addressbook-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9126---> Package roundcubemail-plugin-kolab_addressbook-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9127--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-skin-larry-3.3-1.el7.kolab_3.5.noarch
9128---> Package roundcubemail-plugin-kolab_config-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9129---> Package roundcubemail-plugin-kolab_delegation-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9130---> Package roundcubemail-plugin-kolab_delegation-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9131--> Processing Dependency: roundcubemail(plugin-kolab_delegation-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-skin-larry-3.3-1.el7.kolab_3.5.noarch
9132---> Package roundcubemail-plugin-kolab_files-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9133---> Package roundcubemail-plugin-kolab_files-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9134--> Processing Dependency: roundcubemail(plugin-kolab_files-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-skin-larry-3.3-1.el7.kolab_3.5.noarch
9135---> Package roundcubemail-plugin-kolab_notes-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9136---> Package roundcubemail-plugin-kolab_notes-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9137--> Processing Dependency: roundcubemail(plugin-kolab_notes-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-skin-larry-3.3-1.el7.kolab_3.5.noarch
9138---> Package roundcubemail-plugin-kolab_tags-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9139---> Package roundcubemail-plugin-kolab_tags-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9140--> Processing Dependency: roundcubemail(plugin-kolab_tags-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-skin-larry-3.3-1.el7.kolab_3.5.noarch
9141---> Package roundcubemail-plugin-libcalendaring.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9142--> Processing Dependency: roundcubemail(plugin-libcalendaring-skin) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-libcalendaring-3.3-1.el7.kolab_3.5.noarch
9143--> Processing Dependency: roundcubemail(plugin-libcalendaring-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-libcalendaring-3.3-1.el7.kolab_3.5.noarch
9144---> Package roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9145---> Package roundcubemail-plugin-managesieve-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9146---> Package roundcubemail-plugin-managesieve-skin-larry.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9147--> Processing Dependency: roundcubemail(plugin-managesieve-skin-larry-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-managesieve-skin-larry-1.2-3.el7.kolab_3.5.noarch
9148---> Package roundcubemail-plugin-odfviewer-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9149---> Package roundcubemail-plugin-password-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9150---> Package roundcubemail-plugin-pdfviewer-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9151---> Package roundcubemail-plugin-tasklist-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9152---> Package roundcubemail-plugin-tasklist-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9153--> Processing Dependency: roundcubemail(plugin-tasklist-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-skin-larry-3.3-1.el7.kolab_3.5.noarch
9154---> Package roundcubemail-plugin-zipdownload-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9155---> Package roundcubemail-plugin-zipdownload-skin-larry.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9156--> Processing Dependency: roundcubemail(plugin-zipdownload-skin-larry-assets) = 1.2-3.el7.kolab_3.5 for package: roundcubemail-plugin-zipdownload-skin-larry-1.2-3.el7.kolab_3.5.noarch
9157---> Package roundcubemail-skin-chameleon-assets.noarch 0:0.3.6-1.el7.kolab_3.5 will be installed
9158---> Package roundcubemail-skin-chameleon-core.noarch 0:0.3.6-1.el7.kolab_3.5 will be installed
9159---> Package roundcubemail-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9160---> Package sisu-inject-bean.noarch 0:2.3.0-11.el7 will be installed
9161--> Processing Dependency: mvn(javax.enterprise:cdi-api) for package: sisu-inject-bean-2.3.0-11.el7.noarch
9162---> Package sisu-inject-plexus.noarch 0:2.3.0-11.el7 will be installed
9163---> Package slf4j.noarch 0:1.7.4-3.el7 will be installed
9164--> Processing Dependency: mvn(javassist:javassist) for package: slf4j-1.7.4-3.el7.noarch
9165--> Processing Dependency: mvn(ch.qos.cal10n:cal10n-api) for package: slf4j-1.7.4-3.el7.noarch
9166---> Package spice-parent.noarch 0:15-11.el7 will be installed
9167--> Processing Dependency: mvn(org.sonatype.forge:forge-parent) for package: spice-parent-15-11.el7.noarch
9168---> Package testng.noarch 0:6.8.7-3.el7 will be installed
9169--> Processing Dependency: mvn(org.yaml:snakeyaml) for package: testng-6.8.7-3.el7.noarch
9170---> Package texlive-anysize.noarch 2:svn15878.0-32.el7 will be installed
9171---> Package texlive-beamer.noarch 2:svn29349.3.26-32.el7 will be installed
9172--> Processing Dependency: tex-pgf for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9173--> Processing Dependency: tex(xxcolor.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9174--> Processing Dependency: tex(ucs.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9175--> Processing Dependency: tex(pgfcore.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9176--> Processing Dependency: tex(pgf.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9177--> Processing Dependency: tex(geometry.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9178--> Processing Dependency: tex(amsthm.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9179--> Processing Dependency: tex(amssymb.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9180--> Processing Dependency: tex(amsmath.sty) for package: 2:texlive-beamer-svn29349.3.26-32.el7.noarch
9181---> Package texlive-booktabs.noarch 2:svn15878.1.61803-32.el7 will be installed
9182---> Package texlive-caption.noarch 2:svn29026.3.3__2013_02_03_-32.el7 will be installed
9183---> Package texlive-cite.noarch 2:svn19955.5.3-32.el7 will be installed
9184---> Package texlive-cmap.noarch 2:svn26568.0-32.el7 will be installed
9185---> Package texlive-collection-fontsrecommended.noarch 2:svn28082.0-32.20130427_r30134.el7 will be installed
9186--> Processing Dependency: texlive-collection-basic for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9187--> Processing Dependency: tex-zapfding for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9188--> Processing Dependency: tex-zapfchan for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9189--> Processing Dependency: tex-wasysym for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9190--> Processing Dependency: tex-wasy for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9191--> Processing Dependency: tex-utopia for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9192--> Processing Dependency: tex-txfonts for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9193--> Processing Dependency: tex-tipa for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9194--> Processing Dependency: tex-times for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9195--> Processing Dependency: tex-tex-gyre-math for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9196--> Processing Dependency: tex-tex-gyre for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9197--> Processing Dependency: tex-symbol for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9198--> Processing Dependency: tex-rsfs for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9199--> Processing Dependency: tex-pxfonts for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9200--> Processing Dependency: tex-palatino for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9201--> Processing Dependency: tex-ncntrsbk for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9202--> Processing Dependency: tex-mathpazo for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9203--> Processing Dependency: tex-marvosym for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9204--> Processing Dependency: tex-lm-math for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9205--> Processing Dependency: tex-lm for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9206--> Processing Dependency: tex-helvetic for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9207--> Processing Dependency: tex-fpl for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9208--> Processing Dependency: tex-eurosym for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9209--> Processing Dependency: tex-euro for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9210--> Processing Dependency: tex-courier for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9211--> Processing Dependency: tex-cmextra for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9212--> Processing Dependency: tex-cm-super for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9213--> Processing Dependency: tex-charter for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9214--> Processing Dependency: tex-bookman for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9215--> Processing Dependency: tex-avantgar for package: 2:texlive-collection-fontsrecommended-svn28082.0-32.20130427_r30134.el7.noarch
9216---> Package texlive-collection-latex.noarch 2:svn25030.0-32.20130427_r30134.el7 will be installed
9217--> Processing Dependency: tex-pspicture for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9218--> Processing Dependency: tex-psnfss for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9219--> Processing Dependency: tex-pslatex for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9220--> Processing Dependency: tex-pdftex-def for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9221--> Processing Dependency: tex-natbib for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9222--> Processing Dependency: tex-mptopdf for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9223--> Processing Dependency: tex-mfnfss for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9224--> Processing Dependency: tex-ltxmisc for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9225--> Processing Dependency: tex-latex-bin for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9226--> Processing Dependency: tex-fix2col for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9227--> Processing Dependency: tex-fancyhdr for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9228--> Processing Dependency: tex-colortbl for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9229--> Processing Dependency: tex-carlisle for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9230--> Processing Dependency: tex-babelbib for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9231--> Processing Dependency: tex-babel for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9232--> Processing Dependency: tex-ae for package: 2:texlive-collection-latex-svn25030.0-32.20130427_r30134.el7.noarch
9233---> Package texlive-crop.noarch 2:svn15878.1.5-32.el7 will be installed
9234---> Package texlive-ctable.noarch 2:svn26694.1.23-32.el7 will be installed
9235--> Processing Dependency: tex(etoolbox.sty) for package: 2:texlive-ctable-svn26694.1.23-32.el7.noarch
9236---> Package texlive-ec.noarch 2:svn25033.1.0-32.el7 will be installed
9237---> Package texlive-eso-pic.noarch 2:svn21515.2.0c-32.el7 will be installed
9238---> Package texlive-euler.noarch 2:svn17261.2.5-32.el7 will be installed
9239---> Package texlive-extsizes.noarch 2:svn17263.1.4a-32.el7 will be installed
9240---> Package texlive-fancybox.noarch 2:svn18304.1.4-32.el7 will be installed
9241---> Package texlive-fancyref.noarch 2:svn15878.0.9c-32.el7 will be installed
9242---> Package texlive-fancyvrb.noarch 2:svn18492.2.8-32.el7 will be installed
9243--> Processing Dependency: tex(pstricks.sty) for package: 2:texlive-fancyvrb-svn18492.2.8-32.el7.noarch
9244---> Package texlive-float.noarch 2:svn15878.1.3d-32.el7 will be installed
9245---> Package texlive-fontspec.noarch 2:svn29412.v2.3a-32.el7 will be installed
9246--> Processing Dependency: tex-kastrup for package: 2:texlive-fontspec-svn29412.v2.3a-32.el7.noarch
9247--> Processing Dependency: tex(xunicode.sty) for package: 2:texlive-fontspec-svn29412.v2.3a-32.el7.noarch
9248--> Processing Dependency: tex(luaotfload.sty) for package: 2:texlive-fontspec-svn29412.v2.3a-32.el7.noarch
9249---> Package texlive-fp.noarch 2:svn15878.0-32.el7 will be installed
9250---> Package texlive-graphics.noarch 2:svn25405.1.0o-32.el7 will be installed
9251---> Package texlive-hyphen-base.noarch 2:svn29197.0-32.el7 will be installed
9252---> Package texlive-ifxetex.noarch 2:svn19685.0.5-32.el7 will be installed
9253---> Package texlive-index.noarch 2:svn24099.4.1beta-32.el7 will be installed
9254---> Package texlive-jknapltx.noarch 2:svn19440.0-32.el7 will be installed
9255---> Package texlive-koma-script.noarch 2:svn27255.3.11b-32.el7 will be installed
9256--> Processing Dependency: tex(mparhack.sty) for package: 2:texlive-koma-script-svn27255.3.11b-32.el7.noarch
9257--> Processing Dependency: tex(marginnote.sty) for package: 2:texlive-koma-script-svn27255.3.11b-32.el7.noarch
9258---> Package texlive-kpathsea-lib.x86_64 2:2012-32.20130427_r30134.el7 will be installed
9259---> Package texlive-l3experimental.noarch 2:svn29361.SVN_4467-32.el7 will be installed
9260---> Package texlive-l3kernel.noarch 2:svn29409.SVN_4469-32.el7 will be installed
9261--> Processing Dependency: tex(etex.sty) for package: 2:texlive-l3kernel-svn29409.SVN_4469-32.el7.noarch
9262--> Processing Dependency: tex(enumitem.sty) for package: 2:texlive-l3kernel-svn29409.SVN_4469-32.el7.noarch
9263--> Processing Dependency: tex(csquotes.sty) for package: 2:texlive-l3kernel-svn29409.SVN_4469-32.el7.noarch
9264---> Package texlive-l3packages.noarch 2:svn29361.SVN_4467-32.el7 will be installed
9265---> Package texlive-listings.noarch 2:svn15878.1.4-32.el7 will be installed
9266--> Processing Dependency: tex(algorithmic.sty) for package: 2:texlive-listings-svn15878.1.4-32.el7.noarch
9267---> Package texlive-luatex-bin.x86_64 2:svn26912.0-32.20130427_r30134.el7 will be installed
9268--> Processing Dependency: libzzip-0.so.13()(64bit) for package: 2:texlive-luatex-bin-svn26912.0-32.20130427_r30134.el7.x86_64
9269---> Package texlive-mdwtools.noarch 2:svn15878.1.05.4-32.el7 will be installed
9270---> Package texlive-memoir.noarch 2:svn21638.3.6j_patch_6.0g-32.el7 will be installed
9271--> Processing Dependency: tex(ifetex.sty) for package: 2:texlive-memoir-svn21638.3.6j_patch_6.0g-32.el7.noarch
9272---> Package texlive-metalogo.noarch 2:svn18611.0.12-32.el7 will be installed
9273---> Package texlive-mh.noarch 2:svn29420.0-32.el7 will be installed
9274---> Package texlive-microtype.noarch 2:svn29392.2.5-32.el7 will be installed
9275---> Package texlive-ms.noarch 2:svn24467.0-32.el7 will be installed
9276--> Processing Dependency: tex(footmisc.sty) for package: 2:texlive-ms-svn24467.0-32.el7.noarch
9277---> Package texlive-ntgclass.noarch 2:svn15878.0-32.el7 will be installed
9278---> Package texlive-oberdiek.noarch 2:svn26725.0-32.el7 will be installed
9279--> Processing Dependency: tex(unicode-math.sty) for package: 2:texlive-oberdiek-svn26725.0-32.el7.noarch
9280--> Processing Dependency: tex(soul.sty) for package: 2:texlive-oberdiek-svn26725.0-32.el7.noarch
9281--> Processing Dependency: tex(parcolumns.sty) for package: 2:texlive-oberdiek-svn26725.0-32.el7.noarch
9282--> Processing Dependency: tex(parallel.sty) for package: 2:texlive-oberdiek-svn26725.0-32.el7.noarch
9283--> Processing Dependency: tex(makematch.sty) for package: 2:texlive-oberdiek-svn26725.0-32.el7.noarch
9284---> Package texlive-parskip.noarch 2:svn19963.2.0-32.el7 will be installed
9285---> Package texlive-pdfpages.noarch 2:svn27574.0.4t-32.el7 will be installed
9286---> Package texlive-pdftex-bin.x86_64 2:svn27321.0-32.20130427_r30134.el7 will be installed
9287---> Package texlive-powerdot.noarch 2:svn25656.1.4i-32.el7 will be installed
9288--> Processing Dependency: tex(type1cm.sty) for package: 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch
9289--> Processing Dependency: tex(pst-slpe.sty) for package: 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch
9290--> Processing Dependency: tex(pst-grad.sty) for package: 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch
9291--> Processing Dependency: tex(pst-char.sty) for package: 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch
9292--> Processing Dependency: tex(pst-blur.sty) for package: 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch
9293---> Package texlive-psfrag.noarch 2:svn15878.3.04-32.el7 will be installed
9294---> Package texlive-rcs.noarch 2:svn15878.0-32.el7 will be installed
9295---> Package texlive-rotating.noarch 2:svn16832.2.16b-32.el7 will be installed
9296---> Package texlive-sansmath.noarch 2:svn17997.1.1-32.el7 will be installed
9297---> Package texlive-section.noarch 2:svn20180.0-32.el7 will be installed
9298---> Package texlive-seminar.noarch 2:svn18322.1.5-32.el7 will be installed
9299---> Package texlive-sepnum.noarch 2:svn20186.2.0-32.el7 will be installed
9300---> Package texlive-setspace.noarch 2:svn24881.6.7a-32.el7 will be installed
9301---> Package texlive-subfig.noarch 2:svn15878.1.3-32.el7 will be installed
9302---> Package texlive-tetex.noarch 2:svn29585.3.0-32.el7 will be installed
9303---> Package texlive-tetex-bin.noarch 2:svn27344.0-32.20130427_r30134.el7 will be installed
9304---> Package texlive-textcase.noarch 2:svn15878.0-32.el7 will be installed
9305---> Package texlive-thumbpdf.noarch 2:svn26689.3.15-32.el7 will be installed
9306--> Processing Dependency: texlive-thumbpdf-bin for package: 2:texlive-thumbpdf-svn26689.3.15-32.el7.noarch
9307---> Package texlive-typehtml.noarch 2:svn17134.0-32.el7 will be installed
9308---> Package texlive-underscore.noarch 2:svn18261.0-32.el7 will be installed
9309---> Package texlive-xcolor.noarch 2:svn15878.2.11-32.el7 will be installed
9310---> Package texlive-xkeyval.noarch 2:svn27995.2.6a-32.el7 will be installed
9311---> Package unixODBC.x86_64 0:2.3.1-10.el7 will be installed
9312---> Package urw-fonts.noarch 0:2.4-16.el7 will be installed
9313---> Package util-linux.x86_64 0:2.23.2-21.el7 will be updated
9314---> Package util-linux.x86_64 0:2.23.2-22.el7_1 will be an update
9315---> Package v8.x86_64 1:3.14.5.10-17.el7 will be installed
9316---> Package velocity.noarch 0:1.7-10.el7 will be installed
9317--> Processing Dependency: jaxen for package: velocity-1.7-10.el7.noarch
9318--> Processing Dependency: jakarta-oro for package: velocity-1.7-10.el7.noarch
9319--> Processing Dependency: hsqldb for package: velocity-1.7-10.el7.noarch
9320---> Package wxBase.x86_64 0:2.8.12-13.el7 will be installed
9321---> Package wxGTK.x86_64 0:2.8.12-13.el7 will be installed
9322--> Processing Dependency: libSDL-1.2.so.0()(64bit) for package: wxGTK-2.8.12-13.el7.x86_64
9323---> Package wxGTK-gl.x86_64 0:2.8.12-13.el7 will be installed
9324---> Package xbean.noarch 0:3.13-6.el7 will be installed
9325--> Processing Dependency: mvn(org.apache.felix:org.apache.felix.framework) for package: xbean-3.13-6.el7.noarch
9326--> Running transaction check
9327---> Package SDL.x86_64 0:1.2.15-11.el7 will be installed
9328---> Package apache-commons-configuration.noarch 0:1.9-8.el7 will be installed
9329--> Processing Dependency: mvn(org.apache.commons:commons-vfs2) for package: apache-commons-configuration-1.9-8.el7.noarch
9330--> Processing Dependency: mvn(org.apache.commons:commons-jexl) for package: apache-commons-configuration-1.9-8.el7.noarch
9331--> Processing Dependency: mvn(commons-jxpath:commons-jxpath) for package: apache-commons-configuration-1.9-8.el7.noarch
9332--> Processing Dependency: mvn(commons-digester:commons-digester) for package: apache-commons-configuration-1.9-8.el7.noarch
9333--> Processing Dependency: mvn(commons-beanutils:commons-beanutils) for package: apache-commons-configuration-1.9-8.el7.noarch
9334---> Package apache-rat-core.noarch 0:0.8-13.el7 will be installed
9335--> Processing Dependency: apache-rat = 0.8-13.el7 for package: apache-rat-core-0.8-13.el7.noarch
9336---> Package aqute-bndlib.noarch 0:1.50.0-8.el7 will be installed
9337---> Package bcel.noarch 0:5.2-18.el7 will be installed
9338--> Processing Dependency: mvn(regexp:regexp) for package: bcel-5.2-18.el7.noarch
9339---> Package bsh.noarch 0:1.3.0-29.el7 will be installed
9340--> Processing Dependency: bsf for package: bsh-1.3.0-29.el7.noarch
9341---> Package cal10n.noarch 0:0.7.7-4.el7 will be installed
9342---> Package cdi-api.noarch 0:1.0-11.SP4.el7 will be installed
9343--> Processing Dependency: jboss-interceptors-1.1-api for package: cdi-api-1.0-11.SP4.el7.noarch
9344--> Processing Dependency: jboss-el-2.2-api for package: cdi-api-1.0-11.SP4.el7.noarch
9345--> Processing Dependency: jboss-ejb-3.1-api for package: cdi-api-1.0-11.SP4.el7.noarch
9346--> Processing Dependency: geronimo-annotation for package: cdi-api-1.0-11.SP4.el7.noarch
9347---> Package felix-bundlerepository.noarch 0:1.6.6-15.el7 will be installed
9348--> Processing Dependency: mvn(xpp3:xpp3) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9349--> Processing Dependency: mvn(org.osgi:org.osgi.core) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9350--> Processing Dependency: mvn(org.osgi:org.osgi.compendium) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9351--> Processing Dependency: mvn(org.codehaus.woodstox:woodstox-core-asl) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9352--> Processing Dependency: mvn(org.apache.felix:org.osgi.service.obr) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9353--> Processing Dependency: mvn(org.apache.felix:org.apache.felix.utils) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9354--> Processing Dependency: mvn(org.apache.felix:org.apache.felix.shell) for package: felix-bundlerepository-1.6.6-15.el7.noarch
9355---> Package felix-framework.noarch 0:4.2.1-5.el7 will be installed
9356---> Package fop.noarch 0:1.1-6.el7 will be installed
9357--> Processing Dependency: xmlgraphics-commons >= 1.5 for package: fop-1.1-6.el7.noarch
9358--> Processing Dependency: batik >= 1.7 for package: fop-1.1-6.el7.noarch
9359--> Processing Dependency: icc-profiles-openicc for package: fop-1.1-6.el7.noarch
9360---> Package forge-parent.noarch 0:31-2.el7 will be installed
9361--> Processing Dependency: mvn(org.apache.maven.plugins:maven-source-plugin) for package: forge-parent-31-2.el7.noarch
9362---> Package gd.x86_64 0:2.0.35-26.el7 will be installed
9363---> Package hamcrest.noarch 0:1.3-6.el7 will be installed
9364--> Processing Dependency: easymock2 for package: hamcrest-1.3-6.el7.noarch
9365---> Package hsqldb.noarch 1:1.8.1.3-13.el7 will be installed
9366---> Package jakarta-oro.noarch 0:2.0.8-16.el7 will be installed
9367---> Package javassist.noarch 0:3.16.1-10.el7 will be installed
9368---> Package jaxen.noarch 0:1.1.3-11.el7 will be installed
9369--> Processing Dependency: dom4j >= 1.6.1 for package: jaxen-1.1.3-11.el7.noarch
9370---> Package jdom.noarch 0:1.1.3-6.el7 will be installed
9371---> Package jna.x86_64 0:3.5.2-8.el7 will be installed
9372---> Package jzlib.noarch 0:1.1.1-6.el7 will be installed
9373---> Package kxml.noarch 0:2.3.0-5.el7 will be installed
9374---> Package libwebp.x86_64 0:0.3.0-3.el7 will be installed
9375---> Package maven-artifact-resolver.noarch 1:1.0-10.el7 will be installed
9376---> Package maven-dependency-tree.noarch 0:2.0-6.el7 will be installed
9377--> Processing Dependency: maven-shared for package: maven-dependency-tree-2.0-6.el7.noarch
9378---> Package maven-doxia-tools.noarch 0:1.4-14.el7 will be installed
9379---> Package maven-plugin-testing-harness.noarch 0:2.1-11.el7 will be installed
9380---> Package maven-plugin-tools-annotations.noarch 0:3.1-17.el7 will be installed
9381---> Package maven-plugin-tools-api.noarch 0:3.1-17.el7 will be installed
9382---> Package maven-plugin-tools-beanshell.noarch 0:3.1-17.el7 will be installed
9383---> Package maven-plugin-tools-generators.noarch 0:3.1-17.el7 will be installed
9384--> Processing Dependency: mvn(net.sf.jtidy:jtidy) for package: maven-plugin-tools-generators-3.1-17.el7.noarch
9385---> Package maven-plugin-tools-java.noarch 0:3.1-17.el7 will be installed
9386---> Package maven-plugin-tools-model.noarch 0:3.1-17.el7 will be installed
9387---> Package maven-release-manager.noarch 0:2.2.1-12.el7 will be installed
9388--> Processing Dependency: maven-release = 2.2.1-12.el7 for package: maven-release-manager-2.2.1-12.el7.noarch
9389---> Package maven-reporting-exec.noarch 0:1.1-4.el7 will be installed
9390---> Package maven-reporting-impl.noarch 0:2.2-8.el7 will be installed
9391--> Processing Dependency: mvn(commons-validator:commons-validator) for package: maven-reporting-impl-2.2-8.el7.noarch
9392---> Package maven-scm.noarch 0:1.8.1-2.el7 will be installed
9393--> Processing Dependency: modello for package: maven-scm-1.8.1-2.el7.noarch
9394---> Package php-symfony-browser-kit.noarch 0:2.5.11-1.el7 will be installed
9395--> Processing Dependency: php-composer(symfony/dom-crawler) = 2.5.11 for package: php-symfony-browser-kit-2.5.11-1.el7.noarch
9396---> Package php-symfony-config.noarch 0:2.5.11-1.el7 will be installed
9397--> Processing Dependency: php-composer(symfony/filesystem) = 2.5.11 for package: php-symfony-config-2.5.11-1.el7.noarch
9398---> Package php-symfony-debug.noarch 0:2.5.11-1.el7 will be installed
9399---> Package php-symfony-http-foundation.noarch 0:2.5.11-1.el7 will be installed
9400---> Package plexus-cli.noarch 0:1.2-20.el7 will be installed
9401---> Package plexus-resources.noarch 0:1.0-0.15.a7.el7 will be installed
9402---> Package roundcubemail-plugin-acl-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9403---> Package roundcubemail-plugin-archive-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9404---> Package roundcubemail-plugin-calendar-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9405---> Package roundcubemail-plugin-jqueryui-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9406---> Package roundcubemail-plugin-kolab_activesync-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9407---> Package roundcubemail-plugin-kolab_addressbook-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9408---> Package roundcubemail-plugin-kolab_delegation-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9409---> Package roundcubemail-plugin-kolab_files-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9410---> Package roundcubemail-plugin-kolab_notes-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9411---> Package roundcubemail-plugin-kolab_tags-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9412---> Package roundcubemail-plugin-libcalendaring-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9413---> Package roundcubemail-plugin-libcalendaring-skin-larry.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9414--> Processing Dependency: roundcubemail(plugin-libcalendaring-skin-larry-assets) = 3.3-1.el7.kolab_3.5 for package: roundcubemail-plugin-libcalendaring-skin-larry-3.3-1.el7.kolab_3.5.noarch
9415---> Package roundcubemail-plugin-managesieve-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9416---> Package roundcubemail-plugin-tasklist-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9417---> Package roundcubemail-plugin-zipdownload-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5 will be installed
9418---> Package snakeyaml.noarch 0:1.11-8.el7 will be installed
9419--> Processing Dependency: mvn(biz.source_code:base64coder) for package: snakeyaml-1.11-8.el7.noarch
9420---> Package texlive-ae.noarch 2:svn15878.1.4-32.el7 will be installed
9421---> Package texlive-algorithms.noarch 2:svn15878.0.1-32.el7 will be installed
9422---> Package texlive-amscls.noarch 2:svn29207.0-32.el7 will be installed
9423---> Package texlive-amsfonts.noarch 2:svn29208.3.04-32.el7 will be installed
9424---> Package texlive-amsmath.noarch 2:svn29327.2.14-32.el7 will be installed
9425---> Package texlive-avantgar.noarch 2:svn28614.0-32.el7 will be installed
9426---> Package texlive-babel.noarch 2:svn24756.3.8m-32.el7 will be installed
9427---> Package texlive-babelbib.noarch 2:svn25245.1.31-32.el7 will be installed
9428---> Package texlive-bookman.noarch 2:svn28614.0-32.el7 will be installed
9429---> Package texlive-carlisle.noarch 2:svn18258.0-32.el7 will be installed
9430---> Package texlive-charter.noarch 2:svn15878.0-32.el7 will be installed
9431---> Package texlive-cm-super.noarch 2:svn15878.0-32.el7 will be installed
9432---> Package texlive-cmextra.noarch 2:svn14075.0-32.el7 will be installed
9433---> Package texlive-collection-basic.noarch 2:svn26314.0-32.20130427_r30134.el7 will be installed
9434--> Processing Dependency: xdvik for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9435--> Processing Dependency: texlive-collection-documentation-base for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9436--> Processing Dependency: tex-xdvi for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9437--> Processing Dependency: tex-texlive.infra for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9438--> Processing Dependency: tex-texconfig for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9439--> Processing Dependency: tex-tex for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9440--> Processing Dependency: tex-plain for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9441--> Processing Dependency: tex-misc for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9442--> Processing Dependency: tex-mfware for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9443--> Processing Dependency: tex-mflogo for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9444--> Processing Dependency: tex-metafont for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9445--> Processing Dependency: tex-makeindex for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9446--> Processing Dependency: tex-lua-alt-getopt for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9447--> Processing Dependency: tex-ifluatex for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9448--> Processing Dependency: tex-hyph-utf8 for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9449--> Processing Dependency: tex-gsftopk for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9450--> Processing Dependency: tex-glyphlist for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9451--> Processing Dependency: tex-etex for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9452--> Processing Dependency: tex-enctex for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9453--> Processing Dependency: tex-dvipdfmx-def for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9454--> Processing Dependency: tex-dvipdfmx for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9455--> Processing Dependency: tex-dvipdfm for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9456--> Processing Dependency: tex-cm for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9457--> Processing Dependency: tex-bibtex for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9458--> Processing Dependency: dvipdfmx for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9459--> Processing Dependency: dvipdfm for package: 2:texlive-collection-basic-svn26314.0-32.20130427_r30134.el7.noarch
9460---> Package texlive-colortbl.noarch 2:svn25394.v1.0a-32.el7 will be installed
9461---> Package texlive-courier.noarch 2:svn28614.0-32.el7 will be installed
9462---> Package texlive-csquotes.noarch 2:svn24393.5.1d-32.el7 will be installed
9463---> Package texlive-enumitem.noarch 2:svn24146.3.5.2-32.el7 will be installed
9464---> Package texlive-etex-pkg.noarch 2:svn15878.2.0-32.el7 will be installed
9465---> Package texlive-etoolbox.noarch 2:svn20922.2.1-32.el7 will be installed
9466---> Package texlive-euro.noarch 2:svn22191.1.1-32.el7 will be installed
9467---> Package texlive-eurosym.noarch 2:svn17265.1.4_subrfix-32.el7 will be installed
9468---> Package texlive-fancyhdr.noarch 2:svn15878.3.1-32.el7 will be installed
9469---> Package texlive-fix2col.noarch 2:svn17133.0-32.el7 will be installed
9470---> Package texlive-footmisc.noarch 2:svn23330.5.5b-32.el7 will be installed
9471---> Package texlive-fpl.noarch 2:svn15878.1.002-32.el7 will be installed
9472---> Package texlive-geometry.noarch 2:svn19716.5.6-32.el7 will be installed
9473---> Package texlive-helvetic.noarch 2:svn28614.0-32.el7 will be installed
9474---> Package texlive-ifetex.noarch 2:svn24853.1.2-32.el7 will be installed
9475---> Package texlive-kastrup.noarch 2:svn15878.0-32.el7 will be installed
9476---> Package texlive-latex-bin.noarch 2:svn26689.0-32.el7 will be installed
9477--> Processing Dependency: texlive-latex-bin-bin for package: 2:texlive-latex-bin-svn26689.0-32.el7.noarch
9478---> Package texlive-lm.noarch 2:svn28119.2.004-32.el7 will be installed
9479---> Package texlive-lm-math.noarch 2:svn29044.1.958-32.el7 will be installed
9480---> Package texlive-ltxmisc.noarch 2:svn21927.0-32.el7 will be installed
9481--> Processing Dependency: tex(beton.sty) for package: 2:texlive-ltxmisc-svn21927.0-32.el7.noarch
9482---> Package texlive-luaotfload.noarch 2:svn26718.1.26-32.el7 will be installed
9483--> Processing Dependency: texlive-luaotfload-bin for package: 2:texlive-luaotfload-svn26718.1.26-32.el7.noarch
9484--> Processing Dependency: tex(luatexbase.sty) for package: 2:texlive-luaotfload-svn26718.1.26-32.el7.noarch
9485---> Package texlive-marginnote.noarch 2:svn25880.v1.1i-32.el7 will be installed
9486---> Package texlive-marvosym.noarch 2:svn29349.2.2a-32.el7 will be installed
9487---> Package texlive-mathpazo.noarch 2:svn15878.1.003-32.el7 will be installed
9488---> Package texlive-mfnfss.noarch 2:svn19410.0-32.el7 will be installed
9489---> Package texlive-mparhack.noarch 2:svn15878.1.4-32.el7 will be installed
9490---> Package texlive-mptopdf.noarch 2:svn26689.0-32.el7 will be installed
9491--> Processing Dependency: texlive-mptopdf-bin for package: 2:texlive-mptopdf-svn26689.0-32.el7.noarch
9492---> Package texlive-natbib.noarch 2:svn20668.8.31b-32.el7 will be installed
9493---> Package texlive-ncntrsbk.noarch 2:svn28614.0-32.el7 will be installed
9494---> Package texlive-palatino.noarch 2:svn28614.0-32.el7 will be installed
9495---> Package texlive-parallel.noarch 2:svn15878.0-32.el7 will be installed
9496---> Package texlive-pdftex-def.noarch 2:svn22653.0.06d-32.el7 will be installed
9497---> Package texlive-pgf.noarch 2:svn22614.2.10-32.el7 will be installed
9498---> Package texlive-pslatex.noarch 2:svn16416.0-32.el7 will be installed
9499---> Package texlive-psnfss.noarch 2:svn23394.9.2a-32.el7 will be installed
9500---> Package texlive-pspicture.noarch 2:svn15878.0-32.el7 will be installed
9501---> Package texlive-pst-blur.noarch 2:svn15878.2.0-32.el7 will be installed
9502---> Package texlive-pst-grad.noarch 2:svn15878.1.06-32.el7 will be installed
9503---> Package texlive-pst-slpe.noarch 2:svn24391.1.31-32.el7 will be installed
9504---> Package texlive-pst-text.noarch 2:svn15878.1.00-32.el7 will be installed
9505---> Package texlive-pstricks.noarch 2:svn29678.2.39-32.el7 will be installed
9506--> Processing Dependency: tex(showexpl.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9507--> Processing Dependency: tex(pstricks-add.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9508--> Processing Dependency: tex(pst-tree.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9509--> Processing Dependency: tex(pst-plot.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9510--> Processing Dependency: tex(pst-node.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9511--> Processing Dependency: tex(pst-fill.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9512--> Processing Dependency: tex(pst-eps.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9513--> Processing Dependency: tex(pst-coil.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9514--> Processing Dependency: tex(pst-3d.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9515--> Processing Dependency: tex(paralist.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9516--> Processing Dependency: tex(multido.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9517--> Processing Dependency: tex(filecontents.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9518--> Processing Dependency: tex(chngcntr.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9519--> Processing Dependency: tex(breakurl.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9520--> Processing Dependency: tex(bera.sty) for package: 2:texlive-pstricks-svn29678.2.39-32.el7.noarch
9521---> Package texlive-pxfonts.noarch 2:svn15878.0-32.el7 will be installed
9522---> Package texlive-qstest.noarch 2:svn15878.0-32.el7 will be installed
9523---> Package texlive-rsfs.noarch 2:svn15878.0-32.el7 will be installed
9524---> Package texlive-sauerj.noarch 2:svn15878.0-32.el7 will be installed
9525---> Package texlive-soul.noarch 2:svn15878.2.4-32.el7 will be installed
9526---> Package texlive-symbol.noarch 2:svn28614.0-32.el7 will be installed
9527---> Package texlive-tex-gyre.noarch 2:svn18651.2.004-32.el7 will be installed
9528---> Package texlive-tex-gyre-math.noarch 2:svn29045.0-32.el7 will be installed
9529---> Package texlive-thumbpdf-bin.noarch 2:svn6898.0-32.20130427_r30134.el7 will be installed
9530---> Package texlive-times.noarch 2:svn28614.0-32.el7 will be installed
9531---> Package texlive-tipa.noarch 2:svn29349.1.3-32.el7 will be installed
9532---> Package texlive-txfonts.noarch 2:svn15878.0-32.el7 will be installed
9533---> Package texlive-type1cm.noarch 2:svn21820.0-32.el7 will be installed
9534---> Package texlive-ucs.noarch 2:svn27549.2.1-32.el7 will be installed
9535---> Package texlive-unicode-math.noarch 2:svn29413.0.7d-32.el7 will be installed
9536--> Processing Dependency: tex(lualatex-math.sty) for package: 2:texlive-unicode-math-svn29413.0.7d-32.el7.noarch
9537--> Processing Dependency: tex(filehook.sty) for package: 2:texlive-unicode-math-svn29413.0.7d-32.el7.noarch
9538---> Package texlive-utopia.noarch 2:svn15878.0-32.el7 will be installed
9539---> Package texlive-wasy.noarch 2:svn15878.0-32.el7 will be installed
9540---> Package texlive-wasysym.noarch 2:svn15878.2.0-32.el7 will be installed
9541---> Package texlive-xunicode.noarch 2:svn23897.0.981-32.el7 will be installed
9542---> Package texlive-zapfchan.noarch 2:svn28614.0-32.el7 will be installed
9543---> Package texlive-zapfding.noarch 2:svn28614.0-32.el7 will be installed
9544---> Package tomcat-servlet-3.0-api.noarch 0:7.0.54-2.el7_1 will be installed
9545---> Package xz-java.noarch 0:1.3-3.el7 will be installed
9546---> Package zziplib.x86_64 0:0.13.62-5.el7 will be installed
9547--> Running transaction check
9548---> Package apache-commons-beanutils.noarch 0:1.8.3-14.el7 will be installed
9549---> Package apache-commons-digester.noarch 0:1.8.1-19.el7 will be installed
9550---> Package apache-commons-jexl.noarch 0:2.1.1-9.el7 will be installed
9551---> Package apache-commons-jxpath.noarch 0:1.3-20.el7 will be installed
9552---> Package apache-commons-validator.noarch 0:1.4.0-8.el7 will be installed
9553---> Package apache-commons-vfs.noarch 0:2.0-11.el7 will be installed
9554---> Package apache-rat.noarch 0:0.8-13.el7 will be installed
9555--> Processing Dependency: mvn(org.apache.rat:apache-rat-tasks) = 0.8 for package: apache-rat-0.8-13.el7.noarch
9556---> Package base64coder.noarch 0:20101219-10.el7 will be installed
9557---> Package batik.noarch 0:1.8-0.12.svn1230816.el7 will be installed
9558--> Processing Dependency: rhino >= 1.5 for package: batik-1.8-0.12.svn1230816.el7.noarch
9559--> Processing Dependency: osgi(org.w3c.css.sac) for package: batik-1.8-0.12.svn1230816.el7.noarch
9560--> Processing Dependency: jai-imageio-core for package: batik-1.8-0.12.svn1230816.el7.noarch
9561---> Package bsf.noarch 0:2.4.0-19.el7 will be installed
9562---> Package dom4j.noarch 0:1.6.1-20.el7 will be installed
9563--> Processing Dependency: ws-jaxme for package: dom4j-1.6.1-20.el7.noarch
9564--> Processing Dependency: relaxngDatatype for package: dom4j-1.6.1-20.el7.noarch
9565--> Processing Dependency: msv-xsdlib for package: dom4j-1.6.1-20.el7.noarch
9566--> Processing Dependency: msv-msv for package: dom4j-1.6.1-20.el7.noarch
9567--> Processing Dependency: isorelax for package: dom4j-1.6.1-20.el7.noarch
9568--> Processing Dependency: bea-stax-api for package: dom4j-1.6.1-20.el7.noarch
9569--> Processing Dependency: bea-stax for package: dom4j-1.6.1-20.el7.noarch
9570---> Package easymock2.noarch 0:2.5.2-12.el7 will be installed
9571---> Package felix-osgi-compendium.noarch 0:1.4.0-19.el7 will be installed
9572--> Processing Dependency: mvn(org.apache.felix:org.osgi.foundation) for package: felix-osgi-compendium-1.4.0-19.el7.noarch
9573---> Package felix-osgi-core.noarch 0:1.4.0-15.el7 will be installed
9574---> Package felix-osgi-obr.noarch 0:1.0.2-12.el7 will be installed
9575---> Package felix-shell.noarch 0:1.4.3-5.el7 will be installed
9576---> Package felix-utils.noarch 0:1.2.0-5.el7 will be installed
9577---> Package geronimo-annotation.noarch 0:1.0-15.el7 will be installed
9578---> Package icc-profiles-openicc.noarch 0:1.3.1-5.el7 will be installed
9579--> Processing Dependency: color-filesystem for package: icc-profiles-openicc-1.3.1-5.el7.noarch
9580---> Package jboss-ejb-3.1-api.noarch 0:1.0.2-10.el7 will be installed
9581--> Processing Dependency: jboss-transaction-1.1-api for package: jboss-ejb-3.1-api-1.0.2-10.el7.noarch
9582--> Processing Dependency: jboss-jaxrpc-1.1-api for package: jboss-ejb-3.1-api-1.0.2-10.el7.noarch
9583---> Package jboss-el-2.2-api.noarch 0:1.0.1-0.7.20120212git2fabd8.el7 will be installed
9584---> Package jboss-interceptors-1.1-api.noarch 0:1.0.2-0.9.20120319git49a904.el7 will be installed
9585---> Package jtidy.noarch 2:1.0-0.16.20100930svn1125.el7 will be installed
9586---> Package maven-release.noarch 0:2.2.1-12.el7 will be installed
9587---> Package maven-shared.noarch 0:19-4.el7 will be installed
9588---> Package maven-source-plugin.noarch 0:2.2.1-7.el7 will be installed
9589---> Package modello.noarch 0:1.7-4.el7 will be installed
9590---> Package php-symfony-dom-crawler.noarch 0:2.5.11-1.el7 will be installed
9591--> Processing Dependency: php-composer(symfony/css-selector) = 2.5.11 for package: php-symfony-dom-crawler-2.5.11-1.el7.noarch
9592---> Package php-symfony-filesystem.noarch 0:2.5.11-1.el7 will be installed
9593---> Package regexp.noarch 0:1.5-13.el7 will be installed
9594---> Package roundcubemail-plugin-libcalendaring-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5 will be installed
9595---> Package texlive-bera.noarch 2:svn20031.0-32.el7 will be installed
9596---> Package texlive-beton.noarch 2:svn15878.0-32.el7 will be installed
9597---> Package texlive-bibtex.noarch 2:svn26689.0.99d-32.el7 will be installed
9598--> Processing Dependency: texlive-bibtex-bin for package: 2:texlive-bibtex-svn26689.0.99d-32.el7.noarch
9599---> Package texlive-breakurl.noarch 2:svn15878.1.30-32.el7 will be installed
9600---> Package texlive-chngcntr.noarch 2:svn17157.1.0a-32.el7 will be installed
9601---> Package texlive-cm.noarch 2:svn29581.0-32.el7 will be installed
9602---> Package texlive-collection-documentation-base.noarch 2:svn17091.0-32.20130427_r30134.el7 will be installed
9603---> Package texlive-dvipdfm.noarch 2:svn26689.0.13.2d-32.el7 will be installed
9604---> Package texlive-dvipdfm-bin.noarch 2:svn13663.0-32.20130427_r30134.el7 will be installed
9605---> Package texlive-dvipdfmx.noarch 2:svn26765.0-32.el7 will be installed
9606---> Package texlive-dvipdfmx-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
9607---> Package texlive-dvipdfmx-def.noarch 2:svn15878.0-32.el7 will be installed
9608---> Package texlive-enctex.noarch 2:svn28602.0-32.el7 will be installed
9609---> Package texlive-etex.noarch 2:svn22198.2.1-32.el7 will be installed
9610---> Package texlive-filecontents.noarch 2:svn24250.1.3-32.el7 will be installed
9611---> Package texlive-filehook.noarch 2:svn24280.0.5d-32.el7 will be installed
9612--> Processing Dependency: tex(currfile.sty) for package: 2:texlive-filehook-svn24280.0.5d-32.el7.noarch
9613---> Package texlive-glyphlist.noarch 2:svn28576.0-32.el7 will be installed
9614---> Package texlive-gsftopk.noarch 2:svn26689.1.19.2-32.el7 will be installed
9615--> Processing Dependency: texlive-gsftopk-bin for package: 2:texlive-gsftopk-svn26689.1.19.2-32.el7.noarch
9616---> Package texlive-hyph-utf8.noarch 2:svn29641.0-32.el7 will be installed
9617---> Package texlive-ifluatex.noarch 2:svn26725.1.3-32.el7 will be installed
9618---> Package texlive-latex-bin-bin.noarch 2:svn14050.0-32.20130427_r30134.el7 will be installed
9619---> Package texlive-lua-alt-getopt.noarch 2:svn29349.0.7.0-32.el7 will be installed
9620---> Package texlive-lualatex-math.noarch 2:svn29346.1.2-32.el7 will be installed
9621---> Package texlive-luaotfload-bin.noarch 2:svn18579.0-32.20130427_r30134.el7 will be installed
9622---> Package texlive-luatexbase.noarch 2:svn22560.0.31-32.el7 will be installed
9623---> Package texlive-makeindex.noarch 2:svn26689.2.12-32.el7 will be installed
9624--> Processing Dependency: texlive-makeindex-bin for package: 2:texlive-makeindex-svn26689.2.12-32.el7.noarch
9625---> Package texlive-metafont.noarch 2:svn26689.2.718281-32.el7 will be installed
9626--> Processing Dependency: texlive-metafont-bin for package: 2:texlive-metafont-svn26689.2.718281-32.el7.noarch
9627---> Package texlive-mflogo.noarch 2:svn17487.0-32.el7 will be installed
9628---> Package texlive-mfware.noarch 2:svn26689.0-32.el7 will be installed
9629--> Processing Dependency: texlive-mfware-bin for package: 2:texlive-mfware-svn26689.0-32.el7.noarch
9630---> Package texlive-misc.noarch 2:svn24955.0-32.el7 will be installed
9631---> Package texlive-mptopdf-bin.noarch 2:svn18674.0-32.20130427_r30134.el7 will be installed
9632---> Package texlive-multido.noarch 2:svn18302.1.42-32.el7 will be installed
9633---> Package texlive-paralist.noarch 2:svn15878.2.3b-32.el7 will be installed
9634---> Package texlive-plain.noarch 2:svn26647.0-32.el7 will be installed
9635---> Package texlive-pst-3d.noarch 2:svn17257.1.10-32.el7 will be installed
9636---> Package texlive-pst-coil.noarch 2:svn24020.1.06-32.el7 will be installed
9637---> Package texlive-pst-eps.noarch 2:svn15878.1.0-32.el7 will be installed
9638---> Package texlive-pst-fill.noarch 2:svn15878.1.01-32.el7 will be installed
9639---> Package texlive-pst-node.noarch 2:svn27799.1.25-32.el7 will be installed
9640---> Package texlive-pst-plot.noarch 2:svn28729.1.44-32.el7 will be installed
9641---> Package texlive-pst-tree.noarch 2:svn24142.1.12-32.el7 will be installed
9642---> Package texlive-pstricks-add.noarch 2:svn28750.3.59-32.el7 will be installed
9643--> Processing Dependency: tex(pst-math.sty) for package: 2:texlive-pstricks-add-svn28750.3.59-32.el7.noarch
9644---> Package texlive-showexpl.noarch 2:svn27790.v0.3j-32.el7 will be installed
9645--> Processing Dependency: tex(varwidth.sty) for package: 2:texlive-showexpl-svn27790.v0.3j-32.el7.noarch
9646--> Processing Dependency: tex(attachfile.sty) for package: 2:texlive-showexpl-svn27790.v0.3j-32.el7.noarch
9647---> Package texlive-tex.noarch 2:svn26689.3.1415926-32.el7 will be installed
9648--> Processing Dependency: texlive-tex-bin for package: 2:texlive-tex-svn26689.3.1415926-32.el7.noarch
9649---> Package texlive-texconfig.noarch 2:svn29349.0-32.el7 will be installed
9650--> Processing Dependency: texlive-texconfig-bin for package: 2:texlive-texconfig-svn29349.0-32.el7.noarch
9651---> Package texlive-texlive.infra.noarch 2:svn28217.0-32.el7 will be installed
9652--> Processing Dependency: texlive-texlive.infra-bin for package: 2:texlive-texlive.infra-svn28217.0-32.el7.noarch
9653---> Package texlive-xdvi.noarch 2:svn26689.22.85-32.el7 will be installed
9654---> Package texlive-xdvi-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
9655---> Package woodstox-core.noarch 0:4.1.2-8.el7 will be installed
9656--> Processing Dependency: mvn(org.codehaus.woodstox:stax2-api) for package: woodstox-core-4.1.2-8.el7.noarch
9657---> Package xmlgraphics-commons.noarch 0:1.5-3.el7 will be installed
9658---> Package xpp3.noarch 0:1.1.3.8-11.el7 will be installed
9659--> Running transaction check
9660---> Package apache-rat-tasks.noarch 0:0.8-13.el7 will be installed
9661---> Package bea-stax.noarch 0:1.2.0-9.el7 will be installed
9662---> Package bea-stax-api.noarch 0:1.2.0-9.el7 will be installed
9663---> Package color-filesystem.noarch 0:1-13.el7 will be installed
9664---> Package felix-osgi-foundation.noarch 0:1.2.0-16.el7 will be installed
9665---> Package isorelax.noarch 1:0-0.15.release20050331.el7 will be installed
9666---> Package jai-imageio-core.noarch 0:1.2-0.14.20100217cvs.el7 will be installed
9667---> Package jboss-jaxrpc-1.1-api.noarch 0:1.0.1-7.el7 will be installed
9668--> Processing Dependency: jboss-servlet-3.0-api for package: jboss-jaxrpc-1.1-api-1.0.1-7.el7.noarch
9669---> Package jboss-transaction-1.1-api.noarch 0:1.0.1-8.el7 will be installed
9670---> Package msv-msv.noarch 1:2013.5.1-6.el7 will be installed
9671---> Package msv-xsdlib.noarch 1:2013.5.1-6.el7 will be installed
9672---> Package php-symfony-css-selector.noarch 0:2.5.11-1.el7 will be installed
9673---> Package relaxngDatatype.noarch 0:1.0-11.el7 will be installed
9674---> Package rhino.noarch 0:1.7R4-5.el7 will be installed
9675---> Package sac.noarch 0:1.3-17.el7 will be installed
9676---> Package stax2-api.noarch 0:3.1.1-10.el7 will be installed
9677---> Package texlive-attachfile.noarch 2:svn21866.v1.5b-32.el7 will be installed
9678---> Package texlive-bibtex-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
9679---> Package texlive-currfile.noarch 2:svn29012.0.7b-32.el7 will be installed
9680---> Package texlive-gsftopk-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
9681---> Package texlive-makeindex-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
9682---> Package texlive-metafont-bin.x86_64 2:svn26912.0-32.20130427_r30134.el7 will be installed
9683---> Package texlive-mfware-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed
9684---> Package texlive-pst-math.noarch 2:svn20176.0.61-32.el7 will be installed
9685---> Package texlive-tex-bin.x86_64 2:svn26912.0-32.20130427_r30134.el7 will be installed
9686---> Package texlive-texconfig-bin.noarch 2:svn27344.0-32.20130427_r30134.el7 will be installed
9687---> Package texlive-texlive.infra-bin.x86_64 2:svn22566.0-32.20130427_r30134.el7 will be installed
9688---> Package texlive-varwidth.noarch 2:svn24104.0.92-32.el7 will be installed
9689---> Package ws-jaxme.noarch 0:0.5.2-10.el7 will be installed
9690--> Processing Dependency: antlr for package: ws-jaxme-0.5.2-10.el7.noarch
9691--> Running transaction check
9692---> Package antlr-tool.noarch 0:2.7.7-30.el7 will be installed
9693---> Package jboss-servlet-3.0-api.noarch 0:1.0.1-9.el7 will be installed
9694--> Finished Dependency Resolution
9695
9696Dependencies Resolved
9697
9698================================================================================
9699 Package Arch Version Repository Size
9700================================================================================
9701Installing:
9702 CUnit-devel x86_64 2.1.3-8.el7 epel 61 k
9703 Cython x86_64 0.19-3.el7 base 1.9 M
9704 boost-devel x86_64 1.53.0-23.el7 base 7.0 M
9705 chwala noarch 0.3.1-1.el7.kolab_3.5 Kolab_Development 1.6 M
9706 cmake x86_64 2.8.11-4.el7 base 6.7 M
9707 composer noarch 1.0.0-14.el7.kolab_3.5 Kolab_Development 283 k
9708 cyrus-sasl-devel x86_64 2.1.26-17.el7 base 309 k
9709 cyrus-sasl-md5 x86_64 2.1.26-17.el7 base 55 k
9710 dos2unix x86_64 6.0.3-4.el7 base 58 k
9711 e2fsprogs-devel x86_64 1.42.9-7.el7 base 70 k
9712 elinks x86_64 0.12-0.36.pre6.el7 base 882 k
9713 emacs x86_64 1:24.3-11.el7 base 2.9 M
9714 emacs-el noarch 1:24.3-11.el7 base 14 M
9715 erlang x86_64 R16B-03.10.el7 epel 30 k
9716 erlang-common_test x86_64 R16B-03.10.el7 epel 719 k
9717 erlang-eldap x86_64 R16B-03.10.el7 epel 102 k
9718 erlang-erts x86_64 R16B-03.10.el7 epel 2.5 M
9719 erlang-goldrush x86_64 0.1.6-6.el7.kolab_3.5 Kolab_Development 49 k
9720 erlang-hamcrest x86_64 0.1.0-9.el7.kolab_3.5 Kolab_Development 26 k
9721 erlang-inert x86_64 0.6.1-4.el7.kolab_3.5 Kolab_Development 16 k
9722 erlang-iso8601 x86_64 1.2-4.el7.kolab_3.5 Kolab_Development 14 k
9723 erlang-jsx x86_64 2.4.0-4.el7.kolab_3.5 Kolab_Development 93 k
9724 erlang-lager x86_64 2.1.0-9.el7.kolab_3.5 Kolab_Development 166 k
9725 erlang-meck x86_64 0.8.2-13.el7.kolab_3.5 Kolab_Development 68 k
9726 erlang-parsetools x86_64 R16B-03.10.el7 epel 178 k
9727 erlang-poolboy x86_64 1.4.2-3.el7.kolab_3.5 Kolab_Development 21 k
9728 erlang-procket x86_64 0.6.1-3.el7.kolab_3.5 Kolab_Development 44 k
9729 erlang-proper x86_64 1.1-8.el7.kolab_3.5 Kolab_Development 285 k
9730 erlang-protobuffs x86_64 0.8.0-8.el7.kolab_3.5 Kolab_Development 102 k
9731 erlang-rebar x86_64 2.5.1-8.el7.kolab_3.5 Kolab_Development 147 k
9732 erlang-riak_pb x86_64 2.0.0.16-9.el7.kolab_3.5
9733 Kolab_Development 109 k
9734 erlang-riakc x86_64 2.0.1-8.el7.kolab_3.5 Kolab_Development 104 k
9735 fdupes x86_64 1.51-6.el7 epel 25 k
9736 groff x86_64 1.22.2-8.el7 base 1.1 M
9737 guile-devel x86_64 5:2.0.9-5.el7 base 129 k
9738 jansson-devel x86_64 2.4-6.el7 base 8.3 k
9739 krb5-devel x86_64 1.12.2-14.el7 base 640 k
9740 latex2html noarch 2012-3.el7 base 840 k
9741 libcalendaring-devel x86_64 4.9.1-3.el7.kolab_3.5 Kolab_Development 281 k
9742 libcurl-devel x86_64 7.29.0-19.el7 base 295 k
9743 libdb-devel x86_64 5.3.21-17.el7_0.1 base 38 k
9744 libical-devel x86_64 0.48-6.el7 base 64 k
9745 libkolab-devel x86_64 0.6.git.1429288613-12.el7.kolab_3.5
9746 Kolab_Development 14 k
9747 libkolabxml-devel x86_64 1.2-2.el7.kolab_3.5 Kolab_Development 19 k
9748 libuuid-devel x86_64 2.23.2-22.el7_1 updates 82 k
9749 maven-antrun-plugin noarch 1.7-8.el7 base 43 k
9750 maven-compiler-plugin noarch 3.1-4.el7 base 52 k
9751 maven-install-plugin noarch 2.4-7.el7 base 38 k
9752 maven-jar-plugin noarch 2.4-8.el7 base 44 k
9753 maven-javadoc-plugin noarch 2.9-8.el7 base 329 k
9754 maven-local noarch 3.4.1-6.el7_0 base 44 k
9755 maven-resources-plugin noarch 2.6-6.el7 base 40 k
9756 maven-surefire-plugin noarch 2.15-3.el7 base 43 k
9757 net-snmp-devel x86_64 1:5.7.2-20.el7 base 254 k
9758 nodejs-less noarch 1.7.0-2.el7 epel 102 k
9759 nspr-devel x86_64 4.10.8-1.el7_1 updates 113 k
9760 nss-devel x86_64 3.18.0-2.2.el7_1 updates 205 k
9761 openldap-devel x86_64 2.4.39-6.el7 base 796 k
9762 openssl-devel x86_64 1:1.0.1e-42.el7.4 updates 1.2 M
9763 pcre-devel x86_64 8.32-14.el7 base 477 k
9764 perl-ExtUtils-MakeMaker noarch 6.68-3.el7 base 275 k
9765 perl-Test-Simple noarch 0.98-243.el7 base 170 k
9766 perl-devel x86_64 4:5.16.3-285.el7 base 452 k
9767 php x86_64 5.4.16-23.el7_0.3 base 1.3 M
9768 php-JsonSchema noarch 1.4.1-1.el7.kolab_3.5 Kolab_Development 28 k
9769 php-Net-LDAP3 noarch 1.0.3-1.el7.kolab_3.5 Kolab_Development 27 k
9770 php-common x86_64 5.4.16-23.el7_0.3 base 561 k
9771 php-devel x86_64 5.4.16-23.el7_0.3 base 598 k
9772 php-gd x86_64 5.4.16-23.el7_0.3 base 124 k
9773 php-jsonlint noarch 1.3.1-1.el7 epel 14 k
9774 php-mbstring x86_64 5.4.16-23.el7_0.3 base 501 k
9775 php-mcrypt x86_64 5.4.16-3.el7 epel 20 k
9776 php-pdo x86_64 5.4.16-23.el7_0.3 base 95 k
9777 php-pear noarch 1:1.9.4-21.el7 base 357 k
9778 php-pear-Auth-SASL noarch 1.0.6-5.el7 epel 16 k
9779 php-pear-DB noarch 1.7.14-6.el7 epel 106 k
9780 php-pear-HTTP-Request2 noarch 2.2.1-1.el7 epel 112 k
9781 php-pear-MDB2 noarch 2.5.0-0.9.b5.el7 epel 125 k
9782 php-pear-MDB2-Driver-mysqli
9783 noarch 1.5.0-0.8.b4.el7 epel 43 k
9784 php-pear-Mail-Mime noarch 1.8.9-1.el7 epel 44 k
9785 php-pear-Mail-mimeDecode
9786 noarch 1.5.5-7.el7 epel 18 k
9787 php-pear-Net-IDNA2 noarch 0.1.1-10.el7 epel 25 k
9788 php-pear-Net-LDAP2 noarch 2.1.0-1.el7 epel 97 k
9789 php-pear-Net-SMTP noarch 1.6.2-1.el7 epel 22 k
9790 php-pear-Net-Sieve noarch 1.3.4-1.el7 epel 20 k
9791 php-pear-Net-Socket noarch 1.0.14-1.el7 epel 13 k
9792 php-phpunit-PHPUnit noarch 4.6.5-1.el7 epel 126 k
9793 php-sabre-event noarch 1.0.1-1.el7.kolab_3.5 Kolab_Development 9.1 k
9794 php-sabre-http noarch 2.0.4-1.el7.kolab_3.5 Kolab_Development 31 k
9795 php-sabre-vobject noarch 3.2.4-1.el7.kolab_3.5 Kolab_Development 74 k
9796 php-symfony-class-loader
9797 noarch 2.5.11-1.el7 epel 21 k
9798 php-symfony-console noarch 2.5.11-1.el7 epel 70 k
9799 php-symfony-finder noarch 2.5.11-1.el7 epel 33 k
9800 php-symfony-process noarch 2.5.11-1.el7 epel 27 k
9801 php-xml x86_64 5.4.16-23.el7_0.3 base 122 k
9802 pytest noarch 2.3.5-4.el7 base 791 k
9803 python-cffi x86_64 0.8.6-1.el7.kolab_3.5 Kolab_Development 129 k
9804 python-cryptography-vectors
9805 noarch 0.8-1.el7 epel 19 M
9806 python-cssmin noarch 0.2.0-12.el7.kolab_3.5 Kolab_Development 9.4 k
9807 python-dateutil noarch 1.5-7.el7 base 85 k
9808 python-devel x86_64 2.7.5-16.el7 base 388 k
9809 python-flask noarch 1:0.10.1-7.el7.kolab_3.5
9810 Kolab_Development 179 k
9811 python-gflags noarch 2.0-6.el7.kolab_3.5 Kolab_Development 59 k
9812 python-google-apputils noarch 0.4.1-1.el7.kolab_3.5 Kolab_Development 85 k
9813 python-icalendar noarch 3.8.2-8.el7.kolab_3.5 Kolab_Development 89 k
9814 python-iso8601 noarch 0.1.10-1.el7 epel 18 k
9815 python-itsdangerous noarch 0.24-3.el7.kolab_3.5 Kolab_Development 23 k
9816 python-jinja2 noarch 2.7.2-2.el7 base 515 k
9817 python-kolab x86_64 0.6.git.1429288613-12.el7.kolab_3.5
9818 Kolab_Development 76 k
9819 python-kolabformat x86_64 1.2-2.el7.kolab_3.5 Kolab_Development 438 k
9820 python-ldap x86_64 2.4.15-2.el7 base 159 k
9821 python-nose noarch 1.3.0-2.el7 base 272 k
9822 python-ply noarch 3.4-4.el7 epel 124 k
9823 python-pretend noarch 1.0.8-2.el7 epel 11 k
9824 python-pyasn1 noarch 0.1.6-2.el7 base 91 k
9825 python-pyasn1-modules noarch 0.1.6-2.el7 base 59 k
9826 python-pycparser noarch 2.10-1.el7.kolab_3.5 Kolab_Development 99 k
9827 python-six noarch 1.9.0-2.el7.kolab_3.5 Kolab_Development 29 k
9828 python-sphinx noarch 1.1.3-8.el7 base 1.1 M
9829 python-sqlalchemy x86_64 0.9.7-3.el7 epel 2.9 M
9830 python-twisted-core x86_64 12.2.0-4.el7 base 2.5 M
9831 python-werkzeug noarch 0.9.6-1.el7.kolab_3.5 Kolab_Development 481 k
9832 pytz noarch 2012d-5.el7 base 38 k
9833 qt-devel x86_64 1:4.8.5-8.el7 base 11 M
9834 roundcubemail noarch 1.2-3.el7.kolab_3.5 Kolab_Development 49 k
9835 roundcubemail-core noarch 1.2-3.el7.kolab_3.5 Kolab_Development 972 k
9836 roundcubemail-plugin-kolab_auth
9837 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 35 k
9838 roundcubemail-plugin-kolab_folders
9839 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 34 k
9840 roundcubemail-plugin-libkolab
9841 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 117 k
9842 roundcubemail-plugins-kolab
9843 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 8.9 k
9844 svrcore-devel x86_64 4.0.4-11.el7 base 10 k
9845 tcl-devel x86_64 1:8.5.13-4.el7 base 164 k
9846 tcp_wrappers x86_64 7.6-77.el7 base 78 k
9847 texlive-dvips noarch 2:svn29585.0-32.el7 base 216 k
9848 texlive-latex noarch 2:svn27907.0-32.el7 base 196 k
9849 tkinter x86_64 2.7.5-16.el7 base 317 k
9850 transfig x86_64 1:3.2.5d-13.el7 base 285 k
9851 uglify-js noarch 2.4.13-5.el7 epel 14 k
9852 uuid-devel x86_64 1.6.2-26.el7 base 24 k
9853 xerces-c-devel x86_64 3.1.1-6.el7 base 498 k
9854 xsd x86_64 3.3.0.1-27.el7.kolab_3.5
9855 Kolab_Development 1.2 M
9856Installing for dependencies:
9857 CUnit x86_64 2.1.3-8.el7 epel 48 k
9858 ImageMagick x86_64 6.7.8.9-10.el7 base 2.1 M
9859 SDL x86_64 1.2.15-11.el7 base 204 k
9860 aether-api noarch 1.13.1-13.el7 base 89 k
9861 aether-connector-wagon noarch 1.13.1-13.el7 base 34 k
9862 aether-impl noarch 1.13.1-13.el7 base 124 k
9863 aether-spi noarch 1.13.1-13.el7 base 19 k
9864 aether-util noarch 1.13.1-13.el7 base 119 k
9865 antlr-tool noarch 2.7.7-30.el7 base 357 k
9866 aopalliance noarch 1.0-8.el7 base 11 k
9867 apache-commons-beanutils
9868 noarch 1.8.3-14.el7 base 213 k
9869 apache-commons-cli noarch 1.2-13.el7 base 50 k
9870 apache-commons-codec noarch 1.8-7.el7 base 223 k
9871 apache-commons-collections
9872 noarch 3.2.1-21.el7 base 506 k
9873 apache-commons-compress noarch 1.5-4.el7 base 241 k
9874 apache-commons-configuration
9875 noarch 1.9-8.el7 base 335 k
9876 apache-commons-digester noarch 1.8.1-19.el7 base 142 k
9877 apache-commons-io noarch 1:2.4-12.el7 base 189 k
9878 apache-commons-jexl noarch 2.1.1-9.el7 base 250 k
9879 apache-commons-jxpath noarch 1.3-20.el7 base 275 k
9880 apache-commons-lang noarch 2.6-15.el7 base 276 k
9881 apache-commons-lang3 noarch 3.1-9.el7 base 300 k
9882 apache-commons-logging noarch 1.1.2-7.el7 base 78 k
9883 apache-commons-net noarch 3.2-8.el7.centos base 261 k
9884 apache-commons-parent noarch 26-8.el7 base 18 k
9885 apache-commons-validator
9886 noarch 1.4.0-8.el7 base 170 k
9887 apache-commons-vfs noarch 2.0-11.el7 base 363 k
9888 apache-parent noarch 10-14.el7 base 12 k
9889 apache-rat noarch 0.8-13.el7 base 1.3 M
9890 apache-rat-core noarch 0.8-13.el7 base 100 k
9891 apache-rat-plugin noarch 0.8-13.el7 base 43 k
9892 apache-rat-tasks noarch 0.8-13.el7 base 30 k
9893 apache-resource-bundles noarch 2-11.el7 base 24 k
9894 aqute-bndlib noarch 1.50.0-8.el7 base 515 k
9895 atinject noarch 1-13.20100611svn86.el7 base 13 k
9896 avalon-framework noarch 4.3-10.el7 base 88 k
9897 avalon-logkit noarch 2.1-14.el7 base 87 k
9898 base64coder noarch 20101219-10.el7 base 13 k
9899 batik noarch 1.8-0.12.svn1230816.el7 base 6.3 M
9900 bc x86_64 1.06.95-13.el7 base 115 k
9901 bcel noarch 5.2-18.el7 base 469 k
9902 bea-stax noarch 1.2.0-9.el7 base 176 k
9903 bea-stax-api noarch 1.2.0-9.el7 base 31 k
9904 beust-jcommander noarch 1.30-5.el7 base 63 k
9905 boost x86_64 1.53.0-23.el7 base 32 k
9906 boost-atomic x86_64 1.53.0-23.el7 base 34 k
9907 boost-chrono x86_64 1.53.0-23.el7 base 43 k
9908 boost-context x86_64 1.53.0-23.el7 base 35 k
9909 boost-date-time x86_64 1.53.0-23.el7 base 50 k
9910 boost-filesystem x86_64 1.53.0-23.el7 base 67 k
9911 boost-graph x86_64 1.53.0-23.el7 base 135 k
9912 boost-iostreams x86_64 1.53.0-23.el7 base 60 k
9913 boost-locale x86_64 1.53.0-23.el7 base 250 k
9914 boost-math x86_64 1.53.0-23.el7 base 332 k
9915 boost-program-options x86_64 1.53.0-23.el7 base 155 k
9916 boost-python x86_64 1.53.0-23.el7 base 131 k
9917 boost-random x86_64 1.53.0-23.el7 base 38 k
9918 boost-regex x86_64 1.53.0-23.el7 base 294 k
9919 boost-serialization x86_64 1.53.0-23.el7 base 169 k
9920 boost-signals x86_64 1.53.0-23.el7 base 59 k
9921 boost-test x86_64 1.53.0-23.el7 base 225 k
9922 boost-timer x86_64 1.53.0-23.el7 base 42 k
9923 boost-wave x86_64 1.53.0-23.el7 base 211 k
9924 bsf noarch 2.4.0-19.el7 base 106 k
9925 bsh noarch 1.3.0-29.el7 base 490 k
9926 buildnumber-maven-plugin
9927 noarch 1.2-7.el7 base 42 k
9928 c-ares x86_64 1.10.0-3.el7 base 78 k
9929 cal10n noarch 0.7.7-4.el7 base 36 k
9930 cdi-api noarch 1.0-11.SP4.el7 base 41 k
9931 centos-logos noarch 70.0.6-2.el7.centos updates 21 M
9932 cglib noarch 2.2-18.el7 base 255 k
9933 codehaus-parent noarch 4-5.el7 base 10 k
9934 color-filesystem noarch 1-13.el7 base 5.3 k
9935 cyrus-sasl x86_64 2.1.26-17.el7 base 87 k
9936 dejavu-fonts-common noarch 2.33-6.el7 base 64 k
9937 dejavu-sans-mono-fonts noarch 2.33-6.el7 base 433 k
9938 dom4j noarch 1.6.1-20.el7 base 277 k
9939 easymock2 noarch 2.5.2-12.el7 base 92 k
9940 elfutils-devel x86_64 0.160-1.el7 base 78 k
9941 elfutils-libelf-devel x86_64 0.160-1.el7 base 34 k
9942 emacs-common x86_64 1:24.3-11.el7 base 20 M
9943 erlang-appmon x86_64 R16B-03.10.el7 epel 138 k
9944 erlang-asn1 x86_64 R16B-03.10.el7 epel 757 k
9945 erlang-compiler x86_64 R16B-03.10.el7 epel 1.0 M
9946 erlang-cosEvent x86_64 R16B-03.10.el7 epel 154 k
9947 erlang-cosEventDomain x86_64 R16B-03.10.el7 epel 120 k
9948 erlang-cosFileTransfer x86_64 R16B-03.10.el7 epel 174 k
9949 erlang-cosNotification x86_64 R16B-03.10.el7 epel 738 k
9950 erlang-cosProperty x86_64 R16B-03.10.el7 epel 167 k
9951 erlang-cosTime x86_64 R16B-03.10.el7 epel 112 k
9952 erlang-cosTransactions x86_64 R16B-03.10.el7 epel 172 k
9953 erlang-crypto x86_64 R16B-03.10.el7 epel 85 k
9954 erlang-debugger x86_64 R16B-03.10.el7 epel 546 k
9955 erlang-dialyzer x86_64 R16B-03.10.el7 epel 655 k
9956 erlang-diameter x86_64 R16B-03.10.el7 epel 656 k
9957 erlang-edoc x86_64 R16B-03.10.el7 epel 320 k
9958 erlang-erl_docgen x86_64 R16B-03.10.el7 epel 153 k
9959 erlang-erl_interface x86_64 R16B-03.10.el7 epel 185 k
9960 erlang-et x86_64 R16B-03.10.el7 epel 224 k
9961 erlang-eunit x86_64 R16B-03.10.el7 epel 152 k
9962 erlang-examples x86_64 R16B-03.10.el7 epel 1.1 M
9963 erlang-getopt x86_64 0.7.0-1.el7 epel 33 k
9964 erlang-gs x86_64 R16B-03.10.el7 epel 627 k
9965 erlang-hipe x86_64 R16B-03.10.el7 epel 2.4 M
9966 erlang-ic x86_64 R16B-03.10.el7 epel 884 k
9967 erlang-inets x86_64 R16B-03.10.el7 epel 799 k
9968 erlang-jinterface x86_64 R16B-03.10.el7 epel 99 k
9969 erlang-kernel x86_64 R16B-03.10.el7 epel 1.1 M
9970 erlang-megaco x86_64 R16B-03.10.el7 epel 5.5 M
9971 erlang-mnesia x86_64 R16B-03.10.el7 epel 699 k
9972 erlang-mustache x86_64 0.1.0-8.el7.kolab_3.5 Kolab_Development 18 k
9973 erlang-observer x86_64 R16B-03.10.el7 epel 557 k
9974 erlang-odbc x86_64 R16B-03.10.el7 epel 68 k
9975 erlang-orber x86_64 R16B-03.10.el7 epel 946 k
9976 erlang-os_mon x86_64 R16B-03.10.el7 epel 114 k
9977 erlang-otp_mibs x86_64 R16B-03.10.el7 epel 31 k
9978 erlang-percept x86_64 R16B-03.10.el7 epel 150 k
9979 erlang-pman x86_64 R16B-03.10.el7 epel 112 k
9980 erlang-public_key x86_64 R16B-03.10.el7 epel 537 k
9981 erlang-reltool x86_64 R16B-03.10.el7 epel 359 k
9982 erlang-runtime_tools x86_64 R16B-03.10.el7 epel 178 k
9983 erlang-sasl x86_64 R16B-03.10.el7 epel 292 k
9984 erlang-snmp x86_64 R16B-03.10.el7 epel 1.5 M
9985 erlang-ssh x86_64 R16B-03.10.el7 epel 393 k
9986 erlang-ssl x86_64 R16B-03.10.el7 epel 585 k
9987 erlang-stdlib x86_64 R16B-03.10.el7 epel 2.2 M
9988 erlang-syntax_tools x86_64 R16B-03.10.el7 epel 335 k
9989 erlang-test_server x86_64 R16B-03.10.el7 epel 281 k
9990 erlang-toolbar x86_64 R16B-03.10.el7 epel 54 k
9991 erlang-tools x86_64 R16B-03.10.el7 epel 564 k
9992 erlang-tv x86_64 R16B-03.10.el7 epel 396 k
9993 erlang-typer x86_64 R16B-03.10.el7 epel 66 k
9994 erlang-webtool x86_64 R16B-03.10.el7 epel 50 k
9995 erlang-wx x86_64 R16B-03.10.el7 epel 2.9 M
9996 erlang-xmerl x86_64 R16B-03.10.el7 epel 997 k
9997 felix-bundlerepository noarch 1.6.6-15.el7 base 107 k
9998 felix-framework noarch 4.2.1-5.el7 base 481 k
9999 felix-osgi-compendium noarch 1.4.0-19.el7 base 189 k
10000 felix-osgi-core noarch 1.4.0-15.el7 base 95 k
10001 felix-osgi-foundation noarch 1.2.0-16.el7 base 214 k
10002 felix-osgi-obr noarch 1.0.2-12.el7 base 20 k
10003 felix-shell noarch 1.4.3-5.el7 base 62 k
10004 felix-utils noarch 1.2.0-5.el7 base 64 k
10005 fop noarch 1.1-6.el7 base 3.6 M
10006 forge-parent noarch 31-2.el7 base 12 k
10007 gc x86_64 7.2d-6.el7 base 158 k
10008 gc-devel x86_64 7.2d-6.el7 base 105 k
10009 gd x86_64 2.0.35-26.el7 base 146 k
10010 gdbm-devel x86_64 1.10-8.el7 base 47 k
10011 geronimo-annotation noarch 1.0-15.el7 base 23 k
10012 geronimo-jms noarch 1.1.1-19.el7 base 31 k
10013 geronimo-parent-poms noarch 1.6-16.el7 base 12 k
10014 ghostscript x86_64 9.07-18.el7 base 4.3 M
10015 ghostscript-fonts noarch 5.50-32.el7 base 324 k
10016 gmp-devel x86_64 1:6.0.0-11.el7 base 180 k
10017 google-guice noarch 3.1.3-9.el7 base 385 k
10018 graphviz x86_64 2.30.1-19.el7 base 1.3 M
10019 guava noarch 13.0-6.el7 base 1.6 M
10020 guile x86_64 5:2.0.9-5.el7 base 3.8 M
10021 hamcrest noarch 1.3-6.el7 base 124 k
10022 hsqldb noarch 1:1.8.1.3-13.el7 base 950 k
10023 http-parser x86_64 2.0-4.20121128gitcd01361.el7
10024 epel 23 k
10025 httpcomponents-client noarch 4.2.5-5.el7_0 base 425 k
10026 httpcomponents-core noarch 4.2.4-6.el7 base 466 k
10027 httpcomponents-project noarch 6-4.el7 base 13 k
10028 httpd x86_64 2.4.6-31.el7.centos base 2.7 M
10029 httpd-tools x86_64 2.4.6-31.el7.centos base 79 k
10030 icc-profiles-openicc noarch 1.3.1-5.el7 base 327 k
10031 isorelax noarch 1:0-0.15.release20050331.el7
10032 base 75 k
10033 jai-imageio-core noarch 1.2-0.14.20100217cvs.el7
10034 base 330 k
10035 jakarta-commons-httpclient
10036 noarch 1:3.1-16.el7_0 base 241 k
10037 jakarta-oro noarch 2.0.8-16.el7 base 78 k
10038 jansson x86_64 2.4-6.el7 base 32 k
10039 javamail noarch 1.4.6-8.el7 base 758 k
10040 javassist noarch 3.16.1-10.el7 base 627 k
10041 jaxen noarch 1.1.3-11.el7 base 204 k
10042 jboss-ejb-3.1-api noarch 1.0.2-10.el7 base 54 k
10043 jboss-el-2.2-api noarch 1.0.1-0.7.20120212git2fabd8.el7
10044 base 44 k
10045 jboss-interceptors-1.1-api
10046 noarch 1.0.2-0.9.20120319git49a904.el7
10047 base 27 k
10048 jboss-jaxrpc-1.1-api noarch 1.0.1-7.el7 base 44 k
10049 jboss-parent noarch 6-12.el7 base 9.4 k
10050 jboss-servlet-3.0-api noarch 1.0.1-9.el7 base 82 k
10051 jboss-transaction-1.1-api
10052 noarch 1.0.1-8.el7 base 40 k
10053 jdom noarch 1.1.3-6.el7 base 174 k
10054 jline noarch 1.0-8.el7 base 69 k
10055 jna x86_64 3.5.2-8.el7 base 297 k
10056 js x86_64 1:1.8.5-17.el7 base 2.3 M
10057 js-uglify noarch 2.4.13-5.el7 epel 65 k
10058 jsch noarch 0.1.50-5.el7 base 239 k
10059 jsoup noarch 1.6.1-10.el7 base 263 k
10060 jsr-305 noarch 0-0.18.20090319svn.el7 base 29 k
10061 jtidy noarch 2:1.0-0.16.20100930svn1125.el7
10062 base 183 k
10063 junit noarch 4.11-8.el7 base 261 k
10064 jvnet-parent noarch 4-2.el7 base 10 k
10065 jzlib noarch 1.1.1-6.el7 base 72 k
10066 keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k
10067 kxml noarch 2.3.0-5.el7 base 151 k
10068 libICE-devel x86_64 1.0.8-7.el7 base 49 k
10069 libSM-devel x86_64 1.2.1-7.el7 base 12 k
10070 libXaw x86_64 1.0.11-6.1.el7 base 189 k
10071 libXt-devel x86_64 1.1.4-6.1.el7 base 445 k
10072 libXv-devel x86_64 1.0.9-2.1.el7 base 39 k
10073 libarchive x86_64 3.1.2-7.el7 base 317 k
10074 libcalendaring x86_64 4.9.1-3.el7.kolab_3.5 Kolab_Development 1.7 M
10075 libcom_err-devel x86_64 1.42.9-7.el7 base 30 k
10076 libkolab x86_64 0.6.git.1429288613-12.el7.kolab_3.5
10077 Kolab_Development 302 k
10078 libkolabxml x86_64 1.2-2.el7.kolab_3.5 Kolab_Development 621 k
10079 liblockfile x86_64 1.08-17.el7 base 21 k
10080 libmcrypt x86_64 2.5.8-13.el7 epel 99 k
10081 libotf x86_64 0.9.13-4.el7 base 92 k
10082 libselinux-devel x86_64 2.2.2-6.el7 base 174 k
10083 libsepol-devel x86_64 2.1.9-3.el7 base 71 k
10084 libtidy x86_64 0.99.0-31.20091203.el7 epel 132 k
10085 libuv x86_64 1:0.10.34-1.el7 epel 62 k
10086 libverto-devel x86_64 0.2.5-4.el7 base 12 k
10087 libwebp x86_64 0.3.0-3.el7 base 170 k
10088 libwmf-lite x86_64 0.2.8.4-39.el7 base 66 k
10089 libzip x86_64 0.10.1-8.el7 base 48 k
10090 lighttpd x86_64 1.4.35-1.el7 epel 318 k
10091 lksctp-tools x86_64 1.0.13-3.el7 base 87 k
10092 lm_sensors-devel x86_64 3.3.4-11.el7 base 25 k
10093 lm_sensors-libs x86_64 3.3.4-11.el7 base 40 k
10094 log4j noarch 1.2.17-15.el7 base 443 k
10095 lzo x86_64 2.06-6.el7_0.2 base 59 k
10096 m17n-db noarch 1.6.4-3.el7 base 224 k
10097 m17n-lib x86_64 1.6.4-10.el7 base 183 k
10098 maven noarch 3.0.5-16.el7 base 1.3 M
10099 maven-archiver noarch 2.5-9.el7 base 32 k
10100 maven-artifact noarch 2.2.1-47.el7 base 83 k
10101 maven-artifact-manager noarch 2.2.1-47.el7 base 76 k
10102 maven-artifact-resolver noarch 1:1.0-10.el7 base 24 k
10103 maven-assembly-plugin noarch 2.4-8.el7 base 215 k
10104 maven-common-artifact-filters
10105 noarch 1.4-11.el7 base 38 k
10106 maven-dependency-tree noarch 2.0-6.el7 base 56 k
10107 maven-doxia-core noarch 1.4-5.el7 base 157 k
10108 maven-doxia-logging-api noarch 1.4-5.el7 base 24 k
10109 maven-doxia-module-apt noarch 1.4-5.el7 base 56 k
10110 maven-doxia-module-fml noarch 1.4-5.el7 base 45 k
10111 maven-doxia-module-fo noarch 1.4-5.el7 base 65 k
10112 maven-doxia-module-xdoc noarch 1.4-5.el7 base 44 k
10113 maven-doxia-module-xhtml
10114 noarch 1.4-5.el7 base 24 k
10115 maven-doxia-sink-api noarch 1.4-5.el7 base 20 k
10116 maven-doxia-sitetools noarch 1.4-3.el7 base 128 k
10117 maven-doxia-tools noarch 1.4-14.el7 base 53 k
10118 maven-enforcer-api noarch 1.2-8.el7 base 20 k
10119 maven-enforcer-plugin noarch 1.2-8.el7 base 30 k
10120 maven-enforcer-rules noarch 1.2-8.el7 base 76 k
10121 maven-file-management noarch 1:1.2.1-8.el7 base 45 k
10122 maven-filtering noarch 1.1-3.el7 base 52 k
10123 maven-invoker noarch 2.1.1-9.el7 base 37 k
10124 maven-model noarch 2.2.1-47.el7 base 132 k
10125 maven-monitor noarch 2.2.1-47.el7 base 24 k
10126 maven-parent noarch 20-5.el7 base 13 k
10127 maven-plugin-annotations
10128 noarch 3.1-17.el7 base 21 k
10129 maven-plugin-bundle noarch 2.3.7-12.el7 base 131 k
10130 maven-plugin-descriptor noarch 2.2.1-47.el7 base 52 k
10131 maven-plugin-plugin noarch 3.1-17.el7 base 57 k
10132 maven-plugin-registry noarch 2.2.1-47.el7 base 43 k
10133 maven-plugin-testing-harness
10134 noarch 2.1-11.el7 base 44 k
10135 maven-plugin-tools noarch 3.1-17.el7 base 15 k
10136 maven-plugin-tools-annotations
10137 noarch 3.1-17.el7 base 45 k
10138 maven-plugin-tools-api noarch 3.1-17.el7 base 30 k
10139 maven-plugin-tools-beanshell
10140 noarch 3.1-17.el7 base 21 k
10141 maven-plugin-tools-generators
10142 noarch 3.1-17.el7 base 51 k
10143 maven-plugin-tools-java noarch 3.1-17.el7 base 26 k
10144 maven-plugin-tools-model
10145 noarch 3.1-17.el7 base 39 k
10146 maven-plugins-pom noarch 23-7.el7 base 11 k
10147 maven-profile noarch 2.2.1-47.el7 base 48 k
10148 maven-project noarch 2.2.1-47.el7 base 157 k
10149 maven-release noarch 2.2.1-12.el7 base 13 k
10150 maven-release-manager noarch 2.2.1-12.el7 base 169 k
10151 maven-release-plugin noarch 2.2.1-12.el7 base 54 k
10152 maven-remote-resources-plugin
10153 noarch 1.4-7.el7 base 77 k
10154 maven-reporting-api noarch 1:3.0-5.el7 base 19 k
10155 maven-reporting-exec noarch 1.1-4.el7 base 70 k
10156 maven-reporting-impl noarch 2.2-8.el7 base 27 k
10157 maven-repository-builder
10158 noarch 1:1.0-0.5.alpha2.el7 base 30 k
10159 maven-scm noarch 1.8.1-2.el7 base 986 k
10160 maven-settings noarch 2.2.1-47.el7 base 62 k
10161 maven-shared noarch 19-4.el7 base 15 k
10162 maven-shared-incremental
10163 noarch 1.1-6.el7 base 23 k
10164 maven-shared-io noarch 1:1.1-7.el7 base 44 k
10165 maven-shared-utils noarch 0.4-3.el7 base 146 k
10166 maven-site-plugin noarch 3.2-7.el7 base 124 k
10167 maven-source-plugin noarch 2.2.1-7.el7 base 39 k
10168 maven-surefire noarch 2.15-3.el7 base 403 k
10169 maven-surefire-provider-junit
10170 noarch 2.15-3.el7 base 137 k
10171 maven-surefire-provider-testng
10172 noarch 2.15-3.el7 base 56 k
10173 maven-toolchain noarch 2.2.1-47.el7 base 48 k
10174 maven-wagon noarch 2.4-3.el7 base 187 k
10175 mesa-libGLU x86_64 9.0.0-4.el7 base 196 k
10176 mesa-libGLU-devel x86_64 9.0.0-4.el7 base 9.0 k
10177 modello noarch 1.7-4.el7 base 322 k
10178 mojo-parent noarch 32-4.el7 base 14 k
10179 mozldap x86_64 6.0.5-38.el7.kolab_3.5 Kolab_Development 133 k
10180 mozldap-tools x86_64 6.0.5-38.el7.kolab_3.5 Kolab_Development 77 k
10181 msv-msv noarch 1:2013.5.1-6.el7 base 3.7 M
10182 msv-xsdlib noarch 1:2013.5.1-6.el7 base 1.1 M
10183 nekohtml noarch 1.9.14-13.el7 base 152 k
10184 net-snmp-agent-libs x86_64 1:5.7.2-20.el7 base 698 k
10185 net-snmp-libs x86_64 1:5.7.2-20.el7 base 745 k
10186 netpbm x86_64 10.61.02-9.el7 base 180 k
10187 netpbm-progs x86_64 10.61.02-9.el7 base 1.9 M
10188 nodejs x86_64 0.10.36-3.el7 epel 391 k
10189 nodejs-amdefine noarch 0.0.4-1.el7 epel 10 k
10190 nodejs-async noarch 0.2.10-1.el7 epel 21 k
10191 nodejs-optimist noarch 0.4.0-1.el7 epel 15 k
10192 nodejs-source-map noarch 0.1.33-1.el7 epel 26 k
10193 nodejs-uglify-to-browserify
10194 noarch 1.0.2-2.el7 epel 6.2 k
10195 nodejs-wordwrap noarch 0.0.2-4.el7 epel 6.4 k
10196 nss-softokn-devel x86_64 3.16.2.3-9.el7 base 25 k
10197 nss-softokn-freebl-devel
10198 x86_64 3.16.2.3-9.el7 base 45 k
10199 nss-util-devel x86_64 3.18.0-1.el7_1 updates 69 k
10200 nss_compat_ossl x86_64 0.9.6-8.el7 base 37 k
10201 objectweb-asm noarch 3.3.1-9.el7 base 197 k
10202 perl-ExtUtils-Install noarch 1.58-285.el7 base 73 k
10203 perl-ExtUtils-Manifest noarch 1.61-244.el7 base 31 k
10204 perl-ExtUtils-ParseXS noarch 1:3.18-2.el7 base 77 k
10205 php-PsrLog noarch 1.0.0-6.el7 epel 10 k
10206 php-Smarty noarch 3.1.21-1.el7 epel 192 k
10207 php-cli x86_64 5.4.16-23.el7_0.3 base 2.7 M
10208 php-doctrine-instantiator
10209 noarch 1.0.4-1.el7 epel 11 k
10210 php-intl x86_64 5.4.16-23.el7_0.3 base 93 k
10211 php-kolab x86_64 0.6.git.1429288613-12.el7.kolab_3.5
10212 Kolab_Development 51 k
10213 php-kolabformat x86_64 1.2-2.el7.kolab_3.5 Kolab_Development 193 k
10214 php-ldap x86_64 5.4.16-23.el7_0.3 base 49 k
10215 php-mysqlnd x86_64 5.4.16-23.el7_0.3 base 170 k
10216 php-pear-Net-URL2 noarch 2.1.1-1.el7 epel 25 k
10217 php-phpdocumentor-reflection-docblock
10218 noarch 2.0.4-1.el7 epel 25 k
10219 php-phpspec-prophecy noarch 1.4.0-1.el7 epel 47 k
10220 php-phpunit-File-Iterator
10221 noarch 1.4.0-1.el7 epel 12 k
10222 php-phpunit-PHP-CodeCoverage
10223 noarch 2.0.16-1.el7 epel 304 k
10224 php-phpunit-PHP-Invoker noarch 1.1.3-6.el7 epel 9.4 k
10225 php-phpunit-PHP-Timer noarch 1.0.5-5.el7 epel 9.1 k
10226 php-phpunit-PHP-TokenStream
10227 noarch 1.4.1-1.el7 epel 16 k
10228 php-phpunit-PHPUnit-MockObject
10229 noarch 2.3.1-1.el7 epel 36 k
10230 php-phpunit-Text-Template
10231 noarch 1.2.0-5.el7 epel 9.2 k
10232 php-phpunit-Version noarch 1.0.5-1.el7 epel 8.4 k
10233 php-phpunit-comparator noarch 1.1.1-1.el7 epel 14 k
10234 php-phpunit-diff noarch 1.3.0-1.el7 epel 13 k
10235 php-phpunit-environment noarch 1.2.2-1.el7 epel 9.0 k
10236 php-phpunit-exporter noarch 1.2.0-1.el7 epel 10 k
10237 php-process x86_64 5.4.16-23.el7_0.3 base 52 k
10238 php-sebastian-global-state
10239 noarch 1.0.0-1.el7 epel 9.5 k
10240 php-sebastian-recursion-context
10241 noarch 1.0.0-1.el7 epel 7.7 k
10242 php-seld-cli-prompt noarch 1.0.0-1.el7.kolab_3.5 Kolab_Development 7.3 k
10243 php-seld-phar-utils noarch 1.0.0-1.el7.kolab_3.5 Kolab_Development 6.6 k
10244 php-soap x86_64 5.4.16-23.el7_0.3 base 155 k
10245 php-symfony-browser-kit noarch 2.5.11-1.el7 epel 19 k
10246 php-symfony-common noarch 2.5.11-1.el7 epel 74 k
10247 php-symfony-config noarch 2.5.11-1.el7 epel 42 k
10248 php-symfony-css-selector
10249 noarch 2.5.11-1.el7 epel 32 k
10250 php-symfony-debug noarch 2.5.11-1.el7 epel 26 k
10251 php-symfony-dependency-injection
10252 noarch 2.5.11-1.el7 epel 71 k
10253 php-symfony-dom-crawler noarch 2.5.11-1.el7 epel 25 k
10254 php-symfony-event-dispatcher
10255 noarch 2.5.11-1.el7 epel 19 k
10256 php-symfony-filesystem noarch 2.5.11-1.el7 epel 15 k
10257 php-symfony-http-foundation
10258 noarch 2.5.11-1.el7 epel 81 k
10259 php-symfony-http-kernel noarch 2.5.11-1.el7 epel 85 k
10260 php-symfony-yaml noarch 2.5.11-1.el7 epel 23 k
10261 php-tidy x86_64 5.4.16-3.el7 epel 22 k
10262 plexus-archiver noarch 2.4.2-4.el7 base 156 k
10263 plexus-build-api noarch 0.0.7-11.el7 base 18 k
10264 plexus-cipher noarch 1.7-5.el7 base 22 k
10265 plexus-classworlds noarch 2.4.2-8.el7 base 54 k
10266 plexus-cli noarch 1.2-20.el7 base 18 k
10267 plexus-compiler noarch 2.2-7.el7 base 53 k
10268 plexus-component-api noarch 1.0-0.16.alpha15.el7 base 27 k
10269 plexus-components-pom noarch 1.2-7.el7 base 9.7 k
10270 plexus-containers-component-annotations
10271 noarch 1.5.5-14.el7 base 11 k
10272 plexus-containers-component-metadata
10273 noarch 1.5.5-14.el7 base 108 k
10274 plexus-containers-container-default
10275 noarch 1.5.5-14.el7 base 183 k
10276 plexus-digest noarch 1.1-15.el7 base 17 k
10277 plexus-i18n noarch 1.0-0.6.b10.4.el7 base 19 k
10278 plexus-interactivity noarch 1.0-0.14.alpha6.el7 base 17 k
10279 plexus-interpolation noarch 1.15-8.el7 base 57 k
10280 plexus-io noarch 2.0.5-9.el7 base 58 k
10281 plexus-pom noarch 3.3.1-5.el7 base 12 k
10282 plexus-resources noarch 1.0-0.15.a7.el7 base 25 k
10283 plexus-sec-dispatcher noarch 1.4-13.el7 base 29 k
10284 plexus-tools-pom noarch 1.0.11-8.el7 base 9.6 k
10285 plexus-utils noarch 3.0.9-9.el7 base 225 k
10286 plexus-velocity noarch 1.1.8-16.el7 base 17 k
10287 popt-devel x86_64 1.13-16.el7 base 22 k
10288 pyparsing noarch 1.5.6-9.el7 base 94 k
10289 pyserial noarch 2.6-5.el7 base 124 k
10290 python-babel noarch 0.9.6-8.el7 base 1.4 M
10291 python-docutils noarch 0.11-0.2.20130715svn7687.el7
10292 base 1.5 M
10293 python-pillow x86_64 2.0.0-17.gitd1c6db8.el7 base 438 k
10294 python-py noarch 1.4.14-4.el7 base 327 k
10295 python-pygments noarch 1.4-9.el7 base 599 k
10296 python-zope-interface x86_64 4.0.5-4.el7 base 138 k
10297 qdox noarch 1.12.1-9.el7 base 170 k
10298 regexp noarch 1.5-13.el7 base 47 k
10299 relaxngDatatype noarch 1.0-11.el7 base 15 k
10300 rhino noarch 1.7R4-5.el7 base 1.0 M
10301 roundcubemail-core-assets
10302 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 453 k
10303 roundcubemail-plugin-acl
10304 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 80 k
10305 roundcubemail-plugin-acl-assets
10306 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 17 k
10307 roundcubemail-plugin-acl-skin-larry
10308 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 16 k
10309 roundcubemail-plugin-acl-skin-larry-assets
10310 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 17 k
10311 roundcubemail-plugin-archive
10312 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 39 k
10313 roundcubemail-plugin-archive-assets
10314 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 15 k
10315 roundcubemail-plugin-archive-skin-larry
10316 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 14 k
10317 roundcubemail-plugin-archive-skin-larry-assets
10318 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 14 k
10319 roundcubemail-plugin-calendar
10320 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 234 k
10321 roundcubemail-plugin-calendar-assets
10322 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 560 k
10323 roundcubemail-plugin-calendar-skin-larry
10324 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 17 k
10325 roundcubemail-plugin-calendar-skin-larry-assets
10326 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 45 k
10327 roundcubemail-plugin-filesystem_attachments
10328 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 18 k
10329 roundcubemail-plugin-filesystem_attachments-assets
10330 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 14 k
10331 roundcubemail-plugin-jqueryui
10332 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 113 k
10333 roundcubemail-plugin-jqueryui-assets
10334 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 102 k
10335 roundcubemail-plugin-jqueryui-skin-larry
10336 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 18 k
10337 roundcubemail-plugin-jqueryui-skin-larry-assets
10338 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 48 k
10339 roundcubemail-plugin-kolab_activesync
10340 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 37 k
10341 roundcubemail-plugin-kolab_activesync-assets
10342 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 9.5 k
10343 roundcubemail-plugin-kolab_activesync-skin-larry
10344 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 10 k
10345 roundcubemail-plugin-kolab_activesync-skin-larry-assets
10346 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 15 k
10347 roundcubemail-plugin-kolab_addressbook
10348 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 73 k
10349 roundcubemail-plugin-kolab_addressbook-assets
10350 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 110 k
10351 roundcubemail-plugin-kolab_addressbook-skin-larry
10352 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 9.8 k
10353 roundcubemail-plugin-kolab_addressbook-skin-larry-assets
10354 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 12 k
10355 roundcubemail-plugin-kolab_auth-assets
10356 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 7.3 k
10357 roundcubemail-plugin-kolab_config
10358 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 22 k
10359 roundcubemail-plugin-kolab_config-assets
10360 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 7.4 k
10361 roundcubemail-plugin-kolab_delegation
10362 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 40 k
10363 roundcubemail-plugin-kolab_delegation-assets
10364 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 10 k
10365 roundcubemail-plugin-kolab_delegation-skin-larry
10366 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 9.9 k
10367 roundcubemail-plugin-kolab_delegation-skin-larry-assets
10368 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 13 k
10369 roundcubemail-plugin-kolab_files
10370 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 47 k
10371 roundcubemail-plugin-kolab_files-assets
10372 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 19 k
10373 roundcubemail-plugin-kolab_files-skin-larry
10374 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 12 k
10375 roundcubemail-plugin-kolab_files-skin-larry-assets
10376 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 17 k
10377 roundcubemail-plugin-kolab_folders-assets
10378 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 9.0 k
10379 roundcubemail-plugin-kolab_notes
10380 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 35 k
10381 roundcubemail-plugin-kolab_notes-assets
10382 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 18 k
10383 roundcubemail-plugin-kolab_notes-skin-larry
10384 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 13 k
10385 roundcubemail-plugin-kolab_notes-skin-larry-assets
10386 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 18 k
10387 roundcubemail-plugin-kolab_tags
10388 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 32 k
10389 roundcubemail-plugin-kolab_tags-assets
10390 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 12 k
10391 roundcubemail-plugin-kolab_tags-skin-larry
10392 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 9.5 k
10393 roundcubemail-plugin-kolab_tags-skin-larry-assets
10394 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 10 k
10395 roundcubemail-plugin-libcalendaring
10396 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 111 k
10397 roundcubemail-plugin-libcalendaring-assets
10398 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 16 k
10399 roundcubemail-plugin-libcalendaring-skin-larry
10400 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 7.6 k
10401 roundcubemail-plugin-libcalendaring-skin-larry-assets
10402 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 9.5 k
10403 roundcubemail-plugin-libkolab-assets
10404 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 12 k
10405 roundcubemail-plugin-libkolab-skin-larry
10406 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 7.6 k
10407 roundcubemail-plugin-libkolab-skin-larry-assets
10408 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 10 k
10409 roundcubemail-plugin-managesieve
10410 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 174 k
10411 roundcubemail-plugin-managesieve-assets
10412 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 21 k
10413 roundcubemail-plugin-managesieve-skin-larry
10414 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 17 k
10415 roundcubemail-plugin-managesieve-skin-larry-assets
10416 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 20 k
10417 roundcubemail-plugin-odfviewer
10418 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 23 k
10419 roundcubemail-plugin-odfviewer-assets
10420 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 112 k
10421 roundcubemail-plugin-password
10422 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 80 k
10423 roundcubemail-plugin-password-assets
10424 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 15 k
10425 roundcubemail-plugin-pdfviewer
10426 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 24 k
10427 roundcubemail-plugin-pdfviewer-assets
10428 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 517 k
10429 roundcubemail-plugin-tasklist
10430 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 129 k
10431 roundcubemail-plugin-tasklist-assets
10432 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 83 k
10433 roundcubemail-plugin-tasklist-skin-larry
10434 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 15 k
10435 roundcubemail-plugin-tasklist-skin-larry-assets
10436 noarch 3.3-1.el7.kolab_3.5 Kolab_Development 37 k
10437 roundcubemail-plugin-zipdownload
10438 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 34 k
10439 roundcubemail-plugin-zipdownload-assets
10440 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 16 k
10441 roundcubemail-plugin-zipdownload-skin-larry
10442 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 14 k
10443 roundcubemail-plugin-zipdownload-skin-larry-assets
10444 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 14 k
10445 roundcubemail-skin-chameleon
10446 noarch 0.3.6-1.el7.kolab_3.5 Kolab_Development 4.1 k
10447 roundcubemail-skin-chameleon-assets
10448 noarch 0.3.6-1.el7.kolab_3.5 Kolab_Development 91 k
10449 roundcubemail-skin-chameleon-core
10450 noarch 0.3.6-1.el7.kolab_3.5 Kolab_Development 22 k
10451 roundcubemail-skin-larry
10452 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 32 k
10453 roundcubemail-skin-larry-assets
10454 noarch 1.2-3.el7.kolab_3.5 Kolab_Development 140 k
10455 rpm-devel x86_64 4.11.1-25.el7 base 101 k
10456 sac noarch 1.3-17.el7 base 17 k
10457 sisu-inject-bean noarch 2.3.0-11.el7 base 181 k
10458 sisu-inject-plexus noarch 2.3.0-11.el7 base 179 k
10459 slf4j noarch 1.7.4-3.el7 base 170 k
10460 snakeyaml noarch 1.11-8.el7 base 233 k
10461 sonatype-oss-parent noarch 7-6.el7 base 10 k
10462 spice-parent noarch 15-11.el7 base 11 k
10463 stax2-api noarch 3.1.1-10.el7 base 165 k
10464 svrcore x86_64 4.0.4-11.el7 base 17 k
10465 systemtap-sdt-devel x86_64 2.6-10.el7_1 updates 63 k
10466 t1lib x86_64 5.1.2-14.el7 base 166 k
10467 tcl x86_64 1:8.5.13-4.el7 base 1.9 M
10468 tcp_wrappers-devel x86_64 7.6-77.el7 base 17 k
10469 testng noarch 6.8.7-3.el7 base 777 k
10470 texlive-ae noarch 2:svn15878.1.4-32.el7 base 94 k
10471 texlive-algorithms noarch 2:svn15878.0.1-32.el7 base 20 k
10472 texlive-amscls noarch 2:svn29207.0-32.el7 base 52 k
10473 texlive-amsfonts noarch 2:svn29208.3.04-32.el7 base 3.6 M
10474 texlive-amsmath noarch 2:svn29327.2.14-32.el7 base 48 k
10475 texlive-anysize noarch 2:svn15878.0-32.el7 base 17 k
10476 texlive-attachfile noarch 2:svn21866.v1.5b-32.el7 base 20 k
10477 texlive-avantgar noarch 2:svn28614.0-32.el7 base 290 k
10478 texlive-babel noarch 2:svn24756.3.8m-32.el7 base 128 k
10479 texlive-babelbib noarch 2:svn25245.1.31-32.el7 base 48 k
10480 texlive-base noarch 2:2012-32.20130427_r30134.el7
10481 base 322 k
10482 texlive-beamer noarch 2:svn29349.3.26-32.el7 base 241 k
10483 texlive-bera noarch 2:svn20031.0-32.el7 base 346 k
10484 texlive-beton noarch 2:svn15878.0-32.el7 base 18 k
10485 texlive-bibtex noarch 2:svn26689.0.99d-32.el7 base 32 k
10486 texlive-bibtex-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10487 base 64 k
10488 texlive-bookman noarch 2:svn28614.0-32.el7 base 331 k
10489 texlive-booktabs noarch 2:svn15878.1.61803-32.el7
10490 base 18 k
10491 texlive-breakurl noarch 2:svn15878.1.30-32.el7 base 19 k
10492 texlive-caption noarch 2:svn29026.3.3__2013_02_03_-32.el7
10493 base 50 k
10494 texlive-carlisle noarch 2:svn18258.0-32.el7 base 29 k
10495 texlive-charter noarch 2:svn15878.0-32.el7 base 200 k
10496 texlive-chngcntr noarch 2:svn17157.1.0a-32.el7 base 18 k
10497 texlive-cite noarch 2:svn19955.5.3-32.el7 base 41 k
10498 texlive-cm noarch 2:svn29581.0-32.el7 base 290 k
10499 texlive-cm-super noarch 2:svn15878.0-32.el7 base 62 M
10500 texlive-cmap noarch 2:svn26568.0-32.el7 base 22 k
10501 texlive-cmextra noarch 2:svn14075.0-32.el7 base 30 k
10502 texlive-collection-basic
10503 noarch 2:svn26314.0-32.20130427_r30134.el7
10504 base 15 k
10505 texlive-collection-documentation-base
10506 noarch 2:svn17091.0-32.20130427_r30134.el7
10507 base 15 k
10508 texlive-collection-fontsrecommended
10509 noarch 2:svn28082.0-32.20130427_r30134.el7
10510 base 15 k
10511 texlive-collection-latex
10512 noarch 2:svn25030.0-32.20130427_r30134.el7
10513 base 15 k
10514 texlive-collection-latexrecommended
10515 noarch 2:svn25795.0-32.20130427_r30134.el7
10516 base 16 k
10517 texlive-colortbl noarch 2:svn25394.v1.0a-32.el7 base 19 k
10518 texlive-courier noarch 2:svn28614.0-32.el7 base 541 k
10519 texlive-crop noarch 2:svn15878.1.5-32.el7 base 21 k
10520 texlive-csquotes noarch 2:svn24393.5.1d-32.el7 base 35 k
10521 texlive-ctable noarch 2:svn26694.1.23-32.el7 base 19 k
10522 texlive-currfile noarch 2:svn29012.0.7b-32.el7 base 20 k
10523 texlive-dvipdfm noarch 2:svn26689.0.13.2d-32.el7
10524 base 23 k
10525 texlive-dvipdfm-bin noarch 2:svn13663.0-32.20130427_r30134.el7
10526 base 17 k
10527 texlive-dvipdfmx noarch 2:svn26765.0-32.el7 base 52 k
10528 texlive-dvipdfmx-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10529 base 277 k
10530 texlive-dvipdfmx-def noarch 2:svn15878.0-32.el7 base 18 k
10531 texlive-dvips-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10532 base 129 k
10533 texlive-ec noarch 2:svn25033.1.0-32.el7 base 466 k
10534 texlive-enctex noarch 2:svn28602.0-32.el7 base 47 k
10535 texlive-enumitem noarch 2:svn24146.3.5.2-32.el7 base 28 k
10536 texlive-eso-pic noarch 2:svn21515.2.0c-32.el7 base 20 k
10537 texlive-etex noarch 2:svn22198.2.1-32.el7 base 31 k
10538 texlive-etex-pkg noarch 2:svn15878.2.0-32.el7 base 21 k
10539 texlive-etoolbox noarch 2:svn20922.2.1-32.el7 base 25 k
10540 texlive-euler noarch 2:svn17261.2.5-32.el7 base 19 k
10541 texlive-euro noarch 2:svn22191.1.1-32.el7 base 19 k
10542 texlive-eurosym noarch 2:svn17265.1.4_subrfix-32.el7
10543 base 157 k
10544 texlive-extsizes noarch 2:svn17263.1.4a-32.el7 base 30 k
10545 texlive-fancybox noarch 2:svn18304.1.4-32.el7 base 24 k
10546 texlive-fancyhdr noarch 2:svn15878.3.1-32.el7 base 25 k
10547 texlive-fancyref noarch 2:svn15878.0.9c-32.el7 base 19 k
10548 texlive-fancyvrb noarch 2:svn18492.2.8-32.el7 base 29 k
10549 texlive-filecontents noarch 2:svn24250.1.3-32.el7 base 18 k
10550 texlive-filehook noarch 2:svn24280.0.5d-32.el7 base 21 k
10551 texlive-fix2col noarch 2:svn17133.0-32.el7 base 18 k
10552 texlive-float noarch 2:svn15878.1.3d-32.el7 base 19 k
10553 texlive-fontspec noarch 2:svn29412.v2.3a-32.el7 base 37 k
10554 texlive-footmisc noarch 2:svn23330.5.5b-32.el7 base 22 k
10555 texlive-fp noarch 2:svn15878.0-32.el7 base 39 k
10556 texlive-fpl noarch 2:svn15878.1.002-32.el7 base 375 k
10557 texlive-geometry noarch 2:svn19716.5.6-32.el7 base 25 k
10558 texlive-glyphlist noarch 2:svn28576.0-32.el7 base 42 k
10559 texlive-graphics noarch 2:svn25405.1.0o-32.el7 base 32 k
10560 texlive-gsftopk noarch 2:svn26689.1.19.2-32.el7
10561 base 23 k
10562 texlive-gsftopk-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10563 base 30 k
10564 texlive-helvetic noarch 2:svn28614.0-32.el7 base 614 k
10565 texlive-hyperref noarch 2:svn28213.6.83m-32.el7 base 138 k
10566 texlive-hyph-utf8 noarch 2:svn29641.0-32.el7 base 2.2 M
10567 texlive-hyphen-base noarch 2:svn29197.0-32.el7 base 38 k
10568 texlive-ifetex noarch 2:svn24853.1.2-32.el7 base 18 k
10569 texlive-ifluatex noarch 2:svn26725.1.3-32.el7 base 18 k
10570 texlive-ifxetex noarch 2:svn19685.0.5-32.el7 base 17 k
10571 texlive-index noarch 2:svn24099.4.1beta-32.el7
10572 base 28 k
10573 texlive-jknapltx noarch 2:svn19440.0-32.el7 base 27 k
10574 texlive-kastrup noarch 2:svn15878.0-32.el7 base 17 k
10575 texlive-koma-script noarch 2:svn27255.3.11b-32.el7 base 5.1 M
10576 texlive-kpathsea noarch 2:svn28792.0-32.el7 base 139 k
10577 texlive-kpathsea-bin x86_64 2:svn27347.0-32.20130427_r30134.el7
10578 base 39 k
10579 texlive-kpathsea-lib x86_64 2:2012-32.20130427_r30134.el7
10580 base 77 k
10581 texlive-l3experimental noarch 2:svn29361.SVN_4467-32.el7
10582 base 56 k
10583 texlive-l3kernel noarch 2:svn29409.SVN_4469-32.el7
10584 base 106 k
10585 texlive-l3packages noarch 2:svn29361.SVN_4467-32.el7
10586 base 35 k
10587 texlive-latex-bin noarch 2:svn26689.0-32.el7 base 19 k
10588 texlive-latex-bin-bin noarch 2:svn14050.0-32.20130427_r30134.el7
10589 base 16 k
10590 texlive-latex-fonts noarch 2:svn28888.0-32.el7 base 41 k
10591 texlive-latexconfig noarch 2:svn28991.0-32.el7 base 25 k
10592 texlive-listings noarch 2:svn15878.1.4-32.el7 base 137 k
10593 texlive-lm noarch 2:svn28119.2.004-32.el7 base 13 M
10594 texlive-lm-math noarch 2:svn29044.1.958-32.el7 base 425 k
10595 texlive-ltxmisc noarch 2:svn21927.0-32.el7 base 33 k
10596 texlive-lua-alt-getopt noarch 2:svn29349.0.7.0-32.el7 base 18 k
10597 texlive-lualatex-math noarch 2:svn29346.1.2-32.el7 base 20 k
10598 texlive-luaotfload noarch 2:svn26718.1.26-32.el7 base 101 k
10599 texlive-luaotfload-bin noarch 2:svn18579.0-32.20130427_r30134.el7
10600 base 16 k
10601 texlive-luatex noarch 2:svn26689.0.70.1-32.el7
10602 base 36 k
10603 texlive-luatex-bin x86_64 2:svn26912.0-32.20130427_r30134.el7
10604 base 1.7 M
10605 texlive-luatexbase noarch 2:svn22560.0.31-32.el7 base 26 k
10606 texlive-makeindex noarch 2:svn26689.2.12-32.el7 base 29 k
10607 texlive-makeindex-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10608 base 38 k
10609 texlive-marginnote noarch 2:svn25880.v1.1i-32.el7 base 19 k
10610 texlive-marvosym noarch 2:svn29349.2.2a-32.el7 base 150 k
10611 texlive-mathpazo noarch 2:svn15878.1.003-32.el7 base 83 k
10612 texlive-mdwtools noarch 2:svn15878.1.05.4-32.el7
10613 base 37 k
10614 texlive-memoir noarch 2:svn21638.3.6j_patch_6.0g-32.el7
10615 base 96 k
10616 texlive-metafont noarch 2:svn26689.2.718281-32.el7
10617 base 62 k
10618 texlive-metafont-bin x86_64 2:svn26912.0-32.20130427_r30134.el7
10619 base 185 k
10620 texlive-metalogo noarch 2:svn18611.0.12-32.el7 base 18 k
10621 texlive-mflogo noarch 2:svn17487.0-32.el7 base 42 k
10622 texlive-mfnfss noarch 2:svn19410.0-32.el7 base 19 k
10623 texlive-mfware noarch 2:svn26689.0-32.el7 base 30 k
10624 texlive-mfware-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10625 base 88 k
10626 texlive-mh noarch 2:svn29420.0-32.el7 base 60 k
10627 texlive-microtype noarch 2:svn29392.2.5-32.el7 base 67 k
10628 texlive-misc noarch 2:svn24955.0-32.el7 base 66 k
10629 texlive-mparhack noarch 2:svn15878.1.4-32.el7 base 19 k
10630 texlive-mptopdf noarch 2:svn26689.0-32.el7 base 57 k
10631 texlive-mptopdf-bin noarch 2:svn18674.0-32.20130427_r30134.el7
10632 base 16 k
10633 texlive-ms noarch 2:svn24467.0-32.el7 base 23 k
10634 texlive-multido noarch 2:svn18302.1.42-32.el7 base 20 k
10635 texlive-natbib noarch 2:svn20668.8.31b-32.el7 base 34 k
10636 texlive-ncntrsbk noarch 2:svn28614.0-32.el7 base 337 k
10637 texlive-ntgclass noarch 2:svn15878.0-32.el7 base 35 k
10638 texlive-oberdiek noarch 2:svn26725.0-32.el7 base 307 k
10639 texlive-palatino noarch 2:svn28614.0-32.el7 base 383 k
10640 texlive-paralist noarch 2:svn15878.2.3b-32.el7 base 20 k
10641 texlive-parallel noarch 2:svn15878.0-32.el7 base 20 k
10642 texlive-parskip noarch 2:svn19963.2.0-32.el7 base 18 k
10643 texlive-pdfpages noarch 2:svn27574.0.4t-32.el7 base 30 k
10644 texlive-pdftex noarch 2:svn29585.1.40.11-32.el7
10645 base 139 k
10646 texlive-pdftex-bin x86_64 2:svn27321.0-32.20130427_r30134.el7
10647 base 359 k
10648 texlive-pdftex-def noarch 2:svn22653.0.06d-32.el7 base 30 k
10649 texlive-pgf noarch 2:svn22614.2.10-32.el7 base 467 k
10650 texlive-plain noarch 2:svn26647.0-32.el7 base 63 k
10651 texlive-powerdot noarch 2:svn25656.1.4i-32.el7 base 47 k
10652 texlive-psfrag noarch 2:svn15878.3.04-32.el7 base 20 k
10653 texlive-pslatex noarch 2:svn16416.0-32.el7 base 23 k
10654 texlive-psnfss noarch 2:svn23394.9.2a-32.el7 base 44 k
10655 texlive-pspicture noarch 2:svn15878.0-32.el7 base 18 k
10656 texlive-pst-3d noarch 2:svn17257.1.10-32.el7 base 20 k
10657 texlive-pst-blur noarch 2:svn15878.2.0-32.el7 base 19 k
10658 texlive-pst-coil noarch 2:svn24020.1.06-32.el7 base 20 k
10659 texlive-pst-eps noarch 2:svn15878.1.0-32.el7 base 19 k
10660 texlive-pst-fill noarch 2:svn15878.1.01-32.el7 base 20 k
10661 texlive-pst-grad noarch 2:svn15878.1.06-32.el7 base 20 k
10662 texlive-pst-math noarch 2:svn20176.0.61-32.el7 base 21 k
10663 texlive-pst-node noarch 2:svn27799.1.25-32.el7 base 39 k
10664 texlive-pst-plot noarch 2:svn28729.1.44-32.el7 base 35 k
10665 texlive-pst-slpe noarch 2:svn24391.1.31-32.el7 base 20 k
10666 texlive-pst-text noarch 2:svn15878.1.00-32.el7 base 20 k
10667 texlive-pst-tree noarch 2:svn24142.1.12-32.el7 base 23 k
10668 texlive-pstricks noarch 2:svn29678.2.39-32.el7 base 96 k
10669 texlive-pstricks-add noarch 2:svn28750.3.59-32.el7 base 40 k
10670 texlive-pxfonts noarch 2:svn15878.0-32.el7 base 496 k
10671 texlive-qstest noarch 2:svn15878.0-32.el7 base 21 k
10672 texlive-rcs noarch 2:svn15878.0-32.el7 base 29 k
10673 texlive-rotating noarch 2:svn16832.2.16b-32.el7 base 19 k
10674 texlive-rsfs noarch 2:svn15878.0-32.el7 base 74 k
10675 texlive-sansmath noarch 2:svn17997.1.1-32.el7 base 19 k
10676 texlive-sauerj noarch 2:svn15878.0-32.el7 base 22 k
10677 texlive-section noarch 2:svn20180.0-32.el7 base 26 k
10678 texlive-seminar noarch 2:svn18322.1.5-32.el7 base 42 k
10679 texlive-sepnum noarch 2:svn20186.2.0-32.el7 base 19 k
10680 texlive-setspace noarch 2:svn24881.6.7a-32.el7 base 23 k
10681 texlive-showexpl noarch 2:svn27790.v0.3j-32.el7 base 20 k
10682 texlive-soul noarch 2:svn15878.2.4-32.el7 base 22 k
10683 texlive-subfig noarch 2:svn15878.1.3-32.el7 base 24 k
10684 texlive-symbol noarch 2:svn28614.0-32.el7 base 54 k
10685 texlive-tetex noarch 2:svn29585.3.0-32.el7 base 87 k
10686 texlive-tetex-bin noarch 2:svn27344.0-32.20130427_r30134.el7
10687 base 17 k
10688 texlive-tex noarch 2:svn26689.3.1415926-32.el7
10689 base 23 k
10690 texlive-tex-bin x86_64 2:svn26912.0-32.20130427_r30134.el7
10691 base 171 k
10692 texlive-tex-gyre noarch 2:svn18651.2.004-32.el7 base 7.0 M
10693 texlive-tex-gyre-math noarch 2:svn29045.0-32.el7 base 581 k
10694 texlive-texconfig noarch 2:svn29349.0-32.el7 base 31 k
10695 texlive-texconfig-bin noarch 2:svn27344.0-32.20130427_r30134.el7
10696 base 16 k
10697 texlive-texlive.infra noarch 2:svn28217.0-32.el7 base 137 k
10698 texlive-texlive.infra-bin
10699 x86_64 2:svn22566.0-32.20130427_r30134.el7
10700 base 16 k
10701 texlive-textcase noarch 2:svn15878.0-32.el7 base 18 k
10702 texlive-thumbpdf noarch 2:svn26689.3.15-32.el7 base 37 k
10703 texlive-thumbpdf-bin noarch 2:svn6898.0-32.20130427_r30134.el7
10704 base 16 k
10705 texlive-times noarch 2:svn28614.0-32.el7 base 387 k
10706 texlive-tipa noarch 2:svn29349.1.3-32.el7 base 2.8 M
10707 texlive-tools noarch 2:svn26263.0-32.el7 base 61 k
10708 texlive-txfonts noarch 2:svn15878.0-32.el7 base 767 k
10709 texlive-type1cm noarch 2:svn21820.0-32.el7 base 18 k
10710 texlive-typehtml noarch 2:svn17134.0-32.el7 base 23 k
10711 texlive-ucs noarch 2:svn27549.2.1-32.el7 base 359 k
10712 texlive-underscore noarch 2:svn18261.0-32.el7 base 21 k
10713 texlive-unicode-math noarch 2:svn29413.0.7d-32.el7 base 60 k
10714 texlive-url noarch 2:svn16864.3.2-32.el7 base 25 k
10715 texlive-utopia noarch 2:svn15878.0-32.el7 base 232 k
10716 texlive-varwidth noarch 2:svn24104.0.92-32.el7 base 20 k
10717 texlive-wasy noarch 2:svn15878.0-32.el7 base 255 k
10718 texlive-wasysym noarch 2:svn15878.2.0-32.el7 base 20 k
10719 texlive-xcolor noarch 2:svn15878.2.11-32.el7 base 34 k
10720 texlive-xdvi noarch 2:svn26689.22.85-32.el7 base 60 k
10721 texlive-xdvi-bin x86_64 2:svn26509.0-32.20130427_r30134.el7
10722 base 277 k
10723 texlive-xkeyval noarch 2:svn27995.2.6a-32.el7 base 26 k
10724 texlive-xunicode noarch 2:svn23897.0.981-32.el7 base 43 k
10725 texlive-zapfchan noarch 2:svn28614.0-32.el7 base 101 k
10726 texlive-zapfding noarch 2:svn28614.0-32.el7 base 64 k
10727 tix x86_64 1:8.4.3-12.el7 base 254 k
10728 tk x86_64 1:8.5.13-4.el7 base 1.4 M
10729 tomcat-servlet-3.0-api noarch 7.0.54-2.el7_1 updates 207 k
10730 unixODBC x86_64 2.3.1-10.el7 base 413 k
10731 urw-fonts noarch 2.4-16.el7 base 3.0 M
10732 uuid x86_64 1.6.2-26.el7 base 55 k
10733 v8 x86_64 1:3.14.5.10-17.el7 epel 3.0 M
10734 velocity noarch 1.7-10.el7 base 414 k
10735 weld-parent noarch 17-9.el7 base 13 k
10736 woodstox-core noarch 4.1.2-8.el7 base 458 k
10737 ws-jaxme noarch 0.5.2-10.el7 base 1.1 M
10738 wxBase x86_64 2.8.12-13.el7 epel 587 k
10739 wxGTK x86_64 2.8.12-13.el7 epel 3.0 M
10740 wxGTK-gl x86_64 2.8.12-13.el7 epel 34 k
10741 xbean noarch 3.13-6.el7 base 376 k
10742 xerces-c x86_64 3.1.1-6.el7 base 878 k
10743 xmlgraphics-commons noarch 1.5-3.el7 base 545 k
10744 xmvn noarch 1.3.0-5.el7 base 242 k
10745 xpp3 noarch 1.1.3.8-11.el7 base 336 k
10746 xz-java noarch 1.3-3.el7 base 89 k
10747 ycssmin noarch 1.0.1-6.el7 epel 12 k
10748 zziplib x86_64 0.13.62-5.el7 base 81 k
10749Updating for dependencies:
10750 libblkid x86_64 2.23.2-22.el7_1 updates 164 k
10751 libmount x86_64 2.23.2-22.el7_1 updates 167 k
10752 libuuid x86_64 2.23.2-22.el7_1 updates 73 k
10753 nspr x86_64 4.10.8-1.el7_1 updates 126 k
10754 nss x86_64 3.18.0-2.2.el7_1 updates 845 k
10755 nss-sysinit x86_64 3.18.0-2.2.el7_1 updates 51 k
10756 nss-tools x86_64 3.18.0-2.2.el7_1 updates 478 k
10757 nss-util x86_64 3.18.0-1.el7_1 updates 70 k
10758 util-linux x86_64 2.23.2-22.el7_1 updates 1.9 M
10759
10760Transaction Summary
10761================================================================================
10762Install 141 Packages (+719 Dependent packages)
10763Upgrade ( 9 Dependent packages)
10764
10765Total download size: 398 M
10766Downloading packages:
10767Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
10768warning: /var/cache/yum/x86_64/7/epel/packages/CUnit-2.1.3-8.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
10769Public key for CUnit-2.1.3-8.el7.x86_64.rpm is not installed
10770--------------------------------------------------------------------------------
10771Total 10 MB/s | 398 MB 00:38
10772Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
10773Importing GPG key 0x352C64E5:
10774 Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
10775 Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
10776 Package : epel-release-7-5.noarch (@extras)
10777 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
10778Key imported successfully
10779Running transaction check
10780Running transaction test
10781Transaction test succeeded
10782Running transaction
10783 Installing : 2:texlive-base-2012-32.20130427_r30134.el7.noarch 1/878
10784 Installing : plexus-utils-3.0.9-9.el7.noarch 2/878
10785 Installing : 2:texlive-kpathsea-lib-2012-32.20130427_r30134.el7.x86 3/878
10786 Installing : 2:texlive-kpathsea-bin-svn27347.0-32.20130427_r30134.e 4/878
10787 Installing : 2:texlive-kpathsea-svn28792.0-32.el7.noarch 5/878
10788 Installing : 2:texlive-graphics-svn25405.1.0o-32.el7.noarch 6/878
10789 Installing : 2:texlive-hyphen-base-svn29197.0-32.el7.noarch 7/878
10790 Installing : 2:texlive-tetex-bin-svn27344.0-32.20130427_r30134.el7. 8/878
10791 Installing : 2:texlive-tetex-svn29585.3.0-32.el7.noarch 9/878
10792 Installing : 2:texlive-tools-svn26263.0-32.el7.noarch 10/878
10793 Installing : maven-model-2.2.1-47.el7.noarch 11/878
10794 Installing : plexus-containers-component-annotations-1.5.5-14.el7.n 12/878
10795 Installing : maven-artifact-2.2.1-47.el7.noarch 13/878
10796 Installing : apache-commons-lang-2.6-15.el7.noarch 14/878
10797 Installing : plexus-interpolation-1.15-8.el7.noarch 15/878
10798 Updating : nspr-4.10.8-1.el7_1.x86_64 16/878
10799 Installing : 1:apache-commons-io-2.4-12.el7.noarch 17/878
10800 Installing : 2:texlive-amsmath-svn29327.2.14-32.el7.noarch 18/878
10801 Updating : nss-util-3.18.0-1.el7_1.x86_64 19/878
10802 Installing : xerces-c-3.1.1-6.el7.x86_64 20/878
10803 Installing : plexus-classworlds-2.4.2-8.el7.noarch 21/878
10804 Installing : aether-api-1.13.1-13.el7.noarch 22/878
10805 Installing : 2:texlive-xkeyval-svn27995.2.6a-32.el7.noarch 23/878
10806 Installing : 2:texlive-ifxetex-svn19685.0.5-32.el7.noarch 24/878
10807 Installing : apache-commons-collections-3.2.1-21.el7.noarch 25/878
10808 Installing : objectweb-asm-3.3.1-9.el7.noarch 26/878
10809 Installing : roundcubemail-skin-larry-assets-1.2-3.el7.kolab_3.5.no 27/878
10810 Installing : libkolabxml-1.2-2.el7.kolab_3.5.x86_64 28/878
10811 Installing : 2:texlive-url-svn16864.3.2-32.el7.noarch 29/878
10812 Installing : 2:texlive-etex-pkg-svn15878.2.0-32.el7.noarch 30/878
10813 Installing : felix-osgi-core-1.4.0-15.el7.noarch 31/878
10814 Installing : apache-commons-codec-1.8-7.el7.noarch 32/878
10815 Installing : aether-util-1.13.1-13.el7.noarch 33/878
10816 Installing : 2:texlive-amsfonts-svn29208.3.04-32.el7.noarch 34/878
10817 Installing : 2:texlive-booktabs-svn15878.1.61803-32.el7.noarch 35/878
10818 Installing : boost-chrono-1.53.0-23.el7.x86_64 36/878
10819 Installing : apache-commons-cli-1.2-13.el7.noarch 37/878
10820 Installing : 2:texlive-etoolbox-svn20922.2.1-32.el7.noarch 38/878
10821 Installing : nspr-devel-4.10.8-1.el7_1.x86_64 39/878
10822 Installing : 2:texlive-psnfss-svn23394.9.2a-32.el7.noarch 40/878
10823 Installing : 1:tcl-8.5.13-4.el7.x86_64 41/878
10824 Installing : libcalendaring-4.9.1-3.el7.kolab_3.5.x86_64 42/878
10825 Installing : httpcomponents-core-4.2.4-6.el7.noarch 43/878
10826 Installing : boost-filesystem-1.53.0-23.el7.x86_64 44/878
10827 Installing : boost-regex-1.53.0-23.el7.x86_64 45/878
10828 Updating : libuuid-2.23.2-22.el7_1.x86_64 46/878
10829 Installing : libkolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64 47/878
10830 Installing : 1:tk-8.5.13-4.el7.x86_64 48/878
10831 Installing : aether-spi-1.13.1-13.el7.noarch 49/878
10832 Installing : maven-invoker-2.1.1-9.el7.noarch 50/878
10833 Installing : 2:texlive-carlisle-svn18258.0-32.el7.noarch 51/878
10834 Installing : 2:texlive-colortbl-svn25394.v1.0a-32.el7.noarch 52/878
10835 Installing : 2:texlive-lm-svn28119.2.004-32.el7.noarch 53/878
10836 Installing : 2:texlive-pdftex-svn29585.1.40.11-32.el7.noarch 54/878
10837 Installing : 2:texlive-pdftex-bin-svn27321.0-32.20130427_r30134.el7 55/878
10838 Installing : 2:texlive-caption-svn29026.3.3__2013_02_03_-32.el7.noa 56/878
10839 Installing : 2:texlive-fp-svn15878.0-32.el7.noarch 57/878
10840 Installing : 2:texlive-multido-svn18302.1.42-32.el7.noarch 58/878
10841 Installing : 2:texlive-latex-fonts-svn28888.0-32.el7.noarch 59/878
10842 Installing : 2:texlive-dvips-svn29585.0-32.el7.noarch 60/878
10843 Installing : 2:texlive-dvips-bin-svn26509.0-32.20130427_r30134.el7. 61/878
10844 Installing : relaxngDatatype-1.0-11.el7.noarch 62/878
10845 Installing : tomcat-servlet-3.0-api-7.0.54-2.el7_1.noarch 63/878
10846 Installing : libXaw-1.0.11-6.1.el7.x86_64 64/878
10847 Installing : mesa-libGLU-9.0.0-4.el7.x86_64 65/878
10848 Installing : jboss-servlet-3.0-api-1.0.1-9.el7.noarch 66/878
10849 Installing : 1:isorelax-0-0.15.release20050331.el7.noarch 67/878
10850 Installing : 1:msv-xsdlib-2013.5.1-6.el7.noarch 68/878
10851 Installing : boost-date-time-1.53.0-23.el7.x86_64 69/878
10852 Installing : atinject-1-13.20100611svn86.el7.noarch 70/878
10853 Installing : wxBase-2.8.12-13.el7.x86_64 71/878
10854 Installing : guava-13.0-6.el7.noarch 72/878
10855 Installing : libICE-devel-1.0.8-7.el7.x86_64 73/878
10856 Installing : libSM-devel-1.2.1-7.el7.x86_64 74/878
10857 Installing : boost-wave-1.53.0-23.el7.x86_64 75/878
10858 Installing : 1:msv-msv-2013.5.1-6.el7.noarch 76/878
10859 Installing : 2:texlive-xdvi-bin-svn26509.0-32.20130427_r30134.el7.x 77/878
10860 Installing : 2:texlive-xdvi-svn26689.22.85-32.el7.noarch 78/878
10861 Installing : 1:hsqldb-1.8.1.3-13.el7.noarch 79/878
10862 Installing : 2:texlive-subfig-svn15878.1.3-32.el7.noarch 80/878
10863 Updating : libblkid-2.23.2-22.el7_1.x86_64 81/878
10864 Installing : boost-graph-1.53.0-23.el7.x86_64 82/878
10865 Installing : nss-util-devel-3.18.0-1.el7_1.x86_64 83/878
10866 Installing : boost-locale-1.53.0-23.el7.x86_64 84/878
10867 Installing : boost-timer-1.53.0-23.el7.x86_64 85/878
10868 Installing : cglib-2.2-18.el7.noarch 86/878
10869 Installing : xerces-c-devel-3.1.1-6.el7.x86_64 87/878
10870 Installing : 2:texlive-mptopdf-bin-svn18674.0-32.20130427_r30134.el 88/878
10871 Installing : 2:texlive-mptopdf-svn26689.0-32.el7.noarch 89/878
10872 Installing : 2:texlive-metafont-bin-svn26912.0-32.20130427_r30134.e 90/878
10873 Installing : 2:texlive-metafont-svn26689.2.718281-32.el7.noarch 91/878
10874 Installing : 2:texlive-euler-svn17261.2.5-32.el7.noarch 92/878
10875 Installing : 2:texlive-dvipdfm-bin-svn13663.0-32.20130427_r30134.el 93/878
10876 Installing : 2:texlive-dvipdfm-svn26689.0.13.2d-32.el7.noarch 94/878
10877 Installing : 2:texlive-makeindex-bin-svn26509.0-32.20130427_r30134. 95/878
10878 Installing : 2:texlive-makeindex-svn26689.2.12-32.el7.noarch 96/878
10879 Installing : 2:texlive-setspace-svn24881.6.7a-32.el7.noarch 97/878
10880 Installing : 2:texlive-dvipdfmx-def-svn15878.0-32.el7.noarch 98/878
10881 Installing : 2:texlive-gsftopk-bin-svn26509.0-32.20130427_r30134.el 99/878
10882 Installing : 2:texlive-gsftopk-svn26689.1.19.2-32.el7.noarch 100/878
10883 Installing : 2:texlive-texlive.infra-bin-svn22566.0-32.20130427_r30 101/878
10884 Installing : 2:texlive-texlive.infra-svn28217.0-32.el7.noarch 102/878
10885 Installing : 2:texlive-float-svn15878.1.3d-32.el7.noarch 103/878
10886 Installing : 2:texlive-footmisc-svn23330.5.5b-32.el7.noarch 104/878
10887 Installing : 2:texlive-mfware-bin-svn26509.0-32.20130427_r30134.el7 105/878
10888 Installing : 2:texlive-mfware-svn26689.0-32.el7.noarch 106/878
10889 Installing : 2:texlive-glyphlist-svn28576.0-32.el7.noarch 107/878
10890 Installing : 2:texlive-dvipdfmx-bin-svn26509.0-32.20130427_r30134.e 108/878
10891 Installing : 2:texlive-dvipdfmx-svn26765.0-32.el7.noarch 109/878
10892 Installing : 2:texlive-bibtex-svn26689.0.99d-32.el7.noarch 110/878
10893 Installing : 2:texlive-bibtex-bin-svn26509.0-32.20130427_r30134.el7 111/878
10894 Installing : 2:texlive-enumitem-svn24146.3.5.2-32.el7.noarch 112/878
10895 Installing : 2:texlive-texconfig-bin-svn27344.0-32.20130427_r30134. 113/878
10896 Installing : 2:texlive-texconfig-svn29349.0-32.el7.noarch 114/878
10897 Installing : 2:texlive-index-svn24099.4.1beta-32.el7.noarch 115/878
10898 Installing : 2:texlive-underscore-svn18261.0-32.el7.noarch 116/878
10899 Installing : 2:texlive-latexconfig-svn28991.0-32.el7.noarch 117/878
10900 Installing : 2:texlive-plain-svn26647.0-32.el7.noarch 118/878
10901 Installing : 2:texlive-tex-bin-svn26912.0-32.20130427_r30134.el7.x8 119/878
10902 Installing : 2:texlive-tex-svn26689.3.1415926-32.el7.noarch 120/878
10903 Installing : 2:texlive-natbib-svn20668.8.31b-32.el7.noarch 121/878
10904 Installing : plexus-io-2.0.5-9.el7.noarch 122/878
10905 Installing : plexus-compiler-2.2-7.el7.noarch 123/878
10906 Installing : plexus-build-api-0.0.7-11.el7.noarch 124/878
10907 Installing : boost-serialization-1.53.0-23.el7.x86_64 125/878
10908 Installing : pcre-devel-8.32-14.el7.x86_64 126/878
10909 Installing : boost-iostreams-1.53.0-23.el7.x86_64 127/878
10910 Installing : gc-7.2d-6.el7.x86_64 128/878
10911 Installing : roundcubemail-plugin-acl-assets-1.2-3.el7.kolab_3.5.no 129/878
10912 Installing : python-devel-2.7.5-16.el7.x86_64 130/878
10913 Installing : jline-1.0-8.el7.noarch 131/878
10914 Installing : geronimo-jms-1.1.1-19.el7.noarch 132/878
10915 Installing : aopalliance-1.0-8.el7.noarch 133/878
10916 Installing : apache-commons-net-3.2-8.el7.centos.noarch 134/878
10917 Installing : boost-signals-1.53.0-23.el7.x86_64 135/878
10918 Installing : centos-logos-70.0.6-2.el7.centos.noarch 136/878
10919 Installing : lighttpd-1.4.35-1.el7.x86_64 137/878
10920 Installing : boost-atomic-1.53.0-23.el7.x86_64 138/878
10921 Installing : lm_sensors-libs-3.3.4-11.el7.x86_64 139/878
10922 Installing : bea-stax-api-1.2.0-9.el7.noarch 140/878
10923 Installing : roundcubemail-plugin-managesieve-assets-1.2-3.el7.kola 141/878
10924 Installing : 1:net-snmp-libs-5.7.2-20.el7.x86_64 142/878
10925 Installing : boost-program-options-1.53.0-23.el7.x86_64 143/878
10926 Installing : roundcubemail-plugin-jqueryui-assets-1.2-3.el7.kolab_3 144/878
10927 Installing : boost-python-1.53.0-23.el7.x86_64 145/878
10928 Installing : boost-math-1.53.0-23.el7.x86_64 146/878
10929 Installing : maven-monitor-2.2.1-47.el7.noarch 147/878
10930 Installing : libcom_err-devel-1.42.9-7.el7.x86_64 148/878
10931 Installing : regexp-1.5-13.el7.noarch 149/878
10932 Installing : bcel-5.2-18.el7.noarch 150/878
10933 Installing : roundcubemail-plugin-zipdownload-assets-1.2-3.el7.kola 151/878
10934 Installing : boost-test-1.53.0-23.el7.x86_64 152/878
10935 Installing : boost-context-1.53.0-23.el7.x86_64 153/878
10936 Installing : plexus-cipher-1.7-5.el7.noarch 154/878
10937 Installing : plexus-sec-dispatcher-1.4-13.el7.noarch 155/878
10938 Installing : urw-fonts-2.4-16.el7.noarch 156/878
10939 Installing : elfutils-libelf-devel-0.160-1.el7.x86_64 157/878
10940 Installing : roundcubemail-plugin-archive-assets-1.2-3.el7.kolab_3. 158/878
10941 Installing : beust-jcommander-1.30-5.el7.noarch 159/878
10942 Installing : boost-random-1.53.0-23.el7.x86_64 160/878
10943 Installing : boost-1.53.0-23.el7.x86_64 161/878
10944 Installing : boost-devel-1.53.0-23.el7.x86_64 162/878
10945 Installing : roundcubemail-plugin-archive-skin-larry-assets-1.2-3.e 163/878
10946 Installing : elfutils-devel-0.160-1.el7.x86_64 164/878
10947 Installing : roundcubemail-plugin-zipdownload-skin-larry-assets-1.2 165/878
10948 Installing : nekohtml-1.9.14-13.el7.noarch 166/878
10949 Installing : e2fsprogs-devel-1.42.9-7.el7.x86_64 167/878
10950 Installing : roundcubemail-plugin-jqueryui-skin-larry-assets-1.2-3. 168/878
10951 Installing : 1:net-snmp-agent-libs-5.7.2-20.el7.x86_64 169/878
10952 Installing : roundcubemail-plugin-managesieve-skin-larry-assets-1.2 170/878
10953 Installing : stax2-api-3.1.1-10.el7.noarch 171/878
10954 Installing : woodstox-core-4.1.2-8.el7.noarch 172/878
10955 Installing : lm_sensors-devel-3.3.4-11.el7.x86_64 173/878
10956 Installing : rhino-1.7R4-5.el7.noarch 174/878
10957 Installing : roundcubemail-plugin-acl-skin-larry-assets-1.2-3.el7.k 175/878
10958 Installing : 5:guile-2.0.9-5.el7.x86_64 176/878
10959 Installing : gc-devel-7.2d-6.el7.x86_64 177/878
10960 Installing : xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 178/878
10961 Updating : libmount-2.23.2-22.el7_1.x86_64 179/878
10962 Updating : util-linux-2.23.2-22.el7_1.x86_64 180/878
10963 Installing : cyrus-sasl-2.1.26-17.el7.x86_64 181/878
10964 Installing : cyrus-sasl-devel-2.1.26-17.el7.x86_64 182/878
10965 Installing : libXt-devel-1.1.4-6.1.el7.x86_64 183/878
10966 Installing : jboss-jaxrpc-1.1-api-1.0.1-7.el7.noarch 184/878
10967 Installing : mesa-libGLU-devel-9.0.0-4.el7.x86_64 185/878
10968 Installing : libotf-0.9.13-4.el7.x86_64 186/878
10969 Installing : 2:texlive-euro-svn22191.1.1-32.el7.noarch 187/878
10970 Installing : aether-impl-1.13.1-13.el7.noarch 188/878
10971 Installing : 1:tix-8.4.3-12.el7.x86_64 189/878
10972 Installing : 2:texlive-csquotes-svn24393.5.1d-32.el7.noarch 190/878
10973 Installing : felix-osgi-obr-1.0.2-12.el7.noarch 191/878
10974 Installing : python-kolabformat-1.2-2.el7.kolab_3.5.x86_64 192/878
10975 Installing : roundcubemail-skin-chameleon-assets-0.3.6-1.el7.kolab_ 193/878
10976 Installing : plexus-component-api-1.0-0.16.alpha15.el7.noarch 194/878
10977 Installing : plexus-interactivity-1.0-0.14.alpha6.el7.noarch 195/878
10978 Updating : nss-sysinit-3.18.0-2.2.el7_1.x86_64 196/878
10979 Updating : nss-3.18.0-2.2.el7_1.x86_64 197/878
10980 Installing : svrcore-4.0.4-11.el7.x86_64 198/878
10981 Installing : mozldap-6.0.5-38.el7.kolab_3.5.x86_64 199/878
10982 Installing : mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 200/878
10983 Installing : nss_compat_ossl-0.9.6-8.el7.x86_64 201/878
10984 Installing : 1:js-1.8.5-17.el7.x86_64 202/878
10985 Installing : 2:texlive-fancyref-svn15878.0.9c-32.el7.noarch 203/878
10986 Installing : 2:texlive-qstest-svn15878.0-32.el7.noarch 204/878
10987 Installing : 2:texlive-rsfs-svn15878.0-32.el7.noarch 205/878
10988 Installing : 2:texlive-pxfonts-svn15878.0-32.el7.noarch 206/878
10989 Installing : 2:texlive-cm-svn29581.0-32.el7.noarch 207/878
10990 Installing : 2:texlive-txfonts-svn15878.0-32.el7.noarch 208/878
10991 Installing : 2:texlive-marvosym-svn29349.2.2a-32.el7.noarch 209/878
10992 Installing : 2:texlive-mflogo-svn17487.0-32.el7.noarch 210/878
10993 Installing : 2:texlive-eurosym-svn17265.1.4_subrfix-32.el7.noarch 211/878
10994 Installing : 2:texlive-wasy-svn15878.0-32.el7.noarch 212/878
10995 Installing : 2:texlive-microtype-svn29392.2.5-32.el7.noarch 213/878
10996 Installing : 2:texlive-sauerj-svn15878.0-32.el7.noarch 214/878
10997 Installing : 2:texlive-crop-svn15878.1.5-32.el7.noarch 215/878
10998 Installing : 2:texlive-psfrag-svn15878.3.04-32.el7.noarch 216/878
10999 Installing : 2:texlive-mparhack-svn15878.1.4-32.el7.noarch 217/878
11000 Installing : 2:texlive-lm-math-svn29044.1.958-32.el7.noarch 218/878
11001 Installing : 2:texlive-fpl-svn15878.1.002-32.el7.noarch 219/878
11002 Installing : 2:texlive-filecontents-svn24250.1.3-32.el7.noarch 220/878
11003 Installing : 2:texlive-sepnum-svn20186.2.0-32.el7.noarch 221/878
11004 Installing : 2:texlive-section-svn20180.0-32.el7.noarch 222/878
11005 Installing : 2:texlive-rcs-svn15878.0-32.el7.noarch 223/878
11006 Installing : 2:texlive-fancyhdr-svn15878.3.1-32.el7.noarch 224/878
11007 Installing : 2:texlive-symbol-svn28614.0-32.el7.noarch 225/878
11008 Installing : 2:texlive-parskip-svn19963.2.0-32.el7.noarch 226/878
11009 Installing : 2:texlive-lua-alt-getopt-svn29349.0.7.0-32.el7.noarch 227/878
11010 Installing : 2:texlive-varwidth-svn24104.0.92-32.el7.noarch 228/878
11011 Installing : 2:texlive-etex-svn22198.2.1-32.el7.noarch 229/878
11012 Installing : 2:texlive-zapfchan-svn28614.0-32.el7.noarch 230/878
11013 Installing : 2:texlive-tex-gyre-math-svn29045.0-32.el7.noarch 231/878
11014 Installing : 2:texlive-ifetex-svn24853.1.2-32.el7.noarch 232/878
11015 Installing : 2:texlive-sansmath-svn17997.1.1-32.el7.noarch 233/878
11016 Installing : 2:texlive-pspicture-svn15878.0-32.el7.noarch 234/878
11017 Installing : 2:texlive-type1cm-svn21820.0-32.el7.noarch 235/878
11018 Installing : 2:texlive-chngcntr-svn17157.1.0a-32.el7.noarch 236/878
11019 Installing : 2:texlive-ncntrsbk-svn28614.0-32.el7.noarch 237/878
11020 Installing : 2:texlive-cite-svn19955.5.3-32.el7.noarch 238/878
11021 Installing : 2:texlive-anysize-svn15878.0-32.el7.noarch 239/878
11022 Installing : 2:texlive-ntgclass-svn15878.0-32.el7.noarch 240/878
11023 Installing : 2:texlive-paralist-svn15878.2.3b-32.el7.noarch 241/878
11024 Installing : 2:texlive-hyph-utf8-svn29641.0-32.el7.noarch 242/878
11025 Installing : 2:texlive-kastrup-svn15878.0-32.el7.noarch 243/878
11026 Installing : 2:texlive-ifluatex-svn26725.1.3-32.el7.noarch 244/878
11027 Installing : 2:texlive-ec-svn25033.1.0-32.el7.noarch 245/878
11028 Installing : 2:texlive-mathpazo-svn15878.1.003-32.el7.noarch 246/878
11029 Installing : 2:texlive-times-svn28614.0-32.el7.noarch 247/878
11030 Installing : 2:texlive-cmextra-svn14075.0-32.el7.noarch 248/878
11031 Installing : 2:texlive-cmap-svn26568.0-32.el7.noarch 249/878
11032 Installing : 2:texlive-mfnfss-svn19410.0-32.el7.noarch 250/878
11033 Installing : 2:texlive-marginnote-svn25880.v1.1i-32.el7.noarch 251/878
11034 Installing : 2:texlive-bookman-svn28614.0-32.el7.noarch 252/878
11035 Installing : 2:texlive-fancybox-svn18304.1.4-32.el7.noarch 253/878
11036 Installing : 2:texlive-fix2col-svn17133.0-32.el7.noarch 254/878
11037 Installing : 2:texlive-beton-svn15878.0-32.el7.noarch 255/878
11038 Installing : 2:texlive-pst-math-svn20176.0.61-32.el7.noarch 256/878
11039 Installing : 2:texlive-mdwtools-svn15878.1.05.4-32.el7.noarch 257/878
11040 Installing : 2:texlive-palatino-svn28614.0-32.el7.noarch 258/878
11041 Installing : 2:texlive-courier-svn28614.0-32.el7.noarch 259/878
11042 Installing : 2:texlive-avantgar-svn28614.0-32.el7.noarch 260/878
11043 Installing : 2:texlive-pslatex-svn16416.0-32.el7.noarch 261/878
11044 Installing : 2:texlive-misc-svn24955.0-32.el7.noarch 262/878
11045 Installing : 2:texlive-pdftex-def-svn22653.0.06d-32.el7.noarch 263/878
11046 Installing : 2:texlive-wasysym-svn15878.2.0-32.el7.noarch 264/878
11047 Installing : 2:texlive-utopia-svn15878.0-32.el7.noarch 265/878
11048 Installing : 2:texlive-helvetic-svn28614.0-32.el7.noarch 266/878
11049 Installing : 2:texlive-soul-svn15878.2.4-32.el7.noarch 267/878
11050 Installing : 2:texlive-enctex-svn28602.0-32.el7.noarch 268/878
11051 Installing : 2:texlive-charter-svn15878.0-32.el7.noarch 269/878
11052 Installing : 2:texlive-parallel-svn15878.0-32.el7.noarch 270/878
11053 Installing : 2:texlive-textcase-svn15878.0-32.el7.noarch 271/878
11054 Installing : 2:texlive-zapfding-svn28614.0-32.el7.noarch 272/878
11055 Installing : plexus-digest-1.1-15.el7.noarch 273/878
11056 Installing : 2:texlive-collection-documentation-base-svn17091.0-32. 274/878
11057 Installing : uuid-1.6.2-26.el7.x86_64 275/878
11058 Installing : uuid-devel-1.6.2-26.el7.x86_64 276/878
11059 Installing : bea-stax-1.2.0-9.el7.noarch 277/878
11060 Installing : jansson-2.4-6.el7.x86_64 278/878
11061 Installing : python-werkzeug-0.9.6-1.el7.kolab_3.5.noarch 279/878
11062 Installing : popt-devel-1.13-16.el7.x86_64 280/878
11063 Installing : rpm-devel-4.11.1-25.el7.x86_64 281/878
11064 Installing : javassist-3.16.1-10.el7.noarch 282/878
11065 Installing : roundcubemail-plugin-libcalendaring-skin-larry-assets- 283/878
11066 Installing : python-itsdangerous-0.24-3.el7.kolab_3.5.noarch 284/878
11067 Installing : roundcubemail-plugin-kolab_config-assets-3.3-1.el7.kol 285/878
11068 Installing : jsr-305-0-0.18.20090319svn.el7.noarch 286/878
11069 Installing : maven-shared-utils-0.4-3.el7.noarch 287/878
11070 Installing : felix-osgi-foundation-1.2.0-16.el7.noarch 288/878
11071 Installing : felix-osgi-compendium-1.4.0-19.el7.noarch 289/878
11072 Installing : felix-shell-1.4.3-5.el7.noarch 290/878
11073 Installing : felix-utils-1.2.0-5.el7.noarch 291/878
11074 Installing : roundcubemail-plugin-kolab_activesync-assets-3.3-1.el7 292/878
11075 Installing : python-dateutil-1.5-7.el7.noarch 293/878
11076 Installing : gdbm-devel-1.10-8.el7.x86_64 294/878
11077 Installing : libwebp-0.3.0-3.el7.x86_64 295/878
11078 Installing : python-pillow-2.0.0-17.gitd1c6db8.el7.x86_64 296/878
11079 Installing : python-pygments-1.4-9.el7.noarch 297/878
11080 Installing : python-docutils-0.11-0.2.20130715svn7687.el7.noarch 298/878
11081 Installing : roundcubemail-plugin-libkolab-assets-3.3-1.el7.kolab_3 299/878
11082 Installing : m17n-db-1.6.4-3.el7.noarch 300/878
11083 Installing : m17n-lib-1.6.4-10.el7.x86_64 301/878
11084 Installing : CUnit-2.1.3-8.el7.x86_64 302/878
11085 Installing : roundcubemail-plugin-kolab_tags-assets-3.3-1.el7.kolab 303/878
11086 Installing : roundcubemail-plugin-kolab_folders-assets-3.3-1.el7.ko 304/878
11087 Installing : aqute-bndlib-1.50.0-8.el7.noarch 305/878
11088 Installing : roundcubemail-plugin-odfviewer-assets-3.3-1.el7.kolab_ 306/878
11089 Installing : nss-softokn-freebl-devel-3.16.2.3-9.el7.x86_64 307/878
11090 Installing : nss-softokn-devel-3.16.2.3-9.el7.x86_64 308/878
11091 Installing : nss-devel-3.18.0-2.2.el7_1.x86_64 309/878
11092 Installing : libdb-devel-5.3.21-17.el7_0.1.x86_64 310/878
11093 Installing : codehaus-parent-4-5.el7.noarch 311/878
11094 Installing : lzo-2.06-6.el7_0.2.x86_64 312/878
11095 Installing : libarchive-3.1.2-7.el7.x86_64 313/878
11096 Installing : cmake-2.8.11-4.el7.x86_64 314/878
11097 Installing : httpd-tools-2.4.6-31.el7.centos.x86_64 315/878
11098 Installing : httpd-2.4.6-31.el7.centos.x86_64 316/878
11099 Installing : libverto-devel-0.2.5-4.el7.x86_64 317/878
11100 Installing : python-py-1.4.14-4.el7.noarch 318/878
11101 Installing : pytz-2012d-5.el7.noarch 319/878
11102 Installing : roundcubemail-plugin-pdfviewer-assets-3.3-1.el7.kolab_ 320/878
11103 Installing : libtidy-0.99.0-31.20091203.el7.x86_64 321/878
11104 Installing : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-1. 322/878
11105 Installing : cal10n-0.7.7-4.el7.noarch 323/878
11106 Installing : sonatype-oss-parent-7-6.el7.noarch 324/878
11107 Installing : sac-1.3-17.el7.noarch 325/878
11108 Installing : roundcubemail-plugin-calendar-assets-3.3-1.el7.kolab_3 326/878
11109 Installing : jboss-interceptors-1.1-api-1.0.2-0.9.20120319git49a904 327/878
11110 Installing : roundcubemail-plugin-kolab_addressbook-assets-3.3-1.el 328/878
11111 Installing : roundcubemail-plugin-kolab_addressbook-skin-larry-asse 329/878
11112 Installing : color-filesystem-1-13.el7.noarch 330/878
11113 Installing : icc-profiles-openicc-1.3.1-5.el7.noarch 331/878
11114 Installing : easymock2-2.5.2-12.el7.noarch 332/878
11115 Installing : junit-4.11-8.el7.noarch 333/878
11116 Installing : qdox-1.12.1-9.el7.noarch 334/878
11117 Installing : hamcrest-1.3-6.el7.noarch 335/878
11118 Installing : xpp3-1.1.3.8-11.el7.noarch 336/878
11119 Installing : kxml-2.3.0-5.el7.noarch 337/878
11120 Installing : felix-bundlerepository-1.6.6-15.el7.noarch 338/878
11121 Installing : libXv-devel-1.0.9-2.1.el7.x86_64 339/878
11122 Installing : 1:qt-devel-4.8.5-8.el7.x86_64 340/878
11123 Installing : ghostscript-fonts-5.50-32.el7.noarch 341/878
11124 Installing : ghostscript-9.07-18.el7.x86_64 342/878
11125 Installing : liblockfile-1.08-17.el7.x86_64 343/878
11126 Installing : 1:emacs-common-24.3-11.el7.x86_64 344/878
11127 Installing : libsepol-devel-2.1.9-3.el7.x86_64 345/878
11128 Installing : libselinux-devel-2.2.2-6.el7.x86_64 346/878
11129 Installing : roundcubemail-core-assets-1.2-3.el7.kolab_3.5.noarch 347/878
11130 Installing : http-parser-2.0-4.20121128gitcd01361.el7.x86_64 348/878
11131 Installing : roundcubemail-plugin-libcalendaring-assets-3.3-1.el7.k 349/878
11132 Installing : base64coder-20101219-10.el7.noarch 350/878
11133 Installing : snakeyaml-1.11-8.el7.noarch 351/878
11134 Installing : js-uglify-2.4.13-5.el7.noarch 352/878
11135 Installing : unixODBC-2.3.1-10.el7.x86_64 353/878
11136 Installing : python-pyasn1-0.1.6-2.el7.noarch 354/878
11137 Installing : apache-commons-lang3-3.1-9.el7.noarch 355/878
11138 Installing : 1:gmp-devel-6.0.0-11.el7.x86_64 356/878
11139 Installing : geronimo-annotation-1.0-15.el7.noarch 357/878
11140 Installing : dejavu-fonts-common-2.33-6.el7.noarch 358/878
11141 Installing : dejavu-sans-mono-fonts-2.33-6.el7.noarch 359/878
11142 Installing : jna-3.5.2-8.el7.x86_64 360/878
11143 Installing : netpbm-10.61.02-9.el7.x86_64 361/878
11144 Installing : netpbm-progs-10.61.02-9.el7.x86_64 362/878
11145 Installing : javamail-1.4.6-8.el7.noarch 363/878
11146 Installing : log4j-1.2.17-15.el7.noarch 364/878
11147 Installing : apache-commons-logging-1.1.2-7.el7.noarch 365/878
11148 Installing : avalon-framework-4.3-10.el7.noarch 366/878
11149 Installing : avalon-logkit-2.1-14.el7.noarch 367/878
11150 Installing : apache-commons-beanutils-1.8.3-14.el7.noarch 368/878
11151 Installing : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 369/878
11152 Installing : slf4j-1.7.4-3.el7.noarch 370/878
11153 Installing : google-guice-3.1.3-9.el7.noarch 371/878
11154 Installing : httpcomponents-client-4.2.5-5.el7_0.noarch 372/878
11155 Installing : apache-commons-digester-1.8.1-19.el7.noarch 373/878
11156 Installing : apache-commons-validator-1.4.0-8.el7.noarch 374/878
11157 Installing : xmlgraphics-commons-1.5-3.el7.noarch 375/878
11158 Installing : apache-commons-jexl-2.1.1-9.el7.noarch 376/878
11159 Installing : bsf-2.4.0-19.el7.noarch 377/878
11160 Installing : bsh-1.3.0-29.el7.noarch 378/878
11161 Installing : testng-6.8.7-3.el7.noarch 379/878
11162 Installing : python-ply-3.4-4.el7.noarch 380/878
11163 Installing : python-pycparser-2.10-1.el7.kolab_3.5.noarch 381/878
11164 Installing : felix-framework-4.2.1-5.el7.noarch 382/878
11165 Installing : xbean-3.13-6.el7.noarch 383/878
11166 Installing : plexus-containers-container-default-1.5.5-14.el7.noarc 384/878
11167 Installing : maven-settings-2.2.1-47.el7.noarch 385/878
11168 Installing : maven-doxia-logging-api-1.4-5.el7.noarch 386/878
11169 Installing : maven-doxia-sink-api-1.4-5.el7.noarch 387/878
11170 Installing : maven-doxia-core-1.4-5.el7.noarch 388/878
11171 Installing : 1:maven-reporting-api-3.0-5.el7.noarch 389/878
11172 Installing : plexus-i18n-1.0-0.6.b10.4.el7.noarch 390/878
11173 Installing : maven-doxia-module-xdoc-1.4-5.el7.noarch 391/878
11174 Installing : maven-doxia-module-apt-1.4-5.el7.noarch 392/878
11175 Installing : maven-doxia-module-xhtml-1.4-5.el7.noarch 393/878
11176 Installing : maven-doxia-module-fml-1.4-5.el7.noarch 394/878
11177 Installing : maven-plugin-registry-2.2.1-47.el7.noarch 395/878
11178 Installing : maven-profile-2.2.1-47.el7.noarch 396/878
11179 Installing : plexus-resources-1.0-0.15.a7.el7.noarch 397/878
11180 Installing : plexus-cli-1.2-20.el7.noarch 398/878
11181 Installing : roundcubemail-plugin-calendar-skin-larry-assets-3.3-1. 399/878
11182 Installing : 1:v8-3.14.5.10-17.el7.x86_64 400/878
11183 Installing : zziplib-0.13.62-5.el7.x86_64 401/878
11184 Installing : 2:texlive-luatex-bin-svn26912.0-32.20130427_r30134.el7 402/878
11185 Installing : 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch 403/878
11186 Installing : 2:texlive-luaotfload-bin-svn18579.0-32.20130427_r30134 404/878
11187 Installing : 2:texlive-luaotfload-svn26718.1.26-32.el7.noarch 405/878
11188 Installing : 2:texlive-luatexbase-svn22560.0.31-32.el7.noarch 406/878
11189 Installing : 2:texlive-memoir-svn21638.3.6j_patch_6.0g-32.el7.noarc 407/878
11190 Installing : 2:texlive-pgf-svn22614.2.10-32.el7.noarch 408/878
11191 Installing : 2:texlive-xcolor-svn15878.2.11-32.el7.noarch 409/878
11192 Installing : 2:texlive-thumbpdf-bin-svn6898.0-32.20130427_r30134.el 410/878
11193 Installing : 2:texlive-thumbpdf-svn26689.3.15-32.el7.noarch 411/878
11194 Installing : 2:texlive-attachfile-svn21866.v1.5b-32.el7.noarch 412/878
11195 Installing : 2:texlive-babelbib-svn25245.1.31-32.el7.noarch 413/878
11196 Installing : 2:texlive-babel-svn24756.3.8m-32.el7.noarch 414/878
11197 Installing : 2:texlive-bera-svn20031.0-32.el7.noarch 415/878
11198 Installing : 2:texlive-xunicode-svn23897.0.981-32.el7.noarch 416/878
11199 Installing : 2:texlive-tipa-svn29349.1.3-32.el7.noarch 417/878
11200 Installing : 2:texlive-algorithms-svn15878.0.1-32.el7.noarch 418/878
11201 Installing : 2:texlive-latex-svn27907.0-32.el7.noarch 419/878
11202 Installing : 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch 420/878
11203 Installing : 2:texlive-geometry-svn19716.5.6-32.el7.noarch 421/878
11204 Installing : 2:texlive-currfile-svn29012.0.7b-32.el7.noarch 422/878
11205 Installing : 2:texlive-filehook-svn24280.0.5d-32.el7.noarch 423/878
11206 Installing : 2:texlive-breakurl-svn15878.1.30-32.el7.noarch 424/878
11207 Installing : 2:texlive-pst-fill-svn15878.1.01-32.el7.noarch 425/878
11208 Installing : 2:texlive-pst-grad-svn15878.1.06-32.el7.noarch 426/878
11209 Installing : 2:texlive-l3packages-svn29361.SVN_4467-32.el7.noarch 427/878
11210 Installing : 2:texlive-lualatex-math-svn29346.1.2-32.el7.noarch 428/878
11211 Installing : 2:texlive-unicode-math-svn29413.0.7d-32.el7.noarch 429/878
11212 Installing : 2:texlive-fontspec-svn29412.v2.3a-32.el7.noarch 430/878
11213 Installing : 2:texlive-l3kernel-svn29409.SVN_4469-32.el7.noarch 431/878
11214 Installing : 2:texlive-showexpl-svn27790.v0.3j-32.el7.noarch 432/878
11215 Installing : 2:texlive-ms-svn24467.0-32.el7.noarch 433/878
11216 Installing : 2:texlive-koma-script-svn27255.3.11b-32.el7.noarch 434/878
11217 Installing : 2:texlive-listings-svn15878.1.4-32.el7.noarch 435/878
11218 Installing : 2:texlive-oberdiek-svn26725.0-32.el7.noarch 436/878
11219 Installing : 2:texlive-eso-pic-svn21515.2.0c-32.el7.noarch 437/878
11220 Installing : 2:texlive-fancyvrb-svn18492.2.8-32.el7.noarch 438/878
11221 Installing : 2:texlive-pst-text-svn15878.1.00-32.el7.noarch 439/878
11222 Installing : 2:texlive-pst-node-svn27799.1.25-32.el7.noarch 440/878
11223 Installing : 2:texlive-pst-eps-svn15878.1.0-32.el7.noarch 441/878
11224 Installing : 2:texlive-pst-plot-svn28729.1.44-32.el7.noarch 442/878
11225 Installing : 2:texlive-pst-coil-svn24020.1.06-32.el7.noarch 443/878
11226 Installing : 2:texlive-pst-tree-svn24142.1.12-32.el7.noarch 444/878
11227 Installing : 2:texlive-pstricks-add-svn28750.3.59-32.el7.noarch 445/878
11228 Installing : 2:texlive-pst-3d-svn17257.1.10-32.el7.noarch 446/878
11229 Installing : 2:texlive-pstricks-svn29678.2.39-32.el7.noarch 447/878
11230 Installing : 2:texlive-latex-bin-bin-svn14050.0-32.20130427_r30134. 448/878
11231 Installing : 2:texlive-latex-bin-svn26689.0-32.el7.noarch 449/878
11232 Installing : 2:texlive-rotating-svn16832.2.16b-32.el7.noarch 450/878
11233 Installing : 2:texlive-amscls-svn29207.0-32.el7.noarch 451/878
11234 Installing : 2:texlive-collection-basic-svn26314.0-32.20130427_r301 452/878
11235 Installing : 2:texlive-ctable-svn26694.1.23-32.el7.noarch 453/878
11236 Installing : 2:texlive-pst-slpe-svn24391.1.31-32.el7.noarch 454/878
11237 Installing : 2:texlive-pst-blur-svn15878.2.0-32.el7.noarch 455/878
11238 Installing : 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch 456/878
11239 Installing : 2:texlive-seminar-svn18322.1.5-32.el7.noarch 457/878
11240 Installing : 2:texlive-pdfpages-svn27574.0.4t-32.el7.noarch 458/878
11241 Installing : 2:texlive-tex-gyre-svn18651.2.004-32.el7.noarch 459/878
11242 Installing : 2:texlive-mh-svn29420.0-32.el7.noarch 460/878
11243 Installing : 2:texlive-l3experimental-svn29361.SVN_4467-32.el7.noar 461/878
11244 Installing : 2:texlive-metalogo-svn18611.0.12-32.el7.noarch 462/878
11245 Installing : 2:texlive-ltxmisc-svn21927.0-32.el7.noarch 463/878
11246 Installing : 2:texlive-ucs-svn27549.2.1-32.el7.noarch 464/878
11247 Installing : 2:texlive-beamer-svn29349.3.26-32.el7.noarch 465/878
11248 Installing : 2:texlive-cm-super-svn15878.0-32.el7.noarch 466/878
11249 Installing : 2:texlive-collection-fontsrecommended-svn28082.0-32.20 467/878
11250 Installing : 2:texlive-ae-svn15878.1.4-32.el7.noarch 468/878
11251 Installing : 2:texlive-collection-latex-svn25030.0-32.20130427_r301 469/878
11252 Installing : 2:texlive-jknapltx-svn19440.0-32.el7.noarch 470/878
11253 Installing : 2:texlive-typehtml-svn17134.0-32.el7.noarch 471/878
11254 Installing : 2:texlive-extsizes-svn17263.1.4a-32.el7.noarch 472/878
11255 Installing : 2:texlive-collection-latexrecommended-svn25795.0-32.20 473/878
11256 Installing : antlr-tool-2.7.7-30.el7.noarch 474/878
11257 Installing : ws-jaxme-0.5.2-10.el7.noarch 475/878
11258 Installing : jdom-1.1.3-6.el7.noarch 476/878
11259 Installing : jaxen-1.1.3-11.el7.noarch 477/878
11260 Installing : dom4j-1.6.1-20.el7.noarch 478/878
11261 Installing : apache-commons-jxpath-1.3-20.el7.noarch 479/878
11262 Installing : SDL-1.2.15-11.el7.x86_64 480/878
11263 Installing : wxGTK-2.8.12-13.el7.x86_64 481/878
11264 Installing : wxGTK-gl-2.8.12-13.el7.x86_64 482/878
11265 Installing : jai-imageio-core-1.2-0.14.20100217cvs.el7.noarch 483/878
11266 Installing : batik-1.8-0.12.svn1230816.el7.noarch 484/878
11267 Installing : fop-1.1-6.el7.noarch 485/878
11268 Installing : roundcubemail-plugin-kolab_auth-assets-3.3-1.el7.kolab 486/878
11269 Installing : t1lib-5.1.2-14.el7.x86_64 487/878
11270 Installing : bc-1.06.95-13.el7.x86_64 488/878
11271 Installing : roundcubemail-plugin-kolab_notes-assets-3.3-1.el7.kola 489/878
11272 Installing : roundcubemail-plugin-kolab_tags-skin-larry-assets-3.3- 490/878
11273 Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 491/878
11274 Installing : krb5-devel-1.12.2-14.el7.x86_64 492/878
11275 Installing : 1:openssl-devel-1.0.1e-42.el7.4.x86_64 493/878
11276 Installing : tcp_wrappers-devel-7.6-77.el7.x86_64 494/878
11277 Installing : jboss-parent-6-12.el7.noarch 495/878
11278 Installing : 1:libuv-0.10.34-1.el7.x86_64 496/878
11279 Installing : roundcubemail-plugin-tasklist-assets-3.3-1.el7.kolab_3 497/878
11280 Installing : roundcubemail-plugin-kolab_files-skin-larry-assets-3.3 498/878
11281 Installing : jboss-el-2.2-api-1.0.1-0.7.20120212git2fabd8.el7.noarc 499/878
11282 Installing : jboss-transaction-1.1-api-1.0.1-8.el7.noarch 500/878
11283 Installing : jboss-ejb-3.1-api-1.0.2-10.el7.noarch 501/878
11284 Installing : cdi-api-1.0-11.SP4.el7.noarch 502/878
11285 Installing : sisu-inject-bean-2.3.0-11.el7.noarch 503/878
11286 Installing : sisu-inject-plexus-2.3.0-11.el7.noarch 504/878
11287 Installing : roundcubemail-plugin-filesystem_attachments-assets-1.2 505/878
11288 Installing : lksctp-tools-1.0.13-3.el7.x86_64 506/878
11289 Installing : erlang-kernel-R16B-03.10.el7.x86_64 507/878
11290 Installing : erlang-syntax_tools-R16B-03.10.el7.x86_64 508/878
11291 Installing : erlang-erts-R16B-03.10.el7.x86_64 509/878
11292 Installing : erlang-crypto-R16B-03.10.el7.x86_64 510/878
11293 Installing : erlang-hipe-R16B-03.10.el7.x86_64 511/878
11294 Installing : erlang-compiler-R16B-03.10.el7.x86_64 512/878
11295 Installing : erlang-stdlib-R16B-03.10.el7.x86_64 513/878
11296 Installing : erlang-gs-R16B-03.10.el7.x86_64 514/878
11297 Installing : erlang-mnesia-R16B-03.10.el7.x86_64 515/878
11298 Installing : erlang-runtime_tools-R16B-03.10.el7.x86_64 516/878
11299 Installing : erlang-wx-R16B-03.10.el7.x86_64 517/878
11300 Installing : erlang-snmp-R16B-03.10.el7.x86_64 518/878
11301 Installing : erlang-asn1-R16B-03.10.el7.x86_64 519/878
11302 Installing : erlang-xmerl-R16B-03.10.el7.x86_64 520/878
11303 Installing : erlang-public_key-R16B-03.10.el7.x86_64 521/878
11304 Installing : erlang-ssl-R16B-03.10.el7.x86_64 522/878
11305 Installing : erlang-inets-R16B-03.10.el7.x86_64 523/878
11306 Installing : erlang-tools-R16B-03.10.el7.x86_64 524/878
11307 Installing : erlang-orber-R16B-03.10.el7.x86_64 525/878
11308 Installing : erlang-sasl-R16B-03.10.el7.x86_64 526/878
11309 Installing : erlang-cosEvent-R16B-03.10.el7.x86_64 527/878
11310 Installing : erlang-edoc-R16B-03.10.el7.x86_64 528/878
11311 Installing : erlang-debugger-R16B-03.10.el7.x86_64 529/878
11312 Installing : erlang-et-R16B-03.10.el7.x86_64 530/878
11313 Installing : erlang-webtool-R16B-03.10.el7.x86_64 531/878
11314 Installing : erlang-observer-R16B-03.10.el7.x86_64 532/878
11315 Installing : erlang-test_server-R16B-03.10.el7.x86_64 533/878
11316 Installing : erlang-cosTime-R16B-03.10.el7.x86_64 534/878
11317 Installing : erlang-cosNotification-R16B-03.10.el7.x86_64 535/878
11318 Installing : erlang-reltool-R16B-03.10.el7.x86_64 536/878
11319 Installing : erlang-cosProperty-R16B-03.10.el7.x86_64 537/878
11320 Installing : erlang-ssh-R16B-03.10.el7.x86_64 538/878
11321 Installing : erlang-common_test-R16B-03.10.el7.x86_64 539/878
11322 Installing : erlang-otp_mibs-R16B-03.10.el7.x86_64 540/878
11323 Installing : erlang-pman-R16B-03.10.el7.x86_64 541/878
11324 Installing : erlang-parsetools-R16B-03.10.el7.x86_64 542/878
11325 Installing : erlang-eunit-R16B-03.10.el7.x86_64 543/878
11326 Installing : erlang-erl_interface-R16B-03.10.el7.x86_64 544/878
11327 Installing : erlang-tv-R16B-03.10.el7.x86_64 545/878
11328 Installing : erlang-os_mon-R16B-03.10.el7.x86_64 546/878
11329 Installing : erlang-cosFileTransfer-R16B-03.10.el7.x86_64 547/878
11330 Installing : erlang-cosEventDomain-R16B-03.10.el7.x86_64 548/878
11331 Installing : erlang-megaco-R16B-03.10.el7.x86_64 549/878
11332 Installing : erlang-erl_docgen-R16B-03.10.el7.x86_64 550/878
11333 Installing : erlang-cosTransactions-R16B-03.10.el7.x86_64 551/878
11334 Installing : erlang-percept-R16B-03.10.el7.x86_64 552/878
11335 Installing : erlang-appmon-R16B-03.10.el7.x86_64 553/878
11336 Installing : erlang-eldap-R16B-03.10.el7.x86_64 554/878
11337 Installing : erlang-diameter-R16B-03.10.el7.x86_64 555/878
11338 Installing : erlang-toolbar-R16B-03.10.el7.x86_64 556/878
11339 Installing : erlang-ic-R16B-03.10.el7.x86_64 557/878
11340 Installing : erlang-getopt-0.7.0-1.el7.x86_64 558/878
11341 Installing : erlang-mustache-0.1.0-8.el7.kolab_3.5.x86_64 559/878
11342 Installing : erlang-protobuffs-0.8.0-8.el7.kolab_3.5.x86_64 560/878
11343 Installing : erlang-odbc-R16B-03.10.el7.x86_64 561/878
11344 Installing : erlang-jinterface-R16B-03.10.el7.x86_64 562/878
11345 Installing : roundcubemail-plugin-kolab_activesync-skin-larry-asset 563/878
11346 Installing : roundcubemail-plugin-kolab_delegation-assets-3.3-1.el7 564/878
11347 Installing : pyserial-2.6-5.el7.noarch 565/878
11348 Installing : pyparsing-1.5.6-9.el7.noarch 566/878
11349 Installing : systemtap-sdt-devel-2.6-10.el7_1.x86_64 567/878
11350 Installing : jzlib-1.1.1-6.el7.noarch 568/878
11351 Installing : jsch-0.1.50-5.el7.noarch 569/878
11352 Installing : apache-commons-vfs-2.0-11.el7.noarch 570/878
11353 Installing : apache-commons-configuration-1.9-8.el7.noarch 571/878
11354 Installing : maven-doxia-module-fo-1.4-5.el7.noarch 572/878
11355 Installing : libmcrypt-2.5.8-13.el7.x86_64 573/878
11356 Installing : roundcubemail-plugin-kolab_delegation-skin-larry-asset 574/878
11357 Installing : roundcubemail-plugin-password-assets-1.2-3.el7.kolab_3 575/878
11358 Installing : jakarta-oro-2.0.8-16.el7.noarch 576/878
11359 Installing : velocity-1.7-10.el7.noarch 577/878
11360 Installing : plexus-velocity-1.1.8-16.el7.noarch 578/878
11361 Installing : maven-doxia-sitetools-1.4-3.el7.noarch 579/878
11362 Installing : jsoup-1.6.1-10.el7.noarch 580/878
11363 Installing : maven-wagon-2.4-3.el7.noarch 581/878
11364 Installing : aether-connector-wagon-1.13.1-13.el7.noarch 582/878
11365 Installing : maven-3.0.5-16.el7.noarch 583/878
11366 Installing : maven-artifact-manager-2.2.1-47.el7.noarch 584/878
11367 Installing : maven-project-2.2.1-47.el7.noarch 585/878
11368 Installing : maven-plugin-descriptor-2.2.1-47.el7.noarch 586/878
11369 Installing : maven-common-artifact-filters-1.4-11.el7.noarch 587/878
11370 Installing : maven-toolchain-2.2.1-47.el7.noarch 588/878
11371 Installing : maven-filtering-1.1-3.el7.noarch 589/878
11372 Installing : maven-reporting-impl-2.2-8.el7.noarch 590/878
11373 Installing : 1:maven-shared-io-1.1-7.el7.noarch 591/878
11374 Installing : 1:maven-file-management-1.2.1-8.el7.noarch 592/878
11375 Installing : maven-enforcer-api-1.2-8.el7.noarch 593/878
11376 Installing : maven-resources-plugin-2.6-6.el7.noarch 594/878
11377 Installing : 1:maven-repository-builder-1.0-0.5.alpha2.el7.noarch 595/878
11378 Installing : plexus-containers-component-metadata-1.5.5-14.el7.noar 596/878
11379 Installing : maven-doxia-tools-1.4-14.el7.noarch 597/878
11380 Installing : modello-1.7-4.el7.noarch 598/878
11381 Installing : maven-scm-1.8.1-2.el7.noarch 599/878
11382 Installing : buildnumber-maven-plugin-1.2-7.el7.noarch 600/878
11383 Installing : maven-antrun-plugin-1.7-8.el7.noarch 601/878
11384 Installing : weld-parent-17-9.el7.noarch 602/878
11385 Installing : maven-shared-incremental-1.1-6.el7.noarch 603/878
11386 Installing : maven-compiler-plugin-3.1-4.el7.noarch 604/878
11387 Installing : 1:maven-artifact-resolver-1.0-10.el7.noarch 605/878
11388 Installing : maven-remote-resources-plugin-1.4-7.el7.noarch 606/878
11389 Installing : maven-reporting-exec-1.1-4.el7.noarch 607/878
11390 Installing : python-zope-interface-4.0.5-4.el7.x86_64 608/878
11391 Installing : roundcubemail-plugin-kolab_files-assets-3.3-1.el7.kola 609/878
11392 Installing : perl-ExtUtils-Manifest-1.61-244.el7.noarch 610/878
11393 Installing : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 611/878
11394 Installing : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 612/878
11395 Installing : perl-ExtUtils-Install-1.58-285.el7.noarch 613/878
11396 Installing : 4:perl-devel-5.16.3-285.el7.x86_64 614/878
11397 Installing : xz-java-1.3-3.el7.noarch 615/878
11398 Installing : apache-commons-compress-1.5-4.el7.noarch 616/878
11399 Installing : plexus-archiver-2.4.2-4.el7.noarch 617/878
11400 Installing : maven-archiver-2.5-9.el7.noarch 618/878
11401 Installing : apache-rat-0.8-13.el7.noarch 619/878
11402 Installing : apache-rat-core-0.8-13.el7.noarch 620/878
11403 Installing : apache-rat-tasks-0.8-13.el7.noarch 621/878
11404 Installing : maven-jar-plugin-2.4-8.el7.noarch 622/878
11405 Installing : maven-source-plugin-2.2.1-7.el7.noarch 623/878
11406 Installing : forge-parent-31-2.el7.noarch 624/878
11407 Installing : spice-parent-15-11.el7.noarch 625/878
11408 Installing : plexus-pom-3.3.1-5.el7.noarch 626/878
11409 Installing : plexus-components-pom-1.2-7.el7.noarch 627/878
11410 Installing : maven-javadoc-plugin-2.9-8.el7.noarch 628/878
11411 Installing : maven-site-plugin-3.2-7.el7.noarch 629/878
11412 Installing : httpcomponents-project-6-4.el7.noarch 630/878
11413 Installing : maven-assembly-plugin-2.4-8.el7.noarch 631/878
11414 Installing : maven-plugin-testing-harness-2.1-11.el7.noarch 632/878
11415 Installing : apache-rat-plugin-0.8-13.el7.noarch 633/878
11416 Installing : roundcubemail-plugin-kolab_notes-skin-larry-assets-3.3 634/878
11417 Installing : libcurl-devel-7.29.0-19.el7.x86_64 635/878
11418 Installing : libzip-0.10.1-8.el7.x86_64 636/878
11419 Installing : php-common-5.4.16-23.el7_0.3.x86_64 637/878
11420 Installing : php-mbstring-5.4.16-23.el7_0.3.x86_64 638/878
11421 Installing : php-xml-5.4.16-23.el7_0.3.x86_64 639/878
11422 Installing : php-cli-5.4.16-23.el7_0.3.x86_64 640/878
11423 Installing : php-symfony-common-2.5.11-1.el7.noarch 641/878
11424 Installing : php-symfony-class-loader-2.5.11-1.el7.noarch 642/878
11425 Installing : php-phpunit-Text-Template-1.2.0-5.el7.noarch 643/878
11426 Installing : php-pdo-5.4.16-23.el7_0.3.x86_64 644/878
11427 Installing : php-doctrine-instantiator-1.0.4-1.el7.noarch 645/878
11428 Installing : php-symfony-http-foundation-2.5.11-1.el7.noarch 646/878
11429 Installing : php-symfony-process-2.5.11-1.el7.noarch 647/878
11430 Installing : php-symfony-yaml-2.5.11-1.el7.noarch 648/878
11431 Installing : php-symfony-finder-2.5.11-1.el7.noarch 649/878
11432 Installing : php-devel-5.4.16-23.el7_0.3.x86_64 650/878
11433 Installing : php-phpunit-Version-1.0.5-1.el7.noarch 651/878
11434 Installing : php-phpunit-File-Iterator-1.4.0-1.el7.noarch 652/878
11435 Installing : php-phpunit-diff-1.3.0-1.el7.noarch 653/878
11436 Installing : php-sebastian-recursion-context-1.0.0-1.el7.noarch 654/878
11437 Installing : php-phpunit-exporter-1.2.0-1.el7.noarch 655/878
11438 Installing : php-phpunit-comparator-1.1.1-1.el7.noarch 656/878
11439 Installing : php-PsrLog-1.0.0-6.el7.noarch 657/878
11440 Installing : php-phpunit-PHP-Timer-1.0.5-5.el7.noarch 658/878
11441 Installing : php-phpunit-environment-1.2.2-1.el7.noarch 659/878
11442 Installing : php-ldap-5.4.16-23.el7_0.3.x86_64 660/878
11443 Installing : php-process-5.4.16-23.el7_0.3.x86_64 661/878
11444 Installing : 1:php-pear-1.9.4-21.el7.noarch 662/878
11445 Installing : php-pear-Auth-SASL-1.0.6-5.el7.noarch 663/878
11446 Installing : php-pear-Mail-Mime-1.8.9-1.el7.noarch 664/878
11447 Installing : php-pear-Net-Socket-1.0.14-1.el7.noarch 665/878
11448 Installing : php-pear-Net-LDAP2-2.1.0-1.el7.noarch 666/878
11449 Installing : php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch 667/878
11450 Installing : php-pear-MDB2-2.5.0-0.9.b5.el7.noarch 668/878
11451 Installing : php-pear-Net-SMTP-1.6.2-1.el7.noarch 669/878
11452 Installing : php-pear-Net-Sieve-1.3.4-1.el7.noarch 670/878
11453 Installing : php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch 671/878
11454 Installing : php-pear-DB-1.7.14-6.el7.noarch 672/878
11455 Installing : php-pear-Net-IDNA2-0.1.1-10.el7.noarch 673/878
11456 Installing : php-pear-Net-URL2-2.1.1-1.el7.noarch 674/878
11457 Installing : php-pear-HTTP-Request2-2.2.1-1.el7.noarch 675/878
11458 Installing : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 676/878
11459 Installing : libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64 677/878
11460 Installing : php-mysqlnd-5.4.16-23.el7_0.3.x86_64 678/878
11461 Installing : php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch 679/878
11462 Installing : php-symfony-filesystem-2.5.11-1.el7.noarch 680/878
11463 Installing : php-symfony-config-2.5.11-1.el7.noarch 681/878
11464 Installing : php-symfony-dependency-injection-2.5.11-1.el7.noarch 682/878
11465 Installing : php-symfony-css-selector-2.5.11-1.el7.noarch 683/878
11466 Installing : php-symfony-dom-crawler-2.5.11-1.el7.noarch 684/878
11467 Installing : php-symfony-browser-kit-2.5.11-1.el7.noarch 685/878
11468 Installing : php-symfony-console-2.5.11-1.el7.noarch 686/878
11469 Installing : php-symfony-event-dispatcher-2.5.11-1.el7.noarch 687/878
11470 Installing : php-symfony-debug-2.5.11-1.el7.noarch 688/878
11471 Installing : php-symfony-http-kernel-2.5.11-1.el7.noarch 689/878
11472 Installing : php-jsonlint-1.3.1-1.el7.noarch 690/878
11473 Installing : php-JsonSchema-1.4.1-1.el7.kolab_3.5.noarch 691/878
11474 Installing : php-Smarty-3.1.21-1.el7.noarch 692/878
11475 Installing : php-sabre-event-1.0.1-1.el7.kolab_3.5.noarch 693/878
11476 Installing : php-sebastian-global-state-1.0.0-1.el7.noarch 694/878
11477 Installing : php-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64 695/878
11478 Installing : php-tidy-5.4.16-3.el7.x86_64 696/878
11479 Installing : php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noar 697/878
11480 Installing : php-phpspec-prophecy-1.4.0-1.el7.noarch 698/878
11481 Installing : php-seld-phar-utils-1.0.0-1.el7.kolab_3.5.noarch 699/878
11482 Installing : php-intl-5.4.16-23.el7_0.3.x86_64 700/878
11483 Installing : php-phpunit-PHP-TokenStream-1.4.1-1.el7.noarch 701/878
11484 Installing : php-phpunit-PHP-CodeCoverage-2.0.16-1.el7.noarch 702/878
11485 Installing : php-kolabformat-1.2-2.el7.kolab_3.5.x86_64 703/878
11486 Installing : php-seld-cli-prompt-1.0.0-1.el7.kolab_3.5.noarch 704/878
11487 Installing : php-gd-5.4.16-23.el7_0.3.x86_64 705/878
11488 Installing : php-mcrypt-5.4.16-3.el7.x86_64 706/878
11489 Installing : roundcubemail-plugin-filesystem_attachments-1.2-3.el7. 707/878
11490 Installing : roundcubemail-plugin-jqueryui-skin-larry-1.2-3.el7.kol 708/878
11491 Installing : roundcubemail-plugin-jqueryui-1.2-3.el7.kolab_3.5.noar 709/878
11492 Installing : roundcubemail-core-1.2-3.el7.kolab_3.5.noarch 710/878
11493 Installing : roundcubemail-skin-larry-1.2-3.el7.kolab_3.5.noarch 711/878
11494 Installing : roundcubemail-plugin-kolab_auth-3.3-1.el7.kolab_3.5.no 712/878
11495 Installing : roundcubemail-plugin-libcalendaring-skin-larry-3.3-1.e 713/878
11496 Installing : roundcubemail-plugin-libcalendaring-3.3-1.el7.kolab_3. 714/878
11497 Installing : roundcubemail-plugin-managesieve-skin-larry-1.2-3.el7. 715/878
11498 Installing : roundcubemail-plugin-managesieve-1.2-3.el7.kolab_3.5.n 716/878
11499 Installing : roundcubemail-plugin-archive-1.2-3.el7.kolab_3.5.noarc 717/878
11500 Installing : roundcubemail-plugin-archive-skin-larry-1.2-3.el7.kola 718/878
11501 Installing : roundcubemail-plugin-acl-1.2-3.el7.kolab_3.5.noarch 719/878
11502 Installing : roundcubemail-plugin-acl-skin-larry-1.2-3.el7.kolab_3. 720/878
11503 Installing : roundcubemail-plugin-zipdownload-1.2-3.el7.kolab_3.5.n 721/878
11504 Installing : roundcubemail-plugin-zipdownload-skin-larry-1.2-3.el7. 722/878
11505 Installing : roundcubemail-plugin-libkolab-3.3-1.el7.kolab_3.5.noar 723/878
11506 Installing : roundcubemail-plugin-libkolab-skin-larry-3.3-1.el7.kol 724/878
11507 Installing : roundcubemail-plugin-kolab_tags-skin-larry-3.3-1.el7.k 725/878
11508 Installing : roundcubemail-plugin-kolab_tags-3.3-1.el7.kolab_3.5.no 726/878
11509 Installing : roundcubemail-plugin-kolab_activesync-skin-larry-3.3-1 727/878
11510 Installing : roundcubemail-plugin-kolab_activesync-3.3-1.el7.kolab_ 728/878
11511 Installing : roundcubemail-plugin-calendar-skin-larry-3.3-1.el7.kol 729/878
11512 Installing : roundcubemail-plugin-calendar-3.3-1.el7.kolab_3.5.noar 730/878
11513 Installing : roundcubemail-plugin-kolab_addressbook-skin-larry-3.3- 731/878
11514 Installing : roundcubemail-plugin-kolab_addressbook-3.3-1.el7.kolab 732/878
11515 Installing : roundcubemail-plugin-kolab_files-skin-larry-3.3-1.el7. 733/878
11516 Installing : roundcubemail-plugin-kolab_files-3.3-1.el7.kolab_3.5.n 734/878
11517 Installing : roundcubemail-plugin-kolab_delegation-skin-larry-3.3-1 735/878
11518 Installing : roundcubemail-plugin-kolab_delegation-3.3-1.el7.kolab_ 736/878
11519 Installing : roundcubemail-plugin-kolab_notes-skin-larry-3.3-1.el7. 737/878
11520 Installing : roundcubemail-plugin-kolab_notes-3.3-1.el7.kolab_3.5.n 738/878
11521 Installing : roundcubemail-plugin-kolab_folders-3.3-1.el7.kolab_3.5 739/878
11522 Installing : roundcubemail-plugin-kolab_config-3.3-1.el7.kolab_3.5. 740/878
11523 Installing : roundcubemail-plugin-odfviewer-3.3-1.el7.kolab_3.5.noa 741/878
11524 Installing : roundcubemail-plugin-pdfviewer-3.3-1.el7.kolab_3.5.noa 742/878
11525 Installing : roundcubemail-plugin-password-1.2-3.el7.kolab_3.5.noar 743/878
11526 Installing : roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.noa 744/878
11527 Installing : roundcubemail-1.2-3.el7.kolab_3.5.noarch 745/878
11528 Installing : roundcubemail-skin-chameleon-core-0.3.6-1.el7.kolab_3. 746/878
11529 Installing : php-soap-5.4.16-23.el7_0.3.x86_64 747/878
11530 Installing : php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch 748/878
11531 Installing : gd-2.0.35-26.el7.x86_64 749/878
11532 Installing : graphviz-2.30.1-19.el7.x86_64 750/878
11533 Installing : erlang-dialyzer-R16B-03.10.el7.x86_64 751/878
11534 Installing : erlang-typer-R16B-03.10.el7.x86_64 752/878
11535 Installing : erlang-examples-R16B-03.10.el7.x86_64 753/878
11536 Installing : erlang-R16B-03.10.el7.x86_64 754/878
11537 Installing : python-babel-0.9.6-8.el7.noarch 755/878
11538 Installing : python-jinja2-2.7.2-2.el7.noarch 756/878
11539 Installing : jvnet-parent-4-2.el7.noarch 757/878
11540 Installing : 2:jtidy-1.0-0.16.20100930svn1125.el7.noarch 758/878
11541 Installing : apache-resource-bundles-2-11.el7.noarch 759/878
11542 Installing : apache-parent-10-14.el7.noarch 760/878
11543 Installing : maven-parent-20-5.el7.noarch 761/878
11544 Installing : maven-plugin-tools-3.1-17.el7.noarch 762/878
11545 Installing : maven-plugin-tools-api-3.1-17.el7.noarch 763/878
11546 Installing : maven-plugin-annotations-3.1-17.el7.noarch 764/878
11547 Installing : maven-surefire-2.15-3.el7.noarch 765/878
11548 Installing : maven-surefire-provider-junit-2.15-3.el7.noarch 766/878
11549 Installing : maven-surefire-plugin-2.15-3.el7.noarch 767/878
11550 Installing : maven-surefire-provider-testng-2.15-3.el7.noarch 768/878
11551 Installing : maven-plugin-tools-annotations-3.1-17.el7.noarch 769/878
11552 Installing : xmvn-1.3.0-5.el7.noarch 770/878
11553 Installing : maven-plugin-tools-beanshell-3.1-17.el7.noarch 771/878
11554 Installing : maven-plugin-tools-generators-3.1-17.el7.noarch 772/878
11555 Installing : maven-plugin-tools-java-3.1-17.el7.noarch 773/878
11556 Installing : maven-plugin-tools-model-3.1-17.el7.noarch 774/878
11557 Installing : maven-plugin-plugin-3.1-17.el7.noarch 775/878
11558 Installing : maven-plugins-pom-23-7.el7.noarch 776/878
11559 Installing : maven-shared-19-4.el7.noarch 777/878
11560 Installing : maven-dependency-tree-2.0-6.el7.noarch 778/878
11561 Installing : maven-plugin-bundle-2.3.7-12.el7.noarch 779/878
11562 Installing : apache-commons-parent-26-8.el7.noarch 780/878
11563 Installing : geronimo-parent-poms-1.6-16.el7.noarch 781/878
11564 Installing : maven-enforcer-rules-1.2-8.el7.noarch 782/878
11565 Installing : maven-enforcer-plugin-1.2-8.el7.noarch 783/878
11566 Installing : mojo-parent-32-4.el7.noarch 784/878
11567 Installing : maven-release-2.2.1-12.el7.noarch 785/878
11568 Installing : maven-release-manager-2.2.1-12.el7.noarch 786/878
11569 Installing : maven-release-plugin-2.2.1-12.el7.noarch 787/878
11570 Installing : plexus-tools-pom-1.0.11-8.el7.noarch 788/878
11571 Installing : c-ares-1.10.0-3.el7.x86_64 789/878
11572 Installing : nodejs-0.10.36-3.el7.x86_64 790/878
11573 Installing : nodejs-uglify-to-browserify-1.0.2-2.el7.noarch 791/878
11574 Installing : ycssmin-1.0.1-6.el7.noarch 792/878
11575 Installing : nodejs-amdefine-0.0.4-1.el7.noarch 793/878
11576 Installing : nodejs-source-map-0.1.33-1.el7.noarch 794/878
11577 Installing : nodejs-wordwrap-0.0.2-4.el7.noarch 795/878
11578 Installing : nodejs-optimist-0.4.0-1.el7.noarch 796/878
11579 Installing : nodejs-async-0.2.10-1.el7.noarch 797/878
11580 Installing : roundcubemail-plugin-tasklist-skin-larry-assets-3.3-1. 798/878
11581 Installing : roundcubemail-plugin-tasklist-3.3-1.el7.kolab_3.5.noar 799/878
11582 Installing : roundcubemail-plugin-tasklist-skin-larry-3.3-1.el7.kol 800/878
11583 Installing : roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch 801/878
11584 Installing : libwmf-lite-0.2.8.4-39.el7.x86_64 802/878
11585 Installing : ImageMagick-6.7.8.9-10.el7.x86_64 803/878
11586 Installing : 1:emacs-24.3-11.el7.x86_64 804/878
11587 Installing : chwala-0.3.1-1.el7.kolab_3.5.noarch 805/878
11588 Installing : uglify-js-2.4.13-5.el7.noarch 806/878
11589 Installing : nodejs-less-1.7.0-2.el7.noarch 807/878
11590 Installing : maven-local-3.4.1-6.el7_0.noarch 808/878
11591 Installing : python-sphinx-1.1.3-8.el7.noarch 809/878
11592 Installing : 1:python-flask-0.10.1-7.el7.kolab_3.5.noarch 810/878
11593 Installing : erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64 811/878
11594 Installing : php-phpunit-PHPUnit-4.6.5-1.el7.noarch 812/878
11595 Installing : composer-1.0.0-14.el7.kolab_3.5.noarch 813/878
11596 Installing : php-sabre-http-2.0.4-1.el7.kolab_3.5.noarch 814/878
11597 Installing : libkolab-devel-0.6.git.1429288613-12.el7.kolab_3.5.x86 815/878
11598 Installing : php-sabre-vobject-3.2.4-1.el7.kolab_3.5.noarch 816/878
11599 Installing : php-5.4.16-23.el7_0.3.x86_64 817/878
11600 Installing : 1:net-snmp-devel-5.7.2-20.el7.x86_64 818/878
11601 Installing : python-twisted-core-12.2.0-4.el7.x86_64 819/878
11602 Installing : maven-install-plugin-2.4-7.el7.noarch 820/878
11603 Installing : erlang-riak_pb-2.0.0.16-9.el7.kolab_3.5.x86_64 821/878
11604 Installing : erlang-procket-0.6.1-3.el7.kolab_3.5.x86_64 822/878
11605 Installing : erlang-proper-1.1-8.el7.kolab_3.5.x86_64 823/878
11606 Installing : erlang-hamcrest-0.1.0-9.el7.kolab_3.5.x86_64 824/878
11607 Installing : erlang-riakc-2.0.1-8.el7.kolab_3.5.x86_64 825/878
11608 Installing : erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64 826/878
11609 Installing : erlang-poolboy-1.4.2-3.el7.kolab_3.5.x86_64 827/878
11610 Installing : erlang-inert-0.6.1-4.el7.kolab_3.5.x86_64 828/878
11611 Installing : erlang-iso8601-1.2-4.el7.kolab_3.5.x86_64 829/878
11612 Installing : erlang-goldrush-0.1.6-6.el7.kolab_3.5.x86_64 830/878
11613 Installing : erlang-jsx-2.4.0-4.el7.kolab_3.5.x86_64 831/878
11614 Installing : erlang-lager-2.1.0-9.el7.kolab_3.5.x86_64 832/878
11615 Installing : 1:transfig-3.2.5d-13.el7.x86_64 833/878
11616 Installing : latex2html-2012-3.el7.noarch 834/878
11617 Installing : python-cffi-0.8.6-1.el7.kolab_3.5.x86_64 835/878
11618 Installing : 5:guile-devel-2.0.9-5.el7.x86_64 836/878
11619 Installing : python-pyasn1-modules-0.1.6-2.el7.noarch 837/878
11620 Installing : python-icalendar-3.8.2-8.el7.kolab_3.5.noarch 838/878
11621 Installing : pytest-2.3.5-4.el7.noarch 839/878
11622 Installing : svrcore-devel-4.0.4-11.el7.x86_64 840/878
11623 Installing : CUnit-devel-2.1.3-8.el7.x86_64 841/878
11624 Installing : jansson-devel-2.4-6.el7.x86_64 842/878
11625 Installing : elinks-0.12-0.36.pre6.el7.x86_64 843/878
11626 Updating : nss-tools-3.18.0-2.2.el7_1.x86_64 844/878
11627 Installing : python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_6 845/878
11628 Installing : tkinter-2.7.5-16.el7.x86_64 846/878
11629 Installing : openldap-devel-2.4.39-6.el7.x86_64 847/878
11630 Installing : libuuid-devel-2.23.2-22.el7_1.x86_64 848/878
11631 Installing : libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64 849/878
11632 Installing : 1:tcl-devel-8.5.13-4.el7.x86_64 850/878
11633 Installing : python-cssmin-0.2.0-12.el7.kolab_3.5.noarch 851/878
11634 Installing : groff-1.22.2-8.el7.x86_64 852/878
11635 Installing : perl-Test-Simple-0.98-243.el7.noarch 853/878
11636 Installing : python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch 854/878
11637 Installing : libical-devel-0.48-6.el7.x86_64 855/878
11638 Installing : Cython-0.19-3.el7.x86_64 856/878
11639 Installing : python-gflags-2.0-6.el7.kolab_3.5.noarch 857/878
11640 Installing : python-sqlalchemy-0.9.7-3.el7.x86_64 858/878
11641 Installing : fdupes-1.51-6.el7.x86_64 859/878
11642 Installing : dos2unix-6.0.3-4.el7.x86_64 860/878
11643 Installing : cyrus-sasl-md5-2.1.26-17.el7.x86_64 861/878
11644 Installing : python-iso8601-0.1.10-1.el7.noarch 862/878
11645 Installing : python-six-1.9.0-2.el7.kolab_3.5.noarch 863/878
11646 Installing : tcp_wrappers-7.6-77.el7.x86_64 864/878
11647 Installing : python-ldap-2.4.15-2.el7.x86_64 865/878
11648 Installing : python-nose-1.3.0-2.el7.noarch 866/878
11649 Installing : python-pretend-1.0.8-2.el7.noarch 867/878
11650 Installing : 1:emacs-el-24.3-11.el7.noarch 868/878
11651 Installing : python-cryptography-vectors-0.8-1.el7.noarch 869/878
11652 Cleanup : nss-tools-3.16.2.3-5.el7.x86_64 870/878
11653 Cleanup : nss-3.16.2.3-5.el7.x86_64 871/878
11654 Cleanup : nss-sysinit-3.16.2.3-5.el7.x86_64 872/878
11655 Cleanup : util-linux-2.23.2-21.el7.x86_64 873/878
11656 Cleanup : libmount-2.23.2-21.el7.x86_64 874/878
11657 Cleanup : libblkid-2.23.2-21.el7.x86_64 875/878
11658 Cleanup : nss-util-3.16.2.3-2.el7.x86_64 876/878
11659 Cleanup : nspr-4.10.6-3.el7.x86_64 877/878
11660 Cleanup : libuuid-2.23.2-21.el7.x86_64 878/878
11661ERROR: SQLSTATE[HY000] [2002] No such file or directoryError 500: Error connecting to database: SQLSTATE[HY000] [2002] No such file or directory
11662 Verifying : 2:texlive-tools-svn26263.0-32.el7.noarch 1/878
11663 Verifying : libwmf-lite-0.2.8.4-39.el7.x86_64 2/878
11664 Verifying : 2:texlive-ifxetex-svn19685.0.5-32.el7.noarch 3/878
11665 Verifying : avalon-logkit-2.1-14.el7.noarch 4/878
11666 Verifying : maven-profile-2.2.1-47.el7.noarch 5/878
11667 Verifying : 2:texlive-mparhack-svn15878.1.4-32.el7.noarch 6/878
11668 Verifying : maven-wagon-2.4-3.el7.noarch 7/878
11669 Verifying : maven-plugin-registry-2.2.1-47.el7.noarch 8/878
11670 Verifying : 2:texlive-dvips-bin-svn26509.0-32.20130427_r30134.el7. 9/878
11671 Verifying : erlang-eldap-R16B-03.10.el7.x86_64 10/878
11672 Verifying : erlang-stdlib-R16B-03.10.el7.x86_64 11/878
11673 Verifying : apache-rat-core-0.8-13.el7.noarch 12/878
11674 Verifying : roundcubemail-plugin-kolab_folders-3.3-1.el7.kolab_3.5 13/878
11675 Verifying : 2:texlive-bibtex-bin-svn26509.0-32.20130427_r30134.el7 14/878
11676 Verifying : 1:openssl-devel-1.0.1e-42.el7.4.x86_64 15/878
11677 Verifying : erlang-sasl-R16B-03.10.el7.x86_64 16/878
11678 Verifying : 2:texlive-lm-math-svn29044.1.958-32.el7.noarch 17/878
11679 Verifying : roundcubemail-plugin-tasklist-skin-larry-assets-3.3-1. 18/878
11680 Verifying : 2:texlive-cm-super-svn15878.0-32.el7.noarch 19/878
11681 Verifying : plexus-archiver-2.4.2-4.el7.noarch 20/878
11682 Verifying : 2:texlive-amsfonts-svn29208.3.04-32.el7.noarch 21/878
11683 Verifying : erlang-poolboy-1.4.2-3.el7.kolab_3.5.x86_64 22/878
11684 Verifying : c-ares-1.10.0-3.el7.x86_64 23/878
11685 Verifying : nss-softokn-devel-3.16.2.3-9.el7.x86_64 24/878
11686 Verifying : xmlgraphics-commons-1.5-3.el7.noarch 25/878
11687 Verifying : erlang-inert-0.6.1-4.el7.kolab_3.5.x86_64 26/878
11688 Verifying : php-symfony-dom-crawler-2.5.11-1.el7.noarch 27/878
11689 Verifying : roundcubemail-plugin-archive-skin-larry-assets-1.2-3.e 28/878
11690 Verifying : roundcubemail-skin-larry-1.2-3.el7.kolab_3.5.noarch 29/878
11691 Verifying : libselinux-devel-2.2.2-6.el7.x86_64 30/878
11692 Verifying : apache-rat-plugin-0.8-13.el7.noarch 31/878
11693 Verifying : apache-resource-bundles-2-11.el7.noarch 32/878
11694 Verifying : erlang-iso8601-1.2-4.el7.kolab_3.5.x86_64 33/878
11695 Verifying : 2:texlive-dvipdfmx-svn26765.0-32.el7.noarch 34/878
11696 Verifying : 2:texlive-xkeyval-svn27995.2.6a-32.el7.noarch 35/878
11697 Verifying : apache-commons-logging-1.1.2-7.el7.noarch 36/878
11698 Verifying : php-pear-DB-1.7.14-6.el7.noarch 37/878
11699 Verifying : 2:jtidy-1.0-0.16.20100930svn1125.el7.noarch 38/878
11700 Verifying : erlang-percept-R16B-03.10.el7.x86_64 39/878
11701 Verifying : erlang-toolbar-R16B-03.10.el7.x86_64 40/878
11702 Verifying : maven-artifact-manager-2.2.1-47.el7.noarch 41/878
11703 Verifying : 4:perl-devel-5.16.3-285.el7.x86_64 42/878
11704 Verifying : boost-random-1.53.0-23.el7.x86_64 43/878
11705 Verifying : roundcubemail-plugin-kolab_delegation-skin-larry-3.3-1 44/878
11706 Verifying : 2:texlive-fpl-svn15878.1.002-32.el7.noarch 45/878
11707 Verifying : php-pear-Auth-SASL-1.0.6-5.el7.noarch 46/878
11708 Verifying : python-cryptography-vectors-0.8-1.el7.noarch 47/878
11709 Verifying : 2:texlive-pdftex-bin-svn27321.0-32.20130427_r30134.el7 48/878
11710 Verifying : maven-plugin-annotations-3.1-17.el7.noarch 49/878
11711 Verifying : 2:texlive-unicode-math-svn29413.0.7d-32.el7.noarch 50/878
11712 Verifying : nss-util-devel-3.18.0-1.el7_1.x86_64 51/878
11713 Verifying : 1:emacs-el-24.3-11.el7.noarch 52/878
11714 Verifying : beust-jcommander-1.30-5.el7.noarch 53/878
11715 Verifying : CUnit-devel-2.1.3-8.el7.x86_64 54/878
11716 Verifying : jvnet-parent-4-2.el7.noarch 55/878
11717 Verifying : php-phpunit-Version-1.0.5-1.el7.noarch 56/878
11718 Verifying : slf4j-1.7.4-3.el7.noarch 57/878
11719 Verifying : erlang-kernel-R16B-03.10.el7.x86_64 58/878
11720 Verifying : php-mbstring-5.4.16-23.el7_0.3.x86_64 59/878
11721 Verifying : erlang-hipe-R16B-03.10.el7.x86_64 60/878
11722 Verifying : 2:texlive-pst-slpe-svn24391.1.31-32.el7.noarch 61/878
11723 Verifying : erlang-cosFileTransfer-R16B-03.10.el7.x86_64 62/878
11724 Verifying : php-phpunit-PHPUnit-4.6.5-1.el7.noarch 63/878
11725 Verifying : 2:texlive-filecontents-svn24250.1.3-32.el7.noarch 64/878
11726 Verifying : uuid-devel-1.6.2-26.el7.x86_64 65/878
11727 Verifying : erlang-jinterface-R16B-03.10.el7.x86_64 66/878
11728 Verifying : erlang-webtool-R16B-03.10.el7.x86_64 67/878
11729 Verifying : libkolabxml-devel-1.2-2.el7.kolab_3.5.x86_64 68/878
11730 Verifying : 2:texlive-xunicode-svn23897.0.981-32.el7.noarch 69/878
11731 Verifying : apache-commons-beanutils-1.8.3-14.el7.noarch 70/878
11732 Verifying : 2:texlive-ltxmisc-svn21927.0-32.el7.noarch 71/878
11733 Verifying : python-pretend-1.0.8-2.el7.noarch 72/878
11734 Verifying : 2:texlive-kpathsea-svn28792.0-32.el7.noarch 73/878
11735 Verifying : python-babel-0.9.6-8.el7.noarch 74/878
11736 Verifying : erlang-parsetools-R16B-03.10.el7.x86_64 75/878
11737 Verifying : erlang-R16B-03.10.el7.x86_64 76/878
11738 Verifying : php-pear-HTTP-Request2-2.2.1-1.el7.noarch 77/878
11739 Verifying : php-pear-Mail-Mime-1.8.9-1.el7.noarch 78/878
11740 Verifying : php-phpunit-File-Iterator-1.4.0-1.el7.noarch 79/878
11741 Verifying : python-nose-1.3.0-2.el7.noarch 80/878
11742 Verifying : 2:texlive-collection-fontsrecommended-svn28082.0-32.20 81/878
11743 Verifying : gd-2.0.35-26.el7.x86_64 82/878
11744 Verifying : python-ldap-2.4.15-2.el7.x86_64 83/878
11745 Verifying : 2:texlive-pstricks-add-svn28750.3.59-32.el7.noarch 84/878
11746 Verifying : roundcubemail-plugin-libcalendaring-3.3-1.el7.kolab_3. 85/878
11747 Verifying : nodejs-source-map-0.1.33-1.el7.noarch 86/878
11748 Verifying : 2:texlive-sepnum-svn20186.2.0-32.el7.noarch 87/878
11749 Verifying : 2:texlive-euro-svn22191.1.1-32.el7.noarch 88/878
11750 Verifying : roundcubemail-plugin-kolab_auth-3.3-1.el7.kolab_3.5.no 89/878
11751 Verifying : 2:texlive-rsfs-svn15878.0-32.el7.noarch 90/878
11752 Verifying : 2:texlive-dvips-svn29585.0-32.el7.noarch 91/878
11753 Verifying : weld-parent-17-9.el7.noarch 92/878
11754 Verifying : svrcore-devel-4.0.4-11.el7.x86_64 93/878
11755 Verifying : php-phpunit-diff-1.3.0-1.el7.noarch 94/878
11756 Verifying : libzip-0.10.1-8.el7.x86_64 95/878
11757 Verifying : 2:texlive-mptopdf-svn26689.0-32.el7.noarch 96/878
11758 Verifying : libcurl-devel-7.29.0-19.el7.x86_64 97/878
11759 Verifying : aether-api-1.13.1-13.el7.noarch 98/878
11760 Verifying : maven-model-2.2.1-47.el7.noarch 99/878
11761 Verifying : roundcubemail-plugin-kolab_notes-skin-larry-assets-3.3 100/878
11762 Verifying : roundcubemail-plugin-archive-assets-1.2-3.el7.kolab_3. 101/878
11763 Verifying : erlang-asn1-R16B-03.10.el7.x86_64 102/878
11764 Verifying : maven-plugin-tools-beanshell-3.1-17.el7.noarch 103/878
11765 Verifying : xz-java-1.3-3.el7.noarch 104/878
11766 Verifying : php-sabre-event-1.0.1-1.el7.kolab_3.5.noarch 105/878
11767 Verifying : 2:texlive-euler-svn17261.2.5-32.el7.noarch 106/878
11768 Verifying : boost-1.53.0-23.el7.x86_64 107/878
11769 Verifying : perl-ExtUtils-Manifest-1.61-244.el7.noarch 108/878
11770 Verifying : composer-1.0.0-14.el7.kolab_3.5.noarch 109/878
11771 Verifying : elfutils-libelf-devel-0.160-1.el7.x86_64 110/878
11772 Verifying : maven-doxia-module-xdoc-1.4-5.el7.noarch 111/878
11773 Verifying : libICE-devel-1.0.8-7.el7.x86_64 112/878
11774 Verifying : 2:texlive-luatexbase-svn22560.0.31-32.el7.noarch 113/878
11775 Verifying : libcalendaring-devel-4.9.1-3.el7.kolab_3.5.x86_64 114/878
11776 Verifying : 2:texlive-microtype-svn29392.2.5-32.el7.noarch 115/878
11777 Verifying : roundcubemail-skin-chameleon-core-0.3.6-1.el7.kolab_3. 116/878
11778 Verifying : 2:texlive-section-svn20180.0-32.el7.noarch 117/878
11779 Verifying : plexus-containers-component-metadata-1.5.5-14.el7.noar 118/878
11780 Verifying : 2:texlive-subfig-svn15878.1.3-32.el7.noarch 119/878
11781 Verifying : roundcubemail-plugin-kolab_files-assets-3.3-1.el7.kola 120/878
11782 Verifying : python-zope-interface-4.0.5-4.el7.x86_64 121/878
11783 Verifying : maven-reporting-impl-2.2-8.el7.noarch 122/878
11784 Verifying : 2:texlive-pst-fill-svn15878.1.01-32.el7.noarch 123/878
11785 Verifying : erlang-public_key-R16B-03.10.el7.x86_64 124/878
11786 Verifying : jsoup-1.6.1-10.el7.noarch 125/878
11787 Verifying : maven-surefire-provider-junit-2.15-3.el7.noarch 126/878
11788 Verifying : guava-13.0-6.el7.noarch 127/878
11789 Verifying : python-pycparser-2.10-1.el7.kolab_3.5.noarch 128/878
11790 Verifying : jakarta-oro-2.0.8-16.el7.noarch 129/878
11791 Verifying : maven-invoker-2.1.1-9.el7.noarch 130/878
11792 Verifying : erlang-gs-R16B-03.10.el7.x86_64 131/878
11793 Verifying : 2:texlive-rcs-svn15878.0-32.el7.noarch 132/878
11794 Verifying : php-symfony-dependency-injection-2.5.11-1.el7.noarch 133/878
11795 Verifying : 2:texlive-fancyhdr-svn15878.3.1-32.el7.noarch 134/878
11796 Verifying : nodejs-uglify-to-browserify-1.0.2-2.el7.noarch 135/878
11797 Verifying : python-pyasn1-modules-0.1.6-2.el7.noarch 136/878
11798 Verifying : urw-fonts-2.4-16.el7.noarch 137/878
11799 Verifying : 2:texlive-dvipdfm-svn26689.0.13.2d-32.el7.noarch 138/878
11800 Verifying : 2:texlive-metafont-svn26689.2.718281-32.el7.noarch 139/878
11801 Verifying : roundcubemail-skin-larry-assets-1.2-3.el7.kolab_3.5.no 140/878
11802 Verifying : php-sebastian-global-state-1.0.0-1.el7.noarch 141/878
11803 Verifying : 2:texlive-makeindex-svn26689.2.12-32.el7.noarch 142/878
11804 Verifying : 2:texlive-symbol-svn28614.0-32.el7.noarch 143/878
11805 Verifying : php-symfony-http-foundation-2.5.11-1.el7.noarch 144/878
11806 Verifying : 2:texlive-parskip-svn19963.2.0-32.el7.noarch 145/878
11807 Verifying : php-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64 146/878
11808 Verifying : plexus-io-2.0.5-9.el7.noarch 147/878
11809 Verifying : 2:texlive-lua-alt-getopt-svn29349.0.7.0-32.el7.noarch 148/878
11810 Verifying : roundcubemail-plugin-filesystem_attachments-1.2-3.el7. 149/878
11811 Verifying : maven-enforcer-rules-1.2-8.el7.noarch 150/878
11812 Verifying : roundcubemail-plugin-password-assets-1.2-3.el7.kolab_3 151/878
11813 Verifying : plexus-cipher-1.7-5.el7.noarch 152/878
11814 Verifying : qdox-1.12.1-9.el7.noarch 153/878
11815 Verifying : maven-archiver-2.5-9.el7.noarch 154/878
11816 Verifying : 2:texlive-luatex-svn26689.0.70.1-32.el7.noarch 155/878
11817 Verifying : fop-1.1-6.el7.noarch 156/878
11818 Verifying : tcp_wrappers-7.6-77.el7.x86_64 157/878
11819 Verifying : 2:texlive-varwidth-svn24104.0.92-32.el7.noarch 158/878
11820 Verifying : 2:texlive-latex-bin-bin-svn14050.0-32.20130427_r30134. 159/878
11821 Verifying : wxBase-2.8.12-13.el7.x86_64 160/878
11822 Verifying : maven-shared-19-4.el7.noarch 161/878
11823 Verifying : boost-context-1.53.0-23.el7.x86_64 162/878
11824 Verifying : 2:texlive-pdfpages-svn27574.0.4t-32.el7.noarch 163/878
11825 Verifying : plexus-compiler-2.2-7.el7.noarch 164/878
11826 Verifying : 2:texlive-setspace-svn24881.6.7a-32.el7.noarch 165/878
11827 Verifying : 1:msv-xsdlib-2013.5.1-6.el7.noarch 166/878
11828 Verifying : 2:texlive-currfile-svn29012.0.7b-32.el7.noarch 167/878
11829 Verifying : erlang-tv-R16B-03.10.el7.x86_64 168/878
11830 Verifying : 2:texlive-l3kernel-svn29409.SVN_4469-32.el7.noarch 169/878
11831 Verifying : maven-remote-resources-plugin-1.4-7.el7.noarch 170/878
11832 Verifying : aether-util-1.13.1-13.el7.noarch 171/878
11833 Verifying : maven-shared-incremental-1.1-6.el7.noarch 172/878
11834 Verifying : rhino-1.7R4-5.el7.noarch 173/878
11835 Verifying : roundcubemail-plugin-kolab_delegation-skin-larry-asset 174/878
11836 Verifying : libmcrypt-2.5.8-13.el7.x86_64 175/878
11837 Verifying : 2:texlive-makeindex-bin-svn26509.0-32.20130427_r30134. 176/878
11838 Verifying : jzlib-1.1.1-6.el7.noarch 177/878
11839 Verifying : pyparsing-1.5.6-9.el7.noarch 178/878
11840 Verifying : python-six-1.9.0-2.el7.kolab_3.5.noarch 179/878
11841 Verifying : 2:texlive-xdvi-bin-svn26509.0-32.20130427_r30134.el7.x 180/878
11842 Verifying : maven-doxia-sink-api-1.4-5.el7.noarch 181/878
11843 Verifying : roundcubemail-plugin-acl-1.2-3.el7.kolab_3.5.noarch 182/878
11844 Verifying : util-linux-2.23.2-22.el7_1.x86_64 183/878
11845 Verifying : avalon-framework-4.3-10.el7.noarch 184/878
11846 Verifying : lighttpd-1.4.35-1.el7.x86_64 185/878
11847 Verifying : maven-surefire-plugin-2.15-3.el7.noarch 186/878
11848 Verifying : 2:texlive-etex-svn22198.2.1-32.el7.noarch 187/878
11849 Verifying : pyserial-2.6-5.el7.noarch 188/878
11850 Verifying : 2:texlive-memoir-svn21638.3.6j_patch_6.0g-32.el7.noarc 189/878
11851 Verifying : atinject-1-13.20100611svn86.el7.noarch 190/878
11852 Verifying : ycssmin-1.0.1-6.el7.noarch 191/878
11853 Verifying : apache-commons-parent-26-8.el7.noarch 192/878
11854 Verifying : roundcubemail-1.2-3.el7.kolab_3.5.noarch 193/878
11855 Verifying : maven-install-plugin-2.4-7.el7.noarch 194/878
11856 Verifying : erlang-ic-R16B-03.10.el7.x86_64 195/878
11857 Verifying : erlang-dialyzer-R16B-03.10.el7.x86_64 196/878
11858 Verifying : maven-surefire-provider-testng-2.15-3.el7.noarch 197/878
11859 Verifying : jaxen-1.1.3-11.el7.noarch 198/878
11860 Verifying : php-devel-5.4.16-23.el7_0.3.x86_64 199/878
11861 Verifying : apache-commons-cli-1.2-13.el7.noarch 200/878
11862 Verifying : boost-date-time-1.53.0-23.el7.x86_64 201/878
11863 Verifying : maven-enforcer-plugin-1.2-8.el7.noarch 202/878
11864 Verifying : php-symfony-common-2.5.11-1.el7.noarch 203/878
11865 Verifying : roundcubemail-plugin-kolab_delegation-assets-3.3-1.el7 204/878
11866 Verifying : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 205/878
11867 Verifying : php-symfony-browser-kit-2.5.11-1.el7.noarch 206/878
11868 Verifying : maven-resources-plugin-2.6-6.el7.noarch 207/878
11869 Verifying : libuuid-2.23.2-22.el7_1.x86_64 208/878
11870 Verifying : felix-bundlerepository-1.6.6-15.el7.noarch 209/878
11871 Verifying : elinks-0.12-0.36.pre6.el7.x86_64 210/878
11872 Verifying : python-sphinx-1.1.3-8.el7.noarch 211/878
11873 Verifying : roundcubemail-plugin-kolab_activesync-skin-larry-asset 212/878
11874 Verifying : 1:isorelax-0-0.15.release20050331.el7.noarch 213/878
11875 Verifying : jdom-1.1.3-6.el7.noarch 214/878
11876 Verifying : php-sebastian-recursion-context-1.0.0-1.el7.noarch 215/878
11877 Verifying : apache-commons-validator-1.4.0-8.el7.noarch 216/878
11878 Verifying : plexus-utils-3.0.9-9.el7.noarch 217/878
11879 Verifying : 2:texlive-booktabs-svn15878.1.61803-32.el7.noarch 218/878
11880 Verifying : mozldap-6.0.5-38.el7.kolab_3.5.x86_64 219/878
11881 Verifying : lksctp-tools-1.0.13-3.el7.x86_64 220/878
11882 Verifying : roundcubemail-plugin-filesystem_attachments-assets-1.2 221/878
11883 Verifying : jboss-transaction-1.1-api-1.0.1-8.el7.noarch 222/878
11884 Verifying : jboss-el-2.2-api-1.0.1-0.7.20120212git2fabd8.el7.noarc 223/878
11885 Verifying : 2:texlive-zapfchan-svn28614.0-32.el7.noarch 224/878
11886 Verifying : 2:texlive-url-svn16864.3.2-32.el7.noarch 225/878
11887 Verifying : maven-doxia-tools-1.4-14.el7.noarch 226/878
11888 Verifying : php-phpspec-prophecy-1.4.0-1.el7.noarch 227/878
11889 Verifying : 1:net-snmp-devel-5.7.2-20.el7.x86_64 228/878
11890 Verifying : roundcubemail-plugin-kolab_files-skin-larry-assets-3.3 229/878
11891 Verifying : roundcubemail-plugin-jqueryui-skin-larry-assets-1.2-3. 230/878
11892 Verifying : 2:texlive-ae-svn15878.1.4-32.el7.noarch 231/878
11893 Verifying : junit-4.11-8.el7.noarch 232/878
11894 Verifying : 2:texlive-tex-gyre-math-svn29045.0-32.el7.noarch 233/878
11895 Verifying : erlang-cosNotification-R16B-03.10.el7.x86_64 234/878
11896 Verifying : 2:texlive-lm-svn28119.2.004-32.el7.noarch 235/878
11897 Verifying : erlang-getopt-0.7.0-1.el7.x86_64 236/878
11898 Verifying : roundcubemail-plugin-tasklist-assets-3.3-1.el7.kolab_3 237/878
11899 Verifying : boost-test-1.53.0-23.el7.x86_64 238/878
11900 Verifying : roundcubemail-plugin-zipdownload-assets-1.2-3.el7.kola 239/878
11901 Verifying : python-iso8601-0.1.10-1.el7.noarch 240/878
11902 Verifying : cyrus-sasl-md5-2.1.26-17.el7.x86_64 241/878
11903 Verifying : maven-plugin-tools-annotations-3.1-17.el7.noarch 242/878
11904 Verifying : dos2unix-6.0.3-4.el7.x86_64 243/878
11905 Verifying : 2:texlive-fp-svn15878.0-32.el7.noarch 244/878
11906 Verifying : erlang-eunit-R16B-03.10.el7.x86_64 245/878
11907 Verifying : boost-regex-1.53.0-23.el7.x86_64 246/878
11908 Verifying : 2:texlive-babel-svn24756.3.8m-32.el7.noarch 247/878
11909 Verifying : 2:texlive-xcolor-svn15878.2.11-32.el7.noarch 248/878
11910 Verifying : bsh-1.3.0-29.el7.noarch 249/878
11911 Verifying : 2:texlive-attachfile-svn21866.v1.5b-32.el7.noarch 250/878
11912 Verifying : regexp-1.5-13.el7.noarch 251/878
11913 Verifying : 2:texlive-ifetex-svn24853.1.2-32.el7.noarch 252/878
11914 Verifying : cyrus-sasl-2.1.26-17.el7.x86_64 253/878
11915 Verifying : php-pear-Net-Socket-1.0.14-1.el7.noarch 254/878
11916 Verifying : maven-plugin-tools-generators-3.1-17.el7.noarch 255/878
11917 Verifying : 1:libuv-0.10.34-1.el7.x86_64 256/878
11918 Verifying : jboss-parent-6-12.el7.noarch 257/878
11919 Verifying : 2:texlive-sansmath-svn17997.1.1-32.el7.noarch 258/878
11920 Verifying : 2:texlive-tex-svn26689.3.1415926-32.el7.noarch 259/878
11921 Verifying : tcp_wrappers-devel-7.6-77.el7.x86_64 260/878
11922 Verifying : libcom_err-devel-1.42.9-7.el7.x86_64 261/878
11923 Verifying : 2:texlive-pspicture-svn15878.0-32.el7.noarch 262/878
11924 Verifying : boost-filesystem-1.53.0-23.el7.x86_64 263/878
11925 Verifying : httpcomponents-core-4.2.4-6.el7.noarch 264/878
11926 Verifying : 2:texlive-type1cm-svn21820.0-32.el7.noarch 265/878
11927 Verifying : wxGTK-gl-2.8.12-13.el7.x86_64 266/878
11928 Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 267/878
11929 Verifying : plexus-resources-1.0-0.15.a7.el7.noarch 268/878
11930 Verifying : roundcubemail-plugin-kolab_tags-skin-larry-assets-3.3- 269/878
11931 Verifying : maven-parent-20-5.el7.noarch 270/878
11932 Verifying : maven-enforcer-api-1.2-8.el7.noarch 271/878
11933 Verifying : php-pear-Net-LDAP2-2.1.0-1.el7.noarch 272/878
11934 Verifying : erlang-runtime_tools-R16B-03.10.el7.x86_64 273/878
11935 Verifying : apache-rat-0.8-13.el7.noarch 274/878
11936 Verifying : bcel-5.2-18.el7.noarch 275/878
11937 Verifying : roundcubemail-plugin-kolab_notes-assets-3.3-1.el7.kola 276/878
11938 Verifying : maven-project-2.2.1-47.el7.noarch 277/878
11939 Verifying : maven-monitor-2.2.1-47.el7.noarch 278/878
11940 Verifying : roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.noa 279/878
11941 Verifying : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 280/878
11942 Verifying : 1:apache-commons-io-2.4-12.el7.noarch 281/878
11943 Verifying : apache-rat-tasks-0.8-13.el7.noarch 282/878
11944 Verifying : roundcubemail-plugin-libcalendaring-skin-larry-3.3-1.e 283/878
11945 Verifying : 2:texlive-thumbpdf-svn26689.3.15-32.el7.noarch 284/878
11946 Verifying : 2:texlive-hyperref-svn28213.6.83m-32.el7.noarch 285/878
11947 Verifying : boost-math-1.53.0-23.el7.x86_64 286/878
11948 Verifying : erlang-syntax_tools-R16B-03.10.el7.x86_64 287/878
11949 Verifying : erlang-appmon-R16B-03.10.el7.x86_64 288/878
11950 Verifying : bc-1.06.95-13.el7.x86_64 289/878
11951 Verifying : php-cli-5.4.16-23.el7_0.3.x86_64 290/878
11952 Verifying : 2:texlive-bera-svn20031.0-32.el7.noarch 291/878
11953 Verifying : 5:guile-2.0.9-5.el7.x86_64 292/878
11954 Verifying : boost-python-1.53.0-23.el7.x86_64 293/878
11955 Verifying : roundcubemail-plugin-kolab_tags-3.3-1.el7.kolab_3.5.no 294/878
11956 Verifying : fdupes-1.51-6.el7.x86_64 295/878
11957 Verifying : t1lib-5.1.2-14.el7.x86_64 296/878
11958 Verifying : 1:emacs-24.3-11.el7.x86_64 297/878
11959 Verifying : libSM-devel-1.2.1-7.el7.x86_64 298/878
11960 Verifying : pytest-2.3.5-4.el7.noarch 299/878
11961 Verifying : maven-plugin-descriptor-2.2.1-47.el7.noarch 300/878
11962 Verifying : plexus-i18n-1.0-0.6.b10.4.el7.noarch 301/878
11963 Verifying : 2:texlive-multido-svn18302.1.42-32.el7.noarch 302/878
11964 Verifying : 2:texlive-chngcntr-svn17157.1.0a-32.el7.noarch 303/878
11965 Verifying : roundcubemail-plugin-kolab_auth-assets-3.3-1.el7.kolab 304/878
11966 Verifying : dejavu-sans-mono-fonts-2.33-6.el7.noarch 305/878
11967 Verifying : erlang-snmp-R16B-03.10.el7.x86_64 306/878
11968 Verifying : plexus-sec-dispatcher-1.4-13.el7.noarch 307/878
11969 Verifying : 2:texlive-ncntrsbk-svn28614.0-32.el7.noarch 308/878
11970 Verifying : erlang-test_server-R16B-03.10.el7.x86_64 309/878
11971 Verifying : jai-imageio-core-1.2-0.14.20100217cvs.el7.noarch 310/878
11972 Verifying : SDL-1.2.15-11.el7.x86_64 311/878
11973 Verifying : erlang-os_mon-R16B-03.10.el7.x86_64 312/878
11974 Verifying : erlang-goldrush-0.1.6-6.el7.kolab_3.5.x86_64 313/878
11975 Verifying : 2:texlive-cite-svn19955.5.3-32.el7.noarch 314/878
11976 Verifying : erlang-examples-R16B-03.10.el7.x86_64 315/878
11977 Verifying : spice-parent-15-11.el7.noarch 316/878
11978 Verifying : roundcubemail-plugin-jqueryui-assets-1.2-3.el7.kolab_3 317/878
11979 Verifying : erlang-otp_mibs-R16B-03.10.el7.x86_64 318/878
11980 Verifying : antlr-tool-2.7.7-30.el7.noarch 319/878
11981 Verifying : 2:texlive-tex-bin-svn26912.0-32.20130427_r30134.el7.x8 320/878
11982 Verifying : 2:texlive-metalogo-svn18611.0.12-32.el7.noarch 321/878
11983 Verifying : zziplib-0.13.62-5.el7.x86_64 322/878
11984 Verifying : erlang-inets-R16B-03.10.el7.x86_64 323/878
11985 Verifying : boost-program-options-1.53.0-23.el7.x86_64 324/878
11986 Verifying : php-tidy-5.4.16-3.el7.x86_64 325/878
11987 Verifying : 2:texlive-kpathsea-lib-2012-32.20130427_r30134.el7.x86 326/878
11988 Verifying : 2:texlive-hyphen-base-svn29197.0-32.el7.noarch 327/878
11989 Verifying : 1:tk-8.5.13-4.el7.x86_64 328/878
11990 Verifying : php-phpunit-Text-Template-1.2.0-5.el7.noarch 329/878
11991 Verifying : nodejs-less-1.7.0-2.el7.noarch 330/878
11992 Verifying : plexus-component-api-1.0-0.16.alpha15.el7.noarch 331/878
11993 Verifying : 1:v8-3.14.5.10-17.el7.x86_64 332/878
11994 Verifying : python-pygments-1.4-9.el7.noarch 333/878
11995 Verifying : php-pear-Net-SMTP-1.6.2-1.el7.noarch 334/878
11996 Verifying : python-sqlalchemy-0.9.7-3.el7.x86_64 335/878
11997 Verifying : roundcubemail-plugin-managesieve-skin-larry-1.2-3.el7. 336/878
11998 Verifying : maven-jar-plugin-2.4-8.el7.noarch 337/878
11999 Verifying : maven-shared-utils-0.4-3.el7.noarch 338/878
12000 Verifying : 2:texlive-showexpl-svn27790.v0.3j-32.el7.noarch 339/878
12001 Verifying : felix-osgi-compendium-1.4.0-19.el7.noarch 340/878
12002 Verifying : roundcubemail-plugin-zipdownload-1.2-3.el7.kolab_3.5.n 341/878
12003 Verifying : 1:js-1.8.5-17.el7.x86_64 342/878
12004 Verifying : roundcubemail-plugin-kolab_activesync-3.3-1.el7.kolab_ 343/878
12005 Verifying : 2:texlive-oberdiek-svn26725.0-32.el7.noarch 344/878
12006 Verifying : 2:texlive-dvipdfmx-bin-svn26509.0-32.20130427_r30134.e 345/878
12007 Verifying : maven-source-plugin-2.2.1-7.el7.noarch 346/878
12008 Verifying : batik-1.8-0.12.svn1230816.el7.noarch 347/878
12009 Verifying : maven-plugin-tools-api-3.1-17.el7.noarch 348/878
12010 Verifying : roundcubemail-plugin-calendar-skin-larry-assets-3.3-1. 349/878
12011 Verifying : felix-framework-4.2.1-5.el7.noarch 350/878
12012 Verifying : ghostscript-9.07-18.el7.x86_64 351/878
12013 Verifying : php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noar 352/878
12014 Verifying : objectweb-asm-3.3.1-9.el7.noarch 353/878
12015 Verifying : 2:texlive-dvipdfmx-def-svn15878.0-32.el7.noarch 354/878
12016 Verifying : php-PsrLog-1.0.0-6.el7.noarch 355/878
12017 Verifying : roundcubemail-plugin-calendar-3.3-1.el7.kolab_3.5.noar 356/878
12018 Verifying : python-ply-3.4-4.el7.noarch 357/878
12019 Verifying : boost-devel-1.53.0-23.el7.x86_64 358/878
12020 Verifying : cglib-2.2-18.el7.noarch 359/878
12021 Verifying : xpp3-1.1.3.8-11.el7.noarch 360/878
12022 Verifying : javamail-1.4.6-8.el7.noarch 361/878
12023 Verifying : roundcubemail-plugin-kolab_addressbook-3.3-1.el7.kolab 362/878
12024 Verifying : plexus-digest-1.1-15.el7.noarch 363/878
12025 Verifying : erlang-reltool-R16B-03.10.el7.x86_64 364/878
12026 Verifying : 2:texlive-powerdot-svn25656.1.4i-32.el7.noarch 365/878
12027 Verifying : apache-commons-jxpath-1.3-20.el7.noarch 366/878
12028 Verifying : boost-locale-1.53.0-23.el7.x86_64 367/878
12029 Verifying : 1:net-snmp-agent-libs-5.7.2-20.el7.x86_64 368/878
12030 Verifying : maven-doxia-core-1.4-5.el7.noarch 369/878
12031 Verifying : 2:texlive-gsftopk-svn26689.1.19.2-32.el7.noarch 370/878
12032 Verifying : 1:net-snmp-libs-5.7.2-20.el7.x86_64 371/878
12033 Verifying : 2:texlive-anysize-svn15878.0-32.el7.noarch 372/878
12034 Verifying : roundcubemail-plugin-managesieve-assets-1.2-3.el7.kola 373/878
12035 Verifying : php-symfony-process-2.5.11-1.el7.noarch 374/878
12036 Verifying : 1:emacs-common-24.3-11.el7.x86_64 375/878
12037 Verifying : erlang-debugger-R16B-03.10.el7.x86_64 376/878
12038 Verifying : 2:texlive-collection-basic-svn26314.0-32.20130427_r301 377/878
12039 Verifying : bea-stax-api-1.2.0-9.el7.noarch 378/878
12040 Verifying : nodejs-amdefine-0.0.4-1.el7.noarch 379/878
12041 Verifying : 2:texlive-pxfonts-svn15878.0-32.el7.noarch 380/878
12042 Verifying : 2:texlive-pst-grad-svn15878.1.06-32.el7.noarch 381/878
12043 Verifying : roundcubemail-plugin-acl-skin-larry-assets-1.2-3.el7.k 382/878
12044 Verifying : 2:texlive-geometry-svn19716.5.6-32.el7.noarch 383/878
12045 Verifying : 2:texlive-ntgclass-svn15878.0-32.el7.noarch 384/878
12046 Verifying : 2:texlive-cm-svn29581.0-32.el7.noarch 385/878
12047 Verifying : 2:texlive-texlive.infra-svn28217.0-32.el7.noarch 386/878
12048 Verifying : python-gflags-2.0-6.el7.kolab_3.5.noarch 387/878
12049 Verifying : netpbm-10.61.02-9.el7.x86_64 388/878
12050 Verifying : php-seld-phar-utils-1.0.0-1.el7.kolab_3.5.noarch 389/878
12051 Verifying : roundcubemail-skin-chameleon-assets-0.3.6-1.el7.kolab_ 390/878
12052 Verifying : Cython-0.19-3.el7.x86_64 391/878
12053 Verifying : php-intl-5.4.16-23.el7_0.3.x86_64 392/878
12054 Verifying : jna-3.5.2-8.el7.x86_64 393/878
12055 Verifying : roundcubemail-plugin-jqueryui-1.2-3.el7.kolab_3.5.noar 394/878
12056 Verifying : maven-javadoc-plugin-2.9-8.el7.noarch 395/878
12057 Verifying : 2:texlive-mh-svn29420.0-32.el7.noarch 396/878
12058 Verifying : dejavu-fonts-common-2.33-6.el7.noarch 397/878
12059 Verifying : erlang-cosProperty-R16B-03.10.el7.x86_64 398/878
12060 Verifying : plexus-classworlds-2.4.2-8.el7.noarch 399/878
12061 Verifying : 2:texlive-float-svn15878.1.3d-32.el7.noarch 400/878
12062 Verifying : geronimo-annotation-1.0-15.el7.noarch 401/878
12063 Verifying : nspr-4.10.8-1.el7_1.x86_64 402/878
12064 Verifying : maven-compiler-plugin-3.1-4.el7.noarch 403/878
12065 Verifying : erlang-jsx-2.4.0-4.el7.kolab_3.5.x86_64 404/878
12066 Verifying : 1:gmp-devel-6.0.0-11.el7.x86_64 405/878
12067 Verifying : maven-artifact-2.2.1-47.el7.noarch 406/878
12068 Verifying : apache-commons-vfs-2.0-11.el7.noarch 407/878
12069 Verifying : 2:texlive-paralist-svn15878.2.3b-32.el7.noarch 408/878
12070 Verifying : elfutils-devel-0.160-1.el7.x86_64 409/878
12071 Verifying : 2:texlive-footmisc-svn23330.5.5b-32.el7.noarch 410/878
12072 Verifying : 2:texlive-txfonts-svn15878.0-32.el7.noarch 411/878
12073 Verifying : apache-commons-lang3-3.1-9.el7.noarch 412/878
12074 Verifying : roundcubemail-plugin-archive-skin-larry-1.2-3.el7.kola 413/878
12075 Verifying : roundcubemail-plugin-archive-1.2-3.el7.kolab_3.5.noarc 414/878
12076 Verifying : python-pyasn1-0.1.6-2.el7.noarch 415/878
12077 Verifying : nss-sysinit-3.18.0-2.2.el7_1.x86_64 416/878
12078 Verifying : 2:texlive-mfware-svn26689.0-32.el7.noarch 417/878
12079 Verifying : libical-devel-0.48-6.el7.x86_64 418/878
12080 Verifying : unixODBC-2.3.1-10.el7.x86_64 419/878
12081 Verifying : python-cffi-0.8.6-1.el7.kolab_3.5.x86_64 420/878
12082 Verifying : plexus-build-api-0.0.7-11.el7.noarch 421/878
12083 Verifying : 2:texlive-hyph-utf8-svn29641.0-32.el7.noarch 422/878
12084 Verifying : php-jsonlint-1.3.1-1.el7.noarch 423/878
12085 Verifying : maven-release-manager-2.2.1-12.el7.noarch 424/878
12086 Verifying : 1:maven-artifact-resolver-1.0-10.el7.noarch 425/878
12087 Verifying : 2:texlive-fancyvrb-svn18492.2.8-32.el7.noarch 426/878
12088 Verifying : plexus-containers-container-default-1.5.5-14.el7.noarc 427/878
12089 Verifying : dom4j-1.6.1-20.el7.noarch 428/878
12090 Verifying : 2:texlive-kastrup-svn15878.0-32.el7.noarch 429/878
12091 Verifying : js-uglify-2.4.13-5.el7.noarch 430/878
12092 Verifying : apache-parent-10-14.el7.noarch 431/878
12093 Verifying : erlang-procket-0.6.1-3.el7.kolab_3.5.x86_64 432/878
12094 Verifying : 2:texlive-glyphlist-svn28576.0-32.el7.noarch 433/878
12095 Verifying : boost-graph-1.53.0-23.el7.x86_64 434/878
12096 Verifying : 2:texlive-gsftopk-bin-svn26509.0-32.20130427_r30134.el 435/878
12097 Verifying : base64coder-20101219-10.el7.noarch 436/878
12098 Verifying : roundcubemail-plugin-tasklist-3.3-1.el7.kolab_3.5.noar 437/878
12099 Verifying : maven-release-plugin-2.2.1-12.el7.noarch 438/878
12100 Verifying : 2:texlive-sauerj-svn15878.0-32.el7.noarch 439/878
12101 Verifying : 2:texlive-tipa-svn29349.1.3-32.el7.noarch 440/878
12102 Verifying : lm_sensors-libs-3.3.4-11.el7.x86_64 441/878
12103 Verifying : nodejs-wordwrap-0.0.2-4.el7.noarch 442/878
12104 Verifying : roundcubemail-plugin-libcalendaring-assets-3.3-1.el7.k 443/878
12105 Verifying : roundcubemail-plugin-kolab_addressbook-skin-larry-3.3- 444/878
12106 Verifying : 2:texlive-ifluatex-svn26725.1.3-32.el7.noarch 445/878
12107 Verifying : maven-scm-1.8.1-2.el7.noarch 446/878
12108 Verifying : erlang-erts-R16B-03.10.el7.x86_64 447/878
12109 Verifying : testng-6.8.7-3.el7.noarch 448/878
12110 Verifying : 2:texlive-kpathsea-bin-svn27347.0-32.20130427_r30134.e 449/878
12111 Verifying : 2:texlive-pst-text-svn15878.1.00-32.el7.noarch 450/878
12112 Verifying : httpcomponents-client-4.2.5-5.el7_0.noarch 451/878
12113 Verifying : 2:texlive-l3packages-svn29361.SVN_4467-32.el7.noarch 452/878
12114 Verifying : 2:texlive-ec-svn25033.1.0-32.el7.noarch 453/878
12115 Verifying : 2:texlive-mathpazo-svn15878.1.003-32.el7.noarch 454/878
12116 Verifying : apache-commons-collections-3.2.1-21.el7.noarch 455/878
12117 Verifying : boost-atomic-1.53.0-23.el7.x86_64 456/878
12118 Verifying : 2:texlive-times-svn28614.0-32.el7.noarch 457/878
12119 Verifying : 2:texlive-crop-svn15878.1.5-32.el7.noarch 458/878
12120 Verifying : erlang-edoc-R16B-03.10.el7.x86_64 459/878
12121 Verifying : nodejs-0.10.36-3.el7.x86_64 460/878
12122 Verifying : cmake-2.8.11-4.el7.x86_64 461/878
12123 Verifying : erlang-mustache-0.1.0-8.el7.kolab_3.5.x86_64 462/878
12124 Verifying : maven-site-plugin-3.2-7.el7.noarch 463/878
12125 Verifying : php-pear-MDB2-2.5.0-0.9.b5.el7.noarch 464/878
12126 Verifying : 2:texlive-babelbib-svn25245.1.31-32.el7.noarch 465/878
12127 Verifying : 2:texlive-ctable-svn26694.1.23-32.el7.noarch 466/878
12128 Verifying : boost-wave-1.53.0-23.el7.x86_64 467/878
12129 Verifying : erlang-proper-1.1-8.el7.kolab_3.5.x86_64 468/878
12130 Verifying : http-parser-2.0-4.20121128gitcd01361.el7.x86_64 469/878
12131 Verifying : snakeyaml-1.11-8.el7.noarch 470/878
12132 Verifying : 5:guile-devel-2.0.9-5.el7.x86_64 471/878
12133 Verifying : libXt-devel-1.1.4-6.1.el7.x86_64 472/878
12134 Verifying : php-phpunit-PHP-TokenStream-1.4.1-1.el7.noarch 473/878
12135 Verifying : libkolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_64 474/878
12136 Verifying : nss-devel-3.18.0-2.2.el7_1.x86_64 475/878
12137 Verifying : 2:texlive-cmextra-svn14075.0-32.el7.noarch 476/878
12138 Verifying : erlang-megaco-R16B-03.10.el7.x86_64 477/878
12139 Verifying : maven-plugin-tools-3.1-17.el7.noarch 478/878
12140 Verifying : nekohtml-1.9.14-13.el7.noarch 479/878
12141 Verifying : 2:texlive-etex-pkg-svn15878.2.0-32.el7.noarch 480/878
12142 Verifying : svrcore-4.0.4-11.el7.x86_64 481/878
12143 Verifying : mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 482/878
12144 Verifying : roundcubemail-plugin-kolab_files-skin-larry-3.3-1.el7. 483/878
12145 Verifying : 2:texlive-luaotfload-bin-svn18579.0-32.20130427_r30134 484/878
12146 Verifying : centos-logos-70.0.6-2.el7.centos.noarch 485/878
12147 Verifying : python-jinja2-2.7.2-2.el7.noarch 486/878
12148 Verifying : roundcubemail-core-assets-1.2-3.el7.kolab_3.5.noarch 487/878
12149 Verifying : 2:texlive-latex-svn27907.0-32.el7.noarch 488/878
12150 Verifying : maven-doxia-module-fo-1.4-5.el7.noarch 489/878
12151 Verifying : libsepol-devel-2.1.9-3.el7.x86_64 490/878
12152 Verifying : php-JsonSchema-1.4.1-1.el7.kolab_3.5.noarch 491/878
12153 Verifying : 2:texlive-bibtex-svn26689.0.99d-32.el7.noarch 492/878
12154 Verifying : 2:texlive-enumitem-svn24146.3.5.2-32.el7.noarch 493/878
12155 Verifying : 2:texlive-fancyref-svn15878.0.9c-32.el7.noarch 494/878
12156 Verifying : 2:texlive-listings-svn15878.1.4-32.el7.noarch 495/878
12157 Verifying : erlang-hamcrest-0.1.0-9.el7.kolab_3.5.x86_64 496/878
12158 Verifying : erlang-pman-R16B-03.10.el7.x86_64 497/878
12159 Verifying : 2:texlive-cmap-svn26568.0-32.el7.noarch 498/878
12160 Verifying : 2:texlive-tetex-bin-svn27344.0-32.20130427_r30134.el7. 499/878
12161 Verifying : netpbm-progs-10.61.02-9.el7.x86_64 500/878
12162 Verifying : liblockfile-1.08-17.el7.x86_64 501/878
12163 Verifying : libotf-0.9.13-4.el7.x86_64 502/878
12164 Verifying : php-sabre-vobject-3.2.4-1.el7.kolab_3.5.noarch 503/878
12165 Verifying : lm_sensors-devel-3.3.4-11.el7.x86_64 504/878
12166 Verifying : 2:texlive-latex-fonts-svn28888.0-32.el7.noarch 505/878
12167 Verifying : erlang-ssl-R16B-03.10.el7.x86_64 506/878
12168 Verifying : 2:texlive-pgf-svn22614.2.10-32.el7.noarch 507/878
12169 Verifying : maven-settings-2.2.1-47.el7.noarch 508/878
12170 Verifying : maven-doxia-sitetools-1.4-3.el7.noarch 509/878
12171 Verifying : maven-plugin-testing-harness-2.1-11.el7.noarch 510/878
12172 Verifying : 2:texlive-texconfig-svn29349.0-32.el7.noarch 511/878
12173 Verifying : erlang-typer-R16B-03.10.el7.x86_64 512/878
12174 Verifying : roundcubemail-plugin-odfviewer-3.3-1.el7.kolab_3.5.noa 513/878
12175 Verifying : 2:texlive-marvosym-svn29349.2.2a-32.el7.noarch 514/878
12176 Verifying : 1:maven-repository-builder-1.0-0.5.alpha2.el7.noarch 515/878
12177 Verifying : erlang-tools-R16B-03.10.el7.x86_64 516/878
12178 Verifying : e2fsprogs-devel-1.42.9-7.el7.x86_64 517/878
12179 Verifying : 1:python-flask-0.10.1-7.el7.kolab_3.5.noarch 518/878
12180 Verifying : php-5.4.16-23.el7_0.3.x86_64 519/878
12181 Verifying : 2:texlive-jknapltx-svn19440.0-32.el7.noarch 520/878
12182 Verifying : ghostscript-fonts-5.50-32.el7.noarch 521/878
12183 Verifying : 2:texlive-koma-script-svn27255.3.11b-32.el7.noarch 522/878
12184 Verifying : 2:texlive-amsmath-svn29327.2.14-32.el7.noarch 523/878
12185 Verifying : 2:texlive-index-svn24099.4.1beta-32.el7.noarch 524/878
12186 Verifying : jboss-servlet-3.0-api-1.0.1-9.el7.noarch 525/878
12187 Verifying : 1:transfig-3.2.5d-13.el7.x86_64 526/878
12188 Verifying : php-symfony-filesystem-2.5.11-1.el7.noarch 527/878
12189 Verifying : php-symfony-yaml-2.5.11-1.el7.noarch 528/878
12190 Verifying : maven-filtering-1.1-3.el7.noarch 529/878
12191 Verifying : php-phpunit-PHP-Timer-1.0.5-5.el7.noarch 530/878
12192 Verifying : 2:texlive-mflogo-svn17487.0-32.el7.noarch 531/878
12193 Verifying : libXv-devel-1.0.9-2.1.el7.x86_64 532/878
12194 Verifying : stax2-api-3.1.1-10.el7.noarch 533/878
12195 Verifying : roundcubemail-plugin-kolab_tags-skin-larry-3.3-1.el7.k 534/878
12196 Verifying : php-phpunit-environment-1.2.2-1.el7.noarch 535/878
12197 Verifying : felix-shell-1.4.3-5.el7.noarch 536/878
12198 Verifying : plexus-cli-1.2-20.el7.noarch 537/878
12199 Verifying : erlang-cosEventDomain-R16B-03.10.el7.x86_64 538/878
12200 Verifying : jboss-jaxrpc-1.1-api-1.0.1-7.el7.noarch 539/878
12201 Verifying : roundcubemail-plugin-kolab_files-3.3-1.el7.kolab_3.5.n 540/878
12202 Verifying : 1:hsqldb-1.8.1.3-13.el7.noarch 541/878
12203 Verifying : roundcubemail-plugin-pdfviewer-3.3-1.el7.kolab_3.5.noa 542/878
12204 Verifying : modello-1.7-4.el7.noarch 543/878
12205 Verifying : 2:texlive-filehook-svn24280.0.5d-32.el7.noarch 544/878
12206 Verifying : easymock2-2.5.2-12.el7.noarch 545/878
12207 Verifying : gc-devel-7.2d-6.el7.x86_64 546/878
12208 Verifying : xerces-c-3.1.1-6.el7.x86_64 547/878
12209 Verifying : color-filesystem-1-13.el7.noarch 548/878
12210 Verifying : php-symfony-config-2.5.11-1.el7.noarch 549/878
12211 Verifying : 2:texlive-caption-svn29026.3.3__2013_02_03_-32.el7.noa 550/878
12212 Verifying : 2:texlive-carlisle-svn18258.0-32.el7.noarch 551/878
12213 Verifying : 2:texlive-mfnfss-svn19410.0-32.el7.noarch 552/878
12214 Verifying : php-symfony-http-kernel-2.5.11-1.el7.noarch 553/878
12215 Verifying : maven-common-artifact-filters-1.4-11.el7.noarch 554/878
12216 Verifying : apache-commons-lang-2.6-15.el7.noarch 555/878
12217 Verifying : 2:texlive-marginnote-svn25880.v1.1i-32.el7.noarch 556/878
12218 Verifying : 2:texlive-bookman-svn28614.0-32.el7.noarch 557/878
12219 Verifying : 2:texlive-eurosym-svn17265.1.4_subrfix-32.el7.noarch 558/878
12220 Verifying : php-Smarty-3.1.21-1.el7.noarch 559/878
12221 Verifying : 2:texlive-typehtml-svn17134.0-32.el7.noarch 560/878
12222 Verifying : 2:texlive-lualatex-math-svn29346.1.2-32.el7.noarch 561/878
12223 Verifying : php-symfony-console-2.5.11-1.el7.noarch 562/878
12224 Verifying : roundcubemail-plugin-kolab_addressbook-skin-larry-asse 563/878
12225 Verifying : php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch 564/878
12226 Verifying : jsch-0.1.50-5.el7.noarch 565/878
12227 Verifying : 2:texlive-luatex-bin-svn26912.0-32.20130427_r30134.el7 566/878
12228 Verifying : 2:texlive-fancybox-svn18304.1.4-32.el7.noarch 567/878
12229 Verifying : roundcubemail-plugin-kolab_addressbook-assets-3.3-1.el 568/878
12230 Verifying : xbean-3.13-6.el7.noarch 569/878
12231 Verifying : jboss-ejb-3.1-api-1.0.2-10.el7.noarch 570/878
12232 Verifying : 2:texlive-collection-latex-svn25030.0-32.20130427_r301 571/878
12233 Verifying : 2:texlive-fix2col-svn17133.0-32.el7.noarch 572/878
12234 Verifying : plexus-components-pom-1.2-7.el7.noarch 573/878
12235 Verifying : nss_compat_ossl-0.9.6-8.el7.x86_64 574/878
12236 Verifying : maven-doxia-module-apt-1.4-5.el7.noarch 575/878
12237 Verifying : mesa-libGLU-9.0.0-4.el7.x86_64 576/878
12238 Verifying : 2:texlive-beton-svn15878.0-32.el7.noarch 577/878
12239 Verifying : roundcubemail-plugin-managesieve-skin-larry-assets-1.2 578/878
12240 Verifying : 2:texlive-texlive.infra-bin-svn22566.0-32.20130427_r30 579/878
12241 Verifying : maven-plugin-tools-model-3.1-17.el7.noarch 580/878
12242 Verifying : 2:texlive-underscore-svn18261.0-32.el7.noarch 581/878
12243 Verifying : jboss-interceptors-1.1-api-1.0.2-0.9.20120319git49a904 582/878
12244 Verifying : roundcubemail-plugin-zipdownload-skin-larry-assets-1.2 583/878
12245 Verifying : php-mysqlnd-5.4.16-23.el7_0.3.x86_64 584/878
12246 Verifying : php-kolabformat-1.2-2.el7.kolab_3.5.x86_64 585/878
12247 Verifying : 2:texlive-graphics-svn25405.1.0o-32.el7.noarch 586/878
12248 Verifying : nss-tools-3.18.0-2.2.el7_1.x86_64 587/878
12249 Verifying : nodejs-async-0.2.10-1.el7.noarch 588/878
12250 Verifying : jansson-devel-2.4-6.el7.x86_64 589/878
12251 Verifying : roundcubemail-plugin-calendar-assets-3.3-1.el7.kolab_3 590/878
12252 Verifying : 2:texlive-pst-math-svn20176.0.61-32.el7.noarch 591/878
12253 Verifying : 2:texlive-tetex-svn29585.3.0-32.el7.noarch 592/878
12254 Verifying : buildnumber-maven-plugin-1.2-7.el7.noarch 593/878
12255 Verifying : libcalendaring-4.9.1-3.el7.kolab_3.5.x86_64 594/878
12256 Verifying : boost-signals-1.53.0-23.el7.x86_64 595/878
12257 Verifying : xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 596/878
12258 Verifying : roundcubemail-plugin-jqueryui-skin-larry-1.2-3.el7.kol 597/878
12259 Verifying : libXaw-1.0.11-6.1.el7.x86_64 598/878
12260 Verifying : plexus-containers-component-annotations-1.5.5-14.el7.n 599/878
12261 Verifying : woodstox-core-4.1.2-8.el7.noarch 600/878
12262 Verifying : 2:texlive-thumbpdf-bin-svn6898.0-32.20130427_r30134.el 601/878
12263 Verifying : php-symfony-event-dispatcher-2.5.11-1.el7.noarch 602/878
12264 Verifying : sac-1.3-17.el7.noarch 603/878
12265 Verifying : chwala-0.3.1-1.el7.kolab_3.5.noarch 604/878
12266 Verifying : maven-doxia-logging-api-1.4-5.el7.noarch 605/878
12267 Verifying : python-pillow-2.0.0-17.gitd1c6db8.el7.x86_64 606/878
12268 Verifying : tkinter-2.7.5-16.el7.x86_64 607/878
12269 Verifying : 1:maven-shared-io-1.1-7.el7.noarch 608/878
12270 Verifying : mesa-libGLU-devel-9.0.0-4.el7.x86_64 609/878
12271 Verifying : 2:texlive-mdwtools-svn15878.1.05.4-32.el7.noarch 610/878
12272 Verifying : 1:tcl-devel-8.5.13-4.el7.x86_64 611/878
12273 Verifying : 2:texlive-extsizes-svn17263.1.4a-32.el7.noarch 612/878
12274 Verifying : 2:texlive-palatino-svn28614.0-32.el7.noarch 613/878
12275 Verifying : php-pdo-5.4.16-23.el7_0.3.x86_64 614/878
12276 Verifying : 2:texlive-latex-bin-svn26689.0-32.el7.noarch 615/878
12277 Verifying : boost-chrono-1.53.0-23.el7.x86_64 616/878
12278 Verifying : python-kolab-0.6.git.1429288613-12.el7.kolab_3.5.x86_6 617/878
12279 Verifying : sonatype-oss-parent-7-6.el7.noarch 618/878
12280 Verifying : php-seld-cli-prompt-1.0.0-1.el7.kolab_3.5.noarch 619/878
12281 Verifying : 2:texlive-pst-node-svn27799.1.25-32.el7.noarch 620/878
12282 Verifying : 2:texlive-courier-svn28614.0-32.el7.noarch 621/878
12283 Verifying : systemtap-sdt-devel-2.6-10.el7_1.x86_64 622/878
12284 Verifying : 2:texlive-psnfss-svn23394.9.2a-32.el7.noarch 623/878
12285 Verifying : 2:texlive-avantgar-svn28614.0-32.el7.noarch 624/878
12286 Verifying : plexus-interactivity-1.0-0.14.alpha6.el7.noarch 625/878
12287 Verifying : httpcomponents-project-6-4.el7.noarch 626/878
12288 Verifying : roundcubemail-plugin-calendar-skin-larry-3.3-1.el7.kol 627/878
12289 Verifying : 2:texlive-breakurl-svn15878.1.30-32.el7.noarch 628/878
12290 Verifying : xerces-c-devel-3.1.1-6.el7.x86_64 629/878
12291 Verifying : perl-ExtUtils-Install-1.58-285.el7.noarch 630/878
12292 Verifying : cal10n-0.7.7-4.el7.noarch 631/878
12293 Verifying : 2:texlive-pstricks-svn29678.2.39-32.el7.noarch 632/878
12294 Verifying : 2:texlive-collection-documentation-base-svn17091.0-32. 633/878
12295 Verifying : roundcubemail-plugin-password-1.2-3.el7.kolab_3.5.noar 634/878
12296 Verifying : sisu-inject-plexus-2.3.0-11.el7.noarch 635/878
12297 Verifying : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-1. 636/878
12298 Verifying : 2:texlive-wasy-svn15878.0-32.el7.noarch 637/878
12299 Verifying : roundcubemail-core-1.2-3.el7.kolab_3.5.noarch 638/878
12300 Verifying : apache-commons-net-3.2-8.el7.centos.noarch 639/878
12301 Verifying : 2:texlive-tex-gyre-svn18651.2.004-32.el7.noarch 640/878
12302 Verifying : 2:texlive-pst-eps-svn15878.1.0-32.el7.noarch 641/878
12303 Verifying : python-google-apputils-0.4.1-1.el7.kolab_3.5.noarch 642/878
12304 Verifying : libarchive-3.1.2-7.el7.x86_64 643/878
12305 Verifying : python-icalendar-3.8.2-8.el7.kolab_3.5.noarch 644/878
12306 Verifying : cyrus-sasl-devel-2.1.26-17.el7.x86_64 645/878
12307 Verifying : maven-reporting-exec-1.1-4.el7.noarch 646/878
12308 Verifying : libtidy-0.99.0-31.20091203.el7.x86_64 647/878
12309 Verifying : roundcubemail-plugin-pdfviewer-assets-3.3-1.el7.kolab_ 648/878
12310 Verifying : pytz-2012d-5.el7.noarch 649/878
12311 Verifying : erlang-cosTime-R16B-03.10.el7.x86_64 650/878
12312 Verifying : php-symfony-finder-2.5.11-1.el7.noarch 651/878
12313 Verifying : python-docutils-0.11-0.2.20130715svn7687.el7.noarch 652/878
12314 Verifying : python-py-1.4.14-4.el7.noarch 653/878
12315 Verifying : 2:texlive-pslatex-svn16416.0-32.el7.noarch 654/878
12316 Verifying : 2:texlive-misc-svn24955.0-32.el7.noarch 655/878
12317 Verifying : latex2html-2012-3.el7.noarch 656/878
12318 Verifying : apache-commons-codec-1.8-7.el7.noarch 657/878
12319 Verifying : plexus-pom-3.3.1-5.el7.noarch 658/878
12320 Verifying : php-common-5.4.16-23.el7_0.3.x86_64 659/878
12321 Verifying : perl-Test-Simple-0.98-243.el7.noarch 660/878
12322 Verifying : libverto-devel-0.2.5-4.el7.x86_64 661/878
12323 Verifying : tomcat-servlet-3.0-api-7.0.54-2.el7_1.noarch 662/878
12324 Verifying : libkolab-devel-0.6.git.1429288613-12.el7.kolab_3.5.x86 663/878
12325 Verifying : roundcubemail-plugin-acl-skin-larry-1.2-3.el7.kolab_3. 664/878
12326 Verifying : erlang-diameter-R16B-03.10.el7.x86_64 665/878
12327 Verifying : groff-1.22.2-8.el7.x86_64 666/878
12328 Verifying : 2:texlive-algorithms-svn15878.0.1-32.el7.noarch 667/878
12329 Verifying : erlang-erl_docgen-R16B-03.10.el7.x86_64 668/878
12330 Verifying : php-pear-Net-IDNA2-0.1.1-10.el7.noarch 669/878
12331 Verifying : erlang-riakc-2.0.1-8.el7.kolab_3.5.x86_64 670/878
12332 Verifying : php-xml-5.4.16-23.el7_0.3.x86_64 671/878
12333 Verifying : nspr-devel-4.10.8-1.el7_1.x86_64 672/878
12334 Verifying : m17n-lib-1.6.4-10.el7.x86_64 673/878
12335 Verifying : log4j-1.2.17-15.el7.noarch 674/878
12336 Verifying : erlang-protobuffs-0.8.0-8.el7.kolab_3.5.x86_64 675/878
12337 Verifying : httpd-tools-2.4.6-31.el7.centos.x86_64 676/878
12338 Verifying : 2:texlive-etoolbox-svn20922.2.1-32.el7.noarch 677/878
12339 Verifying : apache-commons-digester-1.8.1-19.el7.noarch 678/878
12340 Verifying : 2:texlive-pdftex-def-svn22653.0.06d-32.el7.noarch 679/878
12341 Verifying : aopalliance-1.0-8.el7.noarch 680/878
12342 Verifying : apache-commons-configuration-1.9-8.el7.noarch 681/878
12343 Verifying : plexus-interpolation-1.15-8.el7.noarch 682/878
12344 Verifying : 2:texlive-eso-pic-svn21515.2.0c-32.el7.noarch 683/878
12345 Verifying : erlang-meck-0.8.2-13.el7.kolab_3.5.x86_64 684/878
12346 Verifying : maven-plugin-plugin-3.1-17.el7.noarch 685/878
12347 Verifying : erlang-common_test-R16B-03.10.el7.x86_64 686/878
12348 Verifying : lzo-2.06-6.el7_0.2.x86_64 687/878
12349 Verifying : roundcubemail-plugins-kolab-3.3-1.el7.kolab_3.5.noarch 688/878
12350 Verifying : libkolabxml-1.2-2.el7.kolab_3.5.x86_64 689/878
12351 Verifying : 2:texlive-wasysym-svn15878.2.0-32.el7.noarch 690/878
12352 Verifying : ws-jaxme-0.5.2-10.el7.noarch 691/878
12353 Verifying : codehaus-parent-4-5.el7.noarch 692/878
12354 Verifying : forge-parent-31-2.el7.noarch 693/878
12355 Verifying : libblkid-2.23.2-22.el7_1.x86_64 694/878
12356 Verifying : 2:texlive-latexconfig-svn28991.0-32.el7.noarch 695/878
12357 Verifying : roundcubemail-plugin-kolab_activesync-skin-larry-3.3-1 696/878
12358 Verifying : erlang-lager-2.1.0-9.el7.kolab_3.5.x86_64 697/878
12359 Verifying : 2:texlive-pst-blur-svn15878.2.0-32.el7.noarch 698/878
12360 Verifying : php-phpunit-PHPUnit-MockObject-2.3.1-1.el7.noarch 699/878
12361 Verifying : libdb-devel-5.3.21-17.el7_0.1.x86_64 700/878
12362 Verifying : roundcubemail-plugin-zipdownload-skin-larry-1.2-3.el7. 701/878
12363 Verifying : erlang-mnesia-R16B-03.10.el7.x86_64 702/878
12364 Verifying : ImageMagick-6.7.8.9-10.el7.x86_64 703/878
12365 Verifying : nss-softokn-freebl-devel-3.16.2.3-9.el7.x86_64 704/878
12366 Verifying : roundcubemail-plugin-odfviewer-assets-3.3-1.el7.kolab_ 705/878
12367 Verifying : roundcubemail-plugin-kolab_delegation-3.3-1.el7.kolab_ 706/878
12368 Verifying : velocity-1.7-10.el7.noarch 707/878
12369 Verifying : krb5-devel-1.12.2-14.el7.x86_64 708/878
12370 Verifying : 2:texlive-ucs-svn27549.2.1-32.el7.noarch 709/878
12371 Verifying : 2:texlive-utopia-svn15878.0-32.el7.noarch 710/878
12372 Verifying : 2:texlive-colortbl-svn25394.v1.0a-32.el7.noarch 711/878
12373 Verifying : maven-plugin-tools-java-3.1-17.el7.noarch 712/878
12374 Verifying : php-gd-5.4.16-23.el7_0.3.x86_64 713/878
12375 Verifying : 1:tix-8.4.3-12.el7.x86_64 714/878
12376 Verifying : 2:texlive-metafont-bin-svn26912.0-32.20130427_r30134.e 715/878
12377 Verifying : 2:texlive-helvetic-svn28614.0-32.el7.noarch 716/878
12378 Verifying : 2:texlive-soul-svn15878.2.4-32.el7.noarch 717/878
12379 Verifying : 2:texlive-rotating-svn16832.2.16b-32.el7.noarch 718/878
12380 Verifying : python-kolabformat-1.2-2.el7.kolab_3.5.x86_64 719/878
12381 Verifying : php-pear-Net-URL2-2.1.1-1.el7.noarch 720/878
12382 Verifying : 1:maven-reporting-api-3.0-5.el7.noarch 721/878
12383 Verifying : 2:texlive-ms-svn24467.0-32.el7.noarch 722/878
12384 Verifying : libmount-2.23.2-22.el7_1.x86_64 723/878
12385 Verifying : php-symfony-class-loader-2.5.11-1.el7.noarch 724/878
12386 Verifying : kxml-2.3.0-5.el7.noarch 725/878
12387 Verifying : maven-antrun-plugin-1.7-8.el7.noarch 726/878
12388 Verifying : erlang-riak_pb-2.0.0.16-9.el7.kolab_3.5.x86_64 727/878
12389 Verifying : aether-spi-1.13.1-13.el7.noarch 728/878
12390 Verifying : aqute-bndlib-1.50.0-8.el7.noarch 729/878
12391 Verifying : roundcubemail-plugin-kolab_folders-assets-3.3-1.el7.ko 730/878
12392 Verifying : php-symfony-debug-2.5.11-1.el7.noarch 731/878
12393 Verifying : maven-dependency-tree-2.0-6.el7.noarch 732/878
12394 Verifying : roundcubemail-plugin-kolab_config-3.3-1.el7.kolab_3.5. 733/878
12395 Verifying : geronimo-jms-1.1.1-19.el7.noarch 734/878
12396 Verifying : 2:texlive-pst-plot-svn28729.1.44-32.el7.noarch 735/878
12397 Verifying : erlang-ssh-R16B-03.10.el7.x86_64 736/878
12398 Verifying : roundcubemail-plugin-kolab_tags-assets-3.3-1.el7.kolab 737/878
12399 Verifying : maven-3.0.5-16.el7.noarch 738/878
12400 Verifying : erlang-rebar-2.5.1-8.el7.kolab_3.5.x86_64 739/878
12401 Verifying : php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch 740/878
12402 Verifying : roundcubemail-plugin-tasklist-skin-larry-3.3-1.el7.kol 741/878
12403 Verifying : CUnit-2.1.3-8.el7.x86_64 742/878
12404 Verifying : php-phpunit-exporter-1.2.0-1.el7.noarch 743/878
12405 Verifying : nss-util-3.18.0-1.el7_1.x86_64 744/878
12406 Verifying : 1:tcl-8.5.13-4.el7.x86_64 745/878
12407 Verifying : 1:maven-file-management-1.2.1-8.el7.noarch 746/878
12408 Verifying : 2:texlive-pst-coil-svn24020.1.06-32.el7.noarch 747/878
12409 Verifying : boost-timer-1.53.0-23.el7.x86_64 748/878
12410 Verifying : 2:texlive-plain-svn26647.0-32.el7.noarch 749/878
12411 Verifying : 2:texlive-amscls-svn29207.0-32.el7.noarch 750/878
12412 Verifying : m17n-db-1.6.4-3.el7.noarch 751/878
12413 Verifying : erlang-cosEvent-R16B-03.10.el7.x86_64 752/878
12414 Verifying : roundcubemail-plugin-libkolab-assets-3.3-1.el7.kolab_3 753/878
12415 Verifying : python-cssmin-0.2.0-12.el7.kolab_3.5.noarch 754/878
12416 Verifying : libwebp-0.3.0-3.el7.x86_64 755/878
12417 Verifying : erlang-erl_interface-R16B-03.10.el7.x86_64 756/878
12418 Verifying : maven-surefire-2.15-3.el7.noarch 757/878
12419 Verifying : plexus-velocity-1.1.8-16.el7.noarch 758/878
12420 Verifying : roundcubemail-plugin-kolab_notes-skin-larry-3.3-1.el7. 759/878
12421 Verifying : nss-3.18.0-2.2.el7_1.x86_64 760/878
12422 Verifying : 2:texlive-beamer-svn29349.3.26-32.el7.noarch 761/878
12423 Verifying : 1:qt-devel-4.8.5-8.el7.x86_64 762/878
12424 Verifying : maven-local-3.4.1-6.el7_0.noarch 763/878
12425 Verifying : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 764/878
12426 Verifying : 2:texlive-base-2012-32.20130427_r30134.el7.noarch 765/878
12427 Verifying : roundcubemail-plugin-libkolab-skin-larry-3.3-1.el7.kol 766/878
12428 Verifying : gdbm-devel-1.10-8.el7.x86_64 767/878
12429 Verifying : uglify-js-2.4.13-5.el7.noarch 768/878
12430 Verifying : xmvn-1.3.0-5.el7.noarch 769/878
12431 Verifying : maven-doxia-module-xhtml-1.4-5.el7.noarch 770/878
12432 Verifying : erlang-observer-R16B-03.10.el7.x86_64 771/878
12433 Verifying : erlang-crypto-R16B-03.10.el7.x86_64 772/878
12434 Verifying : python-dateutil-1.5-7.el7.noarch 773/878
12435 Verifying : apache-commons-compress-1.5-4.el7.noarch 774/878
12436 Verifying : php-symfony-css-selector-2.5.11-1.el7.noarch 775/878
12437 Verifying : icc-profiles-openicc-1.3.1-5.el7.noarch 776/878
12438 Verifying : 2:texlive-enctex-svn28602.0-32.el7.noarch 777/878
12439 Verifying : 2:texlive-charter-svn15878.0-32.el7.noarch 778/878
12440 Verifying : 2:texlive-pst-tree-svn24142.1.12-32.el7.noarch 779/878
12441 Verifying : roundcubemail-plugin-kolab_notes-3.3-1.el7.kolab_3.5.n 780/878
12442 Verifying : jline-1.0-8.el7.noarch 781/878
12443 Verifying : maven-plugin-bundle-2.3.7-12.el7.noarch 782/878
12444 Verifying : maven-assembly-plugin-2.4-8.el7.noarch 783/878
12445 Verifying : 2:texlive-l3experimental-svn29361.SVN_4467-32.el7.noar 784/878
12446 Verifying : maven-toolchain-2.2.1-47.el7.noarch 785/878
12447 Verifying : 2:texlive-seminar-svn18322.1.5-32.el7.noarch 786/878
12448 Verifying : roundcubemail-plugin-managesieve-1.2-3.el7.kolab_3.5.n 787/878
12449 Verifying : python-devel-2.7.5-16.el7.x86_64 788/878
12450 Verifying : wxGTK-2.8.12-13.el7.x86_64 789/878
12451 Verifying : rpm-devel-4.11.1-25.el7.x86_64 790/878
12452 Verifying : erlang-et-R16B-03.10.el7.x86_64 791/878
12453 Verifying : roundcubemail-plugin-kolab_activesync-assets-3.3-1.el7 792/878
12454 Verifying : 2:texlive-csquotes-svn24393.5.1d-32.el7.noarch 793/878
12455 Verifying : mojo-parent-32-4.el7.noarch 794/878
12456 Verifying : 2:texlive-natbib-svn20668.8.31b-32.el7.noarch 795/878
12457 Verifying : 2:texlive-pdftex-svn29585.1.40.11-32.el7.noarch 796/878
12458 Verifying : maven-doxia-module-fml-1.4-5.el7.noarch 797/878
12459 Verifying : roundcubemail-plugin-acl-assets-1.2-3.el7.kolab_3.5.no 798/878
12460 Verifying : erlang-wx-R16B-03.10.el7.x86_64 799/878
12461 Verifying : erlang-odbc-R16B-03.10.el7.x86_64 800/878
12462 Verifying : php-mcrypt-5.4.16-3.el7.x86_64 801/878
12463 Verifying : 2:texlive-qstest-svn15878.0-32.el7.noarch 802/878
12464 Verifying : gc-7.2d-6.el7.x86_64 803/878
12465 Verifying : felix-osgi-foundation-1.2.0-16.el7.noarch 804/878
12466 Verifying : 2:texlive-mptopdf-bin-svn18674.0-32.20130427_r30134.el 805/878
12467 Verifying : php-soap-5.4.16-23.el7_0.3.x86_64 806/878
12468 Verifying : python-twisted-core-12.2.0-4.el7.x86_64 807/878
12469 Verifying : felix-osgi-obr-1.0.2-12.el7.noarch 808/878
12470 Verifying : maven-plugins-pom-23-7.el7.noarch 809/878
12471 Verifying : boost-iostreams-1.53.0-23.el7.x86_64 810/878
12472 Verifying : libuuid-devel-2.23.2-22.el7_1.x86_64 811/878
12473 Verifying : 2:texlive-xdvi-svn26689.22.85-32.el7.noarch 812/878
12474 Verifying : 2:texlive-psfrag-svn15878.3.04-32.el7.noarch 813/878
12475 Verifying : apache-commons-jexl-2.1.1-9.el7.noarch 814/878
12476 Verifying : graphviz-2.30.1-19.el7.x86_64 815/878
12477 Verifying : jsr-305-0-0.18.20090319svn.el7.noarch 816/878
12478 Verifying : 2:texlive-parallel-svn15878.0-32.el7.noarch 817/878
12479 Verifying : sisu-inject-bean-2.3.0-11.el7.noarch 818/878
12480 Verifying : pcre-devel-8.32-14.el7.x86_64 819/878
12481 Verifying : erlang-orber-R16B-03.10.el7.x86_64 820/878
12482 Verifying : 2:texlive-mfware-bin-svn26509.0-32.20130427_r30134.el7 821/878
12483 Verifying : 2:texlive-textcase-svn15878.0-32.el7.noarch 822/878
12484 Verifying : roundcubemail-plugin-kolab_config-assets-3.3-1.el7.kol 823/878
12485 Verifying : php-phpunit-PHP-CodeCoverage-2.0.16-1.el7.noarch 824/878
12486 Verifying : erlang-cosTransactions-R16B-03.10.el7.x86_64 825/878
12487 Verifying : cdi-api-1.0-11.SP4.el7.noarch 826/878
12488 Verifying : 2:texlive-texconfig-bin-svn27344.0-32.20130427_r30134. 827/878
12489 Verifying : maven-release-2.2.1-12.el7.noarch 828/878
12490 Verifying : plexus-tools-pom-1.0.11-8.el7.noarch 829/878
12491 Verifying : felix-osgi-core-1.4.0-15.el7.noarch 830/878
12492 Verifying : php-ldap-5.4.16-23.el7_0.3.x86_64 831/878
12493 Verifying : 2:texlive-collection-latexrecommended-svn25795.0-32.20 832/878
12494 Verifying : erlang-compiler-R16B-03.10.el7.x86_64 833/878
12495 Verifying : 2:texlive-dvipdfm-bin-svn13663.0-32.20130427_r30134.el 834/878
12496 Verifying : relaxngDatatype-1.0-11.el7.noarch 835/878
12497 Verifying : geronimo-parent-poms-1.6-16.el7.noarch 836/878
12498 Verifying : erlang-xmerl-R16B-03.10.el7.x86_64 837/878
12499 Verifying : roundcubemail-plugin-libkolab-3.3-1.el7.kolab_3.5.noar 838/878
12500 Verifying : 2:texlive-fontspec-svn29412.v2.3a-32.el7.noarch 839/878
12501 Verifying : hamcrest-1.3-6.el7.noarch 840/878
12502 Verifying : python-itsdangerous-0.24-3.el7.kolab_3.5.noarch 841/878
12503 Verifying : aether-connector-wagon-1.13.1-13.el7.noarch 842/878
12504 Verifying : roundcubemail-plugin-libcalendaring-skin-larry-assets- 843/878
12505 Verifying : javassist-3.16.1-10.el7.noarch 844/878
12506 Verifying : openldap-devel-2.4.39-6.el7.x86_64 845/878
12507 Verifying : 2:texlive-zapfding-svn28614.0-32.el7.noarch 846/878
12508 Verifying : google-guice-3.1.3-9.el7.noarch 847/878
12509 Verifying : popt-devel-1.13-16.el7.x86_64 848/878
12510 Verifying : python-werkzeug-0.9.6-1.el7.kolab_3.5.noarch 849/878
12511 Verifying : boost-serialization-1.53.0-23.el7.x86_64 850/878
12512 Verifying : php-doctrine-instantiator-1.0.4-1.el7.noarch 851/878
12513 Verifying : php-sabre-http-2.0.4-1.el7.kolab_3.5.noarch 852/878
12514 Verifying : nodejs-optimist-0.4.0-1.el7.noarch 853/878
12515 Verifying : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 854/878
12516 Verifying : aether-impl-1.13.1-13.el7.noarch 855/878
12517 Verifying : php-phpunit-comparator-1.1.1-1.el7.noarch 856/878
12518 Verifying : 2:texlive-luaotfload-svn26718.1.26-32.el7.noarch 857/878
12519 Verifying : jansson-2.4-6.el7.x86_64 858/878
12520 Verifying : bea-stax-1.2.0-9.el7.noarch 859/878
12521 Verifying : php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch 860/878
12522 Verifying : php-process-5.4.16-23.el7_0.3.x86_64 861/878
12523 Verifying : 1:msv-msv-2013.5.1-6.el7.noarch 862/878
12524 Verifying : php-pear-Net-Sieve-1.3.4-1.el7.noarch 863/878
12525 Verifying : uuid-1.6.2-26.el7.x86_64 864/878
12526 Verifying : 2:texlive-pst-3d-svn17257.1.10-32.el7.noarch 865/878
12527 Verifying : bsf-2.4.0-19.el7.noarch 866/878
12528 Verifying : felix-utils-1.2.0-5.el7.noarch 867/878
12529 Verifying : httpd-2.4.6-31.el7.centos.x86_64 868/878
12530 Verifying : 1:php-pear-1.9.4-21.el7.noarch 869/878
12531 Verifying : nspr-4.10.6-3.el7.x86_64 870/878
12532 Verifying : nss-tools-3.16.2.3-5.el7.x86_64 871/878
12533 Verifying : nss-sysinit-3.16.2.3-5.el7.x86_64 872/878
12534 Verifying : nss-3.16.2.3-5.el7.x86_64 873/878
12535 Verifying : libuuid-2.23.2-21.el7.x86_64 874/878
12536 Verifying : libmount-2.23.2-21.el7.x86_64 875/878
12537 Verifying : nss-util-3.16.2.3-2.el7.x86_64 876/878
12538 Verifying : libblkid-2.23.2-21.el7.x86_64 877/878
12539 Verifying : util-linux-2.23.2-21.el7.x86_64 878/878
12540
12541Installed:
12542 CUnit-devel.x86_64 0:2.1.3-8.el7
12543 Cython.x86_64 0:0.19-3.el7
12544 boost-devel.x86_64 0:1.53.0-23.el7
12545 chwala.noarch 0:0.3.1-1.el7.kolab_3.5
12546 cmake.x86_64 0:2.8.11-4.el7
12547 composer.noarch 0:1.0.0-14.el7.kolab_3.5
12548 cyrus-sasl-devel.x86_64 0:2.1.26-17.el7
12549 cyrus-sasl-md5.x86_64 0:2.1.26-17.el7
12550 dos2unix.x86_64 0:6.0.3-4.el7
12551 e2fsprogs-devel.x86_64 0:1.42.9-7.el7
12552 elinks.x86_64 0:0.12-0.36.pre6.el7
12553 emacs.x86_64 1:24.3-11.el7
12554 emacs-el.noarch 1:24.3-11.el7
12555 erlang.x86_64 0:R16B-03.10.el7
12556 erlang-common_test.x86_64 0:R16B-03.10.el7
12557 erlang-eldap.x86_64 0:R16B-03.10.el7
12558 erlang-erts.x86_64 0:R16B-03.10.el7
12559 erlang-goldrush.x86_64 0:0.1.6-6.el7.kolab_3.5
12560 erlang-hamcrest.x86_64 0:0.1.0-9.el7.kolab_3.5
12561 erlang-inert.x86_64 0:0.6.1-4.el7.kolab_3.5
12562 erlang-iso8601.x86_64 0:1.2-4.el7.kolab_3.5
12563 erlang-jsx.x86_64 0:2.4.0-4.el7.kolab_3.5
12564 erlang-lager.x86_64 0:2.1.0-9.el7.kolab_3.5
12565 erlang-meck.x86_64 0:0.8.2-13.el7.kolab_3.5
12566 erlang-parsetools.x86_64 0:R16B-03.10.el7
12567 erlang-poolboy.x86_64 0:1.4.2-3.el7.kolab_3.5
12568 erlang-procket.x86_64 0:0.6.1-3.el7.kolab_3.5
12569 erlang-proper.x86_64 0:1.1-8.el7.kolab_3.5
12570 erlang-protobuffs.x86_64 0:0.8.0-8.el7.kolab_3.5
12571 erlang-rebar.x86_64 0:2.5.1-8.el7.kolab_3.5
12572 erlang-riak_pb.x86_64 0:2.0.0.16-9.el7.kolab_3.5
12573 erlang-riakc.x86_64 0:2.0.1-8.el7.kolab_3.5
12574 fdupes.x86_64 0:1.51-6.el7
12575 groff.x86_64 0:1.22.2-8.el7
12576 guile-devel.x86_64 5:2.0.9-5.el7
12577 jansson-devel.x86_64 0:2.4-6.el7
12578 krb5-devel.x86_64 0:1.12.2-14.el7
12579 latex2html.noarch 0:2012-3.el7
12580 libcalendaring-devel.x86_64 0:4.9.1-3.el7.kolab_3.5
12581 libcurl-devel.x86_64 0:7.29.0-19.el7
12582 libdb-devel.x86_64 0:5.3.21-17.el7_0.1
12583 libical-devel.x86_64 0:0.48-6.el7
12584 libkolab-devel.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5
12585 libkolabxml-devel.x86_64 0:1.2-2.el7.kolab_3.5
12586 libuuid-devel.x86_64 0:2.23.2-22.el7_1
12587 maven-antrun-plugin.noarch 0:1.7-8.el7
12588 maven-compiler-plugin.noarch 0:3.1-4.el7
12589 maven-install-plugin.noarch 0:2.4-7.el7
12590 maven-jar-plugin.noarch 0:2.4-8.el7
12591 maven-javadoc-plugin.noarch 0:2.9-8.el7
12592 maven-local.noarch 0:3.4.1-6.el7_0
12593 maven-resources-plugin.noarch 0:2.6-6.el7
12594 maven-surefire-plugin.noarch 0:2.15-3.el7
12595 net-snmp-devel.x86_64 1:5.7.2-20.el7
12596 nodejs-less.noarch 0:1.7.0-2.el7
12597 nspr-devel.x86_64 0:4.10.8-1.el7_1
12598 nss-devel.x86_64 0:3.18.0-2.2.el7_1
12599 openldap-devel.x86_64 0:2.4.39-6.el7
12600 openssl-devel.x86_64 1:1.0.1e-42.el7.4
12601 pcre-devel.x86_64 0:8.32-14.el7
12602 perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7
12603 perl-Test-Simple.noarch 0:0.98-243.el7
12604 perl-devel.x86_64 4:5.16.3-285.el7
12605 php.x86_64 0:5.4.16-23.el7_0.3
12606 php-JsonSchema.noarch 0:1.4.1-1.el7.kolab_3.5
12607 php-Net-LDAP3.noarch 0:1.0.3-1.el7.kolab_3.5
12608 php-common.x86_64 0:5.4.16-23.el7_0.3
12609 php-devel.x86_64 0:5.4.16-23.el7_0.3
12610 php-gd.x86_64 0:5.4.16-23.el7_0.3
12611 php-jsonlint.noarch 0:1.3.1-1.el7
12612 php-mbstring.x86_64 0:5.4.16-23.el7_0.3
12613 php-mcrypt.x86_64 0:5.4.16-3.el7
12614 php-pdo.x86_64 0:5.4.16-23.el7_0.3
12615 php-pear.noarch 1:1.9.4-21.el7
12616 php-pear-Auth-SASL.noarch 0:1.0.6-5.el7
12617 php-pear-DB.noarch 0:1.7.14-6.el7
12618 php-pear-HTTP-Request2.noarch 0:2.2.1-1.el7
12619 php-pear-MDB2.noarch 0:2.5.0-0.9.b5.el7
12620 php-pear-MDB2-Driver-mysqli.noarch 0:1.5.0-0.8.b4.el7
12621 php-pear-Mail-Mime.noarch 0:1.8.9-1.el7
12622 php-pear-Mail-mimeDecode.noarch 0:1.5.5-7.el7
12623 php-pear-Net-IDNA2.noarch 0:0.1.1-10.el7
12624 php-pear-Net-LDAP2.noarch 0:2.1.0-1.el7
12625 php-pear-Net-SMTP.noarch 0:1.6.2-1.el7
12626 php-pear-Net-Sieve.noarch 0:1.3.4-1.el7
12627 php-pear-Net-Socket.noarch 0:1.0.14-1.el7
12628 php-phpunit-PHPUnit.noarch 0:4.6.5-1.el7
12629 php-sabre-event.noarch 0:1.0.1-1.el7.kolab_3.5
12630 php-sabre-http.noarch 0:2.0.4-1.el7.kolab_3.5
12631 php-sabre-vobject.noarch 0:3.2.4-1.el7.kolab_3.5
12632 php-symfony-class-loader.noarch 0:2.5.11-1.el7
12633 php-symfony-console.noarch 0:2.5.11-1.el7
12634 php-symfony-finder.noarch 0:2.5.11-1.el7
12635 php-symfony-process.noarch 0:2.5.11-1.el7
12636 php-xml.x86_64 0:5.4.16-23.el7_0.3
12637 pytest.noarch 0:2.3.5-4.el7
12638 python-cffi.x86_64 0:0.8.6-1.el7.kolab_3.5
12639 python-cryptography-vectors.noarch 0:0.8-1.el7
12640 python-cssmin.noarch 0:0.2.0-12.el7.kolab_3.5
12641 python-dateutil.noarch 0:1.5-7.el7
12642 python-devel.x86_64 0:2.7.5-16.el7
12643 python-flask.noarch 1:0.10.1-7.el7.kolab_3.5
12644 python-gflags.noarch 0:2.0-6.el7.kolab_3.5
12645 python-google-apputils.noarch 0:0.4.1-1.el7.kolab_3.5
12646 python-icalendar.noarch 0:3.8.2-8.el7.kolab_3.5
12647 python-iso8601.noarch 0:0.1.10-1.el7
12648 python-itsdangerous.noarch 0:0.24-3.el7.kolab_3.5
12649 python-jinja2.noarch 0:2.7.2-2.el7
12650 python-kolab.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5
12651 python-kolabformat.x86_64 0:1.2-2.el7.kolab_3.5
12652 python-ldap.x86_64 0:2.4.15-2.el7
12653 python-nose.noarch 0:1.3.0-2.el7
12654 python-ply.noarch 0:3.4-4.el7
12655 python-pretend.noarch 0:1.0.8-2.el7
12656 python-pyasn1.noarch 0:0.1.6-2.el7
12657 python-pyasn1-modules.noarch 0:0.1.6-2.el7
12658 python-pycparser.noarch 0:2.10-1.el7.kolab_3.5
12659 python-six.noarch 0:1.9.0-2.el7.kolab_3.5
12660 python-sphinx.noarch 0:1.1.3-8.el7
12661 python-sqlalchemy.x86_64 0:0.9.7-3.el7
12662 python-twisted-core.x86_64 0:12.2.0-4.el7
12663 python-werkzeug.noarch 0:0.9.6-1.el7.kolab_3.5
12664 pytz.noarch 0:2012d-5.el7
12665 qt-devel.x86_64 1:4.8.5-8.el7
12666 roundcubemail.noarch 0:1.2-3.el7.kolab_3.5
12667 roundcubemail-core.noarch 0:1.2-3.el7.kolab_3.5
12668 roundcubemail-plugin-kolab_auth.noarch 0:3.3-1.el7.kolab_3.5
12669 roundcubemail-plugin-kolab_folders.noarch 0:3.3-1.el7.kolab_3.5
12670 roundcubemail-plugin-libkolab.noarch 0:3.3-1.el7.kolab_3.5
12671 roundcubemail-plugins-kolab.noarch 0:3.3-1.el7.kolab_3.5
12672 svrcore-devel.x86_64 0:4.0.4-11.el7
12673 tcl-devel.x86_64 1:8.5.13-4.el7
12674 tcp_wrappers.x86_64 0:7.6-77.el7
12675 texlive-dvips.noarch 2:svn29585.0-32.el7
12676 texlive-latex.noarch 2:svn27907.0-32.el7
12677 tkinter.x86_64 0:2.7.5-16.el7
12678 transfig.x86_64 1:3.2.5d-13.el7
12679 uglify-js.noarch 0:2.4.13-5.el7
12680 uuid-devel.x86_64 0:1.6.2-26.el7
12681 xerces-c-devel.x86_64 0:3.1.1-6.el7
12682 xsd.x86_64 0:3.3.0.1-27.el7.kolab_3.5
12683
12684Dependency Installed:
12685 CUnit.x86_64 0:2.1.3-8.el7
12686 ImageMagick.x86_64 0:6.7.8.9-10.el7
12687 SDL.x86_64 0:1.2.15-11.el7
12688 aether-api.noarch 0:1.13.1-13.el7
12689 aether-connector-wagon.noarch 0:1.13.1-13.el7
12690 aether-impl.noarch 0:1.13.1-13.el7
12691 aether-spi.noarch 0:1.13.1-13.el7
12692 aether-util.noarch 0:1.13.1-13.el7
12693 antlr-tool.noarch 0:2.7.7-30.el7
12694 aopalliance.noarch 0:1.0-8.el7
12695 apache-commons-beanutils.noarch 0:1.8.3-14.el7
12696 apache-commons-cli.noarch 0:1.2-13.el7
12697 apache-commons-codec.noarch 0:1.8-7.el7
12698 apache-commons-collections.noarch 0:3.2.1-21.el7
12699 apache-commons-compress.noarch 0:1.5-4.el7
12700 apache-commons-configuration.noarch 0:1.9-8.el7
12701 apache-commons-digester.noarch 0:1.8.1-19.el7
12702 apache-commons-io.noarch 1:2.4-12.el7
12703 apache-commons-jexl.noarch 0:2.1.1-9.el7
12704 apache-commons-jxpath.noarch 0:1.3-20.el7
12705 apache-commons-lang.noarch 0:2.6-15.el7
12706 apache-commons-lang3.noarch 0:3.1-9.el7
12707 apache-commons-logging.noarch 0:1.1.2-7.el7
12708 apache-commons-net.noarch 0:3.2-8.el7.centos
12709 apache-commons-parent.noarch 0:26-8.el7
12710 apache-commons-validator.noarch 0:1.4.0-8.el7
12711 apache-commons-vfs.noarch 0:2.0-11.el7
12712 apache-parent.noarch 0:10-14.el7
12713 apache-rat.noarch 0:0.8-13.el7
12714 apache-rat-core.noarch 0:0.8-13.el7
12715 apache-rat-plugin.noarch 0:0.8-13.el7
12716 apache-rat-tasks.noarch 0:0.8-13.el7
12717 apache-resource-bundles.noarch 0:2-11.el7
12718 aqute-bndlib.noarch 0:1.50.0-8.el7
12719 atinject.noarch 0:1-13.20100611svn86.el7
12720 avalon-framework.noarch 0:4.3-10.el7
12721 avalon-logkit.noarch 0:2.1-14.el7
12722 base64coder.noarch 0:20101219-10.el7
12723 batik.noarch 0:1.8-0.12.svn1230816.el7
12724 bc.x86_64 0:1.06.95-13.el7
12725 bcel.noarch 0:5.2-18.el7
12726 bea-stax.noarch 0:1.2.0-9.el7
12727 bea-stax-api.noarch 0:1.2.0-9.el7
12728 beust-jcommander.noarch 0:1.30-5.el7
12729 boost.x86_64 0:1.53.0-23.el7
12730 boost-atomic.x86_64 0:1.53.0-23.el7
12731 boost-chrono.x86_64 0:1.53.0-23.el7
12732 boost-context.x86_64 0:1.53.0-23.el7
12733 boost-date-time.x86_64 0:1.53.0-23.el7
12734 boost-filesystem.x86_64 0:1.53.0-23.el7
12735 boost-graph.x86_64 0:1.53.0-23.el7
12736 boost-iostreams.x86_64 0:1.53.0-23.el7
12737 boost-locale.x86_64 0:1.53.0-23.el7
12738 boost-math.x86_64 0:1.53.0-23.el7
12739 boost-program-options.x86_64 0:1.53.0-23.el7
12740 boost-python.x86_64 0:1.53.0-23.el7
12741 boost-random.x86_64 0:1.53.0-23.el7
12742 boost-regex.x86_64 0:1.53.0-23.el7
12743 boost-serialization.x86_64 0:1.53.0-23.el7
12744 boost-signals.x86_64 0:1.53.0-23.el7
12745 boost-test.x86_64 0:1.53.0-23.el7
12746 boost-timer.x86_64 0:1.53.0-23.el7
12747 boost-wave.x86_64 0:1.53.0-23.el7
12748 bsf.noarch 0:2.4.0-19.el7
12749 bsh.noarch 0:1.3.0-29.el7
12750 buildnumber-maven-plugin.noarch 0:1.2-7.el7
12751 c-ares.x86_64 0:1.10.0-3.el7
12752 cal10n.noarch 0:0.7.7-4.el7
12753 cdi-api.noarch 0:1.0-11.SP4.el7
12754 centos-logos.noarch 0:70.0.6-2.el7.centos
12755 cglib.noarch 0:2.2-18.el7
12756 codehaus-parent.noarch 0:4-5.el7
12757 color-filesystem.noarch 0:1-13.el7
12758 cyrus-sasl.x86_64 0:2.1.26-17.el7
12759 dejavu-fonts-common.noarch 0:2.33-6.el7
12760 dejavu-sans-mono-fonts.noarch 0:2.33-6.el7
12761 dom4j.noarch 0:1.6.1-20.el7
12762 easymock2.noarch 0:2.5.2-12.el7
12763 elfutils-devel.x86_64 0:0.160-1.el7
12764 elfutils-libelf-devel.x86_64 0:0.160-1.el7
12765 emacs-common.x86_64 1:24.3-11.el7
12766 erlang-appmon.x86_64 0:R16B-03.10.el7
12767 erlang-asn1.x86_64 0:R16B-03.10.el7
12768 erlang-compiler.x86_64 0:R16B-03.10.el7
12769 erlang-cosEvent.x86_64 0:R16B-03.10.el7
12770 erlang-cosEventDomain.x86_64 0:R16B-03.10.el7
12771 erlang-cosFileTransfer.x86_64 0:R16B-03.10.el7
12772 erlang-cosNotification.x86_64 0:R16B-03.10.el7
12773 erlang-cosProperty.x86_64 0:R16B-03.10.el7
12774 erlang-cosTime.x86_64 0:R16B-03.10.el7
12775 erlang-cosTransactions.x86_64 0:R16B-03.10.el7
12776 erlang-crypto.x86_64 0:R16B-03.10.el7
12777 erlang-debugger.x86_64 0:R16B-03.10.el7
12778 erlang-dialyzer.x86_64 0:R16B-03.10.el7
12779 erlang-diameter.x86_64 0:R16B-03.10.el7
12780 erlang-edoc.x86_64 0:R16B-03.10.el7
12781 erlang-erl_docgen.x86_64 0:R16B-03.10.el7
12782 erlang-erl_interface.x86_64 0:R16B-03.10.el7
12783 erlang-et.x86_64 0:R16B-03.10.el7
12784 erlang-eunit.x86_64 0:R16B-03.10.el7
12785 erlang-examples.x86_64 0:R16B-03.10.el7
12786 erlang-getopt.x86_64 0:0.7.0-1.el7
12787 erlang-gs.x86_64 0:R16B-03.10.el7
12788 erlang-hipe.x86_64 0:R16B-03.10.el7
12789 erlang-ic.x86_64 0:R16B-03.10.el7
12790 erlang-inets.x86_64 0:R16B-03.10.el7
12791 erlang-jinterface.x86_64 0:R16B-03.10.el7
12792 erlang-kernel.x86_64 0:R16B-03.10.el7
12793 erlang-megaco.x86_64 0:R16B-03.10.el7
12794 erlang-mnesia.x86_64 0:R16B-03.10.el7
12795 erlang-mustache.x86_64 0:0.1.0-8.el7.kolab_3.5
12796 erlang-observer.x86_64 0:R16B-03.10.el7
12797 erlang-odbc.x86_64 0:R16B-03.10.el7
12798 erlang-orber.x86_64 0:R16B-03.10.el7
12799 erlang-os_mon.x86_64 0:R16B-03.10.el7
12800 erlang-otp_mibs.x86_64 0:R16B-03.10.el7
12801 erlang-percept.x86_64 0:R16B-03.10.el7
12802 erlang-pman.x86_64 0:R16B-03.10.el7
12803 erlang-public_key.x86_64 0:R16B-03.10.el7
12804 erlang-reltool.x86_64 0:R16B-03.10.el7
12805 erlang-runtime_tools.x86_64 0:R16B-03.10.el7
12806 erlang-sasl.x86_64 0:R16B-03.10.el7
12807 erlang-snmp.x86_64 0:R16B-03.10.el7
12808 erlang-ssh.x86_64 0:R16B-03.10.el7
12809 erlang-ssl.x86_64 0:R16B-03.10.el7
12810 erlang-stdlib.x86_64 0:R16B-03.10.el7
12811 erlang-syntax_tools.x86_64 0:R16B-03.10.el7
12812 erlang-test_server.x86_64 0:R16B-03.10.el7
12813 erlang-toolbar.x86_64 0:R16B-03.10.el7
12814 erlang-tools.x86_64 0:R16B-03.10.el7
12815 erlang-tv.x86_64 0:R16B-03.10.el7
12816 erlang-typer.x86_64 0:R16B-03.10.el7
12817 erlang-webtool.x86_64 0:R16B-03.10.el7
12818 erlang-wx.x86_64 0:R16B-03.10.el7
12819 erlang-xmerl.x86_64 0:R16B-03.10.el7
12820 felix-bundlerepository.noarch 0:1.6.6-15.el7
12821 felix-framework.noarch 0:4.2.1-5.el7
12822 felix-osgi-compendium.noarch 0:1.4.0-19.el7
12823 felix-osgi-core.noarch 0:1.4.0-15.el7
12824 felix-osgi-foundation.noarch 0:1.2.0-16.el7
12825 felix-osgi-obr.noarch 0:1.0.2-12.el7
12826 felix-shell.noarch 0:1.4.3-5.el7
12827 felix-utils.noarch 0:1.2.0-5.el7
12828 fop.noarch 0:1.1-6.el7
12829 forge-parent.noarch 0:31-2.el7
12830 gc.x86_64 0:7.2d-6.el7
12831 gc-devel.x86_64 0:7.2d-6.el7
12832 gd.x86_64 0:2.0.35-26.el7
12833 gdbm-devel.x86_64 0:1.10-8.el7
12834 geronimo-annotation.noarch 0:1.0-15.el7
12835 geronimo-jms.noarch 0:1.1.1-19.el7
12836 geronimo-parent-poms.noarch 0:1.6-16.el7
12837 ghostscript.x86_64 0:9.07-18.el7
12838 ghostscript-fonts.noarch 0:5.50-32.el7
12839 gmp-devel.x86_64 1:6.0.0-11.el7
12840 google-guice.noarch 0:3.1.3-9.el7
12841 graphviz.x86_64 0:2.30.1-19.el7
12842 guava.noarch 0:13.0-6.el7
12843 guile.x86_64 5:2.0.9-5.el7
12844 hamcrest.noarch 0:1.3-6.el7
12845 hsqldb.noarch 1:1.8.1.3-13.el7
12846 http-parser.x86_64 0:2.0-4.20121128gitcd01361.el7
12847 httpcomponents-client.noarch 0:4.2.5-5.el7_0
12848 httpcomponents-core.noarch 0:4.2.4-6.el7
12849 httpcomponents-project.noarch 0:6-4.el7
12850 httpd.x86_64 0:2.4.6-31.el7.centos
12851 httpd-tools.x86_64 0:2.4.6-31.el7.centos
12852 icc-profiles-openicc.noarch 0:1.3.1-5.el7
12853 isorelax.noarch 1:0-0.15.release20050331.el7
12854 jai-imageio-core.noarch 0:1.2-0.14.20100217cvs.el7
12855 jakarta-commons-httpclient.noarch 1:3.1-16.el7_0
12856 jakarta-oro.noarch 0:2.0.8-16.el7
12857 jansson.x86_64 0:2.4-6.el7
12858 javamail.noarch 0:1.4.6-8.el7
12859 javassist.noarch 0:3.16.1-10.el7
12860 jaxen.noarch 0:1.1.3-11.el7
12861 jboss-ejb-3.1-api.noarch 0:1.0.2-10.el7
12862 jboss-el-2.2-api.noarch 0:1.0.1-0.7.20120212git2fabd8.el7
12863 jboss-interceptors-1.1-api.noarch 0:1.0.2-0.9.20120319git49a904.el7
12864 jboss-jaxrpc-1.1-api.noarch 0:1.0.1-7.el7
12865 jboss-parent.noarch 0:6-12.el7
12866 jboss-servlet-3.0-api.noarch 0:1.0.1-9.el7
12867 jboss-transaction-1.1-api.noarch 0:1.0.1-8.el7
12868 jdom.noarch 0:1.1.3-6.el7
12869 jline.noarch 0:1.0-8.el7
12870 jna.x86_64 0:3.5.2-8.el7
12871 js.x86_64 1:1.8.5-17.el7
12872 js-uglify.noarch 0:2.4.13-5.el7
12873 jsch.noarch 0:0.1.50-5.el7
12874 jsoup.noarch 0:1.6.1-10.el7
12875 jsr-305.noarch 0:0-0.18.20090319svn.el7
12876 jtidy.noarch 2:1.0-0.16.20100930svn1125.el7
12877 junit.noarch 0:4.11-8.el7
12878 jvnet-parent.noarch 0:4-2.el7
12879 jzlib.noarch 0:1.1.1-6.el7
12880 keyutils-libs-devel.x86_64 0:1.5.8-3.el7
12881 kxml.noarch 0:2.3.0-5.el7
12882 libICE-devel.x86_64 0:1.0.8-7.el7
12883 libSM-devel.x86_64 0:1.2.1-7.el7
12884 libXaw.x86_64 0:1.0.11-6.1.el7
12885 libXt-devel.x86_64 0:1.1.4-6.1.el7
12886 libXv-devel.x86_64 0:1.0.9-2.1.el7
12887 libarchive.x86_64 0:3.1.2-7.el7
12888 libcalendaring.x86_64 0:4.9.1-3.el7.kolab_3.5
12889 libcom_err-devel.x86_64 0:1.42.9-7.el7
12890 libkolab.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5
12891 libkolabxml.x86_64 0:1.2-2.el7.kolab_3.5
12892 liblockfile.x86_64 0:1.08-17.el7
12893 libmcrypt.x86_64 0:2.5.8-13.el7
12894 libotf.x86_64 0:0.9.13-4.el7
12895 libselinux-devel.x86_64 0:2.2.2-6.el7
12896 libsepol-devel.x86_64 0:2.1.9-3.el7
12897 libtidy.x86_64 0:0.99.0-31.20091203.el7
12898 libuv.x86_64 1:0.10.34-1.el7
12899 libverto-devel.x86_64 0:0.2.5-4.el7
12900 libwebp.x86_64 0:0.3.0-3.el7
12901 libwmf-lite.x86_64 0:0.2.8.4-39.el7
12902 libzip.x86_64 0:0.10.1-8.el7
12903 lighttpd.x86_64 0:1.4.35-1.el7
12904 lksctp-tools.x86_64 0:1.0.13-3.el7
12905 lm_sensors-devel.x86_64 0:3.3.4-11.el7
12906 lm_sensors-libs.x86_64 0:3.3.4-11.el7
12907 log4j.noarch 0:1.2.17-15.el7
12908 lzo.x86_64 0:2.06-6.el7_0.2
12909 m17n-db.noarch 0:1.6.4-3.el7
12910 m17n-lib.x86_64 0:1.6.4-10.el7
12911 maven.noarch 0:3.0.5-16.el7
12912 maven-archiver.noarch 0:2.5-9.el7
12913 maven-artifact.noarch 0:2.2.1-47.el7
12914 maven-artifact-manager.noarch 0:2.2.1-47.el7
12915 maven-artifact-resolver.noarch 1:1.0-10.el7
12916 maven-assembly-plugin.noarch 0:2.4-8.el7
12917 maven-common-artifact-filters.noarch 0:1.4-11.el7
12918 maven-dependency-tree.noarch 0:2.0-6.el7
12919 maven-doxia-core.noarch 0:1.4-5.el7
12920 maven-doxia-logging-api.noarch 0:1.4-5.el7
12921 maven-doxia-module-apt.noarch 0:1.4-5.el7
12922 maven-doxia-module-fml.noarch 0:1.4-5.el7
12923 maven-doxia-module-fo.noarch 0:1.4-5.el7
12924 maven-doxia-module-xdoc.noarch 0:1.4-5.el7
12925 maven-doxia-module-xhtml.noarch 0:1.4-5.el7
12926 maven-doxia-sink-api.noarch 0:1.4-5.el7
12927 maven-doxia-sitetools.noarch 0:1.4-3.el7
12928 maven-doxia-tools.noarch 0:1.4-14.el7
12929 maven-enforcer-api.noarch 0:1.2-8.el7
12930 maven-enforcer-plugin.noarch 0:1.2-8.el7
12931 maven-enforcer-rules.noarch 0:1.2-8.el7
12932 maven-file-management.noarch 1:1.2.1-8.el7
12933 maven-filtering.noarch 0:1.1-3.el7
12934 maven-invoker.noarch 0:2.1.1-9.el7
12935 maven-model.noarch 0:2.2.1-47.el7
12936 maven-monitor.noarch 0:2.2.1-47.el7
12937 maven-parent.noarch 0:20-5.el7
12938 maven-plugin-annotations.noarch 0:3.1-17.el7
12939 maven-plugin-bundle.noarch 0:2.3.7-12.el7
12940 maven-plugin-descriptor.noarch 0:2.2.1-47.el7
12941 maven-plugin-plugin.noarch 0:3.1-17.el7
12942 maven-plugin-registry.noarch 0:2.2.1-47.el7
12943 maven-plugin-testing-harness.noarch 0:2.1-11.el7
12944 maven-plugin-tools.noarch 0:3.1-17.el7
12945 maven-plugin-tools-annotations.noarch 0:3.1-17.el7
12946 maven-plugin-tools-api.noarch 0:3.1-17.el7
12947 maven-plugin-tools-beanshell.noarch 0:3.1-17.el7
12948 maven-plugin-tools-generators.noarch 0:3.1-17.el7
12949 maven-plugin-tools-java.noarch 0:3.1-17.el7
12950 maven-plugin-tools-model.noarch 0:3.1-17.el7
12951 maven-plugins-pom.noarch 0:23-7.el7
12952 maven-profile.noarch 0:2.2.1-47.el7
12953 maven-project.noarch 0:2.2.1-47.el7
12954 maven-release.noarch 0:2.2.1-12.el7
12955 maven-release-manager.noarch 0:2.2.1-12.el7
12956 maven-release-plugin.noarch 0:2.2.1-12.el7
12957 maven-remote-resources-plugin.noarch 0:1.4-7.el7
12958 maven-reporting-api.noarch 1:3.0-5.el7
12959 maven-reporting-exec.noarch 0:1.1-4.el7
12960 maven-reporting-impl.noarch 0:2.2-8.el7
12961 maven-repository-builder.noarch 1:1.0-0.5.alpha2.el7
12962 maven-scm.noarch 0:1.8.1-2.el7
12963 maven-settings.noarch 0:2.2.1-47.el7
12964 maven-shared.noarch 0:19-4.el7
12965 maven-shared-incremental.noarch 0:1.1-6.el7
12966 maven-shared-io.noarch 1:1.1-7.el7
12967 maven-shared-utils.noarch 0:0.4-3.el7
12968 maven-site-plugin.noarch 0:3.2-7.el7
12969 maven-source-plugin.noarch 0:2.2.1-7.el7
12970 maven-surefire.noarch 0:2.15-3.el7
12971 maven-surefire-provider-junit.noarch 0:2.15-3.el7
12972 maven-surefire-provider-testng.noarch 0:2.15-3.el7
12973 maven-toolchain.noarch 0:2.2.1-47.el7
12974 maven-wagon.noarch 0:2.4-3.el7
12975 mesa-libGLU.x86_64 0:9.0.0-4.el7
12976 mesa-libGLU-devel.x86_64 0:9.0.0-4.el7
12977 modello.noarch 0:1.7-4.el7
12978 mojo-parent.noarch 0:32-4.el7
12979 mozldap.x86_64 0:6.0.5-38.el7.kolab_3.5
12980 mozldap-tools.x86_64 0:6.0.5-38.el7.kolab_3.5
12981 msv-msv.noarch 1:2013.5.1-6.el7
12982 msv-xsdlib.noarch 1:2013.5.1-6.el7
12983 nekohtml.noarch 0:1.9.14-13.el7
12984 net-snmp-agent-libs.x86_64 1:5.7.2-20.el7
12985 net-snmp-libs.x86_64 1:5.7.2-20.el7
12986 netpbm.x86_64 0:10.61.02-9.el7
12987 netpbm-progs.x86_64 0:10.61.02-9.el7
12988 nodejs.x86_64 0:0.10.36-3.el7
12989 nodejs-amdefine.noarch 0:0.0.4-1.el7
12990 nodejs-async.noarch 0:0.2.10-1.el7
12991 nodejs-optimist.noarch 0:0.4.0-1.el7
12992 nodejs-source-map.noarch 0:0.1.33-1.el7
12993 nodejs-uglify-to-browserify.noarch 0:1.0.2-2.el7
12994 nodejs-wordwrap.noarch 0:0.0.2-4.el7
12995 nss-softokn-devel.x86_64 0:3.16.2.3-9.el7
12996 nss-softokn-freebl-devel.x86_64 0:3.16.2.3-9.el7
12997 nss-util-devel.x86_64 0:3.18.0-1.el7_1
12998 nss_compat_ossl.x86_64 0:0.9.6-8.el7
12999 objectweb-asm.noarch 0:3.3.1-9.el7
13000 perl-ExtUtils-Install.noarch 0:1.58-285.el7
13001 perl-ExtUtils-Manifest.noarch 0:1.61-244.el7
13002 perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7
13003 php-PsrLog.noarch 0:1.0.0-6.el7
13004 php-Smarty.noarch 0:3.1.21-1.el7
13005 php-cli.x86_64 0:5.4.16-23.el7_0.3
13006 php-doctrine-instantiator.noarch 0:1.0.4-1.el7
13007 php-intl.x86_64 0:5.4.16-23.el7_0.3
13008 php-kolab.x86_64 0:0.6.git.1429288613-12.el7.kolab_3.5
13009 php-kolabformat.x86_64 0:1.2-2.el7.kolab_3.5
13010 php-ldap.x86_64 0:5.4.16-23.el7_0.3
13011 php-mysqlnd.x86_64 0:5.4.16-23.el7_0.3
13012 php-pear-Net-URL2.noarch 0:2.1.1-1.el7
13013 php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7
13014 php-phpspec-prophecy.noarch 0:1.4.0-1.el7
13015 php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7
13016 php-phpunit-PHP-CodeCoverage.noarch 0:2.0.16-1.el7
13017 php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7
13018 php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7
13019 php-phpunit-PHP-TokenStream.noarch 0:1.4.1-1.el7
13020 php-phpunit-PHPUnit-MockObject.noarch 0:2.3.1-1.el7
13021 php-phpunit-Text-Template.noarch 0:1.2.0-5.el7
13022 php-phpunit-Version.noarch 0:1.0.5-1.el7
13023 php-phpunit-comparator.noarch 0:1.1.1-1.el7
13024 php-phpunit-diff.noarch 0:1.3.0-1.el7
13025 php-phpunit-environment.noarch 0:1.2.2-1.el7
13026 php-phpunit-exporter.noarch 0:1.2.0-1.el7
13027 php-process.x86_64 0:5.4.16-23.el7_0.3
13028 php-sebastian-global-state.noarch 0:1.0.0-1.el7
13029 php-sebastian-recursion-context.noarch 0:1.0.0-1.el7
13030 php-seld-cli-prompt.noarch 0:1.0.0-1.el7.kolab_3.5
13031 php-seld-phar-utils.noarch 0:1.0.0-1.el7.kolab_3.5
13032 php-soap.x86_64 0:5.4.16-23.el7_0.3
13033 php-symfony-browser-kit.noarch 0:2.5.11-1.el7
13034 php-symfony-common.noarch 0:2.5.11-1.el7
13035 php-symfony-config.noarch 0:2.5.11-1.el7
13036 php-symfony-css-selector.noarch 0:2.5.11-1.el7
13037 php-symfony-debug.noarch 0:2.5.11-1.el7
13038 php-symfony-dependency-injection.noarch 0:2.5.11-1.el7
13039 php-symfony-dom-crawler.noarch 0:2.5.11-1.el7
13040 php-symfony-event-dispatcher.noarch 0:2.5.11-1.el7
13041 php-symfony-filesystem.noarch 0:2.5.11-1.el7
13042 php-symfony-http-foundation.noarch 0:2.5.11-1.el7
13043 php-symfony-http-kernel.noarch 0:2.5.11-1.el7
13044 php-symfony-yaml.noarch 0:2.5.11-1.el7
13045 php-tidy.x86_64 0:5.4.16-3.el7
13046 plexus-archiver.noarch 0:2.4.2-4.el7
13047 plexus-build-api.noarch 0:0.0.7-11.el7
13048 plexus-cipher.noarch 0:1.7-5.el7
13049 plexus-classworlds.noarch 0:2.4.2-8.el7
13050 plexus-cli.noarch 0:1.2-20.el7
13051 plexus-compiler.noarch 0:2.2-7.el7
13052 plexus-component-api.noarch 0:1.0-0.16.alpha15.el7
13053 plexus-components-pom.noarch 0:1.2-7.el7
13054 plexus-containers-component-annotations.noarch 0:1.5.5-14.el7
13055 plexus-containers-component-metadata.noarch 0:1.5.5-14.el7
13056 plexus-containers-container-default.noarch 0:1.5.5-14.el7
13057 plexus-digest.noarch 0:1.1-15.el7
13058 plexus-i18n.noarch 0:1.0-0.6.b10.4.el7
13059 plexus-interactivity.noarch 0:1.0-0.14.alpha6.el7
13060 plexus-interpolation.noarch 0:1.15-8.el7
13061 plexus-io.noarch 0:2.0.5-9.el7
13062 plexus-pom.noarch 0:3.3.1-5.el7
13063 plexus-resources.noarch 0:1.0-0.15.a7.el7
13064 plexus-sec-dispatcher.noarch 0:1.4-13.el7
13065 plexus-tools-pom.noarch 0:1.0.11-8.el7
13066 plexus-utils.noarch 0:3.0.9-9.el7
13067 plexus-velocity.noarch 0:1.1.8-16.el7
13068 popt-devel.x86_64 0:1.13-16.el7
13069 pyparsing.noarch 0:1.5.6-9.el7
13070 pyserial.noarch 0:2.6-5.el7
13071 python-babel.noarch 0:0.9.6-8.el7
13072 python-docutils.noarch 0:0.11-0.2.20130715svn7687.el7
13073 python-pillow.x86_64 0:2.0.0-17.gitd1c6db8.el7
13074 python-py.noarch 0:1.4.14-4.el7
13075 python-pygments.noarch 0:1.4-9.el7
13076 python-zope-interface.x86_64 0:4.0.5-4.el7
13077 qdox.noarch 0:1.12.1-9.el7
13078 regexp.noarch 0:1.5-13.el7
13079 relaxngDatatype.noarch 0:1.0-11.el7
13080 rhino.noarch 0:1.7R4-5.el7
13081 roundcubemail-core-assets.noarch 0:1.2-3.el7.kolab_3.5
13082 roundcubemail-plugin-acl.noarch 0:1.2-3.el7.kolab_3.5
13083 roundcubemail-plugin-acl-assets.noarch 0:1.2-3.el7.kolab_3.5
13084 roundcubemail-plugin-acl-skin-larry.noarch 0:1.2-3.el7.kolab_3.5
13085 roundcubemail-plugin-acl-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5
13086 roundcubemail-plugin-archive.noarch 0:1.2-3.el7.kolab_3.5
13087 roundcubemail-plugin-archive-assets.noarch 0:1.2-3.el7.kolab_3.5
13088 roundcubemail-plugin-archive-skin-larry.noarch 0:1.2-3.el7.kolab_3.5
13089 roundcubemail-plugin-archive-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5
13090 roundcubemail-plugin-calendar.noarch 0:3.3-1.el7.kolab_3.5
13091 roundcubemail-plugin-calendar-assets.noarch 0:3.3-1.el7.kolab_3.5
13092 roundcubemail-plugin-calendar-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13093 roundcubemail-plugin-calendar-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13094 roundcubemail-plugin-filesystem_attachments.noarch 0:1.2-3.el7.kolab_3.5
13095 roundcubemail-plugin-filesystem_attachments-assets.noarch 0:1.2-3.el7.kolab_3.5
13096 roundcubemail-plugin-jqueryui.noarch 0:1.2-3.el7.kolab_3.5
13097 roundcubemail-plugin-jqueryui-assets.noarch 0:1.2-3.el7.kolab_3.5
13098 roundcubemail-plugin-jqueryui-skin-larry.noarch 0:1.2-3.el7.kolab_3.5
13099 roundcubemail-plugin-jqueryui-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5
13100 roundcubemail-plugin-kolab_activesync.noarch 0:3.3-1.el7.kolab_3.5
13101 roundcubemail-plugin-kolab_activesync-assets.noarch 0:3.3-1.el7.kolab_3.5
13102 roundcubemail-plugin-kolab_activesync-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13103 roundcubemail-plugin-kolab_activesync-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13104 roundcubemail-plugin-kolab_addressbook.noarch 0:3.3-1.el7.kolab_3.5
13105 roundcubemail-plugin-kolab_addressbook-assets.noarch 0:3.3-1.el7.kolab_3.5
13106 roundcubemail-plugin-kolab_addressbook-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13107 roundcubemail-plugin-kolab_addressbook-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13108 roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-1.el7.kolab_3.5
13109 roundcubemail-plugin-kolab_config.noarch 0:3.3-1.el7.kolab_3.5
13110 roundcubemail-plugin-kolab_config-assets.noarch 0:3.3-1.el7.kolab_3.5
13111 roundcubemail-plugin-kolab_delegation.noarch 0:3.3-1.el7.kolab_3.5
13112 roundcubemail-plugin-kolab_delegation-assets.noarch 0:3.3-1.el7.kolab_3.5
13113 roundcubemail-plugin-kolab_delegation-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13114 roundcubemail-plugin-kolab_delegation-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13115 roundcubemail-plugin-kolab_files.noarch 0:3.3-1.el7.kolab_3.5
13116 roundcubemail-plugin-kolab_files-assets.noarch 0:3.3-1.el7.kolab_3.5
13117 roundcubemail-plugin-kolab_files-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13118 roundcubemail-plugin-kolab_files-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13119 roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-1.el7.kolab_3.5
13120 roundcubemail-plugin-kolab_notes.noarch 0:3.3-1.el7.kolab_3.5
13121 roundcubemail-plugin-kolab_notes-assets.noarch 0:3.3-1.el7.kolab_3.5
13122 roundcubemail-plugin-kolab_notes-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13123 roundcubemail-plugin-kolab_notes-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13124 roundcubemail-plugin-kolab_tags.noarch 0:3.3-1.el7.kolab_3.5
13125 roundcubemail-plugin-kolab_tags-assets.noarch 0:3.3-1.el7.kolab_3.5
13126 roundcubemail-plugin-kolab_tags-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13127 roundcubemail-plugin-kolab_tags-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13128 roundcubemail-plugin-libcalendaring.noarch 0:3.3-1.el7.kolab_3.5
13129 roundcubemail-plugin-libcalendaring-assets.noarch 0:3.3-1.el7.kolab_3.5
13130 roundcubemail-plugin-libcalendaring-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13131 roundcubemail-plugin-libcalendaring-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13132 roundcubemail-plugin-libkolab-assets.noarch 0:3.3-1.el7.kolab_3.5
13133 roundcubemail-plugin-libkolab-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13134 roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13135 roundcubemail-plugin-managesieve.noarch 0:1.2-3.el7.kolab_3.5
13136 roundcubemail-plugin-managesieve-assets.noarch 0:1.2-3.el7.kolab_3.5
13137 roundcubemail-plugin-managesieve-skin-larry.noarch 0:1.2-3.el7.kolab_3.5
13138 roundcubemail-plugin-managesieve-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5
13139 roundcubemail-plugin-odfviewer.noarch 0:3.3-1.el7.kolab_3.5
13140 roundcubemail-plugin-odfviewer-assets.noarch 0:3.3-1.el7.kolab_3.5
13141 roundcubemail-plugin-password.noarch 0:1.2-3.el7.kolab_3.5
13142 roundcubemail-plugin-password-assets.noarch 0:1.2-3.el7.kolab_3.5
13143 roundcubemail-plugin-pdfviewer.noarch 0:3.3-1.el7.kolab_3.5
13144 roundcubemail-plugin-pdfviewer-assets.noarch 0:3.3-1.el7.kolab_3.5
13145 roundcubemail-plugin-tasklist.noarch 0:3.3-1.el7.kolab_3.5
13146 roundcubemail-plugin-tasklist-assets.noarch 0:3.3-1.el7.kolab_3.5
13147 roundcubemail-plugin-tasklist-skin-larry.noarch 0:3.3-1.el7.kolab_3.5
13148 roundcubemail-plugin-tasklist-skin-larry-assets.noarch 0:3.3-1.el7.kolab_3.5
13149 roundcubemail-plugin-zipdownload.noarch 0:1.2-3.el7.kolab_3.5
13150 roundcubemail-plugin-zipdownload-assets.noarch 0:1.2-3.el7.kolab_3.5
13151 roundcubemail-plugin-zipdownload-skin-larry.noarch 0:1.2-3.el7.kolab_3.5
13152 roundcubemail-plugin-zipdownload-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5
13153 roundcubemail-skin-chameleon.noarch 0:0.3.6-1.el7.kolab_3.5
13154 roundcubemail-skin-chameleon-assets.noarch 0:0.3.6-1.el7.kolab_3.5
13155 roundcubemail-skin-chameleon-core.noarch 0:0.3.6-1.el7.kolab_3.5
13156 roundcubemail-skin-larry.noarch 0:1.2-3.el7.kolab_3.5
13157 roundcubemail-skin-larry-assets.noarch 0:1.2-3.el7.kolab_3.5
13158 rpm-devel.x86_64 0:4.11.1-25.el7
13159 sac.noarch 0:1.3-17.el7
13160 sisu-inject-bean.noarch 0:2.3.0-11.el7
13161 sisu-inject-plexus.noarch 0:2.3.0-11.el7
13162 slf4j.noarch 0:1.7.4-3.el7
13163 snakeyaml.noarch 0:1.11-8.el7
13164 sonatype-oss-parent.noarch 0:7-6.el7
13165 spice-parent.noarch 0:15-11.el7
13166 stax2-api.noarch 0:3.1.1-10.el7
13167 svrcore.x86_64 0:4.0.4-11.el7
13168 systemtap-sdt-devel.x86_64 0:2.6-10.el7_1
13169 t1lib.x86_64 0:5.1.2-14.el7
13170 tcl.x86_64 1:8.5.13-4.el7
13171 tcp_wrappers-devel.x86_64 0:7.6-77.el7
13172 testng.noarch 0:6.8.7-3.el7
13173 texlive-ae.noarch 2:svn15878.1.4-32.el7
13174 texlive-algorithms.noarch 2:svn15878.0.1-32.el7
13175 texlive-amscls.noarch 2:svn29207.0-32.el7
13176 texlive-amsfonts.noarch 2:svn29208.3.04-32.el7
13177 texlive-amsmath.noarch 2:svn29327.2.14-32.el7
13178 texlive-anysize.noarch 2:svn15878.0-32.el7
13179 texlive-attachfile.noarch 2:svn21866.v1.5b-32.el7
13180 texlive-avantgar.noarch 2:svn28614.0-32.el7
13181 texlive-babel.noarch 2:svn24756.3.8m-32.el7
13182 texlive-babelbib.noarch 2:svn25245.1.31-32.el7
13183 texlive-base.noarch 2:2012-32.20130427_r30134.el7
13184 texlive-beamer.noarch 2:svn29349.3.26-32.el7
13185 texlive-bera.noarch 2:svn20031.0-32.el7
13186 texlive-beton.noarch 2:svn15878.0-32.el7
13187 texlive-bibtex.noarch 2:svn26689.0.99d-32.el7
13188 texlive-bibtex-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13189 texlive-bookman.noarch 2:svn28614.0-32.el7
13190 texlive-booktabs.noarch 2:svn15878.1.61803-32.el7
13191 texlive-breakurl.noarch 2:svn15878.1.30-32.el7
13192 texlive-caption.noarch 2:svn29026.3.3__2013_02_03_-32.el7
13193 texlive-carlisle.noarch 2:svn18258.0-32.el7
13194 texlive-charter.noarch 2:svn15878.0-32.el7
13195 texlive-chngcntr.noarch 2:svn17157.1.0a-32.el7
13196 texlive-cite.noarch 2:svn19955.5.3-32.el7
13197 texlive-cm.noarch 2:svn29581.0-32.el7
13198 texlive-cm-super.noarch 2:svn15878.0-32.el7
13199 texlive-cmap.noarch 2:svn26568.0-32.el7
13200 texlive-cmextra.noarch 2:svn14075.0-32.el7
13201 texlive-collection-basic.noarch 2:svn26314.0-32.20130427_r30134.el7
13202 texlive-collection-documentation-base.noarch 2:svn17091.0-32.20130427_r30134.el7
13203 texlive-collection-fontsrecommended.noarch 2:svn28082.0-32.20130427_r30134.el7
13204 texlive-collection-latex.noarch 2:svn25030.0-32.20130427_r30134.el7
13205 texlive-collection-latexrecommended.noarch 2:svn25795.0-32.20130427_r30134.el7
13206 texlive-colortbl.noarch 2:svn25394.v1.0a-32.el7
13207 texlive-courier.noarch 2:svn28614.0-32.el7
13208 texlive-crop.noarch 2:svn15878.1.5-32.el7
13209 texlive-csquotes.noarch 2:svn24393.5.1d-32.el7
13210 texlive-ctable.noarch 2:svn26694.1.23-32.el7
13211 texlive-currfile.noarch 2:svn29012.0.7b-32.el7
13212 texlive-dvipdfm.noarch 2:svn26689.0.13.2d-32.el7
13213 texlive-dvipdfm-bin.noarch 2:svn13663.0-32.20130427_r30134.el7
13214 texlive-dvipdfmx.noarch 2:svn26765.0-32.el7
13215 texlive-dvipdfmx-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13216 texlive-dvipdfmx-def.noarch 2:svn15878.0-32.el7
13217 texlive-dvips-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13218 texlive-ec.noarch 2:svn25033.1.0-32.el7
13219 texlive-enctex.noarch 2:svn28602.0-32.el7
13220 texlive-enumitem.noarch 2:svn24146.3.5.2-32.el7
13221 texlive-eso-pic.noarch 2:svn21515.2.0c-32.el7
13222 texlive-etex.noarch 2:svn22198.2.1-32.el7
13223 texlive-etex-pkg.noarch 2:svn15878.2.0-32.el7
13224 texlive-etoolbox.noarch 2:svn20922.2.1-32.el7
13225 texlive-euler.noarch 2:svn17261.2.5-32.el7
13226 texlive-euro.noarch 2:svn22191.1.1-32.el7
13227 texlive-eurosym.noarch 2:svn17265.1.4_subrfix-32.el7
13228 texlive-extsizes.noarch 2:svn17263.1.4a-32.el7
13229 texlive-fancybox.noarch 2:svn18304.1.4-32.el7
13230 texlive-fancyhdr.noarch 2:svn15878.3.1-32.el7
13231 texlive-fancyref.noarch 2:svn15878.0.9c-32.el7
13232 texlive-fancyvrb.noarch 2:svn18492.2.8-32.el7
13233 texlive-filecontents.noarch 2:svn24250.1.3-32.el7
13234 texlive-filehook.noarch 2:svn24280.0.5d-32.el7
13235 texlive-fix2col.noarch 2:svn17133.0-32.el7
13236 texlive-float.noarch 2:svn15878.1.3d-32.el7
13237 texlive-fontspec.noarch 2:svn29412.v2.3a-32.el7
13238 texlive-footmisc.noarch 2:svn23330.5.5b-32.el7
13239 texlive-fp.noarch 2:svn15878.0-32.el7
13240 texlive-fpl.noarch 2:svn15878.1.002-32.el7
13241 texlive-geometry.noarch 2:svn19716.5.6-32.el7
13242 texlive-glyphlist.noarch 2:svn28576.0-32.el7
13243 texlive-graphics.noarch 2:svn25405.1.0o-32.el7
13244 texlive-gsftopk.noarch 2:svn26689.1.19.2-32.el7
13245 texlive-gsftopk-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13246 texlive-helvetic.noarch 2:svn28614.0-32.el7
13247 texlive-hyperref.noarch 2:svn28213.6.83m-32.el7
13248 texlive-hyph-utf8.noarch 2:svn29641.0-32.el7
13249 texlive-hyphen-base.noarch 2:svn29197.0-32.el7
13250 texlive-ifetex.noarch 2:svn24853.1.2-32.el7
13251 texlive-ifluatex.noarch 2:svn26725.1.3-32.el7
13252 texlive-ifxetex.noarch 2:svn19685.0.5-32.el7
13253 texlive-index.noarch 2:svn24099.4.1beta-32.el7
13254 texlive-jknapltx.noarch 2:svn19440.0-32.el7
13255 texlive-kastrup.noarch 2:svn15878.0-32.el7
13256 texlive-koma-script.noarch 2:svn27255.3.11b-32.el7
13257 texlive-kpathsea.noarch 2:svn28792.0-32.el7
13258 texlive-kpathsea-bin.x86_64 2:svn27347.0-32.20130427_r30134.el7
13259 texlive-kpathsea-lib.x86_64 2:2012-32.20130427_r30134.el7
13260 texlive-l3experimental.noarch 2:svn29361.SVN_4467-32.el7
13261 texlive-l3kernel.noarch 2:svn29409.SVN_4469-32.el7
13262 texlive-l3packages.noarch 2:svn29361.SVN_4467-32.el7
13263 texlive-latex-bin.noarch 2:svn26689.0-32.el7
13264 texlive-latex-bin-bin.noarch 2:svn14050.0-32.20130427_r30134.el7
13265 texlive-latex-fonts.noarch 2:svn28888.0-32.el7
13266 texlive-latexconfig.noarch 2:svn28991.0-32.el7
13267 texlive-listings.noarch 2:svn15878.1.4-32.el7
13268 texlive-lm.noarch 2:svn28119.2.004-32.el7
13269 texlive-lm-math.noarch 2:svn29044.1.958-32.el7
13270 texlive-ltxmisc.noarch 2:svn21927.0-32.el7
13271 texlive-lua-alt-getopt.noarch 2:svn29349.0.7.0-32.el7
13272 texlive-lualatex-math.noarch 2:svn29346.1.2-32.el7
13273 texlive-luaotfload.noarch 2:svn26718.1.26-32.el7
13274 texlive-luaotfload-bin.noarch 2:svn18579.0-32.20130427_r30134.el7
13275 texlive-luatex.noarch 2:svn26689.0.70.1-32.el7
13276 texlive-luatex-bin.x86_64 2:svn26912.0-32.20130427_r30134.el7
13277 texlive-luatexbase.noarch 2:svn22560.0.31-32.el7
13278 texlive-makeindex.noarch 2:svn26689.2.12-32.el7
13279 texlive-makeindex-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13280 texlive-marginnote.noarch 2:svn25880.v1.1i-32.el7
13281 texlive-marvosym.noarch 2:svn29349.2.2a-32.el7
13282 texlive-mathpazo.noarch 2:svn15878.1.003-32.el7
13283 texlive-mdwtools.noarch 2:svn15878.1.05.4-32.el7
13284 texlive-memoir.noarch 2:svn21638.3.6j_patch_6.0g-32.el7
13285 texlive-metafont.noarch 2:svn26689.2.718281-32.el7
13286 texlive-metafont-bin.x86_64 2:svn26912.0-32.20130427_r30134.el7
13287 texlive-metalogo.noarch 2:svn18611.0.12-32.el7
13288 texlive-mflogo.noarch 2:svn17487.0-32.el7
13289 texlive-mfnfss.noarch 2:svn19410.0-32.el7
13290 texlive-mfware.noarch 2:svn26689.0-32.el7
13291 texlive-mfware-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13292 texlive-mh.noarch 2:svn29420.0-32.el7
13293 texlive-microtype.noarch 2:svn29392.2.5-32.el7
13294 texlive-misc.noarch 2:svn24955.0-32.el7
13295 texlive-mparhack.noarch 2:svn15878.1.4-32.el7
13296 texlive-mptopdf.noarch 2:svn26689.0-32.el7
13297 texlive-mptopdf-bin.noarch 2:svn18674.0-32.20130427_r30134.el7
13298 texlive-ms.noarch 2:svn24467.0-32.el7
13299 texlive-multido.noarch 2:svn18302.1.42-32.el7
13300 texlive-natbib.noarch 2:svn20668.8.31b-32.el7
13301 texlive-ncntrsbk.noarch 2:svn28614.0-32.el7
13302 texlive-ntgclass.noarch 2:svn15878.0-32.el7
13303 texlive-oberdiek.noarch 2:svn26725.0-32.el7
13304 texlive-palatino.noarch 2:svn28614.0-32.el7
13305 texlive-paralist.noarch 2:svn15878.2.3b-32.el7
13306 texlive-parallel.noarch 2:svn15878.0-32.el7
13307 texlive-parskip.noarch 2:svn19963.2.0-32.el7
13308 texlive-pdfpages.noarch 2:svn27574.0.4t-32.el7
13309 texlive-pdftex.noarch 2:svn29585.1.40.11-32.el7
13310 texlive-pdftex-bin.x86_64 2:svn27321.0-32.20130427_r30134.el7
13311 texlive-pdftex-def.noarch 2:svn22653.0.06d-32.el7
13312 texlive-pgf.noarch 2:svn22614.2.10-32.el7
13313 texlive-plain.noarch 2:svn26647.0-32.el7
13314 texlive-powerdot.noarch 2:svn25656.1.4i-32.el7
13315 texlive-psfrag.noarch 2:svn15878.3.04-32.el7
13316 texlive-pslatex.noarch 2:svn16416.0-32.el7
13317 texlive-psnfss.noarch 2:svn23394.9.2a-32.el7
13318 texlive-pspicture.noarch 2:svn15878.0-32.el7
13319 texlive-pst-3d.noarch 2:svn17257.1.10-32.el7
13320 texlive-pst-blur.noarch 2:svn15878.2.0-32.el7
13321 texlive-pst-coil.noarch 2:svn24020.1.06-32.el7
13322 texlive-pst-eps.noarch 2:svn15878.1.0-32.el7
13323 texlive-pst-fill.noarch 2:svn15878.1.01-32.el7
13324 texlive-pst-grad.noarch 2:svn15878.1.06-32.el7
13325 texlive-pst-math.noarch 2:svn20176.0.61-32.el7
13326 texlive-pst-node.noarch 2:svn27799.1.25-32.el7
13327 texlive-pst-plot.noarch 2:svn28729.1.44-32.el7
13328 texlive-pst-slpe.noarch 2:svn24391.1.31-32.el7
13329 texlive-pst-text.noarch 2:svn15878.1.00-32.el7
13330 texlive-pst-tree.noarch 2:svn24142.1.12-32.el7
13331 texlive-pstricks.noarch 2:svn29678.2.39-32.el7
13332 texlive-pstricks-add.noarch 2:svn28750.3.59-32.el7
13333 texlive-pxfonts.noarch 2:svn15878.0-32.el7
13334 texlive-qstest.noarch 2:svn15878.0-32.el7
13335 texlive-rcs.noarch 2:svn15878.0-32.el7
13336 texlive-rotating.noarch 2:svn16832.2.16b-32.el7
13337 texlive-rsfs.noarch 2:svn15878.0-32.el7
13338 texlive-sansmath.noarch 2:svn17997.1.1-32.el7
13339 texlive-sauerj.noarch 2:svn15878.0-32.el7
13340 texlive-section.noarch 2:svn20180.0-32.el7
13341 texlive-seminar.noarch 2:svn18322.1.5-32.el7
13342 texlive-sepnum.noarch 2:svn20186.2.0-32.el7
13343 texlive-setspace.noarch 2:svn24881.6.7a-32.el7
13344 texlive-showexpl.noarch 2:svn27790.v0.3j-32.el7
13345 texlive-soul.noarch 2:svn15878.2.4-32.el7
13346 texlive-subfig.noarch 2:svn15878.1.3-32.el7
13347 texlive-symbol.noarch 2:svn28614.0-32.el7
13348 texlive-tetex.noarch 2:svn29585.3.0-32.el7
13349 texlive-tetex-bin.noarch 2:svn27344.0-32.20130427_r30134.el7
13350 texlive-tex.noarch 2:svn26689.3.1415926-32.el7
13351 texlive-tex-bin.x86_64 2:svn26912.0-32.20130427_r30134.el7
13352 texlive-tex-gyre.noarch 2:svn18651.2.004-32.el7
13353 texlive-tex-gyre-math.noarch 2:svn29045.0-32.el7
13354 texlive-texconfig.noarch 2:svn29349.0-32.el7
13355 texlive-texconfig-bin.noarch 2:svn27344.0-32.20130427_r30134.el7
13356 texlive-texlive.infra.noarch 2:svn28217.0-32.el7
13357 texlive-texlive.infra-bin.x86_64 2:svn22566.0-32.20130427_r30134.el7
13358 texlive-textcase.noarch 2:svn15878.0-32.el7
13359 texlive-thumbpdf.noarch 2:svn26689.3.15-32.el7
13360 texlive-thumbpdf-bin.noarch 2:svn6898.0-32.20130427_r30134.el7
13361 texlive-times.noarch 2:svn28614.0-32.el7
13362 texlive-tipa.noarch 2:svn29349.1.3-32.el7
13363 texlive-tools.noarch 2:svn26263.0-32.el7
13364 texlive-txfonts.noarch 2:svn15878.0-32.el7
13365 texlive-type1cm.noarch 2:svn21820.0-32.el7
13366 texlive-typehtml.noarch 2:svn17134.0-32.el7
13367 texlive-ucs.noarch 2:svn27549.2.1-32.el7
13368 texlive-underscore.noarch 2:svn18261.0-32.el7
13369 texlive-unicode-math.noarch 2:svn29413.0.7d-32.el7
13370 texlive-url.noarch 2:svn16864.3.2-32.el7
13371 texlive-utopia.noarch 2:svn15878.0-32.el7
13372 texlive-varwidth.noarch 2:svn24104.0.92-32.el7
13373 texlive-wasy.noarch 2:svn15878.0-32.el7
13374 texlive-wasysym.noarch 2:svn15878.2.0-32.el7
13375 texlive-xcolor.noarch 2:svn15878.2.11-32.el7
13376 texlive-xdvi.noarch 2:svn26689.22.85-32.el7
13377 texlive-xdvi-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7
13378 texlive-xkeyval.noarch 2:svn27995.2.6a-32.el7
13379 texlive-xunicode.noarch 2:svn23897.0.981-32.el7
13380 texlive-zapfchan.noarch 2:svn28614.0-32.el7
13381 texlive-zapfding.noarch 2:svn28614.0-32.el7
13382 tix.x86_64 1:8.4.3-12.el7
13383 tk.x86_64 1:8.5.13-4.el7
13384 tomcat-servlet-3.0-api.noarch 0:7.0.54-2.el7_1
13385 unixODBC.x86_64 0:2.3.1-10.el7
13386 urw-fonts.noarch 0:2.4-16.el7
13387 uuid.x86_64 0:1.6.2-26.el7
13388 v8.x86_64 1:3.14.5.10-17.el7
13389 velocity.noarch 0:1.7-10.el7
13390 weld-parent.noarch 0:17-9.el7
13391 woodstox-core.noarch 0:4.1.2-8.el7
13392 ws-jaxme.noarch 0:0.5.2-10.el7
13393 wxBase.x86_64 0:2.8.12-13.el7
13394 wxGTK.x86_64 0:2.8.12-13.el7
13395 wxGTK-gl.x86_64 0:2.8.12-13.el7
13396 xbean.noarch 0:3.13-6.el7
13397 xerces-c.x86_64 0:3.1.1-6.el7
13398 xmlgraphics-commons.noarch 0:1.5-3.el7
13399 xmvn.noarch 0:1.3.0-5.el7
13400 xpp3.noarch 0:1.1.3.8-11.el7
13401 xz-java.noarch 0:1.3-3.el7
13402 ycssmin.noarch 0:1.0.1-6.el7
13403 zziplib.x86_64 0:0.13.62-5.el7
13404
13405Dependency Updated:
13406 libblkid.x86_64 0:2.23.2-22.el7_1 libmount.x86_64 0:2.23.2-22.el7_1
13407 libuuid.x86_64 0:2.23.2-22.el7_1 nspr.x86_64 0:4.10.8-1.el7_1
13408 nss.x86_64 0:3.18.0-2.2.el7_1 nss-sysinit.x86_64 0:3.18.0-2.2.el7_1
13409 nss-tools.x86_64 0:3.18.0-2.2.el7_1 nss-util.x86_64 0:3.18.0-1.el7_1
13410 util-linux.x86_64 0:2.23.2-22.el7_1
13411
13412Complete!
13413 ---> baf583eafab6
13414Error removing intermediate container 67038478c04c: The given container is <nil>
13415Step 17 : WORKDIR /srv
13416/var/tmp/658
13417

Lease Host atomic01

When
Completed at May 21 2015, 8:10 AM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Lease Host atomic02

When
Completed at May 21 2015, 8:10 AM · Built for 1 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.